.coming_soon_container {

  position: relative;
  font-family: "Rakuten Sans UI Semi";
  font-size: 1.75rem;
  line-height: 2.438rem;
  text-align: center;
  width: 19.938rem;
  width: 90%;
  margin: auto;
  bottom: 2rem;
  text-align: center;
  position: relative;
  padding-top: 10rem;
  margin-bottom: 5rem;
}

.span_coming_soon {
  font-family: "Rakuten Sans UI";

  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2.438rem;
  text-align: center;
}


.event_venue_section {
  position: relative;
  height: 44rem;

  gap: 0px;

  /* Full viewport height for demonstration */

}

.venue_container {
  background: white;
  border-radius: 0.5rem;
  border: 5px solid white;
  /* position: relative;
  top: -10rem; */
  height: fit-content;

}


.event_Venue_heading {
  color: rgba(246, 48, 79, 1);
  font-size: 2.25rem;
  margin-top: 2.8rem;
  margin-left: 5.875rem;
  font-family: "Rakuten Sans UI Semi";
}

.font-family-bold {
  font-family: "Rakuten Sans UI";
}

.event_venue_description {
  margin-left: 5.875rem;
  margin-top: 4.8rem;
  font-family: "Rakuten Sans UI";
}

.map-image {
  max-width: 100%;
  padding: 2rem;
  height: auto;
}

.event_venue_description_heading {
  font-size: 1.25px;
  font-family: "Rakuten Sans UI";
}

.satellite_location_section {
  height: 25rem;
  position: relative;
  top: 90%;

  text-align: center;

}

.satellite_container {
  padding-top: 4rem;
  padding-bottom: 0.5rem;
  margin-bottom: 4.5rem;
}

.texture_container {
  position: absolute;
  top: -31rem;
  left: -2vw;
  overflow: hidden;
  transform: scale(.55) rotate(120deg);
}

.satellite_location_heading {
  font-family: "Rakuten Sans UI Semi";
  color: #8636D4;
  font-size: 36px;
  text-align: center;

  margin-bottom: 0.5rem;

  text-transform: uppercase;
}

.satellite_location_places {
  width: 59.063rem;

  font-family: "Rakuten Sans UI";

  font-size: 28px;

  text-align: center;
  line-height: 2.438rem;
  margin: auto;


}


/** span *****/
.rakuten_crimsion_house_span {
  font-family: "Rakuten Sans UI Semi";
  font-size: 1.5rem;

  line-height: 1.893rem;
  text-align: left;

}

.span_tokyo {
  font-family: "Rakuten Sans UI Semi";
  font-size: 1.125rem;

  line-height: 1.26rem;
  text-align: left;

}

.span_satelite {
  font-family: "Rakuten Sans UI Semi";
  font-size: 1.125rem;

  line-height: 1.26rem;
  text-align: left;
  margin-left: -0.135rem;

}

.span_headoffice {
  font-family: "Rakuten Sans UI";
  font-size: 1.125rem;

  line-height: 1.42rem;
  text-align: left;

}

.span_whitespace {
  font-family: "Rakuten Sans UI";
  font-size: 1.125rem;

  line-height: 1.42rem;
  text-align: left;

}

.span_Tamagawa {
  font-family: "Rakuten Sans UI";
  font-size: 1.125rem;

  line-height: 1.42rem;
  text-align: left;

}

.span_direction {
  font-family: "Rakuten Sans UI Semi";
  font-size: 1.125rem;
  line-height: 1.42rem;
  text-align: left;
  margin-top: 3.4rem;
  margin-bottom: 0.6em !important;

}

.event_venue_description .rakuten_sans_app {
  margin-top: 0px !important;
}

.span_k {
  font-family: "Rakuten Sans App";
  font-size: 1.125rem;

  line-height: 1.42rem;
  text-align: left;

}

.venu_section {
  overflow-x: hidden;
}

.custom_row {
  flex-direction: row;
}


/* Mobile Queries */
/* styles.css */

