* {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
}

/* --------------------- HIDE THE ANIMATION FOR A WHILE --------------------- */

#animation-idea {
  display: none !important;
}

:root {
  --overlayHeight: 90vh;
  overflow-x: hidden;
}

html,
body {
  scroll-behavior: smooth;
  /* scroll-snap-type: y proximity; */
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #3498db;
}

.snap {
  height: 100vh;
  height: 100svh;
  scroll-snap-align: start;
  background: #3498db;
  background: linear-gradient(
    45deg,
    rgba(52, 152, 219, 1) 35%,
    rgba(113, 183, 230, 1) 100%
  );
}

.addGlassBck {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 1vmin 2vmin;
  border-radius: 1vmin;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
}

.openLink {
  cursor: pointer;
}

.openLink:hover:not(#studentCodeBtn),
.openPanel:not(#teacherStories):hover,
.leftHeader p:hover {
  color: #ffda79 !important;
}

/* Positioning the indicators container */
.section-indicators {
  position: fixed;
  top: 50%;
  right: 1vw;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 998;
}

/* Styling the indicators (circles) */
.section-indicators .indicator {
  width: 1vmin;
  height: 1vmin;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0.75vmin 0;
  cursor: pointer;
  transition: background-color 0.2s;
}

/* Active indicator style */
.section-indicators .indicator.active {
  background-color: #fff;
}

p,
.lightText {
  color: #fff;
}

/* -------------------- For changes to spellings US to UK ------------------- */
p > span {
  color: inherit;
}

a {
  color: #ffda79;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  cursor: pointer;
}

.boldFont {
  font-weight: 800 !important;
}

.lightFont {
  font-weight: 100 !important;
}

.midFont {
  font-weight: 400 !important;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.noTextShadow {
  text-shadow: none;
}

.highlight {
  background-color: #fff8e4;
  border-bottom: 2px solid #ffe9af;
  border-radius: 0 0 1vmin 0;
  padding: 0.5vmin;
  color: #222;
}

.highlightText {
  color: #ffda79 !important;
  text-shadow: 0.1vmin 0.1vmin 0px #3498db,
    0.15vmin 0.15vmin 0px rgba(0, 0, 0, 0.25);
}

.addTextShadow {
  text-shadow: 0.1vmin 0.1vmin 0px #3498db,
    0.15vmin 0.15vmin 0px rgba(0, 0, 0, 0.25);
}

.yellowText {
  color: #ffda79 !important;
}

.blueText {
  color: #3498db !important;
}

.redText {
  color: #b33939 !important;
}

.darkText {
  color: #34495e !important;
}

.greyText {
  color: #333 !important;
  text-transform: uppercase;
  font-size: 1.5vmin !important;
  font-weight: 400 !important;
}

.whiteText {
  color: #fff !important;
}

.toUppercase {
  text-transform: uppercase;
}

.italicText {
  font-style: italic;
}

.selected {
  background-color: #34495e !important;
  color: #fff !important;
  font-weight: 400 !important;
}

.reduceGap {
  margin-bottom: -1vh;
  margin-bottom: -1svh;
}

.increaseGap {
  margin-bottom: 1vmin;
}

.increaseGapDouble {
  margin-bottom: 3vmin;
}

.dividingLine {
  width: 80%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  align-self: flex-start;
  margin-bottom: 1vh;
  margin-bottom: 1svh;
  margin-left: 5%;
}

.blueContentHolder {
  width: 70%;
  background-color: #3498db;
  padding: 3vmin;
  border-radius: 1vmin;
  margin-top: 4vmin;
  max-width: 800px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 2.5vmin 2vmin -2vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.blueContentHolder .dividingLine {
  width: 90%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0;
  margin-top: 4vmin;
  margin-bottom: 4vmin;
  align-self: center;
}

.blueContentHolder p {
  color: #fff !important;
  font-size: 2vmin;
  text-align: center;
  text-wrap: balance;
}

.blueContentHolder .boldText {
  font-weight: 900;
  margin-bottom: 2vmin;
  font-size: 2.25vmin;
}

.smallishPrint {
  font-size: 1.75vmin !important;
}

.smallPrint {
  font-size: 1.125vmin !important;
  font-weight: 900 !important;
}

.stickyHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 10vh;
  height: 10svh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: rgba(27, 31, 35, 0.2) 0px 0.05vmin 0px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.headerLogo {
  height: 6vh;
  height: 6svh;
  width: auto;
  background-color: #3498db;
  border-radius: 0.5vmin;
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(255, 255, 255, 0.15) 0px 0px 0px 1px inset; */
  margin-right: -2vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.45) 0px 2.5vmin 2vmin -2vmin;
}

.textAndIcon {
  width: fit-content;
  /* height: fit-content; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -1.5vw;
}

.textAndIcon .material-symbols-outlined {
  color: #ffda79;
  margin-right: 1vw;
  font-size: 5vmin !important;
  padding: 0;
  margin: 0;
}

.textAndIcon .smallishPrint {
  text-transform: uppercase;
  font-weight: 900;
}

.stickyHeader .triptico {
  font-size: 4vmin;
  font-weight: 900;
  color: #fff;
  pointer-events: none;
}

.leftHeader {
  display: flex;
  align-items: center;
  gap: 3vw;
}

.headerButtons {
  display: flex;
  gap: 1.5vw;
}

.leftHeader p {
  font-size: 1.5vmin;
  font-weight: 100;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.leftHeader p:not(.triptico) {
  text-transform: uppercase;
}

.leftHeader p:hover:not(.triptico) {
  text-decoration: underline;
}

.mainCopy {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80vh;
  height: 80svh;
  align-items: center;
  justify-content: space-around;
  padding: 0 2vw;
}

.mainCopyGrid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 80vh;
  height: 80svh;
  align-items: center;
  justify-items: center;
  padding: 0 2vw;
  overflow: hidden;
}

.spaceTextEvenly {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

.mainHeadline,
.subHeadline {
  width: 90%;
  text-align: left;
  text-wrap: wrap;
}

.textBalance {
  text-wrap: balance;
}

.mainHeadline {
  font-size: 6.5vmin;
  font-weight: 900;
  line-height: 1.1;
  padding: 2vmin 0;
  text-shadow: 0.2vmin 0.2vmin 0px #3498db,
    0.3vmin 0.3vmin 0px rgba(0, 0, 0, 0.25);
}

.subHeadline {
  font-weight: 100;
  font-size: 2.5vmin;
  line-height: 1.5;
}

.mainSection {
  display: grid;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  grid-template-columns: 50vw 50vw;
  grid-template-rows: 100vh;
  grid-template-rows: 100svh;
  align-items: center;
  justify-items: center;
}

.mainSectionAlt {
  display: grid;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  grid-template-columns: 100vw;
  grid-template-rows: 40vh 50vh;
  grid-template-rows: 40svh 50svh;
  margin-top: 10vh;
  margin-top: 10svh;
  align-items: center;
  justify-items: center;
}

.relative {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.topText {
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 40vh;
  height: 40svh;
  padding: 0 10vw;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5vh;
  margin-top: 5svh;
}

.topText h1 {
  text-align: center;
  font-size: 6vmin;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  /* padding: 2vmin 0; */
  text-shadow: 0.2vmin 0.2vmin 0px #3498db,
    0.3vmin 0.3vmin 0px rgba(0, 0, 0, 0.25);
  text-wrap: balance;
}

.topText p {
  font-size: 3vmin;
  text-wrap: balance;
  max-width: 800px;
}

.mainSectionThirds {
  display: grid;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  grid-template-columns: 2fr 1fr 2fr;
  grid-template-rows: 1fr;
  align-items: center;
  justify-items: center;
}

.mainImage {
  grid-row: 1/2;
  grid-column: 2/3;
  height: 100%;
  width: 100%;
}

.mainImageLeft {
  grid-row: 1/2;
  grid-column: 1/2;
}

.mainImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.mainSectionAlt .mainImage {
  grid-row: 1/3;
  grid-column: 1/3;
}

.buttonSimple {
  background-color: #fff;
  border: none;
  border-radius: 0.5vmin;
  color: #1d1e20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5vmin;
  font-weight: 800;
  margin: 0;
  outline: none;
  padding: 1vmin 2vmin;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: box-shadow 0.2s, -ms-transform 0.1s, -webkit-transform 0.1s,
    transform 0.1s;
  user-select: none;
  -webkit-user-select: none;
  width: auto;
  height: 5vmin;
  line-height: 1.5vmin;
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -0.3vmin 0px inset;
}

.buttonSimple svg {
  width: 1.5vmin;
  fill: #fff;
  aspect-ratio: 1;
}

.buttonSimple:active {
  transform: scale(0.98);
}

.buttonSimple:hover {
  transform: scale(1.02);
}

.tallButton {
  height: 80%;
}

.biggerButton {
  height: 5.5vh;
  height: 5.5svh;
}

.blankButton {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: 1.5px solid #fff;
  box-shadow: none;
  transition: background-color 0.2s;
}

.blankButton:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.yellowButton {
  background-color: #ffda79;
  color: #333;
}

.greenButton {
  background-color: #16a085;
  color: #fff;
}

.blueButton {
  background-color: #3498db;
  color: #fff;
}

.blueButton:hover {
  background-color: #48a2df;
}

.largeButton {
  height: 7.5vh;
  height: 7.5svh;
  width: 30vw;
  font-size: 2vmin;
}

.wideButton {
  width: 100% !important;
}

.mainBtnSection {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 2.5%;
}

.tryNow {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80%;
  align-self: flex-start;
  margin-left: 5%;
  background-color: #ffda79;
  padding: 2vmin 0;
  border-radius: 1vmin;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  touch-action: manipulation;
  transition: background-color 0.2s, -ms-transform 0.1s, -webkit-transform 0.1s,
    transform 0.1s;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.2) 0px -0.4vmin 0px inset,
    rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.tryNow:active {
  transform: scale(0.98);
}

.tryNow:hover,
.yellowButton:hover {
  transform: scale(1.02);
  background-color: #ffde86;
}

.tryNow p {
  text-wrap: balance;
  font-size: 1.75vmin;
  color: #333;
}

.tryNow p:first-of-type {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 3vmin;
  margin-bottom: 1vh;
  margin-bottom: 1svh;
  color: #111;
}

.footer {
  width: 100vw;
  height: 7.5vh;
  height: 7.5svh;
  background-color: transparent;
  position: absolute;
  top: 92.5vh;
  top: 92.5svh;
  /* top: 192.5vh;
  top: 192.5svh; */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1vmin;
}

.footer p {
  font-size: 1.5vmin;
  text-transform: uppercase;
  font-weight: 900;
}

.footer_2 {
  top: 192.5vh;
  top: 192.5svh;
  /* top: 292.5vh;
  top: 292.5svh; */
}

/* -------------------------------------------------------------------------- */
/*                                MEDIA QUERIES                               */
/* -------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------- */
/*                            TRY TRIPTICO SPECIFIC                           */
/* -------------------------------------------------------------------------- */

@media (max-aspect-ratio: 1/1) {
  .theCards {
    gap: 2vh !important;
    width: 60% !important;
    flex-direction: column !important;
  }
  .tryCard {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-height: 25vh;
  }
  #toTryCardToAnimate h1 {
    font-size: 3vmin !important;
  }
  .tryContactText {
    margin-top: 0 !important;
    padding: 0 !important;
  }
  .trySignUp {
    padding: 1vmin !important;
  }
  #create-activity-form {
    padding: 0 !important;
  }
  .topCard .leftSection {
    width: 90% !important;
  }
  .topCard .rightSection {
    width: 90% !important;
  }
  .overlayContentHolder {
    width: 95% !important;
    height: fit-content !important;
    max-height: 82.55vh;
  }
  #overlayText {
    width: 100% !important;
  }
  .overlayContentHolder * {
    margin-top: 1vmin;
    margin-bottom: 1vmin;
  }
  dialog {
    width: 90% !important;
    height: fit-content !important;
    left: 5% !important;
  }
}

