/* Fonts */
@import url("https://use.typekit.net/cci8mta.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
li,
input,
textarea,
button {
  color: #625982;
}

p,
a,
span,
ul,
li,
input,
textarea,
button {
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

header .logoBox {
  max-width: 100px;
  display: block;
  margin-left: 100px;
}

@media screen and (max-width: 992px) {
  header .logoBox {
    margin-left: 0;
  }
}

header .logoBox img {
  width: 100%;
}

header nav {
  background-color: rgba(196, 185, 210, 0.9);
  padding: 0 !important;
}

header nav ul li .nav-link {
  margin: 0 20px;
  color: #7a439a;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

header .socials i {
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #7a439a;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

header .socials .headButton {
  background: rgba(122, 67, 154, 0.8);
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 7px 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-right: 5px;
}

header .socials .headButton:hover {
  background: #7a439a;
}

header .underNav {
  background-color: rgba(122, 67, 154, 0.9);
  padding: 15px;
}

header .underNav p {
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
  color: #fff;
  margin: 0;
}

body {
  overflow-x: hidden;
  width: 100%;
}

.homeSlider {
  background: url("/img/home-slider.jpg") no-repeat center center;
  background-size: cover;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.parralax {
  background-image: url("/img/footer-bg.jpg");
  height: 50vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.parralax::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(127, 17, 224, 0.5);
  z-index: 2;
}

.birthdayParties {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 25px;
}

.birthdayParties .parralax {
  background-image: url("/img/parra-bg.jpg");
}

.birthdayParties .parralax::after {
  background: rgba(122, 67, 154, 0.7);
}

.birthdayParties .container {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: #fff;
  z-index: 3;
}

.birthdayParties .container .col-md-6 {
  display: flex;
}

.birthdayParties .container .option {
  background: white;
  color: #625982;
  padding: 40px 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.birthdayParties h2 {
  color: #fff;
  font-family: "copperplate", serif;
  font-size: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.birthdayParties p {
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 0;
}

.birthdayParties p.bottom {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 0;
}

.birthdayParties a {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .birthdayParties {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
  }

  .birthdayParties .parralax {
    background-image: url("/img/parra-bg.jpg");
    height: unset !important;
  }

  .birthdayParties .parralax::after {
    background: rgba(122, 67, 154, 0.5);
  }

  .birthdayParties .container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    color: #fff;
    z-index: 3;
    padding: 10px;
  }

  .birthdayParties .container .col-md-6 {
    display: flex;
  }

  .birthdayParties .container .option {
    background: white;
    color: #625982;
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .birthdayParties .row {
    flex-direction: column !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
  }

  .birthdayParties h2 {
    color: #fff;
    font-family: "copperplate", serif;
    font-size: 36px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .birthdayParties p {
    font-family: "Arial", sans-serif;
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 0;
  }

  .birthdayParties p.bottom {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 0;
  }

  .birthdayParties a {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
  }
}

@media screen and (max-width: 1650px) {
  .homeSlider {
    min-height: 650px;
  }
}

@media screen and (max-width: 992px) {
  .homeSlider {
    min-height: 575px;
  }
}

.homeSlider .textRow {
  display: flex;
  width: 1500px;
  padding-bottom: 150px;
}

@media screen and (max-width: 1650px) {
  .homeSlider .textRow {
    width: 100%;
    padding-bottom: 100px;
    padding-left: 100px;
  }
}

@media screen and (max-width: 992px) {
  .homeSlider .textRow {
    padding-bottom: 50px;
    padding-left: 0;
    text-align: center;
  }
}

.homeSlider .textRow h2 {
  color: #fff;
  font-family: "copperplate", serif;
  font-size: 36px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.homeSlider .textRow h2.cursive {
  font-family: "adobe-handwriting-ernie", sans-serif;
  font-size: 92px;
  letter-spacing: 8px;
  text-transform: none;
}

.homeSlider .buttonRow {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}

.homeSlider .buttonRow .purpleButton {
  background: rgba(122, 67, 154, 0.8);
  color: #fff;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.homeSlider .buttonRow .purpleButton:hover {
  background: #7a439a;
}

.balletBg {
  background: rgba(196, 185, 210, 0.5) url("/img/ballet-bg.png") 1200px 0/550px
    no-repeat padding-box;
}

@media screen and (max-width: 1650px) {
  .balletBg {
    background: rgba(196, 185, 210, 0.5) url("/img/ballet-bg.png") 800px 0/400px
      no-repeat padding-box;
  }
}

.welcomeTo {
  padding: 100px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1650px) {
  .welcomeTo {
    padding: 50px;
    padding-bottom: 25px;
  }
}

.welcomeTo h2 {
  font-family: "Arial", sans-serif;
}

.welcomeTo .awards {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .welcomeTo .awards {
    justify-content: center;
  }
}

.welcomeTo .awards img {
  width: 100%;
  max-width: 125px;
  margin-left: 25px;
}

@media screen and (max-width: 992px) {
  .welcomeTo .awards img {
    margin-left: 0;
  }
}

.classBlocks .classBlock {
  padding: 25px 50px;
}

@media screen and (max-width: 1650px) {
  .classBlocks .classBlock {
    padding: 25px;
  }
}

.classBlocks .classBlock .inner {
  position: relative;
}

.classBlocks .classBlock .inner::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #d1cfd8;
  z-index: 1;
}

.classBlocks .classBlock img {
  width: 100%;
  position: relative;
}

.classBlocks .classBlock .textBlock {
  background: rgba(98, 89, 130, 0.4);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 0;
  width: 100%;
  min-height: 150px;
  text-align: center;
}

.classBlocks .classBlock .textBlock h3 {
  color: #fff;
  font-size: 24px;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
  font-weight: 300;
}

.classBlocks .classBlock .textBlock h3.strong {
  font-weight: 600;
}

.meetLauren {
  padding: 50px 0;
}

.meetLauren .container {
  max-width: 1600px;
}

@media screen and (max-width: 1650px) {
  .meetLauren .container {
    max-width: 100%;
  }
}

.meetLauren .imgCol {
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
  z-index: 2;
}

@media screen and (max-width: 992px) {
  .meetLauren .imgCol {
    flex-direction: column;
  }
}

.meetLauren .imgCol img {
  width: 100%;
  margin-right: -50px;
  margin-left: 50px;
}

@media screen and (max-width: 1650px) {
  .meetLauren .imgCol img {
    margin-right: -25px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 992px) {
  .meetLauren .imgCol img {
    margin-right: 0;
    margin-left: 0;
  }
}

.meetLauren .imgCol .absoImg {
  position: absolute;
  bottom: 0;
  right: -225px;
  max-width: 350px;
  z-index: 2;
  margin: 0;
}

@media screen and (max-width: 1650px) {
  .meetLauren .imgCol .absoImg {
    max-width: 250px;
  }
}

@media screen and (max-width: 992px) {
  .meetLauren .imgCol .absoImg {
    display: none;
  }
}

.meetLauren .textCol {
  background: rgba(122, 67, 154, 0.9);
  position: relative;
  z-index: 1;
  padding: 50px 50px 25px;
  min-height: 100%;
}

@media screen and (max-width: 1650px) {
  .meetLauren .textCol {
    padding: 50px 25px 25px;
  }
}

@media screen and (max-width: 992px) {
  .meetLauren .textCol {
    padding: 25px;
    /* min-height: unset; */
  }
  .accordion__content--show {
    padding-top: 250px !important;
  }
  .accordion__content-title {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .accordion__content-text {
    margin-bottom: 0px !important;
  }
}

.meetLauren .textCol h2 {
  color: #fff;
}

.meetLauren .textCol p {
  color: #fff;
}

.meetLauren .textCol .awards {
  display: flex;
  justify-content: center;
}

.meetLauren .textCol .awards img {
  max-width: 150px;
  margin: 0 10px;
}

.mapSection {
  padding: 50px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .mapSection {
    padding: 25px;
  }
}

.mapSection .mapBg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.mapSection .mapBg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 4;
}

.mapSection * {
  position: relative;
  z-index: 2;
}

.mapSection .textCol {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.mapSection .textCol .inner {
  width: 80%;
  padding: 20px;
  background: rgba(122, 67, 154, 0.8);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
  .mapSection .textCol .inner {
    width: 100%;
  }
}

.mapSection .textCol .inner h2 {
  color: #fff;
  font-size: 24px;
}

.mapSection .textCol .inner p {
  color: #fff;
}

.mapSection .textCol .inner p a {
  text-decoration: none;
  color: #fff;
}

.mapSection .textCol .inner a i {
  color: rgba(122, 67, 154, 0.8);
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

.mapSection .mapCol {
  padding-left: 100px;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .mapSection .mapCol {
    padding-left: 0;
  }
}

.mapSection .mapCol > div {
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

.available .voucher {
  padding: 0;
}

.available .voucher img {
  width: 100%;
}

.available .private {
  background: url("/img/private.jpg") center center/cover no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.available .private::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(98, 89, 130, 0.8);
  z-index: 1;
}

.available .private .inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.available .private h2 {
  color: #fff;
  font-family: "copperplate", serif;
  font-size: 32px;
}

.available .private p {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

.testimonials #testimonialsSlider {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: url("/img/testimonial-bg.jpg") center center/cover no-repeat
    padding-box;
}

.testimonials #testimonialsSlider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(122, 67, 154, 0.8);
}

.testimonials #testimonialsSlider #carouselHeading {
  color: #fff;
  font-family: "adobe-handwriting-ernie", sans-serif;
  text-transform: none;
  font-size: 72px;
  position: absolute;
  z-index: 2;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.testimonials #testimonialsSlider .splide__slide {
  display: flex;
  justify-content: center;
}

.testimonials #testimonialsSlider .splide__slide .inner {
  width: 50%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.testimonials #testimonialsSlider .splide__slide .inner p {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 16px;
  margin-bottom: 0;
}

footer .main {
  background: url("/img/footer-bg.jpg") center center/cover no-repeat
    padding-box;
  position: relative;
  padding: 25px;
}

footer .main::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(98, 89, 130, 0.8);
  z-index: 1;
}

footer .main .row {
  position: relative;
  z-index: 2;
}

footer .main h2 {
  color: #fff;
  font-family: "copperplate", serif;
}

footer .main h2.cursive {
  font-family: "adobe-handwriting-ernie", sans-serif;
  text-transform: none;
  letter-spacing: 3px;
  font-size: 42px;
}

@media screen and (max-width: 992px) {
  footer .main h2 {
    text-align: center;
  }
}

footer .main h4 {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

footer .main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer .main ul li {
  margin-top: 5px;
}

footer .main ul li a {
  color: #fff;
  font-family: "Arial", sans-serif;
  font-weight: 200;
  font-size: 16px;
  text-decoration: none;
}

footer .main .form-container .row {
  justify-content: center;
}

@media screen and (max-width: 992px) {
  footer .main .form-container {
    margin-top: 15px;
  }
}

footer .main .form-container .input-box {
  display: flex;
  align-items: center;
  max-width: 500px !important;
  background: #7a439a;
  padding-left: 0.5rem;
  overflow: hidden;
}

footer .main .form-container .input-box .prefix {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  font-family: "Arial", sans-serif;
}

footer .main .form-container .input-box input,
footer .main .form-container .input-box textarea {
  flex-grow: 1;
  font-size: 16px;
  background: #7a439a;
  color: #fff;
  border: none;
  outline: none;
  padding: 0.5rem;
}

footer .main .form-container .input-box:focus-within {
  border-color: #777;
}

footer .main .form-container .input-box.submit {
  background: transparent;
  margin-top: 10px;
  padding-left: 0;
}

footer .main .form-container .input-box.submit button {
  outline: none;
  border: none;
  background: #7a439a;
  color: #fff;
  cursor: pointer;
  max-width: 250px;
  padding: 0.5rem;
  font-size: 16px;
  text-transform: uppercase;
}

footer .main .awards {
  display: flex;
  padding: 20px;
  max-width: 100%;
}

footer .main .awards img {
  max-width: 125px;
  margin: 0 10px;
}

@media screen and (max-width: 992px) {
  footer .main .awards img {
    max-width: 100px;
    width: 100%;
  }
}

footer .copy {
  background: #c2c4d7;
  padding: 15px;
}

footer .copy p {
  margin-bottom: 0;
}

@media screen and (max-width: 992px) {
  footer .copy p {
    text-align: center;
  }
}

footer .copy ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  footer .copy ul {
    flex-wrap: wrap;
  }
}

footer .copy ul li {
  margin: 0 10px;
}

@media screen and (max-width: 992px) {
  footer .copy ul li {
    text-align: center;
    width: 50%;
  }
}

footer .copy ul li a {
  text-decoration: none;
}

@media screen and (max-width: 1650px) {
  .classes {
    padding: 0 20px;
  }
}

.accordion {
  max-width: 1300px;
  margin: auto;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 1650px) {
  .accordion {
    max-width: 100%;
  }
}

.accordion__title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-family: "Arial", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  background-color: rgba(142, 78, 178, 0.9);
  border-bottom: 3px solid #6c3b88;
  margin-bottom: 0;
}

.accordion__item {
  background-color: rgba(196, 185, 210, 0.9);
}

.accordion__item:nth-of-type(even) {
  background-color: rgba(183, 169, 200, 0.9);
}

.accordion__header {
  display: flex;
  align-items: center;
  position: relative;
  padding: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
}

@media screen and (max-width: 992px) {
  .accordion__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.accordion__header-title {
  color: #7a439a;
  font-size: 1.2rem;
  margin: 0;
}

.accordion__header-age {
  color: #7a439a;
  font-weight: bold;
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

@media screen and (max-width: 992px) {
  .accordion__header-age {
    position: static;
    transform: none;
    margin: 10px 0;
  }
}

.accordion__header-bookNow {
  background: #7a439a;
  color: #fff;
  font-size: 1rem;
  padding: 10px 25px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  min-width: 125px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .accordion__header-bookNow {
    position: static;
    transform: none;
  }
}

.accordion__header-toggle {
  transition: transform 0.25s ease 0.1s;
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
  border-right: 2px solid #7a439a;
  border-bottom: 2px solid #7a439a;
}

.accordion__header--active .accordion__header-toggle {
  transform: rotate(45deg);
}

.accordion__content {
  transition:
    opacity 1s ease 0.25s,
    height 0.25s ease;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.accordion__content::-webkit-scrollbar {
  display: none;
}

.accordion__content-title {
  transition:
    opacity 0.3s ease 0.3s,
    transform 0.3s ease 0.3s;
  transform: scaleY(0);
  color: #625982;
  opacity: 0;
  margin: 20px 0;
  font-size: 1.3rem;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

.accordion__content-text {
  transition:
    opacity 0.3s ease 0.6s,
    transform 0.3s ease 0.6s;
  transform: scaleY(0);
  margin-bottom: 30px;
  color: #625982;
  opacity: 0;
}

.accordion__content--show {
  height: 275px;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.8980392157)
    url("/img/logo-purple-faint.png") center right/200px no-repeat padding-box;
}

.accordion__content--show .accordion__content-title {
  opacity: 1;
  transform: scaleY(1);
}

.accordion__content--show .accordion__content-text {
  opacity: 1;
  transform: scaleY(1);
}

.hideSmall {
  display: block;
}

@media screen and (max-width: 992px) {
  .hideSmall {
    display: none;
  }
}

.hideLarge {
  display: block;
}

@media screen and (min-width: 992px) {
  .hideLarge {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .mobileMenu {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media screen and (max-width: 768px) {
  .navbar-collapse {
    position: absolute;
    top: 90px;
    background: #7a439a;
  }

  .navbar-collapse ul li .nav-link {
    color: #fff;
  }
}

.contactSlider {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: url("/img/contact-slider.jpg") center center/cover no-repeat
    padding-box;
}

.contactSlider h1 {
  padding-top: 100px;
  color: #fff;
}

.policySlider {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: url("/img/policy-slider.jpg") center center/cover no-repeat
    padding-box;
}

.policySlider h1 {
  padding-top: 100px;
  color: #fff;
}

.policy {
  padding: 50px 0;
}

.policy .text h5 {
  margin-top: 20px;
  margin-bottom: 0;
}

.policy .text .purpleButton {
  color: #fff;
  background: #7a439a;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 50px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline flow-root list-item;
}

.policy .text .purpleButton:hover {
  background: #625982;
}

.contactPage .contact {
  display: flex;
  justify-content: center;
}

.contactPage .form-container.container {
  margin: 50px 0;
  padding: 50px;
  background: rgba(122, 67, 154, 0.8);
}

.contactPage .form-container.container .row {
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .contactPage .form-container.container {
    margin-top: 15px;
  }
}

.contactPage .form-container.container .input-box {
  display: flex;
  align-items: center;
  background: #7a439a;
  padding-left: 0.5rem;
  overflow: hidden;
}

.contactPage .form-container.container .input-box .prefix {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  font-family: "Arial", sans-serif;
}

.contactPage .form-container.container .input-box input,
.contactPage .form-container.container .input-box textarea,
.contactPage .form-container.container .input-box select {
  flex-grow: 1;
  font-size: 16px;
  background: rgba(194, 196, 215, 0);
  color: #fff;
  border: none;
  outline: none;
  padding: 0.5rem;
}

.contactPage .form-container.container .input-box:focus-within {
  border-color: #777;
}

.contactPage .form-container.container .input-box.submit {
  background: transparent;
  margin-top: 10px;
  padding-left: 0;
}

.contactPage .form-container.container .input-box.submit button {
  outline: none;
  border: none;
  background: #7a439a;
  color: #fff;
  cursor: pointer;
  max-width: 250px;
  padding: 0.5rem;
  font-size: 16px;
  text-transform: uppercase;
}

.contactPage .form-container.container .textCol {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .contactPage .form-container.container .textCol {
    margin-top: 20px;
  }
}

.contactPage .form-container.container .textCol .inner {
  width: 80%;
  padding: 20px;
  background: rgba(122, 67, 154, 0.8);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 992px) {
  .contactPage .form-container.container .textCol .inner {
    width: 100%;
  }
}

.contactPage .form-container.container .textCol .inner h2 {
  color: #fff;
  font-size: 24px;
}

.contactPage .form-container.container .textCol .inner p {
  color: #fff;
}

.contactPage .form-container.container .textCol .inner p a {
  text-decoration: none;
  color: #fff;
}

.contactPage .form-container.container .textCol .inner a i {
  color: rgba(122, 67, 154, 0.8);
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

.eapps-instagram-feed title {
  display: none !important;
}

@media screen and (max-width: 992px) {
  footer .main .form-container .input-box {
    flex-direction: column;
    align-items: unset;
  }

  footer .main .form-container .input-box input,
  footer .main .form-container .input-box textarea {
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    margin-bottom: 3px;
    margin-top: 3px;
  }

  footer .main .form-container .input-box .prefix {
    margin-top: 5px;
  }

  #classOfInterest {
    margin-left: 0px !important;
    flex-grow: 1;
    font-size: 16px;
    background: #7a439a;
    background-color: rgb(122, 67, 154);
    color: #fff;
    outline: none;
    padding: 0.5rem;
    border: 1px solid rgba();
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  footer .main .form-container .input-box input[type="submit"] {
    border: none;
    margin-bottom: 0px !important;
  }

  /* Contact Page */

  .contactPage .form-container.container {
    padding: 25px;
  }

  .contactPage .form-container.container .input-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .contactPage .form-container.container .input-box input,
  .contactPage .form-container.container .input-box textarea,
  .contactPage .form-container.container .input-box select {
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    margin-bottom: 10px;
  }

  .contactPage .form-container .input-box .prefix {
    margin-top: 5px;
  }

  #classOfInterest {
    margin-left: 0px !important;
    flex-grow: 1;
    font-size: 16px;
    background: #7a439a;
    background-color: rgb(122, 67, 154);
    color: #fff;
    outline: none;
    padding: 0.5rem;
    border: 1px solid rgba();
    border: 1px solid rgba(255, 255, 255, 0.5);
  }

  .contactPage .form-container .input-box input[type="submit"] {
    border: none;
    margin-bottom: 0px !important;
  }
}

.classBlocks h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  .classBlocks h1 {
    font-size: 24px;
  }
}

.orderSlider {
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background: url("/img/testimonial-bg.jpg") center center/cover no-repeat
    padding-box;
}

.orderSlider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(122, 67, 154, 0.8);
  z-index: 0;
}

.orderSlider h1 {
  padding-top: 100px;
  color: #fff;
  text-align: center;
  font-size: 48px;
  position: relative;
  z-index: 1;
}

.orderingSec {
  padding: 50px;
}

.accordion.order .accordion__header {
  padding: 10px 20px;
}

.accordion.order .accordion__item:nth-of-type(2n) {
  background-color: #b7a9c8cf;
}

.accordion.order .accordion__title {
  height: 75px;
  text-align: center;
}

.accordion.order .accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion.order .accordion__header-title {
  font-size: 16px;
  text-transform: capitalize;
}

.accordion.order .accordion__header-age {
  font-size: 16px;
  color: #7a439a;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  font-weight: 500;
  text-transform: capitalize;
}

.accordion.order .accordion__header-price {
  font-size: 16px;
  margin: 0;
  color: #7a439a;
  text-align: center;
}

.accordion.order .quantityInput {
  width: 100%;
  border: 1px solid #7a439a;
  border-radius: 0;
  padding: 5px 10px;
  outline: none;
  color: #7a439a;
}

.orderForm {
  padding: 50px;
}

.orderForm h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.orderForm p {
  font-size: 16px;
  margin-bottom: 10px;
}

.orderForm input {
  border-radius: 0;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  border: none;
  border: 1px solid #7a439a;
  box-shadow: none;
  color: #7a439a;
  transition: box-shadow 0.2s ease-in-out;
}

.orderForm input:focus {
  box-shadow: 0 0 5px #6c3b88;
}

.orderForm input[type="submit"] {
  background-color: #7a439a;
  color: #fff;
  width: fit-content;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.orderForm input[type="submit"]:hover {
  background-color: #6c3b88;
}

.itemAdd {
  display: flex;
  gap: 10px;
}

.itemAdd .itemAddCol {
  width: calc(calc(100% / 3) - 10px);
  border-radius: 5px;
  outline: none;
  border: none;
  border: 1px solid #7a439a;
  background: transparent;
  color: #7a439a;
  padding: 5px 10px;
}

.itemAdd button.itemAddCol {
  background-color: #7a439a;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .accordion.order .accordion__header-age {
    line-height: 20px;
  }
}

.itemAdd input[type="number"]::placeholder {
  opacity: 1;
  color: #7a439a;
}

#orderForm h6 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

a#clearStorage {
  background: #7a439a;
  display: inline-block;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  text-decoration: none;
  margin-bottom: 15px;
}

a#clearStorage:hover {
  background-color: #6c3b88;
}

#productsList .singleProduct {
  border-bottom: 1px solid #7a439a;
  margin-bottom: 15px;
}

#productsList .singleProduct h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  white-space: nowrap;
}

#productsList .singleProduct .totalPrice {
  margin-bottom: 5px;
  text-align: right;
}

.infoText {
  margin-top: 15px;
}

.infoText .infoTitle {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  .orderingSec {
    padding: 25px;
  }

  .orderingSec .classes {
    padding: 0;
  }

  .itemAdd .itemAddCol {
    padding: 5px;
    font-size: 14px;
  }

  .orderForm {
    padding: 25px;
  }
}

@media screen and (max-width: 992px) {
  .orderingSec {
    padding: 15px;
  }

  .orderingSec .classes {
    padding: 0;
  }

  .accordion.order .accordion__header-price {
    text-align: left;
    margin-bottom: 10px;
  }

  .itemAdd {
    justify-content: center;
  }

  .accordion.order .accordion__header .col-lg-8 {
    width: 100%;
  }

  .orderForm {
    padding: 50px 0;
  }
}
