.sidenav {
  display: none;
}

.overViewBurgerMenu {
  display: none;
}

.heroCountdown__time,
.heroCountdown__label {
  color: white !important;
}

.heroCountdown__countdown {
  color: white !important;
  background-color: rgb(145 0 255) !important;
}

.heroCountdown__copy {
  display: none;
  color: #626366;
  font-family: "ProximaNova-Regular", Arial, sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
  vertical-align: bottom;
}

.formMaterial__base
  .md-input-container.md-input-focused:not(.md-invalid)
  label {
  color: white;
}

.formMaterial__base .md-input-container.md-input-focused label,
.formMaterial__base .md-input-container.md-has-value label,
.formMaterial__base .md-input-container label.md-input-label--top {
  pointer-events: auto;
  top: 0;
  opacity: 1;
  font-size: 0.75rem;
  color: white;
}

.form-email-sign-up__message--success span {
  color: white;
}

.emailSignUpForm {
  display: none;
}

.noBanner {
  visibility: hidden !important;
}

.staysAccordion {
  padding: 24px;
  width: 90%;
}

.staysAccordion--item {
  padding-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 5%;
}

#panoramicRoom {
  background-image: url("/content/dam/royal/ships/icon/icon-of-the-seas-panoramic-suite.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#oceanBalcony {
  background-image: url("/content/dam/royal/ships/icon/icon-of-the-seas-family-infinite-balcony.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

#surfFamily {
  background-image: url("/content/dam/royal/ships/icon/icon-of-the-seas-surfside-family-suite.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

#spaciousBalcony {
  background-image: url("/content/dam/royal/ships/icon/icon-of-the-seas-infinite-balcony-oceanview-at-sea.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#sunetCourse {
  background-image: url("/content/dam/royal/ships/icon/icon-of-the-seas-sunset-corner-suite-bedroom.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.superHero__container {
  height: 100vh;
}

.basicHero__container.basicHero__container--gradient {
  height: -webkit-fill-available;
  max-height: none;
}

.sign-up {
  border-radius: 0;
  background: #fdbb17;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  font-size: 1rem;
  height: 2.9411764706rem;
  line-height: 2.9411764706rem;
  padding: 0 3.1764705882rem;
}

#iconHud {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 20;
  width: 99vw;
  color: white;
  text-transform: uppercase;
  font-weight: bolder;
  max-width: 1906px;
  margin: 0px 24px;
}

.fixedBanner {
  position: fixed !important;
}

#utopiaHeader {
  font-size: 4rem;
}

#iconNav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: auto;
  gap: 30px;
  max-width: 800px;
}

@media screen and (min-width: 601px) and (max-width: 974px) {
  #iconNav {
    width: 35%;
    max-width: fit-content;
  }
}

@media screen and (min-width: 360px) and (max-width: 600px) {
  #iconNav {
    width: 50%;
    max-width: fit-content;
  }
}

@media screen and (max-width: 359px) {
  #iconNav {
    width: 50%;
    max-width: fit-content;
  }
}

@media screen and (max-width: 1075px) {
  /* The side navigation menu */
  .sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 60; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: white; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    display: inherit;
  }

  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: blue;
    display: block;
    transition: 0.3s;
  }

  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #f1f1f1;
  }

  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .overViewBurgerMenu {
    display: inherit;
  }

  #staysMol,
  #deckMol {
    display: none;
  }

  #iconNav {
    max-width: fit-content;
  }

  .sign-up {
    border-radius: 0;
    background: #fdbb17;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    font-size: 1rem;
    height: 2.9411764706rem;
    /* line-height: 2.941176rem; */
    padding: 0 1.1764705882rem;
  }
}

#stayText {
  font-size: 1.5rem;
}

#superHeroSection,
.basicHero__background {
  height: 100vh !important;
}

.roomDiv {
  padding: 0;
  height: 125vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: normal;
}

.roomDiv_Text {
  width: 100%;
  color: white;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  padding: 48px;
}

.roomDiv_Text .heading2 {
  font-weight: 100;
  font-size: 5rem;
  margin-bottom: 0px;
  margin-top: 0px;
}

.roomDiv_Text .heading3 {
  font-weight: 100;
  margin-bottom: 0px;
}

.roomDiv_Media {
  width: 100%;
  padding: 0px 48px;
}

@media (max-width: 765px) {
  .roomDiv_Text {
    width: fit-content;
    padding: 36px 12px;
  }

  .roomDiv_Media {
    width: auto;
    height: 500px;
  }

  .roomDiv {
    height: auto;
  }

  .roomDiv:nth-child(odd) {
    flex-direction: column-reverse;
  }

  .roomDiv:nth-child(even) {
    flex-direction: column;
  }

  .roomDiv img {
    height: 500px;
  }

  .roomDiv video {
    height: 500px;
  }

  .basic-tile__content {
    height: fit-content !important;
  }
}