@media (max-aspect-ratio: 1/1), (max-width: 920px) {
  /* TESTIMONIAL MODAL */
  .testimonial-panel {
    width: 100% !important;
  }
  .testimonial-card {
    flex: 0 0 100% !important;
  }
  .carousel-wrapper::after {
    display: none;
  }
  .topSection {
    align-self: center !important;
  }
}

/* -------------------------------------------------------------------------- */
/*                                   GENERAL                                  */
/* -------------------------------------------------------------------------- */

@media (max-width: 920px) {
  .feature p {
    font-weight: 900 !important;
    font-size: 1.75vmin !important;
  }
  .leftHeader p {
    font-weight: 900;
  }
  .topText h1 {
    font-size: 7vmin;
  }
  .topText h1 .yellowText {
    font-size: 6vmin;
  }
  #learnMoreBtn,
  .blankButton {
    font-size: 2.25vmin;
    /* padding: 3vmin 3vmin 5vmin 3vmin; */
  }
  .anim-image-container {
    display: none;
  }
  .addGap {
    justify-content: center;
    gap: 5vh;
    gap: 5svh;
  }
  .mainHeadline,
  .subHeadline {
    text-align: center;
    text-wrap: balance;
  }
  .mainHeadline {
    font-size: 8vmin !important;
    width: 100%;
  }
  .subHeadline {
    font-size: 3vmin;
    font-weight: 400;
    text-shadow: 0.1vmin 0.1vmin 0px #3498db,
      0.2vmin 0.2vmin 0px rgba(0, 0, 0, 0.25);
    width: 100%;
  }
  .subHeadline .blankButton {
    font-size: 1.75vmin;
    margin: auto;
  }
  .mainSection {
    grid-template-columns: 1fr;
  }
  .mainSection .mainCopy,
  .mainSection .features,
  .mainSection .mainCopyGrid {
    grid-row: 1/2;
    grid-column: 1/2;
    z-index: 9;
  }
  .mainSection .mainImage {
    grid-row: 1/2;
    grid-column: 1/2;
    opacity: 0.15;
  }
  .mainSection .mainCopy {
    justify-content: space-evenly;
    gap: 0;
    font-size: 1vmin !important;
    width: 100%;
    z-index: 9;
  }
  .tabbedContent {
    margin-left: 0 !important;
  }
  .tryNow {
    width: 90%;
    margin-left: 0;
    align-self: center;
    align-items: center;
  }
  .tryNow p {
    text-align: center;
  }
  .tryNow p:nth-child(1) {
    margin-bottom: 0;
    font-size: 4.5vmin;
    text-wrap: balance;
  }
  .tryNow p:nth-child(2) {
    margin-top: 1.75vh;
    margin-top: 1.75svh;
    font-size: 2.5vmin;
    text-wrap: balance;
  }
  .countPanels .panel {
    width: 12vw !important;
  }
  .testimonial {
    flex: 1 1 calc(50% - 2vw) !important;
  }
  .testimonial:nth-child(5),
  .testimonial:nth-child(6) {
    display: none;
  }
  .textAndIcon .material-symbols-outlined {
    display: none !important;
  }
  #signUpText p {
    font-size: 1.5vmin !important;
    margin-right: 1vmin;
  }
  .topCard .leftSection {
    width: 90% !important;
  }
  .topCard .rightSection {
    width: 90% !important;
  }
  .feature {
    margin-left: 5vw;
  }
  .siteFooter {
    align-items: flex-start;
  }
  .siteFooter .linkHolder {
    width: 100% !important;
  }
  .siteFooter .tryNow {
    display: none;
  }
  .links {
    align-items: center !important;
  }
  .links p {
    font-size: 2vmin !important;
  }
  /* .siteFooter .tryNow p {
    font-size: 3vmin;
  }
  .siteFooter .tryNow p:nth-child(2) {
    font-size: 1.75vmin !important;
  } */
  .tab {
    font-size: 2.25vmin !important;
  }
  .overlayContentHolder {
    width: 95% !important;
    height: fit-content !important;
    max-height: 82.55vh;
  }
  #overlayText {
    width: 100% !important;
  }
  .siteFooter .tryNow {
    align-self: flex-start !important;
    margin-top: 3.5vmin;
  }
  #createActivityBtn,
  #toTryCardToAnimate h1 {
    margin-top: 2vmin;
    margin-bottom: 2vmin;
  }
  dialog {
    width: 90% !important;
    height: fit-content !important;
    left: 5% !important;
  }
  .countPanels .panel {
    width: 10vw !important;
  }
  .countPanels .panel p {
    font-size: 10vmin !important;
  }
  .overlayContentHolder * {
    margin-top: 1vmin;
    margin-bottom: 1vmin;
  }
  #teacherStories {
    margin: auto;
    font-size: 2vmin;
  }
}

