html,
body {
    height: 100%;
    font-family: "Cabin", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-family: "Lora", serif;
}
h1 {
    font-size: 70px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 16px;
    font-family: "Cabin", sans-serif;
    color: #000000;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px 0;
}
img {
    max-width: 100%;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}
ul,
ol {
    padding: 0 20px;
    margin: 0;
}
/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    text-align: center;
    margin-bottom: 22px;
}
.section-title span {
    font-size: 14px;
    color: #e1bd85;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-title h2 {
    font-size: 35px;
    color: #000000;
    line-height: 50px;
    margin-top: 10px;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /* background-size: cover; */
    background-position: center center;
}
.spad {
    padding-top: 60px;
    /* padding-bottom: 100px; */
}
.spad-2 {
    padding-top: 50px;
    padding-bottom: 70px;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
    color: #fff;
}
/* buttons */

.primary-btn {
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}
.primary-btn:after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: #e1bd85;
    content: "";
}
/* Preloder */

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #ffffff;
}
.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #673ab7;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #f44336;
        border-left-color: transparent;
    }
}
.spacial-controls {
    position: fixed;
    width: 111px;
    height: 91px;
    top: 0;
    right: 0;
    z-index: 999;
}
.spacial-controls .search-switch {
    display: block;
    height: 100%;
    padding-top: 30px;
    background: #323232;
    text-align: center;
    cursor: pointer;
}
.search-model {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: 99999;
}
.search-model-form {
    padding: 0 15px;
}
.search-model-form input {
    width: 500px;
    font-size: 40px;
    border: none;
    border-bottom: 2px solid #333;
    background: none;
    color: #999;
}
.search-close-switch {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 28px;
    line-height: 28px;
    top: 30px;
    cursor: pointer;
    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;
}
/*---------------------
  Header
-----------------------*/

.header-section.header-normal .menu-item {
    -webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
    box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}

.header-section {
    background-color: rgb(0, 0, 0);
    position: absolute;
    width: 100%;
    /*  */
    z-index: 9;
}

.header-container {
    display: flex;
    justify-content: center;
}

.header.sticked {
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    width: 100%;
    top: -75px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}

.header.sticked .top-nav {
    /* border-bottom: 1px solid #e5e5e5; */
    display: none;
}

.logo-section {
    display: none !important;
}

.header.sticked .logo-section {
    display: block !important;
    justify-content: start !important;
}

.top-nav2 {
    display: none;
    border-bottom: 1px solid #e5e5e5;
}

.icon-logo {
    padding-bottom: 10px;
}
.text-logo {
    padding-bottom: 10px;
}
.header.sticked .icon-logo {
    display: block;
    padding-bottom: 0;
}
.header.sticked .text-logo {
    display: none !important;
}
.header.sticked .location {
    display: none !important;
}
/* .header.sticked .menu-container {
  justify-content: space-evenly;
} */
.location {
    color: #dab782 !important;
}
.location a i {
    font-size: 16px !important;
}
.location a {
    color: #dab782 !important;
    font-size: 16px;
    font-weight: bold;
}

.header.sticked .menu-item2 {
    display: block;
}

.header.sticked .booking-btn {
    display: block;
}

.top-nav .tn-left {
    display: flex;
    /* justify-content: center !important; */
}

.top-nav .tn-left li {
    list-style: none;
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    /* padding: 14px 0 12px; */
    margin-right: 35px;
    position: relative;
}
.top-nav .tn-left li:after {
    position: absolute;
    right: -32px;
    top: 0;
    width: 1px;
    height: 100%;
    /* background: #e5e5e5; */
    content: "";
}
.top-nav .tn-left li:last-child {
    margin-right: 0;
}
.top-nav .tn-left li:last-child:after {
    display: none;
}
.top-nav .tn-left li i {
    color: #ffffff;
    margin-right: 4px;
}

.tn-center {
    display: flex;
    justify-content: center;
}
.top-nav .tn-right {
    display: flex;
    justify-content: start;
    /* padding-left: 50px; */
    align-items: center;
}
.top-nav .tn-right .top-social {
    display: flex;
    gap: 20px;
    margin-right: 35px;
}
.top-nav .tn-right .top-social a {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    /* margin-left: 20px; */
}

