@import url(https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400;500;600;700;800&family=Roboto:wght@300&display=swap);*{margin:0;padding:0;box-sizing:border-box;color:#000;font-family:"Baloo Bhaijaan 2",cursive}html{font-size:62.5%;scroll-behavior:smooth}#root,body,html{height:100%}.Home{padding:2rem 6rem 0;position:relative}.Home li{list-style:none}.Home a{text-decoration:none;color:#000}.Home .navbar,.Home .navbar-child-1{display:flex;justify-content:space-between;align-items:center}.Home .navbar-child-1{flex:0.5 1;margin-right:2rem}.Home .navbar ul{flex:1 1;justify-self:center}.Home .navbar-child-2{flex:1.5 1;display:flex;justify-content:end}.Home .navbar-logo{cursor:pointer;flex:1 1;display:flex;align-items:center}.Home .navbar-logo-text{color:#000;font-size:2.5rem;cursor:pointer}.Home .navbar-logo-dot{display:flex;justify-content:center;align-items:center;height:2rem;width:2rem;border-radius:50%;background-image:linear-gradient(to top right,rgba(2,167,192,.8901960784),#4c3f91);margin-right:4px}.Home .navbar-items{display:flex;flex:2.2 1;justify-content:space-around}.Home .navbar-item-cc{display:flex;align-items:center;font-weight:700}.Home .navbar-item-cc a{font-size:1.5rem;padding:.5rem;color:grey;cursor:pointer}.Home .navbar-item-cc a:hover{padding:0;color:#000;transition:all .3s linear;font-size:1.8rem}.Home .navbar-button{color:rgba(2,167,192,.8901960784);border:1px solid rgba(2,167,192,.8901960784);background-color:#fff;font-size:1.5rem;font-weight:900;padding:.7rem 1.5rem;border-radius:5rem;position:relative;transition:all .3s linear;z-index:1;overflow:hidden;cursor:pointer}.Home .navbar-button:hover{color:#fff;border:none}.Home .navbar-button:hover:before{left:0;transition:all .3s linear}.Home .navbar-button:before{content:"";display:flex;justify-content:center;align-items:center;position:absolute;height:100%;width:100%;left:-100%;top:0;border-radius:5rem;background-color:rgba(2,167,192,.8901960784);z-index:-1}.Home .main-part-1{display:flex;justify-content:space-between;align-items:center;margin:5rem 0}.Home .main-part-1-left{flex:1 1}.Home .main-part-1-left-heading{font-size:5rem;line-height:1.2}.Home .main-part-1-left-para{line-height:1.5;font-size:1.5rem;color:grey;word-wrap:break-word;margin-bottom:2rem;margin-top:.5rem;font-weight:500}.Home .main-part-1-left .alert{height:2rem}.Home .main-part-1-left-buttons{display:flex;align-items:center}.Home .main-part-1-left-buttons-button-cc{font-size:1.3rem;border-radius:.8rem;font-weight:700;cursor:pointer}.Home .main-part-1-left-buttons-button-1{padding:1rem 3rem;margin-right:2rem;background-color:rgba(2,167,192,.8901960784);border:none;color:#fff;box-shadow:0 2px 1px rgba(0,0,0,.09),0 4px 2px rgba(0,0,0,.09),0 8px 4px rgba(0,0,0,.09),0 16px 8px rgba(0,0,0,.09),0 32px 16px rgba(0,0,0,.09)}.Home .main-part-1-left-buttons-button-1 a{color:#fff}.Home .main-part-1-left-buttons-button-1:hover{transition:all .3s linear;box-shadow:none}.Home .main-part-1-left-buttons-button-2{padding:.9rem 2.9rem;margin-right:2rem;background-color:#fff;color:rgba(2,167,192,.8901960784);border:1px solid rgba(2,167,192,.8901960784)}.Home .main-part-1-left-buttons-button-2:hover{color:#fff;background-color:rgba(2,167,192,.8901960784);transition:all .3s linear}.Home .main-part-1-left-buttons-button-2:hover i{color:#fff}.Home .main-part-1-left-buttons-button-2 i{color:rgba(2,167,192,.8901960784);margin-right:.3rem}.Home .main-part-1-right{flex:1.2 1}.Home .main-part-1-right-image{float:right;width:100%;max-width:68rem}.Home .main-part-2{margin-top:18rem;margin-bottom:10rem;display:flex;justify-content:space-between;align-items:center}.Home .main-part-2 .main-part-2-left-img{float:left;position:relative;z-index:-100;width:60%;max-width:50rem;padding:5rem;transform:translateY(-34px)}.Home .main-part-2-right-heading{font-size:5rem;line-height:1.2}.Home .main-part-2-right-para{line-height:1.5;font-size:1.5rem;color:grey;word-wrap:break-word;font-weight:500;margin:2rem 0 4rem}.Home .main-part-2-right-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(25rem,1fr));grid-gap:2rem;margin-top:4rem}.Home .main-part-2-right-cards-card-cc{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:1rem;height:20rem;background-color:#f5f5f5;border-radius:1rem;position:relative;overflow:hidden;z-index:2}.Home .main-part-2-right-cards-card-cc-heading-cc{display:flex;flex:1 1 auto;flex-direction:column;font-size:2.2rem}.Home .main-part-2-right-cards-card-cc-heading-cc i{flex:1.9 1;font-size:5rem;color:#191919}.Home .main-part-2-right-cards-card-cc-heading-cc span{color:#191919;flex:1 1}.Home .main-part-2-right-cards-card-cc-button-cc{flex:0 1 auto;font-size:1.3rem;border-radius:.8rem;font-weight:700;cursor:pointer;border:none;color:#fff;background-color:#191919;width:10rem;height:3.5rem;transition:all .3s linear}.Home .main-part-2-right-cards-card-cc-button-cc:active{font-size:1.5rem}.Home .main-part-2-right-cards-card-cc:before{content:"";position:absolute;transform:rotate(25deg);width:100%;top:0;left:0;height:100%;border-radius:1rem;z-index:-1;background-color:#485461;background-image:linear-gradient(315deg,#485461,#28313b 74%);transition:all .3s linear;opacity:0}.Home .main-part-2-right-cards-card-cc:hover{transition:all .3s linear;box-shadow:0 19px 38px rgba(0,0,0,.3),0 15px 12px rgba(0,0,0,.22)}.Home .main-part-2-right-cards-card-cc:hover h1 i,.Home .main-part-2-right-cards-card-cc:hover h1 span{color:#fff}.Home .main-part-2-right-cards-card-cc:hover button{background-color:#fff;background-image:none;color:#000;transition:all .3s linear}.Home .main-part-2-right-cards-card-cc:hover:before{transform:rotate(0deg);opacity:1}.Home .no-of-rooms{position:fixed;left:0;top:0;height:100vh;width:100vw;background-color:rgba(0,0,0,.5);z-index:200}.Home .no-of-rooms,.Home .no-of-rooms-row{display:flex;justify-content:center;align-items:center}.Home .no-of-rooms-row{width:50rem;position:relative;flex-wrap:wrap;padding:2.5rem;border-radius:4rem;background-color:#fff}.Home .no-of-rooms-row-room-cc{cursor:pointer;color:#fff;width:5rem;height:5rem;border-radius:50%;border:.6rem solid #202020;background-color:#000;display:flex;justify-content:center;align-items:center;margin:.5rem;font-size:1.5rem;font-weight:700}.Home .no-of-rooms-row-room-cc i{color:#fff;font-size:1.5rem}.Home .no-of-rooms-row-closeButton{cursor:pointer;position:absolute;right:1.5rem;top:1.5rem}.Home .no-of-rooms-row-closeButton i{color:#000;font-size:1.5rem;padding:.2rem .5rem}.Home .popup-roomid-input{display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);position:fixed;left:0;top:0;height:100%;width:100%;z-index:123}.Home .popup-roomid-input-bg{display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff;padding:2.5rem;height:14rem;flex-basis:60rem;border-radius:4rem;position:relative}.Home .popup-roomid-input-bg-extra{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.Home .popup-roomid-input-bg-extra input{padding:1rem;width:40rem;border:1px solid #000;border-radius:4rem;flex:1 1 40rem}.Home .popup-roomid-input-bg-extra input::placeholder{font-size:1.5rem;color:grey}.Home .popup-roomid-input-bg-extra input:focus{border:1px solid #000;outline:none}.Home .popup-roomid-input-bg-extra button{margin-left:-3rem;margin-right:3rem;font-size:2rem;background-color:#fff;border:none;background-color:initial;cursor:pointer}.Chat{height:100%;overflow-y:hidden;background-color:#fff;padding:1rem 0 0;display:flex;flex-direction:column}.Chat ::-webkit-scrollbar{width:4px}.Chat ::-webkit-scrollbar-track{background:transparent;padding:20px}.Chat ::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.Chat ::-webkit-scrollbar-thumb:hover{background:#5c5c5c}.Chat li{list-style:none}.Chat a{text-decoration:none}.Chat .navbar,.Chat .navbar-child-1{display:flex;justify-content:space-between;align-items:center}.Chat .navbar-child-1{flex:0.5 1;margin-right:2rem}.Chat .navbar ul{flex:1 1;justify-self:center}.Chat .navbar-child-2{flex:1.5 1;display:flex;justify-content:end}.Chat .navbar-logo{cursor:pointer;flex:1 1;display:flex;align-items:center}.Chat .navbar-logo-text{color:#000;font-size:2.5rem;cursor:pointer}.Chat .navbar-logo-dot{display:flex;justify-content:center;align-items:center;height:2rem;width:2rem;border-radius:50%;background-image:linear-gradient(to top right,rgba(2,167,192,.8901960784),#4c3f91);margin-right:4px}.Chat .navbar-items{display:flex;flex:2.2 1;justify-content:space-around}.Chat .navbar-item-cc{display:flex;align-items:center;font-weight:700}.Chat .navbar-item-cc a{font-size:1.5rem;padding:.5rem;color:grey;cursor:pointer}.Chat .navbar-item-cc a:hover{padding:0;color:#000;transition:all .3s linear;font-size:1.8rem}.Chat .navbar-button{color:rgba(2,167,192,.8901960784);border:1px solid rgba(2,167,192,.8901960784);background-color:#fff;font-size:1.5rem;font-weight:900;padding:.7rem 1.5rem;border-radius:5rem;position:relative;transition:all .3s linear;z-index:1;overflow:hidden;cursor:pointer}.Chat .navbar-button:hover{color:#fff;border:none}.Chat .navbar-button:hover:before{left:0;transition:all .3s linear}.Chat .navbar-button:before{content:"";display:flex;justify-content:center;align-items:center;position:absolute;height:100%;width:100%;left:-100%;top:0;border-radius:5rem;background-color:rgba(2,167,192,.8901960784);z-index:-1}.Chat .roomid{display:flex;margin-left:auto;margin-right:1rem}.Chat .chat-navbar{margin:1rem}.Chat .main{margin-top:1rem;overflow:hidden;height:100%;display:flex;flex:1 1;position:relative}.Chat .main .users-button{position:fixed;left:0;top:50%;z-index:102;padding:.2rem .7rem;border-radius:0 .9rem .9rem 0;background-color:#fff;display:none;cursor:pointer}.Chat .main .users-button i{font-size:3rem;color:rgba(2,167,192,.8901960784)}.Chat .main .users-button:hover{background-color:grey}.Chat .main-part-left{display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;height:100%;flex:1 1}.Chat .main-part-left-profile{background-color:#dcdcdc;display:flex;padding:1rem 0 1rem 1rem;word-break:break-all;align-items:center;font-size:1.5rem;position:relative}.Chat .main-part-left-profile-img{height:5rem;width:5rem;border-radius:100%;flex-shrink:0.0000001;overflow:hidden}.Chat .main-part-left-profile-img img{height:auto;width:5rem}.Chat .main-part-left-profile h4{margin-left:1rem;flex-basis:24rem;font-size:1.6rem}.Chat .main-part-left-profile span{margin-left:auto;cursor:pointer;flex-shrink:0.00000001}.Chat .main-part-left-profile span i{font-size:2rem;margin-left:1rem;margin-right:.2rem;color:#686666;font-weight:800;display:flex;flex-direction:column}.Chat .main-part-left-profile span i:after{content:"Leave";font-size:1rem;color:#000;margin-top:.3rem;font-family:"Baloo Bhaijaan 2",cursive}.Chat .main-part-left-participants{flex:15 1}.Chat .main-part-left-participants-participant-cc{display:flex;padding:1rem;align-items:center;font-size:1.5rem}.Chat .main-part-left-participants-participant-cc-img{height:5rem;width:5rem;border-radius:50%}.Chat .main-part-left-participants-participant-cc h4{margin-left:1rem;font-size:1.6rem}.Chat .main-part-left-participants-participant-cc:hover{background-color:#dcdcdc}.Chat .main-part-right{height:100%;display:flex;flex-direction:column;align-items:flex-end;flex:3 1}.Chat .main-part-right-dm-p{background-image:url(/static/media/chat-bg-img-3.86dcdac0.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;flex:1 1;width:100%;overflow:auto;height:100%;padding:0 3rem}.Chat .main-part-right-dm-p .main-part-right-dm{display:flex}.Chat .main-part-right-dm-p .main-part-right-dm-msg{display:flex;flex-direction:column;padding:1rem 5rem 1rem 1rem;margin:.4rem .1rem;flex-basis:60%;flex-wrap:wrap;word-wrap:break-word;position:relative;align-items:flex-start;background-color:#fff;border-radius:1rem}.Chat .main-part-right-dm-p .main-part-right-dm-msg-name{font-size:1.7rem;color:#fa75a8;font-weight:500;word-wrap:break-word;word-break:break-all}.Chat .main-part-right-dm-p .main-part-right-dm-msg-text{font-size:1.5rem}.Chat .main-part-right-dm-p .main-part-right-dm-msg .loadedImg{width:100%!important;height:auto!important}.Chat .main-part-right-dm-p .main-part-right-dm-msg-time{position:absolute;right:.5rem;bottom:.1rem;font-weight:300;font-size:1.1rem;color:#485461}.Chat .main-part-right-dm-p .main-part-right-dm span{flex:0 1}.Chat .main-part-right-msgbox{background-color:#dcdcdc;display:flex;width:100%;padding:2rem 1.5rem}.Chat .main-part-right-msgbox-file{all:unset;opacity:1;position:relative}.Chat .main-part-right-msgbox-file input{width:6rem;cursor:pointer;color:grey;border:none;background-color:#dcdcdc}.Chat .main-part-right-msgbox-file input:active{background-color:#dcdcdc;border:none;outline:none}.Chat .main-part-right-msgbox-file input:before{font-family:"Font Awesome 5 Free";content:"\f1ea";font-size:2rem;position:absolute;left:0;top:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#dcdcdc;border:2px solid #dcdcdc}.Chat .main-part-right-msgbox-typemsg{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;margin:0 .5rem;height:4rem;border-radius:5rem;flex:1 1;font-size:1.5rem;border:none;padding:0 1rem}.Chat .main-part-right-msgbox-typemsg::placeholder{color:grey}.Chat .main-part-right-msgbox-typemsg:focus{border:none;outline:none}.Chat .main-part-right-msgbox-sendbutton{display:flex;cursor:pointer;justify-content:center;align-items:center}.Chat .main-part-right-msgbox-sendbutton i{color:grey;font-size:2rem;transform:rotate(45deg)}.About-page{overflow-y:hidden;height:100vh;width:100vw}.About{position:relative;height:90vh}.about-heading{font-size:4rem;margin-top:3rem}#about-footer{width:100%;position:absolute;bottom:0;transform:translateY(.5rem);left:0}#set-footer-in-about{margin-top:4vh;color:#fff;background-color:rgba(2,167,192,.8901960784);font-size:2rem;width:80%;padding:9rem 5rem;border-radius:5rem;box-shadow:0 5px 15px rgba(0,0,0,.35)}#myMsg{margin-left:auto!important;background-color:#daf3c4!important}#myMsg p:first-child{color:#45c9fd}.alert,.alertForPopup{font-weight:700;font-size:1.8rem;color:red}.navbar-popup{display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);height:100vh;width:100vw;position:fixed}.navbar-popup-bg{background-color:#fff;height:40rem;width:40rem;border-radius:4rem;z-index:100}.navbar-popup-bg-msg{font-size:6rem}.noscroll{overflow:hidden}.navbar-popup-overlay{position:fixed;top:0;right:0;width:320px!important;margin-top:1rem;margin-right:1rem;padding-bottom:4rem;padding-top:4rem;background-color:#fff;border-radius:2rem;box-shadow:0 2px 4px 0 rgba(14,30,37,.12),0 2px 16px 0 rgba(14,30,37,.32);border-top:none;border-bottom:none;z-index:200;display:flex;align-items:center;justify-content:flex-start;flex-direction:column}.navbar-popup-overlay .navbar-child-2{display:flex!important;align-items:flex-start;flex:1.5 1;margin-top:2.5rem;cursor:pointer}.navbar-popup-overlay .navbar-items{display:flex!important;width:40%;align-items:center;justify-content:flex-end;flex-direction:column;flex:2.5 1}.navbar-popup-overlay .navbar-items .navbar-item-cc{width:100%;text-align:center}.navbar-popup-overlay .navbar-items .navbar-item-cc a{cursor:pointer;font-size:2.5rem;padding:1.5 0;width:100%}.navbar-popup-overlay .navbar-items .navbar-item-cc a:hover{padding:.5rem;color:grey;font-size:2rem;box-shadow:none}.showUsers{display:flex!important;position:absolute;background-color:#fff;width:60%;z-index:100}.users-temp{position:absolute!important;left:91%!important;top:42.5%!important;background-color:grey!important;border-radius:.9rem 0 0 .9rem!important}.navbar-popup-overlay-button-onclick{visibility:hidden}.navbar-popup-overlay-button-onclick:before{visibility:visible;margin-top:0;transform:rotate(45deg) translateY(.85rem)}.navbar-popup-overlay-button-onclick:after{visibility:visible;margin-top:0;transform:rotate(-45deg) translateY(-.85rem)}.black-overlay{position:fixed;background-color:rgba(0,0,0,.5);left:0;top:0;height:100vh;width:100vw;z-index:50}.userImg{width:80px;height:80px;border-radius:50%;margin-left:auto;margin-right:auto}@media (max-width:1158px){html{overflow-x:hidden}html ::-webkit-scrollbar{width:4px}html ::-webkit-scrollbar-track{background:transparent;padding:20px}html ::-webkit-scrollbar-thumb{background:#888;border-radius:4px}html ::-webkit-scrollbar-thumb:hover{background:#5c5c5c}.Home .main-part-1-left{flex:1.2 1}.Home .main-part-2-right-detail{transform:translateY(40px)}.Home .main-part-2-right-cards{clear:left}.Chat .main-part-left{flex:1.9 1}.Chat .main-part-right-dm-p .main-part-right-dm-msg{flex-basis:75%}#set-footer-in-about{width:100%;margin-top:0}}@media (max-width:1000px){html{font-size:60%;overflow-x:hidden}html ::-webkit-scrollbar{width:4px}html ::-webkit-scrollbar-track{background:transparent;padding:20px}html ::-webkit-scrollbar-thumb{background:#888;border-radius:4px}html ::-webkit-scrollbar-thumb:hover{background:#5c5c5c}.Chat .main-part-right-dm-p .main-part-right-dm-msg{flex-basis:80%}.About{height:92.5vh}}@media (max-width:825px){*{cursor:unset!important}html{font-size:55%;overflow-x:hidden}html ::-webkit-scrollbar{width:4px}html ::-webkit-scrollbar-track{background:transparent;padding:20px}html ::-webkit-scrollbar-thumb{background:#888;border-radius:4px}html ::-webkit-scrollbar-thumb:hover{background:#5c5c5c}#root{overflow-x:hidden}.Home{padding:2rem 2rem 0}.Home .main .main-part-1-left{flex:1.2 1}.Home .main .main-part-2-right .main-part-2-left-img{height:40rem;width:40rem}.navbar-child-2,.navbar-items{display:none!important}.hamburger-parent,.navbar-child-3{position:relative;z-index:500}.navbar-child-3{height:.3rem;width:2rem;background-color:#000;margin:1rem .3rem;cursor:pointer}.navbar-child-3:after{bottom:-.6rem}.navbar-child-3:after,.navbar-child-3:before{content:"";position:absolute;left:0;background-color:#000;height:100%;width:100%;transition:background-color .3s ease-in-out,transform .3s ease-in-out,top .3s ease-in-out}.navbar-child-3:before{top:-.6rem}.Chat .main-part-left{flex:1.9 1}.Chat .main-part-right-dm-p .main-part-right-dm-msg{flex-basis:90%}.navbar-item-cc a{font-size:2.5rem!important}#set-footer-in-about{margin-top:3vh}}@media (max-width:770px){html{font-size:62.5%;overflow-x:hidden}html ::-webkit-scrollbar{width:4px}html ::-webkit-scrollbar-track{background:transparent;padding:20px}html ::-webkit-scrollbar-thumb{background:#888;border-radius:4px}html ::-webkit-scrollbar-thumb:hover{background:#5c5c5c}.Home{padding:2rem 3.5rem 0}.Home .main-part-1{flex-direction:column-reverse;justify-content:center;align-items:center}.Home .main-part-1-left{margin-top:1rem;padding:0 3rem}.Home .main-part-1-left-buttons{display:flex;align-items:center;justify-content:center}.Home .main-part-1-right{padding:0 15rem;min-width:70rem;max-width:80rem}.Home .main-part-2{flex-direction:column;justify-content:center;align-items:center;margin-top:8rem}.Home .main-part-2 .main-part-2-left-img{transform:translateY(0)}.Home .main-part-2-right{justify-content:center;align-items:center}.Home .main-part-2-right-cards{padding:0 3rem}.Home .main-part-2-right .main-part-2-right-detail{padding:0 3rem;transform:translateY(0);clear:left}.Home .main-part-2-right .main-part-2-left-img{width:70%;min-width:40rem;height:auto}.Home .main-part-2-right .sec-img{display:flex;align-items:center;justify-content:center}.Chat .main-part-left{display:none}.Chat .main-part-right-dm-p .main-part-right-dm-msg{flex-basis:70%}.users-button{display:flex!important}#set-footer-in-about{width:100%;padding:5rem 7rem;margin-top:0}.navbar-item-cc a{font-size:2rem!important}}@media (max-width:660px){.users-temp{left:88%!important}.Chat .main-part-right-dm-p .main-part-right-dm-msg{flex-basis:80%}#set-footer-in-about{padding:3rem}}@media (max-width:480px){html{font-size:50%;overflow-x:hidden}html ::-webkit-scrollbar{width:4px}html ::-webkit-scrollbar-track{background:transparent;padding:20px}html ::-webkit-scrollbar-thumb{background:#888;border-radius:4px}html ::-webkit-scrollbar-thumb:hover{background:#5c5c5c}.Home{padding:1.5rem 1.5rem 0}.showUsers{width:100%}.users-temp{left:93%!important}.navbar-item-cc a{font-size:2.5rem!important}#set-footer-in-about{padding:5rem 7rem;margin-top:4vh}}@media (max-width:354px){html{font-size:45%;overflow-x:hidden}html ::-webkit-scrollbar{width:4px}html ::-webkit-scrollbar-track{background:transparent;padding:20px}html ::-webkit-scrollbar-thumb{background:#888;border-radius:4px}html ::-webkit-scrollbar-thumb:hover{background:#5c5c5c}.main-part-1-left-buttons{flex-direction:column-reverse}.main-part-1-left-buttons-button-2{margin-bottom:1rem}.showUsers{width:100%}.users-temp{left:92%!important}.Chat .main-part-right-dm-p .main-part-right-dm-msg{flex-basis:90%}.About{height:93.3vh}}.footer-wrapper li{list-style:none}.footer-wrapper a{text-decoration:none;color:#fff}.footer-wrapper{background-color:#485461;background-image:linear-gradient(315deg,#485461,#28313b 74%);border-radius:1rem 1rem 0 0;display:grid;grid-template-rows:repeat(2,1fr);padding:3em!important;display:flex;flex-direction:column}.footer-wrapper h1{margin-bottom:.3em;color:#fff!important}.footer-wrapper .r1{display:flex;grid-gap:2em;gap:2em;flex-wrap:wrap;grid-area:1/1/span 4/span 4}.footer-wrapper .r1 h3{color:#fff!important}.footer-wrapper .r2{display:flex;justify-content:center;align-items:center;grid-area:5/1/span 1/span 4}.footer-wrapper .r2 p{font-weight:600;color:#fff!important}.footer-wrapper .r1{align-items:baseline;color:#fff!important}.footer-wrapper .contactus-footer{display:flex;flex-direction:column;flex:2 1}.footer-wrapper form{display:flex;flex-direction:column}.footer-wrapper .links{flex:1 1}.footer-wrapper .links ul{display:flex;flex-direction:column;margin-top:1em;justify-content:space-between}.footer-wrapper .links li{display:flex;flex-direction:column;text-transform:capitalize;font-size:1.7em;letter-spacing:.05em;line-height:2em;color:#fff!important}.footer-wrapper .username{font-weight:700;width:15.5rem;margin:0 0 1.25rem;height:3.188rem;padding:.375rem .938rem;border-radius:.313rem;outline:none;border:none;background:#f6f7f9;color:#748194;font-size:1.35rem}@media screen and(max-width:420px){.footer-wrapper textarea{width:15rem!important}}.footer-wrapper textarea{background:#f6f7f9;color:#748194;width:80%;height:5rem!important;grid-area:3/1/span 4/span 1;resize:none}.footer-wrapper .btn,.footer-wrapper textarea{font-weight:700;margin:0 0 1.25rem;padding:.375rem .938rem;border-radius:.313rem;outline:none;border:none;font-size:1.35rem}.footer-wrapper .btn{width:14.375rem;height:2.813rem;background:#05bfdc;color:#fff}.footer-wrapper li a i{color:#fff}.footer-wrapper li a{color:#fff!important}.footer-wrapper a:hover,.footer-wrapper li a:hover i{color:#03a2bb!important}.footer-wrapper .btn:hover{background:#03a2bb!important;cursor:pointer!important}.footer-wrapper .signup1{color:#748194;font-size:1.875rem;text-align:center}@media screen and(max-width:710px){.footer-wrapper{padding:1em}}.footer-wrapper h1:after{content:"";display:block;width:50%;padding-top:10px;border-bottom:2px solid #fff}#copyright{margin-top:1rem}.load-wrapp{float:left;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border-radius:5px;text-align:center}.load-wrapp:last-child{margin-right:0}.load-3{height:100%;display:flex;align-items:center;justify-content:center}.line{display:inline-block;width:3rem;height:3rem;border-radius:50%;background-color:#04c6e4;margin:.5rem}.load-3 .line:last-child{animation:loadingC .6s linear .1s infinite}.load-3 .line:nth-last-child(2){animation:loadingC .6s linear .2s infinite}.load-3 .line:nth-last-child(3){animation:loadingC .6s linear .3s infinite}@keyframes loadingC{0%{transform:translate(0)}50%{transform:translateY(15px)}to{transform:translate(0)}}
/*# sourceMappingURL=main.100e543f.chunk.css.map */