html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

*,
*::before,
*::after,
input[type=search] {
  box-sizing: inherit;
}

body {
  font-size: 1rem;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.5;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
}

button {
  background: transparent;
  border: 0;
  padding: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

iframe {
  border: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul {
  list-style: none;
}

img {
  max-width: 100%;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  --sb-track-color: #232e33;
  --sb-thumb-color: #fdec00;
  --sb-size: 5px;
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 15px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 15px;
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
  }
}
main .section1 {
  height: 100vh;
  width: 100vw;
  position: relative;
  background-image: url("/public/images/summerCamp/summerCampBanner.jpg");
  background-position: inherit;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-evenly;
  align-items: start;
}
main .section1 .dummy:first-child {
  flex: 3;
}
main .section1 .dummy:last-child {
  flex: 1;
}
main .section1 .container {
  height: fit-content;
  flex: 2;
  border-radius: 0rem 0rem 1rem 7.5rem;
  background: rgba(233, 25, 100, 0.85);
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .section1 .container .header {
  width: 70%;
  color: #fff;
  font-family: Poetirey;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 4.55rem */
  letter-spacing: 0.065rem;
}
main .section1 .container .actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  gap: 30px;
}
main .section1 .container .actions button {
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  background: #fff;
  color: #344cb6;
  border: 1px solid #fff;
  transition: 0.5s ease all;
}
main .section1 .container .actions button:hover {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
main .section1 .container .actions button:last-child {
  background-color: transparent;
  color: #fff;
}
main .section1 .container .actions button:first-child:hover {
  background-color: transparent;
  color: #fff;
}
main .section1 .container .actions button:last-child:hover {
  background-color: #fff;
  color: #344cb6;
}
main .section2 {
  background: #575757;
  width: 100vw;
  overflow-x: hidden;
  margin: 2rem 0px;
}
main .section2-container {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  padding: 1rem;
}
main .section2-container-card {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid white;
  padding: 0px 1rem;
}
main .section2-container-card-img {
  margin-right: 1rem;
}
main .section2-container-card-content {
  text-align: center;
}
main .section2-container-card:last-child {
  border: none;
}
main .section3 {
  background-color: #026abb;
  padding: 4rem 2rem 10rem 2rem;
}
main .section3 .header {
  display: block;
  text-align: center;
  color: #fff;
  font-family: Poetirey;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.8rem */
  letter-spacing: 0.04rem;
  margin: 4rem 2rem;
}
main .section3 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
main .section3 .container .image {
  flex: 2;
  position: relative;
}
main .section3 .container .image img {
  position: absolute;
  bottom: -12rem;
  right: -15rem;
  width: 75%;
}
main .section3 .container .content {
  flex: 3;
  background-color: #fff;
  padding: 2rem;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .section3 .container .content div {
  flex: 3;
}
main .section3 .container .content div p {
  display: block;
  color: #252525;
  font-family: Nunito;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.75rem */
  letter-spacing: 0.025rem;
  margin: 1rem;
}
main .section3 .container .content div button {
  background-color: #000;
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  border: 1px solid #000;
  transition: 0.5s ease all;
}
main .section3 .container .content div button:hover {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
main .section3 .container .content .dummy {
  flex: 1;
}
main .section3 .container .dummy {
  flex: 1;
}
main .section4 {
  padding: 8rem 0rem;
  background-image: url("/public/images/summerCamp/sectionBgShort.png");
  background-position: top;
  background-repeat: repeat-x;
  background-size: auto;
  margin-top: -4rem;
}
main .section4 .heading {
  background-color: #e91964;
  text-align: center;
  color: #fff;
  font-family: "Playpen Sans", cursive;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.8rem */
  letter-spacing: 0.04rem;
}
main .section4 .sub-heading {
  background-color: #e91964;
  text-align: center;
  color: #fff;
  font-family: Nunito;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.75rem */
  letter-spacing: 0.025rem;
  padding-bottom: 4rem;
}
main .section4 .container {
  background-color: #e91964;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100vw;
  padding-bottom: 4rem;
}
main .section4 .container .card {
  width: 16rem;
  height: 16rem;
  margin: 10px;
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden; /* Prevent content from overflowing the card */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .section4 .container .card .image {
  margin-bottom: 1rem;
}
main .section4 .container .card .image img {
  width: 100px;
}
main .section4 .container .card .title {
  color: #252525;
  font-family: Poetirey;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.8rem */
  letter-spacing: 0.04rem;
}
main .section4 .container .card .content {
  text-align: center;
  color: #252525;
  font-family: Nunito;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 1.75rem */
  letter-spacing: 0.025rem;
}
main .section5 {
  padding: 4rem 2rem;
}
main .section5 .heading {
  color: #252525;
  text-align: center;
  font-family: "Poetirey";
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.8rem */
  letter-spacing: 0.04rem;
}
main .section5 .content {
  min-height: 100vh;
  width: 100vw;
  background-image: url("/public/images/summerCamp/sectionBg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .section5 .content .dummy {
  flex: 1;
}
main .section5 .content .images {
  flex: 1;
}
main .section5 .content .images-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
main .section5 .content .images-container img {
  object-fit: cover;
}
main .section5 .content .images-container .main img {
  border-radius: 20rem;
  width: 20rem;
  height: 20rem;
}
main .section5 .content .images-container .sub {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
  position: absolute;
  bottom: -8rem;
}
main .section5 .content .images-container .sub img:first-child {
  width: 12rem;
  height: 12rem;
  flex-shrink: 0;
  border-radius: 12rem;
  margin-right: 1rem;
}
main .section5 .content .images-container .sub img:last-child {
  width: 16rem;
  height: 16rem;
  flex-shrink: 0;
  border-radius: 16rem;
}
main .section5 .content .info {
  flex: 2;
  margin-left: 8rem;
}
main .section5 .content .info-heading {
  color: #252525;
  font-family: "Poetirey";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 3.5rem */
  letter-spacing: 0.05rem;
}
main .section5 .content .info-sub-heading {
  color: #252525;
  font-family: Nunito;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.75rem */
  letter-spacing: 0.025rem;
  margin: 1rem 0px;
}
main .section5 .content .info-content {
  color: #252525;
  font-family: Nunito;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.75rem */
  letter-spacing: 0.025rem;
  margin: 1rem 0px;
}
main .section5 .content .info .info-footer {
  margin-top: 4rem;
}
main .section5 .content .info .info-footer button {
  padding: 0.5rem 2rem;
  background-color: #000;
  color: #fff;
  border-radius: 2rem;
}
main .section6 {
  min-height: 80vh;
  padding: 4rem 0rem;
  background-color: #fff;
  position: relative;
}
main .section6 .heading {
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 3.5rem */
  letter-spacing: 0.05rem;
}
main .section6 .sub-heading {
  margin-top: 2rem;
  text-align: center;
  color: #252525;
  font-family: Nunito;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.75rem */
  letter-spacing: 0.025rem;
  margin-bottom: 4rem;
}
main .section6 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  padding: 4rem;
}
main .section6 .container .card {
  z-index: 3;
  flex: 1;
  background-image: url("/public/images/summerCamp/testimonial.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 450px;
  height: 450px;
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: start;
}
main .section6 .container .card-content {
  flex: 1;
  max-height: 300px;
  max-width: 300px;
  margin-right: 6rem;
  margin-top: 2rem;
}
main .section6 .container .card-content .image {
  text-align: center;
}
main .section6 .container .card-content .image img {
  width: 7rem;
  height: 7rem;
  border-radius: 7rem;
  object-fit: cover;
}
main .section6 .container .card-content .message {
  margin-top: 2rem;
  color: #000;
  text-align: center;
  font-family: Nunito;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.4rem */
  letter-spacing: 0.02rem;
}
main .section6 .container::after {
  content: " ";
  position: absolute;
  background-image: url("/public/images/summerCamp/testimonialBg.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50%;
  bottom: -4rem;
  z-index: 0;
}
main .section6 .container::before {
  content: " ";
  position: absolute;
  background-image: url("/public/images/summerCamp/testimonialWave.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 50%;
  bottom: 10rem;
  z-index: 1;
}
main .section7 {
  padding: 4rem;
}
main .section7 .title {
  text-align: center;
  color: #252525;
  font-family: Poetirey;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.8rem */
  letter-spacing: 0.04rem;
}
main .section7 .container {
  margin: 2rem;
  width: 100%;
}
main .section7 .container .flex {
  margin: 2rem 0px;
  display: flex;
  justify-content: center;
  align-items: start;
}
main .section7 .container .flex div:first-child {
  flex: 1;
}
main .section7 .container .flex div {
  flex: 1;
  color: #252525;
  font-family: Poetirey;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.1rem */
  letter-spacing: 0.03rem;
}
main .section7 .container .flex div:last-child {
  flex: 3;
  margin-top: 4rem;
}
main .section7 .container .flex div:last-child p {
  color: #252525;
  font-family: Nunito;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 2rem */
  letter-spacing: 0.025rem;
  margin: 1rem 0px;
}
main .section8 {
  padding: 4rem;
  background-color: #da175e;
}
main .section8 .title {
  color: #fff;
  text-align: center;
  font-family: Poetirey;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 3.5rem */
  letter-spacing: 0.05rem;
}
main .section8 .sub-title {
  margin: 2rem 0px;
  color: #fff;
  text-align: center;
  font-family: Nunito;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 1.75rem */
  letter-spacing: 0.025rem;
}
main .section8 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
main .section8 .container .image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 4rem 5rem;
}
main .section8 .container .image img {
  width: 25rem;
  height: 15rem;
  margin: 1rem;
  transition: 0.5s ease all;
  cursor: pointer;
}
main .section8 .container .image img:hover {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
main .section8 .action {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
main .section8 .action button {
  padding: 0.5rem 2rem;
  border: 1px solid #fff;
  border-radius: 2rem;
  color: #fff;
  background-color: transparent;
  transition: 0.5s ease all;
}
main .section8 .action button:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
main .section9 {
  padding: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
main .section9 div {
  padding: 0px 4rem;
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.8rem */
  letter-spacing: 0.04rem;
  margin: 2rem 0px;
}
main .section9 button {
  padding: 0.5rem 2rem;
  border: 1px solid #da175e;
  border-radius: 2rem;
  color: #fff;
  background: #da175e;
  transition: 0.5s ease all;
}
main .section9 button:hover {
  background-color: #fff;
  color: #000;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
main .faq {
  padding: 4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  background: #a5cd39;
}
main .faq_title {
  color: #252525;
  text-align: center;
  font-family: Poetirey;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 72.8px */
  letter-spacing: 1.04px;
  margin-bottom: 2rem;
}
main .faq_container {
  width: 70%;
  /* OPTIONAL HOVER STATE */
}
main .faq_container .faq-drawer {
  margin-bottom: 1rem;
}
main .faq_container .faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;
  background-color: #fff;
}
main .faq_container .faq-drawer__content {
  padding: 2rem 1rem;
}
main .faq_container .faq-drawer__title {
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.48px;
  cursor: pointer;
  display: block;
  padding: 1rem 1.5rem;
  margin-bottom: 0rem;
  transition: all 0.25s ease-out;
  background-color: #fff;
  border-radius: 0.5rem;
  color: #252525;
  font-family: Nunito;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
}
main .faq_container .faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}
main .faq_container .faq-drawer__title:hover {
  color: #da175e;
}
main .faq_container .faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
  max-height: 350px;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
main .faq_container .faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}
main .faq_container input[type=checkbox] {
  display: none;
}

@media only screen and (max-width: 900px) {
  main .section1 {
    background-position: center;
  }
  main .section1 .dummy:first-child {
    flex: 1;
  }
  main .section1 .dummy:last-child {
    flex: 0;
  }
  main .section1 .container .header {
    font-size: 2rem;
  }
  main .section1 .container .actions {
    flex-direction: column;
  }
  main .section2-container {
    flex-direction: column;
  }
  main .section2-container-card {
    width: fit-content;
    border-right: none;
    padding: 1rem 0px;
    border-bottom: 1px solid white;
  }
  main .section4 .heading {
    padding: 2rem;
  }
  main .section3 .header {
    font-size: 1.5rem;
  }
  main .section3 .container {
    flex-direction: column;
  }
  main .section3 .container .image {
    flex: 1;
    position: relative;
    text-align: center;
  }
  main .section3 .container .image img {
    position: unset;
  }
  main .section3 .container .content {
    flex: 1;
    flex-direction: column;
  }
  main .section3 .container .content div {
    flex: 1;
  }
  main .section3 .container .content div p {
    font-size: 1.2rem;
  }
  main .section3 .container .content .dummy {
    flex: 1;
  }
  main .section3 .container .dummy {
    flex: 1;
  }
  main .section5 {
    padding: 4rem 0px;
  }
  main .section5 .heading {
    font-size: 1.4rem;
  }
  main .section5 .content {
    flex-direction: column;
    padding: 4rem;
  }
  main .section5 .content .info {
    margin: 10rem 0px;
    flex: 1;
  }
  main .section6 .heading {
    font-size: 1.5rem;
  }
  main .section6 .sub-heading {
    position: relative;
    font-size: 1rem;
  }
  main .section6 .sub-heading::after {
    content: " ";
    position: absolute;
    background-image: url(/public/images/summerCamp/testimonialWave.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    bottom: -7rem;
    z-index: 1;
    left: 0;
  }
  main .section6 .container {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    scroll-snap-type: none;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    background-color: #026abb;
  }
  main .section6 .container .card {
    z-index: 3;
    flex: 1;
    background-image: url("/public/images/summerCamp/testimonial.svg");
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 350px;
    height: 350px;
    padding: 0rem;
    margin: 2rem;
  }
  main .section6 .container .card-content {
    flex: 1;
    margin-top: 2rem;
    margin-right: 0px;
  }
  main .section6 .container .card-content .image img {
    width: 4rem;
    height: 4rem;
    border-radius: 4rem;
  }
  main .section6 .container .card-content .message {
    padding: 0rem 2rem;
    margin-top: 2rem;
    font-size: 0.8rem;
  }
  main .section6 .container::before,
  main .section6 .container::after {
    content: " ";
    background: none;
  }
  main .section7 {
    margin: 0;
    padding: 0 1rem;
  }
  main .section7 .title {
    text-align: center;
    margin-bottom: 4rem;
  }
  main .section7 .container {
    margin: 0;
  }
  main .section7 .container .flex {
    flex-direction: column;
  }
  main .section7 .container .flex div:last-child {
    margin-top: 0px;
  }
  main .section8 {
    padding: 4rem 0px;
  }
  main .section9 {
    padding: 4rem 0px;
  }
  main .section9 div {
    font-size: 1.2rem;
  }
  main .faq_container {
    width: 100%;
  }
  main .faq .container {
    padding: 80px;
  }
}