/* -------------------------------------------------------------------------- */
/*                                COUNT PANELS                                */
/* -------------------------------------------------------------------------- */

.activityCount {
  grid-row: 1/2;
  grid-column: 1/2;
  display: flex;
  flex-direction: column;
  height: 90%;
  width: 80vw;
  align-items: center;
  justify-content: space-evenly;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: rgba(41, 128, 185, 0.9);
  border-radius: 1vmin;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 99;
}

.activityCount .subHeadline {
  width: 50vw;
  text-align: center;
  text-wrap: balance;
  font-size: 3vmin;
  line-height: 3.75vmin;
}

.countPanels {
  display: flex;
  gap: 0.25vw;
  z-index: 9;
}

.countPanels .panel {
  background-color: #eee;
  width: 10vw;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  justify-items: center;
  border-radius: 1vmin;
}

.countPanels .panel p {
  grid-column: 1/2;
  grid-row: 1/3;
  color: #111;
  font-weight: 900;
  font-size: 16vmin;
  text-align: center;
  margin-bottom: 0.25vmin;
}

.panelDark {
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 1vmin 1vmin 0 0;
}

.panelLight {
  width: 100%;
  height: 100%;
  grid-column: 1/2;
  grid-row: 2/3;
  background-color: rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 1vmin 1vmin;
}

