* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "Gotham";
  src: url(assets/fonts/Gotham-font-family/Gotham/Gotham-Book.otf);
}
@font-face {
  font-family: "Gotham_Bold";
  src: url(assets/fonts/Gotham-font-family/Gotham/Gotham-Bold.otf);
}
@font-face {
  font-family: "Gotham_Medium";
  src: url(assets/fonts/Gotham-font-family/Gotham/Gotham-Medium.otf);
}
@font-face {
  font-family: "Gotham_Light";
  src: url(assets/fonts/Gotham-font-family/Gotham/Gotham-Light.otf);
}
@font-face {
  font-family: "TestFinancierDisplay";
  src: url(assets/fonts/test-financier-collection-font/TestFinancierDisplay-Regular.otf);
}
@font-face {
  font-family: "TestFinancierDisplay_Semibold";
  src: url(assets/fonts/test-financier-collection-font/TestFinancierDisplay-Semibold.otf);
}
@font-face {
  font-family: "TestFinancierDisplay_Bold";
  src: url(assets/fonts/test-financier-collection-font/TestFinancierDisplay-Bold.otf);
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gotham";
  overflow-x: hidden;
  background: #FAF5EF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TestFinancierDisplay_Semibold";
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
}

section {
  padding: 90px 0;
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.WebBtn {
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: none;
  transition: color 0.5s;
  z-index: 1;
  font-size: 19px;
  border-radius: 40px;
  font-weight: 500;
  color: #fff;
  padding: 18px 32px 12px;
  background: #C59520;
  transition: 600ms all ease;
  font-family: "TestFinancierDisplay_Semibold";
  letter-spacing: 1px;
  min-width: 210px;
  text-align: center;
  justify-content: center;
}
.WebBtn:active {
  transform: scale(0.95);
}
.WebBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 210px;
  width: 300px;
  border-radius: 50%;
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}
.WebBtn:hover {
  color: #C59520;
}
.WebBtn:hover::before {
  top: -30px;
  left: -30px;
}
.WebBtn:hover .IconMain img {
  width: 27px !important;
  opacity: 0;
}
.WebBtn:hover .IconMain .IconHov {
  opacity: 1;
}
.WebBtn:active::before {
  background: #fff;
  transition: background 0s;
}
.WebBtn .IconMain {
  position: relative;
  margin-top: -2px;
}
.WebBtn .IconMain img {
  width: 27px !important;
  transition: 400ms all ease;
}
.WebBtn .IconMain .IconHov {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  transition: 400ms all ease;
}

.SectionTitle {
  margin-bottom: 27px;
}
.SectionTitle.white h3 {
  color: #fff;
}
.SectionTitle.Blue h3 {
  color: #18335D;
}
.SectionTitle h3 {
  font-weight: 700;
  font-size: 65px;
  line-height: 100%;
  letter-spacing: 3px;
}
.SectionTitle p {
  font-weight: 325;
  font-size: 24px;
  letter-spacing: 0%;
  text-align: justify;
  color: #6C6C6C;
}

#Header {
  overflow: hidden;
  margin: 24px 24px 0;
  position: fixed;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0;
  z-index: 1000;
  padding: 0px 24px;
  margin: -1px 0 0;
  transition: 500ms;
  font-family: "TestFinancierDisplay_Semibold";
  height: -moz-fit-content;
  height: fit-content;
}
#Header .close-mark {
  font-size: px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  color: #18335D;
}
#Header .side-menu {
  height: 100vh;
  background: #fff3d5;
  padding: 30px 20px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  font-family: "Gotham";
}
#Header .side-menu .SocialMedia {
  display: flex;
  gap: 14px;
  margin-bottom: 42px;
  margin-top: 18px;
}
#Header .side-menu .logo {
  width: 50px;
  margin-bottom: 42px;
}
#Header .side-menu .description {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 15px;
}
#Header .side-menu .image {
  width: 100%;
  margin-bottom: 30px;
}
#Header .side-menu .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#Header .side-menu .location {
  font-size: 14px;
}
#Header .side-menu .location strong {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  color: #18335D;
  font-family: "TestFinancierDisplay_Semibold";
}
#Header .side-menu .location p {
  margin: 4px 0;
  font-size: 15px;
}
#Header .side-menu .location a {
  display: block;
  color: #C59520;
  font-size: 16px;
  margin-top: 20px;
}
#Header .ContactBtn {
  transform: none !important;
}
#Header .WebBtn {
  min-width: unset;
  padding: 18px 20px 12px;
  text-transform: uppercase;
}
#Header .navigationMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 320px;
  overflow: hidden;
  pointer-events: none;
  z-index: 100;
}
#Header .navigationMenu.active {
  pointer-events: visible;
}
#Header .navigationMenu .revealer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #18335D;
  z-index: 2;
}
#Header .navigationMenu .trigger {
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 20px;
  background-color: transparent;
  outline: 0;
  border: none;
  pointer-events: visible;
  flex-direction: column;
  display: flex;
  height: 30px;
  width: 30px;
  justify-content: flex-end;
  align-items: flex-end;
  cursor: pointer;
}
#Header .navigationMenu .trigger i {
  color: #18335D;
  font-size: 36px;
}
#Header .navigationMenu .trigger span {
  display: inline-flex;
  height: 4px;
  width: 30px;
  margin: 2px 0;
  background-color: #18335D;
  border-radius: 20px;
  transition: all ease 0.25s;
}
#Header .navigationMenu .trigger span:nth-last-child(2) {
  width: 75%;
}
#Header .navigationMenu .trigger span:last-child {
  width: 50%;
}
#Header .navigationMenu.active .trigger span {
  background-color: #ffffff;
}
#Header .navigationMenu .menu-wrapper {
  background-color: #fff;
}
#Header .navigationMenu .menu {
  position: relative;
  padding: 40px;
  margin: 0;
  height: inherit;
  display: flex;
  flex-direction: column;
  list-style-type: none;
}
#Header .navigationMenu .menu li a {
  font-size: 48px;
  text-decoration: none;
  padding: 10px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 900;
  color: #18335D;
  position: relative;
  overflow: hidden;
}
#Header .navigationMenu .menu li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 0;
  margin: auto;
  display: inline-flex;
  height: 0;
  border: 2px solid #fff;
  border-radius: 100px;
  transition: all ease 0.25s;
}
#Header .navigationMenu .menu li a.active::after, #Header .navigationMenu .menu li a:hover::after {
  opacity: 1;
  left: 0;
  width: 100%;
}
#Header .content {
  padding-top: 30px;
}
#Header h1 {
  font-size: 80px;
}
#Header .text-center {
  text-align: center;
}
#Header .HeaderLogo {
  margin: 0 14px;
  width: 82px;
  transition: 400ms all ease;
}
#Header .navbar {
  padding: 10px 0 14px;
  transition: 500ms;
  position: relative;
  z-index: 0;
}
#Header .navbar a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1.2px;
  padding: 0;
  transition: 600ms all ease;
}
#Header .navbar a:hover {
  transform: translateY(-8px);
}
#Header .navbar-expand-lg .navbar-nav {
  width: 40%;
  margin-top: 8px;
  justify-content: space-between;
  align-items: baseline;
}
#Header #navbarSupportedContent {
  justify-content: space-between;
}
#Header ul.navbar-nav li.nav-item {
  margin-right: 0px;
}
#Header ul.navbar-nav li.nav-item:last-child {
  margin-right: 0;
}
#Header .navbar-light .navbar-nav .nav-link.active,
#Header .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}
#Header ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #fff;
}

#Header.darkHeader {
  background: #18335D;
  padding: 0;
}
#Header.darkHeader .HeaderLogo {
  margin: 0 14px;
  width: 50px;
}
#Header.darkHeader .navbar {
  padding: 0 0 10px;
}

#mobile-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 0;
  background: #18335D;
  /* common styles*/
  /* bottom line of hamburger */
  /* top line of hamburger */
  /* line one of close icon */
  /* line two of close icon */
}
#mobile-nav #container {
  position: relative;
}
#mobile-nav #checkbox {
  /* checkbox is hidden*/
  display: none;
}
#mobile-nav #icon-container {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 30px;
}
#mobile-nav .icon-menu,
#mobile-nav .icon-menu::before,
#mobile-nav .icon-menu::after,
#mobile-nav .icon-close,
#mobile-nav .icon-close::before,
#mobile-nav .icon-close::after {
  content: "";
  display: block;
  height: 2.7px;
  position: absolute;
  width: 28px;
  border-radius: 20px;
  transition: top ease 0.3s, transform ease 0.3s 0.3s, background 0.3s ease 0.3s;
  background: #fff;
}
#mobile-nav .icon-menu::before {
  top: -7px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
}
#mobile-nav .icon-menu::after {
  top: 7px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
}
#mobile-nav .icon-close {
  background: transparent;
}
#mobile-nav .icon-close::before {
  transform: rotate(45deg);
  top: 0px;
  background: #fff;
}
#mobile-nav .icon-close::after {
  transform: rotate(-45deg);
  top: 0px;
  background: #fff;
}
#mobile-nav #icon {
  top: 30px;
  transition: background ease 0.3s, top ease 0.3s 0.3s, transform ease 0.3s;
  position: fixed;
  z-index: 100000;
}
#mobile-nav .navbar-expand-lg .navbar-nav .nav-link {
  color: #C4C4C4;
  font-family: "BrandinkSans-Light";
}
#mobile-nav li {
  position: relative;
  font-size: 19px;
  transition: 300ms all ease;
  color: #C4C4C4;
  letter-spacing: 1px;
  transition: 300ms all ease;
  margin: 0 4px;
  display: inline-flex;
  font-weight: 300;
}
#mobile-nav li:hover::after {
  background: #C4C4C4;
}
#mobile-nav li:hover a {
  color: #C4C4C4;
}
#mobile-nav li a {
  color: #C4C4C4;
  padding: 5px 3px 7px;
  transition: 300ms all ease;
}
#mobile-nav li.contact-btn {
  padding: 0;
}
#mobile-nav li.contact-btn::after {
  display: none;
}
#mobile-nav li.active::after {
  background: #C4C4C4;
}
#mobile-nav li.active a {
  color: #C4C4C4;
}
#mobile-nav .SocialIcons {
  display: flex;
  gap: 14px;
}
#mobile-nav .SocialIcons a:hover {
  transition: 300ms all ease;
  transform: scale(1.04);
}
#mobile-nav .mobile_nav_area {
  padding: 12px 12px;
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  transition: 400ms all ease;
}
#mobile-nav .mobile_nav_area.darkHeader {
  background: #18335D;
}
#mobile-nav .mobile_nav_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#mobile-nav .mobile_nav_right {
  width: 20%;
}
#mobile-nav .mobile_nav_right img {
  width: 80px;
  height: auto;
}
#mobile-nav .mobile_nav_left {
  width: 10%;
  margin-top: 0px;
}
#mobile-nav .mobile_nav_left i {
  cursor: pointer;
  color: #fff;
  font-size: 28px;
}
#mobile-nav .mobile_nav_____ {
  background: #18335D;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 100vh;
  margin-left: -1100px;
  transition: 0.6s all ease;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  margin-bottom: 0px;
  padding-left: 0;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item {
  border-bottom: 1px solid rgba(131, 131, 131, 0.48);
  transition: 0.3s ease-in-out;
  margin: 0 4px;
  position: relative;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a {
  padding: 4px 14px;
  text-decoration: none;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  font-size: 21px;
  display: flex;
  align-items: center;
  gap: 6px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item a .material-symbols-outlined {
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .nav-item .dropdown-list {
  position: absolute;
  top: 0px;
  left: 22px;
  width: 100%;
  padding: 12px 22px;
  transform: scale(0.8);
  flex-direction: column;
  background: #d47911;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style-type: none;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .dropdown {
  padding-right: 10px;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .dropdown::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.34em solid #fff;
  border-right: 0.34em solid transparent;
  border-bottom: 0;
  border-left: 0.34em solid transparent;
  right: unset;
  left: 27%;
  top: 20px;
  position: absolute;
}
#mobile-nav .mobile_nav_____ .navbar-menus ul .contact-btn {
  border: none;
}
#mobile-nav .mobile_nav_____ .dropdown:hover .dropdown-menu.show {
  opacity: 1;
  display: block;
}
#mobile-nav .mobile_nav_____ .dropdown-menu.show {
  background: #000;
  margin: 0;
  padding-left: 16px;
  opacity: 0;
  transition: 200ms all ease;
  display: none;
}
#mobile-nav .mobile_nav_____ .dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
}
#mobile-nav .mobile_nav_____ .dropdown-menu {
  opacity: 0;
  transition: 200ms all ease;
  display: none;
  top: 30px;
}
#mobile-nav .mobile_nav_____ .dropdown-menu li:hover::after {
  display: none;
}
#mobile-nav .mobile_nav_____ .dropdown-menu a {
  font-weight: 500;
}
#mobile-nav .mobile_nav_____ .dropdown-menu a:hover {
  background-color: transparent;
  color: #00ACEE;
}
#mobile-nav .mobile_nav_____ .navbar-expand-lg .navbar-nav .dropdown-menu {
  background-color: #000;
  line-height: 1.5;
  padding: 24px 18px;
  box-shadow: 0px 0px 26px 0px rgba(0, 0, 0, 0.5490196078);
  border: 1px solid #585858;
}
#mobile-nav .mobile_nav_____ .dropdown-item:focus,
#mobile-nav .mobile_nav_____ .dropdown-item:hover {
  color: #fff;
}
#mobile-nav .mobile_nav_____ .dropdown-item.active,
#mobile-nav .mobile_nav_____ .dropdown-item:active {
  color: #fff;
}
#mobile-nav .mobile_nav_____ .navbar > .container-fluid {
  align-items: flex-end;
  align-items: center;
}
#mobile-nav .mobile_nav_____ .navbar-expand-lg .navbar-nav {
  width: 90%;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
}
#mobile-nav .mobile_nav_____ .dropdown {
  padding-right: 10px;
}
#mobile-nav .mobile_nav_____ .dropdown::before {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  right: 0px;
  top: 14px;
  position: absolute;
}
#mobile-nav #header-btn .web-btn {
  cursor: pointer;
  padding: 3px 20px;
}
#mobile-nav .mobile_nav1_icon_____ {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  margin-top: 18px;
  padding: 0 20px;
}
#mobile-nav .mobile_nav1_icon_____ img {
  width: 80px;
}
#mobile-nav .mobile_nav1_icon_____ .material-symbols-outlined {
  color: #0C0C0C;
  font-size: 27px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 0px;
  cursor: pointer;
}
#mobile-nav .mobile_nav1_icon_____ i {
  color: #0C0C0C;
  font-size: 27px;
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 16px;
  cursor: pointer;
  position: absolute;
  right: 0;
  opacity: 0;
}

