
/*******************************************************/
/******************* ## Header style ******************/
/*******************************************************/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) {
  .main-header .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
  }
}

.main-header .header-upper {
  z-index: 5;
  width: 100%;
  position: relative;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .logo-outer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media only screen and (max-width: 991px) {
  .main-header .logo-outer {
    display: none;
  }
}

.main-header .logo {
  z-index: 9;
  padding: 2px 0;
  position: relative;
  margin-right: 25px;
}

.main-header .nice-select .current {
  color: white;
}

.main-header.menu-absolute .header-upper {
  position: absolute;
}

.main-header.fixed-header .header-upper {
  top: 0;
  left: 0;
  position: fixed;
  background: white;
  -webkit-animation: sticky 1s;
  animation: sticky 1s;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1);
}

@media only screen and (min-width: 992px) {
  .main-header.fixed-header .main-menu .navbar-collapse>ul>li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .header-top-wrap {
    display: none;
  }
}

.header-top .top-left>ul,
.header-top .top-right>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {

  .header-top .top-left>ul,
  .header-top .top-right>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-top .top-left>ul>li,
.header-top .top-right>ul>li {
  color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.header-top .top-left>ul>li>i,
.header-top .top-right>ul>li>i {
  font-size: 18px;
  margin-right: 10px;
}

.header-top .top-left>ul>li>a,
.header-top .top-right>ul>li>a {
  color: white;
}

.header-top .top-left>ul>li:not(:last-child):after,
.header-top .top-right>ul>li:not(:last-child):after {
  content: '';
  margin-left: 40px;
  margin-right: 40px;
  width: 5px;
  height: 5px;
  background: white;
  line-height: 5px;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .header-top .top-right>ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.nav-outer {
  margin-left: auto;
}

@media only screen and (max-width: 991px) {
  .nav-outer {
    width: 100%;
  }
}

/** Header Main Menu **/
@media only screen and (max-width: 991px) {
  .main-menu {
    width: 100%;
  }
}

.main-menu .mobile-logo {
  margin-right: auto;
}

@media only screen and (max-width: 575px) {
  .main-menu .mobile-logo {
    max-width: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto;
  }
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navbar-collapse>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse>ul {
    display: block;
    padding: 25px 0;
    overflow-x: hidden;
    background: #FFFFFF;
    max-height: calc(100vh - 100px);
  }

  .main-menu .navbar-collapse>ul>li:last-child {
    border-bottom: 1px solid #f3f3f3;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse {
    left: 0;
    width: 100%;
    position: absolute;
  }
}

.main-menu .navbar-collapse li {
  padding: 35px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .main-menu .navbar-collapse li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li {
    display: block;
    padding: 0 15px;
    border-top: 1px solid #f3f3f3;
  }
}

.main-menu .navbar-collapse li.dropdown .dropdown-btn {
  cursor: pointer;
  font-size: 12px;
  margin-left: 5px;
  color: var(--heading-color);
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 0;
    width: 50px;
    height: 43px;
    border-left: 1px solid #f2f2f2;
    text-align: center;
    line-height: 43px;
  }
}

.main-menu .navbar-collapse li a {
  display: block;
  font-size: 18px;
  opacity: 1;
  font-weight: 500;
  position: relative;
  color: var(--heading-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li a {
    padding: 10px 10px;
    line-height: 22px;
  }
}

.main-menu .navbar-collapse li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.main-menu .navbar-collapse li.current>a,
.main-menu .navbar-collapse li.current-menu-item>a {
  font-weight: 500;
}

.main-menu .navbar-collapse li li {
  border-top: 1px solid #f3f3f3;
}

.main-menu .navbar-collapse li li a {
  text-transform: capitalize;
}

.main-menu .navbar-collapse li li a:before {
  display: none;
}

.main-menu .navbar-collapse li .megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  padding: 20px 0;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navbar-collapse li .megamenu:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li .megamenu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .container {
    max-width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .row {
    margin: 0px;
  }
}

.main-menu .navbar-collapse li .megamenu ul {
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.main-menu .navbar-collapse li ul {
  position: absolute;
  left: inherit;
  top: 100%;
  min-width: 310px;
  z-index: 100;
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul {
    position: relative;
    display: none;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .main-menu .navbar-collapse li ul:after {
    display: block;
    clear: both;
    content: "";
  }
}

@media only screen and (max-width: 991px) and (max-width: 375px) {
  .main-menu .navbar-collapse li ul {
    min-width: auto;
  }
}

.main-menu .navbar-collapse li ul li {
  width: 100%;
  padding: 7px 20px;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li {
    padding: 0 15px;
  }
}

.main-menu .navbar-collapse li ul li ul {
  left: 100%;
  top: 0%;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li ul li ul {
    left: auto;
  }
}

.main-menu .navbar-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.main-menu .navbar-header .navbar-toggle {
  float: right;
  padding: 4px 0;
  cursor: pointer;
  background: transparent;
}

.main-menu .navbar-header .navbar-toggle .icon-bar {
  background: var(--base-color);
  height: 2px;
  width: 30px;
  display: block;
  margin: 7px 0;
}

/* Menu Btns */
.menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-btns .theme-btn {
  margin-left: 0px;
}

/* .menu-btn .rm-btn{
  margin-left: 35px !important;
} */
.menu-btns-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.attraction-table {
    width: max-content !important;
    border-collapse: collapse;
    margin: 30px;
    font-size: 16px;
    font-family: inherit;
    background: #fff;
   
}

.attraction-table th,
.attraction-table td {
  width: max-content !important;
    border: 1px solid #ddd;
    padding: 14px 18px;
    text-align: left;
}

.attraction-table thead th {
    background-color: #AB6034;
    color: #fff;
    font-weight: 600;
}

.attraction-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.attraction-table tbody tr:hover {
    background-color: #f5f5f5;
    transition: background-color 0.3s ease;
}


.theme-list {
    list-style: none;
    padding: 0 30px;
    margin: 20px 0;
}

.theme-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #555;
    font-size: 16px;
}

.theme-list li::before {
    content: "\2713"; /* ✓ */
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    color: #AB6034;
    font-size: 16px;
    font-weight: 700;
}

.theme-list li:last-child {
    margin-bottom: 0;
}


@media (max-width: 768px) {
    .theme-list li {
        font-size: 15px;
        padding-left: 28px;
        margin-bottom: 12px;
    }

    .theme-list li::before {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .attraction-table {
        font-size: 14px;
    }

    .attraction-table th,
    .attraction-table td {
        padding: 10px 12px;
    }
}

@media only screen and (max-width: 1199px) {
  .menu-btns .theme-btn {
    display: none;
  }
}

.shopping-bag {
  line-height: 1;
  margin-left: 40px;
  position: relative;
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .shopping-bag {
    display: none;
  }
}

.shopping-bag span {
  position: absolute;
  right: -10px;
  top: -10px;
}

.menu-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1399px) {
  .menu-phone-number {
    display: none;
  }
}

.menu-phone-number i {
  font-size: 35px;
  margin-right: 15px;
  color: var(--primary-color);
}

.menu-phone-number a {
  font-size: 22px;
  font-weight: 500;
}

/* Lnaguage Switcher */
.language-switcher .nice-select {
  border: none;
  border-radius: 0;
  padding: 10px 28px 10px 10px;
  background-color: transparent;
}

.language-switcher .nice-select:after {
  width: 7px;
  height: 7px;
  right: 10px;
  margin-top: -6px;
  border-color: white;
}

/* Menu Sidebar */
.menu-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
}

@media only screen and (max-width: 575px) {
  .menu-sidebar {
    margin-left: 20px;
  }
}

.menu-sidebar button {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent;
}

.menu-sidebar button .icon-bar {
  background: var(--heading-color);
  height: 2px;
  width: 100%;
  margin: 4px 0;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu-sidebar button .icon-bar:first-child {
  width: calc(100% - 5px);
}

.menu-sidebar button .icon-bar:last-child {
  width: calc(100% - 8px);
}

.menu-sidebar button:hover .icon-bar {
  width: 100%;
}

/** hidden-sidebar * */
.hidden-bar {
  position: fixed;
  right: -350px;
  top: 0px;
  opacity: 0;
  width: 350px;
  height: 100%;
  z-index: 99999;
  overflow-y: auto;
  visibility: hidden;
  background-color: var(--heading-color);
  border-left: 1px solid #231b26;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 375px) {
  .hidden-bar {
    width: 300px;
  }
}

.hidden-bar .social-style-one a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.side-content-visible .hidden-bar {
  right: 0px;
  opacity: 1;
  visibility: visible;
}

.hidden-bar .inner-box {
  position: relative;
  padding: 100px 40px 50px;
}

@media only screen and (max-width: 375px) {
  .hidden-bar .inner-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.hidden-bar .inner-box .cross-icon {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.hidden-bar .inner-box h4 {
  position: relative;
  color: #ffffff;
  margin-bottom: 35px;
}

/*Appointment Form */
.hidden-bar .appointment-form {
  position: relative;
}

.hidden-bar .appointment-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.hidden-bar .appointment-form input[type="text"],
.hidden-bar .appointment-form input[type="email"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hidden-bar .appointment-form textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 23px;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  resize: none;
}

.hidden-bar .appointment-form input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input:-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input::-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form input::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::-ms-input-placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form textarea::placeholder {
  font-size: 14px;
  color: #bdbdbd;
}

.hidden-bar .appointment-form .form-group button {
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-color: white;
}

.form-back-drop {
  position: fixed;
  left: 100%;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  z-index: 9990;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.side-content-visible .form-back-drop {
  opacity: 1;
  left: 0;
  visibility: visible;
}

/* Menu White */
.main-header.header-white {
  position: absolute;
  background: #402515d1;
}

@media only screen and (min-width: 1200px) {
  .main-header.header-white .nav-outer {
    margin-left: 110px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header.header-white .nav-outer {
    margin-left: 60px;
  }
}

.main-header.header-white .shopping-bag,
.main-header.header-white .menu-btns>button,
.main-header.header-white .nav-search>button,
.main-header.header-white .menu-phone-number a {
  color: white;
}

@media only screen and (min-width: 992px) {

  .main-header.header-white .main-menu .navigation>li>a,
  .main-header.header-white .main-menu .navigation>.dropdown>.dropdown-btn {
    color: white;
  }
}

.main-header.header-white .main-menu .navigation li li a:hover {
  color: var(--primary-color);
}

.main-header.header-white .menu-sidebar button .icon-bar,
.main-header.header-white .main-menu .navbar-toggle .icon-bar {
  background: white;
}

@media only screen and (max-width: 1299px) {
  .main-header.header-white .language-switcher {
    display: none;
  }
}

.main-header.header-white.fixed-header .header-upper {
  background: #17171a;
}


.hero-slider-two {
  background: var(--black-color);
}

.hero-slider-two .bg-lines span {
  z-index: 0;
  background: rgba(255, 255, 255, 0.07);
}
.slider-two-active .slider-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-two-active .slick-arrow {
  top: 50%;
  z-index: 2;
  left: 100px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 575px) {
  .slider-two-active .slick-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .slider-two-active .slick-arrow {
    left: 15px;
  }
}

.slider-two-active .slick-arrow.next-arrow {
  left: auto;
  right: 100px;
}

@media only screen and (max-width: 991px) {
  .slider-two-active .slick-arrow.next-arrow {
    right: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.container-1720 {
    max-width: 1750px;
  }

  .container.container-1550 {
    max-width: 1580px;
  }

  .container.container-1130 {
    max-width: 1160px;
  }
}

@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (min-width: 1400px) {
  .container-fluid.gap-wide {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.main-header .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 1200px) {
  .main-header .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse li .megamenu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .container {
    max-width: 100%;
  }

  .main-menu .navbar-collapse li .megamenu .row {
    margin: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-slider-area .container {
    max-width: 1750px;
  }
}

.slider-content-two {
  z-index: 5;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}

.slider-content-two h1 {
  color: white;
  line-height: 1.1;
  margin-bottom: 25px;
}
.slider-content-two h1 i{
  font-weight: 300;
  
}

@media only screen and (min-width: 1400px) {
  .slider-content-two h1  {
    font-size: 85px;
  }
  .cta-title {
    font-size: 85px !important;
    font-family: "Cormorant Garamond", serif !important;
  }
}

@media only screen and (max-width: 767px) {
  .slider-content-two h1 {
    font-size: 55px;
  }
  .cta-title {
    font-size: 55px !important;
    font-family: "Cormorant Garamond", serif !important;
  }
}

@media only screen and (max-width: 575px) {
  .slider-content-two h1 {
    font-size: 45px;
  }
  .cta-title {
    font-size: 45px !important;
    font-family: "Cormorant Garamond", serif !important;
  }
}

@media only screen and (max-width: 375px) {
  .slider-content-two h1 {
    font-size: 40px;
  }
   .cta-title {
    font-size: 40px !important;
    font-family: "Cormorant Garamond", serif !important;
  }
}

.slider-content-two p {
  color: white;
  margin-bottom: 40px;
}

@media only screen and (min-width: 376px) {
  .slider-content-two p {
    font-size: 18px;
  }
}

.slider-content-two>* {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slick-active .slider-content-two * {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.theme-btn,
a.theme-btn {
  z-index: 1;
  color: white;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  text-align: center;
  padding: 11px 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  background: var(--primary-color);
}

.theme-btn i,
a.theme-btn i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
}

.theme-btn:hover i,
a.theme-btn:hover i {
  margin-left: 13px;
  margin-right: -3px;
}

@media only screen and (max-width: 575px) {

  .theme-btn,
  a.theme-btn {
    padding: 8px 25px;
  }
}

.theme-btn.style-two,
a.theme-btn.style-two {
  color: var(--base-color);
  background: transparent;
  border: 1px solid rgba(41, 41, 41, 0.1);
}

.theme-btn.style-two:hover,
a.theme-btn.style-two:hover {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.theme-btn.style-three,
a.theme-btn.style-three {
  background: var(--heading-color);
}
.menu-btns .theme-btn {
  margin-left: 0px;
}
@media only screen and (max-width: 1199px) {
  .menu-btns .theme-btn {
    display: none;
  }
}
.slick-active .theme-btn {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.room-item .theme-btn.style-two {
  width: 100%;
  border: none;
  background: var(--lighter-color);
}

.room-item:hover .theme-btn.style-two {
  color: white;
  background: var(--primary-color);
}
.room-item.style-two .theme-btn {
  width: 100%;
}

.room-item.style-two .theme-btn-blog {
  width: 50% !important;
  align-items: center !important;
  display: block !important;
  margin: auto !important;

}

.room-item.style-two:not(:hover) .theme-btn {
  background: var(--black-color);
}
.hotel-item .content .theme-btn {
  padding: 8px 40px;
}
.hotel-item:hover .content .theme-btn {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.blog-grid-item .theme-btn {
  margin-bottom: 10px;
}
.blog-grid-item:not(:hover) .theme-btn {
  color: var(--base-color);
  background: var(--lighter-color);
}

.blog-four-item .theme-btn {
  padding-top: 9px;
  padding-bottom: 9px;
}

.blog-four-item .theme-btn:hover {
  background: var(--primary-color);
}
.activity-item .content .theme-btn {
  opacity: 0;
  margin-top: 30px;
  position: absolute;
}
.activity-item:hover .content .theme-btn {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.search-filter-inner .theme-btn,
.search-filter-inner .filter-item {
  margin-bottom: 30px;
  width: calc(20% - 22px);
}

@media only screen and (max-width: 1199px) {

  .search-filter-inner .theme-btn,
  .search-filter-inner .filter-item {
    width: calc(50% - 22px);
  }
}
@media only screen and (max-width: 575px) {

  .search-filter-inner .theme-btn,
  .search-filter-inner .filter-item {
    width: 100%;
  }
}
.search-filter-inner .theme-btn.style-two {
  color: white;
  border-color: white;
}
.search-filter-inner .theme-btn.style-two {
  color: white;
  border-color: white;
}

.search-filter-inner .theme-btn.style-two:hover {
  border-color: var(--primary-color);
}
.pricing-item:not(:hover) .theme-btn {
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.1);
}
.product-details-content .add-to-cart .theme-btn {
  margin-top: 20px;
  padding-top: 9px;
  padding-bottom: 9px;
}
@media only screen and (min-width: 768px) {
  .review-form .theme-btn {
    padding: 14px 55px;
  }
}
.widget_newsletter.style-two form .theme-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.popup-content .theme-btn {
  width: 100%;
  margin-top: 10px;
}
.slick-active .theme-btn {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.slider-two-active .slider-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
  z-index: 1;
  position: relative;
  background-position: center;
}
.slider-item-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.85;
  background-color: #b8b8b87d;
}
@media only screen and (min-width: 992px) {
  .slider-item-two {
    min-height: 100vh;
  }
}
.slider-item-two:before {
  mix-blend-mode: multiply;
}

.slider-item-two:after {
  z-index: -1;
  content: '';
  width: 415px;
  height: 415px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(125px);
  filter: blur(125px);
  /* background: var(--primary-color); */



}
.hero-left-shapes:after,
.hero-left-shapes:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  opacity: 0.55;
  background: var(--primary-color);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.hero-left-shapes:before {
  width: 310px;
  height: 295px;
}

@media only screen and (max-width: 991px) {
  .hero-left-shapes:before {
    width: 165px;
    height: 155px;
  }
}

.hero-left-shapes:after {
  width: 410px;
  height: 390px;
}

@media only screen and (max-width: 991px) {
  .hero-left-shapes:after {
    width: 250px;
    height: 235px;
  }
}
.hero-right-shapes:after,
.hero-right-shapes:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.55;
  background: var(--primary-color);
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}

.hero-right-shapes:before {
  width: 165px;
  height: 155px;
}

@media only screen and (max-width: 991px) {
  .hero-right-shapes:before {
    width: 85px;
    height: 75px;
  }
}

.hero-right-shapes:after {
  width: 250px;
  height: 235px;
}

@media only screen and (max-width: 991px) {
  .hero-right-shapes:after {
    width: 125px;
    height: 115px;
  }
}
@media only screen and (min-width: 1400px) {
  .about-content-three {
    padding-left: 100px;
  }
}

.about-content-three .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-content-three .feature-list .feature-item {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .about-content-three .feature-list .feature-item {
    width: 48%;
  }
}

/** Section Title style **/
.section-title {
  margin-top: -7px;
}

.section-title .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  display: block;
}

.section-title h2 {
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media only screen and (max-width: 767px) {
  .section-title h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title h3 {
    font-size: 28px;
  }
}
.search-filter-inner .section-title {
  width: 100%;
}

.search-filter-inner .section-title .sub-title {
  color: white;
  font-weight: 400;
}

.search-filter-inner .section-title h3 {
  font-size: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .offer-banner-wrap .section-title h2 {
    font-size: 48px;
  }
}
.product-details-content .section-title h2 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1400px) {
  .product-details-content .section-title h2 {
    font-size: 48px;
  }
}
.section-title .sub-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  display: block;
}
.text-white *,
.text-white a,
.text-white .count-text,
.text-white .footer-newsletter-content .sub-title {
  color: white;
}
.slider-content .sub-title {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  display: inline-block;
  font-family: 'Catamaran', sans-serif;
}

.slider-content .sub-title i {
  width: 55px;
  height: 30px;
  line-height: 30px;
  margin-right: 25px;
  text-align: center;
  border-radius: 15px;
  background: var(--primary-color);
}
.slick-active .sub-title {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.search-filter-inner .section-title .sub-title {
  color: white;
  font-weight: 400;
}
.room-item {
  background: white;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.room-item .image {
  position: relative;
}

.room-item .image img {
  width: 100%;
}

.room-item .image .category {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  font-weight: 500;
  padding: 4px 25px;
  text-transform: uppercase;
  background: var(--primary-color);
}

.room-item .content {
  padding: 40px 50px;
}

@media only screen and (max-width: 991px) {
  .room-item .content {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.room-item .content h4 {
  margin-bottom: 12px;
}

.room-item .content .blog-meta li i {
  color: var(--primary-color);
}

.room-item .content .price span {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

.room-item .theme-btn.style-two {
  width: 100%;
  border: none;
  background: var(--lighter-color);
}

.room-item:hover .theme-btn.style-two {
  color: white;
  background: var(--primary-color);
}

.room-item.style-two {
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.07);
}

.room-item.style-two .theme-btn {
  width: 100%;
}

.room-item.style-two .theme-btn-blog {
  width: 50% !important;
  align-items: center !important;
  display: block !important;
  margin: auto !important;

}

.room-item.style-two:not(:hover) .theme-btn {
  background: var(--black-color);
}

.room-item.style-three {
  margin-bottom: 70px;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.07);
}

.room-item.style-three .image .category {
  left: auto;
  right: 10px;
  bottom: 10px;
}

.room-item.style-three .content {
  padding-top: 30px;
}

@media only screen and (max-width: 375px) {
  .room-item.style-three .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.room-item.style-three .content .price {
  font-weight: 500;
  margin-bottom: 3px;
  letter-spacing: 2.4px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.room-item.style-three .content h3 {
  line-height: 1.1;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .room-item.style-three .content h3 {
    font-size: 30px;
  }
}

.room-item.style-three .content .blog-meta {
  margin-bottom: 35px;
}
.blog-grid-item.style-two {
  padding: 30px;
  background: white;
  border-bottom: none;
}

@media only screen and (max-width: 375px) {
  .blog-grid-item.style-two {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.blog-grid-item.style-two .category {
  color: var(--primary-color);
}

.blog-grid-item.style-two h4 {
  margin-bottom: 20px;
}

.blog-grid-item.style-two .blog-meta {
  padding-bottom: 15px;
}

.blog-grid-item.style-two .image {
  margin-bottom: 20px;
}
.blog-meta.style-two {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-meta.style-two li {
  font-size: 22px;
  margin-left: 18px;
  margin-right: 18px;
}

@media only screen and (max-width: 767px) {
  .blog-meta.style-two li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-meta.style-two li {
    font-size: 16px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.video-play.style-two {
  width: 60px;
  height: 60px;
  font-size: 12px;
  line-height: 60px;
  background: white;
  color: var(--primary-color);
}

.video-play.style-two>i {
  color: var(--primary-color);
}
.service-item.style-two {
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: left;
  margin-bottom: 30px;
}

.service-item.style-two .icon {
  padding: 0;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 50px;
  text-align: left;
  color: var(--primary-color);
  background: transparent;
}
.search-filter-inner .theme-btn.style-two {
  color: white;
  border-color: white;
}

.search-filter-inner .theme-btn.style-two:hover {
  border-color: var(--primary-color);
}
.gallery-item.style-two {
  margin-bottom: 30px;
}

.gallery-item.style-two .over-content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 27, 26, 0.85);
}

.gallery-item.style-two .over-content h2 {
  margin-top: 0;
}

@media only screen and (max-width: 1399px) {
  .gallery-item.style-two .over-content h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .widget_newsletter.style-two {
    text-align: center;
  }
}

.widget_newsletter.style-two form {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
}

.widget_newsletter.style-two form input {
  margin: 0;
  padding: 10px 10px 10px 20px;
}

.widget_newsletter.style-two form .theme-btn {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.room-item.style-three .image .category {
  left: auto;
  right: 10px;
  bottom: 10px;
}
.room-two-item .image img {
  width: 100%;
}
.room-three-item .image {
  position: relative;
  margin-bottom: 30px;
}

.room-three-item .image img {
  width: 100%;
}

.room-three-item .image .image-over {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.room-three-item .image .image-over .category {
  color: white;
  font-size: 14px;
  padding: 2px 25px;
  text-transform: uppercase;
  background: var(--primary-color);
}

.room-three-item .image .image-over .price {
  color: white;
  margin-right: 15px;
}

.room-three-item .image .image-over .price span {
  font-size: 24px;
  font-weight: 500;
}

.room-three-item .image:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(29, 27, 26, 0)), to(#1D1B1A));
  background: -webkit-linear-gradient(top, rgba(29, 27, 26, 0) 0%, #1D1B1A 100%);
  background: -o-linear-gradient(top, rgba(29, 27, 26, 0) 0%, #1D1B1A 100%);
  background: linear-gradient(180deg, rgba(29, 27, 26, 0) 0%, #1D1B1A 100%);
}
@media only screen and (min-width: 992px) {
  .room-list-item .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 50%;
  }
}

.room-list-item .image img {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .hotel-item .image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 48%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

.hotel-item .image img {
  width: 94%;
}
.blog-item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 35%;
  position: relative;
  margin-right: 40px;
}

@media only screen and (max-width: 575px) {
  .blog-item .image {
    max-width: none;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .blog-item .image img {
    width: 100%;
  }
}

.blog-grid-item .image {
  position: relative;
}

.blog-grid-item .image img {
  width: 100%;
}

.blog-grid-item .image .blog-meta {
  bottom: 0;
  left: 40px;
  right: 40px;
  color: white;
  margin-bottom: 0;
  position: absolute;
  padding: 16px 12px 5px;
  background: var(--primary-color);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .blog-grid-item .image .blog-meta {
    left: 25px;
    right: 25px;
  }
}

@media only screen and (max-width: 479px) {
  .blog-grid-item .image .blog-meta {
    font-size: 14px;
  }
}

.blog-grid-item .image .blog-meta li {
  margin-left: 12px;
  margin-right: 12px;
}

.blog-grid-item .image .blog-meta li a {
  color: white;
}
.blog-grid-item.style-two .image {
  margin-bottom: 20px;
}
.blog-list-item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 44%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media only screen and (max-width: 1199px) {
  .blog-list-item .image {
    max-width: 100%;
  }
}

.blog-list-item .image img {
  width: 100%;
}
.next-prev-blog .item .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100px;
  margin-right: 30px;
}

@media only screen and (max-width: 375px) {
  .next-prev-blog .item .image {
    max-width: 90px;
  }
}
.activity-item .image img {
  width: 100%;
}
.widget-recent-news ul li .image {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  max-width: 100px;
  margin-right: 30px;
}

@media only screen and (max-width: 375px) {
  .widget-recent-news ul li .image {
    max-width: 80px;
    margin-right: 15px;
  }
}
.gallery-item .image img {
  width: 100%;
}
.product-item .image {
  margin-bottom: 25px;
  position: relative;
}

.product-item .image img {
  width: 100%;
}

.product-item .image .social-style-one {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  opacity: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(29, 27, 26, 0.75);
}

.product-item .image .social-style-one a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

@media only screen and (max-width: 375px) {
  .product-item .image .social-style-one a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.product-item .image .social-style-one a:not(:hover) {
  background: white;
  color: var(--heading-color);
}
.team-member .image {
  position: relative;
  margin-bottom: 30px;
}

.team-member .image img {
  width: 100%;
}

.team-member .image .social-links {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 50%;
  bottom: 50px;
  padding: 4px 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: var(--primary-color);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.team-member .image .social-links a {
  color: white;
  padding: 5px;
  margin: 0 10px;
  font-size: 14px;
  display: inline-block;
}
.team-member:hover .image .social-links {
  opacity: 1;
  bottom: 20px;
}
.place-item .image {
  width: 250px;
  flex-shrink: 0;
}

.place-item .image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .place-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .place-item {
    flex-direction: column;
    text-align: center;
  }

  .place-item .image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }

  .place-item .place-content .top h3 {
    font-size: 22px;
  }


  .place-item.place-content .top p,
  .place-item .place-content .list-bottom .price {
    font-size: 15px;
  }
}
.blog-grid-item.style-two .category {
  color: var(--primary-color);
}
.counter-item-two .content h4 {
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  .counter-item-two .content h4 {
    font-size: 30px;
  }
}

.counter-item-two .content p {
  margin-bottom: 0;
}
.room-item .content {
  padding: 40px 50px;
}

@media only screen and (max-width: 991px) {
  .room-item .content {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.room-item .content h4 {
  margin-bottom: 12px;
}

.room-item .content .blog-meta li i {
  color: var(--primary-color);
}

.room-item .content .price span {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
}

.room-item.style-three .content {
  padding-top: 30px;
}

@media only screen and (max-width: 375px) {
  .room-item.style-three .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.room-item.style-three .content .price {
  font-weight: 500;
  margin-bottom: 3px;
  letter-spacing: 2.4px;
  color: var(--primary-color);
  text-transform: uppercase;
}

.room-item.style-three .content h3 {
  line-height: 1.1;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .room-item.style-three .content h3 {
    font-size: 30px;
  }
}

.room-item.style-three .content .blog-meta {
  margin-bottom: 35px;
}
.room-two-item .content {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  position: relative;
  padding: 30px 50px 20px;
}

@media only screen and (max-width: 1599px) {
  .room-two-item .content {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 1599px) {
  .room-two-item .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 1599px) {
  .room-two-item .content h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .room-two-item .content h3 {
    font-size: 25px;
  }
}

.room-two-item .content .blog-meta li i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: var(--primary-color);
}

.room-two-item .content .price {
  width: 100px;
  height: 100px;
  color: white;
  padding: 25px 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.2;
  position: absolute;
  right: 40px;
  top: -50px;
  border-radius: 50%;
  text-align: center;
  background: var(--primary-color);
}

@media only screen and (max-width: 1599px) {
  .room-two-item .content .price {
    top: -70px;
  }
}

.room-two-item .content .price b {
  font-size: 24px;
}

.room-two-item:hover .content {
  background: var(--primary-color);
}

.room-two-item:hover .content h3 a,
.room-two-item:hover .content .blog-meta li i,
.room-two-item:hover .content .blog-meta li a {
  color: white;
}

.room-two-item:hover .content .price {
  background: white;
  color: var(--heading-color);
}
.room-three-item .content h4 {
  margin-bottom: 15px;
}

.room-three-item .content h4 a {
  color: white;
}

.room-three-item .content .blog-meta li i {
  color: var(--primary-color);
}
.room-list-item .content {
  background: white;
  padding: 40px 50px;
  position: relative;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 992px) {
  .room-list-item .content {
    max-width: 565px;
    margin-left: -25px;
  }
}

@media only screen and (max-width: 479px) {
  .room-list-item .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.room-list-item .content h3 {
  margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
  .room-list-item .content h3 {
    font-size: 33px;
  }
}

@media only screen and (max-width: 375px) {
  .room-list-item .content h3 {
    font-size: 28px;
  }
}

.room-list-item .content .blog-meta {
  margin-bottom: 20px;
}

.room-list-item .content .blog-meta li i {
  color: var(--primary-color);
}

.room-list-item .content hr {
  margin-top: 35px;
  margin-bottom: 40px;
}
.hotel-item .content {
  padding: 60px 45px 70px;
}
@media only screen and (min-width: 480px) {
  .hotel-item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotel-item .content {
    padding: 35px 30px 45px;
  }
}

@media only screen and (max-width: 767px) {
  .hotel-item .content {
    padding: 35px 30px 45px;
  }
}

.hotel-item .content h3 {
  margin-bottom: 10px;
}

.hotel-item .content .price {
  margin-bottom: 30px;
}

.hotel-item .content .price span {
  font-size: 27px;
  font-weight: 600;
  color: var(--primary-color);
}

.hotel-item .content .theme-btn {
  padding: 8px 40px;
}
.hotel-item:hover .content h3 a {
  color: var(--primary-color);
  text-decoration: underline;
}

.hotel-item:hover .content .theme-btn {
  color: white;
  background: var(--primary-color);
  border-color: var(--primary-color);
}
.blog-item .content {
  font-size: 18px;
  line-height: 1.4;
}

.blog-item .content .date {
  display: block;
  margin-bottom: 10px;
}

.blog-item .content .date i {
  margin-right: 8px;
}

.blog-item .content h4 {
  line-height: 1.4;
  margin-bottom: 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-item .content h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 375px) {
  .blog-item .content h4 {
    font-size: 20px;
  }
}

.blog-item .content .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-item .content .author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog-item .content .author span {
  display: block;
}

.blog-item .content .author a {
  font-weight: 500;
}

.blog-item .content .author a:not(:hover) {
  color: var(--heading-color);
}
.comment-body .content .blog-meta {
  margin-bottom: 5px;
}

.comment-body .content .blog-meta li {
  text-transform: capitalize;
}

.comment-body .content .blog-meta li:not(:last-child) {
  margin-right: 15px;
}

.comment-body .content h6 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 20px;
}

@media only screen and (min-width: 376px) {
  .comment-body .content h6 {
    font-size: 22px;
  }
}

.comment-body .content p {
  margin-bottom: 10px;
}

@media only screen and (min-width: 376px) {
  .comment-body .content p {
    font-size: 18px;
  }
}
.activity-item .content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: white;
  padding: 40px;
  max-width: 250px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.activity-item .content .icon {
  font-size: 45px;
  margin-bottom: 30px;
}

.activity-item .content h5 {
  margin-bottom: -5px;
}

.activity-item .content a {
  color: white;
}

.activity-item .content .theme-btn {
  opacity: 0;
  margin-top: 30px;
  position: absolute;
}

.activity-item:hover .content {
  bottom: 84px;
}

.activity-item:hover .content .theme-btn {
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
.instagram-item .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--primary-color);
}

@media only screen and (max-width: 575px) {
  .instagram-item .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.instagram-item .content .icon {
  line-height: 1;
  margin-bottom: 1vw;
}

.instagram-item .content .call-text {
  font-size: 1vw;
}

@media only screen and (max-width: 1199px) {
  .instagram-item .content .call-text {
    font-size: 2vw;
  }
}

.instagram-item .content hr {
  opacity: 1;
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 50px;
  height: 4px;
}

.instagram-item .content h2,
.instagram-item .content .h2,
.instagram-item .content .icon {
  font-size: 2vw;
}

@media only screen and (max-width: 1199px) {

  .instagram-item .content h2,
  .instagram-item .content .h2,
  .instagram-item .content .icon {
    font-size: 30px;
  }
}
.history-slide-item .content {
  background: white;
  position: relative;
  margin-bottom: 30px;
  padding: 25px 35px 10px;
}

@media only screen and (max-width: 375px) {
  .history-slide-item .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.history-slide-item .content:before {
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  border-left: 30px solid white;
  border-top: 20px solid transparent;
}

.history-slide-item .content h5 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.history-slide-item .content h5 span {
  color: var(--primary-color);
}
.product-item .content .ratting {
  font-size: 13px;
  padding-bottom: 8px;
}
.team-member .content h4 {
  margin-bottom: 2px;
}

.team-member .content .designation {
  font-size: 14px;
}
.room-details-content .blog-meta li>i {
  color: var(--primary-color);
}
.blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-meta li i {
  margin-top: -3px;
  margin-right: 7px;
}

.blog-meta li:not(:last-child) {
  margin-right: 35px;
}

@media only screen and (max-width: 991px) {
  .blog-meta li:not(:last-child) {
    margin-right: 25px;
  }
}

.blog-meta li .ratting i {
  margin-top: 0;
}

.blog-meta.style-two {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-meta.style-two li {
  font-size: 22px;
  margin-left: 18px;
  margin-right: 18px;
}

@media only screen and (max-width: 767px) {
  .blog-meta.style-two li {
    font-size: 18px;
  }
}

@media only screen and (max-width: 575px) {
  .blog-meta.style-two li {
    font-size: 16px;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.blog-details-content .blog-meta {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(41, 48, 67, 0.1);
}
.room-features p::before {
  content: "• ";
  color: #000;
  /* change color if needed */
  font-weight: bold;
}

/* popup form  */

/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Popup Box */
.popup-content {
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  text-align: center;
  position: relative;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

/* Form Fields */
.popup-content input {
  width: 100%;
  padding: 10px 12px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.popup-content .theme-btn {
  width: 100%;
  margin-top: 10px;
}

/* Base styles for all buttons */
.float-btn {
  position: fixed;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 25px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* WhatsApp button */
.float-whatsapp {
  bottom: 20px;
  background-color: #25d366;
}

/* Phone button */
.float-phone {
  bottom: 80px;
  background-color: #00a2ff;
}

/* Hover effects */
.float-btn:hover {
  transform: scale(1.1);
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

/* Tablet and desktop styles */
@media (min-width: 768px) {
  .float-btn {
    width: 60px;
    height: 60px;
    font-size: 30px;
    left: 30px;
  }

  .float-whatsapp {
    bottom: 30px;
  }


  .float-phone {
    bottom: 105px;
  }
}


/* Extra large screens */
@media (min-width: 1440px) {
  .float-btn {
    left: 40px;
  }
}

/*******************************************************/
/****************** ## Services Area *******************/
/*******************************************************/
.service-item {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  position: relative;
  padding: 35px 30px;
}

@media only screen and (max-width: 375px) {
  .service-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-item .icon {
  font-size: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto 30px;
  color: var(--primary-color);
  width: 80px;
  height: 80px;
  background: #F7F0EB;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
}

.service-item:hover {
  z-index: 2;
  background: white;
  -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.07);
}

.service-item:hover .icon {
  color: white;
  background: var(--primary-color);
}
.gallery-item .over-content {
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: rgba(171, 96, 52, 0.85);
}

.gallery-item .over-content h2 {
  color: white;
  margin-bottom: 0;
  margin-top: 20px;
}

@media only screen and (max-width: 1399px) {
  .gallery-item .over-content h2 {
    font-size: 35px;
  }
}

.gallery-item:hover .over-content {
  opacity: 1;
}

.hotel-carousel-active {
  margin-left: -15px;
  margin-right: -15px;
}

.hotel-carousel-active .hotel-item {
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 480px) {
  .hotel-carousel-active .hotel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hotel-carousel-active .slick-dots {
  margin-top: 40px;
}

.testimonials-three-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonials-three-slider .testimonials-item-three {
  margin-left: 15px;
  margin-right: 15px;
}

.testimonials-three-slider .slick-dots {
    margin-top: 40px;
}

.testimonials-item-three {
  padding: 35px 40px;
  background: white;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
  border-top: 3px solid var(--primary-color);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 767px) {
  .testimonials-item-three {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.testimonials-item-three:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  z-index: -1;
  content: '';
  border-right: 3px solid var(--primary-color);
}

.testimonials-item-three:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  z-index: -1;
  content: '';
  border-left: 3px solid var(--primary-color);
}

.testimonials-item-three .author {
  margin-bottom: 18px;
}

.testimonials-item-three .author img {
  display: inline-block;
}

.testimonials-item-three .text:before {
  content: '“';
  font-size: 35px;
  color: var(--heading-color);
}

.testimonials-item-three .testi-des {
  margin-top: 25px;
  margin-bottom: -8px;
}

.testimonials-item-three .testi-des h6 {
  margin-bottom: 0;
}

@media only screen and (min-width: 376px) {
  .testimonials-item-three .testi-des h6 {
    font-size: 20px;
  }
}

.testimonials-item-three .testi-des span {
  font-size: 14px;
}

.testimonials-item-three .ratting i {
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-item-three:hover:after {
  height: 100%;
  width: 100%;
  -webkit-animation: border 1s linear;
  animation: border 1s linear;
  border-bottom: 3px solid var(--primary-color);
}

.testimonials-item-three:hover:before {
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

/*******************************************************/
/******************* ## Main Footer ********************/
/*******************************************************/
.main-footer.bgc-black-with-lighting:after,
.main-footer.bgc-black-with-lighting:before {
  width: 150px;
  height: 150px;
}

.main-footer.bgc-black-with-lighting:before {
  right: 45%;
}

/* Footer Widgets */
.footer-widget {
  margin-bottom: 50px;
}

.footer-title {
  color: white;
  margin-top: -5px;
  margin-bottom: 20px;
}
.footer-titles {
  line-height: 1.1;
  font-size: 27px;
  font-family: "Cormorant Garamond", serif;
}
.widget_about p {
  color: rgba(255, 255, 255, 0.65);
}
.footer-color {

  color: rgba(245, 245, 245, 0.904);
}

@media only screen and (min-width: 1200px) {
  .widget_nav_menu {
    margin-left: auto;
    margin-right: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.widget_nav_menu .list-style-one li a {
  color: rgba(255, 255, 255, 0.65);
}

.widget_nav_menu .list-style-one li a:hover {
  color: white;
}
/* Footer Bottom */
.footer-bottom {
  position: relative;
}

.footer-bottom .copyright-text {
  color: white;
  display: flex;
  justify-content: center;

}

.footer-bottom .copyright-text a {
  color: var(--primary-color);
  text-transform: uppercase;
}

.footer-bottom .scroll-top {
  position: absolute;
  top: -24px;
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  line-height: 48px;
  border-radius: 50%;
  text-align: center;
}

.footer-bottom-nav {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -15px;
  margin-right: -15px;
}

.footer-bottom-nav li {
  margin: 0 15px 5px;
}

.footer-bottom-nav li a {
  color: rgba(255, 255, 255, 0.65);
}

.footer-bottom-nav li a:hover {
  color: white;
}

 .hotel-item {
    display: flex;
    margin-bottom: 30px;
    background: var(--lighter-color);
}