#fullpage {
  max-width: 20in;
  margin: 0 auto;
}

.hud-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  z-index: 20;
  transition: opacity 0.3s;
}

.hidden-opacity {
  opacity: 0;
}

.hud {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 20in;
  top: 0;
}

a.logo-rccl {
  -webkit-font-smoothing: antialiased;
  font-family: ProximaNova-Regular, sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bolder;
  text-decoration: none;
  color: inherit;
  position: relative;
}

a.logo-rccl>img {
  margin: 0.5rem 1rem;
  width: auto;
}

#UDHeroContent__wrapper-box-logo {
  background: linear-gradient(45deg, rgba(0, 217, 217, 0.9), rgba(25, 194, 232, 0.9));
  padding: 50px;
  max-width: 600px;
  width: 60vw;
}

#social-collections {
  right: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.aem-Grid {
  margin: 0 !important;
}

.footer.aem-GridColumn.aem-GridColumn--default--12 {
  padding: 0;
}

#sign-up-btn {
  background-color: #005edc;
}

.PDIHeroContent__title {
  display: block;
  font: inherit;
  font-family: Kapra, 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 8rem;
  color: white;
  transition: all 1s;
  letter-spacing: 10px;
}

.PDIHeroContent__subtitle {
  display: inline-block;
  font: inherit;
  font-family: 'ProximaNova-Regular', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.5rem;
  color: white;
  transition: all 1s;
  letter-spacing: 10px;
  font-weight: 500;
  margin-top: -8px;
}

.imgCoverSection__background {
  background-image: url('https://www.royalcaribbean.com/content/dam/royal/data/ports/labadee-haiti/labadee-haiti-zipline-coast.jpg');
  background-size: cover;
  filter: brightness(50%);
  width: 100%;
  height: 100%;
  /* background-color: blue; */
}

#growContainer.no-hover .grow {
  margin: 0 1rem;
  aspect-ratio: 1;
}

#growContainer.no-hover .grow:hover {
  /* Reset hover styles */
  width: 50%;
  /* Adjust the width to match default behavior */
}

.introductionPDI.section2 {
  height: auto;
  padding-bottom: 10rem;
}

#growContainer.no-hover {
  height: auto;
}

.royal-beach-club-section__background {
  position: absolute;
  background: url(https://www.royalcaribbean.com/content/dam/royal/data/ports/cozumel-mexico/cozumel-mexico-couple-paddle-boarding-through-mangroves.JPG);
  background-size: cover;
  width: 100%;
  height: 100%;
  filter: brightness(0.6) contrast(1.5);
  z-index: -1;
}

/* Note: forcing left image to match right image size */
.section2.logo {
  scale: 1.5;
}

/* Labadee section image */
#labadee-section>div>div.imgCoverSection>div.content>img {
  width: 50%;
}

section.section-pdi.section--50-25-25>div>div.imgCoverSection>img {
  filter: brightness(1.2);
}

#royal-beach-club-section>div.introductionContent {
  margin: 7rem 0 1rem 0;
}

#contactForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.paragraphCopy {
  font-size: 1.5rem !important;
}

#royalbeachclub>div.introductionContent {
  margin: 8rem auto 2rem auto;
}

.imageCaption {
  color: white;
}

#rciCountry>div>div {
  display: none;
}

#rciCountry>label {
  color: white;
}

.formMaterial__base .md-input-container.md-input-focused label,
.formMaterial__base .md-input-container label,
.formMaterial__base .md-input-container label.md-input-label--top {
  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 0.75rem;
  color: white;
}

.formMaterial__base .md-input-container.md-input-focused:not(.md-invalid) label {
  color: white !important;
}

form>div:nth-child(1)>div>span {
  color: white;
}

form>div:nth-child(3)>p.form-email-sign-up__disclaimer>span>span>a {
  text-decoration: underline;
}

.goldBtn {
  margin-top: 1rem !important;
}

.exploreBtn {
  border: 1px solid white;
  padding: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: white;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .exploreBtn {
      padding: 0.5rem;
  }
}

.exploreBtn__Tile {
  padding: 8px;
  margin: 0;
  border: 1px solid white;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: white;
}

.horizontal-lines {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 40%;
}

.horizontal-lines:before,
.horizontal-lines:after {
  content: '';
  position: absolute;
  /* top: 50%; */
  width: 10%;
  /* Adjust width as needed */
  /* border-top: 3px solid white; */
  z-index: -1;
}

.horizontal-lines:before {
  left: 0;
}

.horizontal-lines:after {
  right: 0;
}

#loader-wrapper>div>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#loader-wrapper>div>p {
  margin-top: 40px;
  color: white;
}

.subHeading.pill {
  background: rgb(242, 15, 166);
  border-radius: 15px;
  font-size: 1.15rem;
  padding: 6px 18px;
}

@media screen and (max-width: 1440px) {
  .horizontal-lines {
    width: 55%;
  }

  .perfectDayPDI {
    height: 100vh;
  }
}

