.rightSide {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

main {
  padding: 0 !important;
}

/*--------------Changing Layout for Portrait Support----------------*/

/*-------Mobile & Tablets Styles-------*/

.startScreenButton {
  margin: 0 auto;
  background-color: var(--colorBrandYellow);
}

.startButtonText {
  opacity: 1;
  transform: translate(0%, -40%) scale(1);
  left: 0;
  font-size: max(1.8vh, 12px) !important;
  color: var(--buttonTextColor);
  font-weight: bold;
}
.startArrow {
  left: 88%;
}

body.hasHover .startScreenButton:hover .startButtonText,
body:not(.hasHover) .startScreenButton .startButtonText {
  opacity: 1;
  transform: translate(0, -50%);
  left: -5%;
}

body.hasHover .startScreenButton:hover,
body:not(.hasHover) .startScreenButton {
  width: max(30vh, 192px) !important;
}

#Stage2 {
  display: flex;
  gap: 0.75rem;
  position: fixed;
  left: 0;
  top: 2.6%;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  background: white;
  color: rgb(184, 58, 58);
  font-family: var(--fonteader);
  font-weight: bolder !important;
  font-size: 1.5vh !important;
  width: fit-content;
  border-radius: 0 8px 8px 0;
}

/*-----rightSide Style Mobile-----*/

.rightSide {
  padding: 6rem 5% 2rem !important;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 0;
}

.rightSide #homeContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.rightSide .logo {
  margin-bottom: 4vh;
  width: 20vh;
}

.rightSide h1 {
  text-align: center;
  font-size: max(3.4vh, 16px);
  margin: initial;
  line-height: 1.2;
}

.rightSide hr {
  width: 60%;
  margin: 3vh auto !important;
}
h3 {
  font-family: var(--fontserif);
  font-weight: 100;
  text-align: center;
}
.rightSide p {
  color: white;
  width: 100%;
  text-align: center;
  font-size: max(1.9vh, 12px) !important;
  letter-spacing: 0.25em;
}

#rwc-logo-white {
  width: 9vh;
  height: auto;
  transition: all 0.3s ease;
  display: inline-block;
  margin-left: auto;
}
#logoContainer {
  /* display: flex;
  align-items: flex-end;
  justify-content: space-between; */
  position: absolute;
  /* width: 100%; */
  top: 0;
  right: 0;
  padding: 2vh 2vh 1vh 5%;
  /* gap: 1.5rem; */
  z-index: 10;
}

/*------Desktop Styles-----*/

@media screen and (min-width: 769px),
  screen and (min-width: 769px) and (orientation: landscape) {
  .rightSide {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  #Stage2 {
    top: 12% !important;
  }
  /* --startScreenButton--*/
  .startScreenButton {
    /* width: max(6.5vh, 40px) !important; */
    margin: 5vh 0;
  }

  .startArrow {
    left: 88%;
    display: block;
  }

  body.hasHover .startScreenButton:hover,
  body:not(.hasHover) .startScreenButton {
    border: none;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
    /* width: max(24vh, 140px) !important; */
    /* height: max(6.5vh, 30px) !important; */
  }

  .startButtonText {
    opacity: 0;
    transform: translate(0%, -50%) scale(0);
    left: 50%;
  }
  .startArrow {
    left: 50%;
  }

  body.hasHover .startScreenButton:hover .startButtonText,
  body:not(.hasHover) .startScreenButton .startButtonText {
    opacity: 1;
    /* transform: translate(calc(-50% - max(1vh, 10px)), -50%) !important; */
  }

  /* --rightSide Content for Desktop--*/

  .rightSide {
    padding: 0px 5%;
    justify-content: center;
    align-items: flex-start;
  }

  .rightSide #homeContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
  }

  .rightSide .logo {
    margin-bottom: 4vh;
    width: 30vh;
  }

  .rightSide h1 {
    text-align: left;
    font-size: max(4vh, 14px);
    margin: initial;
  }
  .rightSide hr {
    width: 100% !important;
    margin: 3vh 0 !important;
  }
  h3 {
    font-family: var(--fontserif);
    font-weight: 100;
  }
  .rightSide p {
    color: white;
    width: 100%;
    text-align: left;
    letter-spacing: 0.25em;
  }
}

@media screen and (min-width: 576px) {
  .mobile-br {
    display: none;
  }
}
