* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat";
}
.container {
  background-color: #181818;
  height: 100vh;
  width: 100vw;
  overflow-y: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: 100%;
}
.container .top-section-container {
  /* border: 2px solid red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.container .top-section-container img {
  width: 180px;
}
.container .top-section-container button {
  height: 60px;
  width: 210px;
  border: none;
  outline: none;
  font-size: 20px;
  font-weight: 800;
  color: #181818;
  background-color: #48e6e6;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s all ease;
  margin-top: 0px !important;
}
.container .top-section-container button:hover {
  color: #181818;
  background-color: #fff;
}
.container .main-header-section {
  /* border: 2px solid green; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100% - 60px);
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.container .main-header-section h1 {
  font-size: 63px;
  line-height: 60px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.container .main-header-section h1 span {
  color: #48e6e6;
  display: block;
}
.container .main-header-section p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
}
form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 3px;
}
form input {
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 3px;
  color: rgb(119, 119, 119);
  font-size: 15px;
  font-weight: 700;
  height: 48px;
  outline: none;
  padding: 0px 23px;
  width: 100%;
}
.swal2-popup.swal2-modal.custom-popup.swal2-show {
  background-color: #181818 !important;
  /* width: 40em !important; */
  width: 100% !important;
  max-width: 700px !important;
  padding: 40px;
  padding-top: 20px;
}
.swal2-popup.swal2-modal.custom-popup.swal2-show h2 {
  color: #fff;
  text-transform: uppercase;
}

.swal2-popup.swal2-modal.custom-popup.swal2-show #submitForm {
  align-items: center;
  background-color: #48e6e6;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #181818;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 800;
  height: 50px;
  justify-content: center;
  text-transform: uppercase;
  transition: 0.3s;
  width: 200px;
  margin: 0 auto;
}
.swal2-popup.swal2-modal.custom-popup.swal2-show #submitForm:hover {
  border: 2px solid #48e6e6;
  background-color: transparent;
  color: #48e6e6;
}
.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  fill: #48e6e6;
}
.g-recaptcha {
  display: flex;
  justify-content: center;
}
.close-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
