
@font-face {
  font-family: Verlag-Bold;
  src: url(../fonts/verlag/Verlag-Bold.otf);
}
@font-face {
  font-family: Verlag-Book;
  src: url(../fonts/verlag/Verlag-Book.otf);
}

body {
  font-family: "Verlag-Bold";
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}
img{
    width:100%;
}
p {
  color: #323232;
   font-family: "Verlag-Book";
   font-size:18px;
}
p.sub-heading {
   font-size:20px;
    font-family: "Verlag-Bold";
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Verlag-Bold";
   color: #ab965e;
}




a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
   font-family: "Verlag-Book";
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.site-navbar-wrap {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
}

.site-navbar-wrap a {
  color: #323232;
}

.site-navbar-wrap .site-navbar-top {
  font-size: 0.8rem;
}

.site-navbar-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
}

.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  position: relative;
}
.site-navbar .logo-box {
  padding-left:15px;
}
.site-navbar .site-logo a img {
  width: 110px;
  padding:5px 0 10px 0;
  transition:.2s all;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a img{
  width: 100px;
  padding:5px 0;
  transition:.2s all;
} 
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 600;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 2px;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 20px 10px;
  color: #323232;
  font-size: 15px;
  text-decoration: none !important;
  text-transform:uppercase;
}

.site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #000;
}

.site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 10px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #000;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 99999;
  padding-top: 20px;
  background: #efeeee;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #ab965e;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: #ffffff;
}

.sticky-wrapper .site-navbar ul li.active a {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  padding: 10px 2px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
  padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
  padding-right: 0;
}



.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
  padding: 10px 10px;
  color: #323232;
  font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
  color: #323232;
}


@media(max-width: 992px) {
  .site-navigation.left-text {
    text-align: left;
  }
}




.carousel-caption {
  bottom: 40%;
}

.carousel-caption h3 {
  font-weight: 700;
  color:#ffffff!important;
}

.btn-book-now{
    padding-right:15px;
}
.site-navbar .btn-book-now a {
  padding: 10px 15px;
  background-color: #ab965e;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  transition:0.5s all;
  border: 2px solid #ab965e;
  font-size:15px;
}
.site-navbar .btn-book-now a:hover {
  color: #323232;
    border-color: #323232;
    background: transparent !important;
}



/* Make the image fully responsive */
.carousel-inner .slider-img {
  width: 100%;
  height: 90vh;
  object-fit: cover;
}
.carousel-inner img {
  width: 100%;
  height: 534px;
  object-fit: cover;
}

.carousel-item {
  position: relative;
}

.carousel-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 9;
}

.ablty-box form .search {
  padding: 12px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 18px;
  border: none;
  box-shadow: 0px 20px 40px rgb(59 60 56 / 5%);
  width: 100%;
  margin-bottom: 10px;
}

.ablty-box form {
  padding: 15px;
  background-color: #e0dfdf;
}

.ablty-box form button {
  padding: 10px 12px;
  background-color: #ab965e;
  border: none;
  margin-top: 40px;
  color: #ffffff;
  border-radius: 5px;

}

.ablty-box form .submit-btn {
  display: flex;
  justify-content: center;
}



.check-avli-main {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  cursor: pointer;
}


.check-avli-main .avli-box {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  border-radius: 2px;

}

.check-avli-main .avli-box span {
  color: #fff;
  font-size: 14px;

}

.check-avli-main .avli-box p {
  color: #fff;
  font-size: 20px;
  margin: 5px 0 5px 0;
  font-weight: 600;

}


.check-avli-main .avli-box a {
  padding: 8px 14px;
  background-color: #ab965e;
  text-align: center;
  height: 50px;
  line-height: 18px;
  color: #fff;
  border-radius: 5px;

}






@media (min-width: 576px) {
  .modal.form-avli .modal-dialog {
    max-width: 750px;
    margin: 1.75rem auto;
  }

  .modal.modal-more-tabs .modal-dialog {
    max-width: 100%;
  }
}

.modal.form-avli {
  top: 30%;
}

.modal.form-avli .modal-content {
  background: #e0dfdf;
}

