@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

:root {
  --color-default: #292929;
  --color-secondary: #6d5a7a;
  --color-primary: #eadcd3;
  --color-secondary-light: #32374c;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}


.fixed-header .header-one {
  position: fixed;
  -webkit-animation-name: slideInDown;
  -webkit-animation-duration: 700ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: slideInDown;
  -moz-animation-duration: 700ms;
  -moz-animation-timing-function: ease;
  -ms-animation-name: slideInDown;
  -ms-animation-duration: 700ms;
  -ms-animation-timing-function: ease;
  animation-name: slideInDown;
  animation-duration: 700ms;
  animation-timing-function: ease;
  background-color: #fff;
  box-shadow: 0px 0px 10px;
  height: 105px;
  width: 100%;
}

.fixed-header .top-social {
  top: 14px;
}


.fixed-header .lower-box .logo img {
  filter: brightness(1);
}

.fixed-header .top-phn a {
  color: var(--color-default);
}

.fixed-header .navbar .nav-toggle span {
  background: var(--color-secondary);
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-primary);
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  color: var(--color-primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
}

.main-menu .navigation>li .active .auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -99;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../gallery/bg.jpg);
  opacity: 0.8;
}

.top-wrap {
  position: relative;
  height: 100vh;
}

.top-border {
  width: 60%;
  height: 2px;
  position: relative;
  margin: auto;
  background: var(--color-primary);
}

/**header-main**/
.header-main {
  position: absolute;
  width: 100%;
  z-index: 5;
  /* background: #fff;
  height: 108px;
  box-shadow: 0px 2px 20px #000000a3; */
}

.header-one {
  position: relative;
}

.header-one .container {
  position: relative;
  max-width: 1200px;
}

.header-one .lower-box {
  position: relative;
  height: 100%;
}

.lower-box .logo {
  top: 15px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 194px;
}

.lower-box .logo img {
  filter: brightness(0) invert(1);
}

.lower-box .nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.main-menu {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 54px 0 0;
  top: 0;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: block;
  padding: 0 11px;
}

.main-menu .navigation>li {
  position: relative;
  display: inline-table;
}

.main-menu .navigation>li>a:hover {
  color: var(--color-primary);
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 21px;
  line-height: 30px;
  border-right: 0px;
  padding: 2px 10px;
  opacity: 1;
  color: var(--color-default);
}

.main-menu .navigation>li>a i {
  font-size: 16px;
  color: var(--color-teritary);
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0;
  width: 50px;
  height: 42px;
  border-left: 1px solid #04102a;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  z-index: 5;
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #393939;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--color-secondary);
  padding: 50px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li>a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
  position: relative;
  color: var(--color-default);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: var(--color-secondary);
  font-size: 16px;
  line-height: 32px;
  background: var(--color-teritary);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
  display: none;
  background: #fff;
}

.main-menu .navigation>li>.custom-width {
  width: 133px;
}

.main-menu .navigation>li>ul.cstmwidth {
  width: 105px;
}

.main-menu .navigation>li>ul.cstmwidth1 {
  width: 130px;
}

.main-menu .navigation>li>ul>li>a:hover {
  padding-left: 30px;
}

.main-menu .navigation>li>ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 328px;
  opacity: 0;
  z-index: 100;
  background-color: var(--color-primary);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation>li.dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #fdfdfd59;
}

.main-menu .navigation>li>ul>li>a:hover {
  background: linear-gradient(to left, var(--color-teritary), #ffffff00);
  color: #fff;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: #ffffff;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  text-transform: capitalize;
  color: #2e2d2d;
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
  border-bottom: none;
}

/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}

.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.intro_video video {
  width: 100%;
  height: 100%;
  filter: brightness(0.5);
}

.banner-wrapper {
  position: relative;
  overflow: hidden;
  height: 100vh;
}

.intro_video {
  position: relative;
  width: 100%;
}

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background: var(--color-secondary);
  display: none;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--color-secondary);
}

