html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  outline: none;
  color: #fff;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: "Figtree", sans-serif;
  font-size: 18px;
  color: #171b24;
  background-color: #fff;
  font-weight: 400;
}

::selection {
  color: #fff;
  background-color: #535353;
}

::-moz-selection {
  color: #fff;
  background-color: #535353;
}
/* #Primary
================================================== */

@font-face {
  font-family: nephilm;
  src: url(/font/Nephilm Italic.otf);
}

/* #comman
================================================== */
button {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  padding: 15px 25px;
  border: none;
  border-radius: 28px;
}
button a {
  color: #000;
}
button:hover {
  /*background-color: #C4BC87;*/
}
.title h2 {
  color: #fff;
  font-family: "Cal Sans";
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 12px;
}
.title h2 span {
  font-family: nephilm;
  font-style: italic;
}
.title p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.comman-header {
  margin-bottom: 80px;
}
.comman-header .heading {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.comman-header .heading h3 {
  color: #fff;
  font-family: "Cal Sans";
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 6px;
}
.comman-header .heading p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

/*header-sec------------------------------------------*/

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .navbar {
  padding: 1rem 0;
  box-shadow: none;
}
header .navbar-brand {
  padding: 0px;
}
header .navbar-brand img {
  height: 60px;
}
.navbar-light .navbar-toggler {
  background-color: #fff;
  padding: 5px;
}
header .navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
header .navbar-light .navbar-toggler-icon:after,
header .navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
header .navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
header .nav-link {
  position: relative;
  padding: 8px 0px !important;
  margin: 0 16px;
  display: inline-block;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}
header .nav-item:hover .nav-link {
  border-bottom: 1px solid #fff;
}
header .nav-item.active .nav-link {
  border-bottom: 1px solid #fff;
}
header .nav-item {
  position: relative;
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
header .menu {
  transition: all 200ms linear;
  background-color: transparent;
}
header .dropdown-menu {
  padding: 12px 0;
  margin: 10px;
  border-radius: 8px;
  border: solid 1px #fff;
  background-color: #fff;
  transition: all 200ms linear;
  box-shadow: 0 0 0 var(--Number, 2px) rgba(0, 0, 0, 0.25);
}
header .dropdown-item {
  padding: 10px 15px 10px 15px;
  font-size: 14px;
  line-height: 1.43;
  color: #404040;
}
header .dropdown-item:hover,
header .dropdown-item:focus {
  color: #975f11;
  font-weight: 500;
  background-color: #faf6c7;
}

header button.login-btn {
  border-radius: 12px;
  background: #000;
  color: #fff;
  font-family: Figtree;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 24px;
}
header .location-select {
  border-left: 1px solid #e4e4e4;
}
header .location-select h6 {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}
header .location-select p {
  color: #686868;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: -0.12px;
}

.pro-drop .nav-link {
  background: #a57604;
  padding: 10px 18px !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.pro-drop .dropdown-menu {
  right: 0;
  left: auto;
  padding: 12px;
}
.pro-drop .dropdown-menu .dropdown-item {
  color: #686868;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 6px 12px;
}
.pro-drop .dropdown-menu .dropdown-item.wa {
  border-radius: 8px;
  color: #000;
  background: #f1f1f1;
}
.pro-drop .dropdown-menu .dropdown-item.wa .fund {
  border-radius: 6px;
  background: #fecb01;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 2px 5px;
}
.pro-drop .dropdown-menu .dropdown-item.wa a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.pro-drop .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #000;
}
.pro-drop .dropdown-menu .dropdown-item.wa:hover {
  background: #f1f1f1;
}
/* #home
================================================== */
.home .slider-sec .img-box img {
  height: 100vh;
}
.home .booking-type {
  padding: 48px 0;
}
.home .booking-type .box {
  border: 1px solid #a57604;
  background: #fff;
  padding: 16px 20px;
  text-align: center;
}
.home .booking-type .box p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a57604;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.home .booking-type .box.dark {
  border: 1px solid #a57604;
  background: #a57604;
}
.home .booking-type .box.dark p {
  color: #fff;
}
.home .facility-sec {
  background: #110d02;
  padding: 100px 0 140px;
}
.home .facility-sec .title h2 {
  margin: 14px 0;
}
.home .facility-sec .title h6 {
  color: #989898;
  text-transform: uppercase;
}
.home .facility-sec .facility-row.row {
  margin-right: 0px;
}
.home .facility-sec .facility-row.row .col-md-10 {
  padding-right: 0px;
}
.home .facility-sec .facility-box p {
  color: #fff;
  font-family: "Cal Sans";
  font-size: 20px;
  font-weight: 500;
  line-height: 42px;
}
.home .facility-sec .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  left: -16%;
  margin-top: 30px;
}
.home .facility-sec .owl-theme .owl-dots .owl-dot span {
  width: 28px;
  height: 2px;
  border-radius: 0;
  background: #d9d9d9;
}
.home .facility-sec .owl-theme .owl-dots .owl-dot.active span {
  background: #a57604;
}

.amenities-sec {
  background: #a57604;
  margin-bottom: 80px;
  padding: 105px 0;
}
.amenities-sec .box p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .amenities-sec .col-md-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.home .home-about-sec {
  margin-bottom: 80px;
}
.home .home-about-sec .title h6 {
  color: #989898;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.26px;
  text-transform: uppercase;
}
.home .home-about-sec .title h2 {
  color: #110d02;
  margin: 14px 0;
}

.home .home-about-sec .title p {
  color: #110d02;
}

/* #about
================================================== */
.about .comman-header {
  background: url(/images/about/about-header.png) no-repeat;
  height: 400px;
  position: relative;
}
.about .about-data {
  margin-bottom: 80px;
}
.about .about-data .title h2 {
  color: #110d02;
}
.about .about-data .title h2 span {
}
.about .about-data .title p {
  color: #565552;
}
.about .about-data .club-box {
  margin-bottom: 20px;
}
.about .about-data .club-box h5 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 6px;
}
.about .about-data .club-box p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.about .event-sec {
  margin-bottom: 80px;
}
.about .event-sec .title h2 {
  color: #110d02;
}
.about .event-sec .event-box h5 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 6px;
}
.about .event-sec .event-box p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.about .event-sec .container-fluid {
  padding-right: 0px;
  padding-left: 46px;
}
.about .event-sec .next-slide {
  background: url(/images/about/right.png) 20px 14px no-repeat;
  width: 60px;
  height: 40px;
  position: absolute;
  right: 3%;
  top: -12%;
  border: 1px solid #dedede;
  border-radius: 20px;
}
.about .event-sec .prev-slide {
  background: url(/images/about/left.png) 20px 14px no-repeat;
  width: 60px;
  height: 40px;
  position: absolute;
  right: 9%;
  top: -12%;
  border: 1px solid #dedede;
  border-radius: 20px;
}