/* -------------------------------------------------------------------------- */
/*                                TESTIMONIALS                                */
/* -------------------------------------------------------------------------- */

.testimonialHolder {
  grid-row: 2/3;
  grid-column: 1/2;
  height: 100%;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2vw;
  z-index: 99;
}

.testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  flex: 1 1 calc(33.33% - 2vw);
  box-sizing: border-box;
  background-color: rgb(245, 239, 249);
  background: linear-gradient(
    109.6deg,
    rgb(245, 239, 249) 30.1%,
    rgb(207, 211, 236) 100.2%
  );
  padding: 2vmin;
  text-align: center;
  height: 45%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1vmin;
  position: relative;
}

.testimonial::before,
.testimonial::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ddd;
  border-radius: 1vmin;
  z-index: -1;
}

.testimonial::before {
  transform: rotate(-2deg);
}

.testimonial::after {
  transform: rotate(3deg);
  background: #ccc;
}

.testimonial p img.profile-pic {
  width: 5vmin;
  height: 5vmin;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 1);
  vertical-align: middle;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px,
    rgb(209, 213, 219) 0px 0px 0px 1px inset;
  margin-right: 1vmin;
}

.testimonial p {
  color: #333;
  font-weight: 100;
  text-wrap: balance;
  font-size: 2vmin;
}

.testimonial p:last-of-type {
  color: #333;
  font-weight: 900;
  font-size: 1.5vmin;
}

/* -------------------------------------------------------------------------- */
/*                                  FEATURES                                  */
/* -------------------------------------------------------------------------- */

.features .tryNow {
  align-self: flex-start;
  width: 90%;
  margin-left: 5%;
}

.features {
  width: 100%;
  height: 90vh;
  height: 90svh;
  margin-top: -10vh;
  margin-top: -10svh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
}

.featuresHolder {
  width: 90%;
  margin-left: 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  row-gap: 2vmin;
}

.feature {
  display: flex;
  align-items: center;
}

.feature p {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.5vmin;
  color: #fff;
}

.material-symbols-outlined {
  color: #fff;
  margin-right: 1vw;
  font-size: 3vmin !important;
  background-color: #1abc9c;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  padding: 1vmin;
}

.noBackground {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0;
  padding: 0;
  color: #fff;
}

/* -------------------------------------------------------------------------- */
/*                               GENERAL OVERLAY                              */
/* -------------------------------------------------------------------------- */

#generalOverlay h1 {
  text-transform: uppercase;
  font-size: 4.25vmin;
  margin-bottom: 3vh;
  margin-bottom: 3svh;
  text-align: center;
}

#generalOverlay h1:not(:nth-child(1)) {
  margin-top: 5vh;
  margin-top: 5svh;
}

#generalOverlay p {
  color: #34495e;
  font-size: 2.25vmin;
}

#generalOverlay > * .boldFont {
  margin-top: 2vh;
  margin-top: 2svh;
}

#generalOverlay .theText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 90%;
  max-height: 90%;
  overflow-y: auto;
  /* padding: 3vmin 1vmin; */
  margin: 0;
  box-sizing: border-box;
  text-align: left;
}

.alignCentre {
  text-align: center !important;
}

.contactLabel {
  text-align: left;
}

/* -------------------------------------------------------------------------- */
/*                                   OVERLAY                                  */
/* -------------------------------------------------------------------------- */

.openPanel {
  cursor: pointer;
}

#overlayText {
  display: flex;
  flex-direction: column;
  gap: 2vh;
  gap: 2svh;
}

.siteOverlay {
  display: none;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: fixed;
  z-index: 1000;
  justify-items: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
}

.overlayContentHolder {
  grid-column: 1/2;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  height: 90%;
  border-radius: 1vmin;
  overflow: scroll;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

#targetTextOverlay {
  overflow: auto !important;
}

.rotateRight {
  rotate: -2deg;
  background-color: #eee;
  height: var(--overlayHeight);
}

.rotateLeft {
  rotate: 3deg;
  background-color: #ddd;
  height: var(--overlayHeight);
}

.topCard {
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  transition: transform 0.3s ease-out;
  transform: translateY(5vh);
  transform: translateY(5svh);
  height: var(--overlayHeight);
  background-color: #f5f6fa;
}

.topCard.animate-up {
  transform: translateY(0);
}

.topCard h1 {
  color: #2c3e50;
  font-size: 5vmin;
  font-weight: 900;
}

.close-button {
  position: absolute;
  top: 3.5vw;
  right: 3.5vw;
  width: 5vw;
  height: 5vw;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #34495e;
  font-size: 1.25em;
  text-align: center;
  cursor: pointer;
  border: none;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  user-select: none;
  -webkit-user-select: none;
}

