/* ------------------------------------------- */
/* LANDING PAGES - Adventure Pass */
/* ------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

@font-face {
  font-family: 'groboldregular';
  src: url('../fonts/grobold-webfont.woff2') format('woff2'),
    url('../fonts/grobold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.btn-desktop { display: inline-flex !important; }
.btn-mobile { display: none !important; }

.btn-blue {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: white;
  padding: 8px 55px 8px 24px;
  height: 64px;
  background: #548BDE;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  border: none;
  display: inline-flex;
  position: relative;
  align-items: center;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.btn-blue:hover {
  background: #4079ce;
  color: white;
  text-decoration: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}

.btn-blue:after {
  content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMTcuNzk3OUMxLjY0ODQ0IDE3Ljc5NzkgMS4zMzU5NCAxNy42ODA3IDEuMTAxNTYgMTcuNDQ2M0MwLjU5Mzc1IDE2Ljk3NzUgMC41OTM3NSAxNi4xNTcyIDEuMTAxNTYgMTUuNjg4NUw3LjcwMzEyIDkuMDQ3ODVMMS4xMDE1NiAyLjQ0NjI5QzAuNTkzNzUgMS45Nzc1NCAwLjU5Mzc1IDEuMTU3MjMgMS4xMDE1NiAwLjY4ODQ3N0MxLjU3MDMxIDAuMTgwNjY0IDIuMzkwNjIgMC4xODA2NjQgMi44NTkzOCAwLjY4ODQ3N0wxMC4zNTk0IDguMTg4NDhDMTAuODY3MiA4LjY1NzIzIDEwLjg2NzIgOS40Nzc1NCAxMC4zNTk0IDkuOTQ2MjlMMi44NTkzOCAxNy40NDYzQzIuNjI1IDE3LjY4MDcgMi4zMTI1IDE3Ljc5NzkgMiAxNy43OTc5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==');
  width: 20px;
  height: 27px;
  position: absolute;
  right: 22px;
  rotate: 90deg;
  transition: all 0.3s ease-in-out;
}

.btn-blue:hover svg {
  scale: 1.05;
  transition: all 0.2s ease-in-out;
}

.btn-blue svg {
  scale: 0.95;
  margin-left: 10px;
  transition: all 0.2s ease-in-out;
}

.btn-purple {
  background: #B173D7;
  transition: all 0.2s ease-in-out;
}

.btn-purple:hover {
  background: #a664ce;
  text-decoration: none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease-in-out;
}

.page-template-page-payment-confirmed {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: rgba(24, 32, 45, 0.6);
  text-align: center;
}

.page-template-page-payment-confirmed .c-blue {
  background: -webkit-linear-gradient(90deg, #6D96FD, #437CEF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-page-payment-confirmed .c-purple {
  background: -webkit-linear-gradient(90deg, #BE88EB, #5A68C3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-template-page-payment-confirmed a.c-blue {
  border-bottom-color: #6D96FD;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.page-template-page-payment-confirmed a.c-purple {
  border-bottom-color: #BE88EB;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.page-template-page-payment-confirmed p {
  margin-bottom: 24px;
}

.page-template-page-payment-confirmed h1 {
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: black;
}

.page-template-page-payment-confirmed h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 15px;
  color: #18202D;
}

.page-template-page-payment-confirmed .container {
  max-width: 1250px;
}

/* Hero */

.hero-students {
  height: 416px;
  background-size: cover !important;
  padding-top: 170px;
  padding-bottom: 35px;
  position: relative;
}

.hero-students:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 18.66%);
  z-index: 1
}

.hero-students:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -56px;
  left: 0;
  width: 100%;
  height: 220px;
  background: url('../img/landings/bottom-hero-landing-teachers.png') center 80% no-repeat;
  background-size: cover;
}

.hero-students__logo {
  margin-bottom: -65px;
  z-index: 3;
  position: relative;
}

.hero-students__logo img {
  max-width: 475px;
}

.hero-students__box {
  max-width: 884px;
  width: 100%;
  padding: 64px 32px;
  margin: 0 auto 40px;
  z-index: 2;
  position: relative;
}

.hero-students__character-left {
  position: absolute;
  left: -103px;
  width: 149px;
  top: 71px;
}


.info .container {
  max-width: 1097px;
}

.info__box {
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 50px 20px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.21);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info__header,
.info__details,
.info__howto {
  max-width: 591px;
  width: 100%;
}

.info__header {
  margin-bottom: 63px;
}

.info__header h1 {
  margin-bottom: 16px;
}

.info__header p {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: black;
}

.info__details {
  margin-bottom: 64px;
}

.info__details h2,
.info__howto h2 {
  margin-bottom: 24px;
}

.info__details-cards {
  display: flex;
  justify-content: space-between;
}

