@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@400;500;600;700&display=swap");

::-webkit-scrollbar {
  width: 3px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #a29ba9;
  border-radius: 6px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #a29ba9 #f1f1f1;
}

scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
}

scrollbar-thumb:hover {
  background-color: #555;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
p {
  margin: 0;
  padding: 0;
}
header {
  position: relative;
  /*display: flex;
  align-items: center;*/
  border-bottom: 1px solid #e1e1e1;
  padding: 15px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
.logo-container {
  /*display: flex;
  justify-content: center;*/
  text-align: center;
}

.logo-container img {
  max-width: 120px;
  width: 100%;
  height: auto;
}

header p {
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
  color: #6743f7;
  margin-left: 12px;
  text-align: center;
  margin-bottom: 0;
}

.icon {
  width: 29px;
  height: 29px;
  text-align: center;
}
.menu-btn {
  position: absolute;
  right: 36px;
  cursor: pointer;
}

.menu-btn:hover {
  transform: scale(1.1);
  opacity: 0.8;
  transition: transform 0.3s, opacity 0.3s;
}

main {
  background: linear-gradient(180deg, #6743f7 0%, #fff 100%);
  height: 100vh;
  z-index: -1;
}

main h1 {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding-top: 80px;
}

.heading-container p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #ffffffcc;
  margin-top: 10px;
}

main img {
  width: 100px;
}
.left-img {
  position: absolute;
  top: 55%;
  left: -26%;
  transform: rotate(-20deg);
}
.right-img {
  position: absolute;
  right: -20%;
  top: 20%;
  transform: rotate(10deg);
}

.heading-container {
  position: relative;
  max-width: 510px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.scedule-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 80px auto 0 auto;
  padding: 0 15px;
}
.nav-section {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1040px;
}

.tabs {
  display: flex;
  flex-direction: row;
  background-color: #ffffff66;
  border-radius: 8px;
  padding: 4px;
}

.tablinks {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 9px 18px;
  transition: background-color 0.3s;
  color: #5022b1;
  font-weight: 600;
  font-size: 16px;
  line-height: 22.4px;
  border-radius: 6px;
}

.tablinks:hover {
  background-color: #e0d4fc;
  color: #3a189a;
  transition: transform 0.3s, opacity 0.3s;
}

.tablinks.active {
  background-color: #ffffff;
  border-radius: 6px;
  color: #292929;
  padding: 8px 18px;
}
.tablinks.active:hover {
  color: #3a189a;
  transition: transform 0.3s, opacity 0.3s;
}
.week-navigation {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.nav-arrow {
  width: 48px;
  background-color: #ffffff66;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  padding: 14px 10px 6px 10px;
  font-size: 18px;
  transition: 0.3s;
  outline: none;
}

.nav-arrow:hover {
  background-color: #e0d4fc;
  color: #3a189a;
  transition: transform 0.3s, opacity 0.3s;
}

.arrow-transparent-left {
  opacity: 0.2;
}
.prev {
  transform: rotate(180deg);
  padding: 10px 10px 10px 10px !important;
}
.nav-arrow img {
  width: 24px;
}

.week-select:focus {
  outline: none;
}

.week-select {
  position: relative;
  font-weight: 600;
  width: 140px;
  height: 48px;
  font-size: 16px;
  margin: 0 10px;
  padding: 15px 16px;
  border: none;
  border-radius: 8px;
  max-height: 412px;
  overflow: auto;
  background-color: #ffffff66;
  color: #5022b1;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  overflow: hidden;
}
.week-select:hover {
  background-color: #e0d4fc;
  color: #3a189a;
  transition: transform 0.3s, opacity 0.3s;
}
.week-select img {
  position: absolute;
  right: 5%;
  top: 36%;
  width: 16px;
}
.week-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.week-options {
  position: absolute;
  z-index: 1000;
  padding: 13px 15px;
  border-radius: 16px;
  height: 216px;
  overflow: auto;
  background-color: #ffffffe5;
  display: none;
  margin-top: 10px;
  top: 96%;
  right: 6%;
  opacity: 1;
  width: 140px;
}
.selected-item {
  text-align: center;
}

.week-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 3px;
  transition: all 0.3s;
  padding: 10px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #5022b1;
}
.week-item:hover {
  background-color: #6743f71a;
  border-radius: 8px;
  transition: transform 0.3s, opacity 0.3s;
}

.week-item__name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.tabcontent {
  display: none;
  border-top: none;
}
.messenger-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: #292929;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  padding: 24px;
  background-color: #fff;
}
.messenger-section h3 {
  font-weight: 600;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
}
.messenger-section p {
  font-weight: 400;
  font-size: 25px;
  color: #585858;
  margin-top: 8px;
}

.messenger-section img {
  width: 252px;
  max-width: 100%;
  height: auto;
}

.links-container {
  margin-top: 28px;
  width: 100%;
}

.links-container ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.links-container ul li {
  margin: 0 10px;
  width: 312px;
  flex: 1 1 1 312px;
  list-style: none;
}

.links-container ul li a {
  color: white;
  font-size: 30px;
  font-weight: 700;
  border-radius: 16px;
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  text-decoration: none;
}

.links-container ul li a img {
  margin-right: 10px;
  width: 32px;
  height: auto;
}

.links-container ul li a .viber-icon {
  margin-right: 43px;
}
.telegram-bg {
  background-color: #0088cc;
}
.viber-bg {
  background-color: #59267c;
}
.pr {
  /* padding-right: 107px !important; */
}
.messenger-bg {
  background-color: #0078ff;
}
.thanks-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1040px;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 16px;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
}
.thanks-info {
  position: relative;
  max-width: 424px;
  margin-top: 60px;
  margin-left: 60px;
}
.thanks-info p {
  font-size: 18px;
  font-weight: 500;
  color: #585858;
  text-align: center;
}
.thanks-info p span {
  color: #6743f7;
  font-weight: 600;
}
.thanks-info h3 {
  font-size: 28px;
  font-weight: 700;
  color: #292929;
  text-align: center;
  margin-bottom: 8px;
}

