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

@font-face {
  font-family: "Gotham";
  src: url(../fonts/Gotham-font-family/Gotham/Gotham-Book.otf);
}
@font-face {
  font-family: "Gotham_Bold";
  src: url(../fonts/Gotham-font-family/Gotham/Gotham-Bold.otf);
}
@font-face {
  font-family: "Gotham_Medium";
  src: url(../fonts/Gotham-font-family/Gotham/Gotham-Medium.otf);
}
@font-face {
  font-family: "Gotham_Light";
  src: url(../fonts/Gotham-font-family/Gotham/Gotham-Light.otf);
}
@font-face {
  font-family: "TestFinancierDisplay";
  src: url(../fonts/test-financier-collection-font/TestFinancierDisplay-Regular.otf);
}
@font-face {
  font-family: "TestFinancierDisplay_Semibold";
  src: url(../fonts/test-financier-collection-font/TestFinancierDisplay-Semibold.otf);
}
@font-face {
  font-family: "TestFinancierDisplay_Bold";
  src: url(../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_Bold";
}

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: 14px;
  position: absolute;
  bottom: 14px;
}
#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: 9999;
  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("../images/HeroImg.png") no-repeat;
  background-size: cover;
}
#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: 0%;
  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: 16px 24px;
}
#Services2 .carousel-wrapper .RoomCard .RoomContent .Amenities .Tag {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Gotham_Light";
  font-size: 19px;
  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("../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 {
  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: 24px;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle {
  display: flex;
  align-items: center;
  gap: 14px;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle h5 {
  margin: 0px 0 -8px 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle .Icon {
  position: relative;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle .Icon img {
  transition: 500ms all ease;
}
#backgroundContainer .amenitiesList .amenityItem .AmenitiesTitle .Icon .IconHov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#backgroundContainer .amenitiesList .amenityItem:hover, #backgroundContainer .amenitiesList .amenityItem.active {
  background: #C59520;
}
#backgroundContainer .amenitiesList .amenityItem:hover .Icon img, #backgroundContainer .amenitiesList .amenityItem.active .Icon img {
  opacity: 0;
}
#backgroundContainer .amenitiesList .amenityItem:hover .Icon .IconHov, #backgroundContainer .amenitiesList .amenityItem.active .Icon .IconHov {
  opacity: 1;
}
#backgroundContainer .amenitiesList .amenityItem .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("../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("../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("../images/RightArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#Testimonials .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("../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-bottom: 42px;
}
#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("../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("../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("../images/RightArrowColor.svg");
  background-size: contain;
  height: 50px;
  width: 50px;
}
#TripLocations .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("../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("../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("../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("../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;
}
#Gallery .carousel-container .carousel-categories .category .CategoryImg .Category {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#Gallery .carousel-container .carousel-categories .category:hover {
  background: #35577d;
}

#Story .SectionTitle p {
  text-align: center;
}
#Story .DecorText {
  max-width: 55%;
  margin: auto;
  background: #FAF5EF;
  padding: 20px;
  background: url("../images/SemiCircle.svg") no-repeat;
  background-size: contain;
  height: 320px;
  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 {
  margin-bottom: 0px;
}
#Timeline .SectionTitle h3 {
  text-align: center;
  margin: 0;
}
#Timeline .timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0px 0px;
  width: 65%;
  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("../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("../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("../images/RightFill.svg") no-repeat;
  background-size: contain;
  height: 32px;
  width: 32px;
}
#Rooms .owl-carousel .owl-nav button.owl-prev:hover {
  background: url("../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;
  font-family: sans-serif;
}
#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) 55%, 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;
  bottom: 20px;
  font-size: 42px;
  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;
}
#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: 27px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 100%;
  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 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
#Rooms .carousel-container .carousel-categories .category.active .CategoryImg {
  border: 8px solid #fff;
}
#Rooms .carousel-container .carousel-categories .category.active .CategoryImg:after {
  opacity: 0;
}
#Rooms .carousel-container .carousel-categories .category:hover {
  background: #35577d;
}/*# sourceMappingURL=style.css.map */