html {
    font-size: 60.5%;
}


@font-face {
    font-family: 'Manrope';
    /* Choose a name for your font */
    src: url('../fonts/Manrope/Manrope-VariableFont_wght.ttf') format('truetype');
    /* Update the path */
    font-weight: normal;
    /* You can specify the weight */
    font-style: normal;
    /* You can specify the style */
}

@font-face {
    font-family: 'Poppins';
    /* Choose a name for your font */
    src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
    /* Update the path */
    font-weight: normal;
    /* You can specify the weight */
    font-style: normal;
    /* You can specify the style */
}


@font-face {
    font-family: 'Montserrat';
    /* Choose a name for your font */
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    /* Update the path */
    font-weight: normal;
    /* You can specify the weight */
    font-style: normal;
    /* You can specify the style */
}

/* Example usage */
body {
    font-family: 'Montserrat' !important;
    /* Use the custom font */
}

.custom-container {
    width: 90%;
    margin: 0 auto;
}

/************ background **************/
.bg-slides {
    height: 100vh;
    width: 100%;
    background-image: url('../img/Slide1.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-slide-1 {
    min-height: 100vh;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #282C30 0%, #181C1F 100%);
}

.bg-slide-2 {
    min-height: 100vh !important;
    width: 100%;
    display: flex;
    margin: 0;
    background-color: #161616;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.bg-slide-2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: radial-gradient(108.91% 100% at 50% 0%, rgba(14, 255, 255, 0.45) -7%, rgba(32, 35, 40, 0) 50%);
    ;
}

.bg-slides8 {
    height: 100vh;
    width: 100%;
    background-image: url('../img/Slide1.JPG');
    background-repeat: no-repeat;
    background-size: cover;
}

/************ blue title of all slides **************/
.title {
    font-weight: bold;
    font-family: Poppins;
    font-size: 3.9rem;
    color: #08fcfc;
    text-transform: uppercase;
}

/************ white title **************/
.text-right {
    text-align: end;
    font-size: 3.2rem;
    font-family: Poppins;
    color: white;
    font-weight: bold;
    margin-top: 4rem;
}

/********************* Global margin and spacing ****************************/
p {
    margin-bottom: .5rem !important;
}

.mw-30 {
    max-width: 30%;
}

.pl-5 {
    padding-left: 3rem;
}

.ml-md-5 {
    margin-left: 5%;
}

.ml-md-10 {
    margin-left: 7%;
}

.ml-md-20 {
    margin-left: 15%;
}

.bg-slide-2 .container {
    z-index: 999;
}

/*********** agency text under icons *************/
.agency-text {
    font-size: 1.82rem;
    color: white;
    font-family: Poppins;
    text-transform: uppercase;
    max-width: 200px;
    text-align: center;
}

/*********** Images *************/
.agency-img {
    width: 13.3rem;
    height: 13rem;
}

/************ Reduce Font Size **************/
@media screen and (max-width:992px) {
    .tst {
        display: none;
    }

    .vision-home-desc {
        max-width: 100% !important;
        padding: 2rem 0;
        font-size: 1.7rem !important;
    }

    .partner-title .color-blue {
        font-size: 4.5rem !important
    }

    .partner-title {
        font-size: 4.5rem !important
    }
    .value-title{
        line-height: 55px !important;
    }
    .value-title .blue-color {
        font-size: 4.5rem !important
    }

    .factors-head {
        font-size: 4.5rem !important;
    }

    .factors-head .blue {
        font-size: 4.5rem !important;
    }

    .our-mission-title {
        font-size: 4.5rem !important;
    }

    .value-title {
        font-size: 4.5rem !important
    }

    #navbarScroll {
        margin-right: 0 !important;
    }

    .ul.navbar-nav.my-2.my-lg-0.navbar-nav-scroll {
        --bs-scroll-height: auto !important;
    }

    .underConstraction-title-1 {
        text-align: center !important;
        font-size: 6rem !important;

    }

    .underConstraction-title-2 {
        font-size: 3rem !important;

    }

    .underConstraction-text {
        font-size: 1.5rem !important;

    }


}