#room1 {
  background: rgb(134, 60, 244);
  background: linear-gradient(
    65deg,
    rgba(134, 60, 244, 1) 0%,
    rgba(80, 229, 248, 1) 100%
  );
}
#room2 {
  background: rgb(244, 90, 60);
  background: linear-gradient(
    65deg,
    rgba(177, 60, 244, 1) 0%,
    rgba(248, 80, 219, 1) 100%
  );
}
#room3 {
  background: rgb(178, 244, 60);
  background: linear-gradient(
    65deg,
    rgba(178, 244, 60, 1) 0%,
    rgba(80, 248, 144, 1) 50%,
    rgba(178, 244, 60, 1) 100%
  );
}
#room4 {
  background: rgb(177, 60, 244);
  background: linear-gradient(
    65deg,
    rgba(177, 60, 244, 1) 0%,
    rgba(248, 80, 219, 1) 100%
  );
}
#room5 {
  background: rgb(60, 147, 244);
  background: linear-gradient(
    65deg,
    rgba(60, 147, 244, 1) 0%,
    rgba(69, 60, 244, 1) 50%,
    rgba(60, 147, 244, 1) 100%
  );
}
#room6 {
  background: rgb(60, 147, 244);
  background: linear-gradient(
    65deg,
    rgba(60, 147, 244, 1) 0%,
    rgba(244, 60, 60, 1) 50%,
    rgba(60, 147, 244, 1) 100%
  );
}

.customsnippet {
  padding: 0px !important;
}

.whatToKnowBackground {
  background: url("/content/dam/royal/ports-and-destinations/destinations/eastern-caribbean/eastern-caribbean-ocean-ship.jpg");
  background-position: center;
  padding: 2rem;
  position: relative;
}

.whatToKnowBackground h2,
.whatToKnowBackground .heading2,
.whatToKnowBackground .p,
.whatToKnowBackground .text-navy,
.newestSection .text-navy,
.newestSection .text-darker-gray {
  color: white !important;
}

.whatToKnowBackground a {
  color: white !important;
  text-decoration: underline !important;
}

.whatToKnowBackground > .layout-container__content {
  max-width: -webkit-fill-available;
}

.newestSection .text-navy {
  font-size: 6rem !important;
}

.goOverlay {
  position: unset !important;
}

.newestSection {
  height: 175vh;
  background: linear-gradient(to bottom, rgb(65 61 61 / 75%), rgb(0 0 0 / 100%)),
    url("/content/dam/royal/ships/icon/icon-of-the-seas-ultimate-family-townhouse-aft.jpg");
  background-position: center;
  background-size: cover;
}

#whatToKnow {
  font-size: 1.3rem;
}

.superHero__customSection {
  flex: 1 1 auto;
  min-height: 3.125rem;
  position: relative;
  z-index: 1;
  display: none;
}

#iconText {
  text-align: center;
}

span.pillar__text--gradient_three.heading3 {
  font-size: 6rem;
}

.heroCountdown__countdown.heroCountdown__days {
  color: white !important;
  background-color: rgb(145 0 255) !important;
  padding: 0.2rem 0.8rem !important;
}

.basicHero__background {
  height: auto;
}

.basicHero__background {
  min-height: 90vh;
}

.superHero__base .basicHero__container--gradient:before {
  height: 100vh;
}

.superHero__base .basicHero__background {
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 1075px) {
  .whatToKnowBackground,
  .newestSection {
    height: auto;
    padding: 1rem;
  }

  .superHero__container {
    min-height: 60vh;
  }

  .superHero__base .basicHero__background {
    position: absolute;
    top: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 675px) {
  #iconHud {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 20;
    width: 100%;
    color: white;
    text-transform: uppercase;
    font-weight: bolder;
    max-width: 1906px;
    margin: 0px 25px;
  }

  .logo {
    margin-left: 16.5%;
  }

  #stayText,
  .roomSmall {
    font-size: 1.2rem !important;
  }

  .roomDiv_Text .heading2 {
    font-weight: 100;
    font-size: 3rem;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  #iconText {
    text-align: left;
  }

  .newestSection .text-navy {
    font-size: 3rem !important;
  }

  span.pillar__text--gradient_three.heading3 {
    font-size: 3rem;
  }
}

@media (min-width: 64.0625rem) {
  .superHero__customSection::after {
    top: -3.5625rem !important;
  }
}

@media (max-height: 799px) {
  .superHero__container {
    min-height: auto;
  }

  .newestSection {
    height: auto;
    padding-bottom: 8rem;
  }

  .whatToKnowBackground {
    height: auto;
  }

  .roomDiv {
    height: auto;
  }

  #superHeroSection,
  .basicHero__background {
    height: auto;
  }
}

@media (min-height: 1200px) {
  .superHero__container {
    min-height: auto;
  }

  .newestSection {
    height: auto;
    padding-bottom: 8rem;
  }

  .whatToKnowBackground {
    height: auto;
  }

  .roomDiv {
    height: 100vh;
  }

  #surfFamily {
    background-position: right;
  }

  #superHeroSection,
  .basicHero__background {
    height: auto;
  }
}
