@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');


p{
    color: #000;
}

.dis-flex-start{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

/* nav start */
nav.navbar.navbar-expand-lg.navbar-light.nav-one {
    position: absolute;
    width: 100%;
    z-index: 9;
    align-items: self-start;
}
.nav-one {
    padding: 21px 47px;
    justify-content: space-between;
}
.nav-one .signup {
    border-radius: 10px;
    border-width: 1.33px;
    border-color: #CACACA;
    padding: 15px 40px;
    color: black !important;
}
.nav-one a.signup {
    font-family: Inter;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    text-transform: capitalize;
}
.nav-one .buttons {
    z-index: 9;
    margin-top: 20px;
}
.nav-one .signup:hover {
    background-color: #e0e0e0;
}
.nav-one .login {
    background-color: #C5964F;
    color: #fff !important;
}
.nav-one .login:hover {
    background-color: #b88c14;
}

/* nav end */

/*section-one start*/
.section-one {
    position: relative;
    padding: 58px 0px !important;
    overflow: hidden;
}
.section-one h3.sec-head {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 55px;
    line-height: 66px;
    text-align: center;
    text-transform: capitalize;
    font-style: normal !important;
}
.section-one h1.sec-head {
    font-family: Inter;
    font-weight: 400;
    font-size: 55px;
    line-height: 66px;
    text-align: center;
    text-transform: capitalize;
}
.section-one h1 strong{
    color: #C5964F;

}
.section-one h3 span {
    color: #921B1E;
}
.section-one .video-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-one video {
    width: 88%;
    margin:  auto;
}
.section-one .sec-btn a {
    padding: 24px 59px;
}
.sec-btn {
    font-family: Inter;
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    color: white;
    border: navajowhite;
    background: #921B1E;
    border-radius: 8px;
    margin-top: 30px;
    transition: .5s ease-out;
}
.section-one .sec-btn {
    background: radial-gradient(190.96% 190.96% at 50% 50.65%, #921B1E 8.08%, #44403A 100%) ;
}
.sec-btn a {
    text-decoration: unset;
    color: white;
    padding: 13px 35px;
    display: inline-block;
    font-weight: 600;
}
/*section-one end*/

/*section-two start*/

.section-two {
    background: #F1FCF9;
    padding: 100px 16%;
    overflow: hidden;
}

h3.sec-head {
    font-family: Inter;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
}
.section-two  p{
    font-family: Inter;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
}
.section-two  p strong{
    color: #921B1E;

}
.section-two .sec-btn {
    margin-top: 4px;
}
.section-two .list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 14px;
}
.section-two .icon p {
    font-size: 20px;
    color: #4A90E2;
}
.section-two .list-item p {
    font-size: 18px;
    margin: 0;
}
/*section-two end*/


/*section-three start*/
h2.sec-head  {
    font-family: Inter;
    font-size: 48px;
    margin-bottom: 50px;
    color: #000;
    font-weight: 600;
}
.section-three {
    padding: 100px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.section-three .sec-pink .content-in{
    background-color: #DFABC8;
}
.section-three .sec-pruple .content-in{
    background-color: #DEE0EC;
}
.section-three .sec-orange .content-in{
    background-color: #F3D9C3;
}
.section-three .sec-blue .content-in{
    background-color: #C2E8F7;
}
.section-three .content-in {
    background: #E9EFDC;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 67%;
    margin: auto;
    padding: 20px;
}
.section-three .sec-pink .border100{
    background-color: #BC85A4;
    border-color: #BC85A4;
}
.section-three .sec-pink .border90{
    background-color: #BC85A4;
    border-color: #BC85A4;
}

button.sec-btn:hover {
    background: #E0D279;
    transition: .5s ease-in ;
}

.section-three .sec-pink .border80{
    background-color: #BC85A4;
    border-color: #BC85A4;
}
.section-three .sec-pruple .border100{
    background-color: #DADDF0;
    border-color: #DADDF0;
}
.section-three .sec-pruple .border90{
    background-color: #DADDF0;
    border-color: #DADDF0;
}
.section-three .sec-pruple .border80{
    background-color: #DADDF0;
    border-color: #DADDF0;
}
.section-three .sec-orange .border100{
    background-color: #F2C6A1;
    border-color: #F2C6A1;
}
.section-three .sec-orange .border90{
    background-color: #F2C6A1;
    border-color: #F2C6A1;
}
.section-three .sec-orange .border80{
    background-color: #F2C6A1;
    border-color: #F2C6A1;
}
.section-three .sec-blue .border100{
    background-color: #A0CFE1;
    border-color: #A0CFE1;
}
.section-three .sec-blue .border90{
    background-color: #A0CFE1;
    border-color: #A0CFE1;
}
.section-three .sec-blue .border80{
    background-color: #A0CFE1;
    border-color: #A0CFE1;
}
.section-three .border100 {
    border: 1px solid;
    border-radius: 12px;
    background-color: #D4EAA9;
    border-color: #D4EAA9;
    width: 90%;
    height: 20px;
    margin-bottom:  5px !important;
    margin: auto;
}
.section-three .border90 {
    border: 1px solid;
    border-radius: 12px;
    background-color: #D4EAA9;
    border-color: #D4EAA9;
    width: 80%;
    height: 20px;
    margin: auto;
    margin-bottom: 5px;
}
.section-three .border80 {
    border: 1px solid;
    border-radius: 12px;
    background-color: #D4EAA9;
    border-color: #D4EAA9;
    width: 70%;
    height: 20px;
    margin: auto;
    margin-bottom: 5px;
}
.section-three .sec-3-in .in {
    margin-top: 5px;
}
.section-three .content-in h3 {
    font-family: Inter;
    padding-top: 20px;
    font-weight: 700;
    color: #000;
}
.section-three .content-in p {
    font-size: 20px;
    font-family: 'Inter';
}
.section-three .sec-3-in {
    margin-bottom: 30px;
}
.section-three .h3-change h3 {
    font-size: 22px !important;
}
.section-three-in:before {
    position: absolute;
    content: "";
    right: 72px;
    bottom: 119px;
    background: url("/frontend/assets/images/Investment-2.gif");
    background-size: cover;
    height: 606px;
    width: 614px;
}

/*section-three end*/


/*section-four start*/

section.section-four {
    padding: 80px 0px;
    background-color: #F2F4FF;
    overflow: hidden;
}

.section-four p {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    text-transform: capitalize;
    margin: 0;
}

section.section-four .card {
    background: #fff;
    border-radius: 20px;
    padding: 15px 0px;
    justify-content: start !important;
    align-items: center;
    display: flex;
    flex-direction: row;
    margin: 0px 0px 15px 0px;
    border: 1px #0000000F;
    box-shadow: 0px 3px 34px 0px #0000000F;
}

section.section-four section.section-four .card i {
    font-size: 40px;
    margin-bottom: 15px;
}


section.section-four h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 25px;
    text-transform: capitalize;
    margin: 0;
    color: #000;
}

section.section-four .card ul {
    padding: 0px 17px;
}

section.section-four .card ul  li {
    font-family: 'Inter';
    font-size: 18px;
    margin-bottom: 2px;
    color: #000;
}


section.section-four .sec-four-in {
    background-color: #B7DBFF;
    padding: 46px;
    border-radius: 17px;
}


section.section-four .card-1 .sec-four-in {
    background-color: #D8ADDA;

}

section.section-four .card-2 .sec-four-in {
    background-color: #E0D279;

}

section.section-four  .card-3 .sec-four-in {
    background-color: #8FBDBE;

}

section.section-four .sec-4-in {
    padding-top: 10px;
}
.container-custom{
    max-width: 1475px;
    margin: auto;
}


/*section-four end*/



/*section-five start*/

section.section-five h3.sec-head {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
}
section.section-five {
    padding-top: 50px;
    overflow: hidden;
}

section.section-five h2.sec-head {
    margin-bottom: 9px;
    font-size: 45px;
}

section.section-five ul.ul-li{
    padding-left: 24px;
}

section.section-five ul.ul-li li {
    font-size: 19px;
    font-family: 'Inter';
    color: #000;
    padding-top: 4px;
}

.sec-five-img {
    text-align: start;
    position: relative;
    /* max-width: 70rem !important; */
    height: 600px !important;
    left: -6rem;
}
/*section-five end*/


/*section-six start*/

section.section-six   {
    text-align: center;
    position: relative;
    background: #f5f7ff;
    padding: 125px 20px;
    font-family: sans-serif;
}
section.section-six  {
    text-align: center;
    overflow: hidden;
}
section.section-six .cards-2 .card:hover {
    background: #921b1e;
    transition: .5s ease-in;
    transform: scale(1.1);
}

section.section-six .cards-2 .card:hover h3 {
    color: #fff;
}

section.section-six .cards-2 .card:hover p {
    color: #fff;
}
section.section-six .heading {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}

.subtext {
    color: #000;
    margin: 0 auto 40px;
    font-size: 20px;
}

section.section-six .cards-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
}

