body {
    font-family: "Manrope", sans-serif;
    line-height: 1.6;
}

.btn-primary {
    background: #2FA2B9 !important;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    padding: 11px 24px;
    max-height: 48px;
    border: 1px #2FA2B9 solid !important;
}

.btn-primary:hover {
    background: #141416;
    border: 1px #141416 solid;
}

.btn-link {
    color: #2FA2B9;
}

.fixed-top {
    transition: top 0.3s;
    /* Smooth transition effect */
}

.navbar-scroll {
    top: -80px;
    transition: top 0.3s;
}

.navbar-fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    transition: top 0.3s;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #141416;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #2FA2B9;
}

.navbar-light .navbar-nav .nav-link {
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    position: relative;
}

.navbar-light .navbar-nav .nav-link::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #2FA2B9;
}

.navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item .dropdown-menu {
    position: absolute;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dp-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: -5px;
    top: 24px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #2ea2b9;
}

.ftr-link a {
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    position: relative;
}

.ftr-link a::after {
    content: "";
    width: 0;
    height: 1.2px;
    bottom: -5px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #2FA2B9;
}

.ftr-link a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
    z-index: 99;
}

.navbar-light .navbar-nav .nav-link.btn {
    color: #141416 !important;
    background: #fff;
    border: 1px #141416 solid;
    padding: 11px 16px;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.btn:hover {
    background: #2FA2B9;
    color: #fff !important;
    border: 1px #2FA2B9 solid;
}

.nav-link {
    margin: 0 10px;
    padding: .7rem 1rem;
}

h1,
h2,
h3,
h5 {
    font-weight: bold;
}

.navbar {
    padding: 1rem 2rem;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: top 0.3s;
    background: rgb(255 255 255 / 30%);
    backdrop-filter: blur(10px);
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.nav-link {
    margin: 0 10px;
}

.nav-link.btn {
    padding: 0.5rem 1rem;
    background-color: #0a74da;
    color: white;
}

.btn-d a::after {
    display: none;
}

.btn-d a {
    /* background: #4552FF; */
    /* padding: 13px 20px; */
    /* border-radius: 8px; */
    overflow: hidden;
    position: relative;
}

.btn-d a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    opacity: .3;
    z-index: 1;
}

.btn-d a:before {
    background: #000;
}

.btn-d a:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

.btn-d a span {
    position: relative;
    z-index: 9
}

.btn-d a span::before {
    background: #000;
}

.btn-d a span::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    opacity: .3;
}

@keyframes moveArrow {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(5px);
    }
}

.demo-arw-ic {
    display: inline-block;
    animation: moveArrow 1s infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1);
        /* Initial scale */
    }

    100% {
        transform: scale(1.2);
        /* Zoomed scale */
    }
}

.hero-section {
    background-color: #f8f9fa;
    position: relative;
    /* padding-top: 81px; */
    overflow: hidden;
}

.hro-pd {
    padding: 0;
    color: #fff;
    max-width: 600px;
    margin: 0px auto;
}

.hero-section h1 {
    font-size: 72px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 1px BLACK;
}

.hero-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.hero-section input {
    /* max-width:300px; */
    margin-bottom: 10px;
    border: 0;
}

.hero-section .btn {
    width: 190px;
}

.hero-section img {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
}

.hero-cnt {
    width: 100%;
}

.hero-cnt:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    z-index: 1;
}

.hero-cnt .sld-rw {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.hero-cnt .sld-w7 {
    padding-left: 0;
    /* max-width: 60%; */
    margin: 0px auto;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hero-cnt .sld-w5 {
    width: 100%;
}

.hero-cnt .sld-w5 img {}

.why-section {
    padding: 80px 0;
}

.why-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.why-section .card {
    border: none;
    margin-bottom: 20px;
    transition: transform 0.3s;
    border-radius: 16px;
    border: 1px #E6E8EC solid;
    text-align: left;
    margin: 0 -3%;
}

.why-section .card:hover {
    transform: translateY(-10px);
}

.why-section .card-body {
    text-align: left;
    min-height: 290px;
}

.why-section .card-body i {
    color: #0a74da;
    margin-bottom: 10px;
    font-size: 2rem;
}

.why-section .card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 40px;
    width: 87%;
}

.why-section .card-text {
    font-size: 15px;
    color: #353945;
}

.progress-section {
    padding: 80px 0;
    background: #F4F5F6;
    overflow-x: hidden;
}

.progress-section h2 {
    font-size: 2.5rem;
    margin-bottom: 48px;
}

.progress-section h2 span {
    display: block;
}

.progress-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.progress-section h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.progress-section p {
    font-size: 1.1rem;
    margin-bottom: 24px;
    color: #777E90;
}

.progress-section button {}

.difference-section {
    padding: 60px 0;
    background-color: #ffffff;
}

.difference-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.difference-section .w80 {
    max-width: 80%;
    margin: 0px auto;
}

.difference-section .difference-item {
    padding: 20px 0;
    text-align: center;
}

.difference-section .difference-item h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2FA2B9;
    border: 1px #2FA2B9 solid;
    width: 240px;
    height: 240px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 180px;
    margin: 0 4% 24px 4%;
    transition: transform 0.3s;
}

