*{
    margin: 0;
    padding: 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;

}
.hd1{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: beige;
    width: 99.5vw;
    box-shadow: 10px 15px 10px rgb(236, 234, 230);
    height: auto;
}

.hd1 > .sub{
    display: flex;
    align-items:center ; 
}


.hd1 > .sub > .mail > a{
    text-decoration: none;
    color:rgb(133, 117, 104);
}
.hd1 > .sub > .mail-icon{
    display: flex;
    align-items: center;
    margin-left: 50px;
}


.hd1 > .sub > .location-icon{
    display: flex;
    align-items: center;
    margin-left:20px; 
}

.hd1 > .sub > .location > a{
    text-decoration: none;
    color: rgb(133, 117, 104);
}

.hd1 > .nav-links > ul{
    display: flex;
    list-style: none;
    gap: 15px;
    margin-right: 30px;
}


.page{
    width: 100vw;
    height: 100vh;
}

.header{
    width: 99.5vw;
    height: 10vh;
    background-color:beige;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    padding: 0 80px;
    margin-top: -18px;
    
    
    
}
.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: 123px;
    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;
}

.hero1 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -575px;
  
}
.hero1 img {
    display: flex;
  width: 100vw;
  height: auto;
  object-fit: cover;
  
}

.text1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: -500px;
    margin-left: 300px;
    box-sizing: border-box;
    background-color: antiquewhite;
    width: 160px;
    height: 30px;
}
.text1 > h5{
    font-size: 18px;
    font-weight: lighter;

}
.text1 > h4{
    font-size: 18px;
    color: orangered;
    font-weight: lighter;
}
.text2{
    display: flex;
    justify-content:start;
    color: white;
    font-size: 25px;
    margin-left: 300px;
    margin-top: 30px;
}

.hero2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 500px;
  
}
.hero2 img {
  width: 100vw;
  display: flex;
  height: auto;
  object-fit: cover;
  
}
.text3{
    display: flex;
    justify-content:start;
    font-size: 25px;
    margin-top: -400px;
    justify-content: center;
    align-items: center;
    color: white;
    
}
.hero3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  
}
.hero3 img {
    display: flex;
  width: 50vw;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
}

.hero4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  
}
.hero4 img {
    display: flex;
  width: 100vw;
  height: auto;
  object-fit: cover;
  
}
@media(max-width:1025px) {
    .hd1{
        width: 100vw;
    }
    .header{
        width: 100vw;
    }
    .hero1>img{
        margin-top: -90px;
    }
    .text1{
        margin-top: -350px;
    }
    .hero2>img{
        margin-top: -300px;
    }
    .text3{
        margin-top: -300px;
    }
  
}
@media(max-width:769px){
    
   .hero1>img{
        margin-top:77px;
    }
    .text1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: -250px;
    margin-left: 100px;
    box-sizing: border-box;
    background-color: antiquewhite;
    width: 130px;
    height: 20px;
    }
    .text1 > h5{
    font-size: 12px;
    font-weight: lighter;

}
.text1 > h4{
    font-size: 12px;
    color: orangered;
    font-weight: lighter;
}
    .hero2>img{
        margin-top: -400px;
    }
    

    .text3{
        margin-top: -300px;
        font-size: 10px;
        ma
    }
    .hero3>img{
        margin-top: -50px;
    }
    .hd1 > .sub{
    display: flex;
    flex-wrap: wrap;
    align-content:center ;
    justify-content: center;

    }
    .logo{
    font-size: 15px;
     font-weight: 900;
}

 .page > .header > .nav-bar > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
     list-style: none;
     align-content: center;
     justify-content: center;
    }
.text2{
    display: flex;
    justify-content:start;
    color: white;
    font-size: 10px;
    margin-left: 100px;
    margin-top: 30px;
}


}
    @media(max-width:426px) {
        .text1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: -150px;
    margin-left: 100px;
    box-sizing: border-box;
    background-color: antiquewhite;
    width: 130px;
    height: 20px;
    }
    .hero1>img{
        margin-top: 105px;
    }
    .header{
        height: 15vh;
    }
    .logo{
        padding: 0px 100px;
        justify-content: center;
        font-size: 25px;
        
    }
    .text3{
        margin-top: -420px;
    }
    .hero2>img{
        margin-top: -700px;
        
    }
    .hero3>img{
            margin-top: -80px;
        }

    

      
      
        }
      
      


          
            
            
            
        
    





   



    
 



    
    