.info__details-card {
  width: 260px;
  height: 133px;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.info__details-card span {
  font-weight: 600;
  font-size: 14px;
  line-height: 13px;
  text-align: center;
  color: #4F5051;
  margin-bottom: 25px;
}

.info__details-card p {
  font-weight: 700;
  font-size: 25px;
  line-height: 13px;
  text-align: center;
  color: #18202D;
  margin-bottom: 0;
}

.info__howto-list {
  display: flex;
  justify-content: space-between;
  border: 1px solid #EBEBEB;
  padding: 16px 30px;
  margin-bottom: 43px;
  border-radius: 8px;
}

.info__howto-list ul {
  border-radius: 8px;
  width: 48%;
  text-align: left;
  margin-bottom: 0px;
}

.info__howto-list ul li {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #18202D;
}

.info__howto-list ul li:first-child {
  margin-bottom: 20px;
}

.info__help p {
  font-weight: 600;
  font-size: 16px;
  line-height: 15px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #777A7A;
  margin-bottom: 0;
}

.info__help p a {
  color: #5FB5F6;
  text-decoration: none;
  display: contents;
}

.info__help p a:hover {
  border-bottom: 1px solid #5FB5F6;
}

.info__help p a img {
  width: 18px;
  height: 8px;
  margin-left: 7px;
}





/* FOOTER */

.footer-landing {
  height: 437px;
  padding: 137px 0 64px;
  background: url('../img/landings/bg-footer-landing-parents.png') center top no-repeat;
  background-size: cover;
  color: white;
}

.footer-landing .container {
  max-width: 886px;
}

.footer-landing p a {
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: white;
}

.footer-landing p a:hover {
  border-bottom: 1px solid white;
}

.footer-codie {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.footer-codie img {
  max-width: 207px;
  margin-right: 48px;
}

.footer-codie p {
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0px;
}

.footer-codie p a {
  font-weight: 700;
}

.footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

.footer-menu ul {
  display: flex;
  gap: 48px;
}

.footer-menu ul li a {
  color: white;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.footer-menu ul li a:hover {
  color: white;
  border-bottom: 1px solid white;
}

.footer-copy {
  width: 100%;
}

.footer-copy p {
  text-align: center;
}




@keyframes bounce {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-10px);
  }
}


.js-slideout-active .slideout__toggle {
  transform: translateX(-300%) !important;
}


@media (max-width: 999px) {
  .page-template-page-payment-confirmed .header {
    height: auto;
  }

  .hero-students {
    margin-top: 0px !important;
  }

  .hero-students__logo img {
    max-width: 450px;
  }

  .hero-students__box {
    max-width: 700px;
  }

  .hero-students__box h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .hero-students__character-left,
  .hero-students__circle-floatting {
    display: none;
  }

  .hero-students__circle-floatting.mobile {
    display: none;
  }

  .upgrade {
    padding-top: 250px;
  }

  .upgrade__title h2 {
    font-size: 31px;
    line-height: 39px;
    max-width: 80%;
    margin: 0 auto;
  }

  .banner {
    flex-direction: column;
    height: auto;
  }

  .banner__logo,
  .banner__description {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .plans__table-option > span {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .plans__table-option-billed {
    min-height: 46px;
  }

  .plans__table-option-save {
    font-size: 18px;
  }

  .footer-codie {
    padding: 0px 70px;
  }
}

@media (max-width: 749px) {

  .page-template-page-payment-confirmed h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .page-template-page-payment-confirmed h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .btn-desktop { display: none !important; }
  .btn-mobile { display: inline-flex !important; }

  .btn-blue {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 45px 8px 18px;
    width: auto;
    height: 48px;
    display: flex;
    justify-content: center;
  }

  .btn-blue:after {
    right: 10px;
    height: 20px;
  }

  .btn-blue svg {
    width: 32px;
  }

  .hero-students {
    min-height: 190px;
    height: auto;
    padding: 75px 10px 0px;
    background-position: center top !important;
    background-size: 1150px !important;
  }

  .hero-students:after {
    bottom: unset;
    top: 16px;
    background-size: 200%;
  }

  .hero-students__box {
    padding: 32px 32px 64px;
  }

  .hero-students__box > img {
    display: none;
  }

  .hero-students__cta {
    bottom: -20px;
  }

  .hero-students__logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 138px;
  }

  .hero-students__logo img {
    max-width: 305px;
  }

  .info__box {
    margin-top: 72px;
    padding: 40px 25px;
  }

  .info__header {
    margin-bottom: 30px;
  }

  .info__details {
    margin-bottom: 45px;
  }

  .info__details-cards {
    flex-direction: column;
    align-items: center;
  }

  .info__details-card {
    width: 100%;
    max-width: 260px;
    margin-bottom: 10px;
  }

  .info__details-card span {
    margin-bottom: 16px;
  }

  .info__details-card p {
    font-size: 20px;
    line-height: 13px;
  }

  .info__howto-list {
    flex-direction: column;
    padding: 23px 20px;
  }

  .info__howto-list ul {
    width: 100%;
  }

  .info__howto-list ul:last-child {
    margin-top: 20px;
  }


  .footer-landing {
    padding: 117px 0 90px;
    height: 530px;
  }

  .footer-codie {
    padding: 0 0;
    margin-bottom: 34px;
    flex-direction: column;
  }

  .footer-codie img {
    max-width: 207px;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .footer-codie p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 0px 20px;
  }

  .footer-menu {
    margin-bottom: 24px;
  }

  .footer-menu ul {
    display: flex;
    column-gap: 24px;
    row-gap: 12px;
    flex-wrap: wrap;
    max-width: 287px;
    justify-content: center;
  }

}