.modal.form-avli .modal-content .modal-header {
  border-bottom: 1px solid #b8b8b9;
}
.mr-top-30 {
  margin-top: 30px;
}
.mr-top-50 {
  margin-top: 50px;
}
.mr-top-70{
    margin-top:70px;
}
.mr-top-80{
    margin-top:80px;
}
.mr-top-100{
    margin-top:100px;
}

.mr-top-20 {
  margin-top: 20px
}

.intro-section-box .container .intro-tag-line {
  margin-bottom: 15px;
  color: #ab965e;
}

.intro-section-box .container .intro-tag-line a {
  color: #ab965e;
  font-weight: 600;
}

.intro-section-box .container .intro-section-txt {
  border: 1px solid gray;
  padding: 15px;
}

.intro-section-box .container .intro-section-txt p {
  color: #323232;
  font-weight: 600;
}

.tab-box ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.tab-box ul li a.active {
  background-color: #ab965e;
  color: #ffffff;
  position: relative;
  border-left: none;
}

.tab-box ul li a.active:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: rotate(90deg);
  margin-bottom: -13px;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 8px solid #ab965e;
  ;
}

.tab-box ul li a {
  height: 40px;
  min-width: 140px;
  padding: 10px;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  border-left: 1px solid #ddd;
  color: #323232;
  font-size:18px;
}

.tab-box .more-tabs {
  display: none;
}

.modal .modal-body ul.more-tbs {
  list-style: none;
  padding: 0;
}

.modal .modal-body ul.more-tbs li {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}

.modal .modal-body ul.more-tbs li:last-child {
  border: none;
}

.modal .modal-body ul.more-tbs li a {
  color: #323232;
}

.modal .close {
  font-size: 2.5rem;
}

.modal.modal-more-tabs {
  z-index: 9999;
}

.modal.modal-more-tabs .modal-dialog {
  margin: 0;
}

.modal.modal-more-tabs .modal-content {
  height: 100vh;
}

.check-avli-main.md-size-box .avli-box a {
  padding: 0 !important;
  background-color: inherit !important;
  height: auto;
  border-radius: none;
  font-size: 25px;
}

.check-avli-main.md-size-box {
  display: none;
  background-color: #fff;
}



.intro-section h1{
    font-weight:700;
    margin-bottom:20px;
}
 .facilities-title{
    margin-top:20px;
}

.facilities-list ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.facilities-list ul li a{
    font-size: 18px;
    text-transform: capitalize;
   padding: 14px 0 14px 20px;
    color: #323232;
    letter-spacing: .60px;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.facilities-list ul li a i{
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    color: #ab965e;
}
.facilities-list ul li:hover i{
    left: 6px;
}
.about-sect h2{
    font-weight:700;
}
.about-sect a{
    padding:8px 18px;
    background-color:#ab965e;
    display:inline-block;
    margin-top:20px;
    color:#fff;
}






.intro-section .gallery-text {
    margin-bottom:30px;
}
.intro-section .gallery-text a{
    font-size:20px;
    font-weight:600;
    color:#ab965e;
}

.home-gallery-box .row{
   height: 100%;
    width: 100%;
}

.scrollbar
{
  
  float: left;
  height: 837px;
  overflow-y: scroll;
  
}

.force-overflow
{
  min-height: 450px;
}

#wrapper
{
  text-align: center;
     margin: 43px 0 0 0;
}


#style-4::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
  background-color:#9e9e9e;
}



.our-resort.intro-section .resort-location a{
    color:#ab965e;
}
.our-resort.intro-section a i{
    font-size:24px;
}
.our-resort.intro-section .call-us a{
    color:#323232;
    padding: 14px;
    background: #ab965e;
    font-size: 20px;
    
}

.dining.intro-section a i{
    font-size:18px;
}
.dining.intro-section .call-us a{
     color:#ffffff;
    padding: 14px;
    background: #ab965e;
    font-size: 18px;
}


.dining.intro-section .book-a-table a{
    padding: 12px 20px;
    background-color: #ab965e;
    text-align: center;
    color: #ffffff;
}



.featured-imagebox {
    padding: 0;
    border: 15px solid #fff;
    -webkit-box-shadow: 0 0 25px 0 rgb(41 61 88 / 20%);
    -moz-box-shadow: 0 0 25px 0 rgba(41, 61%, 88%, /20%);
    box-shadow: 0 0 25px 0 rgb(41 61 88 / 20%);
    margin-bottom: 30px;
}