/* #event
================================================== */
.event .comman-header {
  background: url(/images/event/header.png) no-repeat;
  height: 400px;
  position: relative;
}
.event .event-data {
  margin-bottom: 20px;
}
.event .event-data .event-box {
  margin-bottom: 80px;
}
.event .event-data .event-box .date {
  background: #fff6e2;
  padding: 8px;
}
.event .event-data .event-box .date .back-color {
  background: #a57604;
  padding: 32px 0px 16px;
  text-align: center;
}
.event .event-data .event-box .date h2 {
  color: #fff;
  font-size: 56px;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}
.event .event-data .event-box .date h2 span {
  color: #fff;
  text-align: center;
  font-family: Figtree;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
}
.event .event-data .event-box .event-title h4 {
  color: #110d02;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px; /* 143.75% */
  text-transform: capitalize;
}
.event .event-data .event-box .event-title p {
  color: #4b4846;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
}
.event .event-data .event-box .map-link a {
  color: #1555cd;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
}
.event .event-data .event-box .img-box {
  margin-bottom: 20px;
}

/* #clubs
================================================== */
.club .comman-header {
  background: url(/images/club/header.png) no-repeat;
  height: 400px;
  position: relative;
}
.club .club-data {
  margin-bottom: 80px;
}
.club .club-data .sub-txt p {
  color: #565552;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 44px;
}
.club .club-data .tab-container {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 44px;
  flex-wrap: wrap;
}
.club .club-data .tab-container .tab {
  color: #989898;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 24px;
  padding: 8px;
  cursor: pointer;
}
.club .club-data .tab-container .tab.active {
  color: #110d02;
  border-bottom: 2px solid #a57604;
}
.club .club-data .tab-data {
  display: none;
}
.club .club-data .tab-data.active {
  display: block;
}
.club .club-data .facility-detail .box {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 12px;
  margin-bottom: 40px;
}
.club .club-data .facility-detail .box .txt-box {
  background: #f8f8f8;
  padding: 24px;
}
.club .club-data .facility-detail .box .txt-box h4 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 6px;
}
.club .club-data .facility-detail .box .txt-box p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.club .club-data .facility-detail .box .txt-box h6 {
  background: #a57604;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  width: fit-content;
  padding: 8px 16px;
}
.club .club-data .facility-detail .box .txt-box h6 span {
  font-weight: 700;
}

