@font-face {
  font-family: "Rakuten Sans UI Bold";
  src: url("../fonts/RakutenSans_UI_W_Bd.woff");
  font-display: swap;
}

@font-face {
  font-family: "Rakuten Sans UI";
  src: url("../fonts/RakutenSans_UI_W_Rg.woff");
  font-display: swap;
}

@font-face {
  font-family: "Rakuten Sans UI Lt";
  src: url("../fonts/RakutenSans_W_Lt.woff");
  font-display: swap;
}

@font-face {
  font-family: "Rakuten Sans UI Semi";
  src: url("../fonts/RakutenSans_W_SBd.woff");
  font-display: swap;
}

html, body {
  height: 99.9%;
  background: #ffffff;
  background-size: auto;
  overflow: auto;
  scroll-behavior: smooth;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Rakuten Sans UI";
  -webkit-font-smoothing: antialiased;
  /* For WebKit-based browsers */
  -moz-osx-font-smoothing: grayscale;
  /* For Firefox on macOS */
}

:root {
  --font-default: "Rakuten Sans UI";
  --font-primary: "Rakuten Sans UI";
  --font-secondary: "Rakuten Sans UI Bold";
}

a:active, a:focus, li:focus, li:active {
  outline: none !important;
  box-shadow: none !important;
}

.desktop, .mobile {
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  position: absolute;
}

.h_100_min {
  min-height: 100%;
}


.invisible-scrollbar {
  overflow: auto;
}

/* Webkit browsers (Chrome, Safari, etc.) */
.invisible-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for Firefox */
.invisible-scrollbar {
  scrollbar-width: none; /* Firefox */
}

/* Hide scrollbar for IE, Edge */
.invisible-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
}

video::-webkit-media-controls {
  display: none;
}

video {
  pointer-events: none;
}