.abt-sec {
  position: relative;

  margin-bottom: 100px;
  padding-top: 120px;
}

.am-txt2 {
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.05;
}

.am-txt2 h2 {
  font-size: 100px;
  font-family: "Trajan Pro Regular", sans-serif;
  font-weight: 400;
  color: var(--color-secondary);
  z-index: -1;
}

.sec-head h3 {
  font-weight: 300;
  font-size: 23px;
  background: linear-gradient(to left, var(--color-primary), #00246f);
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  margin-bottom: 8px;
}

.sec-head h2 {
  font-weight: 400;
  font-size: 63px;
  color: var(--color-secondary);
}

.banner-content-outer {
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
  left: 0px;
  z-index: 1;
}

.top-phn {
  position: absolute;
  right: 38px;
  top: 36px;
  z-index: 1;
}

.top-phn a {
  color: #fff;
  padding: 5px 8px;
  font-size: 24px;
  margin-right: 36px;
}

.top-social {
  position: relative;
  z-index: 1;
}

.top-social ul li {
  display: inline-block;
  margin-right: 4px;
}

.top-social li a {
  display: block;
  width: 30px;
  height: 30px;
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin: 0px 1px;
  transition: all 300ms ease;
}

.top-wrap1 {
  position: relative;
}

.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 170px 0 80px;
}

.breadcrumb {
  position: relative;
  padding: 0px 0 30px;
  margin-bottom: 0;
  z-index: 2;
  display: block;
  background: transparent;
}

.bread-bg {
  padding: 218px 0px 25px;
  position: relative;
}

.bread-bg::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.bread-bg.contact-bread::after {
  background-image: url(../gallery/contact-bg.jpg);
}

.bread-bg.dining-bread::after {
  background-image: url(../gallery/dining-bg.jpg);
}

.bread-bg.blog-bread::after {
  background-image: url(../gallery/about-bg.jpg);
}

.bread-bg.rooms-bread::after {
  background-image: url(../gallery/rooms/room2b.jpg);
}

.bread-bg.about-bread::after {
  background-image: url(../gallery/about-bg.jpg);
}

.bread-bg::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/abt-img1.jpg);
  background-size: cover;
  background-position: center;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.breadcrumb h1 {
  color: #fff;
  font-size: 54px;
  text-transform: capitalize;
  font-weight: 100;
  margin-bottom: 0px;
  letter-spacing: 1px;
  padding-right: 90px;
  padding-bottom: 10px;
}

.breadcrumb h1::before {
  content: " ";
  position: absolute;
  width: 32%;
  height: 1px;
  background: #fff;
  bottom: -1px;
  left: 0px;
  opacity: 0.5;
}

.breadcrumb ul li a {
  font-weight: 300;
  color: #fff;
}

.breadcrumb ul li:last-child::before {
  content: none;
}

.breadcrumb ul li {
  font-size: 17px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding: 0 8px;
  margin: 0;
}

.breadcrumb ul {
  padding: 6px 0px;
  position: relative;
  display: inline-block;
}

.breadcrumb ul i {
  font-size: 20px;
  color: #fff;
}

.inner-section1 {
  position: relative;
  padding: 58px 0px 98px;
}

.serv-matter p {
  font-size: 18px;
  margin-bottom: 0px;
  line-height: 32px;
}

