/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* Home Page Desktop Styles */
/* Top Bar */
section #g-top {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  color: #fff;
}
section #g-top .top-bar .custom {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  height: 48px;
  font-size: 16px;
  font-family: Manrope;
}
section #g-top .top-bar .custom p {
  display: flex;
  align-items: center;
}
section #g-top .top-bar .custom p a {
  color: #ffffff !important;
}
section #g-top .top-bar .custom p:first-of-type {
  margin: 8px 30px 6px 0 !important;
}
section #g-top .top-bar .custom p:nth-of-type(2), section #g-top .top-bar p:nth-of-type(3) {
  border: 1px solid #ecefef;
  border-radius: 4px;
  margin: 4px 8px !important;
  padding: 4px 8px !important;
  cursor: pointer;
  color: #ecefef;
}
section #g-container-top.homepg .g-block.size-100:first-child {
  margin-bottom: 35px !important;
}
/* Navigation */
#g-navigation .g-grid .g-block .homelogo {
  background: url('../../../../images/logos/logo.png');
  background-size: 236px 60px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 60px !important;
  background-position: top left;
  transition: top 0.3s ease-in-out;
}
#g-navigation:hover .g-grid .g-block .homelogo, #g-navigation.active .g-grid .g-block .homelogo {
  background: url('../../../../images/logos/logob.png');
  background-size: 236px 60px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 60px !important;
  background-position: top left;
  transition: top 0.3s ease-in-out;
}
#g-navigation:hover, #g-navigation:active {
  background: #ffffff !important;
  color: #333;
  animation: backgroundFade-631d3b50 1s forwards;
  animation-name: backgroundFade-631d3b50;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
