@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Judson:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap');

/*HEADING: BANNER SECTION CSS  */
.banner-image {
    background-image: url('assets/banner_images/home\ image\ 1.jpg');
    height: 78vh;
    position: relative;
}

.banner-image .banner-heading {
    background-color: transparent;
    height: 375px;
    width: 1500px;
    position: absolute;
    top: 10px;
    left: 235px;
}

.banner-image .banner-heading h1 {
    color: aliceblue;
    /* font-family: 'Jost', sans-serif; */
    font-family: 'Inter', sans-serif;
    font-size: 6em;
    font-weight: 600;
}

.banner-image .banner-heading span {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    color: #000000;
    /* font-family: 'Judson', serif; */
    font-family: 'Inter', sans-serif;
    font-size: larger;
}

.banner-video {
    background-color: rgb(240 248 255);
    height: 70vh;
}

.banner-video .banner-video-div {
    position: absolute;
    top: 190px;
    right: 0px;
    height: 1282px;
    width: 1490px;
}

.banner-video video {
    height: 100%;
    width: 100%;
}


/*HEADING: OPPORTUNITY SECTION CSS  */
.opportunities-section {
    height: 145vh;
}

.opportunities-section .opporutnity-heading {
    width: 100%;
    height: 135px;
    padding-top: 50px;
}

.opportunities-section .opporutnity-heading h2 {
    /* font-family: 'Jost', sans-serif; */
    font-family: 'Inter', sans-serif;
    font-size: 6em;
    text-align: center;
    font-weight: 600;
}

.opportunities-section .opportunity-body {
    height: 100%;
    width: 100%;
}

.opportunities-section .opportunity-body #opportunity-image {
    /* height: 1021px;
    width: 1340px; */
    height: 100%;
    width: 74%;
    position: relative;
    transform: translate(18%, 32%);
}

.opportunity-mob-image-one,
.opportunity-mob-image-two {
    display: none;
}

.opportunities-section .opportunity-body .opportunity-container {
    background-color: transparent;
    /* border: black 2px solid; */
    height: 700px;
    width: 100%;
    position: absolute;
    top: 20%;
    left: 0%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}

.opportunities-section .opportunity-body .opportunity-container .opportunity-box {
    background: aliceblue;
    /* height: 750px; */
    height: auto;
    width: 440px;
    /* border: red 1px solid; */
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    /* -webkit-box-shadow: 5px 5px 29px #b8bed0, -5px -5px 29px #eaf2ff; */
    box-shadow: 6px 10px 14px grey;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 50px;
    text-align: center;
    justify-content: space-evenly;
}