.serv-image {
  position: relative;
  border: 1px solid var(--color-secondary);
  padding: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.serv-image img {
  box-shadow: 0px 0px 10px #9f9f9f;
  border-radius: 10px;
}

.ol_styles {
  padding: 0;
  padding-left: 20px;
}

.ol_styles li {
  position: relative;
  margin-bottom: 4px;
  line-height: 32px;
  text-align: justify;
  list-style: disc;
}

.serv-matter h2 {
  color: var(--color-secondary);
  font-size: 68px;
  margin: 18px 0px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.serv-matter h3 {
  color: var(--color-default);
  font-size: 28px;
  font-weight: 400;
}

.serv-matter h4 {
  color: var(--color-default);
  font-size: 28px;
  font-weight: 400;
}

.serv-matter {
  text-align: center;
}

.abt-head-inner {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.abt-head-inner::before {
  content: " ";
  position: absolute;
  width: 68%;
  height: 1px;
  background: var(--color-secondary);
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.rooms-head {
  position: relative;
  padding: 12px 0px 18px;
  margin: 0px 0px 28px;
}

.rooms-head::before {
  content: " ";
  position: absolute;
  width: 300px;
  height: 1px;
  background: var(--color-default);
  left: -78px;
  top: 0px;
}

.rooms-head::after {
  content: " ";
  position: absolute;
  width: 324px;
  height: 1px;
  background: var(--color-default);
  right: 365px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

.rooms-head h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 45px;
  text-transform: capitalize;
  color: var(--color-secondary);
}

.rooms-text p {
  margin-bottom: 10px;
  line-height: 32px;
  text-align: justify;
}

.rooms-text {
  position: relative;
  margin-bottom: 20px;

}

.rooms-text h2 {
  color: var(--color-secondary);
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 8px;
}

.rooms-inner-text .rooms-row {
  padding-top: 0px;
  padding-bottom: 50px;
}

.abt-inner-img {
  margin-bottom: 33px;
  margin-top: 38px;
}

.abt-inner-img img {
  width: 738px;
  border: 8px solid #f5f5f5;
  box-shadow: 0px 0px 20px #0000002e;
}

.img-inner-row .col-md-3 {
  margin-bottom: 30px;
}

._cform {
  position: relative;
  padding: 36px 38px;
  margin: auto;
  text-align: center;
  box-shadow: 0 0 10px #ccc;
  border: 7px solid #f5f5f5;
  background: #fff;
  margin-bottom: 58px;
}

._cform h3 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 38px;
  display: inline-block;
  text-transform: uppercase;
  /* letter-spacing: 3px; */
  color: var(--color-secondary);
}

._cform .form-control {
  border-bottom: 0px;
  height: 50px;
  border-radius: 8px;
  font-weight: 300;
  padding: 0.375rem 1.75rem;
  background: #d4d4d43b;
}

._cform .form-control::placeholder {
  color: #000000c3;
}

._cform .form-group textarea {
  height: 100px !important;
}

._cform .theme-btn {
  color: #fff;
  background: var(--color-secondary);
  padding: 4px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 18px;
  margin-top: 13px;
}

._cform .form-group i {
  position: absolute;
  left: 22px;
  top: 16px;
  color: #0218457d;
  font-size: 15px;
}

.c-map {
  text-align: center;
}

.c-map iframe {
  width: 100%;
  height: 300px;
  box-shadow: 0px 0px 10px #0000002b;
  border: 5px solid #fff;
}

.chatbox {
  position: fixed;
  bottom: 91px;
  left: 28px;
  width: 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 51%);
  display: none;
  z-index: 2;
}

.chatbox-header {
  background: linear-gradient(to left, var(--color-secondary), var(--color-secondary));
  color: #fff;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
}

.chatbox-header h5 {
  line-height: 33px;
  font-weight: 300;
  text-transform: capitalize;
}

.chatbox-header .btn-danger {
  color: var(--color-secondary);
  background-color: #fff;
  border-color: #fff;
}

.chatbox-footer .btn-success {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.chatbox-footer .btn-success:hover {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.chatbox-footer .btn-success.focus,
.chatbox-footer .btn-success:focus {
  box-shadow: 0 0 0 0.2rem #6e341963;
}

.chatbox-body {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-image: url(../gallery/chat-bg.jpg);
  background-size: cover;
}

.sent-btn i {
  /* transform: rotate(45deg); */
}

.close-btn {
  font-size: 34px;
  padding: 0px;
  line-height: 24px;
  width: 30px;
  height: 32px;
  text-align: center;
  display: block;
  padding-bottom: 5px;
}

.chatbox-footer .form-control {
  border-bottom: none;
  font-size: 15px;
}

.chatbox-footer .form-control::placeholder {
  color: var(--color-default);
}

.chatbox-footer .form-control:focus {
  box-shadow: none;
  color: var(--color-default);
}

.chatbox-footer {
  padding: 5px 10px;
  display: flex;
  gap: 5px;
}

#chatbox-open {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 0px;
  background: var(--color-secondary);
  z-index: 5;
  border-radius: 50%;
}

.btn img {
  width: 68px;
  filter: brightness(0) invert(1);
  padding: 13px;
}

#chat-messages {
  background: #ffffff;
  padding: 14px;
  border-radius: 0px 25px 25px 25px;
  box-shadow: 0px 0px 8px #00000059;
}

#chat-messages p {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 23px;
}

.book-now a img {
  width: 200px;
}

.book-now {
  margin-top: 18px;
  position: relative;
  cursor: pointer;
}

.abt-section {
  position: relative;
  margin-bottom: 80px;
  padding-top: 98px;
}

.abt-sec-head h3 {
  font-weight: 400;
  font-size: 19px;
  background: linear-gradient(to left, var(--color-primary), var(--color-secondary));
  display: inline-block;
  position: relative;
  padding: 4px 10px;
  color: #fff;
  margin-bottom: 8px;
}

.abt-sec-head h1 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--color-default);
}

