/* Global Styles */
body,
div,
span {
  font-family: 'Roboto', sans-serif;
}

.landscape-orientation {
  height: 100vh;
  width: 100vw;
}

.main {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: 50%;
  position: relative;
  display: flex;
  align-items: center;
}

.videoBG {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: auto;
}

.videoBG-mobile {
  display: none;
}

/* Side Overlay */
.side-overlay {
  padding-left: 12vw;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  text-align: start;
}

/* Logo Image */
.logo-img {
  max-height: 240px;
  margin-top: 12vh;
  margin-bottom: 22vh;
}

/* Buttons */
.buttons {
  border-radius: 50px;
  width: 300px;
  background-color: #357abd;
  padding: 5px 15px;
  justify-content: center;
  display: flex;
  color: white;
  margin-right: 15px;
  text-align: center;
  align-items: center;
  min-height: 32px;
  margin-top: 10px;
}

a,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

.buttons:hover,
.buttons:focus {
  text-decoration: none;
  color: white;
  background-color: #002b54;
}

/* Text */
.text {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  word-break: break-word;
}

/* Button Group */
.button-group {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

/* Media Queries */

/* Aspect ratio 16:9 */
@media (min-aspect-ratio: 16/9) {
  .videoBG {
    width: 100%;
    height: auto;
  }

  .videoBG-mobile {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-aspect-ratio: 16/9) {
  .videoBG {
    width: 100%;
    height: 100%;
  }

  .videoBG-mobile {
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
  }
}

/* Portrait and Landscape for Small Screens (max-width: 600px) */
@media only screen and (max-width: 600px) and (orientation: portrait) {
  .landscape-orientation {
    height: 100vw;
    width: 100vh;
  }

  body {
    height: 100vw;
    transform: rotate(90deg);
  }

  p {
    margin: 0;
  }

  .main {
    width: 100vh;
    height: 100vw;
  }

  .videoBG {
    display: none;
  }

  .videoBG-mobile {
    display: block;
  }

  .side-overlay {
    width: 100vh;
    height: 100vw;
    font-size: 10px;
  }

  .logo-img {
    max-height: 140px;
    padding-bottom: 20px;
    margin-top: 9vh;
    margin-bottom: 6vh;
  }

  .buttons {
    width: 199px;
    font-size: 10px;
    min-height: 32px;
    padding: 2px 5px;
  }

  .text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) and (orientation: landscape) {
  body {
    height: 100vw;
    transform: rotate(90deg);
  }

  p {
    margin: 0;
  }

  .main {
    width: 100vh;
    height: 100vw;
  }

  .videoBG {
    display: none;
  }

  .videoBG-mobile {
    display: block;
  }

  .side-overlay {
    width: 100vh;
    height: 100vw;
    font-size: 10px;
  }

  .logo-img {
    max-height: 250px;
    padding-bottom: 20px;
  }

  .buttons {
    width: 180px;
    font-size: 10px;
    min-height: 32px;
    padding: 2px 5px;
  }

  .text {
    font-size: 12px;
  }
}

/* Portrait and Landscape for Medium Screens (max-width: 959px) */
@media only screen and (min-width: 600px) and (max-width: 959px) and (orientation: portrait) {
  .landscape-orientation {
    height: 100vw;
    width: 100vh;
  }

  body {
    transform: rotate(90deg);
  }

  .main {
    /* width: 100vh;
    height: 100vw; */
  }

  .videoBG {
    display: none;
  }

  .videoBG-mobile {
    display: block;
  }

  .side-overlay {
    width: 100vh;
    height: 100vw;
    padding-left: 14vw;
  }

  .logo-img {
    max-height: 260px;
    margin-bottom: 25vh;
    margin-top: 32vh;
  }

  .buttons {
    min-height: 32px;
    border-radius: 50px;
    width: 199px;
    margin-bottom: 6px;
    line-height: 1;
  }

  .text {
    line-height: 1.2;
    font-size: 16px;
    padding: 0 10px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 959px) and (orientation: landscape) {
  .main {
    width: 100vw;
    height: 100vh;
  }

  .videoBG {
    display: none;
  }

  .videoBG-mobile {
    display: block;
  }

  .side-overlay {
    width: 100vw;
  }

  .logo-img {
    max-height: 180px;
    margin-bottom: 20vh;
    margin-top: 12vh;
  }

  .buttons {
    min-height: 25px;
    border-radius: 50px;
    width: 199px;
    font-size: 10px;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 5px;
  }

  .text {
    line-height: 1.2;
    font-size: 11px;
  }

  .button-group {
    /* margin-left: -10vw; */
  }
}

/* Landscape and Portrait for Large Screens (min-width: 960px) */
@media only screen and (min-width: 960px) and (orientation: landscape) {
  .logo-img {
    max-height: 240px;
  }

  .side-overlay {
    width: 100vw;
  }
}

@media only screen and (min-width: 960px) and (orientation: portrait) {
  .landscape-orientation {
    height: 100vw;
    width: 100vh;
  }

  body {
    height: 100vw;
    transform: rotate(90deg);
  }

  .main {
    width: 100vh;
    height: 100vw;
  }

  .logo-img {
    max-height: 300px;
  }

  .videoBG {
    display: none;
  }

  .videoBG-mobile {
    display: block;
  }

  .side-overlay {
    width: 100vh;
    height: 100vw;
  }
}

/* Extra Small Screens */
@media only screen and (max-width: 281px) and (orientation: portrait) {
  .landscape-orientation {
    height: 100vw;
    width: 100vh;
  }

  body {
    height: 100vw;
    transform: rotate(90deg);
  }

  .logo-img {
    max-height: 180px;
  }
}

@media only screen and (max-height: 281px) and (orientation: landscape) {
  .logo-img {
    max-height: 180px;
  }

  .text {
    font-size: 12px;
  }

  .buttons {
    width: 180px;
    font-size: 10px;
    min-height: 32px;
    padding: 2px 5px;
  }
}