.club .club-data .spa-detail .box {
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 12px;
  margin-bottom: 40px;
}
.club .club-data .spa-detail .box .txt-box {
  background: #f8f8f8;
  padding: 24px;
}
.club .club-data .spa-detail .box .txt-box h4 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 6px;
}
.club .club-data .spa-detail .box .txt-box p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.club .club-data .spa-detail .box .txt-box h6 {
  background: #a57604;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  width: fit-content;
  padding: 8px 16px;
}
.club .club-data .spa-detail .box .txt-box h6 span {
  font-weight: 700;
}
.club .club-data .spa-detail .title h4 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 44px;
  font-weight: 500;
  line-height: 62px;
}
.club .club-data .spa-detail .amenities .box {
  border: none;
  text-align: center;
  margin-bottom: 0;
}
.club .club-data .spa-detail .amenities .img-box {
  border: 1px solid #d9d9d9;
  height: 116px;
  width: 116px;
  border-radius: 50%;
  padding: 39px;
  margin-bottom: 8px;
}
.club .club-data .spa-detail .amenities .box p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.club .club-data .room-detail .box {
  position: relative;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 12px;
  margin-bottom: 20px;
}
.club .club-data .room-detail .box .txt-box {
  background: #f8f8f8;
  padding: 24px;
}
.club .club-data .room-detail .box .txt-box h4 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 6px;
}
.club .club-data .room-detail .box .txt-box p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /*margin-bottom: 16px;*/
}
.club .club-data .room-detail .box .txt-box button {
  background: #a57604;
  padding: 16px 36px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 0;
}
.club .club-data .room-detail .room-info {
  position: absolute;
  top: 35px;
  left: 35px;
}
.club .club-data .room-detail .room-info h6 {
  border-radius: 8px;
  background: #110d02;
  padding: 8px 16px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
.club .club-data .room-detail .room-info h6 span {
  font-weight: 700;
}
.club .club-data .room-detail .amenities {
  background:
    linear-gradient(0deg, #a57604 0%, #a57604 100%),
    url(<path-to-image>) lightgray 50% / cover no-repeat;
  padding: 34px 24px;
  height: 100%;
}
.club .club-data .room-detail .amenities h4 {
  color: #fff;
  font-family: "Cal Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 12px;
}
.club .club-data .room-detail .amenities ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.club .club-data .room-detail .amenities ul li::before {
  content: "\2022";
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
}

@media (min-width: 768px) {
  .club .club-data .room-detail .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-right: 2px;
  }
  .club .club-data .room-detail .col-md-3 {
    -ms-flex: 0 0 75%;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
.club .club-data .room-detail button a {
  color: #fff !important;
}
.club .club-data .room-detail .box .txt-box a {
  color: #1555cd;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.club .club-data .room-detail .room-type .facility {
  background: #f8f8f8;
  padding: 24px;
}
.club .club-data .room-detail .facility h4 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.club .club-data .room-detail .facility p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 12px;
}
.club .club-data .room-detail .facility ul li {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
.club .club-data .room-detail .facility ul li::before {
  content: "\2022";
  color: #565552;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
}
.club .club-data .room-detail .facility button {
  background: #a57604;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 0;
}
.club .club-data .room-detail .facility button a {
  color: #fff !important;
}
.club .club-data .room-detail .policy-detail .txt-box {
  padding-bottom: 10px;
}
.club .club-data .room-detail .policy-detail h3 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.club .club-data .room-detail .policy-detail h3 strong {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.club .club-data .room-detail .policy-detail p {
  color: #110d02;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
.club .club-data .room-detail .policy-detail p strong {
  color: #110d02;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
}
.club .club-data .room-detail .policy-detail p span {
  color: #a57604;
}
.club .club-data .room-detail .policy-detail ul {
  margin-bottom: 20px;
}
.club .club-data .room-detail .policy-detail ul li {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}
.club .club-data .room-detail .policy-detail ul li::before {
  content: "\2022";
  color: #565552;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
}

.club .club-data .dining-detail .box {
  border: 1px solid #dedede;
  background: #fff;
  padding: 24px 24px 12px;
  margin-bottom: 32px;
}
.club .club-data .dining-detail .img-box p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.club .club-data .dining-detail .img-box p span {
  color: #a57604;
}
.club .club-data .dining-detail .dine-info {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.club .club-data .dining-detail .dine-info .title-name h5 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.club .club-data .dining-detail .dine-info .title-name p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.club .club-data .dining-detail .dine-info .detail-box {
  border-right: 1px solid #d9d9d9;
}

.club .club-data .dining-detail .dine-info .detail-box h5 {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.club .club-data .dining-detail .dine-info .detail-box h6 {
  color: #110d02;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.club .club-data .dining-detail .amenities h4 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
}
.club .club-data .dining-detail .amenities .ame-box {
  text-align: center;
  margin-bottom: 20px;
}
.club .club-data .dining-detail .amenities .ame-box p {
  color: #565552;
  text-align: center;
  font-size: 14px;
  line-height: 19.2px;
}
@media (min-width: 768px) {
  .club .club-data .dining-detail .amenities .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
  }
}
.club .club-data .banquet-detail .box {
  border: 1px solid #dedede;
  background: #fff;
  padding: 24px 24px 32px;
  margin-bottom: 32px;
}
.club .club-data .banquet-detail .img-box p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.club .club-data .banquet-detail .img-box p span {
  color: #a57604;
}
.club .club-data .banquet-detail .dine-info {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.club .club-data .banquet-detail .dine-info .title-name h5 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.club .club-data .banquet-detail .dine-info .title-name p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.club .club-data .banquet-detail .dine-info .detail-box {
  border-right: 1px solid #d9d9d9;
}

.club .club-data .banquet-detail .dine-info .detail-box h5 {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.club .club-data .banquet-detail .dine-info .detail-box h6 {
  color: #110d02;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.club .club-data .banquet-detail .amenities h4 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
}
.club .club-data .banquet-detail .amenities .ame-box {
  text-align: center;
}
.club .club-data .banquet-detail .amenities .ame-box p {
  color: #565552;
  text-align: center;
  font-size: 14px;
  line-height: 19.2px;
}
@media (min-width: 768px) {
  .club .club-data .banquet-detail .amenities .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
  }
}

/* #career
================================================== */
.career .comman-header {
  background: url(/images/career/header.png) no-repeat;
  height: 400px;
  position: relative;
}
.career .process-sec {
  margin-bottom: 80px;
}
.career .process-sec .title h4 {
  color: #110d02;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 48px;
}
.career .process-sec .title h4 span {
  font-weight: 700;
}
.career .process-sec .process-box {
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.08);
  padding: 48px;
}
.career .process-sec .process-box h1 {
  color: #110d02;
  font-size: 48px;
  font-weight: 400;
  line-height: 46px; /* 95.833% */
  text-transform: capitalize;
  margin-bottom: 14px;
}
.career .process-sec .process-box p {
  color: #4b4846;
  font-family: Figtree;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; /* 150% */
  text-transform: capitalize;
  height: 48px;
}
.career .culture-sec {
  margin-bottom: 80px;
}
.career .culture-sec .title h4 {
  color: #110d02;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 48px;
}
.career .culture-sec .title h4 span {
  font-weight: 700;
}
.career .culture-sec .row .col-md-3:first-child {
  margin-top: 180px;
}
.career .career-form {
  margin-bottom: 80px;
}
.career .career-form .title h4 {
  color: #110d02;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 48px;
}
.career .career-form .title h4 span {
  font-weight: 700;
}
.career .career-form .form-group input {
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 54px;
  padding: 24px 16px;
  color: #110d02;
  font-weight: 500;
}
.career .career-form .form-group input.filetype {
  padding: 10px 16px;
}
.career .career-form .form-group input:focus {
  border: 1px solid #a57604;
}
.career .career-form button {
  background: #a57604;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 36px;
  border-radius: 0;
}

/* #contact
================================================== */
.contact .comman-header {
  background: url(/images/contact/header.png) no-repeat;
  height: 400px;
  position: relative;
}
.contact .contact-add {
  margin-bottom: 80px;
}
.contact .contact-add .border-box {
  border: 8px solid #eaeaea;
}
.contact .contact-add .border-box .col-md-6:first-child {
  border-right: 8px solid #eaeaea;
}
.contact .contact-add .box {
  padding: 36px 48px 26px;
}
.contact .contact-add .box h4 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 12px;
}
.contact .contact-add .box p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 36px;
  margin-bottom: 10px;
  max-width: 365px;
}
.contact .contact-add .box p.add {
  background: url(/images/footer/add.png) 0 1px no-repeat;
}
.contact .contact-add .box p.call {
  background: url(/images/footer/call.png) 0 1px no-repeat;
}
.contact .contact-add .box p.mail {
  background: url(/images/footer/mail.png) 0 1px no-repeat;
}
.contact .contact-form {
  margin-bottom: 80px;
}
.contact .contact-form .title h4 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.contact .contact-form .title h4 span {
  font-family: "Nelphim Italic";
  font-style: italic;
  font-weight: 400;
  line-height: 62px;
}
.contact .contact-form .head-office h4 {
  color: #110d02;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 8px;
}
.contact .contact-form .head-office p {
  color: #565552;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 36px;
}
.contact .contact-form .head-office p.add {
  background: url(/images/footer/add.png) 0 1px no-repeat;
}
.contact .contact-form .form-group input {
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 54px;
  padding: 24px 16px;
  color: #110d02;
  font-weight: 500;
}
.contact .contact-form .form-group input:focus {
  border: 1px solid #a57604;
}
.contact .contact-form button {
  background: #a57604;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 36px;
  border-radius: 0;
}

/* #footer
================================================== */
footer {
  background: #110d02;
  padding: 80px 0;
}
footer .footer-link {
  border-bottom: 1px solid #252525;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
footer .footer-link ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
footer .footer-link ul li a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
  margin-left: 24px;
  line-height: 1.8;
}
footer .footer-data .box h5 {
  color: #fff;
  font-family: "Cal Sans";
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  padding-left: 32px;
  margin-bottom: 12px;
}
footer .footer-data .box h5.call {
  background: url(/images/footer/call.png) 0 no-repeat;
}
footer .footer-data .box h5.mail {
  background: url(/images/footer/mail.png) 0 6px no-repeat;
}
footer .footer-data .box p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 32px;
}
footer .footer-data .box p.add {
  background: url(/images/footer/add.png) 0 1px no-repeat;
}
footer .footer-data p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
footer .footer-data ul li a {
  height: 44px;
  width: 44px;
  display: block;
  margin-left: 16px;
}
footer .footer-data ul {
  display: flex;
  justify-content: end;
}
footer .footer-data ul li a.tr {
  background: url(/images/footer/tr.png) no-repeat;
}
footer .footer-data ul li a.ig {
  background: url(/images/footer/ig.png) no-repeat;
}
footer .footer-data ul li a.yt {
  background: url(/images/footer/yt.png) no-repeat;
}

footer .corner-img {
  position: absolute;
  top: -100px;
  right: 40px;
}
footer .corner-img img {
  height: 220px;
}
footer .footer-top {
  padding: 150px 0 70px;
}
footer .contact-detail .title h4 {
  color: #fff;
}
footer .contact-detail .box {
  margin-bottom: 30px;
}
footer .contact-detail .box p {
  font-size: 11px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 3px;
  color: #fff;
  opacity: 0.6;
}
footer .contact-detail .box h5 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.43;
  color: #fff;
  max-width: 350px;
}
footer .footer-bottom {
  padding: 13px 0;
  border-top: 1px solid #665e59;
}
footer .footer-bottom p {
  font-size: 21px;
  line-height: 1.43;
  color: #fff;
  text-align: center;
}
/* #floating Form
================================================== */
footer .floating-form {
  padding: 35px 42px 46px;
  border-radius: 24px;
  background-color: #fff;
}
input {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom: solid 0.5px rgba(30, 30, 30, 0.3);
  width: 100%;
}
textarea {
  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom: solid 0.5px rgba(30, 30, 30, 0.3);
  width: 100%;
}
.floating-form {
  border: 1px solid rgba(232, 232, 232, 0.15);
}
.floating-label {
  position: relative;
  margin-bottom: 30px;
}
.floating-input,
.floating-select {
  font-size: 18px;
  padding: 20px 17px 8px 0px;
  display: block;
  width: 100%;
  height: 48px;
  background: transparent;
  color: #333;
  font-weight: 300;
}
.floating-input:focus,
.floating-select:focus {
  outline: none;
}
.floating-input:disabled {
  background-color: #fff6bd;
}
.floating-form .floating-label label {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.64px;
  color: rgba(30, 30, 30, 0.7);
  position: absolute;
  pointer-events: none;
  top: 17px;
  left: 0px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
  top: 7px;
  font-size: 12px;
  color: #333;
  margin-top: 0;
}
.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
  top: 7px;
  font-size: 12px;
  color: #333;
}
/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}
.floating-textarea {
  min-height: 120px;
  max-height: 180px;
  overflow: hidden;
  overflow-x: hidden;
  padding-top: 20px;
  line-height: 20px;
  margin-bottom: 50px;
}
/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
/* active state */
.floating-input:focus ~ .highlight,
.floating-select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

