body{
    margin: 0;
    padding: 0;       
}

.img{
    height: 1000px;
    width: 100%;
}

@media only screen and (max-width:1000px){
    .img{
        width: 150%;
        flex-wrap: wrap;
        flex-direction: column;
        height: 1200px;
    }
    .navbar{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .navbar {
       
        width: 50%;
    }
    .center-body {
        /* display: flex; */
         flex-wrap: wrap; 
        flex-direction: column;
        width: 100%;
    }
    /* .button{
        color: white;
        background-color: white;
        
    } */
}


.navbar{
    /* background-color:rgb(8, 126, 180); */
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-image: url(picture/blue\ colour.jpg);
    
   
}
 

.navbar > div > h1{
     padding: 10px; 
     font-weight: bold;
}

.navbar > div > a {
    text-decoration: none;
    color: white;
    font-size: larger;
    text-transform: uppercase;
     padding: 15px; 
}

.navbar > div > a:hover{
    background-color: white;
    color: black;
    border-radius: 20px;
}
.navbar > div > button {
    width: 15vh;
    height: 55px;
    border-radius: 25px;
    color: white;
    background-color: orangered;
    font-size: larger;
    border: none;
    display: flex;
    align-items: center;
    

}

.navbar > div > button > img {
    width: 30%; 
    height: 50px;
    border-radius: 30px;
 
} 

.body {

    width: 100%;
    height: 900px;

}

.center-body{ 
    position: absolute;
    top: 45%;
    left:27%;

}
.center-body > h1{

    font-size: 8vh;
    color: white;
}

.center-body > input{
    width: 120%;
    height: 75px;
    border-radius: 40px;
    position: absolute;
    left: -10%;
    border: none;
    text-align:center;
    font-size: 25px;
}

.button{
    position: absolute;
    left: 68%;
    top: 56%;
    padding: 17px;
    border-radius: 20px;
    font-size: large;
    border: none;
    background-color: rgb(82, 140, 160);
    color: white;
    font-weight: bold;

}

.middle-body-heading{
    text-align: center;
    margin-top: 30px;


}

.middle-body-heading > h1 {
    font-weight: bold;
    
}
.middle-body-heading > a{
    text-decoration: none;
    padding: 20px;
    color: black;
    font-size: larger;

}

.middle-body-cards{
    display: flex;
    justify-content: space-around;
    
}

.middle-body-cards > div {
    border: 1px solid gray;
    width: 30%;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 6px 10px 15px 10px gray;
    
}

.h1{
    text-align: center;
    font-weight: bold;
    padding: 80px;
}

.middle-body-img {
    text-align: center;
    
}

.middle-body-img > img {

    height: 90vh;
    width: 40%;
    border-radius: 20px;
    box-shadow: 5px 5px 20px 10px gray;

}

.h2{
    
    text-align: center;
    font-weight: bold;
    padding: 80px;
    

}

@media only screen and (max-width:1000px){
    .middle-body-cards{
          flex-wrap: wrap;  
        flex-direction: column;
        display: flex;
        align-items: center;
        
    }
    .middle-body-cards > div > img {
        width: 100%;
    }

    .middle-body-cards > div{
        margin: 30px;
    } 
}

.middle-body-cards2{

    display: flex;
    justify-content: space-evenly;
    text-align: center;

}

.middle-body-cards2 > div {
    border: 2px solid gray;
    border-radius: 20px;
}

.middle-body-cards2 > div > img {
    border-radius: 20px;
    margin: 20px;
    height: 20vh;
}


@media only screen and (max-width:1000px){
    .middle-body-cards2{
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
        border-radius: 20px;
        width: 50%;
        align-items: center;

    }

    .middle-body-cards2 > div {
       margin-left: 40%;
       margin-top:30px ;
    }

} 

.h3{
    text-align: center;
    font-weight: bold;
    padding: 80px;
    
}

.end-body-location{
    display: flex;
    justify-content: space-evenly;
    
}
 
@media screen and (max-width:1000px){

    .end-body-location{
        flex-wrap: wrap;
        text-align: center;
        flex-direction: column;
    
    } 
    .end-body-location > div {
        margin: 20px;
    }
}

.footer > div {
    display: flex;
     justify-content: space-between; 
    border-radius: 2px solid gray;
    height: 30vh;
    

}

.footer > div > div > a {
    text-decoration: none;
    color: black;
      
}
.footer > div > h1 {
    margin-left:30px ;
}

@media only screen and (max-width:1000px){

    .footer > h1{
        text-align: center;
    }
    .footer > div {
        text-align: center;
        text-align: center;
        flex-wrap: wrap; 
        flex-direction: column;
        margin-top: 5px;
        


    }
} 