body {
  font-family: "Alexandria", sans-serif;
}

.color-red {
  color: rgb(105, 11, 35);
}

header {
  background-image: url("./assets/header.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
header nav .get-now {
  color: rgb(105, 11, 35);
}
header .header-content {
  height: calc(100vh - 85.39px);
}
header .header-content .content {
  width: 80%;
}
header .header-content .content h1 {
  font-weight: bold;
  margin-bottom: 25px;
}
header .header-content .content p {
  margin-bottom: 40px;
  font-weight: 400;
  color: rgb(93, 93, 93);
  width: 78%;
}
header .header-content .content a {
  color: #fff;
  padding: 12px 22px;
  border: none;
  background: linear-gradient(90.19deg, #690b23 2.04%, #410101 99.22%);
  box-shadow: 0px 2px 14px #caa181;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
header .header-content .content a:hover {
  transform: scale(1.1);
}
header iframe {
  width: 80%;
}

.register-now {
  padding-top: 70px;
  margin-top: 70px;
  margin-bottom: 150px;
}
.register-now p {
  margin: 20px 0 50px 0;
}
.register-now .contact-form {
  background-image: url("./assets/form.png");
  background-position: center;
  background-size: cover;
  max-width: 680px;
  margin: 30px auto;
}
.register-now .contact-form form {
  max-width: 400px;
  padding: 40px 20px;
  border-radius: 20px;
  text-align: right;
  margin: 0 auto;
  background-color: #e9e9e9;
}
.register-now .contact-form button {
  color: #fff;
  padding: 10px 15px;
  border: none;
  background: linear-gradient(90.19deg, #690b23 2.04%, #410101 99.22%);
  box-shadow: 0px 2px 14px #caa181;
  border-radius: 10px;
  display: block;
  margin: 30px auto 10px;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.register-now .contact-form button:hover {
  transform: scale(1.1);
}

@media (max-width: 767px) {
  header {
    background-position: top;
  }
  header .content h1 {
    margin-top: 10px;
    font-size: 20px;
  }
  header .content p {
    width: 50%;
  }
  header .content button {
    margin-bottom: 15px;
  }
}
.swal2-styled.swal2-confirm {
  background: linear-gradient(90.19deg, #690b23 2.04%, #410101 99.22%) !important;
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background: linear-gradient(90.19deg, #690b23 2.04%, #410101 99.22%) !important;
}/*# sourceMappingURL=style.css.map */