.homepg .g-grid .g-block #g-navigation:hover .g-grid .g-block .g-content .g-main-nav .g-toplevel > li > .g-menu-item-container, .homepg .g-grid .g-block #g-navigation.active .g-grid .g-block .g-content .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #333333 !important;
}
.homepg .g-grid .g-block #g-navigation:hover .g-grid .g-block .g-content .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .homepg .g-grid .g-block #g-navigation.active .g-grid .g-block .g-content .g-main-nav .g-toplevel > li:hover > .g-menu-item-container {
  color: #17b290 !important;
}
/* Secondary Page Navigation */
/* Top Bar */
section #g-top.base {
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff !important;
  backdrop-filter: blur(10px);
  color: #333 !important;
}
section #g-top.base .top-bar .custom p a {
  color: #333333 !important;
}
section #g-top .top-bar .custom p:first-of-type {
  margin: 8px 30px 6px 0 !important;
}
section #g-top.base .top-bar .custom p:nth-of-type(2), section #g-top .top-bar p:nth-of-type(3) {
  border: 1px solid #ecefef;
  border-radius: 4px;
  margin: 4px 8px !important;
  padding: 4px 8px !important;
  cursor: pointer;
  color: #333333;
}
section #g-container-top .g-block.size-100:first-child {
  margin-bottom: 35px !important;
}
#g-navigation.base .g-grid .g-block .baselogo {
  background: url('../../../../images/logos/logob.png');
  background-size: 236px 60px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 60px !important;
  background-position: top left;
  transition: top 0.3s ease-in-out;
}
#g-navigation.base:hover .g-grid .g-block .baselogo, #g-navigation.active .g-grid .g-block .homelogo {
  background: url('../../../../images/logos/logob.png');
  background-size: 236px 60px;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 60px !important;
  background-position: top left;
  transition: top 0.3s ease-in-out;
}
section#g-navigation.navhead.base {
  background: #fff !important;
  color: #333333 !important;
}
/* Main Navigation Common Styles*/
.g-main-nav {
  font-family: Manrope !important;
}
.g-main-nav .g-toplevel {
  justify-content: center !important;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content::before, .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content::before {
  display: none !important;
}
.g-main-nav .g-toplevel > li:hover > .g-menu-item-container, .g-main-nav .g-toplevel > li.active > .g-menu-item-container {
  border-bottom: 2px solid #17b290;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container {
  font-size: 14px !important;
  letter-spacing: 1px !important;
  font-weight: 700 !important;
}
#g-navigation {
  background: transparent;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 !important;
  width: 100%;
}
#g-navigation .g-grid .g-block .g-content {
  padding: 0 !important;
}
/* Fixed Navigation on Scroll */
.navhead {
  top: 48px !important;
  position: fixed !important;
  transition: top 0.3s ease-in-out;
}
.navhead.active {
  top: 0px !important;
  background: #ffffff !important;
}
a.regbutton {
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  font-size: 14px;
  background-color: #17b290;
  border-radius: 8px;
  width: 144px;
  padding: 8px 10px;
  height: 38px;
  font-family: Manrope !important;
  margin-right: 8px;
}
button.header-search-form-btn {
  border-radius: 8px;
  border: 1px solid #17b290;
  background: #17b290;
  width: auto;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  gap: 10px;
  flex-shrink: 0;
  text-align: center;
  font-size: 14px;
}
button.header-search-form-btn a {
  color: #ffffff !important;
}
button.header-search-form-btn:hover {
  background: #ffffff !important;
}
button.header-search-form-btn:hover a {
  color: #19b290 !important;
}
#quoteLink.btn, div.header-buttons a.btn, div.controls button.btn {
  border-radius: 8px !important;
  font-size: 14px !important;
}
/* Headings */
.g-heading h2 {
  color: #1b2122;
  text-align: center;
  text-shadow: 0 5px 13px rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  font-size: 42px;
}
.g-heading p {
  margin-top: 16px;
  color: #5d6667;
  height: 50px;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  line-height: 25px;
}
.page-header h1 {
  text-transform: uppercase;
  text-align: center;
}
/* Home Page Search */
#cf_1 {
  margin: 0 auto !important;
}
/* Explore Century Cruise Module */
.explore_container {
  margin: 0 auto;
  display: block;
  width: 80%;
  text-align: left;
}
.explore_link {
  cursor: pointer;
}
.explore_tag {
  color: #17b290;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: Manrope;
}
.explore_title {
  color: #1b2122;
  line-height: 38px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: Playfair;
}
.explore_description {
  margin-top: 16px;
  overflow: hidden;
  color: #5d6667;
  text-overflow: ellipsis;
  line-height: 25px;
  display: -webkit-box;
  width: 99%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
/* Destination page styles */
.destination .g-content .container .row .col .item-page .page-header h1 {
  border-bottom: 1px solid #dedfe3;
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  font-size: 48px !important;
  font-family: Playfair;
  text-transform: capitalize !important;
}
.destination .g-content .container .row .col .item-page .com-content-article__body p:first-of-type {
  margin-top: 20px !important;
}
/* Why Century page styles */
.why_century_video {
  width: 100%;
  max-height: 60vh !important;
  object-fit: cover;
  overflow: hidden;
}
.why_century .g-content .container .row .col .item-page .page-header h1 {
  border-bottom: 1px solid #dedfe3;
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  font-size: 48px !important;
  font-family: Playfair;
  text-transform: capitalize !important;
}
/* Default Hero Image */
.default_hero {
  width: 100%;
  max-height: 60vh !important;
  object-fit: cover;
  overflow: hidden;
  align-items: center;
}
.century-tabs [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs][data-rlta-orientation=horizontal]:not([data-rlta-wrap-buttons=true]) > [data-rlta-element=button-list] {
  overflow-x: scroll;
  scrollbar-width: none;
  gap: 40px;
  padding: 10px;
  background: #f5f5f5;
  -ms-overflow-style: none;
}
.century-tabs [role=tab][data-rlta-state=open] h3 {
  color: #17b290;
  font-family: Manrope !important;
}
.why_century_tabs h3 {
  font-family: Manrope !important;
}
/* .wf-columns.columns-century {
    display: flex;
    gap: 1rem;
    align-content: center;
    align-items: center;
	padding-top:50px;
}
.wf-columns.columns-century .col1 {
	box-shadow: 0 0 10px 1px rgba(0,57,57,.1);
    padding: 16px;
    margin: 20px;
}
.wf-columns.columns-century.odd .col2{
text-align:left;
}
.wf-columns.columns-century.even .col2{
text-align:right;
}
.wf-columns.columns-century .col2 img {
/*	width:500px; */
/*border-radius: 20px;
} */
/* Default Template No Page Header */
div.no-header .g-content .container .row .col .item-page .page-header {
  display: none !important;
}
.odd-even-div .wf-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 4rem;
}
.odd-even-div .col1 {
  height: 350px;
  overflow-y: auto;
  box-shadow: 0 0 10px 1px rgba(0, 57, 57, 0.1);
  width: 90%;
  margin: auto;
  padding: 10px;
  border-radius: 8px 0px 8px 0px;
}
/* Make images responsive */
.odd-even-div .wf-columns img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
/* Headings alignment */
.odd-even-div .wf-column h3 {
  text-align: center;
  margin-bottom: 1rem;
}
/* Flip image/text for even rows */
.odd-even-div .wf-columns.even {
  direction: rtl;
}
.odd-even-div .wf-columns.even .wf-column {
  direction: ltr;
}
/* Ship Deck */
.shipDeck [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs][data-rlta-orientation=horizontal]:not([data-rlta-wrap-buttons=true]) > [data-rlta-element=button-list] {
  overflow-x: scroll;
  scrollbar-width: none;
  gap: 40px;
  padding: 10px;
  background: #f5f5f5;
  -ms-overflow-style: none;
}
.shiplockimgT_box[data-v-89f3b5f8] {
  margin-top: 10px;
  margin-bottom: 33px;
}
.deckname[data-v-89f3b5f8] {
  margin-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.deckbox[data-v-89f3b5f8] {
  display: flex;
  justify-content: space-between;
}
.deckbox .left[data-v-89f3b5f8] {
  width: calc(100% - 348px);
}
.deckbox .right[data-v-89f3b5f8] {
  width: 300px;
}
.deckbox .left .lefttitle[data-v-89f3b5f8] {
  color: #5d6667;
  line-height: 38px;
  border-bottom: 1px solid rgba(0, 57, 57, 0.07);
}
.font16[data-v-89f3b5f8] {
  font-size: 16px;
}
.deckbox .left .leftbox[data-v-89f3b5f8] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
}
.deckbox .left .leftbox .left_item[data-v-89f3b5f8] {
  width: calc(50% - 12px);
  margin-top: 24px;
  border-bottom: 1px solid rgba(0, 57, 57, 0.07);
  padding-bottom: 35px;
  position: relative;
}
.deckbox .right .rightimg img[data-v-89f3b5f8] {
  max-width: 50%;
}
.deckbox .left .vr360[data-v-89f3b5f8] {
  margin-top: 24px;
  background: url('https://centurycruise.com/assets/img/bg.29cc0475.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  padding: 0 24px;
}
.deckbox .left .vr360 p[data-v-89f3b5f8]:nth-of-type(1) {
  display: flex;
  align-items: center;
}
.deckbox .left .vr360 p[data-v-89f3b5f8]:nth-of-type(2) {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1B2122;
  margin: 0px !important;
}
.deckbox .left .leftbox .left_item p:nth-of-type(1) img[data-v-89f3b5f8] {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}
.deckbox .left .vr360 p:nth-of-type(1) span[data-v-89f3b5f8] {
  display: inline-block;
  width: 1px;
  height: 48px;
  background: var(---, rgba(0, 57, 57, 0.07));
  margin: 0 18px;
}
.deckbox .right .lefttitle[data-v-89f3b5f8] {
  color: #5d6667;
  line-height: 38px;
  border-bottom: 1px solid rgba(0, 57, 57, 0.07);
  margin-bottom: 24px;
}
.deckbox .left .leftbox .left_item .iconroom[data-v-89f3b5f8] {
  display: inline-block;
  width: 16px;
  height: 33px;
  margin-right: 16px;
  border-radius: 2px;
}
.deckbox .left .leftbox .left_item p[data-v-89f3b5f8]:nth-of-type(1) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  color: #1B2122;
  height: 22px;
}
.deckbox .left .vr360 p:nth-of-type(2) span[data-v-89f3b5f8]:nth-of-type(1) {
  line-height: 160%;
  font-weight: 600;
  text-transform: uppercase;
}
/* Gallery Page */
[data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs][data-rlta-orientation=horizontal]:not([data-rlta-wrap-buttons=true]) > [data-rlta-element=button-list] {
  overflow-x: scroll;
  scrollbar-width: none;
  gap: 40px;
  padding: 10px;
  background: #f5f5f5;
  -ms-overflow-style: none;
}
.content_box3[data-v-3ef67604] {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content_box3 .box3_item[data-v-3ef67604] {
  width: 23%;
  margin-right: 2%;
  position: relative;
  margin-bottom: 68px;
  cursor: pointer;
}
.content_box3 .box3_item .timg[data-v-3ef67604] {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.content_box3 .box3_item .fimg[data-v-3ef67604] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  gap: 10px;
  flex-shrink: 0;
  opacity: 0.2;
  filter: blur(30px);
  border-radius: 16px;
  z-index: -1;
}
.content_box3 .box3_item .box3_c[data-v-3ef67604] {
  position: absolute;
  z-index: 9;
  bottom: -20px;
  left: 5%;
  width: 90%;
  height: 60px;
  line-height: 60px;
  border-radius: var(---, 16px);
  background: white;
  flex-shrink: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-align: center;
}
.content_box3 .box3_item .box3_c[data-v-3ef67604] {
  position: absolute;
  z-index: 9;
  bottom: -20px;
  left: 5%;
  width: 90%;
  height: 60px;
  line-height: 60px;
  border-radius: var(---, 16px);
  background: white;
  flex-shrink: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-align: center;
}
.content_box3 .box3_item .box3_c2[data-v-3ef67604] {
  position: absolute;
  z-index: 9;
  bottom: -70px;
  padding-bottom: 10px;
  left: 5%;
  width: 90%;
  border-radius: var(---, 16px);
  background: rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.content_box3 .box3_item .box3_c2 .title[data-v-3ef67604] {
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  text-transform: uppercase;
}
.content_box3 .box3_item .box3_c2 .detailtext[data-v-3ef67604] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 39px;
}
.content_box3 .box3_item .box3_c2 .detailtext p[data-v-3ef67604] {
  width: 120px;
  height: 39px;
  background: #1b2122;
  color: white;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_box3 .box3_item .box3_c2 .detailtext p[data-v-3ef67604] {
  width: 120px;
  height: 39px;
  background: #1b2122;
  color: white;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_box3[data-v-a7b38b7a] {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.content_box3 .box3_item[data-v-a7b38b7a] {
  width: 30%;
  height: 240px;
  margin-right: 2%;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.content_box3 .box3_item .timg[data-v-a7b38b7a] {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.content_box3 .box3_item[data-v-a7b38b7a] {
  width: 30%;
  height: 240px;
  margin-right: 2%;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.content_box3 .box3_item .fimg[data-v-a7b38b7a] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  gap: 10px;
  flex-shrink: 0;
  opacity: 0.2;
  filter: blur(30px);
  border-radius: 16px;
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .c_box .intro[data-v-89f3b5f8] {
    width: 100%;
    margin-left: 0;
    line-height: 1.875rem;
  }
  .ship-tag[data-v-89f3b5f8] {
    margin-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .ship-tag div[data-v-89f3b5f8] {
    width: 25%;
  }
  .ship-tag div p[data-v-89f3b5f8]:nth-of-type(1) {
    height: 30px;
    line-height: 30px;
  }
  .ship-tag div p[data-v-89f3b5f8]:nth-of-type(2) {
    height: 48px;
  }
  .deckbox .left[data-v-89f3b5f8] {
    width: calc(100% - 348px);
  }
  .deckbox .left .lefttitle[data-v-89f3b5f8] {
    color: #5d6667;
    line-height: 38px;
    border-bottom: 1px solid rgba(0, 57, 57, 0.07);
  }
  .deckbox .left .leftbox[data-v-89f3b5f8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .deckbox .left .leftbox .left_item[data-v-89f3b5f8] {
    width: 100%;
  }
  .deckbox .left .vr360[data-v-89f3b5f8] {
    margin-top: 1.5rem;
    height: 4.375rem;
  }
  .deckbox .left .vr360 p:nth-of-type(1) img[data-v-89f3b5f8] {
    width: 3rem;
  }
  .deckbox .left .vr360 p:nth-of-type(1) span[data-v-89f3b5f8] {
    height: 3rem;
    margin: 0 1.125rem;
  }
  .deckbox .left .vr360 p:nth-of-type(2) span:nth-of-type(2) img[data-v-89f3b5f8] {
    margin-left: 0.25rem;
  }
}
@media screen and (max-width: 879px) {
  .deckbox .left[data-v-89f3b5f8] {
    width: calc(100% - 348px);
  }
  .deckbox .left .vr360 p[data-v-89f3b5f8]:nth-of-type(2) {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .content_box3 .box3_item[data-v-3ef67604] {
    width: 32%;
    margin-right: 0;
  }
  .content_box3[data-v-3ef67604] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .content_box3[data-v-3ef67604] {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .content_box3 .box3_item[data-v-3ef67604] {
    width: 100%;
  }
}
/* Responsive stacking for mobile */
@media (max-width: 768px) {
  /* Reset direction on mobile */
  .odd-even-div .wf-columns {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .odd-even-div .col1 {
    height: 350px;
    overflow-y: auto;
    box-shadow: 0 0 10px 1px rgba(0, 57, 57, 0.1);
    width: 100%;
    margin: auto;
    padding: 10px;
    border-radius: 8px 0px 8px 0px;
  }
  .odd-even-div .wf-columns.even {
    direction: ltr;
  }
}
@media screen and (max-width: 768px) {
  .deckbox[data-v-89f3b5f8] {
    flex-wrap: wrap;
  }
  .deckbox .left .leftbox .left_item[data-v-89f3b5f8] {
    padding-bottom: 1.0909090909rem;
    width: 100%;
  }
  .deckbox .left .vr360[data-v-89f3b5f8] {
    margin-top: 1.0909090909rem;
    height: 4.5454545455rem;
  }
  .deckbox .left[data-v-89f3b5f8] {
    width: 100%;
  }
  .deckbox .left .vr360 p[data-v-89f3b5f8]:nth-of-type(2) {
    flex-wrap: wrap;
  }
  .deckbox .left .vr360 p:nth-of-type(1) img[data-v-89f3b5f8] {
    width: 2.1818181818rem;
  }
  p[data-v-89f3b5f8] {
    font-size: 12px !important;
  }
  .deckbox .right .rightimg img[data-v-89f3b5f8] {
    max-width: 25%;
  }
  section #g-top .top-bar .custom p:nth-of-type(2), section #g-top .top-bar p:nth-of-type(3) {
    border: none !important;
    font-size: 12px !important;
  }
  .g-offcanvas-toggle {
    top: 3rem;
    left: 90vw;
  }
  .content_box3 .box3_item[data-v-a7b38b7a] {
    width: 100% !important;
  }
  .g-content {
    margin: 0;
    padding: 0;
  }
  [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="accordions"] > [data-rlta-element="panel"], [data-rlta-element="container"][data-rlta-state="ready"][data-rlta-theme="neutral"][data-rlta-type="tabs"] > [data-rlta-element="panels"] > [data-rlta-element="panel"], [data-rlta-element="container"] > [data-rlta-element="panel"] {
    border: none !important;
  }
  #g-navigation {
    padding-bottom: 12px;
  }
}
/* VIDEO GALLERY CUSTOM STYLES */
.gallery-container {
  display: flex;
  min-height: 100vh;
}
.thumbnail-column {
  width: 250px;
  background-color: transparent;
  padding: 0px;
  overflow-y: auto;
}
.video-column {
  flex: 1;
  min-width: 950px;
  padding: 20px;
  background-color: #fff;
}
.thumbnail {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0) !imporant;
  border-radius: 8px 8px 0 0 !important;
}
.thumbnail img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  border: transparent !important;
  border-radius: 8px 8px 0 0 !important;
}
.thumbnail-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.equalizer {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: #fff;
  border-radius: 50%;
  display: none;
  /* Hidden by default */
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.thumbnail.selected .equalizer {
  display: flex;
  /* Shown only on selected thumbnail */
}
.bar {
  width: 4px;
  height: 10px;
  background: #0f0;
  transition: height 0.3s ease;
}
.video-player {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.video-player video {
  width: 100%;
  height: auto;
}
.video-player p {
  text-align: center;
  font-size: 18px;
  color: #333;
}
/* HOME PAGE GALLERY STYLES */
.home-container {
  display: flex;
  width: 100%;
  height: auto;
  max-height: 708px !important;
  overflow: hidden;
}
.video-section, .content-section {
  flex: 1;
  height: 100%;
}
.video-section {
  background: #000;
}
video {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  margin: 0 !important;
  padding: 0 !important;
}
.content-section {
  padding: 40px 0 34px 40px;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
.text-content {
  margin-bottom: 20px;
  text-align: left;
}
.text-content h2 {
  font-size: 48px;
  margin-bottom: 10px;
  margin-top: 48px;
  text-align: left;
}
.text-content p {
  font-size: 16px;
  color: #fff;
  text-align: left;
}
.thumbnails, .titles {
  display: flex;
  gap: 25px;
  margin-bottom: 20px;
}
.home-title {
  position: relative;
  width: 270px;
  overflow-wrap: break-word;
  padding-left: 5px;
}
.home-thumbnail {
  position: relative;
  width: 270px;
  height: 180px;
  cursor: pointer;
  transition: transform 0.3s;
}
.home-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: none !important;
}
.home-thumbnail.active {
  transform: scale(1.05);
}
.icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
}
.icon.play {
  background-image: url('../../../../images/icons/play.png');
  /* Replace with your play icon */
  background-size: cover;
}
.icon.equalizer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 30px;
  height: 30px;
  background: white;
  padding: 4px;
  border-radius: 50%;
}
.bar {
  width: 3px;
  height: 8px;
  background: #17b290;
  animation: equalizer 0.5s infinite alternate;
}
.bar:nth-child(1) {
  animation-delay: 0s;
}
.bar:nth-child(2) {
  animation-delay: 0.2s;
}
.bar:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes equalizer {
  0% {
    height: 12px;
  }
  100% {
    height: 20px;
  }
}
.navigation {
  display: flex;
  gap: 10px;
}
.nav-arrow {
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  border: none;
  background: transparent !important;
  transition: background 0.3s;
}
.nav-arrow:hover:not(:disabled) {
  color: #000;
}
.nav-arrow:disabled {
  cursor: not-allowed;
}
.home-thumbnail .equalizer {
  display: none !important;
}
.home-thumbnail.active .equalizer {
  display: flex !important;
}
.home-thumbnail .play {
  display: inherit !important;
}
.home-thumbnail.active .play {
  display: none !important;
}
/* AWARDS MODULE */
.awards-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 108px;
}
.awards-home {
  width: 231px;
  height: 168px;
  margin-right: 10px;
  margin-bottom: 20px;
  background: #F7F9FA;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.awards-home:hover {
  background: white;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.07);
}
/* FOOTER STYLE EDITS */
ul.g-simplemenu li a {
  color: #f5f5f5 !important;
  text-transform: uppercase;
}
ul.g-simplemenu li a:hover {
  color: #17b290 !important;
}
.g-simplemenu-container h6 {
  font-weight: 700;
  font-size: 20px !important;
  color: #b9ebda !important;
  line-height: 20px;
  margin-bottom: 20px !important;
  text-transform: uppercase;
  font-family: Manrope !important;
}
.footer_box .imgtab {
  width: 220px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 24px;
}
/* Room Detail Popup */
.room_details {
  width: 1096px;
  height: 600px;
  margin: 0;
  padding: 0;
  align-items: center;
  display: block;
}
.room_slider {
  margin: -1.25rem !important;
}
.room_tabs {
  max-width: 731px;
  height: auto;
}
.room_description {
  display: block;
  padding: 25px 35px !important;
  text-align: left !important;
}
h2.room_title {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 58px;
}
.room_callouts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 57, 57, 0.07);
}
.room_callouts span {
  margin-top: 8px;
  display: inline-block;
  padding: 2px 8px;
  border-radius: 2px;
  border: 1px solid #b2bebf;
  margin-right: 8px;
  color: #5d6667;
}
.room_description p {
  margin-top: 16px;
  color: #5d6667;
  font-size: 12px;
  line-height: 160%;
}
.room_area, .room_bed {
  margin-top: 16px;
  border-bottom: 1px solid rgba(0, 57, 57, 0.07);
}
.room_area h4, .room_bed h4 {
  color: #1B2122;
  margin-bottom: 5.5px;
  line-height: 160%;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Manrope";
}
.room_area span, .room_bed span {
  line-height: 22px;
  color: #5d6667;
  margin-bottom: 5.5px;
}
/* FOOTER EDITS */
.g-simplemenu li a {
  text-decoration: none !important;
}
/* FORMS EDITS */
/* SUBSCRIBE FORM */
#cf_2 {
  --control-gap:5px !important;
}
/*# sourceMappingURL=custom_16.css.map */