section.section-six .cards-2 .card {
    background: #fff;
    border-radius: 12px;
    padding: 50px 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    width: 31%;
    border: 1px solid #00000008;
}

section.section-six .cards-2 .card h3 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: normal;
    color: #000;
}

section.section-six  .cards-2 .card p {
    color: #000;
    font-size: 17px;
    font-family: 'Inter';
    font-weight: 600;
}


/*section-six end*/


/*section-seven start*/
section.section-seven:before {
    position: absolute;
    content: "";
    background: #EAF8EA;
    width: 50%;
    height: 80%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    border-radius: 25px 0px 0px 25px;
}
.section-seven h2.sec-head {
    margin-bottom: 10px;
}

.section-seven ul.ul-li {
    font-size: 20px;
    color: #000;
    font-family: 'Inter';
    line-height: 32px;
    font-weight: 500;
}


.section-seven ul.ul-li li {
    margin-bottom: 8px;
}


.section-seven h3 {
    font-family: Inter;
    font-weight: 800;
    font-style: italic;
    font-size: 32px;
    line-height: 30px;
    text-transform: capitalize;
    color: #E42E2E;
    padding-top: 6px;
}

.section-seven p.sec-head {
    font-size: 19px;
    font-family: 'Inter';
    color: black;
    margin-bottom: 13px;
}


