/*  Variables For Font Weight */
/* Variables for colors */
/* linear-gradient */
/* Variables for mobile first media query */
/* only used for some spacing */
/* only used for container */
/* used for header only */
/* wordpress breakpoints */
/* wordpress breakpoints */
:root {
  /* Heading 1 */
  --heading1: 3.5rem;
  /* Heading 2 */
  --heading2: 3rem;
  /* Heading 3 */
  --heading3: 2.6rem;
  /* Heading 4 */
  --heading4: 2rem;
  /* Heading 5 */
  --heading5: 1.8rem;
  /* Heading 6 */
  --heading6: 1.6rem;
  /* Paragraph */
  --paragraph: 1.4rem;
  /* Small */
  --small: 1.2rem;
}
@media (min-width: 768px) {
  :root {
    --heading1: 4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading1: 5rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading1: 7rem;
  }
}
:root .has-heading-1-font-size {
  line-height: 1.172;
}
@media (min-width: 768px) {
  :root {
    --heading2: 3.5rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading2: 4.2rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading2: 5.4rem;
  }
}
:root .has-heading-2-font-size {
  line-height: 1.22;
}
@media (min-width: 768px) {
  :root {
    --heading3: 3rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading3: 3.5rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading3: 4.2rem;
  }
}
:root .has-heading-3-font-size {
  line-height: 1.29;
}
@media (min-width: 768px) {
  :root {
    --heading4: 2.4rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading4: 2.9rem;
  }
}
@media (min-width: 1699px) {
  :root {
    --heading4: 3.2rem;
  }
}
:root .has-heading-4-font-size {
  line-height: 1.313;
}
@media (min-width: 768px) {
  :root {
    --heading5: 2.1rem;
  }
}
@media (min-width: 992px) {
  :root {
    --heading5: 2.4rem;
  }
}
:root .has-heading-5-font-size {
  line-height: 1.34;
}
@media (min-width: 992px) {
  :root {
    --heading6: 2rem;
  }
}
:root .has-heading-6-font-size {
  line-height: 1.4;
}
@media (min-width: 768px) {
  :root {
    --paragraph: 1.8rem;
  }
}
:root .has-paragraph-font-size {
  line-height: 1.371;
}
@media (min-width: 768px) {
  :root {
    --small: 1.6rem;
  }
}
:root .has-small-font-size {
  line-height: 1.375;
}

.thankyou {
  position: relative;
}
@media (min-width: 768px) {
  .thankyou::before {
    width: 50vw;
    position: absolute;
    background: #005F83;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .thankyou::after {
    position: absolute;
    background: #F3F7F9;
    content: "";
    right: 0;
    top: 0;
    width: 50vw;
    z-index: -1;
    height: 100%;
  }
}
.thankyou--left-design {
  position: absolute;
  left: 50px;
  top: -55px;
  z-index: 1;
  opacity: 0;
  rotate: 90deg;
}
@media (min-width: 768px) {
  .thankyou--left-design {
    opacity: 0.6;
  }
}
.thankyou--left-design img,
.thankyou--left-design svg {
  aspect-ratio: 0.5;
}
.thankyou .col-md-6.col-12:first-child {
  position: relative;
}
@media (max-width: 768px) {
  .thankyou .col-md-6.col-12:first-child::before {
    width: 100vw;
    position: absolute;
    background: #005F83;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
  }
}
.thankyou .col-md-6.col-12:first-child .thankyou--right-design {
  position: absolute;
  right: 50px;
  bottom: -50px;
  z-index: 1;
  opacity: 0;
  rotate: 90deg;
}
@media (min-width: 768px) {
  .thankyou .col-md-6.col-12:first-child .thankyou--right-design {
    bottom: -65px;
    opacity: 0.6;
  }
}
.thankyou .col-md-6.col-12:first-child .thankyou--right-design img,
.thankyou .col-md-6.col-12:first-child .thankyou--right-design svg {
  aspect-ratio: 0.5;
}
@media (max-width: 768px) {
  .thankyou .col-md-6.col-12:last-child::after {
    position: absolute;
    background: #F3F7F9;
    content: "";
    right: 0;
    top: 0;
    width: 100vw;
    z-index: -1;
    height: 100%;
  }
}
.thankyou--wrapper {
  position: relative;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 560px;
}
@media (min-width: 992px) {
  .thankyou--wrapper {
    padding: 7rem 0;
  }
}
@media (min-width: 1499px) {
  .thankyou--wrapper {
    padding: 9rem 0;
  }
}
@media (min-width: 1699px) {
  .thankyou--wrapper {
    padding: 11.9rem 0;
  }
}
.thankyou--wrapper-img {
  border-radius: 50%;
  border: 3px solid #fff;
  margin-bottom: 8rem;
  max-width: 90px;
  max-height: 90px;
  padding: 2rem;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .thankyou--wrapper-img {
    border: 5px solid #fff;
    margin-bottom: 6rem;
    margin-bottom: 8rem;
    max-width: 120px;
    max-height: 120px;
    padding: 4rem;
  }
}
@media (min-width: 1699px) {
  .thankyou--wrapper-img {
    margin-bottom: 8rem;
    max-width: 160px;
    max-height: 160px;
    padding: 5rem;
  }
}
.thankyou--wrapper-img img,
.thankyou--wrapper-img svg {
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 40px;
}
@media (min-width: 992px) {
  .thankyou--wrapper-img img,
  .thankyou--wrapper-img svg {
    flex: 0 0 40px;
  }
}
@media (min-width: 1699px) {
  .thankyou--wrapper-img img,
  .thankyou--wrapper-img svg {
    flex: 0 0 60px;
  }
}
.thankyou--wrapper h2 {
  margin-bottom: 2rem;
  text-align: center;
  color: #fff;
}
.thankyou--wrapper h6 {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-bottom: 4rem;
}
.thankyou--wrapper .is-style-outline a {
  position: relative;
  display: inline-block;
  padding: 12px 18px;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  background-color: #000;
  overflow: hidden;
  transition: all 300ms linear;
}
@media (min-width: 768px) {
  .thankyou--wrapper .is-style-outline a {
    padding: 13px 37px;
  }
}
.thankyou--wrapper .is-style-outline a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(90.4deg, #00BFFF 0.77%, #56DB46 100.09%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: all 300ms linear;
}
.thankyou--wrapper .is-style-outline a:hover {
  transition: all 300ms linear;
  background: #fff !important;
  color: #005F83 !important;
  -webkit-text-fill-color: #005F83;
}
.thankyou--wrapper .is-style-outline a:hover::before {
  transition: all 300ms linear;
  display: none;
}
.thankyou--booking {
  position: relative;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 560px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .thankyou--booking {
    padding: 7rem 0;
  }
}
@media (min-width: 1499px) {
  .thankyou--booking {
    padding: 9rem 0;
  }
}
@media (min-width: 1699px) {
  .thankyou--booking {
    padding: 11.9rem 0;
  }
}
.thankyou--booking h2,
.thankyou--booking p {
  color: #005F83;
}
.thankyou--booking h2 {
  margin-bottom: 1.2rem;
}
.thankyou--booking p {
  margin-bottom: 0;
  font-weight: 300;
}