.featured-title h4{
    padding-top:15px;
}



.footer_widget_area {
    background: #444444;
    padding: 40px 0px 30px 0px;
}
.f_widget img {
    max-width: 90px;
	margin-bottom: 15px;
}
.f_title {
    padding-bottom: 0px;
}

.f_title h3 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .32px;
    padding-bottom: 18px;
    position: relative;
    color:#ffffff;
}
.ab_wd_list p {
    color:#ffffff;
}
.f_widget p{
     color:#ffffff;
}
.f_title h3:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #ab965e;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.media:first-child {
    margin-top: 0;
}
.media-left, .media>.float-left {
    padding-right: 10px;
}
.media-left i {
    font-size: 15px;
    color:#ab965e;
}


.footer_copyright_area {
    border-top:1px solid #ab965e;
    padding: 20px 0px;
    overflow: hidden;
    background: #4a4a4a;
}
.footer_copyright_area .float-left h4 {
    font-size: 15px;
    letter-spacing: .30px;
    color:#ffffff;
    margin-bottom:0;
}
.footer_copyright_area .float-right h4 {
    font-size: 15px;
    letter-spacing: .30px;
     color:#ffffff;
}

.footer_copyright_area .float-left h4 a {
    color: #ab965e;
}

.mt_s_normal .mt_dc_4x6_in{
    width:100%!important;
}



@media (min-width: 992px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: 90%;
  }
}




@media (max-width: 1200px) {
  .check-avli-main .avli-box p {
    font-size: 16px;
  }
  .container-fluid {
    max-width: 100%;
  
}
}
@media (max-width: 1138px) {
  .site-navbar .site-navigation .site-menu>li>a {
    padding: 10px 5px;
  }
  .site-navbar .btn-book-now a{
      padding:10px 10px;
  }
}

@media (max-width: 992px) {
  .nav-toggle {
    order: -1;
    text-align: left !important;
  }

  .tab-box ul li.more-tabs {
    display: block;
  }

  .tab-box ul li.tab-items-992 {
    display: none;
  }

  .check-avli-main.lg-size-box {
    display: none;
  }

  .check-avli-main.md-size-box {
    display: block;
  }
}

.carousel-control-prev, .carousel-control-next {
    z-index:9;
}


@media (max-width: 768px) {
  .carousel-inner img {
    height: 400px;
  }

  .tab-items-768 {
    display: none;
  }

  .tab-box ul li a {
    height: 50px;
    min-width: 150px;
    line-height: 30px;
  }
  .tab-box ul li.tab-items-768 {
    display: none;
  }
  
}

@media (max-width: 576px) {
  .tab-box ul li a {
    height: 30px;
    min-width: 100px;
    line-height: 10px;
  }
  .owl-theme .owl-controls{
     text-align: center!important;
    margin-top: 0px!important;
}
.mr-top-100{
    margin-top:60px;
}
}




/*Top Navbar pages CSS */

main .main-img-box {
    background-image: url(../images/background/about-bg.jpg);
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 82px;
}

main .main-img-box .overlay {
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
}
main .main-img-box h1 {
    font-size: calc(40px + 1vw);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

main .main-img-box p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    padding: 0 28%;
}


.section-title>span {
    font-size: 15px;
    color: #323232;
    font-style: italic;
    line-height: 21px;
    margin-bottom: 15px;
    display: inline-block;
}
.about-page-text .section-title {
    margin: 10px 0 20px 0;
}
.section-title h2 span {
    display: block;
}
.section-title h2:after {
    content: ' ';
    background: #ab965e;
    height: 2px;
    width: 85px;
    display: inline-block;
}



.tarifinfo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.tarifinfo tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.tarifinfo th {
    background: #323232;
    font-size: 16px;
    color: #fff;
}
.tarifinfo th {
    padding: 10px;
    border: solid 1px #000;
    font-weight: 600;
}

.tarifinfo td {
    padding: 10px;
    border: solid 1px #000;
    font-weight: 600;
}


.get_contact_inner .left_ex_title {
    padding-left: 15px;
    padding-bottom: 36px;
}
.left_ex_title h2 {
    text-transform: uppercase;
    letter-spacing: .96px;
    position: relative;
}