#Hero {
  padding: 0;
  overflow: visible;
  position: relative;
  background: url("./assets/images/HeroImg.png") no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  height: 100vh;
  justify-content: center;
}
#Hero .BookingWidget {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}
#Hero .BookingWidget .Configure-quickBook-Widget .MbsSearchWidget .addRoomBtn {
  background: #18335D !important;
}
#Hero .BookingWidget .Configure-quickBook-Widget .MbsSearchWidget .searchBtn {
  background: #c59520 !important;
  border-radius: 40px;
  min-width: 100px;
  border: none !important;
  padding: 10px 18px;
  font-size: 14px;
}
#Hero .BookingWidget .Configure-quickBook-Widget .MbsSearchWidget .checkinDate.startDate {
  border-radius: 40px 0 0 40px;
  padding: 10px 18px;
  font-size: 14px;
}
#Hero .BookingWidget .Configure-quickBook-Widget .MbsSearchWidget .formGroup .input .endDate {
  border-radius: 0 40px 40px 0;
  padding: 10px 18px;
  font-size: 14px;
}
#Hero .BookingWidget .Configure-quickBook-Widget .MbsSearchWidget .formGroup .input.inputRoom .d-flex {
  border-radius: 40px;
  padding: 10px 18px;
  font-size: 14px;
}
#Hero .BookingWidget .Configure-quickBook-Widget .MbsSearchWidget .formGroup .input.inputRoom .d-flex input {
  font-size: 14px !important;
}
#Hero .BookingWidget .inputRoom label.lbl {
  text-align: right !important;
}
#Hero .BookingWidget .App {
  width: 800px;
}
#Hero .BookingWidget .MbsSearchWidget {
  background: hsla(0, 0%, 100%, 0.24) !important;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  max-width: 100% !important;
  justify-content: space-between;
  padding: 24px 40px !important;
}
#Hero .BookingWidget .MbsSearchWidget .lbl {
  color: #fff !important;
}
#Hero .booking-bar {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  margin: 0 auto 0px;
  width: 1300px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
#Hero .booking-bar .booking-form {
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.8);
  width: 100%;
  border-radius: 3rem;
  background: #fff;
  display: flex;
  overflow: hidden;
  padding-left: 20px;
  justify-content: space-between;
}
#Hero .booking-bar .booking-form .form-field {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  position: relative;
  width: 100%;
  justify-content: space-between;
  /* For Firefox (limited control, but this helps) */
  /* Custom icon styling */
}
#Hero .booking-bar .booking-form .form-field:after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #D2D2D2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#Hero .booking-bar .booking-form .form-field .icon {
  color: #caa64d;
  font-size: 1rem;
}
#Hero .booking-bar .booking-form .form-field .icon img {
  width: 18px;
  height: 18px;
}
#Hero .booking-bar .booking-form .form-field input,
#Hero .booking-bar .booking-form .form-field select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.9rem;
  color: #4A638B;
  padding: 16px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
}
#Hero .booking-bar .booking-form .form-field input::-moz-placeholder, #Hero .booking-bar .booking-form .form-field select::-moz-placeholder {
  color: #4A638B;
}
#Hero .booking-bar .booking-form .form-field input::placeholder,
#Hero .booking-bar .booking-form .form-field select::placeholder {
  color: #4A638B;
}
#Hero .booking-bar .booking-form .form-field input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#Hero .booking-bar .booking-form .form-field input[type=date]::-moz-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#Hero .booking-bar .booking-form .form-field .custom-date {
  position: relative;
  /* Space for icon */
  background: url("your-custom-icon.png") no-repeat right center;
  background-size: 20px 20px;
}
#Hero .booking-bar .booking-form .form-field select {
  background-image: url("./assets/images/arrow_back_ios_new.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 15px;
}
#Hero .booking-bar .booking-form .form-field:last-child::after {
  opacity: 0;
}
#Hero .booking-bar .booking-form .book-btn {
  cursor: pointer;
  width: 100%;
  border-radius: 0 0 !important;
}
#Hero .booking-bar .booking-form .book-btn:hover {
  color: #c6921c;
}
#Hero .booking-bar .booking-form .WebBtn:hover::before {
  top: -67px;
  left: -30px;
}
@media (max-width: 768px) {
  #Hero .booking-bar .booking-form {
    flex-direction: column;
    border-radius: 1rem;
  }
  #Hero .booking-bar .booking-form .form-field {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }
  #Hero .booking-bar .booking-form .book-btn {
    border-radius: 0 0 1rem 1rem;
    width: 100%;
    justify-content: center;
  }
}
#Hero.OtherHero {
  height: auto;
}
#Hero.OtherHero .HeroContent {
  background: transparent;
  height: auto;
  position: absolute;
  bottom: 10px;
}
#Hero .WebBtn {
  text-transform: uppercase;
}
#Hero .HeroContent {
  height: 120vh;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#Hero .HeroContent .TextSticky {
  position: sticky;
  bottom: 0px;
}
#Hero .HeroContent .HeroTitle {
  width: 65%;
  margin: 0 auto;
  margin-top: 24px;
  font-family: "TestFinancierDisplay_Bold";
}
#Hero .HeroContent .HeroTitle h1 {
  color: #fff;
  font-weight: 700;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: 3px;
  text-align: center;
}

#AboutHome .AboutMain {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 24px;
  place-items: center;
}
#AboutHome .AboutMain .div1 {
  grid-row: span 4/span 4;
  height: 100%;
}
#AboutHome .AboutMain .div2 {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
}
#AboutHome .AboutMain .div3 {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 3;
}
#AboutHome .AboutMain .div4 {
  grid-row: span 2/span 2;
  grid-column-start: 3;
  grid-row-start: 3;
}
#AboutHome .AboutImg {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: 100%;
}
#AboutHome .AboutImg:hover img {
  transform: scale(1.1);
}
#AboutHome .AboutImg img {
  height: 100%;
  transition: 600ms all ease;
}
#AboutHome .AboutImg .AboutContent {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#AboutHome .AboutImg .AboutContent .SectionTitle p {
  color: #C4C4C4;
}

#Services2 {
  padding-top: 0;
  position: relative;
}
#Services2 .services-header {
  margin-bottom: 10px;
}
#Services2 .services-header .subheading {
  font-size: 12px;
  color: #aef5ae;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
#Services2 .services-header .main-heading {
  font-size: 38px;
  font-weight: 700;
  color: #422241;
  line-height: 1.2;
}
#Services2 .services-header .main-heading .italic {
  font-style: italic;
}
#Services2 .services-header .slider-arrows {
  display: flex;
  gap: 10px;
}
#Services2 .services-header .slider-arrows button {
  background: transparent;
  border: none;
  width: 65px;
}
#Services2 .services-header .slider-arrows button .Arrow_btn {
  position: relative;
}
#Services2 .services-header .slider-arrows button .Arrow_btn:hover img {
  opacity: 0;
}
#Services2 .services-header .slider-arrows button .Arrow_btn:hover .ImgHov {
  opacity: 1;
}
#Services2 .services-header .slider-arrows button .Arrow_btn img {
  transition: 500ms all ease;
}
#Services2 .services-header .slider-arrows button .ImgHov {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
}
#Services2 .carousel-wrapper {
  position: relative;
  width: 100vw;
  left: 0;
  padding-left: calc((100% - 1620px) / 2);
  padding-right: 0;
}
#Services2 .carousel-wrapper .RoomCard {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
#Services2 .carousel-wrapper .RoomCard .RoomImage img {
  transition: 400ms all ease;
}
#Services2 .carousel-wrapper .RoomCard:hover .RoomImage img {
  transform: scale(1.05);
}
#Services2 .carousel-wrapper .RoomCard:hover::before {
  opacity: 1 !important;
  z-index: 1;
}
#Services2 .carousel-wrapper .RoomCard:hover:after {
  opacity: 0;
}
#Services2 .carousel-wrapper .RoomCard:hover .WebBtn {
  color: #C59520;
}
#Services2 .carousel-wrapper .RoomCard:hover .WebBtn::before {
  top: -30px;
  left: -30px;
}
#Services2 .carousel-wrapper .RoomCard:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  transition: 500ms all ease;
}
#Services2 .carousel-wrapper .RoomCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 500ms all ease;
}
#Services2 .carousel-wrapper .RoomCard .BookNowBtn {
  position: absolute;
  top: 40px;
  right: 40px;
  background: #C59520;
  box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2784313725);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  font-family: "TestFinancierDisplay_Semibold";
  border-radius: 100%;
  padding: 20px;
  aspect-ratio: 1/1;
  margin: auto;
  padding-top: 32px;
  z-index: 10;
  display: inline-block;
  min-width: auto;
}
#Services2 .carousel-wrapper .RoomCard .BookNowBtn:hover {
  color: #C59520;
}
#Services2 .carousel-wrapper .RoomCard .BookNowBtn span {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  font-family: "TestFinancierDisplay_Semibold";
}
#Services2 .carousel-wrapper .RoomCard .RoomContent {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 32px;
}
#Services2 .carousel-wrapper .RoomCard .RoomContent .RoomType h5 {
  font-family: Test Financier Text;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FFFFFF;
  margin-bottom: 24px;
}
#Services2 .carousel-wrapper .RoomCard .RoomContent .Amenities {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 16px;
}
#Services2 .carousel-wrapper .RoomCard .RoomContent .Amenities .Tag {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Gotham_Light";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}

