html {
  scroll-behavior: smooth;
}
.brand-logo {
    /* min-width: 185px; */
    height: 64px;
  }


  .f_row{
    padding:5px 0 5px 0;
}  
nav{
  /* position: fixed; */
  /* background: rgba(0,0,0,0.1); */
  /* backdrop-filter: blur(6px); */
  /* background: transparent; */
}
.modal {
  background: rgba(0,0,0,.522);
  z-index: 5;
  left: 0;
  right: 0;
  top: 1px;
}

.form-control{
    font-size:14px;
    font-weight:300;
    background:transparent;
    /* border:0; */
    border: 1px solid #ccc;
    /* border-bottom:1px solid #ccc; */
    border-radius:5px;
    box-shadow:none;
    padding:10px 15px;
    height:40px;
    /* color:#666; */
    transition: all 0.3s;
    outline: none;
}

.btn-primary{
    background-color: #f06726;
    border-color: #f06726;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.3s;
    outline: none;
    cursor: pointer;
}


.form-control:focus,.form-control::placeholder {
    font-weight:300;
    background:transparent;
    font-size:14px;
}

#lform input{
    width: 100%;
}


.hotl_cate{
    display: none;
}


.bk_img{
    height: 300px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  
}

.bk_img img{
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    /* border-radius: 10px; */
}

.discount{
    color: #fff;
  padding: 3px 5px;
  font-size: 8.9px;
  font-weight: 500;
  border-radius: 4px;
  margin-right: 10px;
  background-color: #15be03;
  width: 55px;
  text-align: center;
}

del{
    color: #999;
  font-weight: 400;
}

.price_inr{
    background-image: linear-gradient(104deg,#f79421 11%,#f06726 51%,#dc2d4d 95%);
  -webkit-background-clip: text;
  font-size: 34px;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
}



.package-meta{
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    /* display: inline-block; */
    padding: 10px 20px;
    width: fit-content;
    /* position: relative;     */
}

.package-meta ul li {
    display: inline-block;
    font-size: 13px;
    line-height: 1.1;
    padding: 0 12px;
      padding-left: 12px;
    position: relative;
  }

  .package-meta ul li [class*="fa-"] {
    /* color: #3A78C9; */
    color:#fd793b;
    margin-right: 4px;
  }  

  .package-item .package-meta ul {
    font-size: 0;
    margin: 0;
    padding: 0;
  }

  .package-meta ul li::before {
    color: #BBBBBB;
    content: "|";
    position: absolute;
    right: -3px;
    top: 0;
  }


  .package-meta ul li:last-child::before {
    /* color: red; */
    content: "";
    /* position: absolute; */
    /* right: -3px; */
    /* top: 0; */
  }
  
  /* .package-meta ul li:last-child {
    padding-right: 0;
  }   */


.booking-btn{
    padding: 15px 30px;
  border: 2px solid white;
  border-radius: 100px;
  font-weight: bold;
  font-size: 16px;
}

.destination_box{
  margin-bottom: 30px;
}

.destination_box span{
  font-size: 20px;
  font-weight: bold;
  color: #f06726;
}


.destination_box img{
  /* width: 100%; */
  height: 160px;
  width: 160px;
  border-radius: 50%;
  margin-bottom: 16px;
  object-fit: cover;
  /* border-radius: 10px; */
}

.visit .v-item{
  padding: 16px;
}

.visit .v-item .head{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.visit .v-item .desc{
  font-size: 20px;
}

.reviews .r-item{
  padding: 16px;
  border: 1px solid #e6e6e6;
  margin: 10px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 16px;
}
.reviews .r-desc{
  margin-top: 15px;
  letter-spacing: 0.3px;
  line-height: 27px;
}

.reviews .r-name{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.reviews .r-date{
  color: #6a6a6a;
}

.s-icons{
  font-size: 20px;
  /* color: #f06726; */
}

.s-icons i{
  /* margin-right: 10px; */
  margin: auto;
  color: #424242;
}

.s-icons div{
  display: flex;
  flex-flow: column;
}

.s-icons div p{
  font-size: 12px;
  font-weight: 300;
  margin-top: 2px;
}

.text_footer_bottom p {
  opacity: .63;
  font-size: 11px;
  color: #999;
  margin: 0;
}
.WhatsApp_ div, .payment_secure div {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.follow-links li, .payment_secure div {
  color: #999;
}

.price-box-d{
  border-radius: 0 20px 20px 0;
  display: unset;
}

.price-box-m{
  display: none;
}



.text {
  font-family: 'Open Sans', sans-serif;;
  position: absolute;
  /* width: 450px; */
  left: 20%;
  /* margin-left: -225px; */
  /* height: 40px; */
  top: 70%;
  margin-top: -20px;
  font-weight: 600;
  font-size: 46px;
  /* filter: invert(1); */
  /* mix-blend-mod: difference; */
  /* text-shadow: 3px 5px 3px rgba(0,0,0,0.2); */
}

p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.word {
  position: absolute;
  /* width: 220px; */
  opacity: 0;
}

.letter {
  display: inline-block;
  position: relative;
  /* float: left; */
  transform: translateZ(25px);
  transform-origin: 50% 50% 25px;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #8e44ad;
  /* color: white; */
}

.belize {
  color: #2980b9;
  /* color: white; */
}

.pomegranate {
  color: #c0392b;
  /* color: white; */
}

.green {
  color: #16a085;
  /* color: white; */
}

.midnight {
  color: #2c3e50;
  /* color: white; */
}

._titles_, .heading-text, .title_kiomoi .heading-text, .title_kiomoi h2 {
  font-size: 28px;
  color: #4b5563;
  font-weight: 700;
  line-height: inherit !important;
}




@media (max-width: 450px) {
  .bk_img img{
    border-radius: 5px;
    /* height: 200px; */
  }
  .bk_img{
    height: 200px;
  }
  /* .price-box{
    border-radius: 0 0 0 0;
  } */
  .price-box-d{
    display: none;
  }
  .price-box-m{
    display: unset;
  }

  .destination_box img{
    width: 120px; 
    height: 120px;
  }
  .destination_box span{
    font-size: 16px;
  }
  .visit .v-item .head{
    font-size: 20px;
  }
  .visit .v-item .desc {
    font-size: 16px;
  }
  .brand-logo{
    height: 40px;
  }
  .text{
    left: 13%;
    font-size: 31px;
  }
}