:root {
  --first-color: #6220d9;
  --second-color: #4e19ad;
}

html {
  scroll-behavior: smooth;
}
#header img {
  width: 250px
}
#header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .container::before,#header .container::after {
  display: none;
}
.hero-section-s3 .row {
  display: flex !important;
  align-items: center;
  padding: 100px 0;
}
.adults-text {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.adults-text img {
  width: 24px;
}
.adults-text p {
  margin-bottom: 0 !important;
}
.hero-section-s3 .row .col-md-6.image {
  width: 50%;
}
.close-navbar {
  color: #ffffff;
}
.right-grid .inner {
  text-align: center;
}
#terms {
  background-color: var(--first-color);
}
#terms h3, #terms span, #terms p {
  color: #fff;
}
.cat-section a {
  color: var(--first-color);
}
.cat-section span {
  display: block;
  margin: 10px 0;
}
.cat-section .doc-date {
  margin-top: 20px !important;
  padding-top: 16px;
  border-top: 1px solid #90949a;
  font-style: italic;
}
.cat-section ul {
  list-style-type: disc;
  margin-top: 16px;
  padding-left: 20px;
}
.cat-section li {
  color: #fff;
}
.testimonial-grids {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.site-footer .about-widget p {
  font-size: 14px !important;
}
.background-text {
  padding: 14px;
  background-color: var(--first-color);
}
@media screen and (max-width: 991.98px) {
  .site-header #navbar > ul > li {
    text-align: right;
    padding: 10px;
  }
  .cat-section ul {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero-section-s3 .row {
    flex-direction: column;
    align-items: center;
    padding: 80px 10px;
    row-gap: 16px;
  }
  .hero-section-s3 .row .col-md-6.image {
    width: 80%;
  }
  .content {
    text-align: center;
  }
  .adults-text {
    justify-content: center;
  }
  .services-package-section .package-grids {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575.98px) {
  .adults-text {
    flex-direction: column;
  }
  .hero-section-s3:before {
    display: none;
  }
  .testimonial-grids {
    grid-template-columns: 1fr;
  }
}

/*verification*/
.verification {
  display: none;
}
.verification--open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.verification__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 802px;
  padding: 62px 78px 80px;
  background-color: #fff;
  border: 2px solid var(--second-color);
  border-radius: 20px;
}
.verification img {
  width: 50px;
  margin-bottom: 10px;
}
.verification__text {
  margin-bottom: 48px;
  font-size: 2.625em;
  line-height: 130%;
  text-align: center;
  color: #222;
  margin-bottom: 10px;
}
.verification__btns {
  display: flex;
  width: 100%;
  column-gap: 10px;
  padding-top: 10px;
}
.verification__btn {
  width: 100%;
  margin-bottom: 20px;
  padding: 16px 30px;
  border: none;
  outline: none;
  background-color: var(--first-color);
  font-size: 1.25em;
  line-height: 120%;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  text-transform: uppercase;
}
.verification__btn:hover {
  background-color: var(--second-color);
  color: #fff;
}
.verification__btn:active {
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .verification__area {
    width: 600px;
    padding: 32px 48px;
    background-size: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .verification__area {
    width: 400px;
    padding: 32px;
    background-position: center center;
  }
  .verification__text {
    margin-bottom: 14px;
    font-size: 1.5em;
  }
  .verification__btns {
    flex-direction: column;
  }
  .verification__btn {
    min-width: 210px;
    margin-bottom: 16px;
    padding: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .verification__area {
    width: 280px;
    padding: 16px;
  }
  .verification__btn {
    min-width: 180px;
    font-size: 1em;
    margin-bottom: 12px;
    padding: 12px;
  }
}

.game {
  display: none;
}
.game.open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: fixed;
  z-index: 10000;
  padding: 0 10px;
}
.close-icon {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .game .container {
    width: 100%;
  }
  .game iframe {
    height: 400px;
  }
}

.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 150px 0;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
  color: inherit;
}
.thanks p.thanks-text {
  color: var(--second-color);
}
@media screen and (max-width: 767.98px) {
  .thanks p {
    font-size: 14px;
  }
}