#social {
  background: #18335D;
}
#social .SectionTitle {
  text-align: center;
  padding-bottom: 30px;
}
#social .SectionTitle h3 {
  color: #fff;
}
#social .SectionTitle p {
  text-align: center;
  color: #BCBCBC;
}
#social .social-services {
  transition: 0.5s ease-in-out;
}
#social .social-services:hover {
  transform: translatey(-42px) !important;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.5019607843);
}

#video-container {
  padding: 0;
  width: 100%;
  position: relative;
}
#video-container .WebBtn {
  text-transform: uppercase;
}
#video-container .WebBtn::before {
  height: 300px;
  width: 370px;
}
#video-container .WebBtn:hover::before {
  top: -85px;
}
#video-container video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100vh;
  width: 100%;
}
#video-container::after {
  content: "";
  height: 99.2%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#video-container .SectionTitle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  text-align: center;
  z-index: 10;
  width: 100%;
  margin: auto;
  top: 0;
}
#video-container .SectionTitle h3 {
  margin-bottom: 42px;
  padding: 0;
  color: rgba(255, 255, 255, 0.6509803922);
  font-size: 60px;
  font-family: "Gotham_Light";
}

#backgroundContainer {
  background: url("assets/images/Amenities.png");
  height: 100vh;
  background-size: cover;
  background-position: center;
  transition: 900ms all ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 2rem;
}
#backgroundContainer .amenitiesList {
  padding: 1rem;
  border-radius: 10px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 420px;
}
#backgroundContainer .amenitiesList .amenityItem,
#backgroundContainer .amenitiesList .amenityItem2 {
  background-color: black;
  padding: 1rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  transition: background-color 0.3s ease;
  margin-bottom: 8px;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle,
#backgroundContainer .amenitiesList .amenityItem2 .AmenitiesTitle {
  display: flex;
  align-items: center;
  gap: 14px;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle h5,
#backgroundContainer .amenitiesList .amenityItem2 .AmenitiesTitle h5 {
  margin: 0px 0 -8px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle .Icon,
#backgroundContainer .amenitiesList .amenityItem2 .AmenitiesTitle .Icon {
  position: relative;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle .Icon img,
#backgroundContainer .amenitiesList .amenityItem2 .AmenitiesTitle .Icon img {
  transition: 500ms all ease;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle .Icon .IconHov,
#backgroundContainer .amenitiesList .amenityItem2 .AmenitiesTitle .Icon .IconHov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#backgroundContainer .amenitiesList .amenityItem:hover, #backgroundContainer .amenitiesList .amenityItem.active,
#backgroundContainer .amenitiesList .amenityItem2:hover,
#backgroundContainer .amenitiesList .amenityItem2.active {
  background: #C59520;
}
#backgroundContainer .amenitiesList .amenityItem:hover .Icon img, #backgroundContainer .amenitiesList .amenityItem.active .Icon img,
#backgroundContainer .amenitiesList .amenityItem2:hover .Icon img,
#backgroundContainer .amenitiesList .amenityItem2.active .Icon img {
  opacity: 0;
}
#backgroundContainer .amenitiesList .amenityItem:hover .Icon .IconHov, #backgroundContainer .amenitiesList .amenityItem.active .Icon .IconHov,
#backgroundContainer .amenitiesList .amenityItem2:hover .Icon .IconHov,
#backgroundContainer .amenitiesList .amenityItem2.active .Icon .IconHov {
  opacity: 1;
}
#backgroundContainer .amenitiesList .amenityItem .amenityIcon,
#backgroundContainer .amenitiesList .amenityItem2 .amenityIcon {
  width: 24px;
  height: 24px;
}

#Testimonials .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0%;
  z-index: 11;
}
#Testimonials .owl-carousel .owl-nav button.owl-next {
  background: url("assets/images/RightArrow.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  color: transparent;
}
#Testimonials .owl-carousel .owl-nav button.owl-prev {
  background: url("assets/images/LeftArrow.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  color: transparent;
}
#Testimonials .owl-carousel .owl-nav button.owl-next:hover {
  background: url("assets/images/RightArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#Testimonials .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("assets/images/LeftArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#Testimonials .services-header.d-flex.justify-content-between.align-items-center {
  margin-bottom: 52px;
}
#Testimonials .TestimonialBox {
  background: #FFE5B1;
  text-align: center;
  padding: 40px;
  min-height: 360px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#Testimonials .TestimonialBox .TestimonialTitle {
  color: #263F66;
  font-size: 34px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "Gotham_Bold";
}
#Testimonials .TestimonialBox .Review {
  max-width: 80%;
  margin: 24px auto 0;
  font-size: 19px;
  letter-spacing: 0%;
  line-height: 1.4;
  text-align: center;
  color: #373737;
}
#Testimonials .TestimonialBox .CommaImg {
  margin-bottom: 70px;
}
#Testimonials .TestimonialBox .CommaImg img {
  width: 68px;
}

#TripLocations {
  padding-bottom: 40px;
}
#TripLocations .SectionTitle {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 42px;
  max-width: 90%;
}
#TripLocations .SectionTitle p {
  text-align: center;
}
#TripLocations .owl-item {
  max-height: 740px;
}
#TripLocations .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 110%;
  position: absolute;
  top: 44%;
  left: -5%;
  z-index: 11;
}
#TripLocations .owl-carousel .owl-nav button.owl-next {
  background: url("assets/images/RightArrow.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  color: transparent;
}
#TripLocations .owl-carousel .owl-nav button.owl-prev {
  background: url("assets/images/LeftArrow.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  color: transparent;
}
#TripLocations .owl-carousel .owl-nav button.owl-next:hover {
  background: url("assets/images/RightArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#TripLocations .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("assets/images/LeftArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#TripLocations .TripCard {
  background: #FFF2CD;
  padding: 18px;
  border-radius: 18px;
  transition: 600ms all ease;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
#TripLocations .TripCard .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0%;
  z-index: 11;
  opacity: 0;
  transition: 300ms all ease;
}
#TripLocations .TripCard .owl-carousel .owl-nav button.owl-next {
  background: url("assets/images/TripArrowrRight.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 36px;
  width: 36px;
  color: transparent;
}
#TripLocations .TripCard .owl-carousel .owl-nav button.owl-prev {
  background: url("assets/images/TripArrowLeft.svg");
  background-size: contain;
  height: 36px;
  width: 36px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  color: transparent;
}
#TripLocations .TripCard:hover {
  background: #FFFFFF;
  box-shadow: 0px 4px 52px 0px rgba(0, 0, 0, 0.2);
}
#TripLocations .TripCard:hover .owl-theme .owl-nav {
  opacity: 1;
}
#TripLocations .TripCard .TripImg {
  margin-bottom: 24px;
}
#TripLocations .TripCard .TripImg img {
  border-radius: 18px;
}
#TripLocations .TripCard .LocationName {
  margin-bottom: 27px;
}
#TripLocations .TripCard .LocationName h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #18335D;
  margin: 0;
}
#TripLocations .TripCard .LocationName p {
  color: #464646;
  font-family: "Gotham_Light";
}
#TripLocations .TripCard .Description p {
  color: #464646;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: justify;
  font-family: "Gotham_Light";
}

#Mission {
  background: url("assets/images/MissionBg.png") no-repeat;
  background-size: cover;
  text-align: center;
}
#Mission .Logo {
  margin-bottom: 48px;
}
#Mission .Logo img {
  width: 250px;
}
#Mission .Subtitle {
  font-family: "TestFinancierDisplay";
  font-weight: 700;
  font-size: 32.96px;
  line-height: 100%;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  margin: 24px 0;
}
#Mission .SectionTitle h3 {
  font-size: 85px;
}
#Mission .CheckinTime {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  margin-bottom: 48px;
  color: #fff;
  font-size: 24.86px;
  line-height: 100%;
  letter-spacing: 0%;
}
#Mission .CheckinTime .Time {
  display: flex;
  align-items: center;
  gap: 8px;
}
#Mission .CheckinTime .Time:last-child {
  border-left: 1px solid #fff;
  padding-left: 30px;
}
#Mission .WebBtn {
  font-size: 36px;
  border-radius: 100px;
  text-transform: uppercase;
}
#Mission .WebBtn .IconMain .IconHov {
  top: 10px;
}
#Mission .WebBtn::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #fff;
  height: 500px;
  width: 550px;
  border-radius: 50%;
  transition: all 0.7s;
}
#Mission .WebBtn:hover::before {
  top: -68px;
  left: -68px;
}
#Mission .WebBtn img {
  width: 32px !important;
}

#Instagram {
  background: #294572;
  /* Clone for infinite effect */
}
#Instagram .SectionTitle {
  text-align: center;
}
#Instagram .SectionTitle h3 {
  text-transform: lowercase;
}
#Instagram .marquee-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  box-sizing: border-box;
}
#Instagram .marquee {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 30s linear infinite;
}
#Instagram .marquee img {
  margin: 0 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#Instagram .marquee-container {
  display: flex;
}
#Instagram .marquee-container .marquee {
  flex-shrink: 0;
}

#Footer {
  background: #18335D;
  padding: 100px 0 0;
}
#Footer .StickyButton {
  display: flex;
  background: #18335D;
  padding: 0px 14px;
  align-items: center;
  color: #fff;
  font-size: 14px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
  z-index: 100;
  border-radius: 10px 10px 0 0;
  justify-content: space-between;
  display: none;
}
#Footer .StickyButton strong {
  font-size: 24px;
  color: #C59520;
}
#Footer .StickyButton .Icon img {
  width: 70px;
}
#Footer .pens_link {
  position: fixed;
  bottom: 26px;
  right: 26px;
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  text-decoration: none;
  border-radius: 500px;
  height: 72px;
  width: 72px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 999999;
}
#Footer .pens_link:hover img {
  transform: scale(0.9);
}
#Footer .pens_link img {
  transition: 500ms all ease;
}
#Footer .pens_link:active img {
  transform: scale(0.9);
}
#Footer .pens_link:hover {
  text-decoration: none;
  color: #ffffff;
}
@keyframes animate {
  0%, 100% {
    transform: translatey(-10%);
  }
  50% {
    transform: translatey(10%);
  }
}
#Footer .row {
  margin-bottom: 80px;
}
#Footer .FooterNav {
  background: #FFFFFF;
  padding: 18px 0;
  font-family: "TestFinancierDisplay_Semibold";
  color: #294572;
}
#Footer .navbar-nav {
  flex-direction: row;
  justify-content: space-between;
}
#Footer .navbar-nav .nav-link {
  font-size: 21px;
  transition: 400ms all ease;
}
#Footer .navbar-nav .nav-link:hover {
  color: #C59520;
  transform: translateY(-8px);
}
#Footer .collapse:not(.show) {
  display: block;
}
#Footer .ContactInfo {
  display: flex;
  align-items: center;
  gap: 21px;
}
#Footer .ContactInfo:hover .ContactTitle {
  color: #C59520;
}
#Footer .ContactInfo:hover .ContactIcon img {
  opacity: 0;
  transform: scale(0.95);
}
#Footer .ContactInfo:hover .ContactIcon .ImgHov {
  opacity: 1;
}
#Footer .ContactInfo .ContactTitle {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  line-height: 1.4;
  transition: 500ms all ease;
}
#Footer .ContactInfo .ContactIcon {
  position: relative;
}
#Footer .ContactInfo .ContactIcon img {
  width: 75px;
  transition: 500ms all ease;
}
#Footer .ContactInfo .ContactIcon .ImgHov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#Footer .FooterBottom .FooterBottomMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Gotham_Light";
  padding: 16px 0 14px;
}
#Footer .FooterBottom .FooterBottomMain .SocialMedia {
  display: flex;
  align-items: center;
  gap: 24px;
}
#Footer .FooterBottom .FooterBottomMain .SocialMedia a {
  transition: 300ms all ease;
}
#Footer .FooterBottom .FooterBottomMain .SocialMedia a:hover {
  transform: translateY(-6px);
}
#Footer .FooterBottom .FooterBottomMain .Copyright {
  display: flex;
  font-size: 14px;
  color: #fff;
}
#Footer .FooterBottom .FooterBottomMain .Copyright a {
  transition: 300ms all ease;
}
#Footer .FooterBottom .FooterBottomMain .Copyright a:hover {
  color: #C59520 !important;
}
#Footer .FooterBottom .FooterBottomMain .Copyright .FooterBootomItem {
  color: #fff;
}