.abt-sec-head h2 {
  display: block;
  font-size: 60px;
  margin-top: 6px;
  font-weight: 600;
  line-height: 68px;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.abt-sec-matter p {
  line-height: 32px;
  padding-top: 4px;
  font-size: 17px;
}

.amenities-sec {
  position: relative;
  margin-bottom: 40px;
}

.book-now img {
  width: 200px;
}

.room-sec {
  position: relative;
  margin-bottom: 100px;
}

.room-main {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: fit-content;
  height: fit-content;
}

.room-block .box2 {
  width: 330px;
  left: -1px;
}

.box2 {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.box2:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #6d5a7a5e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: skew(45deg) scaleX(0);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.box2:hover:before {
  transform: skew(0) scaleX(1);
}

.box2 img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

.box2:hover img {
  transform: scale(1.1);
}

.box2 .box2-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 0;
  opacity: 0;
  z-index: 2;
  transform: translateY(-50%) scale(0.8);
  transition: all 0.2s ease 0s;
}

.box2:hover .box2-content {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.box2 .icon2 {
  padding: 0;
  margin: 0;
  list-style: none;
}

.box2 .icon2 li {
  display: inline-block;
  margin-left: 5px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.3s ease 0.1s;
}

.box2:hover .icon2 li {
  opacity: 1;
  transform: translateY(0);
}

.box2:hover .icon2 li:nth-child(2) {
  transition-delay: 0.2s;
}

.box2 .icon2 li a {
  display: block;
  width: 55px;
  height: 55px;
  line-height: 49px;
  border-radius: 50% 0 50% 50%;
  background: var(--color-secondary);
  font-size: 31px;
  color: #fff;
  transition: all 0.3s ease 0s;
}

.box2 .icon2 li a i {
  line-height: inherit;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.block2 {
  margin: 10px 0px;
}

.block2 .col-md-4:nth-child(2) {
  border-right: 1px dashed var(--color-default);
  border-left: 1px dashed var(--color-default);
}

.block2 .col-md-4:nth-child(2)::before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: var(--color-secondary);
  top: 0;
  left: -5px;
  border-radius: 50%;
}

.block2 .col-md-4:nth-child(2)::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: var(--color-secondary);
  top: 0;
  right: -5px;
  border-radius: 50%;
}