@media screen and (max-width:900px) {
    html {
        font-size: 55.5% !important;
    }

    .bg-slides {
        height: auto !important;
        width: 100%;
    }

    .bg-our-mission .d-flex.flex-column.justify-content-between.h-100.pr-5 {
        /* margin-bottom: 3rem; */
        padding-right: 0 !important;
    }

    .bg-slide-1 {
        min-height: auto !important;
    }

    .bg-partners {
        height: auto !important;
        width: 100%;
    }

    .container {
        padding: 15px;
        max-width: 85%;
    }

    .title {
        font-size: 2.9rem;
    }

    .text-right {
        font-size: 2.2rem;
    }

    .fl-scol {
        flex-direction: column;
    }

    .our-value-gem {
        width: 11rem !important;
        height: 10rem !important;
    }



    .ml-md-5,
    .ml-md-10,
    .ml-md-20 {
        margin-left: 0 !important;
    }

    .slide9 .transform-text {
        margin-top: 0 !important;
        margin-left: 0 !important;
    }

    .text-step {
        font-size: 2rem !important;
    }

    .step-div {
        margin-top: 1rem !important;
    }

    .count-step .txt {
        font-size: 3rem;
    }

    .banner-title {
        line-height: 45px !important;
        font-size: 3.5rem !important;
    }

    .invest-title-1 {
        font-size: 3.5rem !important;
    }

    .invest-title-2 {
        font-size: 3.5rem !important;
        line-height: .5;
    }

    .invest-title {
        margin-bottom: 6rem !important;
        text-align: center;
    }

    .blue-title {
        font-size: 4rem !important;
        line-height: 51px !important;
    }

    .white-title {
        font-size: 4rem !important;
    }

    .second-banner-line {
        font-size: 5rem !important;
        line-height: 1 !important;
    }



    .management-section-box {
        height: auto !important;
    }
}

@media screen and (max-width:1450px) {
    .mission-card-text {
        font-size: 1.7rem !important;
    }

    #target {
        margin-top: -61px !important;
    }

    .invest-slide-main {
        height: auto !important;
    }

    .our-mission-title {
        font-size: 5rem !important;
        line-height: 72px !important;
    }

    .factors-head {
        font-family: Montserrat;
        font-size: 5rem !important;
        margin-bottom: 2rem !important;
    }

    .factors-head .blue {
        font-family: Montserrat;
        font-size: 5rem !important;
    }

    html {
        font-size: 57.5% !important;
    }

    .bg-slides8 {
        height: auto !important;
        width: 100%;
        padding: 3rem 0 !important;
    }

    .our-value-gem {
        width: 10rem !important;
        height: 9rem !important;
    }



    .bg-our-mission {
        height: auto !important;
        width: 100%;
        padding: 3rem 0 !important;
    }

    .value-title {
        font-size: 5rem !important;
    }

    .value-title .blue-color {
        font-size: 5rem !important;

    }

    .step-text-value {
        font-size: 2.8rem !important;

    }

    .bg-structural-factors {
        height: auto !important;
        width: 100%;
        padding: 3rem 0 !important;
    }
}