#Gallery {
  background-color: #1c3553;
}
#Gallery .SectionTitle {
  text-align: center;
}
#Gallery .SectionTitle p {
  text-align: center;
  color: #BCBCBC;
}
#Gallery .carousel-container {
  display: flex;
  color: white;
  font-family: sans-serif;
}
#Gallery .carousel-container .carousel-image {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#Gallery .carousel-container .carousel-image:hover .Arrow_btn {
  opacity: 1;
}
#Gallery .carousel-container .carousel-image button {
  background: transparent;
  border: none;
  width: 55px;
}
#Gallery .carousel-container .carousel-image button .Arrow_btn {
  opacity: 0;
  transition: 500ms all ease;
  position: relative;
}
#Gallery .carousel-container .carousel-image button .Arrow_btn:hover img {
  opacity: 0;
}
#Gallery .carousel-container .carousel-image button .Arrow_btn:hover .ImgHov {
  opacity: 1;
}
#Gallery .carousel-container .carousel-image button .Arrow_btn img {
  transition: 500ms all ease;
}
#Gallery .carousel-container .carousel-image button .ImgHov {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
}
#Gallery .carousel-container .carousel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  transition: opacity 0.5s ease;
}
#Gallery .carousel-container .carousel-image .caption {
  position: absolute;
  bottom: 20px;
  font-size: 1.5rem;
}
#Gallery .carousel-container .carousel-image .nav-arrows {
  position: absolute;
  width: 100%;
  top: 53%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  transform: translateY(-50%);
}
#Gallery .carousel-container .carousel-image .nav-arrows button {
  border: none;
  color: white;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
#Gallery .carousel-container .carousel-categories {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  gap: 1rem;
}
#Gallery .carousel-container .carousel-categories .category {
  background: #29415e;
  padding: 0rem;
  border: none;
  color: white;
  font-size: 1rem;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 325;
  font-size: 27px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
}
#Gallery .carousel-container .carousel-categories .category .CategoryImg {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
#Gallery .carousel-container .carousel-categories .category .CategoryImg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  transition: 400ms all ease;
}
#Gallery .carousel-container .carousel-categories .category .CategoryImg img {
  min-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 14px;
}
#Gallery .carousel-container .carousel-categories .category .CategoryImg .Category {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
#Gallery .carousel-container .carousel-categories .category.active .CategoryImg:after {
  opacity: 0;
}
#Gallery .carousel-container .carousel-categories .category:hover {
  background: #35577d;
}

#Story .SectionTitle p {
  text-align: center;
}
#Story .DecorText {
  max-width: 65%;
  margin: auto;
  background: #FAF5EF;
  padding: 20px;
  background: url("assets/images/SemiCircle.svg") no-repeat;
  background-size: contain;
  height: 365px;
  margin-bottom: -270px;
  position: relative;
  background-position: bottom;
  z-index: 10;
}
#Story .DecorText h3 {
  max-width: 80%;
  margin: auto;
  text-align: center;
  margin-top: 40px;
}
#Story .AboutUsImage {
  border-radius: 24px;
  overflow: hidden;
}
#Story .AboutUsImage:hover img {
  transform: scale(1.1);
}
#Story .AboutUsImage img {
  border-radius: 24px;
  transition: 600ms all ease;
  position: relative;
  z-index: 0;
}

#Timeline {
  background: #18335D;
}
#Timeline .SectionTitle h3 {
  text-align: center;
}
#Timeline .timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px;
  width: 100%;
  margin: 0 auto 10px;
}
#Timeline .timeline::before {
  content: "";
  position: absolute;
  top: 14%;
  transform: translateY(-40%);
  left: 5%;
  width: 90%;
  height: 2px;
  background-color: #476DA7;
  z-index: 0;
}
#Timeline .timeline .timeline-item {
  text-align: center;
  position: relative;
  z-index: 1;
}
#Timeline .timeline .timeline-item .point {
  width: 42px;
  height: 42px;
  background-color: #c6921c;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Timeline .timeline .timeline-item .point::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #476DA7;
  border-radius: 50%;
}
#Timeline .timeline .timeline-item .label {
  margin-top: 10px;
  font-size: 72px;
  font-weight: bold;
  color: #c6921c;
  font-family: "TestFinancierDisplay_Bold";
}
#Timeline .col-lg-6 {
  width: 45%;
}
#Timeline .TimelineCard {
  background: #fff;
  padding: 20px;
  box-shadow: 10px 20px 44px 0px rgba(0, 0, 0, 0.3019607843);
  height: 100%;
}
#Timeline .TimelineCard img {
  transition: 600ms all ease;
}
#Timeline .TimelineCard:hover img {
  transform: scale(0.95);
}
#Timeline .TimelineCard .Story {
  font-family: "Gotham_Light";
  margin: 20px 0;
  color: #5E5E5E;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: 0%;
  text-align: justify;
}

#AboutVideo {
  background: #FFE5B0;
}
#AboutVideo .SectionTitle {
  width: 80%;
  margin: 0 auto 48px;
}
#AboutVideo .SectionTitle h3 {
  text-align: center;
}
#AboutVideo .Video {
  position: relative;
}
#AboutVideo .Video video {
  width: 100%;
  border-radius: 24px;
}
#AboutVideo .Video .PlayIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  transition: 600ms all ease;
}
#AboutVideo .Video .PlayIcon:hover {
  transform: translate(-50%, -50%) scale(0.95);
}

#Awards .services-header {
  margin-bottom: 10px;
}
#Awards .services-header .subheading {
  font-size: 12px;
  color: #aef5ae;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
#Awards .services-header .main-heading {
  font-size: 38px;
  font-weight: 700;
  color: #422241;
  line-height: 1.2;
}
#Awards .services-header .main-heading .italic {
  font-style: italic;
}
#Awards .services-header .slider-arrows {
  display: flex;
  gap: 10px;
}
#Awards .services-header .slider-arrows button {
  background: transparent;
  border: none;
  width: 65px;
}
#Awards .services-header .slider-arrows button .Arrow_btn {
  position: relative;
}
#Awards .services-header .slider-arrows button .Arrow_btn:hover img {
  opacity: 0;
}
#Awards .services-header .slider-arrows button .Arrow_btn:hover .ImgHov {
  opacity: 1;
}
#Awards .services-header .slider-arrows button .Arrow_btn img {
  transition: 500ms all ease;
}
#Awards .services-header .slider-arrows button .ImgHov {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
}
#Awards .SectionTitle h3 {
  text-align: left;
}
#Awards .SectionTitle p {
  text-align: left;
}
#Awards .AwardImage {
  border-radius: 25px;
  margin: 20px 0;
}
#Awards .owl-item img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transform: scale(0.9);
  border-radius: 24px;
}
#Awards .owl-item.center img {
  transform: scale(1.05);
  z-index: 2;
}

#Rooms {
  background: #FFE5B0;
}
#Rooms .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#Rooms .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 31%;
  right: 0%;
  z-index: 11;
  background: url("assets/images/RIght.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  color: transparent;
}
#Rooms .owl-carousel .owl-nav button.owl-prev {
  background: url("assets/images/Left.svg");
  background-size: contain;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  position: absolute;
  top: 31%;
  left: 0%;
  color: transparent;
}
#Rooms .owl-carousel .owl-nav button.owl-next:hover {
  background: url("assets/images/RightFill.svg") no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px;
}
#Rooms .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("assets/images/LeftFill.svg") no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px;
}
#Rooms .carousel-image {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
#Rooms .carousel-image.fade-out {
  opacity: 0;
}
#Rooms.Blue {
  background: #18335D;
}
#Rooms.Blue .SectionTitle h3 {
  color: #FFE5B0;
}
#Rooms.Blue .WebBtn {
  background: #C59520;
}
#Rooms.Blue .WebBtn:hover {
  color: #C59520;
}
#Rooms .WebBtn {
  background: #192231;
}
#Rooms .WebBtn:hover {
  color: #192231;
}
#Rooms .SectionTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#Rooms .SectionTitle h3 {
  margin: 0;
}
#Rooms .carousel-container {
  color: white;
  position: relative;
}
#Rooms .carousel-container .carousel-image {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 24px;
}
#Rooms .carousel-container .carousel-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.6) 100%);
  transition: 400ms all ease;
}
#Rooms .carousel-container .carousel-image:hover .Arrow_btn {
  opacity: 1;
}
#Rooms .carousel-container .carousel-image button {
  background: transparent;
  border: none;
  width: 55px;
}
#Rooms .carousel-container .carousel-image button .Arrow_btn {
  opacity: 0;
  transition: 500ms all ease;
  position: relative;
}
#Rooms .carousel-container .carousel-image button .Arrow_btn:hover img {
  opacity: 0;
}
#Rooms .carousel-container .carousel-image button .Arrow_btn:hover .ImgHov {
  opacity: 1;
}
#Rooms .carousel-container .carousel-image button .Arrow_btn img {
  transition: 500ms all ease;
}
#Rooms .carousel-container .carousel-image button .ImgHov {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
}
#Rooms .carousel-container .carousel-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  transition: opacity 0.5s ease;
}
#Rooms .carousel-container .carousel-image .caption {
  position: absolute;
  top: 20px;
  font-size: 32px;
  z-index: 10;
}
#Rooms .carousel-container .carousel-image .nav-arrows {
  position: absolute;
  width: 100%;
  top: 53%;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  transform: translateY(-50%);
  z-index: 20;
}
#Rooms .carousel-container .carousel-image .nav-arrows button {
  border: none;
  color: white;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}
#Rooms .carousel-container .carousel-categories {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  gap: 1rem;
  position: absolute;
  bottom: 0;
  width: 95%;
  transform: translateX(-50%);
  left: 50%;
}
#Rooms .carousel-container .carousel-categories .category {
  background: #29415e;
  padding: 0rem;
  border: none;
  color: white;
  font-size: 1rem;
  border-radius: 24px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 325;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 20%;
  height: 100%;
}
#Rooms .carousel-container .carousel-categories .category .CategoryImg {
  position: relative;
  border-radius: 18px;
  border: 0px solid rgba(255, 255, 255, 0);
  transition: 300ms all ease;
  overflow: hidden;
}
#Rooms .carousel-container .carousel-categories .category .CategoryImg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  transition: 400ms all ease;
}
#Rooms .carousel-container .carousel-categories .category .CategoryImg img {
  border-radius: 18px;
  height: 100%;
  transition: 300ms all ease;
}
#Rooms .carousel-container .carousel-categories .category .CategoryImg .Category {
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
  font-family: "Gotham_Light";
}
#Rooms .carousel-container .carousel-categories .category.active .CategoryImg {
  border: 4px solid #fff;
}
#Rooms .carousel-container .carousel-categories .category.active .CategoryImg:after {
  opacity: 0;
}
#Rooms .carousel-container .carousel-categories .category:hover {
  background: #35577d;
}

