body{
  
  font-family: "Inter", sans-serif;

}

header{
  

  /* background-color: #dbf26e; */
  background-image: linear-gradient(45deg,rgb(177, 215, 94),rgb(62, 162, 62));

  

}

.btn-primary{
  background-color: rgb(72, 72, 72) !important;
  border: none;
  

  /* border-radius: 10px; */
}

.banner{
  background-color: antiquewhite;
  background-image: url("assets/banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70vh;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

footer{
  background-color: antiquewhite;
  height: 40vh;
  
  display: flex;

}
.socials{
  height: 100%;
  width: 20%;
  font-size: 2.5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
.location{
  background-color: aqua;
  height: 100%;
  width: 100%;
}

.tag_line{
  font-weight: 400;
  text-align: center;
  color: black;
  width: 50%;
}
.font_head{
  font-family: "Playfair Display", serif;
  font-weight: 900;
  color: black;
  
  
}
.popular{
  
}
.round{
  /* background-color: rgb(245, 233, 219); */
  backdrop-filter: blur(5px);
  border-radius: 15px;
  padding: 20px;
}
.tittle{
  font-size: 3vw;
}
.tittle2{
  font-size: 5vw;
  margin: 1%;
  text-shadow: 0 0 8px ;
  
}

@media only screen and (max-width: 600px) {
  .tittle2{
    font-size: 10vw;
    margin: 5%;
  }
  .tag_line{
    width: 90%;
    
  }
}