@media screen and (max-width:1200px) {
    .bg-our-values {
        height: auto !important;
        width: 100%;
        padding: 3rem 0 !important;
    }

    .our-value-box {
        padding: 1rem !important;
        width: 50% !important;
        height: 30% !important;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width:900px) {
    .mw-500 {
        min-width: 700px;
    }
}

@media screen and (max-width:500px) {
    .specialist {
        width: 6rem !important;
        height: 6rem !important;
    }

    .container {
        max-width: none !important;
    }


    .our-value-gem {
        width: 9rem !important;
        height: 8rem !important;
    }

    .value-title {
        font-size: 5rem !important;
    }

    .value-title .blue-color {
        font-size: 5rem !important;
    }

    .step-num {
        font-size: 3.2rem !important;
        width: 6rem !important;
        height: 6rem !important;
    }

    .step-text-value {
        font-size: 2.2rem !important;
    }

    /*********** fix our mission*******************/
    .our-missionsmall {
        font-size: 2rem !important;
    }

    .our-mission-title {
        font-size: 4rem !important;
        line-height: 50px !important;
    }

    .mission-card-text {
        font-size: 1.4rem !important;
    }

    .bg-our-mission .pr-5 {
        padding-right: 0 !important;
    }
}

/************ slide 4 factor title ***********/
.title-factor {
    text-align: center;
    margin: 1rem 0;
    color: #08fcfc;
    font-family: Poppins;
    font-size: 1.82rem;
    text-transform: uppercase;
}

/************** Slide 5 heading *******************/
.heading-first {
    font-weight: bold;
    font-family: Poppins;
    font-size: 1.8rem;
    color: #08fcfc;
    text-transform: uppercase;
}

.heading-second {
    font-weight: bold;
    font-family: Poppins;
    font-size: 1.7rem;
    color: white;
    text-transform: none;
}

/****************** Slide 6 *************/
.transform-img {
    width: 6rem;
    height: 6rem;
}

.transform-text {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.4rem;
    font-family: Poppins;
}

/*************** heading and description of each section in slide 6 ****************/
.title-head-trans {
    color: #08fcfc;
    text-transform: uppercase;
    font-size: 2rem;
    font-family: Poppins;
}

.desc-head-trans {
    color: white;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: Poppins;
}

/*************** Slide 8 images ***********************/
.Strategic {
    width: 10rem;
    height: 10rem;
}

/*************** Slide 9 images + fix-titles ***********************/
.specialist {
    width: 7rem;
    height: 7rem;
}

.slide9 .transform-text {
    margin-top: 1.5rem;
    margin-left: 1.5rem;
}

/**** Slide 9 heading ********/
.first-heading {
    background-color: #06f6f6;
    color: #19575a;
    padding: 0 5px;
    font-family: Poppins;
    font-size: 2.15rem;
}

.second-heading {
    background-color: #92efff;
    color: #202d31;
    padding: 0 5px;
    font-family: Poppins;
    font-size: 2.15rem;
}

.third-heading {
    background-color: white;
    color: #303c3f;
    padding: 0 5px;
    font-family: Poppins;
    font-size: 2.15rem;
}

/************ Steps in slide 14 **************/
.text-step {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 2.7rem;
    font-family: Poppins;
    font-weight: 700;
}

.step-div {
    height: 170px;
    margin: .5rem 0;
    background-color: white;
    align-items: center;
}

.text-step .blue {
    color: #06f6f6;
}

.count-step {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #06f6f6;
    position: absolute;
    height: 100%;
    width: 24%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: .5rem;
}

.count-step .txt {
    color: #202d31;
    font-size: 3.6rem;
    font-weight: bold;
    font-family: Poppins;
}

/************* slide 17 img + title and description *****************/
.model-img {
    width: 11rem;
    height: 11rem;
}

.model-img-land {
    width: 11rem;
    height: 7rem;
}

.model-title {
    font-family: 'Montserrat';
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    font-family: Poppins;
    color: #30FFFF;
    text-transform: uppercase;
    margin: 1rem 0;
}

.model-desc {
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin: 1rem 0;
}

.copyright-test {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-top: 1px solid;
}

/*********************   ====  Landing page   ====       *********************/
/*********************     banner             *********************/

.bg-banner {
    height: 100vh;
    width: 100%;
    /* background: radial-gradient(47.04% 47.04% at 50% 52.96%, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.72) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.11) 100%), url('../img/banner.jfif'); */
    /* Background image */
    background-image: url('../img/landing-page/bg-banner1.png');
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
}

.banner-title {
    font-family: 'Manrope';
    font-size: 6rem;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 70px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #fff;
    opacity: 0;
    animation: slideInFromLeft 1.2s linear forwards;
    animation-delay: 0.3s;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-2rem);
    }
}

@keyframes smoothFadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.8);
    }

    50% {
        opacity: 0.5;
        transform: translateY(15px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes slideInFromLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInFromRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.blue-title {
    font-family: 'Manrope';
    font-weight: 700;
    line-height: 120px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #03FFFF;
    opacity: 0;
    font-size: 6rem;
    animation: smoothFadeSlideIn 1.2s linear forwards;
    animation-delay: 0.5s;
}

.white-title {
    font-family: 'Poppins';
    font-size: 6rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 100px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    opacity: 0;
    animation: smoothFadeSlideIn 1.2s linear forwards;
    animation-delay: 1s;
}

.second-banner-line {
    font-family: 'Poppins';
    font-size: 8rem;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: -0.03em;
    text-align: center;
    /* text-transform: capitalize; */
    color: #fff;
    opacity: 0;
    animation: smoothFadeSlideIn 1.2s linear forwards;
    animation-delay: 0.5s;
}


/*********************     Our Values             *********************/
#target {
    margin-top: -54px;
    height: 10px;
    position: absolute;
    background-color: lightblue;
    z-index: -1;
}

.bg-our-values {
    height: 100vh;
    width: 100%;
    display: flex;
    ;
    margin: 0;
    background-color: #161616;
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%); */
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.bg-our-values::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: radial-gradient(108.91% 100% at 50% 0%, rgba(3, 255, 255, 0.45) 0%, rgba(32, 35, 40, 0) 100%);
    ;
}

