* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
body.modal-open {
    overflow: hidden;
}
/* body::-webkit-scrollbar {
    width: 0px;
} */

a,
button {
    cursor: pointer;
}
a:-webkit-any-link {
    color: transparent;
}

/* * ************* removing the arrows from input type = number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}
/* //* **************** container */
.large-screen-container,
.layout-container {
    margin: 0 auto !important;
}
@media (max-width: 576px) {
    .layout-container {
        width: 100% !important;
    }
    .large-screen-container {
        width: 100% !important;
    }
}
@media (min-width: 576px) {
    .layout-container {
        width: 540px !important;
    }
    .large-screen-container {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .layout-container {
        width: 720px !important;
    }
    .large-screen-container {
        width: 100% !important;
    }
}
@media (min-width: 992px) {
    .layout-container {
        width: 960px !important;
    }
    .large-screen-container {
        width: 100% !important;
    }
}
@media (min-width: 1100px) {
    .layout-container {
        width: 1040px !important;
    }
    .large-screen-container {
        width: 1040px !important;
    }
    /* .follow-container {
        --follow-section-width: calc(100% - ((100% - 1040px) / 2));
    } */
}

@media (min-width: 1300px) {
    .layout-container {
        width: 1220px !important;
    }
    .large-screen-container {
        width: 1220px !important;
    }
    /* .follow-container {
        --follow-section-width: calc(100% - ((100% - 1220px) / 2));
    } */
}
@media (min-width: 1500px) {
    .layout-container {
        width: 1420px !important;
    }
    .large-screen-container {
        width: 1420px !important;
    }
    /* .follow-container {
        --follow-section-width: calc(100% - ((100% - 1420px) / 2));
    } */
}

/* //* **************** top navigation */
.nav-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3f3f3f;
}
.nav-container .nav-logo-wrapper {
    width: 80px;
    height: 50%;
}
.nav-container .nav-wrapper {
    width: fit-content;
    height: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-container .nav-wrapper .nav-icon-wrapper {
    cursor: pointer;
}
.nav-container .nav-wrapper .nav-icon-wrapper + .nav-icon-wrapper {
    margin-left: 25px;
}

.nav-container .nav-wrapper .nav-icon-wrapper img {
    width: 20px;
    height: 20px;
    margin-right: 25px;
}
.nav-container .nav-wrapper .nav-icon-wrapper img:last-of-type {
    margin-right: 0;
}
/* //* ************************************************ hero section */
.hero-section {
    background-color: #f8f8f8;
}
.hero-container {
    height: clamp(500px, 100vh, 700px);
    padding-top: 80px;
    display: flex;
}

.hero-container .hero-content-container {
    width: 45%;
    height: 100%;
    display: flex;
    align-items: center;
}
.hero-container .hero-content-container .hero-content-wrapper {
    width: 60%;
    min-height: 50%;
}
.hero-container .hero-content-container .hero-content-wrapper .hero-description {
    font-size: 0.75rem;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1.44px;
    color: #3f3f3f;
    margin: 0 0 1rem 0;
    padding: 0;
    text-transform: uppercase;
    text-align: left;
}
.hero-container .hero-content-container .hero-content-wrapper .hero-title {
    text-align: left;
    font-size: 3.4rem;
    letter-spacing: -1.57px;
    color: #000000;
    margin: 0 0 2rem 0;
    font-family: 'Playfair Display', serif;
    font-weight: normal;
}
.hero-container .hero-content-container .hero-content-wrapper .hero-subtitle {
    font-size: 0.9rem;
    color: #000000;
    margin: 0;
    line-height: 30px;
    margin-bottom: 1.875rem;
    font-family: 'Raleway', sans-serif;
}
.hero-container .hero-content-container .hero-content-wrapper .hero-button {
    background: #3e4c71;
    border: 1px solid #3e4c71;
    color: #fff;
    padding: 15px 30px;
    font-size: 0.95rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.hero-container .hero-video-container {
    width: 55%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.hero-container .hero-video-container .hero-video-wrapper {
    height: 100%;
    display: flex;
    overflow: visible;
}
.hero-video-item {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.hero-video-item-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.hero-video-item-wrapper {
    position: relative;
    width: 150%;
    height: 200%;
    top: -50%;
    left: -25%;
}

.hero-container .hero-video-container .hero-video-buttons-container {
    position: absolute;
    bottom: 50px;
    right: 20%;
    display: flex;
    align-items: center;
}
.hero-container .hero-video-container .hero-video-buttons-container .hero-video-next-text {
    margin: 0 30px 0 0;
    height: fit-content;
    color: #fff;
    font-size: 0.85rem;
    font-family: 'Raleway', sans-serif;
}
.hero-container .hero-video-container .hero-video-buttons-container .hero-video-btn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    cursor: pointer;
}
.hero-container .hero-video-container .hero-video-buttons-container .hero-video-btn.prev {
    background-color: #fff;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-container .hero-video-container .hero-video-buttons-container .hero-video-btn.prev img {
    width: 15px;
    height: 15px;
    padding-right: 3px;
}
.hero-container .hero-video-container .hero-video-buttons-container .hero-video-btn.next {
    background-color: #cdb26d;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hero-container .hero-video-container .hero-video-buttons-container .hero-video-btn.next img {
    width: 15px;
    height: 15px;
    padding-left: 3px;
}

/* //* ************************************************ offering section */
.offering-container {
    padding: 100px 0 60px 0;
    background-color: #f8f7e5;
}
.offering-container .offering-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.offering-container .offering-wrapper .offering-card-container {
    width: 25%;
    padding: 20px;
}

.offering-container .offering-wrapper .offering-card-container .offering-card-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.offering-container .offering-wrapper .offering-card-container:first-child .offering-card-wrapper {
    padding: 20px 50px 20px 0;
}
.offering-container .offering-wrapper .offering-card-container:not(:first-child) .offering-card-wrapper {
    padding: 30px 40px 40px 40px;
    border-top: 2px solid #3f3f3f;
    height: 100%;
    transition: all 300ms;
}
.offering-container .offering-wrapper .offering-section-title {
    font-size: 60px;
    color: #3f3f3f;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: -1.57px;
    margin: 0;
    line-height: 65px;
    font-family: 'Playfair Display', serif;
}

.offering-container .offering-card-container .offering-card-wrapper .offering-card-icon {
    height: 48px;
    width: 48px;
    background: #3f3f3f 0% 0% no-repeat padding-box;
    border-radius: 12px;
    margin: 0 0 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 500ms;
}

.offering-container .offering-card-container .offering-card-wrapper .offering-card-title {
    color: #3e4c71;
    margin: 0 0 18px 0;
    font-size: 22px;
    letter-spacing: -0.8px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    line-height: 37px;
    transition: all 300ms;
    transition: all 500ms;
}
.offering-container .offering-card-container .offering-card-wrapper .offering-card-text {
    color: #3f3f3f;
    letter-spacing: 0px;
    font-size: 14px;
    margin: 0;
    line-height: 25px;
    font-family: 'Raleway', sans-serif;
    line-height: 27px;
    transition: all 500ms;
}
/* * replace :hover and .active */
.offering-container .offering-wrapper .offering-card-container:not(:first-child).active .offering-card-wrapper {
    background-color: #3e4c71;
}
.offering-container .offering-wrapper .offering-card-container:not(:first-child).active .offering-card-icon {
    background-color: #cdb26d;
}

.offering-container .offering-wrapper .offering-card-container:not(:first-child).active .offering-card-title {
    color: #cdb26d;
}

.offering-container .offering-wrapper .offering-card-container:not(:first-child).active .offering-card-text {
    color: #ffffff;
}

/* //* ************************************************ proof section */
.proof-container {
    background-color: #3e4c71;
    width: 100%;
    height: 650px;
    position: relative;
}

.proof-container .proof-content-container {
    width: 100%;
    height: 100%;
    padding: 115px 0 0 0;
    position: absolute;
    z-index: 1;
}
.proof-container .proof-content-container .proof-content-wrapper {
    width: 50%;
    max-width: 700px;
}

.proof-container .proof-content-container .proof-content-label {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-family: 'Raleway', sans-serif;
}
.proof-container .proof-content-container .proof-title {
    color: #cdb26d;
    font-size: 4.5rem;
    margin: 0;
    text-transform: capitalize;
    font-weight: normal;
    font-family: 'Playfair Display', serif;
}
.proof-container .proof-cards-container {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.proof-container .proof-cards-container .proof-cards-wrapper {
    width: 100%;
    height: 100%;
    overflow-y: visible;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.proof-container > div::-webkit-scrollbar {
    width: 0px;
}

.proof-container .proof-cards-wrapper > div:first-of-type {
    margin-top: 115px;
}
.proof-container .proof-cards-wrapper .proof-card-wrapper {
    width: 40%;
    margin-bottom: 50px;
}
.proof-container .proof-cards-wrapper .proof-card-wrapper .proof-card-title {
    margin: 0 0 20px 0;
    color: #cdb26d;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.proof-container .proof-cards-wrapper .proof-card-wrapper .proof-card-img {
    width: 100%;
    /* height: 375px; */
    /* border-radius: 5px; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
/* .proof-container .proof-cards-wrapper .proof-card-wrapper .proof-card-img.long {
    height: 550px;
} */

/* //* ******************************** money section */

.money-section-container {
    width: 100%;
    background-color: #cdb26d;
    padding: 50px 0;
    position: relative;
}
.money-section-container .money-content-container {
    position: relative;
    height: clamp(450px, 65vh, 650px);
    display: flex;
    z-index: 2;
}

.money-section-container .money-content-container .money-content-imgs-container {
    width: fit-content;
    height: 100%;
    position: relative;
}

.money-section-container .money-content-container .money-content-imgs-container .money-content-img {
    height: 100%;
    position: relative;
    left: -10%;
}

.money-section-container .money-content-container .money-content-imgs-container .money-content-img.desktop {
    display: block;
    padding-left: 30px;
}

.money-section-container .money-content-container .money-content-imgs-container .money-content-img.mobile {
    display: none;
}

.money-section-container .money-content-container .money-content-text-container {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.money-section-container .money-content-container .money-content-text-container .money-content-description {
    margin: 0 0 0 auto;
    width: fit-content;
    color: #3f3f3f;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    position: relative;
    bottom: -40px;
    right: 60px;
}
.money-section-container .money-content-container .money-content-text-container .money-content-text {
    margin: 0;
    width: fit-content;
    color: #3f3f3f;
    font-size: 85px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}
.money-section-container .money-content-container .money-content-text-container .money-content-text > sup {
    font-weight: 500;
}
.money-section-container .money-background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.money-section-container .money-background-container .money-background-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1520px;
    margin: 0 auto;
    overflow: hidden;
}
.money-section-container .money-background-container .money-bckg-img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 45%;
    background-image: url(/images/SVGs/lines-2.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.money-section-container .money-background-container .money-bckg-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 40%;
    background-image: url(/images/SVGs/lines-1.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}
/* //* ************************************************ slider section */
.slider-section {
    background-color: #f8f8f8;
}
.slider-container {
    height: clamp(550px, 100vh, 750px);
    padding: 75px 0;
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
}

.slider-container .slider-slides-container {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
}
.slider-container .slider-slides-container::-webkit-scrollbar {
    width: 0;
    display: none;
}

.slider-container .slider-slides-wrapper {
    width: fit-content;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.slider-container .slider-slides-wrapper .slider-item-container {
    width: 80%;
    height: 100%;
    display: flex;
    flex-shrink: 0;
}
.slider-container .slider-slides-wrapper .slider-item-container .slider-item-img-container {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider-container .slider-slides-wrapper .slider-item-container .slider-item-content-container {
    width: 50%;
    height: 100%;
    padding: 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slider-container .slider-slides-wrapper .slider-item-container .slider-item-content-container .slider-item-decription {
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
}
.slider-container .slider-slides-wrapper .slider-item-container .slider-item-content-container .slider-item-title {
    font-size: 40px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 15px 0 10px 0;
    font-family: 'Playfair Display', serif;
}
.slider-container .slider-slides-wrapper .slider-item-container .slider-item-content-container .slider-item-stat-img {
    width: 85%;
    height: 52%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-container .slider-btns-container {
    position: absolute;
    bottom: 75px;
    right: calc(20vw - 15px);
    display: flex;
}
.slider-container .slider-btns-container .slider-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-container .slider-btns-container .slider-btn img {
    width: 10px;
    height: 10px;
}
.slider-container .slider-btns-container .slider-btn.prev {
    background-color: #3e4c71;
    color: #979797;
}
.slider-container .slider-btns-container .slider-btn.next {
    background-color: #cdb26d;
    color: #979797;
}

/* //* ************************************************ calculate section */
.calculate-container {
    background-color: #3e4c71;
    height: 530px;
    width: 100%;
    position: relative;
}
.calculate-container .calculate-content-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
.calculate-container .calculate-text-container {
    padding: 100px 0;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calculate-container .calculate-text-container .calculate-title {
    color: #cdb26d;
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.calculate-container .calculate-cards-container {
    width: 40%;
    height: 100%;
    overflow: hidden;
}
.calculate-container .calculate-cards-container .calculate-cards-wrapper {
    width: 100%;
    height: 100%;
    overflow: visible;
    display: flex;
    flex-direction: column;
    transition: all 500ms;
}
.calculate-container .calculate-cards-container .calculate-cards-wrapper > div:first-of-type {
    margin-top: 100px;
}
.calculate-container .calculate-cards-container .calculate-cards-wrapper .calculate-card {
    width: 100%;
    min-height: 250px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    opacity: 0.65;
    display: flex;
    flex-direction: column;
}
.calculate-container .calculate-cards-container .calculate-cards-wrapper .calculate-card.active {
    opacity: 1;
}
.calculate-container .calculate-cards-container .calculate-card .calculate-card-upper-container {
    display: flex;
    width: 100%;
    height: fit-content;
    padding-bottom: 40px;
    margin: 0;
}
.calculate-container .calculate-cards-container .calculate-card .calculate-card-upper-container .calculate-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: #3e4c71;
    display: flex;
    justify-content: center;
    align-items: center;
}
.calculate-container .calculate-cards-container .calculate-card .calculate-card-upper-container .calculate-card-icon > img {
    width: 35px;
    height: 35px;
}

.calculate-container .calculate-cards-container .calculate-card .calculate-card-upper-container .calculate-card-title-wrapper {
    padding-left: 20px;
    flex: 1;
}

.calculate-cards-container .calculate-card .calculate-card-upper-container .calculate-card-title-wrapper .calculate-card-sup-title {
    font-size: 0.85rem;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
.calculate-container .calculate-cards-container .calculate-card .calculate-card-upper-container .calculate-card-title-wrapper .calculate-card-title {
    margin: 10px 0 0 0;
    font-weight: 600;
    font-size: 1.75rem;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}
.calculate-container .calculate-cards-container .calculate-card .calculate-card-lower-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.calculate-container .calculate-cards-container .calculate-card .calculate-card-lower-container .calculate-input-wrapper {
    height: 70px;
    margin: 0;
    padding: 0 0 15px 0;
    position: relative;
}
.calculate-container .calculate-cards-container .calculate-card .calculate-card-lower-container .calculate-input-wrapper .calculate-input-tick-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 13px;
    right: 25px;
    opacity: 0;
    transition: opacity 150ms;
}

.calculate-container
    .calculate-cards-container
    .calculate-card
    .calculate-card-lower-container
    .calculate-input-wrapper
    .calculate-input-tick-icon
    img {
    width: 100%;
}

.calculate-container
    .calculate-cards-container
    .calculate-card
    .calculate-card-lower-container
    .calculate-input-wrapper
    .calculate-input-tick-icon.active {
    opacity: 1;
}

.calculate-container .calculate-cards-container .calculate-card .calculate-card-lower-container .calculate-input-wrapper > .calculate-input {
    width: 100%;
    height: 100%;
    padding: 25px;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
    border-radius: 10px;
    border: 1px solid #bbb;
}
.calculate-container .calculate-cards-container .calculate-card .calculate-card-lower-container .calculate-input-wrapper > .calculate-input:focus,
.calculate-container .calculate-card .calculate-card-lower-container .calculate-input-wrapper > .calculate-input:focus-visible {
    outline: none;
}

.calculate-container .calculate-cards-container .calculate-card .calculate-card-lower-container .calculate-card-description {
    font-size: 0.85rem;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}
.calculate-container .calculate-cards-container .calculate-btns-container {
    padding: 0 0 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}
.calculate-container .calculate-cards-container .calculate-btns-container .calculate-btn {
    padding: 10px 20px;
    color: #fff;
    background: #cdb26d;
    border: 1px solid #cdb26d;
    font-weight: 600;
    text-transform: capitalize;
    margin-right: 20px;
    font-family: 'Raleway', sans-serif;
}
.calculate-container .calculate-cards-container .calculate-btns-container .calculate-retry-btn {
    padding: 10px 20px;
    color: #fff;
    background: #1c1c1c;
    border: 1px solid #1c1c1c;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}

.calculate-container .calculate-background-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.calculate-container .calculate-background-container .calculate-background-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.calculate-container .calculate-background-container .calculate-background-img-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background-image: url(/images/SVGs/lines-3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
}
.calculate-container .calculate-background-container .calculate-background-img-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 6%;
    height: 59%;
    background-image: url(/images/SVGs/lines-4.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

/* //* ************************************************ follow section */
.follow-section {
    background-color: #f8f8f8;
}
.follow-container {
    background-color: #f8f8f8;
    padding: 100px 0 70px 0;
}
.follow-wrapper {
    height: 100%;
    display: flex;
    margin-left: auto;
}

.follow-container .follow-images-container {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
.follow-container .follow-images-container .follow-image-wrapper {
    width: 33%;
    height: 340px;
    padding: 0 40px 30px 0;
}
.follow-container .follow-images-container .follow-image-wrapper .follow-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.follow-container .follow-content-container {
    flex: 1;
    padding-bottom: 30px;
}
.follow-container .follow-content-container .follow-content-wrapper {
    width: 100%;
    height: 100%;
    background-color: #1c1c1c;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.follow-container .follow-content-container .follow-icon-container {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.follow-container .follow-content-container .follow-icon-container .follow-icon {
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.follow-container .follow-content-container .follow-icon-container .follow-icon svg {
    color: #cdb26d;
}

.follow-container .follow-content-container .follow-text-container {
    width: 100%;
    height: fit-content;
}
.follow-container .follow-content-container .follow-text-container .follow-description {
    color: #f8f7e5;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.44px;
    font-family: 'Raleway', sans-serif;
}
.follow-container .follow-content-container .follow-text-container .follow-title a {
    color: #cdb26d;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.8px;
    margin: 16px 0 24px 0;
    font-family: 'Raleway', serif;
    text-decoration: none;
}
.follow-container .follow-content-container .follow-text-container .follow-text {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    padding-right: 80px;
    letter-spacing: 0px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.follow-container .follow-content-container .follow-button-container {
    width: 100%;
    height: fit-content;
}
.follow-container .follow-content-container .follow-button-container .follow-btn {
    background-color: #3e4c71;
    border: 1px solid #3e4c71;
    padding: 15px 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

/* //* ******************************** footer section */
.footer-container {
    background-color: #3f3f3f;
    width: 100%;
    height: 200px;
    padding: 50px 0 20px 0;
    overflow: hidden;
}
.footer-container .footer-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-container .upper-footer-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.footer-container .upper-footer-wrapper .footer-logo-container {
    width: 20%;
}
/* .footer-container .upper-footer-wrapper .footer-logo-container svg {
    width: 50px;
    height: 80px;
} */
.footer-container .upper-footer-wrapper .footer-links-container {
    display: flex;
}
.footer-container .upper-footer-wrapper .footer-links-container .footer-link {
    color: #fff;
    padding: 15px 20px;
    margin: 0;
    font-size: 1rem;
    text-transform: capitalize;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.footer-container .upper-footer-wrapper .footer-links-container .footer-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 15px;
    background-color: #cdb26d;
    transition: width 400ms;
}
.footer-container .upper-footer-wrapper .footer-links-container .footer-link:not(.active):hover:after,
.footer-container .upper-footer-wrapper .footer-links-container .footer-link.active::after {
    width: calc(100% - 30px);
}
.footer-container .upper-footer-wrapper .footer-socials-container {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 20%;
    align-items: center;
}
.footer-container .upper-footer-wrapper .footer-socials-container > div:last-of-type {
    margin-right: 0;
}
.footer-container .upper-footer-wrapper .footer-socials-container .footer-social-wrapper {
    height: 40px;
    width: 40px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-container .upper-footer-wrapper .footer-socials-container .footer-social-wrapper img {
    height: 20px;
    width: 20px;
}

.footer-container .lower-footer-wrapper {
    display: flex;
    justify-content: center;
}
.footer-container .lower-footer-wrapper .footer-rights {
    color: #fff;
    font-size: 0.85rem;
    font-family: 'Raleway', sans-serif;
}

/* //* ************************************************ gif section */
.gif-loading-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: #00000080;
    opacity: 0;
    display: flex;
    transition: all 400ms;
}
.gif-loading-container.active {
    opacity: 1;
    z-index: 901;
}
.gif-loading-wrapper {
    width: 500px;
    height: 500px;
    border-radius: 10px;
    position: relative;
}

.gif-loading-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* //* ************************************************ modal section */
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background-color: #00000080;
    opacity: 0;
    display: flex;
    transition: all 400ms;
}

.modal-container.active {
    opacity: 1;
    z-index: 901;
}

.modal-container .modal-body {
    width: 650px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}

.modal-container .modal-body .modal-content-container {
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    z-index: 904;
    position: relative;
}
.modal-container .modal-body .modal-content-container .modal-icon-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 75px 0;
}
.modal-container .modal-body .modal-content-container .modal-icon-container .modal-icon-wrapper {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-container .modal-body .modal-content-container .modal-icon-wrapper .modal-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3e4c71;
    margin: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-close-container {
    float: right;
    margin-right: 15px;
    align-self: flex-end;
    margin-bottom: 30px;
}

.modal-close-wrapper {
    background-color: #3e4c71;
    padding: 15px;
    border-radius: 8px;
    position: relative;
}

.modal-close {
    color: #fff;
    font-size: 28px;
    position: absolute;
    bottom: -5%;
    left: 25%;
}

.modal-close-wrapper:hover,
.modal-close-wrapper:focus {
    text-decoration: none;
    cursor: pointer;
}

.modal-container .modal-body .modal-content-container .modal-icon-wrapper .modal-icon-text {
    text-transform: uppercase;
    color: #3e4c71;
    font-size: 12px;
    margin: 0 0 10px 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}
.modal-icon-price {
    font-size: 20px;
    font-weight: 800;
    color: #3f3f3f;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

.modal-container .modal-body .modal-content-container .modal-text-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal-container .modal-body .modal-content-container .modal-text-container .modal-price {
    color: #cdb26d;
    font-size: 80px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    margin: 0 0 30px 0;
    font-weight: 800;
}
.modal-container .modal-body .modal-content-container .modal-text-container .modal-description {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #3e4c71;
}

.modal-container .modal-body .modal-background-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 902;
    border-radius: 8px;
    overflow: hidden;
}
.modal-container .modal-body .modal-background-container .modal-bckg-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 30%;
    background-image: url(/images/SVGs/lines-5.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
.modal-container .modal-body .modal-background-container .modal-bckg-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 20%;
    height: 50%;
    background-image: url(/images/SVGs/lines-6.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
}

/* //* ************************************************************************ */
/* //* *************************** TABlET AND MOBILE ****************************/
/* //* ************************************************************************ */

@media (max-width: 1100px) {
    /* //* ************************************************ hero section */
    .hero-container {
        flex-wrap: wrap;
        height: auto;
        padding-top: 0;
    }
    .hero-container .hero-content-container {
        width: 100%;
        height: auto;
        padding: 150px 100px;
    }
    .hero-container .hero-video-container {
        width: 100%;
        height: clamp(400px, 70vh, 700px);
    }
    .hero-container .hero-content-container .hero-content-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        padding: 0 30px;
    }
    .hero-container .hero-content-container .hero-content-wrapper .hero-title {
        text-align: center;
        font-size: 45px;
    }
    .hero-container .hero-content-container .hero-content-wrapper .hero-subtitle {
        text-align: center;
        font-size: 14px;
    }
    .hero-container .hero-content-container .hero-content-wrapper .hero-button {
        margin-bottom: 40px;
    }
    /* //* ************************************************ offering section */
    .offering-container {
        padding: 30px 0;
        background-color: #fff;
    }
    .offering-container .offering-wrapper .offering-card-container {
        width: 50%;
    }

    /* //* ************************************************ proof section */
    .proof-container {
        height: auto;
    }

    .proof-container .proof-content-container {
        height: auto;
        padding: 50px 25px;
        position: relative;
        z-index: 1;
    }
    .proof-container .proof-content-container .proof-content-wrapper {
        width: 100%;
        max-width: unset;
    }

    .proof-container .proof-cards-container {
        position: relative;
        z-index: 1;
        overflow-y: hidden;
        overflow-x: auto;
    }
    .proof-container .proof-cards-container .proof-cards-wrapper {
        overflow-y: hidden;
        overflow-x: visible;
        flex-direction: row;
        align-items: center;
    }

    .proof-container .proof-cards-wrapper > div:first-of-type {
        margin-top: unset;
    }
    .proof-container .proof-cards-wrapper .proof-card-wrapper {
        width: 100%;
        margin-bottom: 15px;
        flex-shrink: 0;
        padding: 0 35px 0 0;
    }
    .proof-container .proof-cards-wrapper .proof-card-wrapper .proof-card-img.long,
    .proof-container .proof-cards-wrapper .proof-card-wrapper .proof-card-img {
        /* height: 375px; */
    }
    /* //* ************************************************ money section */
    .money-section-container .money-content-container {
        height: fit-content;
        flex-direction: column;
    }

    .money-section-container .money-content-container .money-content-imgs-container {
        width: 100%;
        flex: 1;
    }

    .money-section-container .money-content-container .money-content-imgs-container .money-content-img {
        height: unset;
        width: 100%;
    }
    .money-section-container .money-content-container .money-content-imgs-container .money-content-img.desktop {
        display: none;
    }

    .money-section-container .money-content-container .money-content-imgs-container .money-content-img.mobile {
        display: block;
    }

    .money-section-container .money-content-container .money-content-text-container {
        width: 100%;
        height: auto;
        justify-content: center;
        /* padding: 10px 0; */
        padding: 0;
    }

    /* .money-section-container .money-background-container .money-bckg-img-1,
    .money-section-container .money-background-container .money-bckg-img-2{
        display: none;
    } */

    /* //* ************************************************ slider section */

    .slider-container {
        height: 120vh;
        padding: 0;
    }
    .slider-container .slider-slides-wrapper .slider-item-container {
        width: 100vw;
        flex-direction: column;
    }
    .slider-container .slider-slides-wrapper .slider-item-container .slider-item-img-container {
        width: 100%;
        height: 40%;
    }
    .slider-container .slider-slides-wrapper .slider-item-container .slider-item-content-container {
        width: 100%;
        height: 60%;
        padding: 40px 30px;
    }
    .slider-container .slider-slides-wrapper .slider-item-container .slider-item-content-container .slider-item-title {
        margin: 15px 0;
    }
    .slider-container .slider-slides-wrapper .slider-item-container .slider-item-content-container .slider-item-stat-img {
        width: 90%;
        height: 75%;
    }
    .slider-container .slider-btns-container {
        bottom: 60%;
        right: 0;
    }

    /* //* ************************************************ calculate section */
    .calculate-container {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .calculate-container .calculate-content-container {
        padding: 75px 20px 30px 20px;
        flex-direction: column;
    }
    .calculate-container .calculate-text-container {
        width: 100%;
        height: auto;
        padding: 0 0 50px 0;
    }
    .calculate-container .calculate-text-container .calculate-title {
        font-size: 55px;
    }
    .calculate-container .calculate-cards-container {
        height: 35vh;
        width: 100%;
    }
    .calculate-container .calculate-cards-container .calculate-cards-wrapper {
        flex-direction: row;
        align-items: center;
    }
    .calculate-container .calculate-cards-container .calculate-cards-wrapper > div:first-of-type {
        margin-top: 0;
    }
    .calculate-container .calculate-cards-container .calculate-cards-wrapper .calculate-individual-card-wrapper {
        flex-shrink: 0;
        padding: 0 10px;
        width: 100%;
        margin-bottom: 60px;
    }
    .calculate-container .calculate-cards-container .calculate-btns-container {
        position: absolute;
        right: -200%;
        bottom: 0px;
        width: 100%;
        padding-bottom: 0;
        transition: opacity 200ms;
    }
    .calculate-container .calculate-cards-container .calculate-cards-wrapper .calculate-card {
        min-height: 275px;
        margin: 0;
    }
    /* .calculate-container .calculate-background-container .calculate-background-img-1,
    .calculate-container .calculate-background-container .calculate-background-img-2{
        display: none;
    } */

    .calculate-container .calculate-background-container .calculate-background-img-1 {
        background-image: url(/images/SVGs/lines-4-mobile.svg);
        position: absolute;
        left: 0;
        width: 40%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom left;
    }

    .calculate-container .calculate-background-container .calculate-background-img-2 {
        background-image: url(/images/SVGs/lines-3-mobile.svg);
        position: absolute;
        right: 0;
        width: 40%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right;
    }

    /* //* ************************************************ follow section */
    .follow-container {
        padding: 0;
    }
    .follow-wrapper {
        padding: 0;
        flex-direction: column;
    }
    .follow-container .follow-content-container {
        padding: 0;
    }
    .follow-container .follow-images-container {
        width: 100%;
        padding: 50px 30px;
    }
    .follow-container .follow-images-container .follow-image-wrapper {
        width: 50%;
        padding: 10px;
    }
    .follow-container .follow-content-container .follow-content-wrapper {
        align-items: center;
    }
    .follow-container .follow-content-container .follow-text-container {
        padding: 40px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .follow-container .follow-content-container .follow-text-container .follow-text {
        padding: 0 40px;
        text-align: center;
    }
    .follow-container .follow-content-container .follow-button-container {
        display: flex;
        justify-content: center;
    }

    /* //* ************************************************ footer */
    .footer-container {
        padding: 30px 20px;
        height: 400px;
        justify-content: flex-start;
    }
    .footer-container .upper-footer-wrapper {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        flex: 1;
        padding-bottom: 40px;
    }
    .footer-container .upper-footer-wrapper .footer-logo-container {
        width: fit-content;
    }
    .footer-container .upper-footer-wrapper .footer-logo-container img {
        height: 65px;
    }
    .footer-container .upper-footer-wrapper .footer-links-container .footer-link {
        padding: 15px;
    }
    .footer-container .upper-footer-wrapper .footer-socials-container {
        height: fit-content;
        width: fit-content;
        justify-content: center;
    }
    .footer-container .lower-footer-wrapper .footer-rights {
        font-size: 1rem;
    }
    /* //* ************************************************ modal */
    .modal-container .modal-body {
        width: 90%;
    }
    .modal-container .modal-body .modal-content-container {
        padding: 30px 20px;
    }
    .modal-container .modal-body .modal-content-container .modal-icon-container {
        flex-direction: column;
        margin-bottom: 35px;
    }
    .modal-container .modal-body .modal-content-container .modal-text-container .modal-price {
        font-size: 45px;
    }
    .modal-container .modal-body .modal-content-container .modal-icon-container .modal-icon-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }

    .modal-container .modal-body .modal-background-container .modal-bckg-1 {
        background-image: url(/images/SVGs/lines-5-mobile.svg);
        height: 52%;
    }

    .modal-container .modal-body .modal-background-container .modal-bckg-2 {
        background-image: url(/images/SVGs/lines-6-mobile.svg);
        right: -3px;
        height: 59%;
    }
}

/* //* ************************************************************ */
/* //* ************************ MOBILE **************************** */
/* //* ************************************************************ */

@media (max-width: 576px) {
    .nav-container .nav-wrapper {
        padding: 0 15px 0 25px;
    }

    .hero-container .hero-content-container {
        width: 100%;
        height: fit-content;
        padding: 110px 25px 50px 25px;
    }
    .hero-container .hero-video-container {
        width: 100%;
        height: clamp(400px, 80vh, 700px);
    }
    .hero-container .hero-content-container .hero-content-wrapper .hero-button {
        margin-bottom: 20px;
    }

    .hero-video-item-wrapper {
        width: 130%;
        height: 130%;
        top: -15%;
        left: -15%;
    }

    .offering-container .offering-wrapper .offering-card-container {
        width: 100%;
        padding: 20px 0;
    }

    .offering-container .offering-wrapper .offering-card-container:first-child .offering-card-wrapper {
        padding-right: 25px;
        padding-left: 25px;
    }

    .offering-container .offering-wrapper .offering-section-title {
        text-align: center;
        font-size: 50px;
    }

    .proof-container .proof-content-container .proof-content-label {
        margin: 0 0 15px 0;
    }
    .proof-container .proof-content-container .proof-title {
        font-size: 3rem;
    }
    .proof-container .proof-cards-wrapper .proof-card-wrapper .proof-card-img,
    .proof-container .proof-cards-wrapper .proof-card-wrapper .proof-card-img.long {
        /* height: 250px; */
    }
    .proof-container .proof-cards-wrapper .proof-card-wrapper {
        padding: 0 25px;
    }

    .money-section-container {
        padding: 30px 0;
    }
    .money-section-container .money-content-container {
        height: fit-content;
        padding: 25px;
    }
    .money-section-container .money-content-container .money-content-text-container .money-content-description {
        font-size: 25px;
    }
    .money-section-container .money-content-container .money-content-text-container .money-content-text {
        font-size: 60px;
    }
    .money-section-container .money-background-container .money-bckg-img-1 {
        position: absolute;
        bottom: -1px;
        left: 50px;
        width: 100%;
        height: 10%;
        background-image: url(/images/SVGs/lines-1-mobile.svg);
        background-repeat: no-repeat;
        background-position: -50px -10px;
        background-size: cover;
    }
    .money-section-container .money-background-container .money-bckg-img-2 {
        right: 0;
        width: 100%;
        height: 15%;
        background-image: url(/images/SVGs/lines-2-mobile.svg);
        background-position: 0 -75px;
        background-size: cover;
    }

    .calculate-container .calculate-cards-container {
        height: 50vh;
    }

    .calculate-container .calculate-text-container .calculate-title {
        font-size: 35px;
        padding: 0 25px;
    }
    .calculate-container
        .calculate-cards-container
        .calculate-card
        .calculate-card-upper-container
        .calculate-card-title-wrapper
        .calculate-card-title {
        font-size: 1.35rem;
    }

    .follow-container .follow-images-container .follow-image-wrapper {
        height: 175px;
    }

    .gif-loading-wrapper {
        width: 250px;
        height: 250px;
    }
}

/* Arrow */
#arrowAnim {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    #arrowAnim {
        display: none;
    }
}

.arrow {
    width: 5vw;
    height: 5vw;
    border: 2.5vw solid;
    border-color: transparent #fbfcfc #fbfcfc transparent;
    transform: rotate(-45deg);
}

.arrowSliding {
    position: absolute;
    -webkit-animation: slide 4s linear infinite;
    animation: slide 4s linear infinite;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(-15vw);
    }
    20% {
        opacity: 1;
        transform: translateX(-9vw);
    }
    80% {
        opacity: 1;
        transform: translateX(9vw);
    }
    100% {
        opacity: 0;
        transform: translateX(15vw);
    }
}
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(-15vw);
    }
    20% {
        opacity: 1;
        transform: translateX(-9vw);
    }
    80% {
        opacity: 1;
        transform: translateX(9vw);
    }
    100% {
        opacity: 0;
        transform: translateX(15vw);
    }
}
