/* The Modal (background) */
.comingSoonModal {
  display: flex; /* Hidden by default */
  justify-content: center;
  align-items: center;
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  /* padding-top: 40px; */
  /* padding-bottom: 40px; */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.comingSoonModal-content {
  /* height: 100%; */
  width: 100%;
  position: relative;
  max-width: 1100px;
  width: 80%;

  /* max-width: 1000px; */
}

.comingSoonModal-content-img {
  display: block;
}

.comingSoonModal-content-img-text {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  pointer-events: none;
  transform: translate(-8%, -10%) rotate(355deg) scale(0.8);
}
.comingSoonModal-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  padding: min(5vh, 40px);
  border-radius: 3px;
  position: absolute;
  top: 29%;
  right: 7%;
  width: 30%;
  height: 64%;
}
.comingSoonModal-form {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}
#caption2 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.comingSoonModal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
.comingSoonModal-content,
#caption2 {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  padding-top: 80px;
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close2 {
  padding-top: 80px;
  position: absolute;
  top: 15px;
  right: 35px;
  color: #000000;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.close2:hover,
.close2:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.comingSoonModal-button {
  background-color: white;
  position: absolute;
  top: 3%;
  width: 40px;
  height: 40px;
  right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
}
.comingSoonModal-button:hover,
.comingSoonModal-button:focus {
  background-color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.custom-comingSoonModal-input {
  width: 100%;
  border-width: 0px 0px 1px;
  border-color: #dadada;
  text-align: left;
  letter-spacing: 0px;
  color: #323a47;
  padding-top: 1vmin;
}
.custom-comingSoonModal-input:focus {
  border-color: dodgerblue;
}
.custom-comingSoonModal-input::placeholder {
  color: grey;
  opacity: 0.6;
}

.comingSoonModal-top-edging {
  position: absolute;
  z-index: 55;
  width: 80%;
  height: auto;
  transform: scale(0.7);
  top: -15%;
  right: -24%;
  pointer-events: none;
}
.comingSoonModal-bottom-edging {
  position: absolute;
  z-index: 55;
  width: 70%;
  height: auto;
  transform: scale(0.7);
  bottom: -18%;
  left: -25%;
  pointer-events: none;
}

.comingSoonModal-header-text {
  font-size: 39px;
}
.comingSoonModal-input-text {
  font-size: 15px !important;
}
.comingSoonModal-info-text {
  font-size: 9px;
}

@media all and (max-width: 1700px), (max-height: 900px) {
  .comingSoonModal-header-text {
    font-size: 35px;
  }
  .comingSoonModal-input-text {
    font-size: 14px !important;
  }
  .comingSoonModal-info-text {
    font-size: 9px;
  }
}
@media all and (max-width: 1600px), (max-height: 1000px) {
  .comingSoonModal-header-text {
    font-size: 33px;
  }
  .comingSoonModal-input-text {
    font-size: 12px !important;
  }
  .comingSoonModal-info-text {
    font-size: 8px;
  }
}
@media all and (max-width: 1500px), (max-height: 900px) {
  .comingSoonModal-header-text {
    font-size: 32px;
  }
  .comingSoonModal-input-text {
    font-size: 10px !important;
  }
  .comingSoonModal-info-text {
    font-size: 8px;
  }
}
@media all and (max-width: 1400px), (max-height: 800px) {
  .comingSoonModal-header-text {
    font-size: 30px;
  }
  .comingSoonModal-input-text {
    font-size: 10px !important;
  }
  .comingSoonModal-info-text {
    font-size: 8px;
  }
}
@media all and (max-width: 1300px), (max-height: 750px) {
  .comingSoonModal-header-text {
    font-size: 25px;
  }
  .comingSoonModal-input-text {
    font-size: 9px !important;
  }
  .comingSoonModal-info-text {
    font-size: 7px;
  }
}
@media all and (max-width: 1200px), (max-height: 700px) {
  .comingSoonModal-header-text {
    font-size: 20px;
  }
  .comingSoonModal-input-text {
    font-size: 9px !important;
  }
  .comingSoonModal-info-text {
    font-size: 6px;
  }
}
@media all and (max-width: 1150px), (max-height: 600px) {
  .comingSoonModal-header-text {
    font-size: 20px;
  }
  .comingSoonModal-input-text {
    font-size: 8px !important;
  }
  .comingSoonModal-info-text {
    font-size: 6px;
  }
}
/*
@media all and (max-width: 1000px) {
  .comingSoonModal-header-text {
    font-size: 18px;
  }
  .comingSoonModal-input-text {
    font-size: 10px !important;
  }
  .comingSoonModal-info-text {
    font-size: 6px;
  }
} */
/* Tablet  */
@media all and (max-width: 1200px) and (min-width: 768px) {
}

/* Mobile */

@media screen and (max-width: 1100px), (max-height: 600px) {
  .comingSoonModal {
    overflow-y: auto !important;
    height: 100%;
    bottom: 0;
  }
  .comingSoonModal-content-img {
    display: none;
  }
  .comingSoonModal-img-1 {
    display: block !important;
  }

  .comingSoonModal-content {
    width: 50vh;
    height: 100%;
    position: relative;
  }
  .comingSoonModal-inside-content {
    background-size: cover;
  }
  .comingSoonModal-mobile-img {
    display: block;
  }

  .comingSoonModal-header-text {
    font-size: 30px;
  }
  .comingSoonModal-input-text {
    font-size: 20px !important;
  }
  .comingSoonModal-info-text {
    font-size: 10px;
  }
  .comingSoonModal-form-container {
    left: 50%;
    transform: translateX(-50%);
    display: block;
    position: relative;
    width: 90%;
    height: 100%;
    margin-bottom: 80px;
  }
  .comingSoonModal-top-edging {
    width: 80%;
    height: auto;

    top: -2%;
    right: -4%;
    transform: translate(26%, -28%) scale(0.7);
  }
  .comingSoonModal-bottom-edging {
    width: 70%;
    height: auto;
    bottom: -2%;
    left: -6%;
    transform: translate(-28%, 28%) scale(0.7);
  }
  .comingSoonModal-button {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
  }
}