.get_contact_inner .contact_us_form {
    position: relative;
}
.row.m0 {
    margin: 0px;
}
.get_contact_inner .contact_us_form:before {
    content: "";
    height: 420px;
    width: 1px;
    background: #d6d5d8;
    position: absolute;
    right: -80px;
    top: 0px;
}

.get_contact_inner .contact_us_form:after {
    content: "";
    height: 192px;
    width: 3px;
    background: #ab965e;
    position: absolute;
    right: -82px;
    top: 115px;
}
.contact_us_form .form-group {
    margin-bottom: 20px;
}
.contact_us_form .form-group input {
    height: 54px;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: #f8f8f8;
    padding: 0px 25px;
    font-size: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
}
.contact_us_form .form-group textarea {
    height: 200px;
    border: 1px solid #e9e9e9;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: #f8f8f8;
    padding: 16px 25px;
    font-size: 13px;
    color: #8c8c8c;
    text-transform: uppercase;
    resize: none;
}
.contact_us_form .form-group:last-child {
    margin-bottom: 0px;
    margin-top: 20px;
}
.contact_us_form .form-group .submit_btn {
    height: 48px;
    width: 165px;
    line-height: 46px;
}
.submit_btn {
    background: #ab965e !important;
    color: #fff;
    border-radius: 0px;
    border: none;
    width: 160px;
    padding: 0px;
    height: 52px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .28px;
    font-weight: 600;
    line-height: 50px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    font-weight: 600;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block;
    border: 2px solid #ab965e;
}
.submit_btn:hover, .submit_btn:focus {
    color: #323232;
    border-color: #323232;
    background: transparent !important;
}


.right_contact_info {
    padding-left: 134px;
    padding-top: 79px;
}
.right_contact_info .contact_info_title h3 {
    font-size: 20px;
    font-weight: bold;
    color: #242424;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.right_contact_info .contact_info_title p {
    font-size: 16px;
    color: #818181;
    line-height: 26px;
    padding-right: 35px;
}
.right_contact_info .contact_info_list .media {
    margin-top: 25px;
}
.right_contact_info .contact_info_list .media:first-child .media-left {
    padding-right: 32px;
}
.right_contact_info .contact_info_list .media .media-left {
    padding-right: 18px;
}
.right_contact_info .contact_info_list .media:last-child .media-left {
    padding-right: 25px;
}
.right_contact_info .contact_info_list .media .media-left i {
    font-size: 35px;
    color: #3e3e3e;
}
.right_contact_info .contact_info_list .media .media-body h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .32px;
    color: #242424;
    padding-bottom: 10px;
}
.right_contact_info .contact_info_list .media .media-body p {
    font-size: 15px;
    color: #818181;
    line-height: 22px;
}

.right_contact_info .contact_info_list .media .media-body a {
    display: block;
    font-size: 15px;
    color: #818181;
    line-height: 22px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}


.room-descrip {
    margin: 30px 0 0 0;
    width: 100%;
}
.room-detail-form {
    background: #efeeee;
    padding: 40px 25px 25px 25px;
    float: left;
    width: 100%;
}
.room-detail-form .rating {
    text-align: center;
}
.room-detail-form .rating i {
    color: #bf8e03;
    font-size: 25px;
    margin: 0 3px;
}
.room-detail-form .price {
    margin: 35px 0 35px 0;
    text-align: center;
}
.room-detail-form .price span {
    color: #323232;
    font-size: 18px;
    display: block;
}
.room-detail-form .price span.amount {
    font-size: 35px;
    font-weight: 600;
    margin: 0px 0 0 0;
    display: block;
}
.room-detail-form a.availability {
    float: left;
    width: 100%;
    padding: 2px 0;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
    text-align: center;
    height: 48px;
    line-height: 42px;
}
.room-detail-form a.availability {
    background: #ab965e;
    border-radius: 4px;
}



@media(max-width:992px){
    main .main-img-box p{
       padding: 0 10%;
    }
    .right_contact_info {
    padding-left: 15px;
    padding-top: 60px;
}
main .main-img-box{
      height:60vh;
  }
}


@media(max-width:576px){
    main .main-img-box p{
       padding: 0;
    }
}

/*Top Navbar pages CSS End*/