.fac-sec {
  position: relative;
  margin-bottom: 88px;
  overflow: hidden;
  padding: 180px 0px;
}

.fac-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/fac-bg1.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
  top: 0px;
  z-index: -2;
}

.fac-sec::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(79, 60, 92, 0.88);
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
}

.fac-sec .am-txt2 {
  position: absolute;
  top: -133px;
  left: -225px;
  opacity: 0.13;
}

.fac-sec .am-txt2 h2 {
  color: var(--color-primary);
}

.dine-head {
  position: relative;
}

.dine-head h2 {
  font-weight: 700;
  font-size: 74px;
  margin-bottom: 10px;
  color: #fff;
}

.dine-head h3 {
  font-weight: 200;
  font-size: 50px;
  font-family: "Parisienne", cursive;
  color: #fff;
}

.dine-shape {
  position: relative;
}

.dine-shape::before {
  content: " ";
  position: absolute;
  /* width: 28%; */
  width: 0px;
  height: 1px;
  background: #fff;
  left: 106px;
  top: -58px;
  opacity: 0;
  transition: all 0.6s ease;
}

.dine-shape::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 0px;
  background: #fff;
  left: 155px;
  top: -98px;
  transition: all 0.6s ease;
  transition-delay: 0.6s;
  opacity: 0;
}

.dine-shape.visible::before {
  width: 28%;
  opacity: 1;
}

.dine-shape.visible::after {
  height: 268px;
  opacity: 1;
}

.dine-shape1::before {
  content: " ";
  position: absolute;
  /* width: 28%; */
  width: 0px;
  height: 1px;
  background: #fff;
  right: 106px;
  bottom: -58px;
  opacity: 0;
  transition: all 0.6s ease;
}

.dine-shape1::after {
  content: " ";
  position: absolute;
  width: 1px;
  height: 0px;
  background: #fff;
  right: 155px;
  bottom: -98px;
  opacity: 0;
  transition: all 0.6s ease;
  transition-delay: 0.6s;
}

.dine-shape1.visible::before {
  width: 28%;
  opacity: 1;
}

.dine-shape1.visible::after {
  height: 268px;
  opacity: 1;
}

.room-sec .abt-sec-head h2 {
  font-size: 48px;
  margin-top: 2px;
  line-height: 48px;
}

.room-sec .abt-sec-head {
  margin-bottom: 30px;
}

.amenities-sec {
  position: relative;
  min-height: 85vh;
  margin-bottom: 100px;
}

.abt-sec-matter p a {
  color: var(--color-secondary);
}

.facility-sec {
  position: relative;
  margin-bottom: 100px;
}

.facility-img {
  position: relative;
}

.facility-img::before {
  content: " ";
  position: absolute;
  width: 78px;
  height: 78px;
  background: linear-gradient(45deg, var(--color-secondary), #ffffff00);
  z-index: -1;
  border-radius: 50%;
  opacity: 0.4;
}

.facility-content h2 {
  font-size: 18px;
  margin-top: 15px;
  font-weight: 400;
}

.facility-block {
  padding: 10px;
  margin-bottom: 20px;
  margin-top: 18px;
}

.facility-sec .facility-img img {
  width: 88px;
}

.ser_head p {
  color: #202020;
  font-size: 18px;
}

.facility-sec .f-one {
  position: relative;
}

.facility-sec .f-two {
  position: relative;
  padding: 10px;
}

.f-two::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 32px;
  top: 0;
  opacity: 0.55;
  box-shadow: rgb(204, 204, 204) 0px 0px 10px;
}

.f-center {
  color: #fff;
}

.f-center h2 {
  font-size: 55px;
  z-index: 999;
}

.f-center p {
  color: #fff;
  z-index: 99;
  font-size: 20px;
}

.f-center::before {
  content: "";
  position: absolute;
  top: 0;
  height: 280px;
  width: 280px;
  background-color: #474546;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  z-index: -1;
  border: 10px solid #fff;
  box-shadow: 0px 0px 10px #333;
}