.thanks-info .email-txt,
.thanks-info .password-txt {
  font-size: 15px;
  font-weight: 500;
  line-height: 25.2px;
  color: #292929;
  text-align: center;
  color: #585858;
}

.thanks-info .email-txt span,
.thanks-info .password-txt span {
  color: #ff5353;
}

.benefits-container {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 382px;
  margin: auto;
}
.benefits-container .benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  padding: 6px 12px;
}
.benefits-container .tutor {
  background-color: #6743f71a;
  color: #6743f7;
  margin-top: 19px;
}
.benefits-container .games {
  background-color: #ff5c001a;
  color: #ff5c00;
  margin-top: 19px;
}

.benefits-container .quizes {
  background-color: #ff006b1a;
  color: #ff006b;
  margin-top: 8px;
}

.benefits-container .plan {
  background-color: #179dfe1a;
  color: #179dfe;
  margin-top: 8px;
}

.benefit img {
  width: 19px;
  height: 19px;
  margin-right: 4px;
}
.thanks-img {
  position: relative;
  width: 100%;
  max-width: 512px;
  padding: 16px;
}
.thanks-menu-btn {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 40px;
}

.thanks-img img {
  width: 100%;
}

.download-links-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 64px;
}

.download-links-container img {
  width: 164px;
  margin-left: 4px;
}
.download-links-container p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25.2px;
  color: #292929;
  padding: 0 50px 10px 50px;
}
.download-links-container p span {
  color: #6743f7;
}

.spiral {
  position: absolute;
  left: -96px;
  top: 240px;
  width: 82px;
}
.thanks-container .spiral {
  width: 82px;
  top: 53%;
  left: -14%;
}
.days-section {
  color: #292929;
  z-index: 10000;
  /* background-color: #fff; */
  border-radius: 22px;
}
.days-section .day {
  margin-top: 10px;
  color: #292929;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  padding: 24px;
  background-color: #fff;
}
.rest {
  align-items: center;
  display: flex;
}
.lesson {
  align-items: flex-start;
  display: flex;
}
.days-section .lesson {
  border-left: 6px solid #6743f733;
}
.date p {
  color: #a29ba9;
  font-size: 14px;
  font-weight: 500;
}
.date .weekday {
  color: #292929;
  font-weight: 600;
  font-size: 22px;
}
.content {
  color: #a29ba9;
  font-weight: 600;
  font-size: 16px;
  margin-left: 97px;
}
.content h3 {
  color: #292929;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 32px;
}
.download-btn-container {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 8px;
}