.hero {
  width: 100%;
  position: relative;
  min-height: 100vh;
  background-color: #5EB0E0;
  background-image: url("../img/hero-banner/rtc_desktop.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.h1, h1 {
  font-size: calc(1.375rem + 1.5vw);
}

.h2, h2 {
  font-size: calc(1.325rem + .9vw);
}

.h3, h3 {
  font-size: calc(1.3rem + .6vw);
}

.h4, h4 {
  font-size: calc(1.275rem + .3vw);
}

.hero .container {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-top: 5%;
}

.links a {
  padding: 0 0 0 3px;
}

.section {
  padding-top: 40px;
  padding-bottom: 40px;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #FFFBFC;
}

.links a:hover {
  color: black;
}

.links {
  overflow-x: auto;
}

.close-btn {
  text-shadow: none;
  opacity: 1;
  color: #C00091;
  font-size: 90%;
  outline: none !important;
  box-shadow: none !important;
}

.close-btn:hover {
  text-shadow: none;
  opacity: 1;
  color: #C00091;
  font-size: 90%;
  outline: none !important;
  box-shadow: none !important;
}

.modal-header .close {
  padding: 0;
}

.live_icon {
  mix-blend-mode: multiply;
}

.carousel-indicators {
  z-index: 0;
  position: relative;
  margin: 0;
  padding: 0;
}

.courosal-controll {
  display: flex;
  position: relative;
  justify-content: center;
  justify-items: center;
  /* margin-top: 60px; */
}

.carousel-control-next, /*for control all indicator arror to fix at one postion*/
.carousel-control-prev {
  position: relative;
  margin: 0 10px;
  padding: 0 !important;
  width: 21px;
}

.carousel-indicators [data-target] { /*to fix indicators*/
  max-width: 4.9rem;
  min-width: 1.9rem;
  opacity: 1;
  margin: +0.3rem 0;
  border-radius: 0%;
  height: 0.2rem;
  background-color: #D1D1D1;
}

.courosal-controll img { /* for arrows they have added a image to fix it added this */
  line-height: 20px;
  vertical-align: middle;
  margin-top: -0.05rem;
  width: 20px;
}

.carousel-control-prev ol, /* for inc size of the indicator */
.carousel-control-prev .carousel-indicators,
.satellite-locations-section .carousel-control-prev ol,
.satellite-locations-section .carousel-indicators {
  line-height: 20px;
  vertical-align: middle;
}

.carousel-indicators .active {
  background-color: #cf18c0;
}

.cursor_default {
  cursor: default;
}

.courosal-controll .circle-bg {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(255, 192, 224);
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.links {
  background-color: #FFF6FC;
  height: 69px;
  padding-top: 1rem;
}

.links-a {
  margin-block: 5px;
}

.rtc-modal-lg {
  max-width: 1140px;
}


.scroll-icon {
  width: 4vh;
  position: absolute;
  left: calc(50% - 20px);
  bottom: 25px;
  top: 82vh;
}

.home-text {
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  text-align: center;
  font-size: 2.2vw;
  font-family: 'Rakuten Sans UI Semi';
  line-height: 5.2vh;
  color: #FEFCFA;
  top: 55vh;
}

.gradient-background {
  position: absolute;
  bottom: 17.2%;
  left: 0;
  width: 100%;
  height: 23%;
  background: linear-gradient(90deg, rgba(65, 108, 202, 0) 0%, #0486CD 50%, rgba(0, 197, 213, 0) 100%);
  z-index: 1;
  filter: blur(4px);
}

.rakuten_title {
  z-index: 10;
  position: relative;
  margin: 2vh 8.5vw;
}

.logo {
  width: 80vh;
  padding: 8% 20px 30px 20px;
  z-index: 10;
  position: relative;
  min-width: 18.76em;
  display: block;
}

.register_btn {
  font-family: "Rakuten Sans UI Bold";
  background-color: #F6304F;
  color: #FFFBFC;
  width: 50%;
  max-width: 217px;
  min-width: 10em;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.4em;
  opacity: 1;
  padding: 0.5em 1.2em;
  font-size: 20px;
  box-sizing: border-box;
  border: none;
  top: 71.5vh;
}

.mob_logo {
  max-width: 37vh;
  top: 18vh;
  display: block;
  position: relative;
  z-index: 10;
  display: None;
}

.video-container {
  width: 100%;
  margin: 0 auto;
}

.video-container video {
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .logo {
    width: 80vh;
    z-index: 10;
    position: relative;
    top: 15vh;
    scale: 1.3;
    display: block;
  }

  .mob_logo {
    display: None;
  }

  .home-text {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 1.6em;
    font-family: 'Rakuten Sans UI Semi';
    line-height: 40.38px;
    color: #FEFCFA;
    /*bottom:20%;*/
  }

  .gradient-background {
    position: absolute;
    top: 32vh;
    left: 0;
    width: 100%;
    height: 28%;
    background: linear-gradient(90deg, rgba(65, 108, 202, 0) 0%, #0486CD 50%, rgba(0, 197, 213, 0) 100%);
    z-index: 1;
    filter: blur(4px);
  }

  .scroll-icon {
    width: 40px;
    position: relative;
    /*bottom: 25px;*/
    left: calc(50% - 50%);
    top: 55vh;
  }
}

@media only screen and (min-device-width: 250px) and (max-device-width: 767px) {
  .logo {
    width: 80vh;
    z-index: 10;
    position: relative;
    top: 4em;
    scale: 1.5;
  }

  .gradient-background {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 27%;
    background: linear-gradient(90deg, rgba(65, 108, 202, 0) 0%, #0486CD 50%, rgba(0, 197, 213, 0) 100%);
    z-index: 1;
    filter: blur(4px);
  }

  .home-text {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 1.2em;
    font-family: 'Rakuten Sans UI Semi';
    line-height: 4vh;
    color: #FEFCFA;
    top: 17em;
  }

  .scroll-icon {
    width: 40px;
    position: absolute;
    left: 47%;
    bottom: 25px;
    top: 82vh;
  }

  .register_btn {
    font-size: 1em;
    width: 60%;
  }
}

@media only screen and (min-device-width: 540px) and (max-device-width: 720px) and (orientation: Landscape) {
  .logo {
    width: 80vh;
    z-index: 10;
    position: relative;
    top: 0vh;
    scale: 1;
  }

  .gradient-background {
    position: absolute;
    top: 55%;
    left: 0;
    width: 100%;
    height: 27%;
    background: linear-gradient(90deg, rgba(65, 108, 202, 0) 0%, #0486CD 50%, rgba(0, 197, 213, 0) 100%);
    z-index: 1;
    filter: blur(4px);
  }

  .home-text {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 1.2em;
    font-family: 'Rakuten Sans UI Semi';
    line-height: 5vh;
    color: #FEFCFA;
    top: 42vh;
  }

  .scroll-icon {
    width: 40px;
    position: absolute;
    left: 45%;
    bottom: 25px;
    top: 76vh;
  }

  .register_btn {
    font-size: 1em;
    width: 60%;
    top: 67vh;
  }
}

@media only screen and (min-device-width: 900px) and (max-device-width: 1366px) {
  .logo {
    width: 75vh;
    z-index: 10;
    position: relative;
    top: 8vh;
  }

  .gradient-background {
    position: absolute;
    top: 96%;
    left: 0;
    width: 100%;
    height: 20%;
    background: linear-gradient(90deg, rgba(65, 108, 202, 0) 0%, #0486CD 50%, rgba(0, 197, 213, 0) 100%);
    z-index: 1;
    filter: blur(4px);
  }

  .home-text {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 1.9em;
    font-family: 'Rakuten Sans UI Semi';
    line-height: 1.75em;
    color: #FEFCFA;
    top: 58vw;
  }

  .scroll-icon {
    width: 40px;
    position: absolute;
    left: 45%;
    bottom: 25px;
    top: 82vh;
  }

  .register_btn {
    top: 70vh;
    padding: 1vh 1vw;
    font-size: 1em;
    width: 27%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .logo {
    width: 80vh;
    z-index: 10;
    position: relative;
    top: 1em;
    scale: 0.9;
    display: block;
  }

  .gradient-background {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 21%;
    background: linear-gradient(90deg, rgba(65, 108, 202, 0) 0%, #0486CD 50%, rgba(0, 197, 213, 0) 100%);
    z-index: 1;
    filter: blur(4px);

  }

  .home-text {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 1.1em;
    font-family: 'Rakuten Sans UI Semi';
    line-height: 1.2em;
    color: #FEFCFA;
    top: 14em;
  }

  .scroll-icon {
    width: 40px;
    position: absolute;
    left: 47%;
    bottom: 25px;
    top: 82vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 500px) and (orientation: landscape) {
  .home-text {
    font-size: 1.4em;
    line-height: 1.2em;
    top: 56vh;
  }
}


@media only screen and (min-device-width: 1025px) and (max-device-width: 1366px) and (orientation: Landscape) {

  .logo {
    width: 80vh;
    z-index: 10;
    position: relative;
    top: 5vh;
    scale: 1.1;
  }

  .gradient-background {
    position: absolute;
    top: 73%;
    left: 0;
    width: 100%;
    height: 27%;
    background: linear-gradient(90deg, rgba(65, 108, 202, 0) 0%, #0486CD 50%, rgba(0, 197, 213, 0) 100%);
    z-index: 1;
    filter: blur(4px);
  }

  .home-text {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 1.8em;
    font-family: 'Rakuten Sans UI Semi';
    line-height: 40.38px;
    color: #FEFCFA;
    top: 54vh;
  }

  .scroll-icon {
    width: 32px;
    position: absolute;
    left: 48%;
    bottom: 25px;
    top: 82vh;
  }
}

/*desktop view in mobile like 1 plus and real me pro */
@media (max-width: 768px) and (max-height: 252px) and (orientation: landscape) {
  .logo {
    width: 60vh;
    z-index: 10;
    position: relative;
    top: -22vh;
    scale: 0.8;
  }

  .gradient-background {
    position: absolute;
    top: 33%;
    left: 0;
    width: 100%;
    height: 16%;
    background: linear-gradient(90deg, rgba(65, 108, 202, 0) 0%, #0486CD 50%, rgba(0, 197, 213, 0) 100%);
    z-index: 1;
    filter: blur(4px);
  }

  .home-text {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 1.1em;
    font-family: 'Rakuten Sans UI Semi';
    line-height: 1.1em;
    color: #FEFCFA;
    top: 14em;
  }

  .register_btn {
    top: 79vh !important;
  }

  .scroll-icon {
    top: 86vh !important;
    width: 32px !important;
  }
}

/*desktop windows */
@media only screen and (min-device-width: 1025px) and (max-device-width: 1400px) and (min-height: 498px) and (orientation: landscape) {
  .logo {
    width: 75vh;
    z-index: 10;
    position: relative;
    top: 5vh;
    scale: 1.1;
  }

  .gradient-background {
    position: absolute;
    top: 77.5%;
    left: 0;
    width: 100%;
    height: 27%;
    background: linear-gradient(90deg, rgba(65, 108, 202, 0) 0%, #0486CD 50%, rgba(0, 197, 213, 0) 100%);
    z-index: 1;
    filter: blur(4px);
  }

  .home-text {
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    font-size: 1.75em;
    font-family: 'Rakuten Sans UI Semi';
    line-height: 35px;
    color: #FEFCFA;
    top: 59.5vh;
  }

  .scroll-icon {
    width: 32px;
    position: absolute;
    left: 48%;
    bottom: 25px;
    top: 81vh;
  }

  .register_btn {
    top: 74vh;
  }
}

/* M O B I L E */
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .mobile {
    object-fit: fill;
  }

  .modal-dialog {
    align-items: flex-start;
  }

  .rakuten_title {
    display: none !important;
  }

  .gradient-background {
    height: 27% !important;
    z-index: 1;
    filter: blur(4px);
    top: 110%;
  }

  .logo {
    display: none !important;
  }

  .mob_logo {
    max-width: 75vw;
    top: 15vh;
    display: block;
    position: relative;
    z-index: 10;
  }

  .home-text {
    color: #FEFCFA;
    width: 80vw;
    height: 5vh;
    font-size: 4vw;
    font-family: "Rakuten Sans UI Semi";
    line-height: 3.5vh;
    text-align: center;
    top: 57vh;
  }

  .register_btn {
    border: none;
    padding: 1vh 2vw;
    border-radius: 1vw;
    font-size: 4vw;
    text-transform: uppercase;
    top: 72vh;
    font-family: "Rakuten Sans UI Bold";
  }

  .scroll-icon {
    width: 25px;
    position: absolute;
    left: 43%;
    top: 85vh;
  }
}

@media only screen and (min-width: 767px) and (max-width: 999px) and (orientation: landscape) {
  .hero {
    min-height: 122%;
  }

  .home-text {
    top: 58vh;
  }

  .register_btn {
    top: 80vh;
    padding: 1vh 1vw;
    font-size: 1.1em;
    width: auto;
  }

  .scroll-icon {
    top: 89vh;
    width: 32px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hero {
    min-height: 120%;
  }

  .scroll-icon {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 135vw;
    left: 45%;
  }

  .rakuten_title {
    display: none;
  }

  .gradient-background {
    height: 33%;
    z-index: 1;
    filter: blur(4px);
    top: 50vw;
  }

  .mob_logo {
    max-width: 68vw;
    top: 19vw;
    display: block;
    position: relative;
    z-index: 10;
  }

  .logo {
    display: none;
  }

  .home-text {
    color: #FEFCFA;
    width: 55vw;
    height: 5vh;
    font-size: 3.5vw;
    font-family: "Rakuten Sans UI Semi";
    line-height: 6vw;
    text-align: center;
    top: 80vw;
  }

  .register_btn {
    border: none;
    padding: 1vh 3vw;
    border-radius: 1vw;
    font-size: 2.5vw;
    text-transform: uppercase;
    top: 115vw;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .hero {
    min-height: 375vh;
  }

  .scroll-icon {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 320vh;
    left: 45%;
  }

  .rakuten_title {
    display: block;
  }

  .gradient-background {
    height: 35%;
    z-index: 1;
    filter: blur(4px);
    top: 80vh;
  }

  .mob_logo {
    max-width: 75vh;
    top: 50vh;
    display: none;
    position: relative;
    z-index: 10;
  }

  .logo {
    display: block;
  }

  .home-text {
    color: #FEFCFA;
    width: 55vw;
    height: 8vh;
    font-size: 3.5vw;
    font-family: "Rakuten Sans UI Semi";
    line-height: 6vw;
    text-align: center;
    top: 125vh;
  }

  .register_btn {
    border: none;
    padding: 1vh 3vw;
    border-radius: 1vw;
    font-size: 2.5vw;
    text-transform: uppercase;
    top: 300vh;
  }
}

@media only screen and (min-width: 320px) and (max-width: 380px) and (min-height: 440px) {
  .hero {
    min-height: 100vh;
  }

  .scroll-icon {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 90vh;
    left: 45%;
  }

  .rakuten_title {
    display: none;
  }

  .gradient-background {
    height: 15% !important;
    z-index: 1;
    filter: blur(4px);
    top: 70vw;
  }

  .mob_logo {
    max-width: 75vw;
    top: 31vw;
    display: block;
    position: relative;
    z-index: 10;
  }

  .logo {
    display: none;
  }

  .home-text {
    color: #FEFCFA;
    width: 60vw;
    height: 5vh;
    font-size: 3.5vw;
    font-family: "Rakuten Sans UI Semi";
    line-height: 6vw;
    text-align: center;
    top: 55vh;
  }

  .register_btn {
    border: none;
    padding: 1vh 3vw;
    border-radius: 1vw;
    font-size: 3.3vw;
    text-transform: uppercase;
    top: 75vh;
  }
}

@media only screen and (min-width: 320px) and (max-width: 380px) and (orientation: landscape) {
  .hero {
    min-height: 200vw;
  }

  .scroll-icon {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 110vw;
    left: 45%;
  }

  .rakuten_title {
    display: none;
  }

  .gradient-background {
    height: 35%;
    z-index: 1;
    filter: blur(4px);
    top: 35vw;
  }

  .mob_logo {
    max-width: 55vw;
    top: 13vw;
    display: block;
    position: relative;
    z-index: 10;
  }

  .logo {
    display: none;
  }

  .home-text {
    color: #FEFCFA;
    width: 55vw;
    height: 5vh;
    font-size: 3.2vw;
    font-family: "Rakuten Sans UI Semi";
    line-height: 6vw;
    text-align: center;
    top: 57vw;
  }

  .register_btn {
    border: none;
    padding: 1vh 3vw;
    border-radius: 1vw;
    font-size: 2.5vw;
    text-transform: uppercase;
    top: 90vw;
  }
}

@media only screen and (min-width: 381px) and (max-width: 410px) {
  .hero {
    min-height: 100vh;
  }

  .scroll-icon {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 175vw;
    left: 45%;
  }

  .rakuten_title {
    display: none !important;
  }

  .gradient-background {
    height: 33% !important;
    z-index: 1;
    filter: blur(4px);
    top: 50vw;
  }

  .mob_logo {
    max-width: 68vw;
    top: 25vw;
    display: block;
    position: relative;
    z-index: 10;
  }

  .logo {
    display: none;
  }

  .home-text {
    color: #FEFCFA;
    width: 65vw;
    height: 5vh;
    font-size: 4.5vw;
    font-family: "Rakuten Sans UI Semi";
    line-height: 6vw;
    text-align: center;
    top: 57vh;
  }

  .register_btn {
    border: none;
    padding: 1vh 3vw;
    border-radius: 1vw;
    font-size: 3.3vw;
    text-transform: uppercase;
    top: 160vw;
  }
}

@media only screen and (min-width: 390px) and (max-width: 450px) {
  .logo {
    display: none;
  }

  .mob_logo {
    max-width: 70vw;
    top: 16vh;
    display: block;
    position: relative;
    z-index: 10;
  }

  .register_btn {
    border: none;
    padding: 1vh 2vw;
    border-radius: 1vw;
    font-size: 3.8vw;
    text-transform: uppercase;
    top: 72vh;
    font-family: "Rakuten Sans UI Bold";
  }

  .scroll-icon {
    width: 25px;
    position: absolute;
    left: 43%;
    top: 85vh;
  }

  .gradient-background {
    height: 29% !important;
    z-index: 1;
    filter: blur(4px);
    top: 125%;
  }

  .home-text {
    color: #FEFCFA;
    width: 80vw;
    height: 5vh;
    font-size: 4vw;
    font-family: "Rakuten Sans UI Semi";
    line-height: 3.4vh;
    text-align: center;
    top: 55vh;
  }
}

@media only screen and (min-width: 381px) and (max-width: 410px) and (orientation: landscape) {
  .hero {
    min-height: 200vw;
  }

  .scroll-icon {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 110vw;
    left: 45%;
  }

  .rakuten_title {
    display: none;
  }

  .gradient-background {
    height: 35%;
    z-index: 1;
    filter: blur(4px);
    top: 35vw;
  }

  .mob_logo {
    max-width: 55vw;
    top: 13vw;
    display: block;
    position: relative;
    z-index: 10;
  }

  .home-text {
    color: #FEFCFA;
    width: 55vw;
    height: 5vh;
    font-size: 3.5vw;
    font-family: "Rakuten Sans UI Semi";
    line-height: 6vw;
    text-align: center;
    top: 57vw;
  }

  .register_btn {
    border: none;
    padding: 1vh 3vw;
    border-radius: 1vw;
    font-size: 2.5vw;
    text-transform: uppercase;
    top: 90vw;
  }
}

@media only screen and (min-width: 411px) and (max-width: 480px) and (orientation: landscape) {
  .logo {
    display: none;
  }

  .mob_logo {
    max-width: 50vw;
    top: 8vh;
    display: block;
    position: relative;
    z-index: 10;
  }

  .register_btn {
    border: none;
    padding: 1vh 1vw;
    border-radius: 1vw;
    font-size: 2.8vw;
    text-transform: uppercase;
    top: 71vh;
    font-family: "Rakuten Sans UI Bold";
  }

  .scroll-icon {
    width: 25px;
    position: absolute;
    left: 43%;
    top: 77vh;
  }

  .gradient-background {
    height: 29% !important;
    z-index: 1;
    filter: blur(4px);
    top: 30vh;
  }

  .home-text {
    color: #FEFCFA;
    width: 80vw;
    height: 5vh;
    font-size: 4vw;
    font-family: "Rakuten Sans UI Semi";
    line-height: 5vh;
    text-align: center;
    top: 50vh;
  }
}

@media (min-height: 415px) and (max-height: 500px) and (min-width: 813px) and (max-width: 1024px) and (orientation: landscape) {
  .logo {
    display: block;
    scale: 0.8;
    top: -9vh;
  }

  .hero {
    min-height: 115vh;
  }

  .gradient-background {
    height: 23%;
    z-index: 1;
    filter: blur(4px);
    top: 23vh;
  }

  .mob_logo {
    max-width: 40vw;
    top: 1vw;
    display: none;
    position: relative;
    z-index: 10;
  }

  .home-text {
    width: 55vw;
    height: 5vh;
    font-size: 4vh;
    font-family: "Rakuten Sans UI Semi";
    line-height: 2.75vw;
    top: 38vh;
  }

  .register_btn {
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 6px;
    top: 64vh;
    width: 100px;
  }

  .scroll-icon {
    position: absolute;
    width: 2em;
    height: 2em;
    top: 76vh;
    left: 47%;
  }
}

@media (min-height: 700px) and (max-height: 920px) and (max-width: 420px) and (orientation: landscape) {
  .home-text {
    font-size: 1em;
  }

  .register_btn {
    width: 30%;
    font-size: 1.4vw;
  }

  .rakuten_title {
    scale: 0.8;
    margin: 5vh 4vw auto;
    display: block;
  }

  .hero {
    min-height: 122%;
  }
}

@media (min-width: 480px) and (max-width: 767px) and (max-height: 420px) and (orientation: landscape) {
  .register_btn {
    width: 30%;
    font-size: 1.8vw;
    top: 63vh;
    border-radius: 3px;
    padding: 0.5em 0.8em;
  }

  .rakuten_title {
    scale: 0.8;
    margin: 5vh 4vw auto;
    display: block;
  }

  .hero {
    min-height: 122%;
  }

  .scroll-icon {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 71vh;
    left: 47%;
  }

  .rakuten_title {
    display: block !important;
    margin: 4vh 5vw auto;
    z-index: 10;
    position: relative;
    scale: .7;
  }

  .mob_logo {
    max-width: 28vw;
    top: 0vh;
    display: none;
    position: relative;
    z-index: 10;
  }

  .logo {
    display: block;
    scale: 0.8;
    top: -10vh;
  }

  .gradient-background {
    height: 20%;
    z-index: 1;
    filter: blur(4px);
    top: 23vh;
  }

  .home-text {
    width: 55vw;
    height: 5vh;
    font-size: 4.74vh;
    font-family: "Rakuten Sans UI Semi";
    line-height: 5vh;
    top: 42vh;
  }
}

@media (min-width: 768px) and (max-width: 935px) and (max-height: 420px) and (orientation: landscape) {
  .register_btn {
    width: 32%;
    font-size: 1.5vw;
    top: 70vh;
    border-radius: 5px;
  }

  .rakuten_title {
    scale: 0.8;
    margin: 5vh 4vw auto;
    display: block !important;
  }

  .hero {
    min-height: 122% !important;
  }

  .scroll-icon {
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    top: 77vh;
    left: 47%;
  }

  .rakuten_title {
    display: block;
    margin: 4vh 5vw auto;
    z-index: 10;
    position: relative;
    scale: .7;
  }

  .mob_logo {
    max-width: 27vw;
    top: 0vh;
    display: none;
    position: relative;
    z-index: 10;
  }

  .logo {
    display: block;
    scale: 0.8;
    top: -6vh;
  }

  .gradient-background {
    height: 17%;
    z-index: 1;
    filter: blur(4px);
    top: 28vh;
  }

  .home-text {
    width: 55vw;
    height: 5vh;
    font-size: 1.9vw;
    font-family: "Rakuten Sans UI Semi";
    line-height: 2.75vw;
    top: 43vh;
  }
}

@media (max-height: 500px) and (min-height: 425px) and (min-width: 1000px) and (orientation: landscape) {
  .hero {
    min-height: 110% !important;
    overflow-y: auto;
  }

  .home-text {
    line-height: 5vh;
    font-size: 1.4vw;
    bottom: -12vh;
  }

  .logo {
    width: 70vh;
    padding: 50px 20px 5px 20px;
  }

  .register_btn {
    padding: 1vh 1vw;
    font-size: 13px;
    width: fit-content;
  }

  .gradient-background {
    bottom: 10%;
    height: 25%;
  }
}

@media (max-height: 320px) and (min-height: 399px) and (min-width: 1000px) and (orientation: landscape) {
  .hero {
    min-height: 110% !important;
    overflow-y: auto;
  }

  .home-text {
    line-height: 5.5vh;
    font-size: 1.1vw;
  }

  .logo {
    width: 70vh;
    padding: 20px 20px 5px 20px;
  }

  .register_btn {
    padding: 10px 15px;
    font-size: 13px;
    width: fit-content;
  }

  .gradient-background {
    bottom: 10%;
    height: 25%;
  }
}

@media (max-height: 425px) and (min-height: 320px) and (min-width: 1000px) and (orientation: landscape) {
  .hero {
    min-height: 110% !important;
    overflow-y: auto;
  }

  .home-text {
    line-height: 5.5vh;
    font-size: 1.3vw;
  }

  .logo {
    width: 65vh;
    padding: 5px 20px 5px 20px;
  }

  .register_btn {
    padding: 5px 10px;
    font-size: 12px;
    width: fit-content;
  }

  .gradient-background {
    bottom: 10%;
    height: 25%;
  }
}

#kids_park_section, #satellite_section {
  padding: 0px;
}

.modal {
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
}

@media (max-width: 767px) and (orientation: landscape) {
  .hero .container {
    margin-top: 9.5%;
  }
}

@media (width: 568px) and (orientation: landscape) {
  .gradient_background {
    top: 31vh;
  }
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1 !important;
}

.carousel-control-prev {
  margin-top: 0.1rem;
}



