@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
a {
  color: #8b412a;
  text-decoration: underline;
}

body {
  width: 100%;
  height: auto;
  background-color: #fff;
}
.logo {
  text-align: center;
  padding: 25px;
  border-bottom: 2px solid #ffffff85;
  background: #000;
}

.content {
  z-index: 99;
  margin-top: 3rem;
}
/* ------------------------------- */
.coming-soon-banner {
  padding: 100px;
  background: #000;
}
.coming-soon-banner h4 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.coming-soon-banner h2 {
  font-size: 104px;
  font-style: normal;
  font-weight: 800;
  line-height: 120px;
  letter-spacing: 5.2px;
  text-transform: uppercase;
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  margin: 0;
}
.underline {
  height: 2px;
  background: #fff;
  width: 470px;
}
.coming-soon-contact {
  background: #fff;
}
.contact-text {
  background: #000;
  border-radius: 16px;
  background-size: 100%;
  padding: 80px 100px;
  background-repeat: no-repeat;
  margin: 65px 0;
  display: flex;
  justify-content: space-between;
}
.contact-text h3 {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 40px;
}

.contact-text h5 {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.contact-text p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.contact-text p a {
  text-decoration: none;
  color: #fff;
}
.contact-text p span a:hover {
  text-decoration: none;
  color: #b3b3b3;
}

.text-width {
  max-width: 400px;
}
.time {
  width: 310px;
}
.time p {
  display: flex;
  justify-content: space-between;
}
.icon {
  margin-right: 10px;
}

.contact-text::after {
  content: url(../images/ellipse-1.svg);
  position: absolute;
  right: 51.3%;
  transform: translateX(-55%);
  margin-top: 310px;
}
.contact-text::before {
  content: url(../images/ellipse-2.svg);
  position: absolute;
  right: -9.3%;
  transform: translateX(-55%);
  margin-top: -80px;
}
.logo-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 65pc;
}

.contact-btn {
  margin-top: 50px;
}

.contact-btn a {
  z-index: 9;
  color: #fff;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  border-radius: 8px;
  border: 2px solid #fff;
  padding: 16px 42px;
  position: relative;
}
.contact-btn a:hover {
  color: #000;
  border: 2px solid #fff;
  background: #fff;
}

.contact-container {
  padding-top: 25px;
  padding-bottom: 100px;
}

input::placeholder,
textarea::placeholder {
  color: var(--primary-color);
}

input,
textarea {
  border: none;
  width: 100%;
  border-bottom: 1px solid #00000073;
  color: #4d4d4d;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding: 0.5rem 0;
  margin-bottom: 72px;
  outline: none;
}

input:hover,
textarea:hover,
button:hover {
  opacity: 0.8;
}

button:active {
  opacity: 0.8;
}

input:checked + .slider {
  background-color: var(--button-color);
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

#error,
#success-msg {
  width: 40vw;
  margin: 0.125rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Jost";
  color: var(--secondary-color);
}

#success-msg {
  transition-delay: 3s;
}
.contact-container h2 {
  color: #000;
  font-family: Poppins;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 40px;
}
.contact-container button {
  border-radius: 8px;
  background: #000;
  width: 180px;
  height: 60px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.contact-container button:hover {
  background: #202023;
}
.footer {
  height: 60px;
  background-color: #000;
}
/* ---------------------------------- */
@media only screen and (max-width: 916px) {
  .underline {
    width: 100%;
  }
  .coming-soon-banner {
    padding: 60px;
    text-align: center;
  }
  .contact-text {
    flex-direction: column;
  }
  .text-width {
    max-width: 100%;
  }
  .contact-text::before {
    display: none;
  }
  .contact-text::after {
    display: none;
  }
  .logo-bg {
    top: 100pc;
  }
}
@media only screen and (max-width: 560px) {
  .contact-text {
    padding: 25px;
  }
  .coming-soon-banner h2 {
    font-size: 65px;
    line-height: 73px;
  }
  .coming-soon-banner img {
    width: 100%;
    margin-top: 50px;
  }
  .coming-soon-banner {
    padding: 25px;
  }
  .content {
    z-index: 99;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 430px) {
  .coming-soon-banner h2 {
    font-size: 53px;
    line-height: 64px;
  }
  .contact-text p {
    font-size: 15px;
  }
}
