@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.about__section{padding-top:130px;padding-bottom:70px;background:var(--secondary-bg)}.about__section .about__header{color:#fff}.about__section .about__header h2{text-align:center;font-size:42px;font-style:normal;font-weight:700;line-height:54.6px}.about__section .about__header .about__text{text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:10px;color:#aebdc6}.about__section .about__container{display:flex;justify-content:space-between;margin-top:60px}@media screen and (max-width: 1000px){.about__section .about__container{flex-direction:column}}@media screen and (max-width: 600px){.about__section .about__container{margin-top:0}}.about__section .about__container .left__section{color:#fff;margin-top:30px;width:520px}@media screen and (max-width: 1000px){.about__section .about__container .left__section{width:100%}}.about__section .about__container .left__section h3{font-size:26px;font-style:normal;font-weight:700;line-height:33.8px}.about__section .about__container .left__section .about__text__para1{font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:15px}.about__section .about__container .left__section .about__text__para2{font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:24px}.about__section .about__container .left__section a{display:block;margin-top:40px}.about__section .about__container .right__section{display:flex;flex-direction:column;gap:15px}@media screen and (max-width: 1000px){.about__section .about__container .right__section{margin-top:40px}}@media screen and (max-width: 1000px){.about__section .about__container .right__section .image{display:flex;justify-content:center;align-items:center}}.about__section .about__container .right__section .image img{height:220px;object-fit:cover}@media screen and (max-width: 600px){.about__section .about__container .right__section .image img{width:100%;max-width:100%}}.contact__wrapper{min-height:100vh;background:#0e202c}.contact__wrapper .contact__container{padding:210px 0 110px}@media screen and (max-width: 700px){.contact__wrapper .contact__container{width:100%}}.contact__wrapper .contact__container .contact__header h3{color:#fff;font-size:24px;font-style:normal;font-weight:600;line-height:23.4px}.contact__wrapper .contact__container .contact__header p{color:#aebdc6;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:10px}.contact__wrapper .contact__container .cf__wrapper{margin-top:40px;display:flex;justify-content:space-between;flex-wrap:wrap}.contact__wrapper .contact__container .cf__wrapper .right__section{width:30%}@media screen and (max-width: 1180px){.contact__wrapper .contact__container .cf__wrapper .right__section{width:100%}}.contact__wrapper .contact__container .cf__wrapper .right__section .contact__box{margin-top:25px}.contact__wrapper .contact__container .cf__wrapper .right__section .contact__box h5{color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.contact__wrapper .contact__container .cf__wrapper .right__section .contact__box p{color:#aebdc6;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:12px}.contact__wrapper .contact__container form{width:673px;max-width:100%}@media screen and (max-width: 700px){.contact__wrapper .contact__container form{width:100%;padding:0}}.contact__wrapper .contact__container form .cf__row{display:flex;flex-direction:column;gap:16px}.contact__wrapper .contact__container form .cf__row .form__group__wrapper{display:flex;gap:13px;width:100%}.contact__wrapper .contact__container form .cf__row .form__group__wrapper .input__group{width:50%}.contact__wrapper .contact__container form .cf__row .form__group{display:flex;flex-direction:column}.contact__wrapper .contact__container form .cf__row .form__group label{color:#d0d5dd;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:6px;display:block}.contact__wrapper .contact__container form .cf__row .form__group input,.contact__wrapper .contact__container form .cf__row .form__group textarea{border-radius:8px;border:1px solid #0f2330;background:#1d303c;box-shadow:0 1px 2px #1018280d;padding:12px;width:calc(100% - 24px);outline:none;color:#8e97a9;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.contact__wrapper .contact__container form .cf__row .form__group input.is-invalid,.contact__wrapper .contact__container form .cf__row .form__group textarea.is-invalid{border:1px solid rgb(219,70,60)}.contact__wrapper .contact__container form .cf__row .form__group input::placeholder,.contact__wrapper .contact__container form .cf__row .form__group textarea::placeholder{color:#8e97a9}.contact__wrapper .contact__container form .cf__row .form__group textarea{height:150px;resize:none}.contact__wrapper .contact__container form .cf__row .form__group .error{all:unset;color:#db463c;line-height:25px;font-size:14px}.contact__wrapper .contact__container form .submit__btn__wrapper{display:flex;justify-content:flex-end}.contact__wrapper .contact__container form button{border-radius:8px;background:#1BA5D3;padding:10px 30px;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:20px;border:none;outline:none;cursor:pointer;margin-top:20px}:root{--primary-bg: #0f2330;--secondary-bg: #0e202c;--card-bg: #162a36;--card-text-color: #aebdc6;--btn-color: #1ba5d3;--footer-bg: #112532}.feature__section{padding-top:130px;padding-bottom:70px;background:var(--secondary-bg);min-height:100vh}.feature__section .feature__header{color:#fff}.feature__section .feature__header h2{text-align:center;font-size:42px;font-style:normal;font-weight:700;line-height:54.6px}.feature__section .feature__header .feature__text{text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:10px;color:#aebdc6}.feature__section .feature__container{display:flex;justify-content:space-between;margin-top:60px;gap:60px}@media screen and (max-width: 1260px){.feature__section .feature__container{flex-direction:column;gap:30px}}@media screen and (max-width: 600px){.feature__section .feature__container{margin-top:0}}.feature__section .feature__container .left__section{color:#fff;margin-top:30px;width:470px}@media screen and (max-width: 1260px){.feature__section .feature__container .left__section{width:100%}}.feature__section .feature__container .left__section h3{font-size:32px;font-style:normal;font-weight:700;line-height:41.6px}.feature__section .feature__container .left__section .feature__text__para1{font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:15px}.feature__section .feature__container .left__section .feature__text__para2{font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:24px}.feature__section .feature__container .left__section a{display:block;margin-top:40px}.feature__section .feature__container .right__section .feature__boxes{display:flex;gap:28px}@media screen and (max-width: 1260px){.feature__section .feature__container .right__section .feature__boxes{width:100%}}@media screen and (max-width: 1000px){.feature__section .feature__container .right__section .feature__boxes{flex-direction:column}}.feature__section .feature__container .right__section .feature__boxes .boxes{display:flex;flex-direction:column;gap:20px}.feature__section .feature__container .right__section .feature__boxes .boxes .box{box-shadow:0 1px 5px #0003;padding:20px 15px;background:#162a36;width:290px}@media screen and (max-width: 1260px){.feature__section .feature__container .right__section .feature__boxes .boxes .box{width:90%}}@media screen and (max-width: 1000px){.feature__section .feature__container .right__section .feature__boxes .boxes .box{display:flex;align-items:center;justify-content:center;flex-direction:column;width:calc(100% - 30px)}}.feature__section .feature__container .right__section .feature__boxes .boxes .box img{height:45px;width:45px}.feature__section .feature__container .right__section .feature__boxes .boxes .box h3{font-size:18px;font-style:normal;font-weight:700;line-height:23.4px;margin-top:15px;text-align:start;color:#fff}.feature__section .feature__container .right__section .feature__boxes .boxes .box p{font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:10px;text-align:start;color:#aebdc6}@media screen and (max-width: 1000px){.feature__section .feature__container .right__section .feature__boxes .boxes .box p{text-align:center}}.feature__section .feature__container .right__section .feature__boxes .right__boxes{margin-top:85px}@media screen and (max-width: 1000px){.feature__section .feature__container .right__section .feature__boxes .right__boxes{margin-top:0}}.pp__wrapper{padding:110px 0;background:#0F2330}@media screen and (max-width: 1000px){.pp__wrapper{padding:70px 0}}.pp__wrapper .pp__container .pp__content{margin-top:25px}.pp__wrapper .pp__container .pp__content h4{color:#fff;font-size:24px;font-style:normal;font-weight:600;line-height:23.4px}.pp__wrapper .pp__container .pp__content p{color:#aebdc6;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-top:10px}.pp__wrapper .pp__container .pp__content p:nth-child(3),.pp__wrapper .pp__container .pp__content p:nth-child(4),.pp__wrapper .pp__container .pp__content p:nth-child(6),.pp__wrapper .pp__container .pp__content p:nth-child(8){margin:0}.pp__wrapper .pp__container .pp__content ul{padding-left:40px}.pp__wrapper .pp__container .pp__content ul li{color:#aebdc6;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.faq__modal{position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000000b3;transition:.3s ease-in-out;justify-content:center;align-items:center;z-index:100;height:100vh;display:none}.faq__modal.active{display:flex}.faq__modal .faq__modal__content__wrapper{max-height:calc(100vh - 30px);border-radius:8px;position:relative;transition:inherit;padding:24px 30px;overflow-y:scroll;overflow-x:hidden;background:#162A36;width:1120px;max-width:90%}.faq__modal .faq__modal__content__wrapper .faq__modal__body h3{text-align:center;color:#fff;font-size:24px;font-style:normal;font-weight:600;line-height:23.4px}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container{display:flex;flex-direction:column;gap:15px;margin-top:25px}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq{cursor:pointer;display:flex;flex-direction:column;padding:15px 0;border-bottom:1px solid #273C49}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq:last-child{border-bottom:none;padding-bottom:0}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq .faq__head{display:flex;justify-content:space-between;color:#fff;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq .faq__head .minus{display:none}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq .faq__head .minus.active,.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq .faq__head .plus{display:block}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq .faq__head .plus.active{display:none}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq .faq__head span{padding-right:15px}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq .faq__head svg{color:#1ba5d3}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq .faq__body{max-height:0;overflow:hidden;transition:.6s ease}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq .faq__body p{color:#aebdc6;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:8px}.faq__modal .faq__modal__content__wrapper .faq__modal__body .faq__container .faq .faq__body__open{max-height:500px}.faq__modal .faq__modal__content__wrapper::-webkit-scrollbar{display:none}.faq__modal .faq__modal__content__wrapper .crossxMenu{position:absolute;right:25px;color:#fff;transition:.3s;cursor:pointer}.faq__modal .faq__modal__content__wrapper .crossxMenu:hover{color:#1ba5d3}.faq__modal .faq__modal__content__wrapper .crossxMenu svg{font-size:20px;stroke-width:1.5px}.waitlist__section{padding-top:170px;padding-bottom:90px;background:var(--primary-bg);min-height:100vh}@media screen and (max-width: 1540px){.waitlist__section{min-height:unset}}.waitlist__section .waitlist__hero__container{display:flex;justify-content:space-between}@media screen and (max-width: 1000px){.waitlist__section .waitlist__hero__container{flex-direction:column}}.waitlist__section .waitlist__hero__container .left__section{width:532px;color:#fff;margin-top:40px}@media screen and (max-width: 1180px){.waitlist__section .waitlist__hero__container .left__section{width:460px;margin-top:0}}@media screen and (max-width: 1000px){.waitlist__section .waitlist__hero__container .left__section{width:100%;margin-top:0}}.waitlist__section .waitlist__hero__container .left__section h3{font-size:40px;font-weight:600;line-height:48px;color:#fff}.waitlist__section .waitlist__hero__container .left__section .info__text{font-size:16px;font-weight:400;line-height:24px;color:#aebdc6}.waitlist__section .waitlist__hero__container .left__section .mt-15{margin-top:15px}.waitlist__section .waitlist__hero__container .left__section form{width:370px;margin-top:50px}@media screen and (max-width: 600px){.waitlist__section .waitlist__hero__container .left__section form{width:100%}}.waitlist__section .waitlist__hero__container .left__section form .input__group .group{display:flex;flex-direction:column}.waitlist__section .waitlist__hero__container .left__section form .input__group .group label{color:#d0d5dd;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin-bottom:6px;display:block}.waitlist__section .waitlist__hero__container .left__section form .input__group .group input{border-radius:8px;border:1px solid #0f2330;background:#1d303c;box-shadow:0 1px 2px #1018280d;padding:12px;width:calc(100% - 24px);outline:none;color:#8e97a9;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.waitlist__section .waitlist__hero__container .left__section form .input__group .group input.is-invalid{border:1px solid rgb(219,70,60)}.waitlist__section .waitlist__hero__container .left__section form .input__group .group input::placeholder{color:#8e97a9}.waitlist__section .waitlist__hero__container .left__section form button{border-radius:8px;background:#1BA5D3;padding:8px 0;width:100%;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:20px;border:none;outline:none;cursor:pointer;margin-top:15px}.waitlist__section .waitlist__hero__container .right__section{width:460px}@media screen and (max-width: 1180px){.waitlist__section .waitlist__hero__container .right__section{width:360px;margin-top:0}}@media screen and (max-width: 1000px){.waitlist__section .waitlist__hero__container .right__section{width:100%}}@media screen and (max-width: 1000px){.waitlist__section .waitlist__hero__container .right__section .image{width:100%;display:flex;align-items:center;justify-content:center;margin-top:40px}}.waitlist__section .waitlist__hero__container .right__section .image img{width:100%;object-fit:cover}@media screen and (max-width: 1000px){.waitlist__section .waitlist__hero__container .right__section .image img{max-width:100%;width:100%;object-fit:cover}}.waitlist__submit__section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--primary-bg)}.waitlist__submit__section .waitlist__submit__hero{display:flex;flex-direction:column;align-items:center;justify-content:center}.waitlist__submit__section .waitlist__submit__hero h3{margin:30px 0 15px;color:#fff;font-size:24px;font-weight:600;line-height:29px}.waitlist__submit__section .waitlist__submit__hero p{width:55%;text-align:center;font-size:14px;font-weight:400;line-height:20px;color:#aebdc6}*{margin:0;padding:0;font-family:Inter,sans-serif;--primary-bg: #0f2330;--secondary-bg: #0e202c;--card-bg: #162a36;--card-text-color: #aebdc6;--btn-color: #1ba5d3;--footer-bg: #112532}.pageLayout{width:1170px;max-width:90%;margin:0 auto}.chatwithBtn{text-decoration:none;cursor:pointer}.chatwithBtn button{cursor:pointer;font-size:15px;font-style:normal;line-height:normal;display:flex;align-items:center;padding:12px 30px;outline:none;background:var(--btn-color);border:none;color:#fff;font-size:18px;font-weight:500;line-height:20px;border-radius:8px;box-shadow:0 1px 2px #1018280d}header{background:var(--primary-bg);position:fixed;width:100%;z-index:2;color:#fff}header nav{width:1170px;max-width:90%;margin:0 auto;display:flex;justify-content:space-between;padding:15px 0;position:relative;align-items:center}header nav .smMenu{display:none}@media screen and (max-width: 600px){header nav .smMenu{display:block;cursor:pointer}}header nav .logo a img{height:32px}header nav ul{list-style:none;display:flex;gap:40px;align-items:center}@media screen and (max-width: 600px){header nav ul{position:absolute;height:100vh;top:0;display:flex;flex-direction:column;background:var(--secondary-bg);left:-30px;width:66%;padding-top:30px;align-items:start;padding-left:50px;display:none;gap:20px}header nav ul.active{display:flex}}header nav ul li a{color:#fff;text-decoration:none;cursor:pointer;transition:.3s}header nav ul li a:hover{color:#1ba5d3}header nav ul li a.active{color:#1ba5d3}header nav ul li a button{padding:10px 30px;border:none;outline:none;background:var(--btn-color);color:#fff;cursor:pointer;font-size:18px;font-style:normal;font-weight:500;line-height:20px;border-radius:8px;box-shadow:0 1px 2px #1018280d}.hero__section{padding-top:130px;padding-bottom:90px;background:var(--primary-bg)}.hero__section .hero__container{display:flex;justify-content:space-between}@media screen and (max-width: 1000px){.hero__section .hero__container{flex-direction:column}}.hero__section .hero__container .left__section{width:534px;color:#fff;margin-top:40px}@media screen and (max-width: 1000px){.hero__section .hero__container .left__section{width:100%;margin-top:0}}.hero__section .hero__container .left__section h3{color:#fff;font-size:46px;font-style:normal;font-weight:600;line-height:normal}.hero__section .hero__container .left__section .info__text{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:22px}.hero__section .hero__container .left__section .mt-20{margin-top:20px}.hero__section .hero__container .left__section a{margin-top:35px;display:block}.hero__section .hero__container .right__section{width:554px}@media screen and (max-width: 1000px){.hero__section .hero__container .right__section{width:100%}}@media screen and (max-width: 1000px){.hero__section .hero__container .right__section .image{width:100%;display:flex;align-items:center;justify-content:center;margin-top:40px}}.hero__section .hero__container .right__section .image img{width:100%;object-fit:cover}@media screen and (max-width: 1000px){.hero__section .hero__container .right__section .image img{max-width:100%;width:100%;object-fit:cover}}.service__section{padding:110px 0 30px;background:var(--primary-bg)}@media screen and (max-width: 1000px){.service__section{padding:70px 0}}.service__section .service__container{display:flex;flex-direction:column}@media screen and (max-width: 1000px){.service__section .service__container{flex-direction:column}}.service__section .service__container .feature__heading{color:#fff;font-size:40px;font-style:normal;font-weight:600;line-height:33.8px;text-align:center}.service__section .service__container .feature__wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:60px}@media screen and (max-width: 1000px){.service__section .service__container .feature__wrapper{flex-direction:column-reverse}}.service__section .service__container .right__section{width:600px;color:#fff}@media screen and (max-width: 1000px){.service__section .service__container .right__section{width:100%}}.service__section .service__container .right__section h3{color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:23.4px}.service__section .service__container .right__section .info__text{color:#aebdc6;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-top:15px}@media screen and (max-width: 1000px){.service__section .service__container .left__section{width:100%}}@media screen and (max-width: 1000px){.service__section .service__container .left__section .image{width:100%;display:flex;align-items:center;justify-content:center;margin-top:40px}}.service__section .service__container .left__section .image img{height:315px}@media screen and (max-width: 1000px){.service__section .service__container .left__section .image img{max-width:100%;width:100%;object-fit:cover}}.service__section .smart__section{padding:0}.smart__section{padding:0 0 110px}@media screen and (max-width: 1000px){.smart__section{padding-bottom:70px}}.smart__section .smart__wrapper{display:flex;justify-content:space-between;align-items:center;gap:20px}@media screen and (max-width: 1000px){.smart__section .smart__wrapper{flex-direction:column-reverse;padding:70px 0 0}}.benifit__section{padding-bottom:30px;background:var(--primary-bg)}.benifit__section .hero__container{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width: 1000px){.benifit__section .hero__container{flex-direction:column}}.benifit__section .hero__container .left__section{width:600px}@media screen and (max-width: 1000px){.benifit__section .hero__container .left__section{width:100%}}.benifit__section .hero__container .left__section h3{color:#fff;font-size:20px;font-style:normal;font-weight:600;line-height:23.4px}.benifit__section .hero__container .left__section .info__text{color:#aebdc6;font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-top:15px}@media screen and (max-width: 1000px){.benifit__section .hero__container .right__section{width:100%}}@media screen and (max-width: 1000px){.benifit__section .hero__container .right__section .image{width:100%;display:flex;align-items:center;justify-content:center;margin-top:40px}}.benifit__section .hero__container .right__section .image img{height:315px}@media screen and (max-width: 1000px){.benifit__section .hero__container .right__section .image img{max-width:100%;width:100%;object-fit:cover}}.client__success__wrapper{padding:110px 0;background:var(--secondary-bg)}@media screen and (max-width: 1000px){.client__success__wrapper{padding:70px 0}}.client__success__wrapper .client__success__container{color:#fff}.client__success__wrapper .client__success__container h3{color:#fff;text-align:center;font-size:40px;font-style:normal;font-weight:600;line-height:33.8px}.client__success__wrapper .client__success__container .cards{margin-top:40px;display:flex;gap:30px;justify-content:space-between}@media screen and (max-width: 1000px){.client__success__wrapper .client__success__container .cards{flex-wrap:wrap;justify-content:center}}.client__success__wrapper .client__success__container .cards .card{width:30%;display:flex;flex-direction:column}@media screen and (max-width: 1000px){.client__success__wrapper .client__success__container .cards .card{display:flex;flex-direction:column;align-items:center;justify-content:center;width:unset}}.client__success__wrapper .client__success__container .cards .card .image__container{display:flex;width:100%}@media screen and (max-width: 1000px){.client__success__wrapper .client__success__container .cards .card .image__container{align-items:center;justify-content:center}}.client__success__wrapper .client__success__container .cards .card .img__wrapper{height:200px;width:200px;display:flex;align-items:center;justify-content:center;background:var(--card-bg);margin-bottom:40px;border-radius:50%}.client__success__wrapper .client__success__container .cards .card .img__wrapper img{height:90px}.client__success__wrapper .client__success__container .cards .card h3{font-size:18px;font-style:normal;font-weight:600;line-height:23.4px;text-align:start}.client__success__wrapper .client__success__container .cards .card p{font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:10px;text-align:start;color:var(--card-text-color)}@media screen and (max-width: 1000px){.client__success__wrapper .client__success__container .cards .card p{text-align:center}}.testimonials__wrapper{background:var(--secondary-bg)}.testimonials__wrapper .testimonials__container{width:1170px;margin:0 auto;padding:70px 0}@media screen and (max-width: 1170px){.testimonials__wrapper .testimonials__container{width:90%;padding:90px 0}}@media screen and (max-width: 1000px){.testimonials__wrapper .testimonials__container{padding:70px 0}}@media screen and (max-width: 530px){.testimonials__wrapper .testimonials__container{width:91%}}.testimonials__wrapper .testimonials__container .testimonial__heading{color:#fff;text-align:center;font-size:40px;font-style:normal;font-weight:600;line-height:33.8px}.testimonials__wrapper .testimonials__container .handle__testimonial__slides{margin-top:60px;position:relative}.testimonials__wrapper .testimonials__container .handle__testimonial__slides .testimonial__slides .testimonial .testimonial__text{display:flex;gap:60px;align-items:center}@media screen and (max-width: 750px){.testimonials__wrapper .testimonials__container .handle__testimonial__slides .testimonial__slides .testimonial .testimonial__text{flex-direction:column;gap:20px}}.testimonials__wrapper .testimonials__container .handle__testimonial__slides .testimonial__slides .testimonial .testimonial__text .user__image{height:200px;width:200px;border-radius:50%;overflow:hidden}.testimonials__wrapper .testimonials__container .handle__testimonial__slides .testimonial__slides .testimonial .testimonial__text .user__image img{height:100%;width:100%;object-fit:cover}.testimonials__wrapper .testimonials__container .handle__testimonial__slides .testimonial__slides .testimonial .testimonial__text .user__feedback{width:70%}@media screen and (max-width: 750px){.testimonials__wrapper .testimonials__container .handle__testimonial__slides .testimonial__slides .testimonial .testimonial__text .user__feedback{width:100%}}.testimonials__wrapper .testimonials__container .handle__testimonial__slides .testimonial__slides .testimonial .testimonial__text .user__feedback img{height:33px;margin-left:-20px;margin-bottom:20px}@media screen and (max-width: 750px){.testimonials__wrapper .testimonials__container .handle__testimonial__slides .testimonial__slides .testimonial .testimonial__text .user__feedback img{margin-left:0}}.testimonials__wrapper .testimonials__container .handle__testimonial__slides .testimonial__slides .testimonial .testimonial__text .user__feedback .texts p{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:24px}.testimonials__wrapper .testimonials__container .handle__testimonial__slides .prev__next__button{display:flex;gap:10px;justify-content:flex-end;bottom:45px;right:40px;z-index:111}.testimonials__wrapper .testimonials__container .handle__testimonial__slides .prev__next__button button{all:unset;display:flex;align-items:center;justify-content:center;cursor:pointer;background:#142630;color:#fff;border-radius:50%;height:45px;width:45px}.testimonials__wrapper .testimonials__container .handle__testimonial__slides .prev__next__button button:after{font-size:16px!important;color:#bec8cf!important}.banner__section{padding:70px 0;background-color:#0f2330}.banner__section .banner__container{display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}.banner__section .banner__container h3{color:#fff;text-align:center;font-size:40px;font-style:normal;font-weight:600;line-height:33.8px}.banner__section .banner__container p{text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin-top:20px;width:50%}@media screen and (max-width: 1000px){.banner__section .banner__container p{width:100%}}.banner__section .banner__container a{display:block;margin-top:30px}footer{padding:90px 0;background:var(--footer-bg);color:#fff}footer .footer__wrapper{display:flex;justify-content:space-around;align-items:center}@media screen and (max-width: 1000px){footer .footer__wrapper{flex-wrap:wrap;gap:20px}}footer .footer__wrapper .foot__logo__wrapper{display:flex;flex-direction:column;align-items:center}footer .footer__wrapper .foot__logo__wrapper .foot__logo a img{height:32px}footer .footer__wrapper .foot__logo__wrapper .socials__wrapper{margin-top:35px}footer .footer__wrapper .foot__logo__wrapper .socials__wrapper .socials{display:flex;gap:12px}footer .footer__wrapper .foot__logo__wrapper .socials__wrapper .socials .icon{text-decoration:none;display:block;height:35px;width:35px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}footer .footer__wrapper .foot__logo__wrapper .socials__wrapper .socials svg{height:20px;color:#000}footer .footer__wrapper .foot__logo__wrapper .socials__wrapper .socials .facebook,footer .footer__wrapper .foot__logo__wrapper .socials__wrapper .socials .twitter{fill:#000}footer .footer__wrapper .foot2 .contact__info{display:flex;flex-direction:column;gap:15px}footer .footer__wrapper .foot2 .contact__info .info__box a{text-decoration:none;cursor:pointer;color:#fff}footer .footer__wrapper .foot2 .contact__info .info__box a:hover{color:#1ba5d3}footer .footer__wrapper .foot2 .contact__info .info__box a.active{color:#1ba5d3}footer .footer__wrapper .margin__handle{width:27.3%;display:flex;justify-content:flex-end}