.bg-our-vision {
    /* background: url('../img/landing-page/bg-our-vis.png'); */
}

.our-value-box {
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    box-shadow: 0px 0px 0px 1px #FFFFFF1A;
    text-decoration: none;
    box-shadow: 0px 0px 0px 0px #00000000;
    /* background: radial-gradient(50% 50% at 50% 50%, #282C30 0%, #181C1F 100%); */
    /* background-image: url('../img/landing-page/our-v-g.png'); */
    background-color: #121619;
    background-size: cover;
    height: fit-content;
    padding: 2rem;
    border-radius: 3.6rem;
    position: absolute;
    right: 0rem;
    width: 50%;
}

.our-value-gem {
    width: 11rem;
    height: 10rem;
}

.our-value-title {
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 29px;
    text-decoration: none !important;
    color: #fff;
}

.value-title {
    color: WHITE;
    font-size: 6rem;
    font-weight: 400;
    line-height: 95px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.value-title .blue-color {
    color: #03FFFF;
    font-size: 6rem;
    font-weight: 700;
    line-height: 95px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
}

.value-desc {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    font-family: Poppins;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #fff;
}

.step-num {
    color: #03FFFF;
    font-size: 3.2rem;
    font-weight: 400;
    font-family: 'Montserrat', serif !important;
    width: 6.5rem;
    height: 6.5rem;
    padding: .5rem;
    text-align: center;
    margin: 1rem 0;
    border-radius: 50%;
    border: 1px solid #03FFFF;
}

.step-text-value {
    text-transform: uppercase;
    font-size: 3.2rem;
    font-weight: 600;
    color: #fff;
    margin: auto 1rem;
}

.step-text-value .blue {
    font-weight: 800;
    color: #03FFFF;
}

/*********************   Partners            *********************/

.bg-partners {
    height: 100vh;
    width: 100%;
    display: flex;
    ;
    margin: 0;
    background-image: url('../img/landing-page/Gradientpart1.png');
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%); */
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.partner-title {
    font-family: Montserrat;
    font-size: 7rem;
    font-weight: 400;
    line-height: 95px;
    letter-spacing: -0.03em;
    text-align: center;
    color: white;
}

.partner-title .color-blue {
    font-family: Montserrat;
    font-size: 6rem;
    font-weight: 700;
    line-height: 95px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #03FFFF;
}

.vision-home-desc {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 4.3rem;
    letter-spacing: 0.03em;
    text-align: center;
    color: white;
    /* You have two color properties; keep one */
    text-shadow: 0px 4px 4px #00000080;
    /* Removed the spread radius */
    max-width: 95%;
}

/*********************   Partners            *********************/

.bg-our-mission {
    height: 100vh;
    width: 100%;
    display: flex;
    ;
    margin: 0;
    /* background-color: #161616, radial-gradient(50% 50% at 50% 50%, #262D32 0%, #181C1F 100%);
    ; */

    background: radial-gradient(50% 50% at 50% 50%, #262D32 0%, #181C1F 100%);
}

.img-mission {
    width: 100%;
}

.our-missionsmall {
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 29px;
    color: white;
}

.our-mission-title {
    font-family: Montserrat;
    font-size: 6rem;
    font-weight: 400;
    line-height: 90px;
    margin-bottom: 1.5rem;
    color: white;
}

.our-mission-title .blue {
    font-weight: 700;
    color: #03FFFF;
}

.mission-l-card {
    width: 100%;
    padding: 3rem;
    background-color: #1c1c1c;
    border-radius: 2.5rem;
}

.pr-5 {
    padding-right: 3rem;
}

.mision-card-img {
    width: 5rem;
    height: 5rem;
}

.mission-card-text {
    font-family: Montserrat;
    font-size: 3rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
}

/******************* Structural factors            *********************/
.bg-structural-factors {
    min-height: 100vh;
    width: 100%;
    padding-bottom: 3rem;
    display: flex;
    margin: 0;
    background-color: #111111;
    position: relative;
}

.bg-structural-factors::after {
    position: absolute;
    content: "";
    background-image: url('../img/landing-page/hero-bg-BA73wE5O.jpg.png');
    width: 100%;
    height: 50%;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.factors-title {
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 29px;
    color: white;
}

.factors-head {
    font-family: Montserrat;
    font-size: 6rem;
    font-weight: 400;
    line-height: 95px;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    color: white;
    margin-bottom: 3rem;
}

.factors-head .blue {
    font-family: Montserrat;
    font-size: 6rem;
    font-weight: 700;
    line-height: 95px;
    letter-spacing: -0.03em;
    color: #03FFFF;
}

.factor-card {
    border-radius: 25px;
    padding: 3rem;
    width: 100%;
    margin-bottom: 4rem;
    text-decoration: none;
    background-color: #1c1c1c;
}

.fact-card-title {
    font-family: Montserrat;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 29px;
    text-transform: uppercase;
    color: white;
}

.fact-card-img {
    width: 6rem;
    height: 6rem;
}

.fact-card-desc {
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 26px;
    color: #d7d7d7;
    max-width: 75%;
}

a.scroll-btn {
    /* margin: 1rem auto; */
    position: absolute;
    left: 50%;
    bottom: 1rem;
    width: 2rem;
    height: 3rem;
    border: 1px solid white;
    border-radius: 2rem;
    animation: bounce 2s infinite ease-in-out;
}

/*************** Copyright       ***********************/
.copyright-home {
    padding: 3rem;
    background-color: #191919;
}

.copyright-text {
    font-family: Manrope;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 27.57px;
    color: #979796;
}

/*************header             *********************/
#navbarScroll {
    flex-grow: 0;
    margin-right: 23rem;
}

ul.dropdown-menu.show:after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(2, 132, 199, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
    content: '';
    width: 100%;
    height: 1px;
}

.navbar-light .navbar-toggler {
    background-color: white;
    width: 4rem;
    height: 4rem;
    margin-top: 1rem;
}

@keyframes navAnimation {
    0% {
        display: none;
        opacity: 0;
    }

    50% {
        display: block;
        opacity: 0.5;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

ul.dropdown-menu.show {
    position: relative;
    border-radius: 1.6rem;
    border: 1px solid #444444;
    background: radial-gradient(50% 50% at 50% 50%, #282C30 0%, #181C1F 100%);
    padding: 1.5rem;
}

ul.dropdown-menu {
    transition: 3s eas navAnimation;
}

a.dropdown-item {
    color: white;
    font-size: 1.4rem;
    font-family: 'Montserrat';
    font-weight: 500;
    padding: .5rem 1rem;
    margin: 1.5rem 0;
    transition: .8s ease background;
    /* text-transform: capitalize; */
    border-radius: .6rem;
}


.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #1c1c1c !important;
    background-color: #03ffff !important;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    transition: background 0.3s;
    z-index: 2000;
    color: white;
}

.logo {
    width: 20rem;
    height: 4.5rem;
}

.nav-link {
    font-family: Montserrat;
    font-size: 1.6rem;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 30.4px;
    color: white !important;
    margin: 1rem;
}

.dropdown-toggle::after {
    content: url('../img/header/white-arrow.png') !important;
    color: transparent;
    border: none !important;
    width: 1.5rem;
    vertical-align: top !important;
    height: 1.5rem !important;
    font-size: 1.5rem;
}



.dropdown-item {
    /* text-transform: uppercase; */
}

.scrolled {
    background: #181C1F;
    box-shadow: 0 0 4rem rgba(20, 240, 205, .35);
}

#header .navbar-brand {
    padding-top: 1rem;
}

/**************            Footer   ************************/
.footer-title {
    font-family: Montserrat;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    color: #63FFFF;
}

.footer-desc {
    font-family: Montserrat;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 19.5px;
    text-align: left;
    color: #cdcdcd;
}

.justify-content-center-md {
    justify-content: center;
}

.justify-content-end-md {
    justify-content: end;
}

.footer-top {
    padding: 3rem 0;
    position: relative;
    z-index: 100;
    /* background-color: #191919; */
    border-bottom: 1px solid #FFFFFF24;
    /* border-top: 2px solid #000; */
}

.footer-top::after {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(2, 132, 199, 0.65) 50%, rgba(0, 0, 0, 0) 100%);
    content: '';
    width: 100%;
    height: 2px;
}

footer {
    position: relative;
}

footer::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/landing-page/BG-GRAD-FOOTER.png);
}

