* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.small {
    font: bold 20px;
    color: black;
}

body {
    margin: 0;
   font-family: 'Banny',
   sans-serif;
    background: #FFF;
}

/* 
main{
    position: relative;
} */
.main-nav {
    display: flex;
    /* min-height: 8vh; */
    /*padding:20px;*/
    /*justify-content: space-around;*/
    transition: all 0.5s;
    /* box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.5); */
    background-color: #ffffff;
    /* height: 80px; */
    z-index: 10;
}

.main-logo {
    padding: 15px;
    width: 100vh;
}

.main-logo img {
    transform: translateX(10%);
    max-width: 100%;
    height: auto;
}

.main-ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    transition: all 0.3s;
    margin-left: 10%;
    margin-right: 10%;
}

.main-ul>li {
    /* font-size: 1.2rem; */
    padding: 20px;
    list-style: none;
}

a {
    font-size: 120%;
    text-decoration: none;
    color: #3a3939;
}

.a-hover-effect:hover {
    font-weight: 600;
    font-size: large;
    /* border-bottom: #3a3939 0.125em solid; */
    /* box-shadow: rgba(0,0,0,0.8) 0px 1px 1px,inset rgba(0,0,0,0.15) 0px 1px 1px; */
}

.burger-logo {
    display: none;
    cursor: pointer;
}

.burger-logo div {
    display: flex;
    justify-content: space-around;
    background-color: #3a3939;
    width: 25px;
    height: 2px;
    margin: 5px;
    transform: translateY(27px);
    transition: all 0.3s ease;
}

.sticky-nav-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}



.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 2fr));
    gap: 10px;
    /* margin:20px 10px; */
}


@media screen and (max-width:768px) {

    body {
        overflow-x: hidden;
    }

    .main-ul {

        position: absolute;
        height: 100vh;

        top: 0;
        background: url(girl.jpeg) no-repeat;
        background-size: 100%;
        float: left;
        background-position: right -24vw bottom;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        justify-content: center;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
        background-color: #D2E3FC;
    }

    .menu-class {
        border-top: 2px solid #D2E3FC;
        border-right: 2px solid #D2E3FC;
        border-bottom: 2px solid #D2E3FC;
        border-radius: 0;
        width: 60vw;

        margin: 10px;
        padding: 10px;
        border-radius: 0 30px 30px 0;
        background-color: #ffffff;
        text-align: center;
    }

    .menu-class a {

        font-weight: bold;
    }

    /* .main-ul li{
        opacity: 0;
    }    */
    .burger-logo {
        display: block;
        position: relative;
        transform: translateX(-100%);
        /* transform: translateY(-10px); */
    }

    .projects button {
        transform: translateX(20%);
    }

    .button-flex {
        display: flex;
        flex-direction: column;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 2fr));
        gap: 20px;
        box-sizing: border-box;
        max-width: 100%;
        /* margin:20px 10px; */
    }



}


.activate-nav-mobile {
    transform: translateX(0%);
}

.cross .line1 {
    transform: rotate(-45deg) translate(-35px, 8px);
    background-color: white;
}

.cross .line2 {
    opacity: 0;
}

.cross .line3 {
    transform: rotate(45deg) translate(-1px, 25px);
    background-color: white;
}

.add-shadow {
    box-shadow: 0px 2px 2px 0px rgba(60, 64, 67, 0.3);
}

.map {
    width: 350px;
    height: 50px;
}




.Ongoing-projects{
    padding-top: 10px;
    padding: 20px;
    margin:5px;
}

.Ongoing-projects h1{
    margin-top: 10vh;
    padding-top: 20px;
    text-align: center;
}


.imgbox{
   margin: 10px 10px 10px 10px;
   object-position: center;

} 


.box{
    /* background: linear-gradient(to right,#74ebd5,#acb6e5) ; */
    display: flex;
    flex-direction: row;
    margin:20px 20px ;
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
    /* border:1px solid #232424; */
    font-size: 1.3rem;
    box-shadow: 0 5px 15px rgb(0,0,0,.5);
}

.box:hover{

    border:1px solid #4b4b4b;
}
.context{
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}

.context h3{
    text-align: left;
    padding-bottom: 10px;

    }

.context p{
    color:#494848;
    padding: 10px 0px 10px 0px;
    margin:0px;
    text-align: middle;
    font-size: 20px;

}
.box button a{
    color: #ffffff;
    padding-bottom: 2px;
    text-align: center;
    font-size: 100%;
}

.context button{
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    /*padding-top: 10px;*/
    background-color:#1A73E8; 
    border-radius: 5px;
    font-weight: 600;
    width:110px;
    height: 40px;
}

.box button:hover{
    background-color:#007FFF;
}

.button-flex{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    margin: 20px;
    width: 50px;
    padding: 50px;
    position: absolute;

}



h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: lighter;
    margin: 5px 0px 5px 0px;

}

 h5{
    margin: 10vh 0vh 10vh 0vh;
    text-align: center;
 }

.Upcoming-projects{
    padding: 20px;
    margin:20px 30px ;
}

.Upcoming-projects h1{
    margin-top: 4vh;
    text-align: center;
}

.box .imgbox{
    height: 270;
    width: 300;

}

.explore-button a{
    color: #ffffff;
}

.explore-button button{
    display: block;
    cursor: pointer;
    margin: 20px auto;
    padding: 10px;
    width:250px;
   background-color: #174EA6;
    border-radius: 5px;
    font-weight: 700;
}

.explore-button button:hover{
    background-color:#007FFF ;
}
@media screen and (max-width:768px) {



    .box {
        /* background: linear-gradient(to right,#74ebd5,#acb6e5) ; */
        display: flex;
        flex-direction: column;
        margin: 5px 5px;
        border-radius: 5px;
        max-width: 100%;
        max-height: 100%;
        /* border:1px solid #232424; */
        font-size: 1.3rem;
        box-shadow: 0 5px 15px rgb(0, 0, 0, .5);
    }

    .box:hover {

        border: 1px solid #4b4b4b;
    }
.context {
    padding-top: 10px;
    margin: 0;
}

.context h3 {
    text-align: center;
    padding-bottom: 10px;

}
h4{
    
    text-align: center;
}
.context p {
    color: #494848;
    padding: 10px 0px 10px 0px;
    margin: 0px;
    text-align: center;
    font-size: 20px;

}

.box button a {
    color: #ffffff;
    padding-top:  8px;
    text-align: center;
    font-size: 15px;
}

.context button {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    
   font-size: 10px;
    margin-left: 35% !important;
    background-color:#1A73E8;
    border-radius: 5px;
    font-weight: 700;
    width: 80px;
    height: 30px;
   padding-bottom: 40px;
    text-align: center;
}


.box button:hover {
    background-color: #007FFF;
}

.button-flex {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    margin: 20px;
    width: 60px;
    padding: 50px;
    position: absolute;

}


.Upcoming-projects {
    padding: 20px;
    margin: 20px 30px;
}

.Upcoming-projects h1 {
    margin-top: 4vh;
    text-align: center;
}

.box .imgbox {
    height: 100%;
    width: 60%;
}

.explore-button a {
    color: #ffffff;
}

.explore-button button {
    display: block;
    cursor: pointer;
    margin: 20px auto;
    padding: 10px;
    width: 250px;
    background-color: #174EA6;
    border-radius: 5px;
    font-weight: 700;
}
}