:root {
  --color-primary: #c77614;
  --color-secondary: #c77614;
  --color-black: #333333;
  --color-white: #ffffff;
  --color-grey: #777777;
  --color-bg-content: #f9f9f9;
}
body{
  padding: 0;
  margin: 0;
  width: 100%;
}

/*HOME PAGE*/
.hero-slider{
  height: 100vh;
}
.bg-content{
  background-color: var(--color-bg-content);
}
/*HEADER*/
@font-face {
  src: url('../fonts/Verlag-Book.ttf');
  /* IE9 Compat Modes */
  src: url('../fonts/Verlag-Book.ttf?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('../fonts/Verlag-Book.ttf') format('truetype');
  /* Safari, Android, iOS */
  font-family: Verlag-Book;
}
body,h1,h2,h3,h4,h5,h6,p,a{
  font-family: Verlag-Book, 'open-sans'!important;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "liga","kern";
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
}
header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 99999;
  height: 64px;
}
.modal{
  z-index: 999999;
}
.header-active{
  background-color: #333;
}
.header-active .nav-btn{
  top: -8px;
  right: -12px;
  transition: all .5s .1s;
}
.header-active .logo{
  margin-left: 24px;
  margin-top: -22px;
  transition: all .5s .1s;
}
.header-active .nav-header{
  margin-left: 10px;
  margin-top: 5px;
  transition: all .5s .1s;
}
.header-spacing{
   height: 75px;
   background: #2b2a2d;
}
.logo{
  margin-left: 34px;
  margin-top: -8px;
}
.nav-header{
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: 86%;
  margin-top: 10px;
  transition: all .5s .1s;
}
.h-a{
  height: 36px;
  margin-top: 14px;
  transition: all .5s .1s;
}
.about-us{
  font-size: 19px;
}
.header-active .h-a{
  margin-top: 6px;
  transition: all .5s .1s;

}
a.nav-link{
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: var(--color-white);
  padding: 8px 12px;
}
.nav-link:focus, .nav-link:hover{
  color: var(--color-primary)!important;
}
.nav-btn{
  padding: 0 32px;
  height: 64px;
  background-color: var(--color-primary);
  font-size: 16px;
  border: none;
  top: -1px;
  position: relative;
  right: -5px;
  color: var(--color-white);
  letter-spacing: 1.5px;
  font-weight: 600;
  transition: all .5s .1s;
}
.widget-hero{
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.image-header{
  height: 350px;
  object-fit: cover;
}
.h450{
  height: 450px!important;
}
.img-30{
  height: 30px;
  width: 30px;
}

.trigger-menu-wrapper {
  transition: transform 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.scroll-up .trigger-menu-wrapper {
  transform: none;
}

.scroll-down .trigger-menu-wrapper {
  transform: translate3d(0, -100%, 0);
}

.scroll-up:not(.menu-open) .trigger-menu-wrapper {
  background-color: #fff;
  box-shadow: 0 0 10px rgb(142 158 181 / 15%);
  transition: transform 0.3s;
  transition-delay: 0.3s;
  z-index: 99;
}

.delay{
  transition: .3s;
}
/**/
h1{
  line-height: 1.25;
  letter-spacing: .02em;
  margin: 0.4em 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-black);
}
p{
  line-height: 1.4737;
  font-weight: 400;
  margin: 0 0 0.75em;
}
a{
  text-decoration: none;
}
h1{
    font-size: 2em;
}
h2{
    font-size: 26px;
    color: var(--color-grey);
    font-weight: 500;
}
h3{
    font-size: 13px;
    color: var(--color-grey);
}
h4{
    font-size: 15px;
}
.text-32{
  font-size: 32px;
}
.text-28{
  font-size: 28px;
}
.text-22{
  font-size: 22px;
}
.text-20{
  font-size: 20px;
}
.text-18{
  font-size: 18px;
}
.text-17{
  font-size: 17px;
}
.text-16{
  font-size: 16px!important;
}
.text-14{
  font-size: 14px;
}
.text-primary{
  color: var(--color-primary)!important;
}
.text-black{
  color: var(--color-black)!important;
}
.text-grey{
  color: var(--color-grey)!important;
}

.text-justify{
text-align: justify;
}
.container-c,.container-h,.container-accommodation,.container-activities{
  padding: 100px 175px 80px;
}
.container-new{
  margin: 42px 174px;
}

.facilities{
  padding: 100px 175px 80px;
}
.facilities-img{
  width: 50px;
  height: 50px;
}
.facilities-title{
  font-size: 22px;
  margin-top: 6px;
  color: var(--color-grey);
}
.btn-more{
  font-size: 14px;
  color: var(--color-grey);
  width: 145px;
  height: 48px;
  border: 1px solid var(--color-grey)!important;
  border-radius: 2px;
  background-color: transparent;
  font-weight: 500;
}
.btn-more:hover{
  border: 1px solid var(--color-black);
  color: var(--color-black);
}
.border-grey{
  border-color: #eee;
}
.border-none{
  border: none;
}

/*ACCOMMODATIONS*/
.room-body{
  box-shadow: 0px 6px 11px 2px #f1f1f1;
  border-radius: 1px;
  padding: 24px;
  margin-top: 12px;
}
.desc-accommodation{
  margin-top: 100px;
}
.room-body:hover{
  box-shadow: 3px 6px 10px 2px #e4e4e4;
  border-radius: 6px;
}
.carousel-indicators{
  display: none;
  text-align: center;
}
.carousel-indicators button{
  width: 9px!important;
  height: 9px!important;
  border-radius: 100%;
  border: 1px solid #FFF!important;
  background-color: transparent!important;
  opacity: 1!important;
  margin-right: 1!important;
  margin-left: 0!important;
  transition: opacity .6s ease;
}
.carousel-indicators button.active{
  background-color: #FFF!important;
}
.img-slider{
  height: 370px;
}
.scroll-slider {
  height: 120px;
  width: 652.5px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.slider-img-indicator{
  background-position: center;
  background-size: cover;
  height: 100px;
}
.scroll-slider::-webkit-scrollbar {
    height: 8px
}

.scroll-slider::-webkit-scrollbar-track {
    background: #e8e8e8;
    border-radius: 5px
}

.scroll-slider::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 5px
}

.scroll-slider::-webkit-scrollbar-thumb:hover {
    background: #555
}
.w-120px{
  width: 120px;
}
.bg-light{
  background-color: #f1f1f1!important;
}

/*ROUTES*/
.box-routes{
  border:2px solid #c77513;
  padding: 14px;
}
.box-routes p{
  color: #222222;
  font-size: 16px;
  font-weight: 600;
}
.link-routes{
  text-decoration: underline;
  color: #0c0cc1!important;
}
a:hover{
  opacity: 1;
  outline:  0;
}
.text-truncate-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.object-cover{
  object-fit: cover;
}
/*GALLERY*/
.box-gallery{
  width: 160px;
  padding: 12px 0;
  border-radius: 0;
  font-size: 14px;
  margin-bottom: 24px;
}
.accordion-button{
  padding-left: 0;
  padding-right: 0;
}
.accordion-body{
  padding: 12px 0;
}
.accordion-button:not(.collapsed),.accordion-button:focus {
  color: var(--color-grey)!important;
  box-shadow: none!important;
  background-color: var(--color-white)!important;
  border-color: var(--color-white);
  border-bottom: 2px solid #dad7d7;
}
.btn-box-gallery{
  position: relative;
  border: none;
  padding: 0;
  width: 100%;
}
.img-gallery{
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.img-modal{
  width: 100%;
  height: 270px;
  background-color: #0000007d;
  position: absolute;
  color: var(--color-white);
  padding: 24px;
  display: none;
  transition: .3s;
}
.btn-box-gallery:hover .img-modal{
  display: block!important;
  transition: .3s;
}

button.accordion-button{
  border-bottom: 2px solid #dad7d7;
  font-size: 22px;
}
.btn-close{
  margin-bottom: 12px;
}
/*ENQUIRE NOW*/
.h-1200px{
  height: 1100px; 
}
.enquire-now-body{
  position: absolute;
  top: 80px;
  z-index: 9;
  text-align: center;
}
.enquire-now-body h1{
  font-size: 32px;
  color: var(--color-white);
  text-shadow: 4px 4px 4px rgb(0 0 0 / 32%);
}
.enquire-now-body h2{
  font-size: 18px;
  color: var(--color-white);
  text-shadow: 4px 4px 4px rgb(0 0 0 / 32%);
}
.enquire-now-body input,select{
  margin-bottom: 0.875em!important;
  background-color: #0404044d;
  color: var(--color-white)!important;
  border: 1px solid #818181;
  border-radius: 6px;
  width: 100%;
  padding: 2px 12px;
  text-align: center;
  font-size: 14px;
  height: 35px;
}
.enquire-now-body label{
  color: var(--color-white);
  text-shadow: 4px 4px 4px rgb(0 0 0 / 32%);
}
.enquire-now-body input:focus, select:focus{
  background-color: #a7a7a775!important;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0!important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 12px;
  color: /*var(--color-white)*/ white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 12px;
  color: var(--color-white);
}

::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 12px;
  color: var(--color-white);
}
.input-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}
.input-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
.input-radio input:checked ~ .checkmark {
  background-color: #c77614;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.input-radio input:checked ~ .checkmark:after {
  display: block;
}
.input-radio .checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
}
.input-radio-padi {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-left: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input-radio-padi input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark-padi {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}

.input-radio-padi:hover input ~ .checkmark-padi {
  background-color: #ccc;
}
.input-radio-padi input:checked ~ .checkmark-padi {
  background-color: #c77614;
}
.checkmark-padi:after {
  content: "";
  position: absolute;
  display: none;
}
.input-radio-padi input:checked ~ .checkmark-padi:after {
  display: block;
}
.position-relative{
    position: relative;
}
.input-radio-padi .checkmark-padi:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #222;
}
.btn-enquire {
  background-color: var(--color-primary);
  color: #fff;
  line-height: 1em;
  position: relative;
  padding: 14px 18px;
  letter-spacing: 2px;
  border-radius: 2px;
  border: 1px solid var(--color-white);
  font-family: Verlag-Book,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
/*NEWS*/
.news-image{
  height: 425px;
  object-fit: cover;
}
.news-desc p{
  font-size: 14px;
  color: var(--color-grey);
}
.news-desc h4{
  color: var(--color-black);
  font-size: 1.125em;
  line-height: 1.714285714em;
  font-weight: 400;
  margin: 30px 0 15px;
}
.news-desc u{
  font-weight: 400;
}
.popup-news{
  z-index: 99;
  float: right;
  right: 0;
  width: 170px;
  margin-top: -43px;
}
.icon-news{
  position: relative;
  top: -2px;
}
/*FOOTER*/
footer{
  padding: 40px 175px 0;
  background-color: #151515!important;
}
footer h4,h6,svg{
  color: #DDDDDD;
  line-height: 20px;
}
footer h6{
  font-size: 14px;
}
footer .border-bottom{
  border-color: #757272!important;
}
footer .border-top{
  border-color: #444!important;
}
footer a{
  color: var(--color-grey);
}
footer a:hover{
  color: #898989;
}
.offcanvas{
  z-index: 99999;
}
.img-mobile{
  display: none;
}
.img-desktop{
  display: block;
}
.alert {
  padding: 8px!important;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}


/*RESPONSIVE*/
@media (max-width: 576px) { 
  .px-accommodation{
    padding: 0;
  }
}
@media (max-width: 768px) {
  h1{
    font-size: 22px;
  }
  p{
    font-size: 14px!important;
  }
  .widget-hero img{
    width: 65px;
    margin-bottom: 6px;
  }
  .hero-slider{
    height: auto;
  }
  .carousel-indicators{
    display: block;
  }
  .container-c,.container-new{
    padding: 50px 12px!important;
  }
  .container-accommodation,.container-activities,.container-h, .facilities, footer{
    padding: 50px 3px!important;
  }
  .img-activities{
    height: 362px;
  }
  .facilities-title{
    font-size: 20px!important;
  }
  footer{
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-bottom: 0;
  }
  .activities-desc .title,.routes-page .title{
    font-size: 24px!important;
  }
  .title-head{
    width: 50%!important;
  }

}
@media (max-width: 992px) {
  .desc-accommodation p{
    margin-top: 16px;
  } 
  .img-mobile{
    display: block;
  }
  .img-desktop{
    display: none;
  }
  .desc-accommodation h2{
    font-size: 30px;
  }
  .desc-accommodation{
    margin-top: 18px;
  }
  .mobile-text-center{
    text-align: center;
  }
  .div-wrapper{
    overflow-x: auto;
  }
  .div-wrapper-body{
    width: max-content;
  }
  /* Hide scrollbar for Chrome, Safari and Opera */
  .div-wrapper::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .div-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
}
@media (max-width: 1200px) {
  .logo, .header-active .logo {
    margin-top: 2px;
    margin-left: 8px;
  }
  .container-accommodation,.container-activities,.container-h, .facilities, footer{
    padding: 50px 32px;
  }
  footer{
    padding: 50px 32px 0!important;
  }
  .facilities-title{
    font-size: 17px!important;
  }
  .facilities-page p{
    font-size: 18px!important;
  }
  .news-page h1{
    margin-top: 32px;
  }
  .news-page h2{
    margin-bottom: 18px;
  }
  .news-page p.fw-normal{
    margin: 34px auto!important;
  }
  .logo, .header-active .logo {
    margin-top: 5px;
    /*margin-left: 28px;*/
  }
  .header-spacing{
   height: 68px;
   background: #2b2a2d;
  }
  .container-c,.container-new{
    padding: 50px 100px;
  }
  .container-new{
    margin: 0px!important;
  }

}

@media (min-width: 1200px) {
  .btn-offcanvas{
    display: none;
  }
  
  .pop-up {
    position: absolute;
    top: 80px;
    left: 40px;
    z-index: 1000;
     visibility: visible;
  -webkit-animation: fadeIn 3s;
  animation: fadeIn 3s;
}
}
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

@media (max-width:300px) {
.pop-up img{
    width: 20%;
    height: auto;
    
}
}