.difference-section .difference-item h3:hover {
    background: #2FA2B9;
    color: #fff;
    transform: translateY(-10px);
}

.difference-section .difference-item p {
    font-size: 1rem;
    color: #141416;
    font-weight: 600;
}

.testimonials-section {
    padding: 80px 0;
    background: #F4F5F6;
}

.testimonials-section .video-popup {
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 40px;
    position: relative;
}

.testimonials-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
}

.testimonials-section .testimonial {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s;
    box-shadow: 0 4px 8px rgb(0 0 0 / 3%);
}

.testimonials-section .testimonial span {
    margin-bottom: 16px;
    display: block;
}

.testimonials-section .testimonial .dp {
    display: flex;
    align-content: center;
    color: #777E90;
    font-size: 14px;
    margin-top: 24px;
}

.testimonials-section .testimonial .dp img {
    width: 42px;
    height: 42px;
    margin-right: 16px;
}

.testimonials-section .testimonial:hover {
    transform: translateY(-10px);
}

.testimonials-section .testimonial p {
    margin: 0;
}

.testimonials-section .testimonial strong {
    display: block;
    margin-bottom: 0px;
    font-size: 16px;
    color: #23262F;
}

.residence-section {
    background: url(../img/bg.svg);
    background-size: cover;
    color: #fff;
    padding: 0px 0;
}

.residence-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.residence-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.residence-section .app-buttons .btn {
    padding: 0;
    font-size: 1rem;
    margin-right: 10px;
    background-color: #ffffff00;
    border: 0;
}

.residence-section img {
    max-width: 592px;
    border-radius: 10px;
}

.residence-section .imfd.active {
    opacity: 1;
}

.residence-section .app-sld-img {
    position: relative;
    height: 524px;
}

.residence-section .imfd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.residence-section {
    position: relative;
    overflow: hidden;
}

.imfd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.imfd.active {
    opacity: 1;
}

.footer-section {
    background-color: #fff;
    padding: 80px 0 40px 0;
}

.footer-section h5 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: #141416;
}

.footer-section ul {
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    line-height: 30px;
}

