@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700,800&display=swap");
* {
  transition: all 0.5s ease-in-out;
}

/* Fonts */
.poppin-fonts {
  font-family: "Poppins", sans-serif;
}

.raleway-fonts {
  font-family: "Raleway", sans-serif;
}

/* Colors */
.bg-yellow {
  background-color: #ffb73d !important;
}

.text-yellow {
  color: #ffb73d !important;
}

.text-gray {
  color: #707070 !important;
}

/* Navbar */
.logo {
  width: 23rem;
}

.nav-item {
  background-color: #232323;
  margin: 0 1rem;
  width: 200px;
  border-radius: 25px;
}

.navbar-nav .nav-link {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.navbar-nav .nav-link i {
  color: #ffb73d;
  margin-right: 1rem;
}

nav {
  padding: 0 7% !important;
}

.menu-bar {
  font-size: 2rem;
}

@media (max-width: 991.98px) {
  .nav-item {
    background-color: #232323;
    margin: 1rem auto;
    width: 200px;
    border-radius: 25px;
  }
}

@media (max-width: 768.98px) {
  .logo {
    width: 17rem;
  }
}

@media (max-width: 576.98px) {
  .logo {
    width: 12.7rem;
  }
}
/* Navbar End */

/* Marquee */
.marquee-container {
  position: relative;
  height: 470px;
  background: #000;
  overflow: hidden;
}

.marquee {
  width: 100%;
  display: flex;
  background: url(../images/marquee-bg.png) no-repeat scroll;
  position: relative;
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  animation: marquee 40s linear infinite;
}

.marquee img {
  display: block;
  width: 1000;
  height: 470px;
}

@media (max-width: 768.98px) {
  .marquee-container {
    height: 360px;
  }

  .marquee img {
    height: 360px;
  }
}

@keyframes marquee {
  from {
    left: 0;
  }
  to {
    left: -500%;
  }
}
/* Marquee End */

/* Content */
.content {
  background: url(../images/content-bg.png) no-repeat center;
  background-size: cover;
  padding-bottom: 3rem;
}

.form-area {
  max-width: 600px;
  margin: 0 auto 0;
  background: #ffb73d 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 40px #00000029;
  border: 1px solid #707070;
  padding: 2rem 0;
  border-radius: 0 100px 0 100px;
  margin-top: -22rem;
  position: relative;
  z-index: 6;
}

@media (max-width: 768.98px) {
  .form-area {
    margin-top: -16rem;
  }
}

.form-logo {
  width: 25rem;
}

@media (max-width: 576px) {
  .form-logo {
    width: 17rem;
  }
}

.form-heading {
  text-align: center;
  background-color: #000000;
  color: #ffb73d;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0.5rem 0;
  margin: 1rem 0;
}

.reg-text {
  font-size: 1.5rem;
  color: #000;
}

.timer {
  font-size: 3.5rem;
  font-weight: 800;
}

.form-control-area {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 1rem 0;
}

.form-control-title {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 800;
  font-size: 1.2rem;
}

.form-control-label {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.gender-btn,
.enter-btn {
  border: 0;
  outline: 0 !important;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 25px;
  color: #ffb73d;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  width: 150px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
}

.gender-btn:hover,
.enter-btn:hover {
  background-color: #ffb73d;
  color: #000;
}

.gender-btn i,
.enter-btn i {
  margin-right: 0.5rem;
}

[type="email"],
[type="password"],
[type="text"] {
  display: block;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: 80%;
  margin: 0.5rem auto;
  border: none;
  outline: 0 !important;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 0.2rem 1rem;
  font-weight: bold;
}

[type="email"]::placeholder,
[type="password"]::placeholder,
[type="text"]::placeholder {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #707070;
}

.form-control-area {
  display: none;
}

.control-1 {
  display: block;
}

.control-5 {
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 15px;
  padding: 3rem 0;
}

.thankyou {
  font-size: 3rem;
  font-weight: 800;
}

.checkbox {
  padding-left: 10%;
  font-size: 10px;
  cursor: pointer;
}

#agree {
  position: relative;
  visibility: hidden;
}

.custom-checkbox {
  position: relative;
}

.custom-checkbox::before {
  content: "";
  width: 13px;
  height: 13px;
  background-color: #ffb73d;
  border: 1px solid #000;
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 6;
}

#agree:checked + .custom-checkbox::before {
  background-color: #ffb73d;
  border: 1px solid #000;
}

#agree:checked + .custom-checkbox::after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 9;
}

.girl-pic {
  margin: 2rem 1rem;
}

.font-20 {
  font-size: 20px;
}

.width-70 {
  width: 70%;
}

/* Content End */

/* Footer */
footer {
  background-color: #ffb73d;
  padding: 2rem;
}

footer a {
  font-weight: 400;
  color: #000;
}

footer a:hover {
  color: #000;
}
/* Footer End */

@media (max-width: 500.98px) {
  .width-70 {
    width: 90%;
  }

  .form-heading {
    font-size: 1.9rem;
  }

  .timer {
    font-size: 3rem;
  }

  .form-control-title {
    font-size: 1rem;
  }

  .gender-btn,
  .enter-btn {
    width: 130px;
  }

  .thankyou-sub,
  .last-text {
    font-size: 0.9rem;
  }

  .form-area {
    border-radius: 0 70px 0 70px;
  }

  .font-20 {
    font-size: 12px;
  }

  .icons img {
    width: 50px;
  }
}