.download-btn-container p {
  font-size: 14px;
  font-weight: 500;
  color: #a29ba9;
  margin-right: 10px;
}
.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 30px;
  border: none;
  outline: none;
  background: #6743f7;
  border-radius: 40px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 22.4px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin-left: auto;
  background: #6743f7;
  box-shadow: 0px 10px 30px 0px rgba(128, 67, 247, 0.3);
  font-size: 16px;
}
.download-link {
  text-decoration: none;
}
.download-btn:hover {
  background: #5533c6;
  box-shadow: 0px 10px 30px 0px rgba(85, 51, 198, 0.3);
  transition: transform 0.3s, opacity 0.3s;
}
.download-btn img {
  width: 28px;
  padding-left: 8px;
}
.download-btn a {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
}
.download-btn a:hover {
  text-decoration: none !important;
}
.download-btn[disabled] {
  background-color: #6743f71a;
  box-shadow: none;
  cursor: not-allowed;
  color: #6743f766;
}
.download-btn[disabled] .download-link {
  pointer-events: none;
  color: #6743f766;
}
.sub-topic-container {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}
.sub-topic-description {
  font-size: 14px;
  font-weight: 400;
}
.img-container {
  border-radius: 30px;
  padding: 14px 16px;
}
.img-container img {
  width: 24px;
}
.txt-container h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
}
.txt-container {
  font-size: 12px;
  font-weight: 400;
}
.soft-orange-bg {
  background-color: #ff5c001a;
}
.soft-blue-bg {
  background-color: #179dfe1a;
}
.soft-pink-bg {
  background-color: #ff006b1a;
}
.soft-green-bg {
  background-color: #2cdd931a;
}
.soft-purple-bg {
  background-color: #6743f71a;
}
.soft-orange-bg {
  background-color: #ff5c001a;
}
.week-navigation-bottom-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 32px;
}
.week-navigation-bottom-container .week-navigation {
  margin-left: 0;
}
.week-navigation-bottom-container .week-navigation .nav-arrow,
.week-navigation-bottom-container .week-navigation .week-select {
  background-color: #6743f71a;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
}

#scrollToTopBtn:hover {
  opacity: 1;
}

#scrollToTopBtn img {
  width: 26px;
}

/*------------------privacy menu------------------------------*/
.black-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.61);
  z-index: 999;
  display: none;
}

.menu-wrapper {
  position: fixed;
  top: 0;
  right: -1000px;
  background: #fff;
  height: 100%;
  width: 360px;
  z-index: 1000;
  padding: 50px 15px 15px 50px;
  transition: all 0.3s;
}
.menu-wrapper-active {
  right: 0;
  transition: all 0.3s;
}
.close-menu {
  cursor: pointer;
}
.close-menu:hover {
  opacity: 0.8;
  transition: transform 0.3s, opacity 0.3s;
}

.menu-list {
  margin-top: 56px;
}
.menu-list a {
  display: block;
  margin-bottom: 26px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #292929;
  transition: all 0.3s;
  line-height: 26.4px;
}
.menu-list a:hover {
  transition: all 0.3s;
  color: #6743f7;
}

@media screen and (max-width: 768px) {
  header {
    padding: 12px 16px;
  }
  header p {
    font-size: 16px;
  }
  main img {
    width: 56px;
  }
  .heading-container p {
    padding: 16px;
  }
  .left-img {
    left: 0;
    top: 100%;
  }
  .right-img {
    right: 6px;
    top: 14%;
  }
  .tabcontent {
    padding: 0;
  }
  .nav-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 15px;
  }
  .week-select {
    padding: 15px;
    width: 140px;
    margin: 0;
  }
  .selected-item {
    font-size: 16px;
  }
  .week-navigation {
    margin: 0;
    gap: 8px;
  }
  .week-select img {
    margin-left: 4px;
  }

  .week-options {
    right: 0;
  }
  .scedule-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 15px;
  }
  .thanks-page {
    width: 100%;
  }
  .thanks-container {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%;

    margin: 0;
    padding: 0;
  }
  .thanks-info {
    margin: 17px auto;
    padding: 0;
  }
  .thanks-info p {
    font-size: 14px;
    padding: 8px 40px;
  }
  .thanks-info p:last-child {
    font-size: 12px;
    padding: 6px 12px;
  }
  .thanks-info h3 {
    font-size: 24px;
    padding: 0 32px;
    line-height: 28.8px;
  }

  .links-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }

  .links-container ul {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .links-container ul li {
    width: 100%;
    margin: 10px 0;
  }

  .links-container ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .benefits-container .benefit {
    font-size: 12px;
  }

  .benefit img {
    margin-left: -10px;
    margin-right: 8px;
  }

  .thanks-img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 8px;
  }
  .thanks-menu-btn {
    right: 20px;
    top: 20px;
  }

  .download-links-container {
    margin-top: 29px;
  }
  .download-links-container p {
    font-size: 12px;
  }
  .download-links-container img {
    width: 150px;
    margin: 0;
  }
  .spiral {
    display: none;
  }
  .days-section .day {
    padding: 18px;
  }
  .date p {
    font-size: 12px;
  }
  .date .weekday {
    font-size: 20px;
  }
  .content {
    font-size: 14px;
  }
  .content h3 {
    font-size: 20px;
  }
  .sub-topic-container .txt-container .sub-topic-title {
    font-size: 18px;
  }
  .lesson {
    flex-direction: column;
  }
  .lesson .content {
    margin-left: 0;
    margin-top: 32px;
  }
  .download-btn-container {
    width: 100%;
    margin-left: 0;
    align-items: center;
  }
  .download-btn-container p {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .download-btn-container .download-btn {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    height: 0;
    padding: 26px;
    font-size: 14px;
  }
  .messenger-section {
    flex-direction: column;
  }
}