.f-head .separator {
  position: relative;
  height: 0;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.f-head .separator:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 93px;
  border-bottom: 2px solid #fff;
}

.f-head .separator:after {
  content: "";
  position: absolute;
  top: -7px;
  right: 100%;
  margin-right: 10px;
  width: 36px;
  display: none;
}

.f-head .separator .cir {
  position: absolute;
  left: 0;
  top: -7px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--color-secondary);
  border-radius: 50%;
  background: #fff;
  margin: auto;
  right: 0;
}

.fac-head p {
  margin-top: 20px;
  padding: 0px 83px;
}

.fac-head img {
  width: 358px;
}

.appt-right-blk {
  position: relative;
  background-color: var(--color-secondary);
  padding: 158px 0 35px;

  z-index: 1;
  border-radius: 25px;
}

.appt-right-blk::before {
  content: "";
  background: url(../gallery/app-bg.png);
  width: 100%;
  height: 100%;
  border-radius: 25px;
  position: absolute;
  top: 0px;
  left: 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}

.form-control::placeholder {
  color: #fff;
}

.booknow-form {
  padding: 14px 35px;
}

.appt-right-blk .title-txt h2 {
  color: #fff;
}

.appt-right-blk .title-txt p {
  color: #fff;
  padding: 0px 18px;
}

.booknow-form .btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;

  font-weight: 500;
  overflow: hidden;
  min-width: 110px;
  border-radius: 30px;
  border: none;
  background-color: #9c8ea7;
  color: #fff;
  margin-top: 25px;
}

.form-control {
  color: #fff;
  border-bottom: 1px solid #ffffff4d;
}

.footer-section {
  position: relative;
  padding-top: 25px;
  background: #374049;
}

.footer-section p {
  color: #ffffffba;
  font-size: 15px;
}

.gt-social-list {
  list-style-type: none;
  margin: -2px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.gt-social-list li {
  padding: 2px;
}

.gt-social-list li a {
  width: 32px;
  height: 32px;
  font-size: 0.75rem;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  background-color: var(--color-primary);
  color: var(--color-secondary);
}

.gt-social-list li a img {
  width: 12px;
}

.gt-social-list li a:hover {
  color: #ffffff;
}

.gt-social-list li a:hover img {
  filter: brightness(0) invert(1);
}

.gt-social-list.gt-transparent li a {
  background-color: transparent;
  font-size: 0.9rem;
}

.gt-social-list.gt-light li a {
  background: #fff;
  color: #000000;
}

.gt-social-media.gt-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gt-social-media.gt-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gt-social-media.gt-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-section .f-credits {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid var(--color-primary);
}

.footer-section .f-credits span {
  color: var(--color-primary);
}

.footer-section .f-contact h2 {
  text-transform: uppercase;
  color: var(--color-primary);
}

.footer-section .f-contact p {
  margin-bottom: 5px;
}

.footer-section .f-about {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 2px solid var(--color-primary);
}

.f-logo img {
  width: 220px;
}

.btn-style-two {
  position: relative;
  line-height: 24px;
  background: var(--color-secondary);
  color: #ffffff !important;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 10px 23px 10px;
  border: 2px solid var(--color-secondary);
  text-transform: uppercase;
  margin-top: 38px;
  display: inline-block;
}

.four-item-carousel {
  padding-top: 20px;
}

.four-item-carousel .col-md-3 {
  padding: 0px 10px;
}

.project-block-two {
  position: relative;
}

.project-block-two .inner-box {
  position: relative;
  cursor: pointer;
}

.project-block-two .inner-box .image {
  position: relative;
}

.project-block-two .inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}

