@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/********************************
* Base Styles 
*********************************/
/* reset by boostrap */
body, html {
  font-family: "Montserrat", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #fff;
  background-color: #242F3F;
  background-image: url("../images/main-bg.png");
}

html {
  font-size: 62.5%;
}

img {
  display: block;
  max-width: 100%;
}

a {
  transition: all 0.4s ease;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

/* General */
h1 {
  font-weight: 800;
  font-size: 36px;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  h1 {
    font-size: 44px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 50px;
  }
}

h1 span {
  color: #FFCE00;
}

h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.06;
  margin-bottom: 30px;
}

@media (min-width: 480px) {
  h2 {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 33px;
  }
}

/* Main Content */
.main-content {
  min-height: calc(100vh - 89px);
  padding-top: 20px;
  padding-bottom: 60px;
}

.text-content p {
  font-size: 18px;
  line-height: 1.59;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .text-content p {
    font-size: 22px;
  }
}

.date {
  padding: 12px 18px;
  margin: 30px auto 10px;
  display: flex;
  width: 285px;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.28);
}

@media (min-width: 992px) {
  .date {
    margin-top: 10px;
  }
}

.date .fa-calendar-alt {
  font-size: 40px;
  margin-right: 13px;
}

.date p {
  font-family: "Lato", sans-serif;
  margin-bottom: 0;
}

.date .day {
  font-size: 22px;
}

.date .time {
  font-size: 16px;
  font-weight: 700;
}

.green-button {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background-color: #33B672;
  border-bottom: 3px solid rgba(0, 0, 0, 0.28);
  border-radius: 8px;
  padding: 10px 65px 10px 15px;
  position: relative;
  display: block;
  max-width: 630px;
  text-align: center;
  margin-top: 60px;
  line-height: 1.3;
}

@media (min-width: 992px) {
  .green-button {
    padding: 10px 100px 10px 20px;
    font-size: 48px;
  }
}

.green-button:after {
  content: '';
  background-image: url("../images/button-arrow.png");
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  right: 20px;
}

@media (min-width: 992px) {
  .green-button:after {
    right: 40px;
    width: 48px;
    height: 48px;
  }
}

.green-button:hover {
  box-shadow: 1px 1px 5px 1px rgba(255, 255, 255, 0.5);
  color: #fff;
}

/* Footer */
.site-footer {
  background-color: #060607;
}

.site-footer .container {
  padding-top: 34px;
  padding-bottom: 34px;
}

.site-footer .container > :last-child {
  margin-bottom: 0;
}

.site-footer p {
  font-family: "Lato", sans-serif;
  color: #999;
  font-size: 12px;
}

@media (min-width: 480px) {
  .site-footer p {
    font-size: 14px;
  }
}

.site-footer p a {
  color: #999;
}

.site-footer p a:hover {
  color: #fff;
}

/* Replay Page */
.replay-page img {
  margin: 0 auto;
}

.replay-page .green-button {
  margin-left: auto;
  margin-right: auto;
}

#reg-form {
  /*margin-top: 220px;*/
}

@media only screen and (max-width: 600px) {
  #reg-form {
    margin-top: 120px;
  }
}

.modal-content {
  padding: 40px;
  border: 1px solid #707070;
  border-radius: 8px;
}

#reg-form {
  /*margin-top: 220px;*/
}

.modal-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #222;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #reg-form {
    /*margin-top: 120px;*/
  }
}

.modal-content {
  padding: 40px;
  border: 1px solid #707070;
  border-radius: 8px;
}

.modal-content .btn.btn-primary {
  width: 100%;
  padding: 12px 50px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  background-image: linear-gradient(#75c668, #4eaf3f);
  border: none;
  border-radius: 28px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
}

.modal-content input.form-control {
  color: #222;
  background-color: #f6f6f6;
  padding: 30px 16px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 22px;
  border-radius: 28px;
}

.modal-content ::placeholder {
  color: #787878;
  font-size: 16px;
}

.modal-content .btn.btn-primary {
  width: 100%;
  padding: 12px 50px;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  background-image: linear-gradient(#75c668, #4eaf3f);
  border: none;
  border-radius: 28px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .3);
}

.modal-content input.form-control {
  color: #222;
  background-color: #f6f6f6;
  padding: 30px 16px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 22px;
  border-radius: 28px;
}

.modal-content ::placeholder {
  color: #787878;
  font-size: 16px;
}
