@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'DM Sans', sans-serif;
}
:root {
--main-green: #053531;
--main-golden: #98805f;
--main-gray: #e9e9e9;
--main-gray-op: rgba(233, 233, 233, .5);
--main-white: #ffffff;
}
.paragraph{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
}
section{
  margin-top: 140px;
}
.line{
  width: 50px;
  height: 4px;
  background-color: var(--main-green);
}
.heading{
     font-size: 42px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.2;
    text-transform: none;
    color: var(--main-green);
    margin-bottom: 25px;
}
.book_btn{
  background-color: var(--main-green)!important;
  border-color: var(--main-green)!important;
  width: auto;
  /*font-size: 20px!important;*/

}
nav{
  text-align: right!important;
}
.navbar-nav li a{
  font-size: 17px;
  font-weight: 500;
}
.header_data h1{
  font-size: 52px;
  font-weight: 400;
  margin-bottom: 25px;
  color: var(--main-green);
}
.location_data{
  margin-top: 100px;
}
.location_data h1{
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.2;
    text-transform: none;
    color: var(--main-green);
  margin-bottom: 25px;
}
.location_data h2{
  font-size: 22px;
    font-weight: 400;
    margin-right: 12px;
    letter-spacing: 7px;
  margin-bottom: 25px;
  color: var(--main-golden)!important;
}
.location_data h2 span{
  font-size: 55px;
    font-weight: 500;
    margin-right: 12px;
    letter-spacing: 4px;
}
.location1{
  border-radius: 30px;
}
.location2{
  margin-top: -150px!important;
}
i.fa{
  color: var(--main-golden);
}
.card{
  border-radius: 20px!important;
}
.card-title{
    font-size: 21px;
    font-weight: 500;
    text-transform: none;
    color: var(--main-green);
}
.card-title span{
    font-size: 18px;
    color: var(--main-golden);
}
.testi_img{
  width: 70px!important;
  height: 70px!important;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.testi_box{
  width: 97%!important;
}
.galleery img{
  width: 98%!important;
  height: 250px!important;
  object-fit: cover;
}
.price span{
  font-size: 21px!important;
}
.feature_main{
  display: flex;
  align-items: center;
  border: 1px solid gray;
}
.sub_heading{
      font-size: 25px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    color: #383838;
}
.features_text{
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0px;
    text-transform: none;
    color: #848484;
    line-height: 1;
}
.features_text span{
    font-size: 14px!important;
}
.banner{
  background-color: #383838!important;
}
.form_main{
  margin-top: -60px!important;
  border-radius: 20px!important;
}
.float{
  position:fixed;
  width:120px;
  height:40px;
  bottom:40px;
  left:10px;
  background-color:var(--main-green);
  color:var(--main-white);
  border-radius:10px;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;  
  text-decoration: none;
}
.whatsapp_float{
  position:fixed;
  width:55px;
  height:55px;
  bottom:20px;
  right:20px;
  z-index: 10000;
}
.whatsapp_float img{
  width:55px;
  height:55px;
}
.airbnb_float{
  position:fixed;
  width:55px;
  height:55px;
  bottom:75px;
  right:20px;
  z-index: 10000;
}
.airbnb_float img{
  width:50px;
  height:50px;
}
.float:hover{
  text-decoration: none;
  color: var(--main-golden)
}
.contact{
  margin-top: -50px;
}
.contact .sub_heading{
  color: white;
}
.contact .line{
  background-color: #fff;
  margin: 15px auto;
}

.round-icon{
  width: 80px;
  height: 80px;
  background-color: white;
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  margin-bottom: 25px;
}
.taxes, #taxes{
  font-size: 11px!important;
}
.footer-top{
  background-color: var(--main-gray);
}
.footer-links li{
  margin: 0;
  padding: 0;
}
.footer-links ul{
  list-style: none;
  margin-left: -30px;
}
.footer-links ul li a{
  text-decoration: none;
  color: #000;
}
.social-links{
  display: flex;
  margin-bottom: 2rem;
}
.social-links a{
  text-decoration: none;
  margin-right: 1rem;
}
.header-bg{
}
@media only screen and (min-width: 700px) {
  nav{
  height: 80px!important;
}
.logo{
  width: 147px;
  margin-top: 90px!important;
}
.location_data{
  margin-left: 40px!important;
}
.header-bg{
  opacity: 100%;
}
.header-img{
  opacity: 0%
}
.testi_box{
  height: 300px!important;
}
}
/*mobile devices*/
@media only screen and (max-width: 700px) {
 section{
  margin-top: 70px;
 }
  nav{
  height: 100%!important;
}
.logo{
  width: 120px;
  margin-top: 0px!important;
}
.header-bg{
  background: transparent!important;
}
.header-img{
  opacity: 100%;
}
header h1{
  font-size: 25px!important;
  margin-top: 50px;
  color: var(--main-green);
}
header h1 b{
font-size: 45px;
}
header a.btn{
  margin-bottom: 20px;
}
.location1{
  margin-top: 20px;
  width: 450px!important;
}
.location2{
  display: none;
}
.w-75{
  width: 100%!important;
}
.location .row{
  flex-direction: column-reverse;
}
.header-img{
  margin-top: 20px;
}
.footer-links{
  display: flex!important;
  justify-content: flex-end!important;
  align-items: center;
  flex-direction: column;
}
}