@font-face {
    font-family: 'Neue Montreal Bold';
    src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Montreal Regular';
    src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Montreal Light';
    src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Montreal Medium';
    src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

:root{
    --font-regular: 'Neue Montreal Regular', Arial, Helvetica, sans-serif;
    --font-bold: 'Neue Montreal Bold', Arial, Helvetica, sans-serif;
    --font-medium: 'Neue Montreal Medium', Arial, Helvetica, sans-serif;
    --font-light: 'Neue Montreal Light', Arial, Helvetica, sans-serif;
    --primary: #061F3E;
    --muted: #4D4D4D;
}

html{
    font-size: 16px;
}

body{
    font-family: var(--font-regular);
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: var(--primary);
    overflow-x: hidden;

}

.fa-active{
    fill: #000;
    color: #000;
}

.fa-sm{
    height: 8px;
    width: 8px;
}

.main-nav-link{
    gap: 20px;
}

.info-heading{
    font-family: var(--font-medium);
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
}

.info-pt{
    padding-top: 120px;
}

.info-pb{
    padding-bottom: 120px;
}

.info-text{
    font-family: var(--font-regular);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: var(--muted);
}

.main-nav-link .nav-link.active{
    font-family: var(--font-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    border: 1px solid #000;
    border-radius: 40px;
    padding: 8px 18px
}

.main-nav-link .nav-link{
    font-family: var(--font-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.50);;
    border-radius: 40px;
    padding: 8px 18px !important;
    color: rgba(0, 0, 0, 0.50);
}

.hero-section{
    
    min-height: 728px;
    
}

.hero-bg{
    background-image: url(../images/hero-banner.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: move 10s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    animation-iteration-count: infinite;
    animation-direction:alternate-reverse;
    animation-fill-mode: forwards;
}

.content-box-header{
    color: var(--primary);
    font-family: var(--font-regular);
    font-size: 88px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 88px */
}

.main-content{
    margin-top: 150px;
}

.content-box-img-container{
    height: 549px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}

.content-box-img-container-2{
    height: 450px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}

.contact-us-card{
    box-shadow: 0px 41px 49px 0px rgba(0, 0, 0, 0.03);
}

.contact-us-card .form-control{
    border-radius: 8px;
}

.contact-us-card .form-control:hover{
    border: #525252 solid 1px !important; 
}

.contact-us-card .form-floating>label {
    color: #828282;
}

.contact-us-card h3{
    font-family: var(--font-medium);
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;

}

.bg-lighter{
    background-color: #F8F7F7;
}

.btn-custom{
    padding: 24px 38px;
    color: #fff;
    font-size: 24px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.btn-custom:hover .btn-arrow{
    width: 56px;
    color: #fff !important;
}

.btn-custom:hover{
    color: #fff !important;
}

.btn-arrow{
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #FFF;
}

.about-text-2{
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0em;
}

.about-text{
    position: absolute;
    color: #fff;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--font-medium);
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: center;
}

.faq-text{
    font-family: var(--font-regular);
    font-size: 104px;
    font-weight: 400;
    line-height: 119px;
    letter-spacing: 0em;
    text-align: center;

}

.faq-sect .accordion-button{
    font-family: var(--font-medium);
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    background-color: transparent;
    border-bottom: 1px solid #B4B4B4;
    border-radius: 0px;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

/* .faq-sect .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/ic_round-plus.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
} */

.faq-sect .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.faq-sect .accordion-item {
    background-color: transparent;
    border: none;
}

.faq-sect .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
}

@keyframes move {
  0% {
    transform-origin: bottom center;
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.1);
  }
}

.info-section-2{
    background-image: url(../images/freedom-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1256px;
}

.hero-section-text h1{
    font-size: 88px;
    line-height: 88px;
    margin-bottom: 10px;
}

.hero-section-text p{
    font-size: 32px;
    line-height: 32px;
    color: var(--muted);
}

.hero-section-text-parallax h2{
    font-family: var(--font-medium);
    font-size: 56px;
    font-weight: 500;
    line-height: 64px;
    letter-spacing: 0em;
    text-align: left;
}

.hero-section-text-parallax p{
    font-family: var(--font-regular);
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    letter-spacing: 0.01em;
    text-align: left;
    color: var(--muted);
}

.card-box{
    padding:30px 23px;
    border-radius: 0px;
    border: 1px solid #000;
}

.card-box h3{
    color: #000;
    font-family: var(--font-medium);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%; /* 22.8px */;
}

.card-box p{
    color: #4D4D4D;
    font-family: var(--font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
}

.appointment-circle{
    display: flex;
    flex-direction: column;
    width: 247px;
    height: 247px;
    padding: 66.5px 67px 66.5px 66px;
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    border-radius: 50%;
}

.main-avatar{
    width: 247px;
    height: 247px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.object-fit-cover{
    object-fit: cover;
}

.object-fit-contain{
    object-fit: contain;
}

.object-position-center{
    object-position: center center;
}

.appointment-text{
    color: #FFF;
    text-align: center;
    font-family: var(--font-medium);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 23.2px */
    letter-spacing: 0.16px;
    text-transform: uppercase;
}

.appointment-circle .active-arrow{
    display: none;
}

.appointment-circle:hover .active-arrow{
    display: block;
}

.appointment-circle:hover .inactive-arrow{
    display: none;
}

.box-plus{
    position: absolute;
    top: -47px;
}

.box-minus{
    position: absolute;
    top: -32px;
}

.social-proof-text{
    color: var(--primary);
    font-family: var(--font-medium);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%; /* 15.96px */
    letter-spacing: 8.26px;
    text-transform: uppercase;
}

.social-proof-bar{
    width: 43px;
    height: 1px;
    background-color: #000;
}

.avatar-name{
    color: var(--primary);
    font-family: var(--font-medium);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 121.5%; /* 48.6px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.avatar-details{
    color: var(--muted);
    font-family: var(--font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
}

.avatar-blockquote{
    color: #949494;
    font-family: var(--font-regular);
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
    letter-spacing: 0.14px;
}

.navbar-main{
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(5px);
}

.bg-main-primary{
    background-color: var(--primary);
}

.text-main-primary{
    color: var(--primary);
}

.text-main-muted{
    color: var(--muted);
}

.stats h4{
    color: #FFF;
    font-family: var(--font-medium);
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 83.2px */
    letter-spacing: 0.64px;
}

.stats p{
    color: #FFF;
    font-family: var(--font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.stats-sm p{
    color: #B7B7B7;
    font-family: var(--font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%; /* 21.6px */
    letter-spacing: 0.32px;
}

.stat-quote{
    color: #FFF;
    font-family: var(--font-regular);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 31.2px */
    letter-spacing: 0.24px;
}

.footer-info h4{
    font-family: var(--font-medium);
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.02em;

}

.footer-info p{
    font-family: var(--font-regular);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.add-image-tower{
    background-image: url(../images/bg-tower.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tagline-container {
    background-color: var(--primary);
    color: #fff;
}

.tagline-container p{
    color: #FFF;
    font-family: var(--font-medium);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%; /* 27.36px */
}

.marquee-text-container {
  animation: marquee 50s linear infinite;
  cursor: pointer;
}

.marquee-text {
    /* Tier Blue/0 */
    color: var(--primary);
    text-transform: uppercase;
    font-family: var(--font-medium);
    font-size: 72px;
    font-weight: 500;
    line-height: 101px;
    letter-spacing: 0.01em;
    text-align: justified;
}

.tag-info{
    font-family: var(--font-medium);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%;
}

.tag-info-2{
    color: var(--muted);
    font-family: var(--font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
}

.border-line{
    border-bottom: 1px solid #6F6F6F;
}

.tag-info-3 h4{
    color: #000;
    font-family: var(--font-medium);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 114%; /* 27.36px */
}

.tag-info-3 p{
    color: #4D4D4D;
    font-family: var(--font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
}

.sky-1 {
    animation: sky-1 50s linear infinite;
}

.sky-2 {
    animation-name: sky-2;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction:normal;
    animation-timing-function: ease-in;
}

.invest-box{
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 13px;
}

.arrow-circle .owl-theme .owl-nav .owl-prev, .arrow-circle .owl-theme .owl-nav .owl-next {
    display: flex;
    width: 44px;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    opacity: 1;
    background: var(--primary);
    color: #fff;
}

.arrow-circle .owl-theme .owl-nav .owl-next:hover, .arrow-circle .owl-theme .owl-nav .owl-prev:hover  {
    opacity: 1;
    background: var(--primary);
}

.owl-dots{
    display: none;
}

.review-text{
    color: #061F3E;
    font-family: var(--font-regular);
    font-size: 107.676px;
    font-style: normal;
    font-weight: 400;
    line-height: 114%; /* 122.751px */
}

.info-chart-text p{
    color: #4D4D4D;
    font-family: var(--font-regular);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
}

.info-chart-text-2 p{
    color: #4D4D4D;
    font-family: var(--font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
}

.circle-chart{
    background-image: url(../images/circle-chart.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle-chart p{
    font-family: var(--font-medium);
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.01em;
}

.circle-chart h4{
    font-family: var(--font-medium);
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.01em;

}

.comp-text{
    font-family: var(--font-medium);
    font-size: 40px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0em;
    margin-bottom: 45px;
}

.big-button-box{
    display: flex;
    width: 547px;
    height: 142px;
    padding: 21px 0px 20px 0px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 300px;
    background: var(--primary);
}

.testimonial-sect{
    background: linear-gradient(180deg, rgba(239, 251, 255, 0.00) 0%, #EFFBFF 69.77%);
}

.testimonial-card{
    border-radius: 16px;
}

.testimonial-card p{
    color: #4D4D4D;
    font-family: var(--font-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.16px;
}

.testimonial-footer{
    color: #4D4D4D;
    font-family: var(--font-regular);
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: 0.18px;
}

.testimonial-footer .text-main-bolder{
    color: #4D4D4D;
    font-family: var(--font-bold);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.18px;
}

.testimonial-card .card-footer{
    background: #F8F8F8;
}

.testify-show {
  animation: testimonial 50s linear infinite;
}

.accordion-button::after{
    background-image: url(../images/plus.svg);
}

.accordion-button:not(.collapsed)::after{
    background-image: url(../images/minus.svg);
}

.btn-owl{
    display: flex;
    width: 44px;
    height: 44px; 
    justify-content: center;
    align-items: center;
    background-color: var(--primary);
    border: 0;
    border-radius: 50px;
}

/* .button-overlap{
    background-color: var(--primary);
    border-radius: 50px;
    height: 100px;
    width: 400px;
    position: absolute;
} */

.btn-owl:hover{
    background-color: var(--primary);
}

.freedom-heading{
    margin-top: 150px;
}

.lb-data .lb-close {
    display: block;
    float: unset;
    width: 44px;
    height: 44px;
    background: url(../images/close-lightbox.svg) center top no-repeat;
    text-align: center;
    outline: 0;
    filter: alpha(Opacity=70);
    margin: 0 auto;
    opacity: 1;
    position: relative;
    z-index: 999;
}

.lb-nav a.lb-next {
    width: 34%;
    right: 0px;
    float: right;
    background: url(../images/right-lightbox.svg) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    position: relative;
    z-index: 999;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0px;
    float: left;
    background: url(../images/left-lightbox.svg) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 1;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s;
    position: relative;
    z-index: 999;
}

@keyframes testimonial {
  0% {
    transform: translateX(0%)
  }


  100% {
    transform: translateX(-100%)
  }
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes sky-1 {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes sky-2 {
    0% {
        transform: translateX(-0px);
        opacity: 0.5;
    }

    100% {
        transform: translateX(-200px);
        opacity: 1;
    }
}



@media screen and (min-width: 991px){
    .invest-carousel.owl-carousel .owl-stage-outer{
        overflow: unset !important;
    }

    .navbar-main{
        width: 920px;
        margin: 0 auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .mt__overlap{
        margin-top: -30px;
    }

    .cta-icon-sect{
        margin-top: -150px;
        z-index: 1;
        position: relative;
    }

    .arrow-circle .owl-theme .owl-nav {
        display: flex;
        justify-content: end;
        align-items: center;
        position: absolute;
        top: -95px;
        right: 0px;
        gap: 10px;
    }

    .success-text{
        left: 0px;
        position: absolute;
    }

    .metric-text{
        right: 0px;
        position: absolute;
        bottom: 0;
    }

    .appointment-circle-style{
        background-color: #f3f3f3;
        margin-top: -135px;
        margin-left: 100px;
    }

    .contact-row{
        margin-top: -380px;
    }

    .extra-margin{
        margin-top: 110px;
    }
}

@media screen and (max-width: 768px){
    .info-bottom-sm{
        padding-bottom: 80px;
    }

    .freedom-heading {
        margin-top: 47px;
        margin-bottom: 130px;
    }

    .border-bottom-unset{
        border-bottom: unset;
    }

    .comp-text {
        font-family: var(--font-medium);
        font-size: 32px;
        font-weight: 500;
        line-height: 37px;
        letter-spacing: 0em;
        margin-bottom: 25px;
    }

    .btn-pos-center{
        margin: 0 auto;
    }

    .hero-bg{
        background-image: url(../images/hero-mobile.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        animation: move 10s ease-in-out;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        animation-iteration-count: infinite;
        animation-direction:alternate-reverse;
        animation-fill-mode: forwards;
    }

    .hero-section-text p {
        font-size: 20px;
        line-height: 20px;
        color: var(--muted);
    }

    .hero-section-text h1 {
        font-size: 48px;
        line-height: 48px;
        margin-bottom: 15px;
    }

    .info-heading {
        font-family: var(--font-medium);
        font-size: 32px;
        font-weight: 500;
        line-height: 37px;
        letter-spacing: 0em;
        text-align: left;
    }

    .hero-section-text-parallax h2 {
        font-family: var(--font-medium);
        font-size: 32px;
        font-weight: 500;
        line-height: 37px;
        letter-spacing: 0em;
        text-align: left;
    }

    .hero-section-text-parallax p {
        font-family: var(--font-regular);
        font-size: 20px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.01em;
        text-align: left;
        color: var(--muted);
    }

    .success-text, .metric-text{
        display: none;
    }

    .hero-section {
        min-height: 565px;
    }

    .info-pb {
        padding-bottom: 100px;
    }
    .info-pt {
        padding-top: 100px;
    }

    .info-section-2 {
        background-image: url(../images/freedom-bg.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
    }

    .card-box.border-end-0{
        border-right: 1px solid #000 !important;
    }

    .review-text {
        color: #061F3E;
        font-family: var(--font-regular);
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 114%;
    }

    .tag-info {
        font-family: var(--font-medium);
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: 114%;
    }

    .navbar-main.rounded-pill {
        border-radius: 1rem!important;
    }

    .navbar-main {
        background: rgba(255, 255, 255, 1);
        backdrop-filter: blur(5px);
    }

    .faq-text {
        font-family: var(--font-regular);
        font-size: 50px;
        font-weight: 400;
        line-height: 50px;
        letter-spacing: 0em;
        text-align: center;
    }

    .about-text {
        position: absolute;
        color: #fff;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: var(--font-medium);
        font-size: 22px;
        font-weight: 500;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: center;
        width: 100%;
    }

    .content-box-img-container {
        height: 350px;
        overflow: hidden;
        position: relative;
        border-radius: 16px;
    }

    .content-box-header {
        color: var(--primary);
        font-family: var(--font-regular);
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
    }

    .owl-theme .owl-nav {
        margin-top: 10px;
        display: flex;
    }

    .appointment-circle-style {
        /* display: none; */
        background: #f3f3f3;
        margin: 0 auto;
        margin-top: -95px;
    }

    .faq-sect .accordion-button {
        font-family: var(--font-medium);
        font-size: 18px;
    }

    .btn-custom {
        padding: 24px 38px;
        color: #fff;
        display: flex;
        font-size: 24px;
        justify-content: space-between;
        align-items: center;
    }

    .invest-box {
        height: 300px;
    }

    .invest-carousel .owl-stage{
        right: 30px;
    }

    .res-img{
        opacity: 0.5;
    }


    @keyframes sky-1 {
        0% {
            transform: translateX(-10px);
        }

        100% {
            transform: translateX(-300px);
        }
    }
}

@media (min-width: 991px) and (max-width: 1024px) { 
    .hero-bg{
        background-image: url(../images/hero-mobile.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        animation: move 10s ease-in-out;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        animation-iteration-count: infinite;
        animation-direction:alternate-reverse;
        animation-fill-mode: forwards;
    }

    .info-section-2 {
        background-image: url(../images/freedom-2.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
    }

     .success-text, .metric-text{
        display: none;
    }

    .btn-pos-center {
        margin: 0 auto;
    }

    .btn-custom {
        padding: 24px 38px;
        color: #fff;
        display: flex;
        font-size: 24px;
        justify-content: space-between;
        align-items: center;
    }
 }

@media screen and (max-width: 896px) {
    .info-section-2 {
        background-image: url(../images/freedom-bg.png);
        background-position: top;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 500px;
    }

    .hero-section-text-parallax p {
        font-family: var(--font-regular);
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0.01em;
        text-align: left;
        color: var(--muted);
    }

    .hero-section-text-parallax h2 {
        font-family: var(--font-medium);
        font-size: 32px;
        font-weight: 500;
        line-height: 32px;
        letter-spacing: 0em;
        text-align: left;
    }

    .res-img{
        opacity: 0.5;
    }
}