footer .floating-form button {
  border-radius: 12px;
  background-color: #f7a21d;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #171b24;
  text-align: center;
  width: 100%;
  padding: 18px 0;
}
footer .floating-form button:hover {
  background-color: #3f3833;
  color: #fff;
}

.product-modal .modal-dialog .modal-content {
  border-radius: 10px;
}
.product-modal .modal-body {
  padding: 30px 20px 40px;
  border-radius: 10px;
}
.product-modal .modal-header {
  padding: 30px 30px 0 0;
  border-bottom: none;
}
.product-modal .modal-header .close {
  padding: 0;
}
.product-modal .modal-body .txt {
  font-size: 18px;
  line-height: 2;
  color: #171b24;
}
.product-modal .modal-body .txt h6 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.8;
  color: #171b24;
}
.product-modal .modal-body .txt p {
  font-size: 18px;
  line-height: 1.5;
  color: #171b24;
  padding-bottom: 15px;
}
.product-modal .modal-body .txt p span {
  font-weight: 600;
  padding-bottom: 4px;
}
.product-modal .modal-body .txt ul li::before {
  content: "\2022";
  color: #171b24;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: 0em;
}
.product-modal .modal-body .txt ul {
  padding-bottom: 15px;
}
.product-modal .modal-body .txt ul li {
  font-size: 16px;
  line-height: 1.7;
  color: #171b24;
}
.product-modal .modal-body .txt ul li.right {
  margin-left: 15px;
}
.product-modal .modal-body .txt ul li span {
  font-weight: 600;
}
.modal-dialog.modal-sm {
  max-width: 50% !important;
}
.modal-dialog.modal-lg {
  max-width: 70% !important;
}

