
/* body{
 background-color: rgb(239, 237, 237);
} */
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Dancing+Script:wght@700&family=Dosis:wght@500&family=Great+Vibes&family=Inter&family=Montserrat:wght@500&family=Poppins&family=Roboto&family=Rubik&family=Rubik+Bubbles&display=swap');


* {
 padding: 0;
 margin: 0;
}

html {
 width: 100%;
 height: 100%;
 position: relative;
 overflow: visible;
}
html {
 scroll-behavior: smooth;
}
body {
  font-family: 'Montserrat', sans-serif;
 font-size: 14px;
 
 line-height: 26px;
 overflow-x: hidden;
 background-color: #ffffff;
 color: #2c2c2c;
}
h6{
  color: #141414;
 font-family: 'Montserrat', sans-serif;

}
h1{
 color: #212121;
 font-family: 'Montserrat', sans-serif;
 font-size: 30px;
 line-height:56px;
}
.b{
  color: #141414;
  text-decoration: none;
}
html, body, .wrapper {
 height: 100%;
}
@import url('https://fonts.googleapis.com/css2?family=Cookie&family=Dancing+Script:wght@700&family=Dosis:wght@500&family=Great+Vibes&family=Inter&family=Poppins&family=Roboto&family=Rubik&family=Rubik+Bubbles&display=swap');
element.style {
 background-image: url(https://preview.colorlib.com/theme/hiroto/img/hero.jpg);
}

.form-control
{
 border-radius: 0px;
padding-top: 12px;
padding-bottom: 12px;
}


/* .hero {
 padding-top: 845px;
 padding-bottom: 190px;
} */
.spad {
 padding-top: 100px;
 padding-bottom: 100px;
}
.set-bg {
 background-repeat: no-repeat;
 
}
.section-title {
margin-bottom: 55px;
text-align: center;
}

.section-title h5 {
color: #E9AD28;
text-transform: uppercase;
letter-spacing: 2px;
margin-bottom: 20px;
}

.section-title h2 {
font-size: 44px;
color: white;
}

.set-bg {
background-repeat: no-repeat;
background-size: cover;
background-position: top center;
}

.spad {
padding-top: 100px;
padding-bottom: 100px;
}
.header__nav__option {
background: #390144;
}

.header__nav {
text-align: right;
padding: 20px 0 20px;
}

.header__logo {
padding: 20px 0;
}

.header__logo a {
display: inline-block;
}

.header__menu {
display: inline-block;
}

.header__menu ul li {
list-style: none;
display: inline-block;
margin-right: 60px;
position: relative;
}

.header__menu ul li.active a {
color: white;
}

.header__menu ul li:hover a {
color: #a7a7a3;
}

.header__menu ul li:hover .dropdown {
top: 36px;
opacity: 1;
visibility: visible;
}

.header__menu ul li .dropdown {
position: absolute;
left: 0;
top: 56px;
width: 150px;
background: a7a7a3;
text-align: left;
padding: 2px 0;
z-index: 9;
opacity: 0;
visibility: hidden;
-webkit-transition: all, 0.3s;
-o-transition: all, 0.3s;
transition: all, 0.3s;
}

.header__menu ul li .dropdown li {
display: block;
margin-right: 0;
}

.header__menu ul li .dropdown li a {
font-size: 14px;
color: #ffffff;
font-weight: 400;
padding: 8px 20px;
text-transform: capitalize;
}

.header__menu ul li .dropdown li a:after {
display: none;
}

.header__menu ul li a {
font-size: 18px;
color: #ffffff;
display: block;
padding: 5px 0;
-webkit-transition: all, 0.5s;
-o-transition: all, 0.5s;
transition: all, 0.5s;
}

.header__menu ul li a:hover {
color: a7a7a3;
}

.header__nav__widget {
display: inline-block;
}

.header__nav__widget a {
display: inline-block;
font-size: 16px;
color: #1d1c1c;
letter-spacing: 2px;
background: #ffffff;
padding: 13px 20px 11px;
}

.header__nav__widget a span {
font-size: 20px;
color: a7a7a3;
position: relative;
top: 4px;
}

.offcanvas-menu-wrapper {
display: none;
}

.canvas__open {
display: none;
}
.hero {
padding-top: 470px;
padding-bottom: 0px;
}

.hero__text {
text-align: center;
max-width: 700px;
margin: 0 auto 65px;
}

.hero__text h5 {
color: #E9AD28;
text-transform: uppercase;
letter-spacing: 4px;
margin-bottom: 35px;
}

.hero__text h2 {
font-size: 72px;
color: #ffffff;
line-height: 82px;
}
.hero__text h3 {
font-size: 72px;
color: #ffffff;

}
.hero__text p {
font-size: 72px;
color: #ffffff;

}
.filter__form {
background: #ffffff;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 30px 0 30px 40px;
position: relative;
}

.filter__form button {
font-size: 18px;
font-weight: 500;
color: #ffffff;
background: #1d1c1c;
text-transform: uppercase;
letter-spacing: 2px;
border: none;
width: 160px;
float: left;
text-align: center;
position: absolute;
right: 0;
top: 0;
height: 100%;
line-height: 100%;
}

.filter__form__item {
width: 175px;
float: left;
margin-right: 30px;
}

.filter__form__item.filter__form__item--search {
width: 260px;
}

.filter__form__item.filter__form__item--select {
width: 230px;
}

.filter__form__item p {
font-size: 18px;
color: #777C81;
margin-bottom: 24px;
}

.filter__form__item .filter__form__input {
position: relative;
}

.filter__form__item .filter__form__input span {
font-size: 18px;
color: #E9AD28;
position: absolute;
right: 17px;
top: 15px;
}

.filter__form__item .filter__form__input input {
border: 1px solid #E4E4E4;
font-size: 20px;
color: #1d1c1c;
width: 100%;
height: 48px;
padding-left: 15px;
padding-right: 40px;
font-family: "Barlow Condensed", sans-serif;
}

.filter__form__item .filter__form__datepicker {
position: relative;
}

.filter__form__item .filter__form__datepicker span {
font-size: 18px;
color: #E9AD28;
position: absolute;
left: 18px;
top: 15px;
}

.filter__form__item .filter__form__datepicker input {
border: 1px solid #E4E4E4;
font-size: 20px;
color: #1d1c1c;
width: 100%;
padding-left: 48px;
height: 48px;
font-family: "Barlow Condensed", sans-serif;
}

.filter__form__item .filter__form__datepicker i {
font-size: 22px;
color: #1d1c1c;
position: absolute;
right: 10px;
top: 13px;
}

.filter__form__item .filter__form__select {
position: relative;
height: 48px;
border: 1px solid #E4E4E4;
}

.filter__form__item .filter__form__select span {
font-size: 18px;
color: #E9AD28;
position: absolute;
left: 15px;
top: 15px;
z-index: 1;
}

.filter__form__item .filter__form__select .nice-select {
float: none;
border: none;
border-radius: 0;
padding-left: 29px;
padding-top: 3px;
width: 100%;
font-family: "Barlow Condensed", sans-serif;
}

.filter__form__item .filter__form__select .nice-select .current {
font-size: 20px;
color: #1d1c1c;
position: relative;
top: 0;
}

.filter__form__item .filter__form__select .nice-select:after {
border-bottom: 1.5px solid #1d1c1c;
border-right: 1.5px solid #1d1c1c;
height: 8px;
width: 8px;
right: 20px;
top: 23px;
}

.filter__form__item .filter__form__select .nice-select .list {
margin-top: 0;
width: 100%;
border-radius: 0;
}




.booking-area {
   
 z-index: 1;
 position: relative;

}
.booking-area .booking-wrap {
 padding: 60px 80px 60px 80px;
 background: #f63f3f;
 
 box-shadow: 0px 8px 79px 0px rgb(0 0 0 / 8%);
 flex-wrap: wrap;
}
.select-btn {
 padding: 45px 69px;
}
.mb-30 {
 margin-bottom: 30px;
}
.form-group{
border-style: none;
}
.btn1 {
 
 background: #563b5c;

 border: 1px solid #c4c4c4;
 color: #fff;
 cursor: pointer;
 display: inline-block;
 font-size: 16px;
 font-weight: 400;
 letter-spacing: 1px;
 line-height: 0;
 margin-bottom: 0;
 padding: 45px 69px;
 text-align: center;
 text-transform: capitalize;
 touch-action: manipulation;
 transition: all 0.3s ease 0s;
 vertical-align: middle;
 white-space: nowrap;
}
.btn1:hover
{
 color: white;
}

.form-control
{
  border-radius:none;
} 
/* .flatpickr-input, .search-bar  .flatpickr-input, .search-bar-vertical  {
 width: 100%;
 height: 50px !important;
 padding: 5px 15px;
 border: none;
 border: 3px solid #f7f3ee !important;
 border-radius: 0px !important;

 box-shadow: none;
 color: #999;
} */
/* .form-control {
 display: block;
 width: 100%;
 padding: 0.375rem 0.75rem;
 font-size: 1rem;
 line-height: 1.5;
 color: #495057;
 background-color: #fff;
 background-clip: padding-box;
 border: 5px solid #a76a12;
 border-radius: 0.25rem;
 transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */
/* .form-control {
 display: block;
 width: 100%;
 height: 34px;
 padding: 6px 12px;
 font-size: 12px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 
 border: 5px solid #a76a12;
 border-radius: 4px;
 -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
 box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
 -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
 -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
} */

.form-control .datepicker {
position: relative;
}

/* .form-control .datepicker {
font-size: 18px;
color: #E9AD28;
position: absolute;
left: 18px;
top: 15px;
} */

/* .form-control .datepicker input {
border: 1px solid #E4E4E4;
font-size: 20px;
color: #1d1c1c;
width: 100%;
padding-left: 48px;
height: 48px;
font-family: "Barlow Condensed", sans-serif;
}

.form-control.datepicker i {
font-size: 22px;
color: #1d1c1c;
position: absolute;
right: 10px;
top: 13px;
} */
.btn1:not(:disabled):not(.disabled) {
 cursor: pointer;
}
/* .btn1:hover {
 color: #fff;
 background-color: #563b5c;
 border-color: #563b5c;
} */
.btn1:focus, .btn:hover {
 text-decoration: none;
}
.btn1 {
 color: #fff;
 padding: 20px 40px;
 background-color: #030003;
 border-color: #563b5c;
 height: 50px;
 
}
.btn1 {
 
 font-weight: 400;
 
 text-align: center;
 white-space: nowrap;
 vertical-align: middle;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 border: 1px solid transparent;
 /* padding: 0.375rem 0.75rem; */
 font-size: 1rem;
 /* line-height: 1.5; */
 border-radius: 0.25rem;
 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button, select {
 text-transform: none;
}
button, input {
 overflow: visible;
}
button, input, optgroup, select, textarea {
 margin: 0;
 font-family: inherit;
 font-size: inherit;
 line-height: inherit;
 
}
button {
 border-radius: 0;
}

.box1 li{
 list-style: none;
 line-height: 33px;
 font-size: 16px;
 
 font-family: 'Roboto', sans-serif;

}

.text{
    list-style: none;
    
    font-size: 28px;
    
    font-family: 'Roboto', sans-serif;
   
   }
   .atag a{
    text-decoration: none;
    color: #563b5c;
   }
.box2{
 background-color: #f0f0f0;
 line-height: 35px;
 font-size: 16px;
 
 font-family: 'Roboto', sans-serif;
}


.gallery{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    }
    .gallery .image{
    width: calc(100% / 4);
    padding: 7px;
    }
    .gallery .image span{
    display: flex;
    width: 100%;
    overflow: hidden;
    }
    .gallery .image img{
    width: 100%;
    vertical-align: middle;
    transition: all 0.3s ease;
    }
    .gallery .image:hover img{
    transform: scale(1.1);
    }
    .gallery .image.hide{
    display: none;
    }
    .gallery .image.show{
    animation: animate 0.4s ease;
    }
    @keyframes animate {
    0%{
      transform: scale(0.5);
    }
    100%{
      transform: scale(1);
    }
    }
    
    .preview-box{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    background: #fff;
    max-width: 700px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
    border-radius: 3px;
    padding: 0 5px 5px 5px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    }
    .preview-box.show{
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.3s ease;
    }
    .preview-box .details{
    padding: 13px 15px 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
    .details .title{
    display: flex;
    font-size: 18px;
    font-weight: 400;
    }
    .details .title p{
    font-weight: 500;
    margin-left: 5px;
    }
    .details .icon{
    color: #007bff;
    font-style: 22px;
    cursor: pointer;
    }
    .preview-box .image-box{
    width: 100%;
    display: flex;
    }
    .image-box img{
    width: 100%;
    border-radius: 0 0 3px 3px;
    }
    .shadow{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    display: none;
    background: rgba(0,0,0,0.4);
    }
    .shadow.show{
    display: block;
    }
    
    @media (max-width: 1000px) {
    .gallery .image{
      width: calc(100% / 3);
    }
    }
    @media (max-width: 800px) {
    .gallery .image{
      width: calc(100% / 2);
    }
    }
    @media (max-width: 700px) {
    .wrapper nav .items{
      max-width: 600px;
    }
    nav .items span{
      padding: 7px 15px;
    }
    }
    @media (max-width: 600px) {
    .wrapper{
      margin: 30px auto;
    }
    /* .wrapper nav .items{
      flex-wrap: wrap;
      justify-content: center;
    } */
    nav .items span{
      margin: 5px;
    }
    .gallery .image{
      width: 100%;
    }
    } 




/* @media(max-width:567px) {

 .container-fluid {

     margin: 10px 10px;

     width: 94%;

     padding-top: 20px;

     padding-bottom: 20px

 }

 .hero h3{
     font-size: 30px;}
     .hero p{
         padding-top: 20px;
         font-size: 9px;}
 .hd{
     font-size: 18px;}
 .pad {

     padding-top: 20px

 }

} */

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color:#f63f3f;
    border-color: npne;
    padding-top: 30px;
    padding-bottom: 30px;
}

.list-group-item {
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    color: var(--bs-list-group-color);
    text-decoration: none;
   
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
 