#Grid .OfferImage {
  height: 100%;
  width: 100%;
  position: relative;
}
#Grid .OfferImage .ImageContent {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#Grid .OfferImage .ImageContent .SectionTitle h5 {
  font-family: "Gotham_Light";
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#Grid .OfferImage img {
  border-radius: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#Packages {
  background: #18335D;
}
#Packages .SectionTitle h3 {
  text-align: center;
}
#Packages .SectionTitle p {
  text-align: center;
  color: #CDCDCD;
}
#Packages .PackageCard:hover .PackageImage img {
  transform: scale(1.06);
}
#Packages .PackageCard:hover .WebBtn {
  color: #fff;
}
#Packages .PackageCard:hover .WebBtn::before {
  top: -30px;
  left: -30px;
}
#Packages .PackageCard:hover .PackageContent {
  transform: translateY(30px);
}
#Packages .PackageCard .PackageImage {
  overflow: hidden;
  border-radius: 24px;
}
#Packages .PackageCard .PackageImage img {
  transition: 500ms all ease;
}
#Packages .PackageCard .PackageContent {
  background: #fff;
  margin: -100px 16px 0;
  position: relative;
  padding: 28px 18px;
  border-radius: 22px;
  transition: 500ms all ease;
}
#Packages .PackageCard .PackageContent .PackageTitle h5 {
  font-weight: 700;
  font-size: 29px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  color: #18335D;
  line-height: 1.2;
}
#Packages .PackageCard .PackageContent .PackageTitle p {
  font-weight: 325;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: justify;
  color: #6E7A8C;
}
#Packages .PackageCard .PackageContent .KeyPoints {
  margin: 24px 0 32px;
  display: block;
}
#Packages .PackageCard .PackageContent .KeyPoints .Point {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  margin-bottom: 14px;
}
#Packages .PackageCard .PackageContent .KeyPoints .Point .Icon img {
  width: 27px;
}
#Packages .PackageCard .PackageContent .KeyPoints .Point .Text {
  font-weight: 325;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: justify;
  color: #6E7A8C;
}
#Packages .PackageCard .PackageContent .Validity h5 {
  font-family: "Gotham_Medium";
  color: #18335D;
  font-size: 24px;
}
#Packages .PackageCard .PackageContent .Validity p {
  font-weight: 325;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: justify;
  color: #6E7A8C;
}
#Packages .WebBtn::before {
  background: #192231;
}
#Packages .WebBtn:hover {
  color: #fff;
}

#OffersCta .OffersMain {
  position: relative;
}
#OffersCta .ImageBig {
  height: 100%;
}
#OffersCta .ImageBig img {
  height: 100%;
}
#OffersCta .CtaImage {
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 24px;
}
#OffersCta .CtaImage:hover img {
  transform: scale(1.1);
}
#OffersCta .CtaImage img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 500ms all ease;
}
#OffersCta .CtaImage:nth-child(2) {
  position: relative;
  z-index: 11;
}
#OffersCta .CtaBox {
  background: #fff;
  padding: 40px;
  border-radius: 32px;
  width: 48%;
  padding-right: 18%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#OffersCta .CtaBox .WebBtn::before {
  background: #192231;
}
#OffersCta .CtaBox .WebBtn:hover {
  color: #fff;
}
#OffersCta .CtaBox .Logo {
  width: 100px;
  margin-bottom: 40px;
}
#OffersCta .CtaBox .BookingTitle {
  font-weight: 400;
  font-size: 53.69px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  font-family: "Gotham_Medium";
  margin-bottom: 24px;
  color: #18335D;
}
#OffersCta .CtaBox .OfferText {
  font-weight: 400;
  color: #18335D;
  font-size: 100px;
  line-height: 88%;
  letter-spacing: 0%;
  text-transform: uppercase;
  font-family: "Gotham_Bold";
  margin-bottom: 36px;
}
#OffersCta .CtaBox .Description {
  color: #18335D;
  font-family: "Gotham";
  font-size: 21px;
  line-height: 1.3;
  letter-spacing: 0%;
  text-align: justify;
  text-transform: uppercase;
  margin-bottom: 24px;
}

#Deals {
  padding-top: 0;
}
#Deals .services-header {
  margin-bottom: 10px;
}
#Deals .services-header .subheading {
  font-size: 12px;
  color: #aef5ae;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
#Deals .services-header .main-heading {
  font-size: 38px;
  font-weight: 700;
  color: #422241;
  line-height: 1.2;
}
#Deals .services-header .main-heading .italic {
  font-style: italic;
}
#Deals .services-header .slider-arrows {
  display: flex;
  gap: 10px;
}
#Deals .services-header .slider-arrows button {
  background: transparent;
  border: none;
  width: 65px;
}
#Deals .services-header .slider-arrows button .Arrow_btn {
  position: relative;
}
#Deals .services-header .slider-arrows button .Arrow_btn:hover img {
  opacity: 0;
}
#Deals .services-header .slider-arrows button .Arrow_btn:hover .ImgHov {
  opacity: 1;
}
#Deals .services-header .slider-arrows button .Arrow_btn img {
  transition: 500ms all ease;
}
#Deals .services-header .slider-arrows button .ImgHov {
  left: 0;
  top: 0;
  position: absolute;
  opacity: 0;
}
#Deals .DealsCard {
  position: relative;
}
#Deals .DealsCard:hover .DealsImage img {
  transform: scale(1.1);
}
#Deals .DealsCard:hover .WebBtn::before {
  top: -50px;
  left: -50px;
}
#Deals .DealsCard .DealsImage {
  overflow: hidden;
  border-radius: 24px;
}
#Deals .DealsCard .DealsImage img {
  transition: 500ms all ease;
}
#Deals .DealsCard .WebBtn::before {
  background: #192231;
}
#Deals .DealsCard .WebBtn:hover {
  color: #fff;
}
#Deals .DealsCard .DealsImage {
  width: 80%;
}
#Deals .DealsCard .PackageContent {
  background: #fff;
  padding: 32px 24px;
  border-radius: 24px;
  transition: 500ms all ease;
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#Deals .DealsCard .PackageContent .PackageTitle h5 {
  color: #18335D;
  line-height: 1.1;
  font-weight: 700;
  font-size: 52px;
}
#Deals .DealsCard .PackageContent .PackageTitle p {
  font-weight: 325;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: justify;
  color: #6E7A8C;
}
#Deals .DealsCard .PackageContent .KeyPoints {
  margin: 24px 0 32px;
  display: block;
}
#Deals .DealsCard .PackageContent .KeyPoints .Point {
  display: flex;
  gap: 7px;
  align-items: flex-start;
  margin-bottom: 14px;
}
#Deals .DealsCard .PackageContent .KeyPoints .Point .Icon img {
  width: 27px;
}
#Deals .DealsCard .PackageContent .KeyPoints .Point .Text {
  font-weight: 325;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: justify;
  color: #6E7A8C;
}
#Deals .DealsCard .PackageContent .Validity {
  margin-bottom: 36px;
}
#Deals .DealsCard .PackageContent .Validity h5 {
  font-family: "Gotham_Medium";
  color: #18335D;
  font-size: 24px;
}
#Deals .DealsCard .PackageContent .Validity p {
  font-weight: 325;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: justify;
  color: #6E7A8C;
}

/* Sticky Menu Button */
.mobile-menu-btn {
  position: fixed;
  bottom: 0px;
  /* right: 20px; */
  z-index: 20;
  border: none;
  /* border-radius: 50%; */
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  padding: 7px;
  display: none;
}
.mobile-menu-btn span {
  background-color: #c59520;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
}

.mobile-menu-btn img {
  width: 30px;
  height: 30px;
  filter: invert(1);
}

/* Slide-in Menu Container */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #18335d;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  padding: 20px;
  overflow-y: auto;
  display: flex;
  align-items: center;
}

/* When menu is open */
.mobile-menu.open {
  right: 0;
}

.close-menu-btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border: none;
  /* border-radius: 50%; */
  width: 100%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  padding: 7px;
}
.close-menu-btn span {
  background-color: #c59520;
  width: 100%;
  padding: 5px;
  text-transform: uppercase;
  font-size: 12px;
}

/* Basic form styling inside the menu */
.mobile-booking-form .form-field {
  margin-bottom: 15px;
}

.mobile-booking-form input,
.mobile-booking-form select,
.mobile-booking-form button {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.mobile-booking-form button.book-btn {
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
}

.mobile-booking-form button.book-btn:hover {
  background-color: #555;
}

.booking-bar {
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  margin: 0 auto 0px;
  width: 1300px;
}
.booking-bar .booking-form {
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.8);
  width: 100%;
  border-radius: 3rem;
  background: #fff;
  display: flex;
  overflow: hidden;
  padding-left: 20px;
  justify-content: space-between;
}
.booking-bar .booking-form .form-field {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  position: relative;
  width: 100%;
  justify-content: space-between;
  /* For Firefox (limited control, but this helps) */
  /* Custom icon styling */
}
.booking-bar .booking-form .form-field:after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #D2D2D2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.booking-bar .booking-form .form-field .icon {
  color: #caa64d;
  font-size: 1rem;
}
.booking-bar .booking-form .form-field .icon img {
  width: 18px;
  height: 18px;
}
.booking-bar .booking-form .form-field input,
.booking-bar .booking-form .form-field select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.9rem;
  color: #4A638B;
  padding: 16px 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  width: 100%;
}
.booking-bar .booking-form .form-field input::-moz-placeholder, .booking-bar .booking-form .form-field select::-moz-placeholder {
  color: #4A638B;
}
.booking-bar .booking-form .form-field input::placeholder,
.booking-bar .booking-form .form-field select::placeholder {
  color: #4A638B;
}
.booking-bar .booking-form .form-field input[type=date]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.booking-bar .booking-form .form-field input[type=date]::-moz-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.booking-bar .booking-form .form-field .custom-date {
  position: relative;
  /* Space for icon */
  background: url("your-custom-icon.png") no-repeat right center;
  background-size: 20px 20px;
}
.booking-bar .booking-form .form-field select {
  background-image: url("./assets/images/arrow_back_ios_new.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 15px;
}
.booking-bar .booking-form .form-field:last-child::after {
  opacity: 0;
}
.booking-bar .booking-form .book-btn {
  cursor: pointer;
  width: 100%;
  border-radius: 0 0 !important;
}
.booking-bar .booking-form .book-btn:hover {
  color: #c6921c;
}
.booking-bar .booking-form .WebBtn:hover::before {
  top: -67px;
  left: -30px;
}
@media (max-width: 768px) {
  .booking-bar .booking-form {
    flex-direction: column;
    border-radius: 1rem;
  }
  .booking-bar .booking-form .form-field {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
  }
  .booking-bar .booking-form .book-btn {
    border-radius: 0 0 1rem 1rem;
    width: 100%;
    justify-content: center;
  }
}

#host img {
  height: 100%;
}
#host .host-box {
  position: relative;
  height: 100%;
}
#host .host-box .Host-text {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}
#host .host-box h4 {
  font-size: 42px;
  color: #fff;
  text-align: center;
  margin-bottom: 14px;
}
#host .host-box .host-btn {
  text-align: center;
}

#Features .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 11;
  transform: translateY(-50%);
}
#Features .owl-carousel .owl-nav button.owl-next {
  background: url("./assets/images/RightArrow.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  color: transparent;
}
#Features .owl-carousel .owl-nav button.owl-prev {
  background: url("./assets/images/LeftArrow.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  color: transparent;
}
#Features .owl-carousel .owl-nav button.owl-next:hover {
  background: url("./assets/images/RightArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#Features .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("./assets/images/LeftArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}

#Features {
  background: #18335D;
  overflow: visible;
}
#Features .Feature-slider {
  position: sticky;
  top: 80px;
}
#Features .SectionTitle h3 {
  color: #fff;
  text-align: center;
}
#Features .SectionTitle p {
  color: #CDCDCD;
  text-align: center;
}
#Features .Feature-list .col-md-6 {
  margin: 0 0 24px;
}
#Features .Feature-list .Feature-box {
  background: #DDEAFF;
  padding: 20px;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  height: 100%;
}
#Features .Feature-list .Feature-box img {
  max-width: 50px;
  margin-bottom: 10px;
}
#Features .Feature-list .Feature-box p {
  color: #18335D;
  font-size: 18px;
  margin-bottom: 0;
}

#events .SectionTitle h3 {
  color: #18335D;
  text-align: center;
}
#events .SectionTitle p {
  color: #6C6C6C;
  text-align: center;
}
#events .event-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 20px;
}
#events .event-card img {
  transition: transform 0.4s ease;
  width: 100%;
  height: auto;
}
#events .event-card .overlay {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
#events .event-card .WebBtn {
  transition: all 0.3s ease;
}
#events .event-card .overlay-desc {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#events .event-card .overlay-desc h5 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Gotham", sans-serif;
  margin: 0;
  padding-bottom: 20px;
}
#events .event-card:hover img {
  transform: scale(1.1);
}
#events .event-card:hover .overlay {
  opacity: 1;
  visibility: visible;
}