/* --------------------------Present----------------------------------- */
.present {
  display: none;
}
.present .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 86px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 20px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
}
.info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.info-container {
  display: flex;
  flex-direction: column;
  max-width: 396px;
  justify-content: space-around;
  align-items: center;
}
.present h1 {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 8px;
  padding-top: 8px;
  color: #292929;
}
.present h3 {
  font-size: 18px;
  font-weight: 600;
  color: #a29ba9;
  text-align: center;
  margin-bottom: 4px;
}

.info-container p {
  font-size: 18px;
  font-weight: 500;
  color: #585858;
  text-align: center;
  margin: 0;
}
#present3 .info-container {
  margin-bottom: 40px;
}
.present .benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  margin: 0;
  margin-top: 20px;
  padding: 0;
}
.present .benefits-container .benefit {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  padding: 7px 12px;
  margin-right: 6px;
  margin-bottom: 0;
  margin-top: 8px;
}

.present .benefits-container .deep-blue {
  background-color: #6743f71a;
  color: #6743f7;
}
.present .benefits-container .orange {
  background-color: #ff5c001a;
  color: #ff5c00;
}

.present .benefits-container .pink {
  background-color: #ff006b1a;
  color: #ff006b;
}

.present .benefits-container .aqua {
  background-color: #179dfe1a;
  color: #179dfe;
}

.present .benefit img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

.present .download-btn-container {
  margin-left: 0;
  margin-top: 64px;
}
.present .download-btn-container .download-btn {
  margin-left: 0;
}

.present a:hover {
  text-decoration: underline;
  transition: transform 0.3s, opacity 0.3s;
}
.present .img-container {
  border-radius: 20px;
  padding: 0;
}
#present2 .img-container {
  background-color: #6743f70d;
}

.present .img-container img {
  width: 100%;
  max-width: 480px;
  height: auto;
}
.present .spiral {
  width: 12%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 72%;
}
#present2 .spiral {
  top: 66%;
}
#present3 .spiral {
  top: 64%;
}

#present4 .img-container img {
  padding: 15px;
}
.present4-bg {
  background-color: #6743f70d;
  border-radius: 10px;
  /* padding: 15px; */
}

.margin-left {
  margin-left: 78px !important;
}
@media (max-width: 768px) {
  .present .wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
    padding: 0;
  }

  .present .img-wrapper {
    order: 2;
  }

  .present .info-wrapper {
    order: 1;
  }
  .present h1 {
    font-size: 28px;
  }
  .present h3 {
    margin-top: 19px;
    margin-bottom: 0;
  }
  .present h1 {
    font-size: 24px;
  }
  .info-container {
    padding: 0 10px;
  }
  .present .info-container p {
    font-size: 14px;
  }

  .present .benefits-container {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 382px;
  }
  .present .benefits-container .benefit {
    font-size: 12px;
    padding: 7px 9px;
    margin: 0;
  }
  .present .benefit img {
    margin-right: 6px;
    width: 18px;
  }
  .present .download-btn-container {
    padding: 0 16px 24px 16px;
  }

  .present .spiral {
    width: 12%;
    bottom: 10%;
  }

  #present3 .info-container {
    margin-bottom: 10px;
  }
}