.project-block-two .inner-box .image .overlay-box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  opacity: 0;
  display: block;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.project-block-two .inner-box .image .overlay-box:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  -webkit-transform: perspective(400px) rotateY(-90deg);
  -moz-transform: perspective(400px) rotateY(-90deg);
  -ms-transform: perspective(400px) rotateY(-90deg);
  -o-transform: perspective(400px) rotateY(-90deg);
  transform: perspective(400px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgb(0 0 0 / 79%);
}

.project-block-two .inner-box:hover .image .overlay-box:before {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg);
  -moz-transform: perspective(400px) rotateY(0deg);
  -ms-transform: perspective(400px) rotateY(0deg);
  -o-transform: perspective(400px) rotateY(0deg);
  transform: perspective(400px) rotateY(0deg);
}

.project-block-two .inner-box .image .overlay-box:after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  display: block;
  opacity: 0;
  text-align: center;
  -webkit-transform: perspective(400px) rotateY(90deg);
  -moz-transform: perspective(400px) rotateY(90deg);
  -ms-transform: perspective(400px) rotateY(90deg);
  -o-transform: perspective(400px) rotateY(90deg);
  transform: perspective(400px) rotateY(90deg);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: right;
  -o-transform-origin: left;
  transform-origin: left;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgb(0 0 0 / 79%);
}

.project-block-two .inner-box:hover .image .overlay-box:after {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg);
  -moz-transform: perspective(400px) rotateY(0deg);
  -ms-transform: perspective(400px) rotateY(0deg);
  -o-transform: perspective(400px) rotateY(0deg);
  transform: perspective(400px) rotateY(0deg);
}

.project-block-two .inner-box:hover .image .overlay-box {
  opacity: 1;
}

.project-block-two .inner-box .image .overlay-box .plus {
  position: relative;
  display: inline-block;
  z-index: 1;
  color: #222222;
  font-size: 48px;
  text-align: center;
  line-height: 34px;
  font-weight: 400;
  transition: all 500ms ease;
}

.project-block-two .inner-box .image .overlay-box:hover .plus {
  color: #ffffff;
}

.project-block-two .inner-box .image .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  text-align: left;
  padding: 10px 20px;
  vertical-align: middle;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -moz-transform: translateY(50px);
  transform: translateY(50px);
  z-index: 1;
}

.project-block-two .inner-box:hover .image .overlay-box .overlay-inner {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  transition: all 500ms ease 700ms;
  -moz-transition: all 500ms ease 700ms;
  -webkit-transition: all 500ms ease 700ms;
  -ms-transition: all 500ms ease 700ms;
  -o-transition: all 500ms ease 700ms;
}