@media screen and (max-width: 1280px) {
  #royal-beach-club-section>div.introductionContent {
    margin: 6rem 0 1rem 0;
  }

  .PDIHeroContent__title {
    font-size: 6rem;
  }

  .PDIHeroContent__subtitle {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1080px) {
  .horizontal-lines {
    width: 45%;
  }

  #royal-beach-club-section>div.introductionContent {
    margin: 4rem 0 1rem 0;
  }

  #royalbeachclub {
    height: auto;
    padding-bottom: 4rem;
  }

  #royalbeachclub #growContainer .grow {
    height: 50vh;
  }

  #royalbeachclub>div.introductionContent {
    margin: 6rem auto 2rem auto;
  }

  .PDIHeroContent__title {
    font-size: 5rem;
  }

  .PDIHeroContent__subtitle {
    font-size: 2rem;
  }

  .subHeading.pill {
    font-size: 1rem;
  }
}

@media screen and (max-width: 960px) {
  #royal-beach-club-section>div.introductionContent {
    margin: 3rem 0 1rem 0;
  }

  #royalbeachclub>div.introductionContent {
    margin: 5rem auto 2rem auto;
  }

  .PDIHeroContent__title {
    font-size: 5rem;
  }

  .PDIHeroContent__subtitle {
    font-size: 2rem;
  }

  .horizontal-lines {
    width: 55%;
  }

  #growContainer.no-hover {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 70%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
  }

  #growContainer.no-hover .grow {
    margin: 1.5rem auto;
  }

  .subHeading.pill {
    font-size: .9rem;
  }
}

@media screen and (max-width: 800px) {
  #growContainer.no-hover .grow {
    width: 60%;
    margin: 1.5rem auto;
  }

  /* Labadee section image */
  #labadee-section>div>div.imgCoverSection>div.content>img {
    width: 60%;
  }

  #royalbeachclub>div.introductionContent {
    margin: 3rem auto 2rem auto;
  }

  .horizontal-lines {
    width: 55%;
  }

  #growContainer.no-hover .grow:hover {
    /* Reset hover styles */
    width: 60%;
    height: 100%;
  }

  #royalbeachclub #growContainer {
    height: 100vh;
  }

  .horizontal-lines {
    width: 60%;
  }
}

@media screen and (max-width: 768px) {
  #growContainer.no-hover .grow {
    width: 60%;
    margin: 1rem auto;
  }

  .horizontal-lines {
    width: 55%;
  }

  #growContainer.no-hover .grow:hover {
    /* Reset hover styles */
    width: 60%;
    /* Adjust the width to match default behavior */
    height: 100%;
  }

  .paragraphCopy {
    font-size: 1.125rem !important;
  }

  #royalbeachclub>div.introductionContent {
    margin: 6rem auto 4rem auto;
  }

  .horizontal-lines {
    width: 65%;
  }

  #scroll {
    display: none;
  }

  #social-collections .social-icons {
    padding: 0 0.1rem;
  }

  .exploreBtn {
    font-size: 0.75rem;
  }

  .exploreBtn__Tile {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 440px) {
  .PDIHeroContent__title {
    font-size: 3.8rem;
  }

  .PDIHeroContent__subtitle {
    font-size: 1.2rem;
  }

  .horizontal-lines {
    width: 60%;
  }

  #growContainer.no-hover .grow {
    width: 70%;
    margin: 1rem auto;
  }

  .horizontal-lines {
    width: 85%;
  }

  #growContainer.no-hover .grow:hover {
    /* Reset hover styles */
    /* width: 60%; */
    height: 100%;
    width: 70%;
  }
}

@media (max-width: 375px) {
  #growContainer.no-hover .grow {
    height: 45vh;
  }

  #growContainer.no-hover .grow:hover {
    /* Reset hover styles */
    /* width: 60%; */
    height: 45vh;
    width: 70%;
  }
}

@media (max-width: 1366px) and (max-height: 700px) and (orientation: landscape) {
  .perfectDayPDI {
    height: 200vh;
  }

  #logoCocoCay {
    top: 40%;
  }

  .heading1 {
    font-size: 3rem;
  }

  #fullpage>section.section-pdi.section--50-25-25>div>div.imgCoverSection>div.content>h2 {
    font-size: 3rem;
  }

  .paragraphCopy {
    font-size: 1.125rem !important;
  }

  #royalbeachclub #growContainer .grow {
    height: 90vh;
  }

  .grow .growContent img {
    width: 35%;
  }

  #royalbeachclub #growContainer .grow {
    height: 100vh;
  }

  #royalbeachclub #growContainer {
    height: auto;
  }
}

@media (max-height: 414px) and (orientation: landscape) {
  .perfectDayPDI {
    height: 150vh;
  }

  #growContainer.no-hover .grow {
    margin: 1rem 1rem;
    width: 60%;
    aspect-ratio: 1;
  }

  #growContainer.no-hover>div:nth-child(3)>div.growContent>img {
    scale: 1.5;
  }
}

.notification-banner__wrapper.notification-banner__wrapper--visible {
  display: none;
}