*{
    font-family: "Poppins", serif;
    margin: 0;
    padding: 0%;
    
}
se
.cover h1{
    text-align: center;
    width: 100%;
    height: 830px;
    font-family: "Oswald", serif;
    text-align: left;
    font-size: 100px;


}
body{
    background-color: #2D3032;
    
}
.nav h1{
    color: rgb(255, 196, 0);
    font-family: "Oswald", serif;
}

.nav{
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    padding: 5px;
    margin-left: 35%;
}
ul li{
    list-style-type: none;
    display: inline-block;
    margin: 5px;
    padding: 10px;

}
ul li a{
    cursor: pointer;
    text-decoration: none;
    color: white;

}
ul li a:hover{
    color: rgb(255, 196, 0);
    
    border-bottom: 2px inset rgb(255, 196, 0);
}
.info{
    margin-left: 8%;
    margin-top: 10%;
    color: rgb(255, 255, 255);
    padding-top: -1500px;
    width: 70%;

}
.info h1{
    font-size: 150px;
}
.info h3{
    font-size: 50px;

}
.info span{
    color: rgb(255, 196, 0);
    
    font-weight: bolder;
}
pre{
    margin: 5px;
    
}
.image{
    
    height: 600px;
    position: absolute;
    left:50%;
    bottom: 0;
    width: 30%;

}
.image img{
    position: absolute;
    height: 100%;
    left: 40px;
    
}
.about{
    background-color:rgb(255, 196, 0) ;
    padding: 10px;
   
    
}

.h2{
    text-align: center;
    color: #2D3032;
}
.h3{
    text-align: center;
    color: white;
}
.about .col1{
    
    color: #2D3032;
   
    text-align: justify;
    padding: 5px;
    padding-left: 5px;
    margin-left: 10px;
}
.about h2{
    text-align: center;
}
.row{
    display: flex;
    justify-content: space-between;
}
.col1{
    width: 70%;
    padding-top: 10px;
}
.col2{
    width: 30%;
    
}
.col2 img{
    width: 100%;
}
.h3{
    text-align: center;
}
.cmp{
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px;
}
.cmp1{
    width: 300px;
    height: 620px;
    border: 2px inset rgb(255, 196, 0);
    margin: 20px;
    margin-left: 50px;
    background-color: rgb(255, 255, 255);
    padding-top: 1px;
    margin: 10px;
    border-radius: 20px;
    
}

.cmp1:hover{
    background-position: bottom;
    box-shadow: 2px 30px 30px black;
    
    border: 5px inset  rgb(255, 196, 0);
    
}
.cmp1 img{
    width: 280px;
    margin: 0;
    padding: 10px;

}
.cmp1 h5{
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
    color: #2D3032;
}
.cmp1 p{
    text-align: justify;
    padding: 10px;
    color: #2D3032;
}


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: #2D3032;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: black;
  }
  
  .msg {
    
    background-color:  rgb(255, 196, 0);
    padding: 20px;
    width: 50%;
  }
.con{
    background-color: rgb(255, 196, 0);
}
  .con2{
    
    display: flex;
    justify-content: space-between;

  }

.h22{
text-align: center;
}
.map{
    margin-top: 50px;
    width: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
}

  footer{
    
    color: rgb(255, 196, 0);
    background-color:#2D3032 ;
    font-weight: 100;
    font-style: normal;
    padding: 30px;
  }
  footer a{
    color: rgb(255, 196, 0);
    text-decoration: none;
  }
  footer h3{
    font-weight: 100;
    text-align: center;
  }

  .button1 {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 12px;
    background-color: rgb(255, 196, 0);
    color: black;
    border: 2px solid black;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 10px 70px;
    cursor: pointer;
    width: 50%;
    font-weight: bold;
  }
  .button1:hover{
    color:rgb(255, 196, 0) ;
    border:2px solid rgb(255, 196, 0);
    background-color: white;
    font-weight: bold;
  }

  .cmp2{
    width: 300px;
    height: 645px;
    border: 2px inset rgb(255, 196, 0);
    margin: 20px;
    margin-left: 50px;
    background-color: rgb(255, 255, 255);
    padding-top: 1px;
    margin: 10px;
    border-radius: 20px;
    
}

.cmp2:hover{
    background-position: bottom;
    box-shadow: 2px 30px 30px black;
    
    border: 5px inset  rgb(255, 196, 0);
    
}
.cmp2 img{
    width: 280px;
    margin: 0;
    padding: 10px;

}
.cmp2 h5{
    text-align: center;
    text-decoration: underline;
    font-size: 20px;
    color: #2D3032;
}
.cmp2 p{
    text-align: justify;
    padding: 10px;
    color: #2D3032;
}