body {
    margin: 0;
}

.headingLabel {
    color: #202938;
    font-weight: 700;
    font-size: 36px;
    margin: 0;
}

.bannerDiv {
    background-image: url("./img/Banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}

.bannerText {

    color: #ffffff;
    display: flex;
    flex-direction: column;
    width: 700px;
    height: 87%;
    justify-content: center;
    padding-left: 50px;
    padding-top: 90px;
}

.bannerText p {
    font-size: 60px;
    font-weight: 800;
    margin: 0;
    cursor: pointer;
}

.Navrbar {
    height: 89px;
    background-color: #292B2F;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
    align-items: center;


}

.MobiNavrbar{
    display: none;
}
.nav {
    display: flex;
    width: 100%;
    list-style: none;
    gap: 20px;
    align-items: center;
}

.nav a {
    text-decoration: none;
    color: #ffffff;
}




.contactUsDiv{
    background-color: white;
    width: 450px;
    display: block;
    margin: 0 auto;
    height: auto;
    margin-top: 2%;
    padding: 40px;
    border-radius: 50px 0px;
}
.contactUs_li {
    padding: 6px 15px;
    background: white;
    color: black;
    border-radius: 12px 0px;
}

.ourPhilosophy {
    background-image: url("./img/Bg1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 487px;
    display: flex;
    align-items: center;
    justify-content: center;

}


.ourPhilosophyText {
    width: 500px;

}

.ourPhilosophyText p {
    text-align: center;
}

.mgeniusOffers {
    /*    display: grid;
        grid-template-columns: 1.2fr 1fr 1fr 1fr;*/
    padding: 80px 90px;
    /*    gap: 20px;*/
    background-color: #F2F3F8;
    /*height: 457px;*/
    align-items: center;
    justify-content: space-evenly;
}

.mgeniusOffersCard {
    background-color: white;
    color: #202938;
    border-radius: 47px 0px;
    padding: 20px;
    height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}


.mgeniusOffersCard svg {

    height: 50px
}

.ourPortfolio {

    padding: 80px 50px;
    display: flex
        ;
    flex-direction: column;
    justify-content: center;
    /* height: 870px; */
    gap: 40px;
    row-gap: 20px;
}

.products {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fill, 274px);*/
    /*    row-gap: 30px;
        column-gap: 50px;*/
}


.products>div {
    display: flex;
    flex-direction: column;
}

.products>div>img {
    width: 100%;
}

.products>div>label {
    padding: 20px;
}

.ourLineage {
    background-image: url("./img/Bg2.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 316px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0px 50px;
    color: #ffffff;
}

.ourLineageText {
    width: 500px;
    color: #ffffff;

}

.ourLineageText p {
    text-align: left;
    color: #ffffff;
}

.overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: none;

}



.ScheduleDemoInput{
    margin-bottom: 12px;
    border: 1px solid lightgray;
    width: 95%;
    border-radius: 10px;
    height: 50px;
    padding: 0px 12px;

}


.submitBtn{
    background: #204AF4;
    border: none;
    width: 100%;
    height: 50px;
    padding: 8px;
    color: white;
    border-radius: 10px;
    cursor: pointer;
}
.MobileBannerText{
    display: none;
}

.mobiOverlayNavDiv{
    display: none;
}

@media screen and (max-width:480px) and (min-width:320px) {

    .mobinav {
        display: flex
            ;
        flex-direction: column;
        width: 100%;
        list-style: none;
        /* gap: 20px; */
        align-items: center;
        padding: 0;
        flex-direction: column;
        justify-content: right;
        align-items: flex-end;
    }

    .mobinav a {
        text-decoration: none;
        color: #ffffff;
    }

    .mobinav li {
        width: 100%;
        text-align: right;
        padding: 13px 20px;
        border-bottom: 1px solid #d3d3d3;
    }


    .mgeniusOffers {
        padding: 80px 20px;
        gap: 20px;
    }

    .products {
        gap: 30px;
    }

    .ourPhilosophyText {
        width: 300px;
    }


    .bannerDiv {
        background-image: url(./img/BannerMob.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 340px;
    }
    .bannerText{
        display: none;
    }
    .MobileBannerText{
        display: block;
    }
    .MobileBannerText p{
        font-size: 22px;
        font-weight: 800;
        margin: 0;
        cursor: pointer;
    }
    .MobileBannerText {
        color: #ffffff;
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 62%;
        justify-content: center;
        padding-left: 18px;
        /*padding-top: 67px;*/
        margin-top: 64px;
    }
    .ourPhilosophy {
        background-image: url(./img/BG1Mobi.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 487px;
        display: flex
            ;
        align-items: center;
        justify-content: center;
    }
    .headingLabel {
        color: #202938;
        font-weight: 700;
        font-size: 25px;
        margin: 0;
    }

    .ourPortfolio {
        padding: 28px 20px;
        display: flex
            ;
        flex-direction: column;
        justify-content: center;
        /* height: 870px; */
        gap: 40px;
        row-gap: 20px;
    }
    .ourLineage {
        background-image: url("./img/Bg2Mobi.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 316px;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 0px 35px;
        color: #ffffff;
    }
    .Navrbar{
        display: none;

    }
    .MobiNavrbar{
        height: 65px;
        background-color: #292B2F;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        /*padding: 0px 50px;*/
        align-items: center;
    }

    .overlayNavBar{
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: 100%;
        display: none;

    }

    .contactUsDiv{
        background-color: white;
        width: 80%;
        display: block;
        margin: 0 auto;
        height: auto;
        margin-top: 8%;
        padding: 25px;
        border-radius: 50px 0px;
    }

    .mobiOverlayNavDiv{
        background-color: #292B2F;
        width: 75%;
        display: none;
        height: 100%;
        position: fixed;
        right: 0;
        z-index: 10;
        top: 0;
    }


    .contactUs_li {
        padding: 6px 15px !important;
        background: white;
        color: black;
        border-radius: 12px 0px;
        width: 50% !important;
        margin: 10px 26px;
        text-align: right;
        /* position: absolute; */
        /* right: 0px; */
        display: flex
            ;
        justify-content: center;
    }

    .closeMobiNav svg path{
        stroke: white;
    }
}


@media screen and (max-width: 1240px) and (orientation: landscape) {
    body.landscape {
        zoom: 0.5;
        /* transform: scale(0.75); */
        transform-origin: top left;
        width: 100%;
    }

    .bannerDiv {
        background-image: url(./img/Banner.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 180vh;
    }

}