/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.thank-you {
  position: relative;
  padding: 155px 0;
}

@media (max-width: 991px) {
  .thank-you {
    padding: 110px 0;
  }
}
.thank-you:after {
  position: absolute;
  content: "";
  width: 41.6666666667%;
  height: 100%;
  top: -140px;
  right: 0;
  border-radius: 0px 0px 0px 40px;
  background-image: url("../images/img-banner-hall.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .thank-you:after {
    width: 30%;
  }
}
@media (min-width: 1400px) {
  .thank-you:after {
    width: 38.5%;
  }
}
@media (max-width: 991px) {
  .thank-you:after {
    content: none;
  }
}
.thank-you .section-content {
  max-width: 545px;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .thank-you .section-content {
    max-width: 350px;
    text-align: center;
  }
}
.thank-you .page-title {
  font-size: 73px;
  font-weight: 400;
  line-height: 80px;
}

@media (max-width: 599px) {
  .thank-you .page-title {
    font-size: 45px;
    line-height: 58px;
  }
}
.thank-you .page-title span {
  color: var(--color-tertiary);
  font-weight: 700;
}

.thank-you .button-wrap .btn {
  line-height: 16px;
  padding: 15px 42px;
}

.thank-you .button-wrap .btn span {
  vertical-align: middle;
}

/*# sourceMappingURL=thank-you.css.map*/