.opportunities-section .opportunity-body .opportunity-container .opportunity-box h3 {
    /* font-size: 3em; */
    font-size: 2.3em;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.opportunities-section .opportunity-body .opportunity-container .opportunity-box p {
    /* font-size: 2em; */
    font-size: 1.5em;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 35px;
}


/*HEADING: SME SOLUTION SECTION CSS  */
.sme-solution-section {
    height: 65vh;
    background-color: aliceblue;
}

.sme-solution-section .sme-container {
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: flex-start;
    padding: 100px;
}

.sme-solution-section .sme-container .sme-info {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 45px;
    /* height: 140px; */
    width: 665px;
}

.sme-solution-section .sme-container .sme-info h3 {
    font-size: 5em;
    font-family: 'Inter', sans-serif;
    font-size: 600;
    font-weight: 600;
}

.sme-solution-section .sme-container .sme-info p {
    font-size: 2em;
    line-height: 35px;
}

.sme-solution-section .sme-container .sme-image {
    height: 400px;
    /* width: 400px; */
    box-shadow: 15px 15px 0px #a9a8a8;
}

.sme-solution-section .sme-container .sme-image img {
    height: 100%;
}


/*HEADING: SERVICE ONE SECTION CSS  */
.service_one {
    height: 60vh;
    background-color: #ffffff;
}

.service_one h2 {
    text-align: center;
    font-size: 6em;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}


/*HEADING: SERVICE TWO SECTION CSS  */
.service_two {
    height: 125vh;
    background-color: #ffffff;
}

.service_two .service_two_container {
    height: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.service_two .service_two_info {
    background: #ffffff;
    height: auto;
    width: 100%;
    padding: 0 130px;
    position: relative;
    z-index: 2;
    /* top: 45px; */
    top: 135px;
}

.service_two .service_two_info p {
    font-size: 2.8em;
    text-align: center;
    padding: 90px 0px 0px 0px;
    /* letter-spacing: 0px; */
    line-height: 50px;
}

.service_two .service_two_video_and_image {
    height: auto;
    /* width: 90%; */
    /* width: 100%; */
    width: 97%;
}

.service_two .service_two_video_and_image video {
    height: 100%;
    width: 100%;
}


/* 
1880(WIDTH) X 880(HEIGHT)
STANDARD - FOR THE PC I'M WORKING ON */


/* ====================================
MEDIA QUERIES FOR THE HOMEPAGE SECTIONS
=================================== */
/* @media screen and (max-width: 1024px) */

@media screen and (max-width: 820px) {
    .home-banner-section {
        height: 70vh;
    }

    .banner-image {
        background-image: url(assets/banner_images/home\ image\ 1.jpg);
        height: 43vh;
        position: relative;
    }

    .banner-image .banner-heading {
        background-color: transparent;
        height: 375px;
        width: 1500px;
        position: absolute;
        top: 85px;
        left: 53px;
    }

    .banner-image .banner-heading h1 {
        color: aliceblue;
        font-family: 'Inter', sans-serif;
        font-size: 3.5em;
    }

    .opportunities-section .opporutnity-heading h2 {
        font-family: 'Inter', sans-serif;
        font-size: 3.5em;
        text-align: center;
    }

    .banner-video {
        background-color: rgb(240 248 255);
        height: 40vh;
    }

    .banner-video .banner-video-div {
        position: absolute;
        top: 17%;
        /* right: 2%; */
        right: 0;
        height: 665px;
        width: 710px;
    }


    .opportunities-section {
        height: 115vh;
        width: auto;
    }

    .opportunities-section .opportunity-body {
        position: relative;
    }

    .opportunities-section .opportunity-body .opportunity-container {
        background-color: transparent;
        /* border: black 2px solid; */
        height: 700px;
        width: 100%;
        position: absolute;
        top: 20%;
        left: 0%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        gap: 51px;
        justify-content: center;
    }

    .opportunities-section .opportunity-body .opportunity-container .opportunity-box {
        background: aliceblue;
        /* height: 750px; */
    height: auto;
        width: 90%;
        /* border: red 1px solid; */
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #ffffff;
        /* -webkit-box-shadow: 5px 5px 29px #b8bed0, -5px -5px 29px #eaf2ff; */
        box-shadow: 6px 10px 14px grey;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding: 50px;
        text-align: center;
        justify-content: space-evenly;
    }

    .opportunities-section .opportunity-body .opportunity-container .opportunity-box p {
        /* font-size: 2em; */
        font-size: 1.3em;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 30px;
    }

    .opportunities-section .opporutnity-heading {
        width: 100%;
        height: 135px;
        padding-top: 95px;
    }

    .opportunities-section .opportunity-body #opportunity-image {
        display: none;
    }

    .opportunity-mob-image-one,
    .opportunity-mob-image-two {
        display: block;
        background-size: cover;
        position: relative;
    }

    .opportunity-mob-image-one {
        top: 290px;
        left: -0px;
        height: 340px;
        width: 300px;
    }

    .opportunity-mob-image-two {
        top: 355px;
        left: 466px;
        height: 400px;
        width: 284px;
    }


    .sme-solution-section {
        height: 45vh;
        background-color: aliceblue;
    }

    .sme-solution-section .sme-container {
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: stretch;
        justify-content: space-around;
        align-items: center;
        /* padding: 100px; */
        padding: 135px 0;
    }

    .sme-solution-section .sme-container .sme-info {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: flex-start;
        padding-top: 45px;
        height: 100px;
        width: 319px;
    }

    .sme-solution-section .sme-container .sme-info h3 {
        font-size: 3em;
        font-family: 'Inter', sans-serif;
        font-size: 600;
        font-weight: 600;
    }

    .sme-solution-section .sme-container .sme-info p {
        font-size: 1.3em;
        line-height: 25px;
    }

    .sme-solution-section .sme-container .sme-image {
        height: 225px;
        /* width: 400px; */
        box-shadow: 15px 15px 0px #a9a8a8;
    }


    .service_one h2 {
        font-size: 3.5em;
    }


    .service_two {
        height: 100vh;
        background-color: #ffffff;
    }

    .service_two .service_two_container {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-around;
        align-items: center;
    }

    .service_two .service_two_info {
        background: #ffffff;
        height: auto;
        width: 100%;
        padding: 0 60px;
        position: relative;
        z-index: 2;
        /* top: 45px; */
        top: 135px;
    }

    .service_two .service_two_info p {
        font-size: 2.8em;
        text-align: center;
        /* padding: 90px 0px 0px 0px; */
        /* letter-spacing: 0px; */
        line-height: 50px;
    }

    .carousel-section h3 {
        font-size: 3.5em;
    }


    .wrapper .ourPartners h3 {
        /* font-size: xxx-large; */
        font-size: 3.5em;
        color: white !important;
    }

    .blog-section .blog-title h3 {
        font-size: 3.5em;
    }
}


@media screen and (max-width: 768px) {
    .banner-video .banner-video-div {
        position: absolute;
        top: 17%;
        right: 0;
        height: 665px;
        width: 665px;
    }


    .opportunities-section {
        height: 140vh;
        width: auto;
    }

    .opportunities-section .opporutnity-heading {
        width: 100%;
        height: 190px;
        padding-top: 50px;
    }
}

@media screen and (max-width: 414px) {
    .home-banner-section {
        height: 50vh;
    }

    .banner-image {
        background-image: url(assets/banner_images/home\ image\ 1.jpg);
        height: 35vh;
        position: relative;
    }

    .banner-image .banner-heading {
        background-color: transparent;
        height: 324px;
        width: 1500px;
        position: absolute;
        top: 90px;
        left: 53px;
    }

    .banner-image .banner-heading h1 {
        color: aliceblue;
        font-family: 'Inter', sans-serif;
        font-size: 1.5em;
    }

    .banner-video {
        background-color: rgb(240 248 255);
        height: 15vh;
    }

    .banner-video .banner-video-div {
        position: absolute;
        top: 18%;
        right: 0;
        height: 300px;
        width: 360px;
    }





    .opportunities-section {
        height: 154vh;
        width: auto;
    }

    .opportunities-section .opporutnity-heading {
        width: 100%;
        height: 190px;
        /* padding-top: 50px; */
    }

    .opportunities-section .opporutnity-heading h2 {
        font-family: 'Inter', sans-serif;
        font-size: 2em;
        text-align: center;
    }

    .opportunities-section .opportunity-body {
        position: relative;
        /* height: auto; */
        bottom: 360px;
    }

    .opportunity-mob-image-one {
        top: 605px;
        left: 0px;
        height: 200px;
        width: 200px;
    }

    .opportunity-mob-image-two {
        top: 925px;
        left: 240px;
        height: 200px;
        width: 200px;
    }

    .opportunities-section .opportunity-body .opportunity-container {
        background-color: transparent;
        /* border: black 2px solid; */
        height: auto;
        width: 100%;
        position: absolute;
        top: 20%;
        left: 0%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        gap: 51px;
        justify-content: center;
    }

    .opportunities-section .opportunity-body .opportunity-container .opportunity-box {
        background: aliceblue;
        /* height: 400px; */
    height: auto;
        width: 90%;
        /* border: red 1px solid; */
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #ffffff;
        /* -webkit-box-shadow: 5px 5px 29px #b8bed0, -5px -5px 29px #eaf2ff; */
        box-shadow: 6px 10px 14px grey;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding: 50px;
        text-align: center;
        justify-content: space-evenly;
    }

    .opportunities-section .opportunity-body .opportunity-container .opportunity-box h3 {
        /* font-size: 3em; */
        font-size: 1.3em;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
    }

    .opportunities-section .opportunity-body .opportunity-container .opportunity-box p {
        /* font-size: 2em; */
        font-size: 0.8em;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 25px;
    }




    .sme-solution-section {
        height: 55vh;
        background-color: aliceblue;
    }

    .sme-solution-section .sme-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        /* padding: 100px; */
        padding: 20px 0 30px 0;
    }

    .sme-solution-section .sme-container .sme-info {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding-top: 0px;
        height: 100%;
        width: 319px;
        justify-content: flex-start;
    }

    .sme-solution-section .sme-container .sme-info h3 {
        font-size: 2em;
        font-family: 'Inter', sans-serif;
        font-size: 600;
        font-weight: 600;
    }

    .sme-solution-section .sme-container .sme-info p {
        font-size: 1em;
        line-height: 25px;
        text-align: center;
    }

    .sme-solution-section .sme-container .sme-image {
        height: 190px;
        /* width: 400px; */
        box-shadow: 15px 15px 0px #a9a8a8;
        /* padding: 0 0 20px 0; */
    }




    .service_one {
        height: 70vh;
        background-color: #ffffff;
    }

    .service_one h2 {
        font-size: 2em;
    }

    .swiper {
        /* width: 100%; */
        /* height: 100%; */
        width: 90%;
        height: 80%;
    }




    .service_two {
        height: 60vh;
        background-color: #ffffff;
    }

    .service_two .service_two_container {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    .service_two .service_two_info {
        background: #ffffff;
        height: auto;
        width: 100%;
        padding: 0 25px;
        position: relative;
        z-index: 2;
        /* top: 45px; */
        top: 75px;
    }

    .service_two .service_two_info p {
        font-size: 1.5em;
        text-align: center;
        padding: 0;
        /* letter-spacing: 0px; */
        line-height: 30px;
    }

    .service_two .service_two_video_and_image {
        height: auto;
        /* width: 90%; */
        /* width: 100%; */
        width: 97%;
    }

    .carousel-section h3 {
        font-size: 2em;
    }

    .wrapper .ourPartners h3 {
        /* font-size: xxx-large; */
        font-size: 2em;
        color: white !important;
    }

    .blog-section .blog-title h3 {
        font-size: 2em;
    }
}

@media screen and (max-width: 395px) {
    .banner-video .banner-video-div {
        position: absolute;
        top: 18%;
        right: 0;
        height: 300px;
        width: 325px;
    }

    .opportunities-section {
        height: 180vh;
        width: auto;
    }

    .carousel-section h3 {
        font-size: 2em;
    }


    .wrapper .ourPartners h3 {
        /* font-size: xxx-large; */
        font-size: 2em;
        color: white !important;
    }


    .blog-section .blog-title h3 {
        font-size: 2em;
    }
}

@media screen and (max-width: 375px) {
    .home-banner-section {
        height: 50vh;
    }

    .banner-image {
        background-image: url(assets/banner_images/home\ image\ 1.jpg);
        height: 26vh;
        position: relative;
    }

    .banner-image .banner-heading {
        background-color: transparent;
        height: 375px;
        width: 1500px;
        position: absolute;
        top: 25px;
        left: 38px;
    }

    .banner-image .banner-heading h1 {
        color: aliceblue;
        font-family: 'Inter', sans-serif;
        font-size: 1.5em;
    }

    .banner-video {
        background-color: rgb(240 248 255);
        height: 24vh;
    }

    .banner-video .banner-video-div {
        position: absolute;
        top: 11%;
        right: 0;
        height: 300px;
        width: 300px;
    }



    .opportunities-section {
        height: 235vh;
        width: auto;
    }

    .opportunities-section .opporutnity-heading {
        width: 100%;
        height: 190px;
        /* padding-top: 50px; */
    }

    .opportunities-section .opporutnity-heading h2 {
        font-family: 'Inter', sans-serif;
        font-size: 2em;
        text-align: center;
    }

    .opportunities-section .opportunity-body {
        position: relative;
        bottom: 360px;
    }

    .opportunity-mob-image-one {
        top: 605px;
        left: 0px;
        height: 200px;
        width: 200px;
    }

    .opportunity-mob-image-two {
        top: 925px;
        left: 200px;
        height: 200px;
        width: 200px;
    }

    .opportunities-section .opportunity-body .opportunity-container {
        background-color: transparent;
        /* border: black 2px solid; */
        height: auto;
        width: 100%;
        position: absolute;
        top: 20%;
        left: 0%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        gap: 51px;
        justify-content: center;
    }

    .opportunities-section .opportunity-body .opportunity-container .opportunity-box {
        background: aliceblue;
        /* height: 400px; */
    height: auto;
        width: 90%;
        /* border: red 1px solid; */
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #ffffff;
        /* -webkit-box-shadow: 5px 5px 29px #b8bed0, -5px -5px 29px #eaf2ff; */
        box-shadow: 6px 10px 14px grey;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding: 50px;
        text-align: center;
        justify-content: space-evenly;
    }

    .opportunities-section .opportunity-body .opportunity-container .opportunity-box h3 {
        /* font-size: 3em; */
        font-size: 1.3em;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
    }

    .opportunities-section .opportunity-body .opportunity-container .opportunity-box p {
        /* font-size: 2em; */
        font-size: 0.8em;
        font-family: 'Inter', sans-serif;
        font-weight: 400;
        line-height: 25px;
    }



    .sme-solution-section {
        height: 70vh;
        background-color: aliceblue;
    }

    .sme-solution-section .sme-container {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        /* padding: 100px; */
        padding: 20px 0 30px 0;
    }

    .sme-solution-section .sme-container .sme-info {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        padding-top: 0px;
        height: 100%;
        width: 319px;
        justify-content: flex-start;
    }

    .sme-solution-section .sme-container .sme-info h3 {
        font-size: 2em;
        font-family: 'Inter', sans-serif;
        font-size: 600;
        font-weight: 600;
    }

    .sme-solution-section .sme-container .sme-info p {
        font-size: 1em;
        line-height: 25px;
        text-align: center;
    }

    .sme-solution-section .sme-container .sme-image {
        height: 190px;
        /* width: 400px; */
        box-shadow: 15px 15px 0px #a9a8a8;
        /* padding: 0 0 20px 0; */
    }



    .service_one {
        height: 90vh;
        background-color: #ffffff;
    }

    .service_one h2 {
        font-size: 2em;
    }

    .swiper {
        /* width: 100%; */
        /* height: 100%; */
        width: 90%;
        height: 80%;
    }




    .service_two {
        height: 80vh;
        background-color: #ffffff;
    }

    .service_two .service_two_container {
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    .service_two .service_two_info {
        background: #ffffff;
        height: auto;
        width: 100%;
        padding: 0 25px;
        position: relative;
        z-index: 2;
        top: 50px;
    }

    .service_two .service_two_info p {
        font-size: 1.5em;
        text-align: center;
        padding: 0;
        /* letter-spacing: 0px; */
        line-height: 30px;
    }

    .service_two .service_two_video_and_image {
        height: auto;
        /* width: 90%; */
        /* width: 100%; */
        width: 97%;
    }




    .carousel-section h3 {
        font-size: 2em;
    }



    .wrapper .ourPartners h3 {
        /* font-size: xxx-large; */
        font-size: 2em;
        color: white !important;
    }



    .blog-section .blog-title h3 {
        font-size: 2em;
    }
}