form .submit-btn button{
  padding: 10px 20px;
    background-color: #ab965e;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    transition: 0.5s all;
    border: 2px solid #ab965e;
    line-height:18px;
}
 .avli-box form input.calendar{
     padding: 10px;
     background: transparent;
    font-size: 14px;
    border:1px solid #ddd;
    color:#fff;
 }
 .avli-box form input::placeholder{
     color:#fff;
 }
 .field .home-select{
     width:100%;
      padding: 10px;
    background: transparent;
    font-size: 14px;
    border-radius:4px;
    color:#fff;
    box-shadow: 0px 20px 40px rgb(59 60 56 / 5%);
    border:1px solid #ddd;
 }
.field .home-select option{
     color:#323232;
     font-size:18px;
 }
.field .home-select-popup{
     width:100%;
      padding: 12px;
    background: #ffffff;
    font-size: 18px;
    border-radius:4px;
    color:#757575;
    box-shadow: 0px 20px 40px rgb(59 60 56 / 5%);
    border:none;
    margin-bottom: 10px;
 }
.f_widget.link_widget iframe{
    margin-top:-10px;
}


.footer-quick-link{
margin: 0;
padding: 0;
}
.footer-quick-link li{
  display:inline-block;
  padding-right: 15px;
  }
  .footer-quick-link.upper li{
  display:inline-block;
  padding-bottom: 10px;
  }
  .footer-quick-link li i{
  color:#ab965e;
  padding-right: 2px;
  }
  .footer-quick-link li a{
    color:#fff;
    }

    .quick-link h3 {
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .32px;
      position: relative;
  }


  .places-boxes .place-box .place-bg-wrap {
    overflow: hidden;
}
  .places-boxes .place-box .place-bg-wrap .place-bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.mt-30 {
   margin-top: 30px;
}
.places-boxes .place-box:hover .place-bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.places-boxes .place-box .desc {
  background-color: #ddd;
  padding: 8px;
  text-align: center;
}
.places-boxes .place-box .desc h4 {
  font-size: 20px;
  margin-bottom: 0px;
}
.places-boxes .place-box .desc h4 a {
  color:#323232;
}
.btn-view-more{
  padding: 12px 35px;
    background-color: #ab965e;
    text-align: center;
    color: #ffffff;
    margin:10px 0 15px 0;
    display: inline-block;
}
.btn-view-more:hover{
    color: #ffffff;
}
.contact-map-box{
    margin-bottom:-87px;
}

.post-wrap{
    padding: 25px;
}
.widget-title {
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    margin-bottom: 0;
    background-color: #f7f7f7;
    padding: 15px 25px;
    color: #323232;
    position: relative;
}
.widget-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #cc8c18;
}
.widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
    background-image: url(./../images/room/Carwan-tent1.webp);
}
.widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
    background-image: url(./../images/room/Carwan-tent2.webp);
}
.widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
    background-image: url(./../images/room/Carwan-tent3.webp);
}
.widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
    background-image: url(./../images/room/Carwan-tent4.webp);
}
.widget-peru-posts-thumb .item .thumb .fullimage.bg5 {
    background-image: url(./../images/room/Carwan-tent5.webp);
}
.widget-peru-posts-thumb .item .thumb .fullimage.bg6 {
    background-image: url(./../images/room/Carwan-tent6.webp);
}

.widget-peru-posts-thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center !important;
    position: relative;
    background-color: #24416b;
}

.widget-peru-posts-thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    position: relative;
    width: 80px;
    margin-right: 15px;
}
.widget-peru-posts-thumb .item .info {
    overflow: hidden;
}


.widget-peru-posts-thumb .item .info .title a {
    display: inline-block;
    color: #323232;
}


.widget-peru-posts-thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 600;
}

.widget-peru-posts-thumb .item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.widget-peru-posts-thumb .item .info  p {
  line-height:20px;
    
}
.widget-peru-posts-thumb .item .info  p a{
    font-size:15px;
    color:#323232;
}
.other-room-sect {
    margin-bottom:10px;
}
.other-room-sect p{
    margin-bottom:0;
    padding:5px;
    background:#ddd;
}
.other-room-sect p a{
    color:#323232;
}

.carousel-caption h3{
	font-size: 37px;
}

.about-page-content p{
	text-align:justify;
}

.room-descrip p{
	text-align: justify;
}