*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body,html{
        overflow-x: hidden;
        overflow-y: auto;

}
.page{
    width: 100vw;
    height: 100vh;
}

.header{
    width: 100vw;
    height: 10vh;
    background-color:beige;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    padding: 10px 80px;
    
}
.logo{
    font-size: 30px;
     font-weight: 900;
     
}

 .page > .header > .nav-bar > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
     list-style: none;
     align-content: center;
     
}

 .page > .header > .nav-bar > ul > li > a{

     text-decoration: none;
     color: black;
     font-size: 15px;
     font-weight: 900;
     
}

.page > .header > .nav-bar > ul > li > a:hover{
color: rgb(243, 10, 10);
}

 .page > .header > .nav-bar > ul > li > button{
    width: 124px;
    height: 25px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    color: white;
    background-color: black;
    margin-top: -3px;
    
 }
 
 .page > .header > .nav-bar > ul > li > button:hover{
    color: rgb(243, 10, 10);
 }
 

 
 .page > .header > .nav-bar > ul > li > button > .calender {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: rgb(218, 15, 15);
    border-radius: 999px;
    right: 5px;
}

   .page>.bg>img{
    width: 1366px;
    height: 200px;
    
   }
   .page>.content>.hd1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 50px;
    margin-top: -150px;
   }
   .page>.content>.hd1>.info{
    display: flex;
    flex-direction: column;
    background-color: rgb(249, 252, 252);
    justify-content: center;
    align-items: start;
    gap: 10px;
    width: 350px;
    height: 450px;
    padding-left: 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 20px black;
   
   }
.page>.content>.hd1>.info>input{
    border-radius: 999px;
    height: 30px;
    width: 290px;
    background-color: rgb(236, 232, 232);
    border-color: rgb(236, 232, 232);
    padding: 20px;
    border: 0px;
    
}
.page>.content>.hd1>.info>textarea{
    border-radius: 5px;
    width: 290px;
    height: 100px;
    background-color: rgb(236, 232, 232);
    border-color: rgb(236, 232, 232);
    padding: 20px;

}
.page>.content>.hd1>.info>button{
    background-color: black;
    color: white;
    width: 100px;
    height: 30px;
    border-radius: 999px;
    border: 0px;

}
.page>.content>.hd1>.map>iframe{
    display: flex;
    flex-wrap: wrap;
    border-radius:5px;
}
.page>.content>.hd2{
     display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    padding: 1px 500px 1px 1px;

}
.page>.content>.hd2>.phone{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(246, 250, 250);
    height: 100px;
    width: 220px;
    justify-content:center ;
    align-items: center;
    gap: 10px;
    box-shadow: 2px 2px 10px black;
    border-radius: 5px;
}
.page>.content>.hd2>.phone>.icon1>img{
    justify-content: end;
    width: 20%;
    margin-right: 150px;
    margin-top: 35px;
}
.page>.content>.hd2>.phone>.num>h4{
    justify-content: center;
    align-items: center;
    font-size: 20px;
    margin-top: -60px;
    margin-left: 70px;
    width: 150px;
    height: 30px;

}
.page>.content>.hd2>.phone>.para>p{
    display: flex;
    width: 150px;
    flex-direction: row;
    margin-top: 0px;
    margin-right: px;
    align-items: end;
    margin-left: 70px;
    font-size: 12px;
    margin-top: -40px;
    color: gray;
    
}
.page>.content>.hd2>.email-icon{
    
    background-color:  rgb(246, 250, 250);
    width: 220px;
    height: 100px;
    margin-left: 50px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px black;
}   
.page>.content>.hd2>.email-icon>.icon2>img{
    width: 20%;
    margin-top: 35px;
    margin-left: 20px;
}
.page>.content>.hd2>.email-icon>.mail>h4{
 margin-left: 80px;
 margin-top: -40px; 
 font-size: 20px;  
}
.page>.content>.hd2>.email-icon>.p1{
    font-size: 12px;
    color: gray;
    margin-left: 80px;
}
.page>.footer>img{
    width: 1350px;
    height: 50px;
    margin-top: 50px;
}
@media(max-width:1025px){
  .page>.content>.hd2{
     display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 1px 400px 1px 1px;
  }
}
@media(max-width:769px){
    .page>.content>.hd2{
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 1px 400px 1px 1px;
    margin-top: 20px;
    margin-left: 200px;
    

}
.page>.content>.hd2>.email-icon{
    
    background-color:  rgb(246, 250, 250);
    width: 220px;
    height: 100px;
    margin-left: 80px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px black;
}
.page>.content>.hd2>.phone{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(246, 250, 250);
    height: 100px;
    width: 220px;
    justify-content:center ;
    align-items: center;
    gap: 10px;
    box-shadow: 2px 2px 10px black;
    border-radius: 5px;
    margin-left: 80px;
}
.page>.footer>img{
    width: 768px;
}
.page>.bg>img{
    width: 768px;
}
}
@media(max-width:426px){
    .page>.content>.hd2>.email-icon{
    
    background-color:  rgb(246, 250, 250);
    width: 220px;
    height: 100px;
    margin-left: 2px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px black;
}
.page>.content>.hd2>.phone{
    display: flex;
    flex-wrap: wrap;
    background-color: rgb(246, 250, 250);
    height: 100px;
    width: 220px;
    justify-content:center ;
    align-items: center;
    gap: 10px;
    box-shadow: 2px 2px 10px black;
    border-radius: 5px;
    margin-left: 2px;
    
}
.page>.content>.hd2{
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 1px 400px 1px 1px;
    margin-top: 20px;
    margin-left: 100px;
    
}
.page>.footer>img{
    width: 425px;
}
.page>.bg>img{
    width: 425px;
    margin-top: 0px;

}
.page>.content>.hd1>.map>iframe{
    display: flex;
    flex-wrap: wrap;
    border-radius:5px;
    width: 350px;
    margin-top: 200px;
}
.header{
    width: 100vw;
    height: 20vh;
    background-color:beige;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 10px 80px;
    
}