/* For devices with a screen width of 600px or less */
@media only screen and (max-width: 768px) {
  .coming_soon_container {
    padding-top: 9rem;
    margin-bottom: 0rem;
  }

  .satellite_container {
    padding-top: 0rem;
    padding-bottom: 0.5rem;
    margin-top: 3rem;
    margin-bottom: 4.5rem;
  }

  .span_satelite {
    font-size: 1rem;
  }

  .span_coming_soon {
    font-size: 1.125rem;
    display: block;
  }

  .texture_container {
    display: none;
  }

  .venue_container {

    border: 1.5rem solid white;

  }

  .span_tokyo {
    font-size: 1rem;
  }

  .coming_soon_container {

    font-size: 1.125rem;
    top: 30%;
    font-family: "Rakuten Sans UI Semi";
    margin-top: 1rem;

  }

  .venue_map_container {
    padding: 0;
  }

  .description_column {
    font-size: 1.125rem;
  }

  .rakuten_crimsion_house_span {
    font-size: 1.125rem;
  }

  .map-image {

    padding-top: 0.688rem;
    padding-left: 0.688rem;
    padding-right: 0.688rem;
    padding-bottom: 0;
  }

  .span_coming_soon {
    font-family: "Rakuten Sans UI";
    font-weight: 400;
    line-height: 1.42rem;
  }


  .satellite_location_heading {
    font-size: 1.5rem;
  }

  .satellite_location_places {
    width: 100%;
    width: 100%;
    font-size: 0.86rem;
    line-height: 1.5rem;
  }

  .event_Venue_heading {
    margin-left: 1.2rem;
    font-size: 1.5rem;
  }


  .event_venue_description {
    margin-left: 1.2rem;
    margin-top: 0.75rem;
  }

  .venue_container {
    background: white;
    padding-top: 1rem;

    border: 5px solid white;
    position: relative;
    top: 4rem;
  }

  .custom_column {
    max-width: 100%;
  }

  .span_direction {
    margin-top: 3.75rem;;
  }

}

.no_wrap_whitespace {
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 95%;
  }

}


@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .texture_container {
    display: none;
  }

  .map-image {


    padding: 0.8rem;

  }

  .description_column {
    /* transform: scale(.6); */
    margin-top: -3rem;
  }

  .span_coming_soon {
    font-size: 1.125rem;
    display: block;
  }

  .span_direction {

    font-size: 1.125rem;

    line-height: 1.42rem;
    display: flex;
    flex-direction: column;
    /* text-align: left; */
  }


  .venue_container {
    padding: 1rem;
    border-width: 3px;
  }

  .coming_soon_container {
    width: 70%;
    font-size: 1.125rem;
  }

  .event_Venue_heading {
    font-size: 28px;

    margin-top: 5rem;
  }

  .satellite_location_heading {
    font-size: 24px;
    margin-bottom: 0.625rem;
  }

  .satellite_location_places {
    width: 81%;


    font-size: 16px;

    line-height: 24px;
  }


  .span_direction {
    margin-top: 2rem;
  }
}


/* For devices with a screen width of 1201px or more */
/*ipad*/
@media only screen and (min-width: 768px) and (max-width: 1200px) {

  .custom_column {
    max-width: 100%;
  }

  .description_column {
    /* transform: scale(.6); */
    margin-top: -3rem;
    margin-left: -2rem;
  }

  .custom_row {

    align-items: center;

    justify-content: center;

  }

  .event_Venue_heading {


    margin-top: 5.75rem;
  }


  .custom_row {
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .custom-container {
    max-width: 75%;
  }

  .custom_column {
    max-width: 100%
  }

}


@media (max-width: 390px) {
  .coming_soon_container {
    width: 65%;
  }

}

@media (max-width: 420px) {
  .coming_soon_container {
    width: 80%;
  }

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .custom_column {
    max-width: 75%;
  }


}

@media (min-width: 992px) {
  .custom_row {
    flex-direction: row;
  }


}

@media screen and (min-width: 769px ) and (max-width: 991px) {
  .event_Venue_heading {
    margin-left: 1.5rem;
  }

  .event_venue_description {
    margin-left: 1.5rem;
    margin-top: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .venue_container {
    padding-top: 0rem;
  }
}
