.animation{justify-content:center;align-items:center;height:100vh;display:flex}.animation .loader{aspect-ratio:1;background:#fc46aa;border-radius:50%;width:25px;animation:2s linear infinite l22-0;display:grid}.animation .loader:before,.animation .loader:after{content:"";background:inherit;border-radius:50%;grid-area:1/1;margin:15%;animation:1s infinite l22;transform:rotate(0)translate(150%)}.animation .loader:after{animation-delay:-.5s}@keyframes l22-0{to{transform:rotate(1turn)}}@keyframes l22{to{transform:rotate(1turn)translate(150%)}}
.scroll_button{background-color:var(--primary);border:1px solid var(--primary);color:#fff;cursor:pointer;z-index:100;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:22px;transition:all .5s;display:flex;position:fixed;bottom:30px;right:40px}.scroll_button:hover{color:var(--primary);background-color:#0000}
.contentWrapper{width:100%;max-width:1200px;margin:0 auto;padding:12px 20px}@media only screen and (min-width:1280px){.contentWrapper{padding:13px 0}}
.effect .children{animation:1s forwards content-animation}@keyframes content-animation{0%{opacity:0}to{opacity:1}}
footer{background:linear-gradient(#fff0 0%,#d6f0ff 100%);padding:50px 0 20px}footer .footer__grid{gap:25px;margin-bottom:5px;display:grid}@media only screen and (min-width:640px){footer .footer__grid{grid-template-columns:1fr 1fr;margin-bottom:10px}}@media only screen and (min-width:992px){footer .footer__grid{grid-template-columns:2fr .8fr .8fr 1.6fr}}footer .footer__grid .footer__logo-section .footer__logo img{width:100%;max-width:280px}footer .footer__grid .footer__logo-section h3{color:var(--secondary);margin:10px 0 5px;font-size:20px}footer .footer__grid .footer__logo-section .description{color:var(--secondary);font-size:16px;line-height:1.5}footer .footer__grid .footer__logo-section .boxes{flex-direction:column;gap:20px;margin-top:15px;display:flex}footer .footer__grid .footer__logo-section .boxes .box{align-items:start;gap:10px;display:flex}footer .footer__grid .footer__logo-section .boxes .box svg{color:var(--secondary);font-size:20px}footer .footer__grid .footer__logo-section .boxes .box p{color:var(--secondary);line-height:1.4}footer .footer__grid .footer__logo-section .footer__social-links{justify-content:start;gap:10px;margin-top:20px;display:flex}footer .footer__grid .footer__logo-section .footer__social-links .footer__social-icon{background-color:var(--secondary);border:1px solid var(--secondary);color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;width:35px;height:35px;font-size:23px;transition:all .5s;display:flex}footer .footer__grid .footer__logo-section .footer__social-links .footer__social-icon:hover{color:var(--secondary);background-color:#fff}footer .footer__grid .footer__section h2{color:var(--secondary);font-size:25px;font-weight:500}footer .footer__grid .footer__section ul{margin-top:40px;list-style:none}footer .footer__grid .footer__section ul li{color:var(--secondary);cursor:pointer;margin:20px 0;font-size:17px;font-weight:400;transition:all .5s}footer .footer__grid .footer__section ul li:hover{letter-spacing:1.05px}footer .footer__grid .des-app{color:var(--secondary);margin:35px 0 30px;font-size:16px;line-height:1.5}footer .footer__grid .buttons{gap:10px;display:flex}footer .footer__copyright .flex{background-color:#fff;border-radius:50px;flex-direction:column-reverse;justify-content:space-between;align-items:center;gap:15px;padding:15px 20px;display:flex;box-shadow:0 2px 4px #00000013}@media only screen and (min-width:992px){footer .footer__copyright .flex{flex-direction:row}}footer .footer__copyright .flex p{color:#b4ccd9;font-size:12px}@media only screen and (min-width:640px){footer .footer__copyright .flex p{font-size:14px}}footer .footer__copyright .flex .links{align-items:center;gap:15px;display:none}@media only screen and (min-width:640px){footer .footer__copyright .flex .links{display:flex}}footer .footer__copyright .flex .links span{color:#b4ccd9;font-size:30px;line-height:0;position:relative;top:-5px}footer .footer__copyright .flex .links a{color:#b4ccd9;font-size:14px}
.menu{z-index:2147483647;background-color:#00000029;width:100%;height:100vh;transition:all .5s;display:block;position:fixed;top:0;left:0;transform:translate(100%)}@media only screen and (min-width:1080px){.menu{display:none}}.menu .menuContainer{justify-content:start;display:flex}.menu .menuContainer .menuContent{flex-direction:column;width:300px;height:100vh;padding:20px 0 0;display:flex;background-color:#fff!important}.menu .menuContainer .menuContent .menuHeader{color:#fff;border-bottom:1px solid #ffffff36;justify-content:space-between;align-items:center;padding:5px 20px 0;display:flex}.menu .menuContainer .menuContent .menuHeader .logo{cursor:pointer}.menu .menuContainer .menuContent .menuHeader .logo img{width:125px}.menu .menuContainer .menuContent .menuHeader button{cursor:pointer;color:var(--primary);background-color:#0000;border:none;font-size:25px}.menu .menuContainer .menuContent nav ul{border-top:1px solid #00000023;justify-content:center;padding:0 30px;list-style:none}.menu .menuContainer .menuContent nav ul li{cursor:pointer;color:var(--secondary);width:fit-content;margin:20px auto 0 0;transition:all .5s;display:flex;position:relative}.menu .menuContainer .menuContent nav ul li:hover{color:var(--primary)}.menu .menuContainer .menuContent nav ul li.active{color:var(--primary);font-weight:500}.menu .menuContainer .menuContent nav ul li.active:after{content:"";background-color:var(--primary);border-radius:10px;width:15px;height:4px;position:absolute;bottom:-7px;left:0}.menu .menuContainer .menuContent .bookButton{text-transform:uppercase;cursor:pointer;text-align:center;background-color:var(--primary);color:#f9f9f9;border:1px solid var(--primary);border-radius:8px;justify-content:center;align-items:center;gap:10px;width:90%;margin:15px auto;padding:10px 20px;font-size:18px;font-weight:500;transition:all .5s;display:flex}.menu .menuContainer .menuContent .bookButton:hover{color:var(--primary);background-color:#0000}.menu_active{transform:translate(0%)}
header{z-index:10000000;border-bottom:1px solid #0000;align-items:center;width:100%;height:100px;padding:1rem 1.25rem;transition:all .4s;display:flex;position:fixed;top:0;transform:translateY(0)}header.show{-webkit-backdrop-filter:blur(30%);background:linear-gradient(#ffffffd9 0%,#ffebf5d9 100%);border-bottom:1px solid #fff9;box-shadow:0 4px 30px #0000000d}header.top{box-shadow:none;background-color:#0000;border-bottom:1px solid #ffffff26}header .container{width:100%;margin-left:auto;margin-right:auto;padding-left:15px}header .container .content{justify-content:space-between;align-items:center;gap:10px;display:flex;position:relative}header .container .content .logo{cursor:pointer;align-items:center;display:flex}header .container .content .logo img{width:150px}header .container .content nav ul{gap:5px;list-style:none;display:none}@media only screen and (min-width:1024px){header .container .content nav ul{align-items:center;display:flex}}@media only screen and (max-width:1080px){header .container .content nav ul{display:none}}header .container .content nav ul li{color:var(--secondary);cursor:pointer;border-radius:16px;padding:8px 12px;font-size:16px;font-weight:500;line-height:24px;transition:all .5s;position:relative}header .container .content nav ul li.active{color:#fff;background-color:var(--blue)}header .container .content nav ul li.active:hover{background-color:var(--blue)}header .container .content nav ul li:hover{background:#ecfafe}header .container .content .buttons-header{align-items:center;gap:10px;display:flex}header .container .content .buttons-header .langButton{color:var(--secondary);cursor:pointer;background-color:#0000;border:none;border-radius:16px;padding:8px 12px;font-size:18px;font-weight:500;line-height:24px;transition:all .5s}header .container .content .buttons-header .langButton:hover{background:#ecfafe}header .container .content a{margin:0}@media only screen and (max-width:1080px){header .container .content a{display:none}}header .container .content .menuToggle{color:var(--primary);cursor:pointer;background-color:#0000;border:none;outline:none;font-size:30px;display:block}@media only screen and (min-width:1080px){header .container .content .menuToggle{display:none}}@media (min-width:992px){header .container{width:970px}}@media (min-width:1050px){header .container{width:1020px}}@media (min-width:1150px){header .container{width:1050px}}@media (min-width:1200px){header .container{width:1140px}}@media (min-width:1250px){header .container{width:1220px}}@media (min-width:1300px){header .container{width:1340px}}
.googlePlay{background-color:var(--secondary);cursor:pointer;border-radius:6px;align-items:center;gap:10px;width:154px;padding:5px 15px;transition:all .5s;display:flex}.googlePlay:hover{transform:scale(1.1)}.googlePlay .text-c{color:#fff;line-height:1.2}.googlePlay .text-c span{font-size:13px}.googlePlay .text-c p{font-size:16px;font-weight:500}
.appStore{background-color:var(--secondary);cursor:pointer;border-radius:6px;align-items:center;gap:10px;width:154px;padding:5px 15px;transition:all .5s;display:flex}.appStore:hover{transform:scale(1.1)}.appStore .text-c{color:#fff;line-height:1.15}.appStore .text-c span{font-size:10px}.appStore .text-c p{font-size:18px;font-weight:500}