.project-block-two .inner-box .image .overlay-box .overlay-inner .overlay-content {
  position: relative;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.project-block-two .inner-box .image h3 {
  position: relative;
  font-size: 24px;
  color: #ffffff;
  z-index: 1;
  font-weight: 600;
  line-height: 1.3em;
  margin-top: 15px;
  margin-bottom: 7px;
}

.project-block-two .inner-box .image h3 a {
  position: relative;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.project-block-two .inner-box .image h3 a:hover {
  color: #222222;
  text-decoration: underline;
}

.project-block-two .inner-box .image .category {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-top: 4px;
  z-index: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0px 18px;
}

.pic-sec {
  position: relative;
  min-height: 75vh;
}




.navbar {
  position: relative;
  height: 100px;
}

.navbar .nav-toggle {
  display: block;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  z-index: 2;
  right: 0px;
}

.navbar .nav-toggle span {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.navbar .nav-toggle span:nth-child(1) {
  top: 4px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.navbar .nav-toggle span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.navbar .nav-toggle span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.navbar .nav-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 4px;
}

.navbar .nav-toggle.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}

.navbar .nav-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 25px;
  left: 4px;
}

.navbar .nav-layer.open {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.navbar .menu {
  width: 100%;
  position: absolute;
  top: 88px;
  -webkit-transition: ease-in-out 0.25s;
  transition: ease-in-out 0.25s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  visibility: hidden;
  opacity: 0;
  width: 180px;
  right: 0;
  height: 353px !important;
  background: var(--color-secondary);
}

.navbar .menu ul {
  font-size: 40px;
  list-style: none;
}

.navbar .menu ul li {
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff3b;
  padding-bottom: 9px;
}

.navbar .menu ul li:last-child {
  border-bottom: 0px;
}

.navbar .menu a {
  font-size: 20px;
  text-decoration: none;
  font-weight: 400 !important;
  color: #fff;
  /* letter-spacing: 0.5px; */
  font-family: "Open Sans", sans-serif;
}

.navbar .menu.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
  z-index: 2;
}

.navbar .nav-layer {
  opacity: 0.8;
  width: 3237.11px;
  height: 3237.11px;
  margin-top: -1618.56px;
  margin-left: -1618.56px;
}

.navbar .menu {
  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;
  color: #fff;
  font-family: sans-serif;
  font-size: 8vh;
  background-color: #000;
}


.sidenav {
  padding-top: 15px;
  position: absolute;
}

.sidecont {
  position: absolute;
  font-size: 15px;
  z-index: 1;

  overflow-x: hidden;
  padding-top: 15px;
  border-top: 2px dashed #fff;
  bottom: 15px;
  display: inline-table;
  height: auto;

}


.sidecont p {
  margin-bottom: 0px;
}

.sidecont h2 {
  font-size: 25px;
  margin-bottom: 3px;
}


.test_section {
  position: relative;
  margin-bottom: 40px;
}

.test_section .test-img {
  opacity: 0.3;
  padding: 15px 0;
}


.test_section .test_content {
  position: relative;
  padding: 80px 0px;

  border-radius: 45px;

  min-height: 450px;


}

.test_section .test_content::before {
  content: "";
  position: absolute;
  height: 381px;
  width: 381px;
  top: 0;
  left: -35px;
  bottom: 0px;
  right: 0;
  margin: auto;
  background: url(../gallery/test-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.25;
}




.test_section .test_content .test_left::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../gallery/test-bg1.png);
  background-repeat: no-repeat;
  margin: auto;
  top: -65px;
  left: -65px;
  z-index: 1;
  background-size: contain;
  background-position: center;
}


.test_section .test_content .test_right::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background-image: url(../gallery/test-bg2.png);

  background-repeat: no-repeat;
  margin: auto;
  bottom: -65px;
  right: -65px;
  z-index: 1;
  background-size: contain;

  background-position: center;
}



.test_section .test_content p {
  font-weight: 400;
}

.test_section .test_content h4 {
  text-transform: uppercase;
  background-color: #505050;
  border-radius: 32px;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  padding: 2px 15px;
  z-index: 9999;
}

.r-btn {
  padding-top: 45px;
}

.f-contact {
  text-align: right;
}

.serv-matter p a,
.rooms-text p a {
  color: var(--color-secondary);
  font-weight: 600;
}

.abt-head-inner h2 a {
  color: var(--color-secondary);
}


.rooms-text h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 45px;

  color: var(--color-secondary);

}
.blog-page{
  margin-bottom: 40px;
}
.blog-content h2 {
  font-size: 25px;
  color: var(--color-secondary);
  margin-bottom: 8px;
}

.blog-content p {
  font-size: 15px;
  line-height: 28px;
}

.blog-content a {
  display: inline-block;
  padding: 4px 18px;
  background: var(--color-primary);
  color: var(--color-secondary-light);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.blog-img img {
  border: 5px solid #fff;
  box-shadow: 0px 0px 10px #3333336a;

}

.blog-matter p {
  text-align: justify;
  font-size: 15px;
  line-height: 30px;
}

.blog-matter p a {
  color: var(--color-secondary);
}

.blog-matter h2 {
  margin-bottom: 5px;
  margin-top: 10px;
  font-size: 20px;
  color: var(--color-secondary);
}