#contact {
  background: url("./assets/images/contact-us.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#contact .SectionTitle {
  text-align: center;
}
#contact .SectionTitle h3 {
  color: #fff;
  line-height: 30px;
}
#contact .SectionTitle p {
  text-align: center;
  color: #BCBCBC;
}
#contact .inquiry-form {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#contact .inquiry-form .form-box {
  background-color: #fff;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
}
#contact .inquiry-form .form-box .InputFeild input,
#contact .inquiry-form .form-box .InputFeild select,
#contact .inquiry-form .form-box .InputFeild textarea {
  background-color: #09264c;
  color: #ADADAD;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
}
#contact .inquiry-form .form-box .InputFeild input::-moz-placeholder, #contact .inquiry-form .form-box .InputFeild select::-moz-placeholder, #contact .inquiry-form .form-box .InputFeild textarea::-moz-placeholder {
  color: #ADADAD;
}
#contact .inquiry-form .form-box .InputFeild input::placeholder,
#contact .inquiry-form .form-box .InputFeild select::placeholder,
#contact .inquiry-form .form-box .InputFeild textarea::placeholder {
  color: #ADADAD;
}
#contact .inquiry-form .form-box .InputFeild select:invalid {
  color: #ADADAD;
}
#contact .inquiry-form .form-box .InputFeild input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
#contact .inquiry-form .form-box .InputFeild input[type=date] {
  color: #ADADAD;
}

#Restaurants-contact {
  background: url("./assets/images/Restaurants-contact.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#Restaurants-contact .SectionTitle {
  text-align: center;
}
#Restaurants-contact .SectionTitle h3 {
  color: #fff;
  line-height: 30px;
}
#Restaurants-contact .SectionTitle p {
  text-align: center;
  color: #BCBCBC;
}
#Restaurants-contact .inquiry-form {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#Restaurants-contact .inquiry-form .form-box {
  background-color: #fff;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
}
#Restaurants-contact .inquiry-form .form-box input,
#Restaurants-contact .inquiry-form .form-box select,
#Restaurants-contact .inquiry-form .form-box textarea {
  background-color: #09264c;
  color: #ADADAD;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
}
#Restaurants-contact .inquiry-form .form-box input::-moz-placeholder, #Restaurants-contact .inquiry-form .form-box select::-moz-placeholder, #Restaurants-contact .inquiry-form .form-box textarea::-moz-placeholder {
  color: #ADADAD;
}
#Restaurants-contact .inquiry-form .form-box input::placeholder,
#Restaurants-contact .inquiry-form .form-box select::placeholder,
#Restaurants-contact .inquiry-form .form-box textarea::placeholder {
  color: #ADADAD;
}
#Restaurants-contact .inquiry-form .form-box select:invalid {
  color: #ADADAD;
}
#Restaurants-contact .inquiry-form .form-box input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
#Restaurants-contact .inquiry-form .form-box input[type=date] {
  color: #ADADAD;
}

#cafe-contact {
  background: url("./assets/images/cafe-contact.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#cafe-contact .SectionTitle {
  text-align: center;
}
#cafe-contact .SectionTitle h3 {
  color: #fff;
  line-height: 30px;
}
#cafe-contact .SectionTitle p {
  text-align: center;
  color: #BCBCBC;
}
#cafe-contact .inquiry-form {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#cafe-contact .inquiry-form .form-box {
  background-color: #fff;
  color: #fff;
  border-radius: 20px;
  padding: 40px;
}
#cafe-contact .inquiry-form .form-box .InputFeild input,
#cafe-contact .inquiry-form .form-box .InputFeild select,
#cafe-contact .inquiry-form .form-box .InputFeild textarea {
  background-color: #09264c;
  color: #ADADAD;
  border: none;
  border-radius: 8px;
  padding: 10px 15px;
}
#cafe-contact .inquiry-form .form-box .InputFeild input::-moz-placeholder, #cafe-contact .inquiry-form .form-box .InputFeild select::-moz-placeholder, #cafe-contact .inquiry-form .form-box .InputFeild textarea::-moz-placeholder {
  color: #ADADAD;
}
#cafe-contact .inquiry-form .form-box .InputFeild input::placeholder,
#cafe-contact .inquiry-form .form-box .InputFeild select::placeholder,
#cafe-contact .inquiry-form .form-box .InputFeild textarea::placeholder {
  color: #ADADAD;
}
#cafe-contact .inquiry-form .form-box .InputFeild select:invalid {
  color: #ADADAD;
}
#cafe-contact .inquiry-form .form-box .InputFeild input[type=date]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}
#cafe-contact .inquiry-form .form-box .InputFeild input[type=date] {
  color: #ADADAD;
}

#TrendingBlogs .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  z-index: 11;
}
#TrendingBlogs .owl-carousel .owl-nav button.owl-next {
  background: url("./assets/images/RIght.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  color: transparent;
}
#TrendingBlogs .owl-carousel .owl-nav button.owl-prev {
  background: url("./assets/images/Left.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  color: transparent;
}
#TrendingBlogs .owl-carousel .owl-nav button.owl-next:hover {
  background: url("./assets/images/RightFill.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#TrendingBlogs .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("./assets/images/LeftFill.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#TrendingBlogs .BlogsSlider .BlogCard .BlogImage {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
}
#TrendingBlogs .BlogsSlider .BlogCard .BlogImage .BlogContent {
  position: absolute;
  width: 40%;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  background: #fff;
  padding: 40px;
  border-radius: 24px;
}
#TrendingBlogs .BlogsSlider .BlogCard .BlogImage .BlogContent .Tags {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
#TrendingBlogs .BlogsSlider .BlogCard .BlogImage .BlogContent .Tags .Tag {
  color: #5E5E5E;
  background: #E2EDFF;
  border-radius: 100px;
  padding: 8px 12px;
  gap: 10px;
  font-weight: 325;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
#TrendingBlogs .BlogsSlider .BlogCard .BlogImage .BlogContent .BlogTitle {
  margin-bottom: 14px;
}
#TrendingBlogs .BlogsSlider .BlogCard .BlogImage .BlogContent .BlogTitle h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #18335D;
}
#TrendingBlogs .BlogsSlider .BlogCard .BlogImage .BlogContent .BlogTitle p {
  font-weight: 325;
  font-size: 21px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  color: #868686;
  line-height: 1.4;
  margin-bottom: 18PX;
}
#TrendingBlogs .BlogsSlider .BlogCard .BlogImage .BlogContent .Date {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 325;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  color: #868686;
  line-height: 1.4;
  margin: 14px 0 32px;
}
#TrendingBlogs .WebBtn::before {
  background: #192231;
}
#TrendingBlogs .WebBtn:hover {
  color: #fff;
}

#Blogs {
  padding-top: 0;
  overflow: visible;
}
#Blogs .BlogCard {
  position: relative;
}
#Blogs .BlogCard .BlogContent {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 24px 24px;
  border-radius: 24px;
  display: flex;
  width: 95%;
  justify-content: space-between;
  align-items: center;
}
#Blogs .BlogCard .BlogContent .BlogTitle {
  margin-bottom: 14px;
}
#Blogs .BlogCard .BlogContent .BlogTitle h5 {
  font-weight: 700;
  font-style: Bold;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #18335D;
}
#Blogs .BlogCard .BlogContent .Date {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 325;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  color: #868686;
  line-height: 1.4;
}
#Blogs .WebBtn::before {
  background: #192231;
}
#Blogs .WebBtn:hover {
  color: #fff;
}
#Blogs .SideBar {
  position: sticky;
  top: 100px;
}
#Blogs .SideBar .ContactForm {
  background: #FFFFFF;
  padding: 40px 40px;
  list-style: none;
  border-radius: 24px;
  margin-top: 32px;
  text-align: center;
}
#Blogs .SideBar .ContactForm .InputFeild {
  margin-bottom: 18px;
}
#Blogs .SideBar .ContactForm .InputFeild input {
  background: #FFF3E5;
  width: 100%;
  font-size: 16px;
  border-radius: 14px;
  padding: 18px 18px;
  outline: none;
  border: 1px solid #FFFFFF;
}
#Blogs .SideBar .ContactForm .InputFeild input::-moz-placeholder {
  color: #ADADAD;
}
#Blogs .SideBar .ContactForm .InputFeild input::placeholder {
  color: #ADADAD;
}
#Blogs .SideBar .ContactForm .InputFeild textarea {
  background: #FFF3E5;
  width: 100%;
  font-size: 16px;
  border-radius: 14px;
  padding: 18px 18px;
  outline: none;
  border: 1px solid #FFFFFF;
}
#Blogs .SideBar .ContactForm .InputFeild textarea::-moz-placeholder {
  color: #ADADAD;
}
#Blogs .SideBar .ContactForm .InputFeild textarea::placeholder {
  color: #ADADAD;
}
#Blogs .SideBar .ContactForm .FormBtn {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #18335D;
}
#Blogs .SideBar .ContactForm .FormBtn::before {
  background: #c59520;
}
#Blogs .SideBar .ContactForm .FormBtn input {
  padding: 14px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: #fff;
  margin: 0 0 -4px;
}
#Blogs .SideBar .ContactForm .ContactTitle h5 {
  text-align: center;
  color: #18335D;
  margin-bottom: 32px;
  font-weight: 700;
  font-style: Bold;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
#Blogs .SideBar .Top-Articles {
  background: #FFFFFF;
  padding: 40px 24px;
  list-style: none;
  border-radius: 24px;
  margin-bottom: 24px;
  /* Outout the numbers using the counter() function, but use a custom color, and position the numbers how we want */
}
#Blogs .SideBar .Top-Articles ul {
  list-style: none;
}
#Blogs .SideBar .Top-Articles li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
}
#Blogs .SideBar .Top-Articles ol li:before {
  content: counter(list);
  left: -42px;
  top: -10px;
  position: absolute;
  text-align: right;
  width: 26px;
  font-size: 32px;
  font-family: "Gotham_Bold";
}
#Blogs .SideBar .Top-Articles li {
  margin-bottom: 24px;
}
#Blogs .SideBar .Top-Articles li .article-title {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "TestFinancierDisplay_Bold";
}
#Blogs .SideBar .Top-Articles li .article-description {
  font-size: 14px;
  color: #444444;
  text-align: justify;
  line-height: 1.4;
  word-spacing: 2px;
  width: 95%;
}
#Blogs .SideBar .Top-Articles li .article-description span {
  font-size: 12px;
  text-transform: uppercase;
  color: #c59520;
  font-family: "Gotham_Bold";
  font-weight: 400;
  font-style: Bold;
  font-size: 14.39px;
  line-height: 17.09px;
  letter-spacing: 0%;
  text-align: justify;
}
#Blogs .SideBar .Top-Articles li .article-description .views h5 {
  font-size: 15px;
  padding: 5px 0;
  color: #ea5875;
}
#Blogs .SideBar .Top-Articles li .article-description .views h5 i {
  padding-right: 5px;
}
#Blogs .SideBar .Top-Articles li .date {
  font-size: 12px;
  color: #767676;
}
#Blogs .SideBar .Top-Articles .top-articles-title h4 {
  text-align: center;
  color: #18335D;
  margin-bottom: 32px;
  font-weight: 700;
  font-style: Bold;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
#Blogs .SideBar .OfferCard {
  border-radius: 24px;
  background: #18335D;
  margin-top: 32px;
  text-align: center;
}
#Blogs .SideBar .OfferCard .OfferContent {
  overflow: hidden;
  padding: 24px;
}
#Blogs .SideBar .OfferCard .Quote {
  color: #C59520;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  padding: 14px 0 24px;
}
#Blogs .SideBar .OfferCard .Logo {
  width: 220px;
  margin: 14px auto 24px;
}
#Blogs .SideBar .OfferCard .TextBold {
  margin-top: 24px;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 1px;
  font-family: "TestFinancierDisplay_Bold";
  color: #fff;
}
#Blogs .SideBar .OfferCard .Validity {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #C9C9C9;
  margin-top: 8px;
}
#Blogs .Pagination {
  border-top: 1.31px solid #EAECF0;
  margin-top: 24px;
}
#Blogs .pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px auto;
  width: 50%;
}
#Blogs .pagination .page-arrow {
  position: relative;
  width: 40px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Blogs .pagination .page-arrow .material-symbols-outlined {
  font-size: 32px;
  color: #C59520;
}
#Blogs .pagination .page-arrow img {
  width: 40px;
}
#Blogs .pagination .page-arrow .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 300ms ease;
}
#Blogs .pagination .page-arrow:hover .img-hov {
  opacity: 1;
}
#Blogs .pagination .page-item {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#Blogs .pagination .page-item .page-link {
  font-size: 26px;
  background-color: transparent;
  border: none;
  color: #667085;
  padding: 0;
}
#Blogs .pagination .page-item .page-link:focus {
  box-shadow: none;
}
#Blogs .pagination .page-item.active {
  border-radius: 7px;
  background: #18335D;
}
#Blogs .pagination .page-item.active .page-link {
  color: #fff;
}

