@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* navbar styling end  */


/* top styling */



header {
  width: 100%;
  height: 80vh;
  /* background-image: url('../img/topbg.png'); */
  background-image: url("../img/topbg.png");
  color: aquamarine;
  background-size: cover;
  background-position: center;
  /* background-color: #eaf7ea; */
  box-sizing: border-box;
  padding-top: 10px;
}

.logo img {
  width: 30%;
  height: auto;
  position: relative;
  top: 20vh;
  left: 10vw;
  /* max-width: 35vw; */
  
}




.topname {
  text-align: center;
  margin: 5px;
  /* background-color: #eaf7ea; */
  padding: 10px;
}

.topname h4 {
  font-size: 60px;

  font-family: "Lora", serif;
  font-optical-sizing: auto;
  
  font-style: normal;
  color: #99004d;
  /* color: black; */
  /* background-color: red; */
  font-family: "Bree Serif", serif;
  font-weight: 500;
  font-style: normal;
}

.topname h6 {
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #330011;
}

.topname p {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #330011;
}

.container {
  width: 100%;
  height: auto;
  /* border: 2px solid orangered; */
  padding: 10px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.cont {
  width: 300px;
  height: auto;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  /* border: 2px solid rgba(128, 128, 128, 0.301); */
  padding: 10px;

}

.cont img {
  width: 100%;
}

.cont h1 {
  font-size: 30px;
  color: rgb(167, 46, 9);
  margin: 5px;
}

.vejthalih {
  width: 100%;
  height: auto;
}

/* why choose us  */
.choose_us {
  width: 100%;
  height: auto;
  /* border: 2px solid orangered; */
  text-align: center;

}

.choose_us h1 {
  color: #cc0000;
  margin-top: 10px;
}


.choose_container {
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}


.choose_us_inner {
  width: 200px;
  height: 240px;
  /* background-color: #330011; */
  border: 2PX solid rgba(139, 69, 19, 0.336);
  text-align: center;
  /* display: inline-block; */
  float: left;
  margin: 10px;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.choose_us_inner h2 {
  color: #e62e00;
}

.choose_us_inner p {
  color: #330a00;
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}