.footer-section ul li a {
    color: #141416;
    text-decoration: none;
    font-size: 14px;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.footer-section p {
    margin: 0;
    font-size: 0.9rem;
}

.footer-section .social-icons a {
    color: #333;
    margin: 0 10px;
    font-size: 1.2rem;
}

.footer-section .social-icons a:hover {
    color: #0a74da;
}

.flex-center {
    align-content: center;
    align-items: center;
}

.form-control {
    border: 1px #CCCCCC solid;
    border-radius: 40px;
    padding: 23px;
}

.play-vdo {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.ply-img::after {
    animation: zoom 2s infinite alternate;
    content: '';
    width: 120px;
    height: 120px;
    display: block;
    background: #ffffff47;
    position: absolute;
    left: 42%;
    top: 37%;
    border-radius: 110px;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.ply-img {}

.ftr-link {
    margin: 30px 0;
}

.ftr-link a {
    font-size: 14px;
    color: #141416;
    font-weight: 500;
    margin: 0 16px;
}

.ftr-link a:hover {
    text-transform: none;
    text-decoration: none;
    color: #2FA2B9;
}

.scl-link {
    margin-bottom: 40px;
}

.scl-link a {
    margin: 0 12px;
}

.scl-link a:hover {
    opacity: 0.7;
}

#goToTopBtn {
    cursor: pointer;
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #fff;
    width: 48px;
    height: 48px;
    padding: 11px;
    border-radius: 50px;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 19%);
    z-index: 99;
}

.whatsapp {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 99;
}

.whatsapp img {
    width: 120px;
}

.modal-backdrop.show {
    z-index: 0;
    display: none;
}

.modal-dialog {
    margin: 9rem auto;
    z-index: 99;
}

.modal.fade.show::after {
    content: '';
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-block;
    position: absolute;
}

.carousel-indicators li {
    background-color: #000;
}

@media (max-width: 1440px) {
    .hero-cnt .sld-w7 {
        /* padding-left: 8%; */
    }
}

@media (max-width: 1600px) {
    .hero-cnt .sld-w7 {
        /* padding-left: 12%; */
    }
}

@media (min-width: 1200px) {
    .hero-section .container {
        max-width: 1280px;
    }
}

@media only screen and (max-width: 1024px) {
    .hero-cnt .sld-w7 {
        width: 100%;
        margin-top: 3%;
    }

    .footer-section ul li a {
        line-height: 16px;
        font-size: 12px;
    }

    .footer-section ul li {
        line-height: 24px;
    }
}

@media only screen and (max-width: 768px) {
    .hero-section img {
        width: 130%;
        max-width: 130%;
    }

    .why-section .card-title {
        font-size: 1rem;
    }

    .why-section .card-text {
        font-size: 14px;
        line-height: 18px;
    }

    .why-section .col-md-3 {
        padding: 0 12px;
    }

    .difference-section .w80 {
        max-width: 100%;
    }

    .difference-section .difference-item h3 {
        width: 200px;
        height: 200px;
        margin: 0px auto 20px auto;
    }

    .testimonials-section .testimonial p,
    .testimonials-section .testimonial strong {
        font-size: 14px;
    }

    .testimonials-section .col-md-4 {
        padding: 0 8px;
    }

    .residence-section p {
        font-size: 1rem;
    }

    .residence-section h2 {
        font-size: 2rem;
    }

    .hero-section h1 {
        font-size: 56px;
    }

}

@media only screen and (max-width: 767px) {
    .hero-section h1 {
        font-size: 32px;
    }

    .hero-section p {
        margin-bottom: 16px;
        font-size: 1rem;
    }

    .navbar {
        padding: 0.5rem 1rem;
        background: #fff;
    }

    .navbar-light .navbar-toggler {
        border: 0;
    }

    .hero-section img {
        width: 185%;
        margin-top: 0;
        max-width: 185%;
    }

    .why-section h2,
    .progress-section h2,
    .difference-section h2,
    .testimonials-section h2,
    .residence-section h2 {
        font-size: 2rem;
    }

    .why-section .card-body {
        min-height: auto;
        margin-bottom: 0;
    }

    .why-section .card {
        margin: 0 0 16px 0;
    }

    .progress-section h3 {
        margin-top: 40px;
        font-size: 1.6rem;
    }

    .progress-section p {
        font-size: 1rem;
    }

    .play-vdo {
        width: 60px;
    }

    .testimonials-section .testimonial p {
        font-size: 14px;
    }

    .testimonials-section .testimonial strong {
        font-size: 14px;
    }

    .residence-section img {
        display: none;
    }

    .residence-section .app-sld-img {
        display: none;
    }

    .residence-section {
        padding: 80px 0;
        background-size: cover;
    }

    .residence-section p {
        font-size: 1rem;
    }

    .residence-section .app-buttons .btn img {
        display: block;
    }

    .footer-section h5,
    .footer-section ul,
    .footer-section hr {
        display: none;
    }

    .app-buttons.cpr {
        display: none;
    }

    .footer-section {
        padding: 0px 0 40px 0;
    }

    .scl-link a img {
        width: 24px;
    }

    .ftr-link {
        margin: 0 0 30px 0;
    }

    .ftr-link a {
        margin: 0px 12px;
        font-size: 13px;
    }

    .footer-section p {
        font-size: 12px;
    }

    .hro-pd .d-flex {
        display: block !important;
    }

    .hro-pd .d-flex .btn {
        width: 100%;
        margin-left: 0 !important;
    }

    .hero-section input {
        width: 100%;
        max-width: 100%;
    }

    .progress-section {
        overflow-x: hidden;
    }

    .hero-cnt .sld-w5 {
        /* display: none; */
    }

    .hero-cnt .sld-w7 {
        padding: 0% 5%;
        width: 100%;
        margin-top: 7%;
    }

    .hero-section {
        padding-top: 64px;
    }

    .ply-img::after {
        left: 33%;
        top: 23%;
    }
}