#ContactDetails .col-lg-4:last-child .ContactBox {
  border: none;
}
#ContactDetails .ContactBox {
  text-align: center;
  display: block;
  border-right: 1px solid #B2B2B2;
  height: 100%;
  padding: 32px;
}
#ContactDetails .ContactBox:hover .ContactIcon img {
  transform: scale(1.1);
}
#ContactDetails .ContactBox:hover .ContactInfo {
  color: #c59520;
}
#ContactDetails .ContactBox .ContactIcon img {
  transition: 500ms all ease;
  width: 72px;
}
#ContactDetails .ContactBox .ContactTitle {
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  color: #595959;
  margin: 18px 0 24px;
}
#ContactDetails .ContactBox .ContactInfo {
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  font-family: "TestFinancierDisplay_Semibold";
  color: #18335d;
  transition: 500ms all ease;
}

#ContactForm {
  padding: 0;
}
#ContactForm .SectionTitle {
  text-align: center;
}
#ContactForm iframe {
  height: 100%;
  width: 100%;
}
#ContactForm .FormContainer {
  background: #FFE5B0;
  padding: 40px;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 18%;
  text-align: center;
}
#ContactForm .FormContainer .FormMain {
  width: 100%;
}
#ContactForm .FormContainer .InputFlex {
  display: flex;
  gap: 24px;
  width: 100%;
  margin-bottom: 24px;
}
#ContactForm .FormContainer .InputFlex .InputFeild {
  width: 100%;
}
#ContactForm .FormContainer .InputFlex .InputFeild input {
  width: 100%;
}
#ContactForm .FormContainer .InputFlex .InputFeild input,
#ContactForm .FormContainer .InputFlex .InputFeild select {
  background-color: #FFFFFF;
  width: 100%;
  font-size: 16px;
  border-radius: 14px;
  padding: 18px 18px;
  outline: none;
  border: 1px solid #FFFFFF;
  color: #ADADAD;
}
#ContactForm .FormContainer .InputFlex .InputFeild input::-moz-placeholder, #ContactForm .FormContainer .InputFlex .InputFeild select::-moz-placeholder {
  color: #ADADAD;
}
#ContactForm .FormContainer .InputFlex .InputFeild input::placeholder,
#ContactForm .FormContainer .InputFlex .InputFeild select::placeholder {
  color: #ADADAD;
}
#ContactForm .FormContainer .InputFlex .InputFeild .select2-container--default .select2-selection--single {
  border: none;
}
#ContactForm .FormContainer .InputFlex .InputFeild .select2-container--default {
  background: #FFFFFF;
  width: 100%;
  font-size: 16px;
  border-radius: 14px;
  padding: 18px 8px;
  outline: none;
  border: 1px solid #FFFFFF;
}
#ContactForm .FormContainer .InputFlex textarea {
  background: #FFFFFF;
  width: 100%;
  font-size: 16px;
  border-radius: 14px;
  padding: 18px 18px;
  outline: none;
  border: 1px solid #FFFFFF;
}
#ContactForm .FormContainer .InputFlex textarea::-moz-placeholder {
  color: #ADADAD;
}
#ContactForm .FormContainer .InputFlex textarea::placeholder {
  color: #ADADAD;
}
#ContactForm .FormContainer .FormBtn {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #18335D;
}
#ContactForm .FormContainer .FormBtn::before {
  background: #c59520;
}
#ContactForm .FormContainer .FormBtn input {
  padding: 14px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: #fff;
  margin: 0 0 -4px;
}

#ContactInfo .SectionTitle {
  text-align: center;
}
#ContactInfo .SectionTitle p {
  text-align: center;
}
#ContactInfo .ContactDescription {
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 1px;
  line-height: 1.4;
  text-align: center;
  width: 90%;
  margin: 14px auto;
  position: relative;
  padding-bottom: 24px;
}
#ContactInfo .Email {
  display: flex;
  gap: 14px;
  align-items: center;
  color: #18335D;
  font-family: Test Financier Display;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  justify-content: center;
  padding-top: 32px;
  transition: 500ms all ease;
}
#ContactInfo .Email:hover {
  color: #c59520;
}
#ContactInfo .Email:hover img {
  transform: scale(0.96);
}
#ContactInfo .Email img {
  width: 68px;
  transition: 500ms all ease;
}

#rooms-gallery {
  background: #18335D;
}
#rooms-gallery .SectionTitle {
  color: #fff;
}
#rooms-gallery .SectionTitle p {
  color: #CDCDCD;
}
#rooms-gallery .rooms-container {
  display: flex;
}
#rooms-gallery .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  z-index: 11;
}
#rooms-gallery .owl-carousel .owl-nav button.owl-next {
  background: url("./assets/images/RightArrow.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  color: transparent;
}
#rooms-gallery .owl-carousel .owl-nav button.owl-prev {
  background: url("./assets/images/LeftArrow.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  color: transparent;
}
#rooms-gallery .owl-carousel .owl-nav button.owl-next:hover {
  background: url("./assets/images/RightArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#rooms-gallery .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("./assets/images/LeftArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}

#pol {
  padding: 80px 0;
}
#pol .SectionTitle {
  text-align: center;
  margin-bottom: 40px;
}
#pol .SectionTitle h3 {
  color: #18335D;
}
#pol .SectionTitle p {
  text-align: center;
  color: #6C6C6C;
}
#pol .pol-images {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
#pol .pol-images img {
  width: 100%;
  height: auto;
  display: block;
}
#pol .pol-img {
  position: relative;
}
#pol .pol-img .pol-description {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
}

#host-1 {
  background: #18335D;
}
#host-1 img {
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
#host-1 .host-box {
  position: relative;
  height: 100%;
}
#host-1 .host-box .Host-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#host-1 .host-box .Host-text h4 {
  font-size: 38px;
  color: #fff;
  text-align: center;
}
#host-1 .host-box .Host-text .host-btn {
  text-align: center;
}

#Feature-amini .SectionTitle h3 {
  text-align: center;
}
#Feature-amini .SectionTitle p {
  text-align: center;
}
#Feature-amini .Feature-list .Feature-box {
  background: #DDEAFF;
  padding: 20px;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
}
#Feature-amini .Feature-list .Feature-box img {
  max-width: 50px;
  margin-bottom: 10px;
}
#Feature-amini .Feature-list .Feature-box p {
  color: #18335D;
  font-size: 18px;
  margin-bottom: 0;
}
#Feature-amini .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0%;
  z-index: 11;
}
#Feature-amini .owl-carousel .owl-nav button.owl-next {
  background: url("./assets/images/RightArrow.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  color: transparent;
}
#Feature-amini .owl-carousel .owl-nav button.owl-prev {
  background: url("./assets/images/LeftArrow.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  color: transparent;
}
#Feature-amini .owl-carousel .owl-nav button.owl-next:hover {
  background: url("./assets/images/RightArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#Feature-amini .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("./assets/images/LeftArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}

#Services2.GalleryMain {
  padding-top: 70px;
}

#Feature-amini {
  overflow: visible;
}
#Feature-amini .Feature-slider {
  position: sticky;
  top: 100px;
}
#Feature-amini .SectionTitle h3 {
  text-align: center;
}
#Feature-amini .SectionTitle p {
  text-align: center;
}
#Feature-amini .Feature-list .col-md-6 {
  margin-bottom: 24px;
}
#Feature-amini .Feature-list .Feature-box {
  background: #fff;
  padding: 20px;
  text-align: center;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1411764706);
  height: 100%;
}
#Feature-amini .Feature-list .Feature-box img {
  max-width: 50px;
  margin-bottom: 10px;
}
#Feature-amini .Feature-list .Feature-box p {
  color: #18335D;
  font-size: 18px;
  margin-bottom: 0;
}
#Feature-amini .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 45%;
  left: 0%;
  z-index: 11;
}
#Feature-amini .owl-carousel .owl-nav button.owl-next {
  background: url("./assets/images/RIght.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
  color: transparent;
}
#Feature-amini .owl-carousel .owl-nav button.owl-prev {
  background: url("./assets/images/Left.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  color: transparent;
}
#Feature-amini .owl-carousel .owl-nav button.owl-next:hover {
  background: url("./assets/images/RightFill.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#Feature-amini .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("./assets/images/LeftFill.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}

#partners {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#partners .logo-scroller-content {
  padding: 100px 0;
}
#partners .logo-scroller-items {
  margin: -58px 0;
  overflow: hidden;
  cursor: default;
}
#partners .logo-scroller-row {
  display: flex;
  position: relative;
  white-space: nowrap;
  justify-content: space-around;
  gap: 40px;
}
#partners .logo-scroller-item {
  position: relative;
  flex: 1 1 auto;
  aspect-ratio: 1/1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#partners .logo-scroller-item span {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#partners .logo-scroller-item span img {
  max-width: 100%;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}
#partners .logo-scroller-item:hover span img {
  filter: grayscale(0%);
}
@media (min-width: 1024px) {
  #partners .logo-scroller-item span img {
    max-height: 150px;
  }
}
@media (max-width: 768px) {
  #partners .logo-scroller-item {
    min-width: 100px;
  }
  #partners .logo-scroller-item span img {
    max-height: 80px;
  }
}
@media (max-width: 480px) {
  #partners .logo-scroller-item {
    min-width: 80px;
  }
  #partners .logo-scroller-item span img {
    max-height: 60px;
  }
}

#AmenitiesMarquee .SectionTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#AmenitiesMarquee .SectionTitle h3 {
  margin: 0;
}
#AmenitiesMarquee .AmenitiesImage {
  margin-top: 32px;
}
#AmenitiesMarquee .marquee-container {
  width: 100%;
  overflow: hidden;
  background: #fdf8f3;
  padding: 1rem 0;
}
#AmenitiesMarquee .marquee-container .marquee-track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: scroll 30s linear infinite;
}
#AmenitiesMarquee .marquee-container .marquee-track .marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 250px;
  margin: 0 1rem;
  background: #fff;
  flex-direction: column;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.0784313725);
  transition: transform 0.3s ease;
  aspect-ratio: 3/1;
}
#AmenitiesMarquee .marquee-container .marquee-track .marquee-item img {
  width: 52px;
  height: 52px;
  margin-right: 0.5rem;
}
#AmenitiesMarquee .marquee-container .marquee-track .marquee-item span {
  color: #18335D;
  margin-top: 14px;
  font-size: 17px;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
}
#AmenitiesMarquee .marquee-container .marquee-track .marquee-item:hover {
  transform: scale(1.05);
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