footer {
    background: #191919;
}

.footer-link,
.footer-link:hover,
.footer-link:visited,
.footer-link:active {
    font-family: Montserrat;
    font-size: 1.4rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 22px;
    color: white;
    text-decoration: none;
}

.footer-icon {
    width: 2rem;
    height: 2rem;
}

/*------------------------- Investments Model styles ----------------------- */

.bg-Model {
    height: 65%;
    width: 100%;
    background: url('../img/hero-bg-BA73wE5O.jpg\ 1.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.invest-title {
    /* margin-bottom: 3rem; */
    text-align: center;
}

.invest-title-1 {
    font-weight: bold;
    font-family: 'Poppins';
    font-size: 5rem;
    font-weight: 700;
    color: #03FFFF;
}

.invest-title-2 {
    font-family: 'Poppins';
    font-size: 5rem;
    font-weight: 300;
    color: white;
}

.invest-slide-main {
    height: 100vh !important;
    width: 100%;
    background: radial-gradient(50% 50% at 50% 50%, #282C30 0%, #181C1F 100%);
}

.main-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 55vh;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 48vh;
}

.card-titles {
    background-color: #00ffff;
    color: #000;
    font-size: 1.2rem;
    padding: 5px 35px;
    text-transform: uppercase;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    margin-bottom: 1rem;
    width: 180px;
    min-height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-img img {
    width: 115px;
}

.card-names {
    margin-top: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.card-names p {
    font-size: 12px;
}

.card-names span {
    font-size: 10px;
}

.cards-links {
    background-color: #00ffff;
    border-radius: 20px;
    padding: 6px 20px;
    font-size: 12px;
}

.second-title {
    font-family: 'Poppins';
    font-size: 2.7rem;
    color: white;
    text-transform: none;
    text-align: center;
}

.transform-content {
    height: 35vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (min-width:1200px) {
    body {
        height: 100vh !important;
    }
}

@media screen and (max-width:1200px) {
    .cards-links {
        margin-top: 10px;
    }
}

@media screen and (max-width:900px) {

    .head-trans {
        padding-left: 7rem;
    }

    .transform-text {
        font-size: 1.8rem;
    }

    .title-head-trans {
        font-size: 1.7rem;
    }

    .justify-content-center-md {
        justify-content: start !important;
    }

    .justify-content-end-md {
        justify-content: start !important;
    }
}

@media screen and (max-width:600px) {
    .second-title {
        font-size: 2rem;
    }

    .scroll-btn {
        display: none !important;
    }

    .transform-text {
        font-size: 1.7rem;
    }

    .title-head-trans {
        font-size: 1.3rem;
    }

    .Strategic {
        width: 7rem;
        height: 7rem;
    }
}

@media screen and (max-width:400px) {
    .header-title {
        height: 55vh !important;
    }

    .white-title {
        line-height: 20px !important;
    }

    .blue-title {
        line-height: 20px !important;
    }

    .transform-content {
        height: 50vh;
    }

    .transform-text {
        font-size: 1.3rem;
    }

    .transform-post {
        flex-direction: column !important;
    }

    .title-head-trans {
        font-size: 1.1rem;
    }

    .head-trans {
        text-align: center;
        padding: 0 !important;
    }

    .specialist {
        width: 5rem !important;
        height: 5rem !important;
    }

    .desc-head-trans {
        font-size: 1.1rem;
    }

    .invest-title-1 {
        font-size: 3rem !important;
    }
}

/***************** all subpages bg**********************/
.third-bg {
    position: relative;
    min-height: 100vh;
    height: auto;
    background-color: #161616;
    padding: 2rem 0;
}

.third-bg:after {
    position: absolute;
    top: 0;
    background: radial-gradient(108.91% 100% at 50% 0%, #03FFFF 0%, rgba(32, 35, 40, 0) 100%);
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
}


.third-bg::before {
    position: relative;
    top: 0;
    background: radial-gradient(19.41% 19.41% at 50% 50%, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    z-index: 3;
    content: '';
    width: 100%;
    height: 100%;
}

/************Value creation investments ************/
.bg-value-creation-img {
    background-color: #161616;
    border-radius: 50%;
    width: 20rem;
    height: 20rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.value-img {
    border-radius: 50%;
    padding: 1rem;
    border: 5px solid #03FFFF;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.img-value-creation {
    width: 7rem;
    height: 7rem;
}

.vc-title {
    font-family: Montserrat;
    font-size: 2rem;
    font-weight: 700;
    line-height: 27px;
    text-align: center;
    max-width: 24rem;
    text-transform: capitalize;
    color: white;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.vc-desc {
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 27px;
    padding: 0 1rem;
    text-align: center;
    color: white;
    max-width: 300px;
}

/************  investments managment ************/
.fourth-bg {
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    box-shadow: 0px 0px 0px 1px #FFFFFF1A;
    box-shadow: 0px 0px 0px 0px #00000000;
    background: linear-gradient(180deg, #262D32 0%, #181C1F 100%);
    padding: 2rem;
}

.management-section-box {
    background-color: #121619;
    height: 47%;
    border-radius: 2.5rem;
    padding: 1rem;
    margin-bottom: 3rem;
}

.title-inv-mgmt {
    font-family: Montserrat;
    font-size: 2rem;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.03em;
    color: white;
}

ul {
    color: white;
}

.mgmt-txt {
    margin: 1rem;
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.03em;
}

.inv-text-value {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: white;
    margin: 1rem 0;
}

.step-inv-box {
    background-color: #121619;
    border-radius: 2.5rem;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

/***************** all subpages bg**********************/
.third-bg {
    position: relative;
    min-height: 100vh;
    height: auto;
    background-color: #161616;
    padding: 2rem 0;
}

.third-bg:after {
    position: absolute;
    top: 0;
    background: radial-gradient(108.91% 100% at 50% 0%, #03FFFF 0%, rgba(32, 35, 40, 0) 100%);
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
}


.third-bg::before {
    position: relative;
    top: 0;
    background: radial-gradient(19.41% 19.41% at 50% 50%, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.6) 100%);
    left: 0;
    z-index: 3;
    content: '';
    width: 100%;
    height: 100%;
}

/************Value creation investments ************/
.bg-value-creation-img {
    background-color: #161616;
    border-radius: 50%;
    width: 20rem;
    height: 20rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.value-img {
    border-radius: 50%;
    padding: 1rem;
    border: 5px solid #03FFFF;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.img-value-creation {
    width: 7rem;
    height: 7rem;
}


.vc-desc {
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 27px;
    padding: 0 1rem;
    text-align: center;
    color: white;
    max-width: 300px;
}

/************  investments managment ************/
.fourth-bg {
    box-shadow: 0px 0px 0px 0px #FFFFFF;
    box-shadow: 0px 0px 0px 1px #FFFFFF1A;
    box-shadow: 0px 0px 0px 0px #00000000;
    background: linear-gradient(180deg, #262D32 0%, #181C1F 100%);
    padding: 2rem;
}

.management-section-box {
    background-color: #121619;
    border-radius: 2.5rem;
    padding: 1rem;
    margin-bottom: 3rem;
}

.title-inv-mgmt {
    font-family: Montserrat;
    font-size: 2rem;
    font-weight: 700;
    padding-left: 1rem;
    line-height: 45px;
    letter-spacing: -0.03em;
    color: white;
}

ul {
    color: white;
}

.mgmt-txt {
    margin: 1rem;
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 35px;
    letter-spacing: -0.03em;
}

.inv-text-value {
    font-family: Montserrat;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: white;
    text-align: center;
    max-width: 200px;
}

.step-inv-box {
    background-color: #121619;
    height: 20rem;
    border-radius: 2.5rem;
    justify-content: center;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

/********** Service Providers img*****************/
.img-sv {
    max-width: 11rem;
    max-height: 5.5rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 0rem !important;
}

.header-title {
    background-color: #040404;
    height: 75vh;
}

/* Under Constraction section*/
.underConstraction {
    height: 100vh;
    background-color: #161616;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.underConstraction-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.underConstraction-title-1 {
    font-family: 'Poppins';
    font-size: 80px;
    font-weight: bold;
    color: rgba(164, 255, 255, 1);
}

.underConstraction-title-2 {
    font-size: 40px;
    color: rgba(164, 255, 255, 1);
    font-family: 'Poppins';
}

.underConstraction-text {
    font-size: 15px;
    font-family: 'Poppins';
    line-height: 20px;
}

.underConstraction-back {
    padding: 10px 50px;
    background-color: rgba(3, 255, 255, 1);
    font-weight: bold;
    font-family: 'Poppins';
    border-radius: 5px;
    border: none;
    margin-top: 2rem;
    cursor: pointer;
}