.top-nav .tn-right .top-login a {
    display: inline-block;
    font-size: 12px;
    color: #ffffff;
    margin-right: 35px;
}
.bk-btn {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 28px 15px;
    background: #e1bd85;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.top-nav .tn-right .language-option {
    display: inline-block;
    /* margin-left: 30px; */
    cursor: pointer;
    padding: 13px 0px 11px;
    position: relative;
}
.top-nav .tn-right .language-option:hover .flag-dropdown {
    top: 40px;
    opacity: 1;
    visibility: visible;
}
.top-nav .tn-right .language-option img {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-right: 10px;
}
.top-nav .tn-right .language-option span {
    font-size: 12px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
.top-nav .tn-right .language-option .flag-dropdown {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100px;
    background: #ffffff;
    display: block;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
    box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99;
}
.top-nav .tn-right .language-option .flag-dropdown ul li {
    list-style: none;
    text-align: left;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e1bd85;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
    color: #e1bd85;
}
.menu-item {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
}

.nav-menu {
    justify-content: end;
}
.menu-items {
    display: flex;
    justify-content: center;
}
.logo a {
    display: inline-block;
    max-width: 45px;
}

.menu-item .logo a {
    display: inline-block;
    width: 100%;
    max-width: 50px;
    padding-top: 5px;
}

.text-logo a {
    display: inline-block;
    color: #dab782 !important;
}
.text-logo a h4 {
    font-size: 22px;
    margin-bottom: 0;
    color: #dab782 !important;
}
.text-logo a h6 {
    font-size: 14px;
    margin-bottom: 0;
    color: #dab782 !important;
}

.menu-item .nav-menu .mainmenu {
    display: inline-block;
}

.menu-item .nav-menu .mainmenu li {
    list-style: none;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
    opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover > a:after {
    opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
    top: 77px;
    opacity: 1;
    visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
    font-size: 20px;
    color: #ffffff;
    margin-inline: 30px;
    font-weight: 500;
    display: inline-block;
    padding: 8px 0 15px 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li a:after {
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    height: 2px;
    background: #e1bd85;
    content: "";
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
    position: absolute;
    left: 0;
    top: 97px;
    width: 180px;
    background: #ffffff;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
    box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
    list-style: none;
    display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
    font-size: 16px;
    color: #e1bd85;
    display: block;
    text-align: left;
    padding: 8px 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
    color: #e1bd85;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
    display: none;
}
.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 43px;
    padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
    font-size: 16px;
    color: #e1bd85;
    cursor: pointer;
}
.canvas-open {
    display: none;
}

.offcanvas-menu-wrapper {
    display: none;
}
/*---------------------
  Hero
-----------------------*/

.hero-section {
    position: relative;
    height: 820px;
    top: 130px;
    right: 0;
    left: 0;
    width: 100%;
    /* padding-top: 250px;
  padding-bottom: 250px; */
}
.hero-section .container {
    position: relative;
    top: 100px;
    opacity: 0.9;
    max-width: 95%;
    z-index: 5;
}
.hero-text {
    /* padding-top: 145px; */
    /* margin-top: 180px; */
    padding: 30px;
    background: #00000069;
    /* opacity: .6; */
}

element.style {
    width: 100%;
}

.hero-text h1 {
    font-size: 70px;
    /* line-height: 30px; */
    color: #ffffff;
    margin-bottom: 16px;
}
.hero-text p {
    font-size: 18px;
    color: #ffffff;
    line-height: 25px;
    margin-bottom: 20px;
}
/* .booking-form {
  background: #ffffff;
  padding: 44px 40px 50px 40px;
  border-radius: 4px;
}
.booking-form h3 {
  color: #000000;
  margin-bottom: 36px;
}
.booking-form form .check-date {
  position: relative;
  margin-bottom: 15px;
}
.booking-form form .check-date label {
  font-size: 14px;
  color: #707079;
  display: block;
  margin-bottom: 10px;
}
.booking-form form .check-date input {
  width: 100%;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
  padding-left: 20px;
}
.booking-form form .check-date i {
  color: #e1bd85;
  position: absolute;
  right: 18px;
  bottom: 17px;
}
.booking-form form .select-option {
  margin-bottom: 15px;
}
.booking-form form .select-option label {
  font-size: 14px;
  color: #707079;
  display: block;
  margin-bottom: 10px;
}
.booking-form form .select-option .nice-select {
  border-radius: 2px;
  border: 1px solid #ebebeb;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 20px;
  width: 100%;
  float: none;
}
.booking-form form .select-option .nice-select:after {
  border-bottom: 2px solid #e1bd85;
  border-right: 2px solid #e1bd85;
  height: 10px;
  margin-top: 0;
  right: 20px;
  width: 10px;
  top: 36%;
}
.booking-form form .select-option .nice-select span {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 500;
}
.booking-form form .select-option .nice-select .list {
  margin-top: 0;
  width: 100%;
}
.booking-form form button {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #e1bd85;
  border-radius: 2px;
  color: #e1bd85;
  font-weight: 500;
  background: transparent;
  width: 100%;
  height: 46px;
  margin-top: 30px;
} */
.hero-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* .hero-slider{
  background: #000;
} */

.hero-slider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 23px;
    width: 100%;
    text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
    height: 6px;
    width: 6px;
    background: #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
    width: 30px;
    border-radius: 50px;
    opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
    margin-right: 0;
}
.hero-slider .owl-stage-outer,
.hero-slider .owl-stage,
.hero-slider .owl-item,
.hero-slider .hs-item {
    height: 100%;
    width: 100%;
}

/*---------------------
  Check Availabality
-----------------------*/
.available-section {
    position: relative;
    margin-top: 110px;
}

.fa-check {
    color: #e1bd85;
    border: 3px solid #e1bd85;
    border-radius: 100%;
}
.check-btn {
    background-color: #e1bd85;
    color: white;
}
.check-btn:hover {
    background-color: #156cbd;
    color: white;
}

/*---------------------
  Service Section
-----------------------*/

.services-section {
    padding-bottom: 60px;
    border-top: 1px solid #e5e5e5;
}
.services-section .section-title {
    margin-bottom: 36px;
}
.service-item {
    text-align: center;
    padding: 30px 35px 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service-item:hover {
    background: #3d85dd;
    color: white;
}
.service-item:hover i {
    color: #ffffff;
}
.service-item:hover h6 {
    color: #ffffff;
}
.service-item:hover p {
    color: #ffffff;
}
.service-item i {
    display: inline-block;
    color: #e1bd85;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service-item h4 {
    color: #000000;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.service-item p {
    color: #707079;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*------------------------
  Home Page Room Section 
-------------------------*/
.hp-room-section {
    /* max-width: 70%; */
    /* width: 80%; */
}

.hp-room-section .room-content {
    border-top: 1px solid #dadada;
}
.hp-room-items {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.hp-room-items .hp-room-item {
    height: 450px;
    width: 100%;
    margin-right: -15px;
    position: relative;
    overflow: hidden;
}
.hp-room-items .hp-room-item:hover .hr-text {
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.room-content h1 {
    letter-spacing: 1px;
    font: 700 36px "Montserrat";
    margin-bottom: 15px;
    text-transform: uppercase;
}
.hp-room-items .hp-room-item:hover .hr-text h2 {
    margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text {
    position: absolute;
    top: 78%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 30px;
    padding-bottom: 10px;
    bottom: -220px;
    -webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}
.hp-room-items .hp-room-item .hr-text h3 {
    color: #ffffff;
    margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text p {
    color: #ffffff;
    text-align: justify;
}
.hp-room-items .hp-room-item .hr-text h2 {
    color: #e1bd85;
    font-weight: 700;
    margin-bottom: 10px !important;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.hp-room-items .hp-room-item .hr-text h2 span {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.hp-room-items .hp-room-item .hr-text table {
    margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td {
    font-size: 16px;
    color: #ffffff;
    line-height: 36px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
    width: 120px;
}
.hp-room-items .hp-room-item .hr-text .primary-btn:after {
    background: #ffffff;
}

.hp-room-items .hp-room-item .hr-text .old-price {
    text-decoration: line-through;
}

/*---------------------
  About US
-----------------------*/

.card-img-top {
    width: 60px;
    height: 60px;
}

.about-text {
    text-align: center;
    padding: 0 20px;
}
.about-text p {
    color: #595960;
    font-weight: 500;
}
.about-text p.f-para {
    margin-bottom: 10px;
}
.about-text p.s-para {
    margin-bottom: 25px;
}
.about-text .about-btn {
    color: #000000;
}
.image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.zoom-image {
    width: 100%;
    /* height: 600px !important; */
    transition: transform 0.5s ease-in-out;
}

.image-container:hover .zoom-image {
    transform: scale(1.1);
}

/*---------------------
   Our Best
  -----------------------*/

.ourbest-text {
    text-align: center;
}
.ourbest-text p {
    color: #595960;
    font-weight: 500;
    padding: 0 20px;
}
.ourbest-text p.f-para {
    margin-bottom: 10px;
}
.ourbest-text p.s-para {
    margin-bottom: 35px;
}
.ourbest-text .ourbest-btn {
    color: #000000;
}
.image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.zoom-image {
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

.image-container:hover .zoom-image {
    transform: scale(1.1);
}

/*---------------------
  Video
-----------------------*/

.section-video.bg-23 {
    background: url(../img/gallery/gallery-1.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    height: 520px;
}

.section-video {
    position: relative;
}
.section-video .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: url(../img/play-button-icon-png-0.png);
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-video .modal-video {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.section-video .modal-video iframe {
    position: relative;
    top: 150px;
    width: 700px;
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

/*---------------------
  Footer Section
-----------------------*/

/* .footer-section {
  background: #000000;
  background-image: url("../img/footer-center.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
} */
.footer-section .container {
    max-width: 90%;
    margin-inline: auto;
}
.footer-section .footer-text {
    padding: 0px 0 30px;
}
.footer-section .footer-text h2 {
    letter-spacing: 1px;
    font: 700 36px "Lora" "sans-serif";
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.footer-section .footer-text .ft-about {
    margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
    margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .logo a {
    display: inline-block;
    width: 100%;
    max-width: 60px;
}
.footer-section .footer-text .ft-about p {
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-section .footer-text .ft-about .fa-social a {
    display: inline-block;
    height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #5a4d48;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 7px;
}
.footer-section .footer-text .ft-about .fa-social a:hover {
    background: #e1bd85;
    border-color: #e1bd85;
}
.footer-section .footer-text .ft-contact {
    margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
    font-size: 14px;
    color: #e1bd85;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: "Cabin", sans-serif;
    margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    list-style: none;
}
.footer-section .footer-text .ft-contact ul li a {
    font-size: 16px;
    color: #ffffff;
    line-height: 32px;
    list-style: none;
}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 14px;
    color: #e1bd85;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-family: "Cabin", sans-serif;
    margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter p {
    color: #ffffff;
}
.footer-section .footer-text .ft-newslatter li a {
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 30px;
}
.footer-section .footer-text .ft-newslatter .fn-form {
    position: relative;
}
.footer-section .footer-text .ft-newslatter .fn-form input {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    background: #393d4a;
    border: none;
    padding-left: 20px;
    font-size: 16px;
    color: #ffffff;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    background: #e1bd85;
    color: #ffffff;
    padding: 0 16px;
    height: 50px;
    border: none;
    border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
    border-top: 1px solid #30393f;
    background: rgba(16, 20, 31, 0.2);
    padding-top: 10px;
}
.footer-section .copyright-option ul li {
    list-style: none;
    display: inline-block;
    margin-right: 34px;
}
.footer-section .copyright-option ul li:last-child {
    margin-right: 0;
}
.footer-section .copyright-option ul li a {
    font-size: 16px;
    color: #ffffff;
}
.footer-section .copyright-option p {
    font-size: 16px;
    color: #ffffff !important;
    text-align: center;
}
/* --------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
    position: relative;
    background-size: 100% 100%;
    width: 100%;
    height: 55%;
    padding-top: 260px;
    padding-bottom: 180px;
}

.breadcrumb-text {
    text-align: center;
}
.breadcrumb-text h2 {
    font-size: 44px;
    color: #ffffff;
    margin-bottom: 12px;
}
.breadcrumb-text .bt-option a {
    display: inline-block;
    font-size: 18px;
    color: #000000 !important;
    margin-right: 20px;
    position: relative;
    font-weight: 500;
}
.breadcrumb-text .bt-option a:after {
    position: absolute;
    right: -13px;
    top: 1px;
    content: "";
    font-size: 18px;
    font-family: "FontAwesome";
    color: #aaaab3;
}
.breadcrumb-text .bt-option span {
    display: inline-block;
    font-size: 18px;
    color: #aaaab3;
}
/*------------------------
  About Us Page Section
-------------------------*/

.about-page-section {
    padding-top: 0;
    padding-bottom: 70px;
}
.about-page-text {
    margin-bottom: 65px;
}
.about-page-text .ap-title {
    margin-bottom: 30px;
}
.about-page-text .ap-title h2 {
    font-size: 44px;
    color: #000000;
    margin-bottom: 18px;
}
.about-page-text .ap-title p {
    font-size: 18px;
    color: #707079;
    line-height: 28px;
}
.about-page-text .ap-services li {
    list-style: none;
    font-size: 20px;
    color: #707079;
    line-height: 42px;
}
.about-page-text .ap-services li i {
    color: #e1bd85;
    margin-right: 5px;
}
.about-page-services .ap-service-item {
    position: relative;
    height: 420px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.about-page-services .ap-service-item .api-text {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
}
.about-page-services .ap-service-item .api-text h3 {
    color: #ffffff;
}
/*---------------------
  Video Section
-----------------------*/

.video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;

    video {
        object-fit: cover;
        position: fixed;
        width: 100%;
        height: 100%;
    }
}

.video-section {
    height: 60%;
    padding-top: 140px;
    background-attachment: fixed;
    background-size: cover;
}

.video-section .video-text .play-btn {
    color: white;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-content: center;
}

.video-section:hover .play-btn {
    color: #e1bd85;
}

/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
    padding-bottom: 80px;
}
.gallery-section .section-title {
    margin-bottom: 38px;
}
.gallery-item {
    position: relative;
    height: 280px;
    margin-bottom: 20px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
}
.gallery-item:hover:after {
    opacity: 1;
}
.gallery-item:hover .gi-text {
    opacity: 1;
}
.gallery-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 25, 26, 0.3);
    content: "";
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.gallery-item.large-item {
    height: 576px;
}
.gallery-item .gi-text {
    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;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
.gallery-item .gi-text h3 {
    color: #ffffff;
}

/* Start Album Gallery CSS */
.thumb {
    margin-bottom: 15px;
}
.thumb:last-child {
    margin-bottom: 0;
}
.thumb figure img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.thumb figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*---------------------
  Room Section
-----------------------*/

.rooms-section {
    padding-top: 0;
    padding-bottom: 80px;
}
.room-item {
    margin-bottom: 30px;
}
.room-item img {
    min-width: 100%;
}
.room-item .ri-text {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 24px 24px 30px 28px;
}
.room-item .ri-text h4 {
    color: #000000;
    margin-bottom: 17px;
}
.room-item .ri-text h3 {
    color: #e1bd85;
    font-weight: 700;
    margin-bottom: 14px;
}
.room-item .ri-text h3 span {
    font-family: "Cabin", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.room-item .ri-text table {
    margin-bottom: 18px;
}
.room-item .ri-text table tbody tr td {
    font-size: 16px;
    color: #707079;
    line-height: 36px;
}
.room-item .ri-text table tbody tr td.r-o {
    width: 115px;
}
.room-item .ri-text .primary-btn {
    color: #000000;
}
.room-pagination {
    text-align: center;
    padding-top: 20px;
}
.room-pagination a {
    font-size: 16px;
    color: #707079;
    border: 1px solid #efd4b9;
    border-radius: 2px;
    padding: 7px 13px 5px;
    margin-right: 7px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.room-pagination a:last-child {
    margin-right: 0;
}
.room-pagination a:hover {
    background: #e1bd85;
    color: #ffffff;
}
/*-----------------------
  Room Details Section
-------------------------*/

.room-details-header {
    background-color: #000 !important;
}
.header.sticked.room-details-header {
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.room-details-section {
    padding-top: 160px;
    padding-bottom: 80px;
    width: 88%;
    margin: auto;
}

.room-details-item {
    margin-bottom: 50px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    width: 100%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper2 {
    height: 80%;
    width: 100%;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.swiper-pagination-bullet-active {
    background-color: #dd9a2f !important;
}

.room-details-item .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.room-details-item .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 30%;
    object-fit: cover;
}

.room-details-item img {
    margin-bottom: 40px;
}

.room-details {
    /* border-top: 1px solid #e4e4e4; */
}

#sidebar {
    border-right: 1px solid #e4e4e4;
    height: 100%;
}

.nav-link {
    border-bottom: 1px solid #e4e4e4;
    font-weight: bold;
    font-size: 20px;
    color: black;
}
.nav-link:hover {
    border-bottom: 1px solid #e1bd85;
    color: #e1bd85;
}

.nav-link.active {
    font-weight: bold;
    color: #e1bd85;
    border-bottom: 1px solid #e1bd85;
}

.amout {
    color: #e1bd85;
}

.package-container {
    border-bottom: 1px solid #e4e4e4;
}

.table-head {
    background-color: #f1f1f1;
    border-radius: 2px;
}

.room-details-item .rd-text .rd-title {
    overflow: hidden;
    margin-bottom: 8px;
}
.room-details-item .rd-text .rd-title h3 {
    color: #000000;
    float: left;
}
.room-details-item .rd-text .rd-title .rdt-right {
    float: right;
    text-align: right;
}
.room-details-item .rd-text .rd-title .rdt-right .rating {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
}
.room-details-item .rd-text .rd-title .rdt-right .rating i {
    color: #f5b917;
}
.room-details-item .rd-text .rd-title .rdt-right a {
    display: inline-block;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    background: #e1bd85;
    padding: 14px 28px 13px;
}
.room-details-item .rd-text h2 {
    color: #e1bd85;
    font-weight: 700;
    margin-bottom: 25px;
}
.room-details-item .rd-text h2 span {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.room-details-item .rd-text table {
    margin-bottom: 32px;
}
.room-details-item .rd-text table tbody tr td {
    font-size: 16px;
    color: #000000;
    line-height: 36px;
}
.room-details-item .rd-text table tbody tr td.r-o {
    width: 120px;
    color: #707079;
}
.room-details-item .rd-text p {
    color: #707079;
}
.room-details-item .rd-text p.f-para {
    margin-bottom: 22px;
}
.rd-reviews {
    padding-top: 55px;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 50px;
}
.rd-reviews h4 {
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 45px;
}
.rd-reviews .review-item {
    margin-bottom: 32px;
}
.rd-reviews .review-item .ri-pic {
    float: left;
    margin-right: 30px;
}
.rd-reviews .review-item .ri-pic img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.rd-reviews .review-item .ri-text {
    overflow: hidden;
    position: relative;
    padding-left: 30px;
}
.rd-reviews .review-item .ri-text:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e9e9e9;
    content: "";
}
.rd-reviews .review-item .ri-text span {
    font-size: 12px;
    color: #e1bd85;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.rd-reviews .review-item .ri-text .rating {
    position: absolute;
    right: 0;
    top: 0;
}
.rd-reviews .review-item .ri-text .rating i {
    color: #f5b917;
}
.rd-reviews .review-item .ri-text h5 {
    color: #000000;
    margin-top: 4px;
    margin-bottom: 8px;
}
.rd-reviews .review-item .ri-text p {
    color: #707079;
    margin-bottom: 0;
}
.review-add h4 {
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 45px;
}
.review-add .ra-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #000000;
    padding-left: 20px;
    margin-bottom: 25px;
}
.review-add .ra-form input::-webkit-input-placeholder {
    color: #000000;
}
.review-add .ra-form input::-moz-placeholder {
    color: #000000;
}
.review-add .ra-form input:-ms-input-placeholder {
    color: #000000;
}
.review-add .ra-form input::-ms-input-placeholder {
    color: #000000;
}
.review-add .ra-form input::placeholder {
    color: #000000;
}
.review-add .ra-form h5 {
    font-size: 20px;
    color: #000000;
    margin-bottom: 24px;
    float: left;
    margin-right: 10px;
}
.review-add .ra-form .rating {
    padding-top: 3px;
    display: inline-block;
}
.review-add .ra-form .rating i {
    color: #f5b917;
    font-size: 16px;
}
.review-add .ra-form textarea {
    width: 100%;
    height: 132px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 20px;
    padding-top: 12px;
    margin-bottom: 24px;
    resize: none;
}
.review-add .ra-form textarea::-webkit-input-placeholder {
    color: #aaaab3;
}
.review-add .ra-form textarea::-moz-placeholder {
    color: #aaaab3;
}
.review-add .ra-form textarea:-ms-input-placeholder {
    color: #aaaab3;
}
.review-add .ra-form textarea::-ms-input-placeholder {
    color: #aaaab3;
}
.review-add .ra-form textarea::placeholder {
    color: #aaaab3;
}
.review-add .ra-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    background: #e1bd85;
    border: none;
    padding: 14px 34px 13px;
    display: inline-block;
}
.room-booking {
    padding: 40px 30px 0 40px;
}
.room-booking h3 {
    color: #000000;
    margin-bottom: 30px;
}
.room-booking form .check-date {
    position: relative;
    margin-bottom: 15px;
}
.room-booking form .check-date label {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.room-booking form .check-date input {
    width: 100%;
    height: 50px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 20px;
}
.room-booking form .check-date input::placeholder {
    color: rgb(0, 0, 0);
}
.room-booking form .check-date i {
    color: #000000;
    position: absolute;
    right: 30px;
    bottom: 17px;
}
.room-booking form .select-option {
    margin-bottom: 15px;
}
.room-booking form .select-option label {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.room-booking form .select-option .nice-select {
    border-radius: 2px;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 20px;
    width: 100%;
    float: none;
}
.room-booking form .select-option .nice-select:after {
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 10px;
    margin-top: 0;
    right: 20px;
    width: 10px;
    top: 36%;
}
.room-booking form .select-option .nice-select span {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
}
.room-booking form .select-option .nice-select .list {
    margin-top: 0;
    width: 100%;
}
.room-booking form button {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #e1bd85;
    border-radius: 2px;
    color: #e1bd85;
    font-weight: 500;
    background: transparent;
    /* width: 100%; */
    height: 46px;
    margin-top: 30px;
}

.room-details-section-container {
    max-width: 80%;
    width: 100%;
}

.menu-content {
    border-top: 1px solid #e4e4e4;
    padding: 50px 0;
}

.menu-content h3 {
    font-size: 16px;
}

/*---------------------
  Restaurent Section
-----------------------*/
.breakfast-container .section-title {
    border-bottom: 1px solid lightgray;
}

.lunch-container .section-title {
    border-top: 1px solid lightgray;
}
.dinner-container .section-title {
    border-top: 1px solid lightgray;
}

.restaurent-container .text-muted {
    font-size: 25px;
    color: #e1bd85 !important;
}

/*---------------------
  Contact Section
-----------------------*/

.contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact-text h2 {
    font-size: 44px;
    color: #000000;
    margin-bottom: 24px;
}
.contact-text p {
    color: #707079;
}
.contact-text table tbody tr td {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    font-weight: 500;
}
.contact-text table tbody tr td.c-o {
    color: #707079;
    width: 75px;
}
.contact-form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 25px;
    margin-bottom: 28px;
}
.contact-form input::-webkit-input-placeholder {
    color: #aaaab3;
}
.contact-form input::-moz-placeholder {
    color: #aaaab3;
}
.contact-form input:-ms-input-placeholder {
    color: #aaaab3;
}
.contact-form input::-ms-input-placeholder {
    color: #aaaab3;
}
.contact-form input::placeholder {
    color: #aaaab3;
}
.contact-form textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    color: #aaaab3;
    padding-left: 25px;
    padding-top: 12px;
    margin-bottom: 33px;
    resize: none;
}
.contact-form textarea::-webkit-input-placeholder {
    color: #aaaab3;
}
.contact-form textarea::-moz-placeholder {
    color: #aaaab3;
}
.contact-form textarea:-ms-input-placeholder {
    color: #aaaab3;
}
.contact-form textarea::-ms-input-placeholder {
    color: #aaaab3;
}
.contact-form textarea::placeholder {
    color: #aaaab3;
}
.contact-form button {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    background: #e1bd85;
    border: none;
    padding: 14px 34px 13px;
    display: inline-block;
}
.map {
    height: 470px;
    -webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
    margin-top: 75px;
}
.map iframe {
    width: 100%;
}

/* === profile page start === */
/* .profile-page 
{
  background-color:#aaaab3;
} */

.tab-content .section-heading {
    font-weight: bold;
}
.profile-page .nav .nav-link {
    color: #000;
    border: 1px solid #000;
}
.profile-page .nav .nav-link.active {
    background-color: #e1bd85;
    color: #fff;
}
.profile-page .tab-content {
    border: 1px solid #eee;
    border-radius: 12px;
}
.profile-page table {
    vertical-align: middle;
}
.profile-page table .text-ash {
    font-weight: bold;
    font-size: 18px;
}
.profile-page .prod-detals img {
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.profile-page .order-table thead tr {
    background-color: #000;
    color: #fff;
}
.profile-page .order-table thead tr th {
    font-weight: 500;
}

#editProfile .form-label {
    font-weight: bold;
    font-size: 18px;
}
.profile-btn {
    background-color: #e1bd85;
    border: none;
}

/* === profile page end === */
/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .container {
        max-width: 1200px;
    }
    .hero-section {
        height: 720px;
    }
    .hp-room-items .hp-room-item .hr-text {
        top: 75%;
    }
}

@media only screen and (max-width: 1440px) {
    .hp-room-items .hp-room-item {
        height: 400px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .top-nav .tn-left li {
        font-size: 11px;
        font-weight: bold;
        margin-right: 10px;
    }
    .top-nav .tn-right .top-social a {
        font-size: 11px;
        font-weight: bold;
    }
    .top-nav .tn-right .top-login a {
        font-size: 11px;
        font-weight: bold;
    }
    .top-nav .tn-right .language-option span {
        font-size: 11px;
        font-weight: bold;
    }
    .menu-item .nav-menu .mainmenu li a {
        font-size: 18px;
        font-weight: bold;
    }
}
/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -150px;
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -150px;
    }
    .hp-room-items .hp-room-item:hover .hr-text {
        bottom: 80px;
    }
}
@media only screen and (max-width: 1200px) {
    .top-nav {
        display: none;
    }
    .header-section {
        width: 100% !important;
    }
    .menu-item .nav-menu {
        display: none;
    }
    .offcanvas-menu-overlay {
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: 98;
        height: 100%;
        width: 100%;
        visibility: hidden;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
    .offcanvas-menu-overlay.active {
        visibility: visible;
    }

    .logo-section {
        display: flex !important;
        justify-content: left !important;
        /* width: 100% !important; */
    }

    .canvas-open {
        position: absolute;
        right: 30px;
        top: 25px;
        font-size: 22px;
        width: 30px;
        height: 30px;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 2px;
        line-height: 33px;
        text-align: center;
        z-index: 100;
        display: block;
        cursor: pointer;
    }
    .sticked .canvas-open {
        position: absolute;
        right: 40px;
        top: 25px;
        font-size: 22px;
        width: 30px;
        height: 30px;
        color: #ffffff;
        border: 1px solid #ffffff;
        border-radius: 2px;
        line-height: 33px;
        text-align: center;
        z-index: 100;
        display: block;
        cursor: pointer;
    }

    .offcanvas-menu-wrapper {
        position: fixed;
        left: -300px;
        top: 0;
        width: 300px;
        z-index: 999;
        background: #ffffff;
        text-align: center;
        overflow-y: auto;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        padding: 80px 30px 30px 30px;
        display: block;
    }

    .offcanvas-menu-wrapper .canvas-close {
        height: 30px;
        width: 30px;
        border: 1px solid #000000;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 25px;
        padding-right: 1px;
    }
    .offcanvas-menu-wrapper .search-icon {
        display: none;
    }
    .offcanvas-menu-wrapper .header-configure-area {
        margin-bottom: 30px;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option {
        display: inline-block;
        cursor: pointer;
        padding: 13px 0;
        position: relative;
        margin-bottom: 10px;
    }
    .offcanvas-menu-wrapper
        .header-configure-area
        .language-option:hover
        .flag-dropdown {
        top: 40px;
        opacity: 1;
        visibility: visible;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option img {
        height: 26px;
        width: 26px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .offcanvas-menu-wrapper .header-configure-area .language-option span {
        font-size: 16px;
        color: #e1bd85;
        text-transform: uppercase;
        font-weight: 500;
    }
    .offcanvas-menu-wrapper
        .header-configure-area
        .language-option
        .flag-dropdown {
        position: absolute;
        left: 0;
        top: 60px;
        width: 100px;
        background: #ffffff;
        display: block;
        padding: 10px 15px;
        -webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
        box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 99;
    }
    .offcanvas-menu-wrapper
        .header-configure-area
        .language-option
        .flag-dropdown
        ul
        li {
        list-style: none;
        text-align: left;
    }
    .offcanvas-menu-wrapper
        .header-configure-area
        .language-option
        .flag-dropdown
        ul
        li
        a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        color: #e1bd85;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper
        .header-configure-area
        .language-option
        .flag-dropdown
        ul
        li
        a:hover {
        color: #e1bd85;
    }
    .offcanvas-menu-wrapper .header-configure-area .bk-btn {
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
        padding: 16px 28px 15px;
        background: #e1bd85;
        color: #ffffff;
        text-transform: uppercase;
        letter-spacing: 2px;
    }
    .offcanvas-menu-wrapper .mainmenu {
        display: none;
    }
    .offcanvas-menu-wrapper .slicknav_menu {
        background: transparent;
        padding: 0;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
        float: none;
        margin: 0 0 10px 0;
        display: none;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
        display: block !important;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
        margin: 0;
        text-align: left;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
        padding-left: 20px;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
        margin: 0;
        padding: 10px;
        font-weight: 600;
        font-size: 14px;
        color: #e1bd85;
        border-bottom: 1px solid #e5e5e5;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
        border-radius: 0;
        background: transparent;
        color: #e1bd85;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
        border-bottom: 0;
        padding-left: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
        color: #e1bd85;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
        color: #e1bd85;
    }
    .offcanvas-menu-wrapper
        .slicknav_menu
        .slicknav_nav
        .slicknav_row:hover
        span {
        color: #e1bd85;
    }
    .offcanvas-menu-wrapper .top-social {
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .offcanvas-menu-wrapper .top-social a {
        display: inline-block;
        font-size: 16px;
        color: #e1bd85;
        margin-right: 20px;
    }

    .offcanvas-menu-wrapper .top-social a:last-child {
        margin-right: 0;
    }
    .offcanvas-menu-wrapper .top-login a {
        display: inline-block;
        font-size: 16px;
        color: #e1bd85;
    }
    .offcanvas-menu-wrapper .top-widget li {
        list-style: none;
        font-size: 16px;
        color: #e1bd85;
        font-weight: 500;
        line-height: 28px;
    }
    .offcanvas-menu-wrapper .top-widget li i {
        color: #e1bd85;
        margin-right: 4px;
    }
    .offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
        left: 0;
        opacity: 1;
        visibility: visible;
        padding-top: 100px;
    }

    .header.sticked .logo-section {
        justify-content: start !important;
    }
    .header-section .container {
        max-width: 100%;
    }
    .menu-container {
        display: flex;
        justify-content: start !important;
    }
    .hero-section .container {
        top: -100px;
    }
    .location {
        display: none !important;
    }
    .available-section {
        position: relative;
        margin-top: 70px;
    }
    .room-details-section {
        padding-top: 80px;
        padding-bottom: 80px;
        width: 95%;
        margin: auto;
    }

    .breadcrumb-section {
        padding-top: 180px;
        padding-bottom: 80px;
    }

    .about-text {
        margin-bottom: 30px;
    }
    .footer-section .copyright-option ul {
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-section .copyright-option .co-text {
        text-align: center;
    }
    .about-pic img {
        margin-bottom: 20px;
    }
    .room-booking {
        padding: 0;
        margin-top: 40px;
    }
    .contact-form {
        padding-top: 30px;
    }
    .hero-section {
        position: relative;
        height: 500px;
        top: 82px;
        right: 0;
        left: 0;
        width: 100%;
        padding-top: 150px;
        padding-bottom: 90px;
    }
    .hero-text {
        margin-bottom: 40px;
    }
    .hero-text h1 {
        font-size: 35px;
    }
}
/* Tablet Device: 768px */

@media only screen and (min-width: 560px) and (max-width: 768px) {
    .hero-section {
        height: 420px !important;
        width: 100%;
    }
    /* .hero-section .container {
        top: -100%;
    } */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-slider.owl-carousel .owl-nav button {
        left: -30px;
    }
    .testimonial-slider.owl-carousel .owl-nav button.owl-next {
        right: -30px;
    }
    .hp-room-items {
        margin: 0;
    }
    .hp-room-item {
        margin-bottom: 15px;
    }
}
/* Large Mobile: 480px */

@media only screen and (max-width: 768px) {
    .container {
        width: 100% !important;
    }

    .hero-text h1 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .hero-text p {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 20px;
    }

    .breadcrumb-text h2 {
        font-size: 30px;
    }

    .hp-room-section {
        width: 95%;
    }

    .about-page-text .ap-title h2 {
        font-size: 25px !important;
        color: #000000;
        margin-bottom: 18px;
        text-align: center;
    }
    .about-page-text .ap-title p {
        text-align: center;
    }

    .testimonial-slider.owl-carousel .owl-nav {
        display: none;
    }
    .room-details-item .rd-text .rd-title {
        margin-bottom: 25px;
    }
    .room-details-item .rd-text .rd-title h3 {
        float: none;
        margin-bottom: 30px;
    }
    .room-details-item .rd-text .rd-title .rdt-right {
        float: none;
        text-align: left;
    }
    .footer-section .copyright-option ul li {
        margin-right: 25px;
    }
    .blog-details-text .tag-share .tags {
        float: none;
        margin-bottom: 20px;
    }
    .blog-details-text .tag-share .social-share {
        float: none;
    }
    .about-text .section-title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .hp-room-items {
        margin: 0 -5px;
    }
    .hp-room-item {
        margin-bottom: 10px;
    }
}

/* Small Mobile: 320px */
@media (min-width: 576px) {
    .container {
        width: 100% !important;
    }
}

@media only screen and (max-width: 560px) {
    .hero-section {
        top: 82px;
        height: 320px;
        width: 100%;
    }
    .hero-section .container {
        top: -120px;
    }
    .image-container {
        width: 95%;
        margin-inline: auto;
    }
    .gallery-item.large-item {
        height: 280px;
    }
    .gallery-item {
        width: 95%;
        margin-inline: auto;
    }
    .footer-section .copyright-option ul li {
        margin-bottom: 5px;
    }
    .video-section {
        padding-top: 80px;
    }
    .rd-reviews .review-item .ri-pic,
    .blog-details-text .comment-option .single-comment-item .sc-author {
        float: none;
        margin-bottom: 30px;
    }
    .rd-reviews .review-item .ri-text .rating {
        position: relative;
    }
    .rd-reviews .review-item .ri-text,
    .blog-details-text
        .comment-option
        .single-comment-item.second-comment
        .sc-text,
    .blog-details-text
        .comment-option
        .single-comment-item.first-comment
        .sc-text {
        padding-left: 0;
    }
    .blog-details-text .comment-option .single-comment-item.reply-comment {
        padding-left: 30px;
    }
    .rd-reviews .review-item .ri-text:before,
    .blog-details-text
        .comment-option
        .single-comment-item.first-comment
        .sc-text:before,
    .blog-details-text
        .comment-option
        .single-comment-item.second-comment
        .sc-text:before {
        display: none;
    }
    .blog-details-hero {
        padding-top: 70px;
    }
    .blog-details-text .bd-pic .bp-item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .blog-details-text .tag-share .tags a {
        margin-bottom: 6px;
    }
    .blog-details-text .comment-option .single-comment-item .sc-text a {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 365px) {
    .room-item .ri-text table tbody tr td {
        font-size: 10px;
        line-height: 20px;
    }
    .room-item .ri-text table tbody tr td.r-o {
        width: 50px;
    }
}

/*==================================Login Page ==================================*/

#login-background {
    background: -webkit-linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );

    background: linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );
}

.gradient-custom {
    background: -webkit-linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );

    background: linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );
}

#login-background .form-label {
    font-weight: bold;
    font-size: 20px;
}

/*======================================== Registration Page ================================= */
#register-background {
    background: -webkit-linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );

    background: linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );
}

.gradient-custom1 {
    background: -webkit-linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );

    background: linear-gradient(
        to right,
        rgba(106, 17, 203, 1),
        rgba(37, 117, 252, 1)
    );
}

.card-registration .select-input.form-control[readonly]:not([disabled]) {
    font-size: 1rem;
    line-height: 2.15;
    padding-left: 0.75em;
    padding-right: 0.75em;
}
.card-registration .select-arrow {
    top: 13px;
}


.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