@media (max-width: 768px) {
  .title h4 {
    font-size: 40px;
  }
  header {
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
  }
  .navbar-collapse {
    background-color: #000;
    padding: 15px;
    margin-top: 10px;
  }
  header .navbar-dark .navbar-brand {
    position: relative;
    transform: translateX(-0%);
    left: 0;
  }
  .home .facility-sec .owl-theme .owl-nav.disabled + .owl-dots {
    left: 20%;
  }
  .about .event-sec .container-fluid {
    padding-left: 20px;
  }
  .about .event-sec .prev-slide {
    right: 22%;
    top: -20%;
  }
  .about .event-sec .next-slide {
    top: -20%;
  }
  .career .culture-sec .row .col-md-3:first-child {
    margin-top: 30px;
  }
  .club .club-data .tab-container .tab {
    margin: 0 15px;
  }
  .club .club-data .spa-detail .amenities .img-box img {
    width: 100%;
  }
  .club .club-data .spa-detail .amenities .img-box {
    height: auto;
    width: auto;
    padding: 28px;
  }
  .club .club-data .room-detail .room-info {
    position: absolute;
    top: 25px;
    left: 25px;
  }
  .club .club-data .room-detail .room-info h6 {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 30px;
  }
  .club .club-data .room-detail .box .txt-box {
    display: block !important;
  }
  .club .club-data .dining-detail .amenities .ame-box img {
    width: 100%;
  }
  .club .club-data .dining-detail .amenities .ame-box p {
    font-size: 13px;
    line-height: 14.2px;
  }
  .club .club-data .banquet-detail .amenities .ame-box img {
    width: 100%;
  }
  .club .club-data .banquet-detail .dine-info .detail-box {
    border: none;
  }
  .club .club-data .banquet-detail .amenities .ame-box p {
    font-size: 13px;
    line-height: 14.2px;
  }
  footer .footer-link ul {
    justify-content: center;
  }
  footer .footer-data .box h5 {
    font-size: 18px;
  }
  footer .footer-data ul {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 998px) {
  .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    padding: 0.5rem 8px;
  }
  header .navbar-dark .navbar-brand img {
    height: 80px;
  }
  .home .sliders .txt-box h4 {
    font-size: 34px;
  }
  .title h4 {
    font-size: 38px;
  }
  .home .about-group .group-box {
    height: 785px;
  }
  .home .about-sec .about-right {
    position: absolute;
    right: 0px;
    height: 150px;
  }
}