#CafeBistro {
  background: #18335D;
}
#CafeBistro .SectionTitle p {
  color: #BCBCBC;
}
#CafeBistro .cafe-facilites {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 42px;
}
#CafeBistro .cafe-facilites .box-1 {
  width: -moz-max-content;
  width: max-content;
}
#CafeBistro .cafe-facilites .box-1 img {
  max-width: 45px;
  margin-bottom: 20px;
}
#CafeBistro .cafe-facilites .box-1 p {
  font-size: 14px;
  color: #FFFFFF;
  margin-bottom: 0;
}
#CafeBistro .AmenitiesSlider {
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.5019607843);
}
#CafeBistro .AmenitiesSlider .AmenitiesCard {
  padding: 18px;
  background-color: #fff;
}
#CafeBistro .AmenitiesSlider .AmenitiesCard .AmenitiesTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 14px 4px;
}
#CafeBistro .AmenitiesSlider .AmenitiesCard .AmenitiesTitle h4 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0%;
  color: #18335d;
}
#CafeBistro .WebBtn::before {
  background: #09264c;
}
#CafeBistro .WebBtn:hover {
  color: #fff;
}
#CafeBistro .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 95%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#CafeBistro .owl-carousel .owl-nav button.owl-next {
  z-index: 11;
  background: url("./assets/images/RIght.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 42px;
  width: 42px;
  color: transparent;
}
#CafeBistro .owl-carousel .owl-nav button.owl-prev {
  background: url("./assets/images/Left.svg");
  background-size: contain;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  color: transparent;
}
#CafeBistro .owl-carousel .owl-nav button.owl-next:hover {
  background: url("./assets/images/RightFill.svg") no-repeat;
  background-size: contain;
}
#CafeBistro .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("./assets/images/LeftFill.svg") no-repeat;
  background-size: contain;
}

#CafeBistro2 {
  background: #FFE5B0;
}
#CafeBistro2 .AmenitiesSlider {
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.5019607843);
}
#CafeBistro2 .AmenitiesSlider .AmenitiesCard {
  padding: 18px;
  background-color: #fff;
}
#CafeBistro2 .AmenitiesSlider .AmenitiesCard .AmenitiesTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 14px 4px;
}
#CafeBistro2 .AmenitiesSlider .AmenitiesCard .AmenitiesTitle h4 {
  margin: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0%;
  color: #18335d;
}
#CafeBistro2 .WebBtn::before {
  background: #09264c;
}
#CafeBistro2 .WebBtn:hover {
  color: #fff;
}
#CafeBistro2 .owl-theme .owl-nav {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  width: 95%;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#CafeBistro2 .owl-carousel .owl-nav button.owl-next {
  z-index: 11;
  background: url("./assets/images/RIght.svg");
  background-size: contain;
  transition: 300ms all ease;
  background-repeat: no-repeat;
  height: 42px;
  width: 42px;
  color: transparent;
}
#CafeBistro2 .owl-carousel .owl-nav button.owl-prev {
  background: url("./assets/images/Left.svg");
  background-size: contain;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  transition: 300ms all ease;
  color: transparent;
}
#CafeBistro2 .owl-carousel .owl-nav button.owl-next:hover {
  background: url("./assets/images/RightFill.svg") no-repeat;
  background-size: contain;
}
#CafeBistro2 .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("./assets/images/LeftFill.svg") no-repeat;
  background-size: contain;
}
#CafeBistro2 .SectionTitle h3 {
  color: #18335D;
}
#CafeBistro2 .SectionTitle p {
  color: #6C6C6C;
}
#CafeBistro2 .cafe-facilites {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
#CafeBistro2 .cafe-facilites .box-1 {
  width: 40%;
}
#CafeBistro2 .cafe-facilites .box-1 img {
  max-width: 45px;
  margin-bottom: 20px;
}
#CafeBistro2 .cafe-facilites .box-1 p {
  font-size: 14px;
  margin-bottom: 0;
}

#Faqs .SectionTitle {
  text-align: center;
}
#Faqs .SectionTitle p {
  text-align: center;
}
#Faqs .FaqContainer .accordion-item {
  margin-bottom: 24px;
  border-radius: 14px;
  overflow: hidden;
  border: none;
  background-color: transparent;
}
#Faqs .FaqContainer .accordion-button:not(.collapsed) {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px;
  color: #C59520;
  background-color: #fff;
}
#Faqs .FaqContainer .accordion-button {
  background-color: transparent;
  font-size: 24px;
  font-family: "Gotham_Medium";
  padding: 18px 18px 16px;
  box-shadow: none;
  color: #18335D;
  border-bottom: 1px solid #18335D;
}
#Faqs .FaqContainer .accordion-button h2 {
  margin: 0;
}
#Faqs .FaqContainer .accordion-body {
  font-size: 19px;
  padding: 24px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

#BlogsDetail {
  overflow: visible;
}
#BlogsDetail p {
  color: #868686;
  line-height: 1.4;
  font-size: 17px;
}
#BlogsDetail b {
  color: #000;
}
#BlogsDetail h1,
#BlogsDetail h2,
#BlogsDetail h4,
#BlogsDetail h5,
#BlogsDetail h6 {
  color: #18335D;
  font-family: "TestFinancierDisplay_Bold";
  margin-top: 32px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 1px;
}
#BlogsDetail h3 {
  margin-top: 32px;
  color: #C59520;
  font-family: "TestFinancierDisplay_Bold";
  font-weight: 700;
  letter-spacing: 1px;
}
#BlogsDetail a {
  color: #C59520;
}
#BlogsDetail a:hover {
  color: rgb(153.1266375546, 115.8165938865, 24.8733624454);
}
#BlogsDetail .BlogCard {
  background: #fff;
  padding: 24px 24px;
  border-radius: 24px;
  position: relative;
}
#BlogsDetail .BlogCard .BlogImage {
  width: 100%;
  height: 100%;
}
#BlogsDetail .BlogCard .BlogImage img {
  border-radius: 14px;
}
#BlogsDetail .BlogCard .BlogContent {
  margin-top: 24px;
  position: relative;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 95%;
  justify-content: space-between;
  align-items: center;
}
#BlogsDetail .BlogCard .BlogContent .BlogTitle {
  margin-bottom: 14px;
}
#BlogsDetail .BlogCard .BlogContent .BlogTitle h1 {
  font-weight: 700;
  font-style: Bold;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #18335D;
}
#BlogsDetail .BlogCard .BlogContent .Date {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 325;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: justify;
  color: #868686;
  line-height: 1.4;
  margin-bottom: 24px;
}
#BlogsDetail .BlogCard .BlogContent .Date img {
  border-radius: 0;
}
#BlogsDetail .WebBtn::before {
  background: #192231;
}
#BlogsDetail .WebBtn:hover {
  color: #fff;
}
#BlogsDetail .SideBar {
  position: sticky;
  top: 100px;
}
#BlogsDetail .SideBar .ContactForm {
  background: #FFFFFF;
  padding: 40px 40px;
  list-style: none;
  border-radius: 24px;
  margin-top: 32px;
  text-align: center;
}
#BlogsDetail .SideBar .ContactForm .InputFeild {
  margin-bottom: 18px;
}
#BlogsDetail .SideBar .ContactForm .InputFeild input {
  background: #FFF3E5;
  width: 100%;
  font-size: 16px;
  border-radius: 14px;
  padding: 18px 18px;
  outline: none;
  border: 1px solid #FFFFFF;
}
#BlogsDetail .SideBar .ContactForm .InputFeild input::-moz-placeholder {
  color: #ADADAD;
}
#BlogsDetail .SideBar .ContactForm .InputFeild input::placeholder {
  color: #ADADAD;
}
#BlogsDetail .SideBar .ContactForm .InputFeild textarea {
  background: #FFF3E5;
  width: 100%;
  font-size: 16px;
  border-radius: 14px;
  padding: 18px 18px;
  outline: none;
  border: 1px solid #FFFFFF;
}
#BlogsDetail .SideBar .ContactForm .InputFeild textarea::-moz-placeholder {
  color: #ADADAD;
}
#BlogsDetail .SideBar .ContactForm .InputFeild textarea::placeholder {
  color: #ADADAD;
}
#BlogsDetail .SideBar .ContactForm .FormBtn {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: #18335D;
}
#BlogsDetail .SideBar .ContactForm .FormBtn::before {
  background: #c59520;
}
#BlogsDetail .SideBar .ContactForm .FormBtn input {
  padding: 14px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  color: #fff;
  margin: 0 0 -4px;
}
#BlogsDetail .SideBar .ContactForm .ContactTitle h5 {
  text-align: center;
  color: #18335D;
  margin-bottom: 32px;
  font-weight: 700;
  font-style: Bold;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
#BlogsDetail .SideBar .Top-Articles {
  background: #FFFFFF;
  padding: 40px 24px;
  list-style: none;
  border-radius: 24px;
  margin-bottom: 24px;
  /* Outout the numbers using the counter() function, but use a custom color, and position the numbers how we want */
}
#BlogsDetail .SideBar .Top-Articles ul {
  list-style: none;
}
#BlogsDetail .SideBar .Top-Articles li {
  counter-increment: list;
  list-style-type: none;
  position: relative;
}
#BlogsDetail .SideBar .Top-Articles ol li:before {
  content: counter(list);
  left: -42px;
  top: -10px;
  position: absolute;
  text-align: right;
  width: 26px;
  font-size: 32px;
  font-family: "Gotham_Bold";
}
#BlogsDetail .SideBar .Top-Articles li {
  margin-bottom: 24px;
}
#BlogsDetail .SideBar .Top-Articles li .article-title {
  margin-bottom: 5px;
  text-transform: capitalize;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: "TestFinancierDisplay_Bold";
}
#BlogsDetail .SideBar .Top-Articles li .article-description {
  font-size: 14px;
  color: #444444;
  text-align: justify;
  line-height: 1.4;
  word-spacing: 2px;
  width: 95%;
}
#BlogsDetail .SideBar .Top-Articles li .article-description span {
  font-size: 12px;
  text-transform: uppercase;
  color: #c59520;
  font-family: "Gotham_Bold";
  font-weight: 400;
  font-style: Bold;
  font-size: 14.39px;
  line-height: 17.09px;
  letter-spacing: 0%;
  text-align: justify;
}
#BlogsDetail .SideBar .Top-Articles li .article-description .views h5 {
  font-size: 15px;
  padding: 5px 0;
  color: #ea5875;
}
#BlogsDetail .SideBar .Top-Articles li .article-description .views h5 i {
  padding-right: 5px;
}
#BlogsDetail .SideBar .Top-Articles li .date {
  font-size: 12px;
  color: #767676;
}
#BlogsDetail .SideBar .Top-Articles .top-articles-title h4 {
  text-align: center;
  color: #18335D;
  margin-bottom: 32px;
  font-weight: 700;
  font-style: Bold;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
#BlogsDetail .SideBar .OfferCard {
  border-radius: 24px;
  background: #18335D;
  margin-top: 32px;
  text-align: center;
}
#BlogsDetail .SideBar .OfferCard .OfferContent {
  overflow: hidden;
  padding: 24px;
}
#BlogsDetail .SideBar .OfferCard .Quote {
  color: #C59520;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  padding: 14px 0 24px;
}
#BlogsDetail .SideBar .OfferCard .Logo {
  width: 220px;
  margin: 14px auto 24px;
}
#BlogsDetail .SideBar .OfferCard .TextBold {
  margin-top: 24px;
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 1px;
  font-family: "TestFinancierDisplay_Bold";
  color: #fff;
}
#BlogsDetail .SideBar .OfferCard .Validity {
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 1px;
  color: #C9C9C9;
  margin-top: 8px;
}
#BlogsDetail .Pagination {
  border-top: 1.31px solid #EAECF0;
  margin-top: 24px;
}
#BlogsDetail .pagination {
  justify-content: space-between;
  align-items: center;
  margin: 32px auto;
  width: 50%;
}
#BlogsDetail .pagination .page-arrow {
  position: relative;
  width: 40px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
}
#BlogsDetail .pagination .page-arrow .material-symbols-outlined {
  font-size: 32px;
  color: #C59520;
}
#BlogsDetail .pagination .page-arrow:hover .img-hov {
  opacity: 1;
}
#BlogsDetail .pagination .page-arrow img {
  width: 40px;
}
#BlogsDetail .pagination .page-arrow .img-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 300ms all ease;
}
#BlogsDetail .pagination .page-item {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#BlogsDetail .pagination .page-item .page-link {
  font-size: 26px;
  border: none;
  background-color: transparent;
  padding: 0;
  color: #667085;
}
#BlogsDetail .pagination .page-item.active {
  border-radius: 7px;
  background: #18335D;
}
#BlogsDetail .pagination .page-item.active .page-link {
  color: #fff;
}
#BlogsDetail .pagination .page-link:focus {
  box-shadow: none;
}/*# sourceMappingURL=style.css.map */