.section-seven .yellowcolourbox {
    background-color: #FEFFEC;
    padding: 80px 60px;
    border: 1px #FEFFEC;
    border-radius: 28px;
    overflow: hidden !important;
    box-shadow: 4px 5px 9px 0px #0000001A;
}

.section-seven .greencolourbox {PADDING: 0 40px;}

section.section-seven {
    padding: 150px 0;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}

/*section-seven end*


/*section-eight start*/
section.section-eight .sec-8-in {
    background-color: #F0F8FF;
    border-radius: 42px;
    padding-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.section-eight .eight-in-one {
    padding-left: 46px;
}

section.section-eight {
    overflow: hidden;
}


section.section-eight .section-eight h2.sec-head {
    margin-bottom: 16px;
}

section.section-eight .section-eight h3{
    font-family: Inter;
    font-size: 32px;
    margin: 14px 0px 7px 0px;
    color: #000;
    font-weight: 700;
}
section.section-eight .section-eight p{
    font-family: Inter;
    font-size: 19px;
    margin: 7px 0px 7px 0px;
    color: #000;

}

section.section-eight .section-eight  h3.sec-head-2 {
    color: #921B1E !important;
    font-weight: 800;
    font-size: 28px;
}




.section-eight h2.sec-head {
    margin-bottom: 20px !important;
}

.section-eight h3.sec-head {
    color: #921B1E;
    font-weight: 800;
    font-size: 29px;
}

section.section-eight h3 {font-weight: 600;font-family: 'Inter';font-size: 33px;color: #000;}

section.section-eight p {
    font-family: 'Inter';
    font-size: 18px;
}


section.section-eight h5 {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    font-family: 'Inter';
}

section.section-eight span {
    font-size: 29px;
    font-family: 'Inter';
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
}

.bg-video-wrapper {
    position: absolute;
    right: 38px;
    bottom: 30px;
    height: 600px;
    width: 600px;
    z-index: -1;
    overflow: hidden;
}

.bg-video-wrapper video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/*section-eight end*/


.section-nine .content-in {height: 530px !important;}

/*section-end start*/

section.section-end {
    background: url(/frontend/assets//images/footer-bg.gif);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 160px 0px;
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
section.section-end strong {
    font-family: Inter;
    font-weight: 800;
    font-style: italic;
    font-size: 40px;
    text-align: center;
    text-transform: capitalize;

}


section.section-end h3 {
    font-family: Inter;
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
}

/*section-end end*/

/* responsive */

/* section-seven start */

@media only screen and (max-width: 1440px) {
    h2.sec-head {
        font-size: 35px;
    }
    section.section-seven {
        padding: 100px 30px;
    }

    .section-seven .yellowcolourbox {
        padding: 50px 50px;
    }

    .section-seven .greencolourbox {
        PADDING: 0 10px;
    }
    section.section-end {
        padding: 120px 0px;
    }

    section.section-end strong {
        font-size: 35px;
    }

    /* section-seven end */


    /* nav start */
    nav.navbar.navbar-expand-lg.navbar-light.nav-one {
        position: absolute;
        width: 100%;
        z-index: 9;
        align-items: self-start;
    }

    .nav-one {
        padding: 21px 30px; /* Thoda compress bhi kar diya */
        justify-content: space-between;
    }

    .nav-one .signup {
        border-radius: 10px;
        border-width: 1.33px;
        border-color: #CACACA;
        padding: 12px 30px;
    }

    .nav-one a.signup {
        font-size: 20px;
        line-height: 26px;
    }

    .nav-one .buttons {
        z-index: 9;
        margin-top: 15px;
    }

    .nav-one .signup:hover {
        background-color: #e0e0e0;
    }

    .nav-one .login {
        background-color: #C5964F;
        color: #fff !important;
    }

    .nav-one .login:hover {
        background-color: #b88c14;
    }

    /* nav end */

    /* section-one start */



    .section-one .sec-btn a {
        font-size: 15px;
        padding: 19px 37px !important;
    }
    .section-one {
        padding: 30px 0px;
    }

    .section-one h3.sec-head {
        font-size: 40px;
        line-height: 50px;
    }

    .section-one h1.sec-head {
        font-size: 40px;
        line-height: 50px;
    }




    .section-one .video-container {
        padding: 30px 20px 0px  20px;
    }

    .section-one video {
        height: auto;
        max-width: 85%;
    }

    /* section-one end */


    /* section-two start */

    .section-two {
        padding: 70px 110px;
    }

    h3.sec-head {
        font-size: 18px;
        line-height: 26px;
    }

    .section-two p {
        font-size: 16px;
    }

    .section-two .list-item {
        flex-direction: row; /* important: keep side by side */
        align-items: center;
        gap: 8px;
        padding-bottom: 10px;
        flex-wrap: nowrap; /* prevent wrapping */
    }

    .section-two .icon p {
        font-size: 18px;
    }

    .section-two .list-item p {
        font-size: 16px;
    }

    .section-two .sec-btn {
        margin-top: 20px;
    }


    /* section-two end */

    /* section-three start */

    .section-three {
        padding: 90px 30px;
    }

    h2.sec-head {
        font-size: 34px !important;
        margin-bottom: 30px;
    }

    .section-three .content-in {
        width: 75%;
        padding: 25px;
        height: 400px !important;
    }


    .section-three .content-in h3 {
        font-size: 28px;
        padding-top: 15px;
    }

    .section-three .content-in p {
        font-size: 15px;
    }

    .section-three .border100,
    .section-three .border90,
    .section-three .border80 {
        height: 16px;
        border-radius: 10px;
    }

    .section-three .h3-change h3 {
        font-size: 19px !important;
    }

    .section-three-in:before {
        right: 24px;
        bottom: 132px;
        width: 425px;
        height: 445px;
        background-size: cover;
    }


    /* section-three end */

    /* section-four start */
    section.section-four {
        padding: 60px 30px;
    }

    .section-four p {
        font-size: 17px;
        line-height: 32px;
    }

    section.section-four .card {
        padding: 20px 0px;
        margin-bottom: 20px;
    }

    section.section-four .card i {
        font-size: 36px;
        margin-bottom: 10px;
    }

    section.section-four h3 {
        font-size: 20px;
    }

    section.section-four .card ul {
        padding: 0px 10px;
    }

    section.section-four .card ul li {
        font-size: 15px;
    }

    section.section-four .sec-four-in {
        padding: 35px;
    }

    .container-custom {
        max-width: 95%;
        padding: 0 15px;
    }


    /* section-four start */

    /* section-five start */
    section.section-five h3.sec-head {
        font-size: 25px;
        line-height: 35px;
    }

    section.section-five {
        padding: 50px 14px 0px 56px;
        overflow: hidden;
    }

    section.section-five h2.sec-head {
        font-size: 40px;
    }

    .sec-five-img {
        height: 500px !important;
        left: -3rem;
    }

    section.section-five ul.ul-li li {
        font-size: 17px;
    }

    /* section-five end */


    /* section-eight start */


    .bg-video-wrapper {
        right: 0px;
        bottom: 120px;
        width: 480px;
        height: 380px;
    }
    section.section-six .cards-2 .card h3 {
        font-size: 22px;
    }

    section.section-six .cards-2 .card p {
        font-size: 13px;
    }

    section.section-six .cards-2 {
        gap: 25px;
    }

    section.section-six {
        padding: 75px 0px;
    }

    .section-seven h3 {
        font-size: 25px;
    }

    .section-three .border80 {
        width: 76%;
    }


    section.section-eight .sec-8-in {
        padding-top: 20px;
    }

    section.section-eight h3 {
        font-size: 28px;
        margin: 12px 0px 5px 0px;
    }
    section.section-eight p {
        font-size: 17px;
    }

    section.section-eight h5 {
        font-size: 18px;
    }

    section.section-eight span {
        font-size: 23px;
    }
    .section-nine .content-in {
        height: 440px !important;
    }




}



/* section-eight end */