.close-button:focus {
  outline: none;
}

.close-button svg {
  width: 50%;
}

/* -------------------------------------------------------------------------- */
/*                                PRICING TABLE                               */
/* -------------------------------------------------------------------------- */

.overlaySections {
  display: flex;
  gap: 5%;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70%;
}

.topCard h2 {
  color: #34495e !important;
  text-align: center;
  text-wrap: balance;
  font-weight: 900;
}

.leftSection,
.rightSection {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: 15% 70% 15%;
  width: 55%;
  height: 100%;
  background-color: #fff;
  border-radius: 1vmin;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.rightSection {
  display: none;
}

.leftSection *,
.rightSection * {
  text-align: center;
  color: #34495e;
}

.leftSectionTitle,
.rightSectionTitle {
  background-color: #ffda79;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0vmin 1vmin;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1vmin 1vmin 0 0;
}

.leftSectionContent,
.rightSectionContent {
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.rightSectionCopy {
  display: flex;
  flex-direction: column;
}

.rightSectionCopy p {
  font-size: 1.75vmin;
  font-weight: 600;
  text-wrap: balance;
  color: #34495e;
}

.rightSectionCopy p:first-child {
  font-weight: 900;
  font-size: 2vmin;
  margin-bottom: 2vmin;
  text-transform: uppercase;
}

.pricingTitle {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pricingTitle p {
  width: 80%;
  text-wrap: balance;
}

.pricePanel {
  background-color: #fff;
  padding: 1vmin 3vmin 2vmin 3vmin;
  border-radius: 1vmin;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.75vmin 2vmin;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 60%;
}

.currencySymbol {
  font-size: 4vmin;
  vertical-align: baseline;
  color: #34495e !important;
}

.currBtnHolder {
  display: grid;
  width: 100%;
  gap: 2%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 5vmin;
}

.currencyBtn {
  background-color: #fff;
  font-weight: 400 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.monthlySwitch,
.subTypeSwitch {
  display: flex;
  align-items: center;
}

.monthlySwitch p,
.subTypeSwitch p {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.25vmin;
  color: #aaa;
  text-align: left;
}

.monthlySwitch p:first-of-type,
.subTypeSwitch p:first-of-type {
  text-align: right;
}

.subTypeButtons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 55%;
}

.subTypeBtn {
  padding: 10px 20px;
  cursor: pointer;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  color: #333;
  font-weight: 900 !important;
  width: 40%;
  height: 5vh;
  height: 5svh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.subTypeBtn.selected,
.currencyBtn.selected {
  background-color: #ffda79 !important;
  color: #34495e !important;
  font-weight: 900 !important;
}

#subTimeframe {
  margin-top: -1vh;
  margin-top: -1svh;
  color: #34495e;
  text-transform: uppercase;
  font-size: 1.5vmin;
  font-weight: 900;
}

#priceTxt {
  font-size: 8vmin;
}

.sectionBtnSection {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0vmin 1vmin;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 1vmin 1vmin;
}

.priceSignUpButton {
  width: 90%;
  height: 80%;
  background-color: #16a085;
  font-size: 2vmin;
  color: #fff;
}

.enquiryForm {
  width: 100%;
  height: fit-content;
  background-color: rgba(0, 0, 0, 0.015);
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2vmin 1vmin;
  border-radius: 1vmin;
  flex-direction: column;
  align-items: center;
}

.enquiryForm .contactLabel {
  width: 97.5%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 2.5%;
}

.enquiryForm .formHalfWidth {
  display: flex;
}

.enquiryForm .formHalfWidth .contactLabel input {
  width: 95%;
}

.enquiryForm .formFullWidth {
  display: flex;
  flex-direction: column;
}

.enquiryForm .formFullWidth .contactLabel {
  margin-top: 1vmin;
}

.enquiryForm .contactLabel p {
  color: #000;
  font-size: 1vmin;
  text-transform: uppercase;
}

.enquiryForm .contactLabel input {
  width: 97.5%;
  font-size: 1.5vmin;
  text-align: left;
  padding: 0.5vmin;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color 0.3s;
}

.enquiryForm .contactLabel input:focus {
  outline: none;
  border: 1px solid #ffda79; /* Change border color on focus */
}

/* -------------------------------------------------------------------------- */
/*                                   SWITCH                                   */
/* -------------------------------------------------------------------------- */

input[type='checkbox'] {
  height: 0;
  width: 0;
  visibility: hidden;
}

input[type='checkbox'] + label {
  cursor: pointer;
  text-indent: -9999px;
  width: 10vmin;
  height: 5vmin;
  background: rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 10vmin;
  position: relative;
  margin-left: 1vw;
  margin-right: 1vw;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 0px 0px inset;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

input[type='checkbox'] + label:after {
  content: '';
  position: absolute;
  top: 0.25vmin;
  left: 0.25vmin;
  width: 4.5vmin;
  height: 4.5vmin;
  background: #34495e;
  border-radius: 4.5vmin;
  transition: 0.2s;
}

input[type='checkbox']:checked + label {
  background: #ddd;
}

input[type='checkbox']:checked + label:after {
  left: calc(100% - 0.25vmin);
  transform: translateX(-100%);
}

input[type='checkbox'] + label:active:after {
  width: 6.5vmin;
}

/* -------------------------------------------------------------------------- */
/*                               TABBED CONTENT                               */
/* -------------------------------------------------------------------------- */

/* Tabbed content container */
.tabbedContent {
  width: 90%;
  height: 45vh;
  height: 45svh;
  border-radius: 1vmin;
  display: grid;
  grid-template-rows: auto 1fr;
  margin-left: -10%;
}

/* Tabs */
.tabs {
  display: flex;
  justify-content: space-around;
  background-color: transparent;
  height: 5vh;
  height: 5svh;
  border-radius: 1vmin 1vmin 0 0;
}

.tab {
  flex: 1;
  text-align: center;
  font-size: 1.5vmin;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  padding: 0.5vmin;
  background: #999;
  border-radius: 1vmin 1vmin 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px -0.25vmin 0vmin rgba(0, 0, 0, 0.1) inset;
}

.tab.active {
  color: #000;
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: none;
}

/* Content area */
.tab-content {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 0 1vmin 1vmin;
  position: relative;
}

/* Individual tab panel */
.tab-panel {
  display: none;
  width: 100%;
  height: 100%;
}

.tab-panel.active {
  display: grid;
  grid-template-rows: 1fr;
  height: 100%;
}

/* Image container within the tab panel */
.image-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1vmin;
  grid-column: 1/2;
  grid-row: 1/2;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image fills the container without distortion */
  border-radius: 1vmin;
}

/* Caption styling */
.caption {
  width: calc(100% - 2vmin);
  text-align: center;
  text-wrap: balance;
  font-size: 1.75vmin;
  font-weight: bold;
  color: #000;
  padding: 1vmin 5vmin;
  align-self: end;
  justify-self: center;
  /* background-color: rgba(238, 238, 238, 0.95); */
  background-color: #ffda79;
  grid-column: 1/2;
  grid-row: 1/2;
  margin-bottom: 0.9vmin;
  border-radius: 0 0 1vmin 1vmin;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* -------------------------------------------------------------------------- */
/*                                 SITE FOOTER                                */
/* -------------------------------------------------------------------------- */

.siteFooter {
  position: absolute;
  top: 380vh;
  top: 380svh;
  /* top: 480vh;
  top: 480svh; */
  width: 100vw;
  height: 20vh;
  height: 20svh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(52, 152, 219, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  gap: 2vw;
  z-index: 1000;
}

.siteFooter .tryNow {
  height: 80%;
  width: 40%;
  align-self: center;
  margin-left: 0;
}

.siteFooter .linkHolder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  width: 60%;
  height: 80%;
  align-self: center;
  padding: 1vmin;
  align-items: center;
}

.links {
  display: flex;
  flex-direction: column;
  height: 100%;
  row-gap: 1vh;
  row-gap: 1svh;
  align-items: flex-end;
  justify-content: flex-start;
}

.links .toUppercase {
  color: #fff;
}

.links p {
  color: #eee;
  font-weight: 300;
  font-size: 1.375vmin;
}

/* -------------------------------------------------------------------------- */
/*                                   DIALOG                                   */
/* -------------------------------------------------------------------------- */

dialog {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border: none;
  border-radius: 1vmin;
  padding: 2vmin 5vmin;
  width: fit-content;
  height: fit-content;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 3.5vmin 1vmin -2vmin;
  text-align: center;
  position: fixed; /* Required for proper centering */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

dialog .buttonSimple,
dialog p:first-of-type {
  margin-top: 4vmin;
  margin-bottom: 2vmin;
}

dialog:focus {
  outline: none;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

dialog .buttonSimple {
  background-color: #2980b9;
  color: #fff;
}

dialog p {
  color: #333;
  font-weight: 300;
  text-wrap: balance;
  font-size: 2vmin;
}

dialog p:first-of-type {
  margin-bottom: 2vmin;
}

dialog img {
  width: 15vmin !important;
  height: auto;
}

dialog button:hover {
  background-color: #3498db;
}

/* -------------------------------------------------------------------------- */
/*                                CONTACT FORM                                */
/* -------------------------------------------------------------------------- */

.contact_content {
  padding: 2vmin;
  background-color: #ffda79;
  border-radius: 1vmin;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.contact_content .contactLabel > p {
  font-size: 1.5vmin !important;
  padding: 0;
  margin: 0;
  margin-bottom: 0.2vmin;
  text-transform: uppercase;
  padding-left: 0.1vmin;
  font-weight: 800;
}

.contact_content .formBtns {
  display: flex;
  justify-content: center;
  margin-top: 1vh;
  margin-top: 1svh;
}

.formBtnsRow {
  width: 100% !important;
  flex-direction: row !important;
  padding: 0 !important;
  margin-top: 1vmin;
}

.goButtonColour {
  background-color: #16a085;
  color: #fff !important;
}

.alertButtonColour {
  background-color: #c0392b;
  color: #fff !important;
}

.contact_content .contactFormInput,
.contact_content textarea {
  font-size: 1.75vmin !important;
  border-radius: 0 !important;
  color: #333;
  padding: 1vmin;
  background-color: #f5f6fa;
  width: 100% !important;
  margin-bottom: 1vmin;
  border: none !important;
  resize: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.contact_content textarea {
  min-height: 25vh;
  min-height: 25svh;
}

.contact_content .contactFormInput:focus,
.contact_content textarea:focus {
  outline: none !important;
  border: none;
  background-color: #fff;
}

.showFpwd {
  text-transform: uppercase;
  font-size: 1.25vmin !important;
  text-decoration: underline;
  cursor: pointer;
}

.fpwdText {
  text-align: center;
  margin-top: 2vh;
  margin-top: 2svh;
}

/* -------------------------------------------------------------------------- */
/*                                TRY TRIPTICO                                */
/* -------------------------------------------------------------------------- */

.topTryTripticoContent.animate-up {
  transform: translateY(0);
}

#toTryCardToAnimate h1 {
  font-size: 4vmin;
  width: 80%;
  text-align: center;
  text-wrap: balance;
  line-height: 1.25;
}

.tryCards {
  width: 90%;
  height: fit-content;
  background-color: #3498db;
  border-radius: 1vmin;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.5vmin 2vmin 2vmin 2vmin;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.theCards {
  display: flex;
  gap: 2vw;
  width: 100%;
}

.tryCard {
  background-color: #eee;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 2fr;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.65;
  margin-top: 4vh;
  margin-top: 4svh;
  margin-bottom: 2vh;
  margin-bottom: 2svh;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  transition: transform 0.1s, z-index 0.1s;
  border-radius: 1vmin;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.tryCardTitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffda79;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1vmin 1vmin 0 0;
}

.tryCardTitle p {
  margin: 0;
  padding: 0;
  margin-top: 1vmin;
  margin-bottom: 1vmin;
  font-weight: 400;
  color: #333;
  /* text-transform: uppercase; */
  font-size: 1.75vmin;
  width: 80%;
  text-align: center;
  text-wrap: balance;
}

.tryCardText {
  margin-top: 3vmin;
  margin-bottom: 3vmin;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tryCardText p:empty:before {
  content: attr(placeholder);
  color: #999;
}

.tryCardText p {
  font-weight: 100;
  font-size: 1.75vmin;
  color: #333;
  text-align: center;
  width: 80%;
}

/* ----------------------------- Try Now Results ---------------------------- */

#createNowCreatingInfo {
  display: flex;
  flex-direction: column;
  width: 90%;
  height: 100%;
  align-items: center;
  justify-content: space-evenly;
}

.tryWaitingText {
  width: 70%;
  margin-left: 15%;
  border-radius: 1vmin;
  padding: 4vmin;
  height: fit-content;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2vmin;
  text-wrap: balance;
  margin-top: 5vmin;
  background-color: #ffda79;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.tryWaitingText h1 {
  color: #2c3e50;
  font-size: 5vmin;
  font-weight: 900;
}

.tryWaitingText p,
.trySignUp p {
  font-size: 2vmin;
  color: #2c3e50;
}

.createNowOpenWithBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2vmin;
  width: 100%;
  background-color: #3498db;
  padding: 3vmin 2vmin;
  border-radius: 1vmin;
}

.tryContactText {
  font-size: 1.75vmin;
  text-align: center;
  padding: 0 10vmin;
  margin-top: 3.5vh;
  margin-top: 3.5svh;
  text-wrap: balance;
}

.res_card {
  flex: 1 1 22.5%;
  max-width: 22.5%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffda79;
  padding: 1vmin;
  border-radius: 1vmin;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  cursor: pointer;
}

.res_card p {
  color: #333;
  font-size: 1.5vmin;
  font-weight: 900;
  text-transform: uppercase;
}

.res_card img {
  width: 100%;
  height: auto;
  border-radius: 0.5vmin;
  margin-bottom: 0.5vmin;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#create-activity-form {
  width: 100%;
  height: auto;
  padding: 1vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

#inputPanel {
  display: flex;
  width: 100%;
  max-width: 600px;
  gap: 1vmin;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 1vmin;
  border-radius: 1vmin;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.input-box {
  flex: 1;
  padding: 1vmin;
  font-size: 2vmin;
  border: 1px solid #ccc;
  background-color: #f5f6fa;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  box-sizing: border-box;
}

#create-activity-form div input:focus {
  outline: none !important;
  border: none;
  background-color: #fff;
}

.tryResultTopText {
  width: 80%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 1vh;
  row-gap: 1svh;
  padding: 1vmin;
  text-wrap: balance;
}

.tryResultTopText h1 {
  color: #2c3e50;
  font-size: 5vmin;
  font-weight: 900;
}

.tryResultTopText p,
.trySignUp p {
  font-size: 2vmin;
  color: #2c3e50;
}

.trySignUp {
  width: 100%;
  height: fit-content;
  padding: 3vmin 1vmin;
  display: flex;
  gap: 2vh;
  gap: 2svh;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background-color: #16a085;
  border-radius: 1vmin;
}

.trySignUp p {
  color: #fff;
  font-weight: 900;
  text-align: center;
  width: 80%;
  text-wrap: balance;
}

.loaderHolder {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 2vh;
  row-gap: 2svh;
}

.loader {
  width: 5vmin;
  aspect-ratio: 0.75;
  --c: no-repeat linear-gradient(#34495e 0 0);
  background: var(--c) 0% 50%, var(--c) 50% 50%, var(--c) 100% 50%;
  animation: l7 1s infinite linear alternate;
}

.loadingText {
  color: #34495e;
  text-transform: uppercase;
  font-size: 1.5vmin;
  font-weight: 900;
}

@keyframes l7 {
  0% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
  20% {
    background-size: 20% 20%, 20% 50%, 20% 50%;
  }
  40% {
    background-size: 20% 100%, 20% 20%, 20% 50%;
  }
  60% {
    background-size: 20% 50%, 20% 100%, 20% 20%;
  }
  80% {
    background-size: 20% 50%, 20% 50%, 20% 100%;
  }
  100% {
    background-size: 20% 50%, 20% 50%, 20% 50%;
  }
}

/* STYLES FROM JON */

.contactPage {
  display: none;
  position: fixed;
  z-index: 9999;
  justify-content: center;
  align-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  /* background-color: rgba(52, 152, 219, 0.95); */
  background-color: rgba(52, 152, 219, 0.95);
}

.contactPage > .contactLabel > p {
  font-size: 1.1vmin;
  padding: 0;
  margin: 0;
  margin-bottom: 0.2vmin;
  text-transform: uppercase;
  color: #eee;
  padding-left: 1px;
  font-weight: 800;
}

.contactPage > .contact_content {
  width: 95%;
  height: 95%;
  padding: 1vmin;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.contactPage > .formBtns {
  display: flex;
  justify-content: space-between;
}

.contactPage > .contactFormInput {
  margin-bottom: 2vmin !important;
}

.contactPage > .contactFormInput,
.contactPage > textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75vmin;
  color: #333;
  margin: 0;
  padding: 0;
  padding: 2vmin;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.75vmin;
  border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  resize: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.contactPage > textarea {
  min-height: 30vh;
  min-height: 30svh;
}

.closeBtn {
  display: flex;
  border-radius: 100%;
  border: 0.1vw solid #fff;
  background-color: #fff;
  position: absolute;
  top: 1%;
  right: 1%;
}

.closeBtn > svg {
  fill: #c0392b;
  width: 5vw;
  border: none;
}

#signupPage {
  overflow: hidden;
  background-color: rgba(52, 152, 219, 0.95);
}

.joinFrame {
  position: absolute;
  top: 10vh;
  top: 10svh;
  height: 90vh;
  height: 90svh;
  width: 100%;
  left: 0;
  right: 0;
  border: none;
}

html.showLoginPopup #signinForm {
  display: flex;
}

.important_field {
  display: none;
}

.contact_container {
  display: flex;
  flex-direction: column;
  width: 70vw;
  max-width: 900px;
  height: fit-content;
  align-self: center;
  background-color: #3498db;
  padding: 2em;
  border-radius: 1vmin;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  border-top: 1px solid rgb(255, 255, 255, 0.5);
  align-items: center;
}

.form-signin {
  width: 80%;
  padding: 4vmin 0;
}

.contact_container .contactFormInput {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.75vmin;
  color: #333;
  margin: 0;
  padding: 0;
  padding: 2vmin;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.5vmin;
  border: 0;
  background-color: rgba(255, 255, 255, 0.9);
  resize: none;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.contact_container h1 {
  font-size: 4vmin;
  font-weight: 900;
  color: #fff;
}

.contact_container h2 {
  font-weight: 600;
  margin-top: 1vmin;
  font-size: 2.5vmin;
  color: #fff;
}

.contact_container p {
  font-size: 2vmin;
}

.contact_container .formBtns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 2vmin;
  row-gap: 4vmin;
}

.alert {
  color: #fff;
  background-color: #b33939;
  padding: 2vmin 3vmin;
  border-radius: 1vmin;
  font-weight: 700;
}

.imageThreePanel {
  display: flex;
  width: 70%;
  background-color: #ffda79;
  border-radius: 1vmin;
  height: fit-content;
  padding: 2vmin;
  align-items: center;
  justify-content: center;
  column-gap: 2vw;
  border-top: 1px solid rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 4vh;
}

.imageThreePanel img {
  width: 30%;
  border-radius: 1vmin;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 2vmin 2vmin -2vmin;
}

/* -------------------------------------------------------------------------- */
/*                            CUSTOMER STORY MODAL                            */
/* -------------------------------------------------------------------------- */

/* Panel Styling */
.testimonial-panel {
  width: 60vw;
  height: auto;
  text-align: start;
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 2vmin;
  flex-direction: column;
}

.testimonial-panel h1 {
  font-size: 4vmin;
  font-weight: 400;
  color: #222;
}

.testimonial-panel h1 span {
  font-weight: 900;
}

.carousel-wrapper {
  overflow: hidden;
  width: 100%;
}

/* Gradient Overlay */
.carousel-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  right: 5%;
  width: 15vmin;
  height: 100%;
  background: linear-gradient(
    to left,
    rgba(245, 246, 250, 1),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
  z-index: 2;
}

/* Carousel Container */
.carousel {
  display: flex;
  column-gap: 2vmin;
}

.testimonial-card {
  flex: 0 0 80%; /* Display one full card and a bit of next */
  border-radius: 1vmin;
  background: #fff;
  text-align: start;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 10vh auto;
  justify-items: start;
  align-items: center;
}

.topSection {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 2vmin;
  width: 100%;
  height: 100%;
  background-color: #ffda79;
  padding: 3vmin;
  border-radius: 1vmin 1vmin 0 0;
  border-bottom: 1px solid #ddd;
  align-self: flex-start;
}

.nameSection {
  display: flex;
  flex-direction: column;
  height: fit-content;
  margin-top: 1.5vmin;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
}

.imageSection {
  display: flex;
}

.textSection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 2vmin 3vmin;
  height: 100%;
}

.testimonial-card img {
  width: auto;
  height: 7.5vh;
  aspect-ratio: 1;
  border-radius: 100%;
  object-fit: cover;
  border: 0.25vmin solid #ffde86;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px,
    rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px,
    rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px,
    rgba(42, 51, 70, 0.04) 0px 6px 6px -3px,
    rgba(14, 63, 126, 0.04) 0px 12px 12px -6px,
    rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.testimonial-card h4 {
  font-size: 2.5vmin;
  font-weight: bold;
  margin-bottom: 1vmin;
}

.testimonial-card h5 {
  font-size: 1.75vmin;
  font-weight: 500;
  margin-bottom: 2vmin;
}

.testimonial-card p {
  font-size: 1.5vmin !important;
  line-height: 1.75;
  color: #555 !important;
}

.testimonialFooter {
  display: flex;
  width: 100%;
  height: fit-content;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
}

.textAndBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 1vw;
}

/* Navigation Buttons */
.carousel-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  width: 100%;
}

.carousel-nav p {
  font-size: 3.25vmin !important;
  color: #111 !important;
}

.carousel-nav p span {
  font-weight: 900;
}

.buttons {
  display: flex;
  column-gap: 1vmin;
}

.slide-in-left {
  -webkit-animation: slide-in-left 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-left 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-20vmin);
    transform: translateX(-20vmin);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-20vmin);
    transform: translateX(-20vmin);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slide-in-right {
  -webkit-animation: slide-in-right 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-right 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(20vmin);
    transform: translateX(20vmin);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(20vmin);
    transform: translateX(20vmin);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
