:root {
  --black-color: #000;
  --white-color: #fff;
  --green-color:#C0FF00;
  --light-green:#DAEBC7;
  --gray-color:#2D2D2D;
  --blue-color:#06B5B9;
  --dark-blue-color:#052627;
  --light-blue-color:#85D3D3;
  --primary-font: "Sora", serif;
  --heading-font: "Big Shoulders Display", serif;
}
@media only screen and (min-width: 992px) {
  :root {
    --container-x: 100%;
  }
}
@media only screen and (min-width: 1251px) {
  :root {
    --container-x: 1180px;
  }
}
@media only screen and (min-width: 1341px) {
  :root {
    --container-x: 1280px;
  }
}
@media only screen and (min-width: 1451px) {
  :root {
    --container-x: 1380px;
  }
}
@media only screen and (min-width: 1561px) {
  :root {
    --container-x: 1480px;
  }
}
@media only screen and (min-width: 1671px) {
  :root {
    --container-x: 1580px;
  }
}

@keyframes wave {
  0%, 100% {
    transform: translate(0);
  }
  25% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(-20px);
  }
}
@keyframes waves {
  0%, 100% {
    transform: translate(0);
  }
  25% {
    transform: translateX(-20px);
  }
  50% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-20px);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-16px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes right {
  0% {
    transform: translatex(0px);
  }
  50% {
    transform: translatex(-16px);
  }
  100% {
    transform: translatex(0px);
  }
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  width: 100%;
  max-width: var(--container-x) !important;
  padding: 0px clamp(0.63rem, 0.71vw + 0.36rem, 0.94rem);
  margin: 0 auto;
}

a {
  text-decoration: none !important;
}

section {
  width: 100%;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 15px 0;
  transition: background-color 0.5s, padding 1s;
}
header .logo_sticky {
  display: none;
}
header .logo_normal {
  display: block;
}
header.sticky {
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 0;
  height: 100px;
}
header.sticky .container {
  height: 100%;
}
header.sticky .logo-wrap {
  width: 40px;
  display: inline-block;
}
header.sticky .logo-wrap.tutor_logo {
  width: 80px;
}
header.sticky .logo-wrap .logo_sticky {
  display: block;
}
header.sticky .logo-wrap .logo_normal {
  display: none;
}
header.sticky .outer ul li a {
  color: var(--white-color);
}
header.sticky .nav-but-wrap .menu-icon__line {
  background-color: var(--white-color);
}

.header_section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.header_section .banner_section {
  width: 100%;
  background: rgb(192, 255, 0);
  background: linear-gradient(55deg, rgb(192, 255, 0) 8%, rgb(218, 235, 199) 45%);
  height: clamp(41.25rem, 20.71vw + 33.48rem, 50.31rem);
  position: relative;
  z-index: 0;
}
.header_section .banner_section.terms_banner {
  height: 300px;
}
.header_section .banner_section.terms_banner .banner_content::after {
  display: none;
}
.header_section .banner_section.terms_banner .banner_content .banner_text {
  text-align: center;
}
@media (width <= 800px) {
  .header_section .banner_section.tutor_bnr {
    height: -moz-max-content;
    height: max-content;
  }
}
.header_section .banner_section .container {
  height: 100%;
}
.header_section .banner_section .banner_content {
  padding-top: 100px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.header_section .banner_section .banner_content.tutor-bnr::after {
  display: none;
}
@media (width <= 800px) {
  .header_section .banner_section .banner_content {
    flex-direction: column;
    padding-top: 160px;
  }
}
.header_section .banner_section .banner_content .banner_text {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 15;
}
@media (width <= 450px) {
  .header_section .banner_section .banner_content .banner_text {
    text-align: center;
  }
}
.header_section .banner_section .banner_content .banner_text h1 {
  font-family: var(--heading-font);
  font-size: clamp(3.75rem, 17.14vw + -2.68rem, 11.25rem);
  color: var(--blue-color);
  text-transform: uppercase;
  line-height: clamp(4.06rem, 13.57vw + -1.03rem, 10rem);
  font-weight: 600;
  white-space: nowrap;
}
.header_section .banner_section .banner_content .banner_text h4 {
  font-family: var(--heading-font);
  font-size: clamp(1.88rem, 4.29vw + 0.27rem, 3.75rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.header_section .banner_section .banner_content .banner_text h2 {
  font-family: var(--heading-font);
  font-size: clamp(2.5rem, 8.57vw + -0.71rem, 6.25rem);
  color: var(--blue-color);
  text-transform: uppercase;
  line-height: clamp(2.5rem, 8.57vw + -0.71rem, 6.25rem);
  font-weight: 600;
  white-space: nowrap;
}
.header_section .banner_section .banner_content .banner_text h2.learning_text {
  font-size: clamp(3.75rem, 15.43vw + -2.04rem, 10.5rem);
  line-height: clamp(3.75rem, 15.43vw + -2.04rem, 10.5rem);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  width: 100%;
}
.header_section .banner_section .banner_content .banner_text h2.learning_text::after {
  width: clamp(1.88rem, 10vw + -1.88rem, 6.25rem);
  height: clamp(1.88rem, 10vw + -1.88rem, 6.25rem);
  border-radius: 50px;
  background: var(--blue-color);
  position: absolute;
  content: "";
  right: 0;
  bottom: 30px;
}
.header_section .banner_section .banner_content .banner_text .cercle-img {
  position: absolute;
  top: 0;
  right: 0;
}
.header_section .banner_section .banner_content .banner_text .cercle-img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.header_section .banner_section .banner_content .modelimg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 520px;
  width: 100%;
}
.header_section .banner_section .banner_content .modelimg img {
  max-width: 100%;
  height: auto;
}
@media (width <= 800px) {
  .header_section .banner_section .banner_content .modelimg {
    position: relative;
  }
}
.header_section .banner_section .banner_content .tutorimg {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 650px;
  width: 100%;
}
.header_section .banner_section .banner_content .tutorimg .inmodelimg {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
}
.header_section .banner_section .banner_content .tutorimg .inmodelimg .cercle_home {
  width: 450px;
  height: 450px;
  border-radius: 450px;
  background-color: var(--blue-color);
  position: absolute;
  right: 0;
  top: 50px;
  transform: translatey(0px);
  animation: right 6s ease-in-out infinite;
}
@media (width <= 1000px) {
  .header_section .banner_section .banner_content .tutorimg .inmodelimg .cercle_home {
    width: 300px;
    height: 300px;
    right: 90px;
    top: 17px;
  }
}
@media (width <= 600px) {
  .header_section .banner_section .banner_content .tutorimg .inmodelimg .cercle_home {
    right: 0;
    top: 0;
  }
}
.header_section .banner_section .banner_content .tutorimg .inmodelimg img {
  max-width: 100%;
  height: auto;
  z-index: 10;
  position: relative;
}
.header_section .banner_section .banner_content .tutorimg img {
  max-width: 100%;
  height: auto;
}
@media (width <= 1000px) {
  .header_section .banner_section .banner_content .tutorimg {
    max-width: 550px;
  }
}
@media (width <= 800px) {
  .header_section .banner_section .banner_content .tutorimg {
    position: relative;
  }
}
.header_section .banner_section .banner_content .modelimg_home {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 810px;
  width: 100%;
}
.header_section .banner_section .banner_content .modelimg_home .inmodelimg {
  position: relative;
  width: 100%;
  height: auto;
}
.header_section .banner_section .banner_content .modelimg_home .inmodelimg .cercle_home {
  width: 450px;
  height: 450px;
  border-radius: 450px;
  background-color: var(--blue-color);
  position: absolute;
  right: 0;
  top: 50px;
  transform: translatey(0px);
  animation: right 6s ease-in-out infinite;
}
@media (width <= 1000px) {
  .header_section .banner_section .banner_content .modelimg_home .inmodelimg .cercle_home {
    width: 300px;
    height: 300px;
    right: 90px;
    top: 17px;
  }
}
@media (width <= 600px) {
  .header_section .banner_section .banner_content .modelimg_home .inmodelimg .cercle_home {
    right: 0;
    top: 0;
  }
}
.header_section .banner_section .banner_content .modelimg_home .inmodelimg img {
  max-width: 100%;
  height: auto;
  z-index: 10;
  position: relative;
}
@media (width <= 800px) {
  .header_section .banner_section .banner_content .modelimg_home {
    position: relative;
  }
}
.header_section .banner_section .banner_content::after {
  width: 194px;
  height: 194px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  background: url(../images/image-1.webp) no-repeat;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}
@media (width <= 800px) {
  .header_section .banner_section .banner_content::after {
    display: none;
  }
}
.header_section .banner_section .prd_bnr_img {
  padding-top: 100px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-size: contain;
}
.header_section .banner_section .prd_bnr_img.model_sphere {
  background: url(../images/products_bnr.webp) right bottom no-repeat;
  background-size: contain;
}
.header_section .banner_section .prd_bnr_img.modeleq {
  background: url(../images/products_bnr_1.webp) right bottom no-repeat;
  background-size: contain;
}
.header_section .banner_section .prd_bnr_img.modeleq1 {
  background: url(../images/products_bnr_2.webp) right bottom no-repeat;
  background-size: contain;
}
@media (width <= 800px) {
  .header_section .banner_section .prd_bnr_img {
    background-size: cover;
    background-position: left;
  }
}
.header_section .banner_section .prd_bnr_img .hero {
  width: 700px;
  color: white;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (width <= 800px) {
  .header_section .banner_section .prd_bnr_img .hero {
    width: 100%;
  }
}
.header_section .banner_section .prd_bnr_img .hero span {
  font-family: var(--primary-font);
  font-size: clamp(0.81rem, 0.71vw + 0.54rem, 1.13rem);
  color: var(--black-color);
  background-color: var(--white-color);
  padding: 5px 20px;
  border-radius: 40px;
}
.header_section .banner_section .prd_bnr_img .hero h1 {
  font-family: var(--heading-font);
  font-size: clamp(3.75rem, 10.29vw + -0.11rem, 8.25rem);
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 16px;
}
.header_section .banner_section .prd_bnr_img .hero h5 {
  font-family: var(--primary-font);
  font-size: clamp(1.38rem, 1.29vw + 0.89rem, 1.94rem);
  color: var(--white-color);
}
.header_section .banner_section .prd_bnr_img .hero h6 {
  font-family: var(--primary-font);
  font-size: clamp(1.13rem, 0.29vw + 1.02rem, 1.25rem);
  color: var(--white-color);
}
.header_section .banner_section .prd_bnr_img .hero h6.price {
  font-size: clamp(1.38rem, 1.57vw + 0.79rem, 2.06rem);
}
.header_section .banner_section .prd_bnr_img .hero p {
  font-family: var(--primary-font);
  font-size: clamp(0.88rem, 0.29vw + 0.77rem, 1rem);
  color: var(--white-color);
}
.header_section .banner_section .prd_bnr_img .hero .btn {
  background: var(--white-color);
  color: var(--black-color);
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--primary-font);
  font-size: clamp(0.88rem, 0.29vw + 0.77rem, 1rem);
  margin-top: 30px;
}
.header_section .banner_section.prd_bnr_hero.banner_1 {
  background: linear-gradient(to right, #a700ff, #6a00f4);
}
.header_section .banner_section.prd_bnr_hero.banner_2 {
  background: linear-gradient(to right, #06B3B7, #056769);
}
.header_section .banner_section.prd_bnr_hero.banner_3 {
  background: linear-gradient(to right, #47A125, #1C6A03);
}
.header_section .banner_section.prd_bnr_hero .deskres {
  border: 1px solid #b23bff;
  border-left: none;
  border-right: none;
}
.header_section .banner_section.prd_bnr_hero .deskres ul li a {
  color: var(--white-color);
}
.header_section .banner_section.prd_bnr_hero .container {
  padding-right: 0;
}
.header_section .banner_section .deskres {
  display: none;
}
@media (width <= 700px) {
  .header_section .banner_section .deskres {
    display: block;
    padding-bottom: 10px;
    margin-top: 68px;
    border: 1px solid #9bad88;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding-top: 10px;
    background: transparent;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
.header_section .banner_section .deskres ul {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 0;
  width: 100%;
  justify-content: center;
  padding: 0 8px;
}
.header_section .banner_section .deskres ul li {
  list-style: none;
}
.header_section .banner_section .deskres ul li a {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  list-style: none;
  color: var(--black-color);
}
.header_section .banner_section .deskres ul li a:hover {
  color: var(--blue-color);
}

.header-btm-section {
  width: 100%;
  position: relative;
  background-color: #daebc7;
  padding: clamp(1.88rem, 4.29vw + 0.27rem, 3.75rem) 0 clamp(1.25rem, 1.43vw + 0.71rem, 1.88rem) 0;
}
.header-btm-section .phoneapp {
  left: -100px;
  top: -160px;
  position: absolute;
  z-index: 2;
  width: 50%;
}
@media (width <= 900px) {
  .header-btm-section .phoneapp {
    left: 0px;
    top: 0px;
    width: 40%;
  }
}
@media (width <= 800px) {
  .header-btm-section .phoneapp {
    position: relative;
    display: block;
    width: 100%;
  }
}
@media (width <= 450px) {
  .header-btm-section .phoneapp {
    top: -60px;
  }
}
.header-btm-section .phoneapp img {
  max-width: 100%;
  height: auto;
}
.header-btm-section::after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  content: "";
  background: rgb(192, 255, 0);
  background: linear-gradient(146deg, rgb(192, 255, 0) 8%, rgb(218, 235, 199) 31%);
}
.header-btm-section .header-btm-row {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
.header-btm-section .header-btm-row .left_box {
  width: 50%;
  position: relative;
  height: 100%;
}
.header-btm-section .header-btm-row .left_box::after {
  width: 218px;
  height: 218px;
  position: absolute;
  top: -145px;
  right: 70px;
  content: "";
  background: url(../images/image-2.webp);
  transform: translatey(0px);
  animation: right 6s ease-in-out infinite;
}
@media (width <= 800px) {
  .header-btm-section .header-btm-row .left_box {
    display: none;
  }
}
.header-btm-section .header-btm-row .right_box {
  width: 50%;
}
@media (width <= 800px) {
  .header-btm-section .header-btm-row .right_box {
    width: 100%;
  }
}
.header-btm-section .header-btm-row .right_box .right__text_box {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width <= 900px) {
  .header-btm-section .header-btm-row .right_box .right__text_box {
    width: 100%;
  }
}
.header-btm-section .header-btm-row .right_box .right__text_box h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 3.43vw + 0.34rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.header-btm-section .header-btm-row .right_box .right__text_box h5 {
  font-family: var(--primary-font);
  font-size: clamp(1.13rem, 0.86vw + 0.8rem, 1.5rem);
  color: var(--black-color);
  font-weight: 600;
  line-height: 36px;
}
.header-btm-section .header-btm-row .right_box .right__text_box p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: 28px;
}
.header-btm-section .about-header-btm-row {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
.header-btm-section .about-header-btm-row .mobile_box {
  width: 50%;
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.header-btm-section .about-header-btm-row .right_box {
  margin-left: auto;
}
@media (width <= 800px) {
  .header-btm-section .about-header-btm-row .right_box {
    width: 100%;
  }
}
.header-btm-section .about-header-btm-row .right_box .right__text_box {
  width: 800px;
  height: 800px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--green-color);
  padding: clamp(1.88rem, 24vw + -7.13rem, 12.38rem);
  position: relative;
}
@media (width <= 900px) {
  .header-btm-section .about-header-btm-row .right_box .right__text_box {
    width: 100%;
  }
}
.header-btm-section .about-header-btm-row .right_box .right__text_box h5 {
  font-family: var(--primary-font);
  font-size: clamp(1.13rem, 0.86vw + 0.8rem, 1.5rem);
  color: var(--black-color);
  font-weight: 600;
  line-height: 36px;
}
.header-btm-section .about-header-btm-row .right_box .right__text_box p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: 28px;
}

.subpage_content_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(218, 235, 199) 100%);
  position: relative;
}
.subpage_content_section::after {
  width: 100%;
  background: #052627;
  height: 400px;
  position: absolute;
  bottom: 0;
  content: "";
}
.subpage_content_section .about_header-btm-section {
  width: 100%;
  position: relative;
  padding: 0;
  top: -80px;
}
@media (width <= 700px) {
  .subpage_content_section .about_header-btm-section {
    top: 30px;
  }
}
.subpage_content_section .about_header-btm-section .phoneapp {
  left: -100px;
  top: -160px;
  position: absolute;
  z-index: 2;
  width: 50%;
}
@media (width <= 900px) {
  .subpage_content_section .about_header-btm-section .phoneapp {
    left: 0px;
    top: 0px;
    width: 40%;
  }
}
@media (width <= 800px) {
  .subpage_content_section .about_header-btm-section .phoneapp {
    position: relative;
    display: block;
    width: 100%;
    top: -210px;
  }
}
@media (width <= 450px) {
  .subpage_content_section .about_header-btm-section .phoneapp {
    top: -60px;
  }
}
.subpage_content_section .about_header-btm-section .phoneapp img {
  max-width: 100%;
  height: auto;
}
.subpage_content_section .about_header-btm-section::after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  content: "";
}
.subpage_content_section .about_header-btm-section .header-btm-row {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
.subpage_content_section .about_header-btm-section .header-btm-row .left_box {
  width: 50%;
  position: relative;
  height: 100%;
}
.subpage_content_section .about_header-btm-section .header-btm-row .left_box::after {
  width: 218px;
  height: 218px;
  position: absolute;
  top: -145px;
  right: 70px;
  content: "";
  background: url(../images/image-2.png);
  transform: translatey(0px);
  animation: right 6s ease-in-out infinite;
}
@media (width <= 800px) {
  .subpage_content_section .about_header-btm-section .header-btm-row .left_box {
    display: none;
  }
}
.subpage_content_section .about_header-btm-section .header-btm-row .right_box {
  width: 50%;
}
@media (width <= 800px) {
  .subpage_content_section .about_header-btm-section .header-btm-row .right_box {
    width: 100%;
  }
}
.subpage_content_section .about_header-btm-section .header-btm-row .right_box .right__text_box {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width <= 900px) {
  .subpage_content_section .about_header-btm-section .header-btm-row .right_box .right__text_box {
    width: 100%;
  }
}
.subpage_content_section .about_header-btm-section .header-btm-row .right_box .right__text_box h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 3.43vw + 0.34rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.subpage_content_section .about_header-btm-section .header-btm-row .right_box .right__text_box h5 {
  font-family: var(--primary-font);
  font-size: clamp(1.13rem, 0.86vw + 0.8rem, 1.5rem);
  color: var(--black-color);
  font-weight: 600;
  line-height: 36px;
}
.subpage_content_section .about_header-btm-section .header-btm-row .right_box .right__text_box p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: 28px;
}
.subpage_content_section .about_header-btm-section .about-header-btm-row {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 2;
  justify-content: space-between;
}
@media (width <= 700px) {
  .subpage_content_section .about_header-btm-section .about-header-btm-row {
    flex-direction: column;
  }
}
.subpage_content_section .about_header-btm-section .about-header-btm-row .mobile_box {
  width: 50%;
  position: absolute;
  height: 100%;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: flex-end;
}
@media (width <= 1000px) {
  .subpage_content_section .about_header-btm-section .about-header-btm-row .mobile_box {
    width: 40%;
    z-index: 30;
  }
}
@media (width <= 700px) {
  .subpage_content_section .about_header-btm-section .about-header-btm-row .mobile_box {
    position: relative;
    width: 100%;
    padding: 0 10%;
    margin-bottom: -10px;
  }
}
.subpage_content_section .about_header-btm-section .about-header-btm-row .right_box {
  margin-left: auto;
}
.subpage_content_section .about_header-btm-section .about-header-btm-row .right_box .right__text_box {
  width: 800px;
  height: 800px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: var(--green-color);
  padding: clamp(5rem, 16.86vw + -1.32rem, 12.38rem);
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (width <= 1000px) {
  .subpage_content_section .about_header-btm-section .about-header-btm-row .right_box .right__text_box {
    width: 100%;
    height: auto;
    border-radius: 20px;
    padding: 50px 30px 130px 30%;
    z-index: 50;
  }
}
@media (width <= 700px) {
  .subpage_content_section .about_header-btm-section .about-header-btm-row .right_box .right__text_box {
    padding: 30px 20px;
  }
}
.subpage_content_section .about_header-btm-section .about-header-btm-row .right_box .right__text_box h5 {
  font-family: var(--primary-font);
  font-size: clamp(1.13rem, 0.86vw + 0.8rem, 1.5rem);
  color: var(--black-color);
  font-weight: 600;
  line-height: clamp(1.63rem, 1.43vw + 1.09rem, 2.25rem);
}
.subpage_content_section .about_header-btm-section .about-header-btm-row .right_box .right__text_box p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clamp(1.63rem, 0.29vw + 1.52rem, 1.75rem);
}
.subpage_content_section .about_header-btm-section .our_mission {
  width: 100%;
  background: var(--blue-color);
  display: flex;
  position: relative;
  padding: clamp(1.25rem, 4.29vw + -0.36rem, 3.13rem) clamp(1.25rem, 4.29vw + -0.36rem, 3.13rem) 0 clamp(1.25rem, 4.29vw + -0.36rem, 3.13rem);
  gap: 50px;
  z-index: 10;
  top: -70px;
  border-radius: 10px;
}
@media (width <= 700px) {
  .subpage_content_section .about_header-btm-section .our_mission {
    top: 0px;
    margin-top: 30px;
  }
}
.subpage_content_section .about_header-btm-section .our_mission .mission-text {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0 clamp(1.25rem, 4.29vw + -0.36rem, 3.13rem);
}
.subpage_content_section .about_header-btm-section .our_mission .mission-outer {
  width: 100%;
  display: flex;
  padding-top: clamp(4.38rem, 4.29vw + 2.77rem, 6.25rem);
  position: relative;
  z-index: 1;
}
@media (width <= 700px) {
  .subpage_content_section .about_header-btm-section .our_mission .mission-outer {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.subpage_content_section .about_header-btm-section .our_mission .mission-outer .mission_left {
  width: 35%;
}
@media (width <= 700px) {
  .subpage_content_section .about_header-btm-section .our_mission .mission-outer .mission_left {
    width: 100%;
  }
}
.subpage_content_section .about_header-btm-section .our_mission .mission-outer .mission_left img {
  max-width: initial;
  height: initial;
}
@media (width <= 700px) {
  .subpage_content_section .about_header-btm-section .our_mission .mission-outer .mission_left img {
    max-width: 100%;
    height: auto;
  }
}
.subpage_content_section .about_header-btm-section .our_mission .mission-outer .mission_right {
  width: 65%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding-right: 10%;
  justify-content: center;
}
@media (width <= 700px) {
  .subpage_content_section .about_header-btm-section .our_mission .mission-outer .mission_right {
    width: 100%;
    padding-right: 0;
    padding-top: 60px;
  }
}
.subpage_content_section .about_header-btm-section .our_mission .mission-outer .mission_right h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 1.86vw + 0.93rem, 2.44rem);
  color: #85d3d3;
  text-transform: uppercase;
  font-weight: 600;
}
.subpage_content_section .about_header-btm-section .our_mission .mission-outer .mission_right p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  line-height: 28px;
}

.subpage_terms_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(218, 235, 199) 100%);
  position: relative;
  padding: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) 0;
}
.subpage_terms_section .terms_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subpage_terms_section .terms_section h3 {
  font-family: var(--primary-font);
  font-size: clamp(1.56rem, 2.14vw + 0.76rem, 2.5rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clamp(1.38rem, 0.86vw + 1.05rem, 1.75rem);
}
.subpage_terms_section .terms_section .search_row {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: clamp(0.63rem, 3.71vw + -0.77rem, 2.25rem) 0;
}
.subpage_terms_section .terms_section .search_row .search_field {
  width: clamp(40.63rem, -50vw + 59.38rem, 18.75rem);
  color: var(--black-color);
  border: 1px solid #53565a;
  border-radius: 55px;
  height: 55px;
  padding: 0 28px;
  font-size: 16px;
  background: #eef6e6;
}
.subpage_terms_section .terms_section .terms_content {
  width: 100%;
}
.subpage_terms_section .terms_section .terms_content #accordion .card,
.subpage_terms_section .terms_section .terms_content #accordion1 .card,
.subpage_terms_section .terms_section .terms_content #accordion2 .card,
.subpage_terms_section .terms_section .terms_content #accordion3 .card,
.subpage_terms_section .terms_section .terms_content #accordion4 .card {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  border-bottom: 1px solid #828080;
  background: transparent;
}
.subpage_terms_section .terms_section .terms_content #accordion .card .card-header,
.subpage_terms_section .terms_section .terms_content #accordion1 .card .card-header,
.subpage_terms_section .terms_section .terms_content #accordion2 .card .card-header,
.subpage_terms_section .terms_section .terms_content #accordion3 .card .card-header,
.subpage_terms_section .terms_section .terms_content #accordion4 .card .card-header {
  background: none;
  border: none;
  width: 100%;
  padding: 0;
}
.subpage_terms_section .terms_section .terms_content #accordion .card .card-header h5,
.subpage_terms_section .terms_section .terms_content #accordion1 .card .card-header h5,
.subpage_terms_section .terms_section .terms_content #accordion2 .card .card-header h5,
.subpage_terms_section .terms_section .terms_content #accordion3 .card .card-header h5,
.subpage_terms_section .terms_section .terms_content #accordion4 .card .card-header h5 {
  width: 100%;
  margin-bottom: 0;
}
.subpage_terms_section .terms_section .terms_content #accordion .card .card-header h5 a,
.subpage_terms_section .terms_section .terms_content #accordion1 .card .card-header h5 a,
.subpage_terms_section .terms_section .terms_content #accordion2 .card .card-header h5 a,
.subpage_terms_section .terms_section .terms_content #accordion3 .card .card-header h5 a,
.subpage_terms_section .terms_section .terms_content #accordion4 .card .card-header h5 a {
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: clamp(1.06rem, 0.43vw + 0.9rem, 1.25rem);
  text-decoration: none;
  padding: 25px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subpage_terms_section .terms_section .terms_content #accordion .card .card-header h5 a .fa-plus,
.subpage_terms_section .terms_section .terms_content #accordion1 .card .card-header h5 a .fa-plus,
.subpage_terms_section .terms_section .terms_content #accordion2 .card .card-header h5 a .fa-plus,
.subpage_terms_section .terms_section .terms_content #accordion3 .card .card-header h5 a .fa-plus,
.subpage_terms_section .terms_section .terms_content #accordion4 .card .card-header h5 a .fa-plus {
  width: 40px;
  height: 40px;
  background: url(../images/plus.svg) no-repeat center;
}
.subpage_terms_section .terms_section .terms_content #accordion .card .card-header h5 a .fa-minus,
.subpage_terms_section .terms_section .terms_content #accordion1 .card .card-header h5 a .fa-minus,
.subpage_terms_section .terms_section .terms_content #accordion2 .card .card-header h5 a .fa-minus,
.subpage_terms_section .terms_section .terms_content #accordion3 .card .card-header h5 a .fa-minus,
.subpage_terms_section .terms_section .terms_content #accordion4 .card .card-header h5 a .fa-minus {
  width: 40px;
  height: 40px;
  background: url(../images/minus.svg) no-repeat center;
}
.subpage_terms_section .terms_section .terms_content #accordion .card .card-header.top-headline,
.subpage_terms_section .terms_section .terms_content #accordion1 .card .card-header.top-headline,
.subpage_terms_section .terms_section .terms_content #accordion2 .card .card-header.top-headline,
.subpage_terms_section .terms_section .terms_content #accordion3 .card .card-header.top-headline,
.subpage_terms_section .terms_section .terms_content #accordion4 .card .card-header.top-headline {
  padding: 0 0 0px;
  border-top: 1px solid #828080;
  border-radius: 0;
}
.subpage_terms_section .terms_section .terms_content #accordion .card .card-body,
.subpage_terms_section .terms_section .terms_content #accordion1 .card .card-body,
.subpage_terms_section .terms_section .terms_content #accordion2 .card .card-body,
.subpage_terms_section .terms_section .terms_content #accordion3 .card .card-body,
.subpage_terms_section .terms_section .terms_content #accordion4 .card .card-body {
  padding: 0 0 25px;
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
.subpage_terms_section .terms_section .terms_content #accordion .card .card-body p,
.subpage_terms_section .terms_section .terms_content #accordion1 .card .card-body p,
.subpage_terms_section .terms_section .terms_content #accordion2 .card .card-body p,
.subpage_terms_section .terms_section .terms_content #accordion3 .card .card-body p,
.subpage_terms_section .terms_section .terms_content #accordion4 .card .card-body p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: 23px;
}
.subpage_terms_section .terms_section .terms_content #accordion5 .card {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: transparent;
}
.subpage_terms_section .terms_section .terms_content #accordion5 .card .card-header {
  background: none;
  border: none;
  width: 100%;
  padding: 0;
}
.subpage_terms_section .terms_section .terms_content #accordion5 .card .card-header h5 {
  width: 100%;
  margin-bottom: 0;
}
.subpage_terms_section .terms_section .terms_content #accordion5 .card .card-header h5 a {
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: clamp(1.06rem, 0.43vw + 0.9rem, 1.25rem);
  text-decoration: none;
  padding: 25px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subpage_terms_section .terms_section .terms_content #accordion5 .card .card-header h5 a .fa-plus {
  width: 40px;
  height: 40px;
  background: url(../images/plus.svg) no-repeat center;
}
.subpage_terms_section .terms_section .terms_content #accordion5 .card .card-header h5 a .fa-minus {
  width: 40px;
  height: 40px;
  background: url(../images/minus.svg) no-repeat center;
}
.subpage_terms_section .terms_section .terms_content #accordion5 .card .card-header.top-headline {
  padding: 0 0 0px;
  border-top: 1px solid #828080;
  border-radius: 0;
}
.subpage_terms_section .terms_section .terms_content #accordion5 .card .card-body {
  padding: 0 0 25px;
  font-family: var(--primary-font);
  color: var(--black-color);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
.subpage_terms_section .terms_section .terms_content #accordion5 .card .card-body p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: 23px;
}
.subpage_terms_section .terms_section .terms_content .vertical-tabs .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: initial;
  padding-right: 10%;
}
@media (width <= 770px) {
  .subpage_terms_section .terms_section .terms_content .vertical-tabs .nav {
    padding-bottom: 20px;
    padding-right: 0;
  }
}
.subpage_terms_section .terms_section .terms_content .vertical-tabs .nav h3 {
  color: var(--black-color);
  font-size: clamp(1.38rem, 0.29vw + 1.27rem, 1.5rem);
  border-radius: 0;
  padding: 30px 0 10px 0;
  font-weight: 500;
  margin-bottom: 0;
}
@media (width <= 770px) {
  .subpage_terms_section .terms_section .terms_content .vertical-tabs .nav h3 {
    padding: 20px 0;
  }
}
.subpage_terms_section .terms_section .terms_content .vertical-tabs .nav-link {
  color: var(--black-color);
  font-size: clamp(1.38rem, 0.43vw + 1.21rem, 1.56rem);
  border-radius: 0;
  padding: 20px 0;
  font-weight: 600;
  width: 100%;
}
@media (width <= 770px) {
  .subpage_terms_section .terms_section .terms_content .vertical-tabs .nav-link {
    padding: 15px 0 !important;
  }
}
.subpage_terms_section .terms_section .terms_content .vertical-tabs .nav-link.sublink {
  font-size: clamp(1.13rem, 0.29vw + 1.02rem, 1.25rem);
  padding: 10px 0;
  font-weight: 600;
  color: #525252;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .subpage_terms_section .terms_section .terms_content .vertical-tabs .nav-link {
    border: none;
  }
}
.subpage_terms_section .terms_section .terms_content .vertical-tabs .nav-link.active {
  background: transparent;
  color: var(--black-color);
  border-bottom: 1px solid #828080;
  border-top: 1px solid #828080;
}
.subpage_terms_section .terms_section .terms_content .vertical-tabs .tab-content {
  margin-top: 0px;
}
.subpage_terms_section .terms_section .terms_content .vertical-tabs .tab-content p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: 35px;
}
.subpage_terms_section .terms_section .terms_content .vertical-tabs .tab-content h4 {
  font-family: var(--primary-font);
  font-size: clamp(1.25rem, 0.86vw + 0.93rem, 1.63rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}

.toggle-header {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.toggle-arrow {
  width: 37px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
}
.toggle-arrow svg:not(:root) {
  overflow: hidden;
  width: 100%;
  height: auto;
}

.rotated {
  transform: rotate(180deg);
}

.data .nav-link.active {
  background-color: #007bff; /* Bootstrap primary color */
  color: white;
}

.about_the_name {
  width: 100%;
  background: #052627;
  padding-bottom: clamp(1.88rem, 17.14vw + -4.55rem, 9.38rem);
}
.about_the_name .about_the_name_row {
  width: 100%;
  display: flex;
}
@media (width <= 700px) {
  .about_the_name .about_the_name_row {
    flex-direction: column;
    gap: 50px;
  }
}
.about_the_name .about_the_name_row .about_the_left {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (width <= 700px) {
  .about_the_name .about_the_name_row .about_the_left {
    width: 100%;
  }
}
.about_the_name .about_the_name_row .about_the_left h2 {
  font-family: var(--heading-font);
  font-size: clamp(3.13rem, 11vw + -1rem, 7.94rem);
  color: #85d3d3;
  text-transform: uppercase;
  font-weight: 600;
  line-height: clamp(3.13rem, 9.57vw + -0.46rem, 7.31rem);
}
.about_the_name .about_the_name_row .about_the_left h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 3.43vw + 0.34rem, 3.13rem);
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
}
.about_the_name .about_the_name_row .about_the_right {
  width: 30%;
  padding-top: 100px;
  padding-left: clamp(0rem, 7.14vw + -2.68rem, 3.13rem);
}
@media (width <= 700px) {
  .about_the_name .about_the_name_row .about_the_right {
    width: 100%;
    padding-top: 0px;
  }
}
.about_the_name .about_the_name_row .about_the_right p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  line-height: 35px;
}

.founder_section {
  width: 100%;
  padding: clamp(1.88rem, 11.43vw + -2.41rem, 6.88rem) 0;
}
.founder_section .founder_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: clamp(1.88rem, 11.43vw + -2.41rem, 6.88rem);
}
@media (width <= 700px) {
  .founder_section .founder_row {
    flex-direction: column;
    gap: 50px;
  }
}
.founder_section .founder_row .founder_left_row {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (width <= 700px) {
  .founder_section .founder_row .founder_left_row {
    width: 100%;
  }
}
.founder_section .founder_row .founder_left_row .nda-logo {
  width: 100%;
  padding-bottom: 20px;
  background-color: var(--black-color);
  display: flex;
  justify-content: center;
}
.founder_section .founder_row .founder_left_row h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 2vw + 0.88rem, 2.5rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.founder_section .founder_row .founder_left_row p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clamp(1.38rem, 0.86vw + 1.05rem, 1.75rem);
}
.founder_section .founder_row .founder_left_row .btn_link {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  background: var(--blue-color);
  text-decoration: none;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.founder_section .founder_row .founder_left_row .btn_link:hover {
  color: var(--white-color);
  background: #017a7d;
}
.founder_section .founder_row .founder_right_row {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (width <= 700px) {
  .founder_section .founder_row .founder_right_row {
    width: 100%;
  }
}
.founder_section .founder_row .founder_right_row h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.88rem, 2.86vw + 0.8rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.founder_section .founder_row .founder_right_row p {
  font-family: var(--primary-font);
  font-size: clamp(0.88rem, 0.29vw + 0.77rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clamp(1.38rem, 0.86vw + 1.05rem, 1.75rem);
}
.founder_section .out_team {
  width: 100%;
  background-color: #85d3d3;
  padding: clamp(1.25rem, 11.43vw + -3.04rem, 6.25rem) clamp(1.25rem, 11.43vw + -3.04rem, 6.25rem) 0 clamp(1.25rem, 2.86vw + 0.18rem, 2.5rem);
  display: flex;
  justify-content: space-between;
  gap: clamp(2.5rem, 1.43vw + 1.96rem, 3.13rem);
}
@media (width <= 700px) {
  .founder_section .out_team {
    flex-direction: column;
  }
}
.founder_section .out_team .out_team_left {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
@media (width <= 700px) {
  .founder_section .out_team .out_team_left {
    width: 100%;
  }
}
.founder_section .out_team .out_team_left h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.88rem, 2.86vw + 0.8rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.founder_section .out_team .out_team_right {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: clamp(1.88rem, 2.86vw + 0.8rem, 3.13rem);
}
@media (width <= 700px) {
  .founder_section .out_team .out_team_right {
    width: 100%;
  }
}
.founder_section .out_team .out_team_right h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.88rem, 2.86vw + 0.8rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.founder_section .out_team .out_team_right p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clamp(1.38rem, 1.86vw + 0.68rem, 2.19rem);
}
.founder_section .out_team .out_team_right .btn_link {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--blue-color);
  font-weight: 400;
  background: var(--white-color);
  text-decoration: none;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.founder_section .out_team .out_team_right .btn_link:hover {
  color: var(--white-color);
  background: #017a7d;
}

.bottom_list_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding-bottom: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem);
}
@media (width <= 700px) {
  .bottom_list_row {
    flex-direction: column;
    gap: 40px;
  }
}
.bottom_list_row .bottom_list_box {
  width: calc(33% - 10px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (width <= 700px) {
  .bottom_list_row .bottom_list_box {
    width: 100%;
  }
}
.bottom_list_row .bottom_list_box h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.75rem, 1.43vw + 1.21rem, 2.38rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.bottom_list_row .bottom_list_box p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clamp(1.25rem, 1.14vw + 0.82rem, 1.75rem);
}
.bottom_list_row .bottom_list_box .btn_link {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  background: var(--blue-color);
  text-decoration: none;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.bottom_list_row .bottom_list_box .btn_link:hover {
  color: var(--white-color);
  background: #017a7d;
}

.tutor_page_outer {
  display: flex;
  flex-direction: column;
  width: 100T;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(218, 235, 199) 100%);
}
.tutor_page_outer .bottom_list_section {
  width: 100%;
  padding-bottom: clamp(1.88rem, 11.43vw + -2.41rem, 6.88rem);
}
.tutor_page_outer .bottom_list_section .btm_list_outer {
  position: relative;
  width: 100%;
  flex-direction: column;
}
.tutor_page_outer .bottom_list_section .btm_list_outer::after {
  width: clamp(31.25rem, 42.86vw + 15.18rem, 50rem);
  height: clamp(31.25rem, 42.86vw + 15.18rem, 50rem);
  border-radius: 100%;
  background-color: var(--green-color);
  position: absolute;
  content: "";
  top: -93px;
  right: 0;
  z-index: 0;
}
@media (width <= 800px) {
  .tutor_page_outer .bottom_list_section .btm_list_outer::after {
    display: none;
  }
}
.tutor_page_outer .bottom_list_section .btm_list_outer .tutor_page_head {
  width: 100%;
  padding: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) 0 clamp(1.25rem, 2.86vw + 0.18rem, 2.5rem) 0;
  position: relative;
  z-index: 1;
}
.tutor_page_outer .bottom_list_section .btm_list_outer .tutor_page_head h2 {
  font-family: var(--heading-font);
  font-size: clamp(2.19rem, 2.14vw + 1.38rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.tutor_page_outer .bottom_list_section .btm_list_outer .bottom_list_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (width <= 700px) {
  .tutor_page_outer .bottom_list_section .btm_list_outer .bottom_list_row {
    flex-direction: column;
    gap: 40px;
  }
}
.tutor_page_outer .bottom_list_section .btm_list_outer .bottom_list_row .bottom_list_box {
  width: calc(33% - 10px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (width <= 700px) {
  .tutor_page_outer .bottom_list_section .btm_list_outer .bottom_list_row .bottom_list_box {
    width: 100%;
  }
}
.tutor_page_outer .bottom_list_section .btm_list_outer .bottom_list_row .bottom_list_box h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.75rem, 1.43vw + 1.21rem, 2.38rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.tutor_page_outer .bottom_list_section .btm_list_outer .bottom_list_row .bottom_list_box p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clamp(1.25rem, 1.14vw + 0.82rem, 1.75rem);
}
.tutor_page_outer .bottom_list_section .btm_list_outer .bottom_list_row .bottom_list_box .btn_link {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  background: var(--blue-color);
  text-decoration: none;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.tutor_page_outer .bottom_list_section .btm_list_outer .bottom_list_row .bottom_list_box .btn_link:hover {
  color: var(--white-color);
  background: #017a7d;
}
.tutor_page_outer .begin_section {
  width: 100%;
}
.tutor_page_outer .begin_section .begin_row {
  width: 100%;
  background-color: #ddffff;
  border-radius: 10px;
  padding: clamp(0.63rem, 7.14vw + -2.05rem, 3.75rem);
  /* Make sure tabs are horizontally aligned on larger screens */
}
@media (min-width: 768px) {
  .tutor_page_outer .begin_section .begin_row .nav-tabs .nav-item {
    flex-grow: 1; /* Make tabs equal width */
    text-align: center;
  }
}
.tutor_page_outer .begin_section .begin_row .nav {
  position: static;
  justify-content: space-between !important;
  gap: 15px;
  flex-wrap: nowrap;
  display: flex;
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .begin_row .nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.tutor_page_outer .begin_section .begin_row .nav .nav-item {
  flex-grow: inherit;
}
.tutor_page_outer .begin_section .begin_row .nav .nav-item .nav-link {
  background-color: transparent;
  color: var(--black-color);
  font-size: clamp(1.13rem, 0.86vw + 0.8rem, 1.5rem);
  font-family: var(--primary-font);
  font-weight: 600;
  border: none;
  border-radius: 0;
  outline: none;
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .begin_row .nav .nav-item .nav-link {
    white-space: nowrap;
  }
}
.tutor_page_outer .begin_section .begin_row .nav .nav-item .nav-link.active {
  color: #06b5b9;
  border-bottom: 1px solid #06b5b9;
}
.tutor_page_outer .begin_section .begin_row .tab_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: clamp(0rem, 5.71vw + -2.14rem, 2.5rem) 0;
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .begin_row .tab_content {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.tutor_page_outer .begin_section .begin_row .tab_content .tab_left {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .begin_row .tab_content .tab_left {
    width: 100%;
  }
}
.tutor_page_outer .begin_section .begin_row .tab_content .tab_left p {
  font-family: var(--primary-font);
  font-size: clamp(0.88rem, 0.29vw + 0.77rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clampGern(22px, 35px);
}
.tutor_page_outer .begin_section .begin_row .tab_content .tab_left a {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: #06b5b9;
  font-weight: 400;
  text-decoration: underline !important;
}
.tutor_page_outer .begin_section .begin_row .tab_content .tab_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .begin_row .tab_content .tab_right {
    width: 100%;
    padding-top: 30px;
  }
}
.tutor_page_outer .begin_section .learning_row {
  width: 100%;
  background: #ddffff;
  border-radius: 10px;
  padding: clamp(0.63rem, 7.14vw + -2.05rem, 3.75rem) clamp(0.63rem, 7.14vw + -2.05rem, 3.75rem) 0 clamp(0.63rem, 7.14vw + -2.05rem, 3.75rem);
  /* Make sure tabs are horizontally aligned on larger screens */
}
.tutor_page_outer .begin_section .learning_row.product_page {
  background: transparent !important;
}
.tutor_page_outer .begin_section .learning_row.product_page .tab_left {
  width: 50% !important;
  padding-left: clamp(1.25rem, 4.29vw + -0.36rem, 3.13rem);
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .learning_row.product_page .tab_left {
    width: 100% !important;
    padding-left: 0px;
    padding-top: 30px;
  }
}
.tutor_page_outer .begin_section .learning_row.product_page h4 {
  font-size: clamp(1.75rem, 3.14vw + 0.57rem, 3.13rem);
  color: var(--black-color);
  font-family: var(--heading-font);
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
.tutor_page_outer .begin_section .learning_row.product_page .nav {
  justify-content: flex-start !important;
  gap: 50px;
}
.tutor_page_outer .begin_section .learning_row h3 {
  font-size: clamp(1.75rem, 3.14vw + 0.57rem, 3.13rem);
  color: var(--black-color);
  font-family: var(--heading-font);
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-bottom: clamp(0rem, 7.14vw + -2.68rem, 3.13rem);
}
@media (min-width: 768px) {
  .tutor_page_outer .begin_section .learning_row .nav-tabs .nav-item {
    flex-grow: 1; /* Make tabs equal width */
    text-align: center;
  }
}
.tutor_page_outer .begin_section .learning_row .nav {
  position: static;
  justify-content: space-between !important;
  gap: 15px;
  flex-wrap: nowrap;
  display: flex;
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .learning_row .nav {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.tutor_page_outer .begin_section .learning_row .nav .nav-item {
  flex-grow: inherit;
}
.tutor_page_outer .begin_section .learning_row .nav .nav-item .nav-link {
  background-color: transparent;
  color: var(--black-color);
  font-size: clamp(1.13rem, 0.86vw + 0.8rem, 1.5rem);
  font-family: var(--primary-font);
  font-weight: 600;
  border: none;
  border-radius: 0;
  outline: none;
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .learning_row .nav .nav-item .nav-link {
    white-space: nowrap;
  }
}
.tutor_page_outer .begin_section .learning_row .nav .nav-item .nav-link.active {
  color: #06b5b9;
  border-bottom: 1px solid #06b5b9;
}
.tutor_page_outer .begin_section .learning_row .tab_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: clamp(0rem, 8.57vw + -3.21rem, 3.75rem) 0 0 0;
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .learning_row .tab_content {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.tutor_page_outer .begin_section .learning_row .tab_content .tab_left {
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .learning_row .tab_content .tab_left {
    width: 100%;
  }
}
.tutor_page_outer .begin_section .learning_row .tab_content .tab_left p {
  font-family: var(--primary-font);
  font-size: clamp(0.88rem, 0.29vw + 0.77rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clampGern(22px, 35px);
}
.tutor_page_outer .begin_section .learning_row .tab_content .tab_left a {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: #06b5b9;
  font-weight: 400;
  text-decoration: underline !important;
}
.tutor_page_outer .begin_section .learning_row .tab_content .tab_right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 800px) {
  .tutor_page_outer .begin_section .learning_row .tab_content .tab_right {
    width: 100%;
    padding-top: 30px;
  }
}
.tutor_page_outer .tutor_btm {
  width: 100%;
  padding: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) clamp(0.63rem, 12.86vw + -4.2rem, 6.25rem);
}
.tutor_page_outer .tutor_btm .tutor_btm_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: clamp(0.63rem, 7.86vw + -2.32rem, 4.06rem);
}
@media (width <= 800px) {
  .tutor_page_outer .tutor_btm .tutor_btm_row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.tutor_page_outer .tutor_btm .tutor_btm_row .imgbox {
  width: 20%;
}
@media (width <= 800px) {
  .tutor_page_outer .tutor_btm .tutor_btm_row .imgbox {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 50px;
  }
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  width: 60%;
}
@media (width <= 800px) {
  .tutor_page_outer .tutor_btm .tutor_btm_row .contentbox {
    width: 100%;
  }
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 3.43vw + 0.34rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox h5 {
  font-family: var(--primary-font);
  font-size: clamp(1.13rem, 0.29vw + 1.02rem, 1.25rem);
  color: var(--black-color);
  font-weight: 400;
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clampGern(22px, 35px);
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox .btn_link {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  background: var(--blue-color);
  text-decoration: none;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox .btn_link:hover {
  color: var(--white-color);
  background: #017a7d;
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox_sub {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  width: 100%;
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox_sub h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 3.43vw + 0.34rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox_sub .btnrow {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox_sub .btnrow .btn_link {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  background: var(--blue-color);
  text-decoration: none;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox_sub .btnrow .btn_link:hover {
  color: var(--white-color);
  background: #017a7d;
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox_sub .btnrow .sub_btn_link {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--blue-color);
  font-weight: 400;
  background: var(--white-color);
  border: 1px solid var(--blue-color);
  text-decoration: none;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.tutor_page_outer .tutor_btm .tutor_btm_row .contentbox_sub .btnrow .sub_btn_link:hover {
  color: var(--white-color);
  background: #017a7d;
}
.tutor_page_outer .btm_cont_sec {
  width: 100%;
  padding: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) 0 clamp(3.13rem, 18.57vw + -3.84rem, 11.25rem) 0;
}
@media (width <= 1000px) {
  .tutor_page_outer .btm_cont_sec {
    padding: 60px 0;
  }
}
@media (width <= 600px) {
  .tutor_page_outer .btm_cont_sec {
    padding-top: 0;
  }
}
.tutor_page_outer .btm_cont_sec .content_section {
  width: 100%;
  position: relative;
}
@media (width <= 1000px) {
  .tutor_page_outer .btm_cont_sec .content_section {
    display: flex;
    align-items: center;
  }
}
@media (width <= 600px) {
  .tutor_page_outer .btm_cont_sec .content_section {
    flex-direction: column-reverse;
    gap: 30px;
  }
}
.tutor_page_outer .btm_cont_sec .content_section .rightimg {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -206px;
  right: 0;
}
@media (width <= 1200px) {
  .tutor_page_outer .btm_cont_sec .content_section .rightimg {
    width: 700px;
    height: 700px;
    top: -206px;
  }
}
@media (width <= 1000px) {
  .tutor_page_outer .btm_cont_sec .content_section .rightimg {
    width: 50%;
    height: auto;
    position: static;
  }
}
@media (width <= 600px) {
  .tutor_page_outer .btm_cont_sec .content_section .rightimg {
    width: 100%;
    margin-top: -50px;
  }
}
@media (width <= 400px) {
  .tutor_page_outer .btm_cont_sec .content_section .rightimg {
    margin-top: -20px;
  }
}
.tutor_page_outer .btm_cont_sec .content_section .content_text {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (width <= 600px) {
  .tutor_page_outer .btm_cont_sec .content_section .content_text {
    width: 100%;
  }
}
.tutor_page_outer .btm_cont_sec .content_section .content_text h2 {
  font-size: clamp(2rem, 7vw + -0.63rem, 5.06rem);
  color: var(--blue-color);
  font-family: var(--heading-font);
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
@media (width <= 600px) {
  .tutor_page_outer .btm_cont_sec .content_section .content_text h2 .none {
    display: none;
  }
}
.tutor_page_outer .btm_cont_sec .content_section .content_text p {
  font-size: clamp(1rem, 1.14vw + 0.57rem, 1.5rem);
  color: var(--black-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(1.25rem, 1.14vw + 0.82rem, 1.75rem);
  font-weight: 500;
}

/* #Cursor
================================================== */
.cursor,
.cursor2,
.cursor3 {
  position: fixed;
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  left: -100px;
  top: 50%;
  mix-blend-mode: difference;
  transition: all 300ms linear;
}

.cursor {
  background-color: #fff;
  height: 0;
  width: 0;
  z-index: 99999;
}

.cursor2,
.cursor3 {
  height: 36px;
  width: 36px;
  z-index: 99998;
  transition: all 0.3s ease-out;
}

.cursor2.hover,
.cursor3.hover {
  transform: scale(2) translateX(-25%) translateY(-25%);
  border: none;
}

.cursor2 {
  border: 2px solid #fff;
  box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.cursor2.hover {
  background: rgb(255, 255, 255);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 1200px) {
  .cursor,
  .cursor2,
  .cursor3 {
    display: none;
  }
}
/* #Navigation
================================================== */
.cd-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.header-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.nav-active header.sticky {
  background: none;
}
.nav-active header.sticky .logo_sticky {
  display: none;
}
.nav-active .deskres {
  border-radius: 0px;
  background: #09090c;
  border-left: none;
  border-right: none;
  border-top: 1px solid #313139;
  border-bottom: 1px solid #313139;
}
.nav-active .deskres ul li a {
  color: #fff;
}

.logo-wrap {
  display: block;
  cursor: pointer;
  transition: all 0.3s ease-out;
  width: 90px;
}
.logo-wrap.tutor_logo {
  width: 118px;
}
@media (width <= 576px) {
  .logo-wrap {
    width: 60px;
  }
}

.logo-wrap a {
  cursor: pointer;
  transition: all 0.3s ease-out;
  width: 100%;
}

.logo-wrap a span {
  color: #8167a9;
}

.logo-wrap a:hover {
  opacity: 0.9;
}

.outer {
  display: flex;
  align-items: center;
  gap: 35px;
}
.outer .deskmenu {
  display: block;
}
@media (width <= 700px) {
  .outer .deskmenu {
    display: none;
  }
}
.outer .deskmenu ul {
  display: flex;
  gap: clamp(0.94rem, 2.14vw + 0.13rem, 1.88rem);
  align-items: center;
  margin: 0;
}
.outer .deskmenu ul li {
  list-style: none;
}
.outer .deskmenu ul li a {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  list-style: none;
  color: var(--black-color);
}
.outer .deskmenu ul li a:hover {
  color: var(--blue-color);
}
.outer .deskmenu ul li a.prd {
  color: var(--white-color);
}

.login_btn {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  background: var(--blue-color);
  text-decoration: none;
  padding: 0px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login_btn:hover {
  color: var(--white-color);
  background: #017a7d;
}

.nav-but-wrap {
  position: relative;
  display: inline-block;
  float: right;
  transition: all 0.3s ease-out;
}

.menu-icon {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block;
  padding-top: 7px;
}

.menu-icon__line {
  height: 2px;
  width: 30px;
  display: block;
  background-color: #000;
  margin-bottom: 7px;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.5s ease;
}
.menu-icon__line.white {
  background: var(--white-color);
}

.menu-icon__line-left {
  width: 16.5px;
  transition: all 200ms linear;
}

.menu-icon__line-right {
  width: 16.5px;
  float: right;
  transition: all 200ms linear;
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 30px;
}

.nav {
  position: fixed;
  z-index: 98;
  top: 0;
}

.nav:before,
.nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(20, 21, 26, 0.6);
  border-bottom-left-radius: 200%;
  z-index: -1;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transform: translateX(100%) translateY(-100%);
}

.nav:after {
  background: rgb(9, 9, 12);
  transition-delay: 0s;
}

.nav:before {
  transition-delay: 0.2s;
}

.nav__content {
  position: fixed;
  visibility: hidden;
  top: 50%;
  margin-top: 20px;
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
}

.nav__list {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.nav__list-item {
  position: relative;
  display: block;
  transition-delay: 0.8s;
  opacity: 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-family: var(--heading-font);
  font-weight: 500;
  transform: translate(100px, 0%);
  transition: opacity 0.2s ease, transform 0.3s ease;
  margin-top: 0;
  margin-bottom: 0;
}

.nav__list-item a {
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  cursor: pointer;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 700;
  z-index: 2;
  display: inline-block;
  text-transform: uppercase;
  transition: all 200ms linear;
  font-size: clamp(1.88rem, 2.86vw + 0.8rem, 3.13rem);
}

.nav__list-item a:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -2px;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: var(--blue-color);
  z-index: 1;
  transition: all 200ms linear;
}

.nav__list-item a:hover:after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.nav__list-item a:hover {
  color: rgb(255, 255, 255);
}

.nav__list-item.active-nav a {
  color: rgb(255, 255, 255);
}

.nav__list-item.active-nav a:after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.logo_nav_active {
  display: none;
}

.nav-active .logo_nav_active {
  display: block;
}
.nav-active .logo_normal {
  display: none;
}

.nav-active .nav__content {
  visibility: visible;
}

.nav-active .menu-icon__line {
  background-color: #fff;
  transform: translate(0px, 0px) rotate(-45deg);
}

.nav-active .menu-icon__line-left {
  width: 15px;
  transform: translate(2px, 4px) rotate(45deg);
}

.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  transform: translate(-3px, -3.5px) rotate(45deg);
}

.nav-active .menu-icon:hover .menu-icon__line-left,
.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}

.nav-active .nav {
  visibility: visible;
}

.nav-active .nav:before,
.nav-active .nav:after {
  transform: translateX(0%) translateY(0%);
  border-radius: 0;
}

.nav-active .nav:after {
  transition-delay: 0.1s;
}

.nav-active .nav:before {
  transition-delay: 0s;
}

.nav-active .nav__list-item {
  opacity: 1;
  transform: translateX(0%);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
}

.nav-active .nav__list-item:nth-child(0) {
  transition-delay: 0.7s;
}

.nav-active .nav__list-item:nth-child(1) {
  transition-delay: 0.8s;
}

.nav-active .nav__list-item:nth-child(2) {
  transition-delay: 0.9s;
}

.nav-active .nav__list-item:nth-child(3) {
  transition-delay: 1s;
}

.nav-active .nav__list-item:nth-child(4) {
  transition-delay: 1.1s;
}

.nav-active .nav__list-item:nth-child(5) {
  transition-delay: 1.2s;
}

.nav-active .nav__list-item:nth-child(6) {
  transition-delay: 1.3s;
}

.nav-active .nav__list-item:nth-child(7) {
  transition-delay: 1.4s;
}

.nav-active .nav__list-item:nth-child(8) {
  transition-delay: 1.5s;
}

.nav-active .nav__list-item:nth-child(9) {
  transition-delay: 1.6s;
}

.nav-active .nav__list-item:nth-child(10) {
  transition-delay: 1.7s;
}

#switch,
#circle {
  cursor: pointer;
  transition: all 300ms linear;
}

#switch {
  width: 60px;
  height: 8px;
  margin: 0 auto;
  text-align: center;
  border: 2px solid #000;
  border-radius: 27px;
  background: #8167a9;
  position: relative;
  display: inline-block;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #fff;
}

.switched {
  border-color: #8167a9 !important;
  background: #000 !important;
}

.switched #circle {
  left: 43px;
  background: #000;
}

/* #Light
================================================== */
.light {
  background-color: #fff;
}

.light .cursor,
.light .cursor2,
.light .cursor3 {
  mix-blend-mode: normal;
}

.light .cursor2 {
  border: 2px solid #1f2029;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.light .cursor2.hover {
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}

.light .logo-wrap a {
  color: #1f2029;
}

.light .menu-icon__line {
  background-color: #1f2029;
}

.light .nav:before {
  background: rgba(235, 235, 235, 0.6);
}

.light .nav:after {
  background: rgb(250, 250, 250);
}

.light .nav__list-item a {
  color: rgba(0, 0, 0, 0.6);
}

.light .nav__list-item a:hover {
  color: #1f2029;
}

.light .nav__list-item.active-nav a {
  color: #1f2029;
}

.light .switch-wrap h1 {
  color: #000;
}

.light .switch-wrap p span:nth-child(2):before {
  opacity: 1;
  background-color: #000;
}

.light .switch-wrap p span:nth-child(1):before {
  opacity: 0;
}

/* #Link to page
================================================== */
.link-to-portfolio {
  position: fixed;
  bottom: 40px;
  right: 50px;
  z-index: 200;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 3px;
  background-position: center center;
  background-size: 65%;
  background-repeat: no-repeat;
  background-image: url("https://assets.codepen.io/1462889/fcy.png");
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  transition: opacity 0.2s, border-radius 0.2s, box-shadow 0.2s;
  transition-timing-function: ease-out;
}

.link-to-portfolio:hover {
  opacity: 0.8;
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
}

.home_about_row {
  width: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(218, 235, 199) 100%);
  padding-top: clamp(1.25rem, 11.43vw + -3.04rem, 6.25rem);
}
.home_about_row .home_about {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 900px) {
  .home_about_row .home_about {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.home_about_row .home_about .home_about_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: clamp(0rem, 14.29vw + -5.36rem, 6.25rem);
}
@media (width <= 900px) {
  .home_about_row .home_about .home_about_left {
    width: 100%;
  }
}
.home_about_row .home_about .home_about_left h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 3.43vw + 0.34rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.home_about_row .home_about .home_about_left p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
  line-height: clamp(1.25rem, 1.43vw + 0.71rem, 1.88rem);
}
.home_about_row .home_about .home_about_left .btn_link {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  background: var(--blue-color);
  text-decoration: none;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
}
.home_about_row .home_about .home_about_left .btn_link:hover {
  color: var(--white-color);
  background: #017a7d;
}
.home_about_row .home_about .home_about_right {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (width <= 900px) {
  .home_about_row .home_about .home_about_right {
    width: 100%;
  }
}
.home_about_row .home_about .home_about_right .fashion_logo {
  position: absolute;
}

.fashion-community {
  width: 100%;
  padding: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) 0 clamp(0.63rem, 12.86vw + -4.2rem, 6.25rem) 0;
}
.fashion-community .fashion-community-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.fashion-community .fashion-community-row h2 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 3.43vw + 0.34rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
}
.fashion-community .fashion-community-row .slider-row {
  width: 100%;
}
.fashion-community .fashion-community-row .slider-row .carousel-3D-swiper-section {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  margin: auto;
  overflow: hidden;
}
.fashion-community .fashion-community-row .slider-row .carousel-3D-swiper-title {
  text-align: center;
  font-size: 3rem;
  color: orangered;
}
.fashion-community .fashion-community-row .slider-row .carousel-3D-swiper .swiper-slide {
  position: relative;
}
.fashion-community .fashion-community-row .slider-row .carousel-3D-swiper .image-wrapper {
  overflow: hidden;
}
.fashion-community .fashion-community-row .slider-row .carousel-3D-swiper .image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.fashion-community .fashion-community-row .slider-row .details {
  padding: 25px 20px;
  font-weight: 600;
  text-align: center;
}
.fashion-community .fashion-community-row .slider-row .details span {
  display: block;
  font-size: 16px;
  color: #f44336;
}
.fashion-community .fashion-community-row .slider-row .details h3 {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(1.25rem, 2.86vw + 0.18rem, 2.5rem);
  color: var(--blue-color);
  text-transform: uppercase;
  font-weight: 600;
}
.fashion-community .fashion-community-row .slider-row .details p {
  margin: 8px 0 0;
  opacity: 0.65;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--black-color);
  font-weight: 400;
}
.fashion-community .fashion-community-row .slider-row .swiper-3d {
  padding-bottom: 50px;
}
.fashion-community .fashion-community-row .slider-row .carousel-3D-swiper-section .swiper-pagination-bullet {
  margin: 0px 8px 0 8px;
  width: 16px;
  height: 16px;
  z-index: 50;
  background: #e9e9e9;
  opacity: 1;
}
.fashion-community .fashion-community-row .slider-row .carousel-3D-swiper-section .swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--blue-color);
}
.fashion-community .fashion-community-row .slider-row .swiper-3d .swiper-slide-shadow-right,
.fashion-community .fashion-community-row .slider-row .swiper-3d .swiper-slide-shadow-left {
  background-image: none;
}

#Gateway {
  width: 100%;
  height: auto;
  display: block;
  padding: 30px 0 clamp(1.88rem, 12.86vw - 2.95rem, 7.5rem) 0;
}
#Gateway .tleWrap {
  padding-bottom: clamp(1.88rem, 2.86vw + 0.8rem, 3.13rem);
}
#Gateway .tleWrap .mHd {
  font-family: var(--heading-font);
  font-size: clamp(1.88rem, 10.43vw + -2.04rem, 6.44rem);
  font-weight: 600;
  color: var(--blue-color);
  text-transform: uppercase;
  line-height: clamp(1.88rem, 10.43vw + -2.04rem, 6.44rem);
  display: inline-block;
  width: 100%;
}
#Gateway .tleWrap.center {
  text-align: center;
}
#Gateway .tleWrap h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 3.43vw + 0.34rem, 3.13rem);
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
}
#Gateway .tleWrap .explore_btn {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  background: var(--blue-color);
  text-decoration: none;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 6px;
  display: inline-block;
  margin-top: 25px;
}
#Gateway .tleWrap .explore_btn:hover {
  color: var(--white-color);
  background: #017a7d;
}
#Gateway .gatewayBx {
  border-radius: 20px;
  -webkit-border-radius: 20px;
}

@media only screen and (min-width: 767px) {
  #Gateway .gatewayBx {
    aspect-ratio: auto;
  }
}
@media only screen and (min-width: 767px) {
  #Gateway .gatewaySlide {
    opacity: 1;
    overflow: visible;
  }
  #Gateway .gatewaySlide .swiper-wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide {
    width: 14.2857142857%;
    padding: 0 4px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide .gatewayBx img {
    transition: transform 0.4s ease;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide .gatewayBx img:hover {
    transform: scale(1.05);
  }
}
@media only screen and (min-width: 767px) and (max-width: 576px) {
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide {
    padding: 0 2px;
  }
}
@media only screen and (min-width: 767px) {
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(1) {
    width: 10%;
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(1) .gatewayBx {
    transform: translateY(-30px);
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(2) {
    width: 10%;
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(2) .gatewayBx {
    transform: translateY(60px);
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(3) {
    width: 12%;
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(3) .gatewayBx {
    transform: translateY(-10px);
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(4) {
    width: 20%;
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(5) {
    width: 12%;
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(5) .gatewayBx {
    transform: translateY(60px);
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(6) {
    width: 10%;
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(6) .gatewayBx {
    transform: translateY(-10px);
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(7) {
    width: 10%;
  }
  #Gateway .gatewaySlide .swiper-wrapper .swiper-slide:nth-child(7) .gatewayBx {
    transform: translateY(60px);
  }
}
#Footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: block;
  padding: var(--delmt-y) 0 0;
  background-color: #2d2d2d;
}

@media only screen and (max-width: 468px) {
  #Footer {
    padding: var(--delmt-y) 0 40px;
  }
}
#Footer .ftTle {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
  display: block;
}

@media only screen and (min-width: 576px) {
  #Footer .ftTle {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  #Footer .ftTle {
    font-size: 16px;
  }
}
.app_download {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1.25rem, 4.29vw + -0.36rem, 3.13rem);
  padding: clamp(1.88rem, 2.86vw + 0.8rem, 3.13rem) 10px 0 10px;
}

#Footer .ftTxt,
#Footer .infoUl > li p,
#Footer .infoUl > li a {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
  color: #a0a0a0;
  margin: 0;
  display: inline-block;
  text-decoration: none;
  list-style: none;
  font-family: var(--primary-font);
}

#Footer .ftTxt a,
#Footer .infoUl > li p a,
#Footer .infoUl > li a a {
  color: #fff;
  text-decoration: none;
}

#Footer .ftTxt b,
#Footer .ftTxt strong,
#Footer .infoUl > li p b,
#Footer .infoUl > li a b,
#Footer .infoUl > li p strong,
#Footer .infoUl > li a strong {
  color: #fff;
}

#Footer .tel,
#Footer .mail {
  word-break: break-all;
}

#Footer a:hover,
#Footer .active {
  color: var(--blue-color);
}

#Footer .logoWrap {
  display: none;
}

@media only screen and (min-width: 980px) {
  #Footer .logoWrap {
    width: 100%;
    max-width: 40px;
    height: auto;
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  #Footer .logoWrap {
    max-width: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #Footer .logoWrap {
    max-width: 80px;
  }
}
#Footer .logoWrap img,
#Footer .logoWrap svg {
  display: block;
}

#Footer .partnerBx {
  width: 100%;
  max-width: 120px;
  height: auto;
  display: block;
}

#Footer .partnerBx img {
  transition: transform 0.4s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 992px) {
  #Footer .partnerBx {
    max-width: 120px;
  }
}
#Footer .partnerBx:hover img {
  transform: scale(1.2);
}

#Footer .partnerBx img,
#Footer .partnerBx svg {
  transition: transform 0.4s ease;
  -o-object-fit: contain;
  object-fit: contain;
}

#Footer .ftUl {
  display: block;
  padding-left: 0;
}

#Footer .ftUl > li {
  width: 100%;
  list-style: none;
  font-family: var(--primary-fontftBtm);
}

#Footer .ftUl > li:not(:last-of-type) {
  margin-bottom: 4px;
}

#Footer .infoUl > li p > span {
  font-size: 80%;
}

#Footer .infoUl > li a:hover {
  color: #01eeff;
}

#Footer .ftSocialUl {
  margin: 0 -4px;
  align-items: center;
  display: flex;
}

@media only screen and (min-width: 992px) {
  #Footer .ftSocialUl {
    margin: 0 -6px;
  }
}
@media only screen and (min-width: 1551px) {
  #Footer .ftSocialUl {
    margin: 0 -8px;
  }
}
#Footer .ftSocialUl li {
  padding: 0 4px 4px 4px;
}

@media only screen and (min-width: 992px) {
  #Footer .ftSocialUl li {
    padding: 0 6px 6px 6px;
  }
}
@media only screen and (min-width: 1551px) {
  #Footer .ftSocialUl li {
    padding: 0 8px 8px 8px;
  }
}
#Footer .ftSocialUl a {
  width: 25px;
  height: auto;
  aspect-ratio: 4/4;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  #Footer .ftSocialUl a {
    width: 30px;
  }
}
#Footer .ftSocialUl a:hover img,
#Footer .ftSocialUl a:hover svg {
  transform: scale(1.1);
}

#Footer .ftSocialUl a img,
#Footer .ftSocialUl a svg {
  max-width: 12px;
  max-height: 12px;
  display: block;
  fill: #fff;
  transition: transform 0.3s ease;
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 992px) {
  #Footer .ftSocialUl a img,
  #Footer .ftSocialUl a svg {
    max-width: 14px;
    max-height: 14px;
  }
}
#Footer .itemWrap:not(:last-of-type) {
  margin-bottom: 15px;
}

@media only screen and (min-width: 576px) {
  #Footer .itemWrap:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #Footer .itemWrap:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
#Footer .ftAccordion {
  padding: 0;
  margin: 0 -8px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  #Footer .ftAccordion {
    margin: 0 -15px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 992px) {
  #Footer .ftAccordion {
    margin: 0 -20px;
  }
}
@media only screen and (min-width: 1551px) {
  #Footer .ftAccordion {
    margin: 0 -30px;
  }
}
#Footer .ftAccordion .accordion-button {
  cursor: pointer;
  border: none;
  border-radius: 0;
  outline: none;
  text-decoration: none;
  text-align: unset;
  list-style-type: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
#Footer .ftAccordion .accordion-button::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.079' height='13.079' viewBox='0 0 13.079 13.079'%3E%3Cg id='Group_981' data-name='Group 981' transform='translate(-1210.5 -780.5)'%3E%3Cline id='Line_36' data-name='Line 36' x2='13.079' transform='translate(1210.5 787.04)' fill='none' stroke='rgba(255, 255, 255, 1)' stroke-width='1'/%3E%3Cline id='Line_37' data-name='Line 37' x2='13.079' transform='translate(1217.039 780.5) rotate(90)' fill='none' stroke='rgba(255, 255, 255, 1)' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  transform: none;
  transition: all 0.4s ease;
  right: 0;
  position: absolute;
  top: 0;
}
#Footer .ftAccordion .accordion-button[aria-expanded=true]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.079' height='13.079' viewBox='0 0 13.079 13.079'%3E%3Cg id='Group_981' data-name='Group 981' transform='translate(-1210.5 -780.5)'%3E%3Cpath id='Path_597' data-name='Path 597' d='M0,0H13.079' transform='translate(1217.039 780.5) rotate(90)' fill='none' stroke='rgba(255, 255, 255, 0)' stroke-width='1'/%3E%3Cline id='Line_36' data-name='Line 36' x2='13.079' transform='translate(1210.5 787.04)' fill='none' stroke='rgba(255, 255, 255, 1)' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}

#Footer .ftAccordion .accordion-button:focus {
  box-shadow: none;
}

#Footer .ftAccordion .accordion-item {
  background-color: transparent;
  border: 0;
}

#Footer .ftAccordion .accordion-item .accordion-header .accordion-button {
  pointer-events: none;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #Footer .ftAccordion .accordion-item .accordion-header .accordion-button {
    pointer-events: all;
  }
}
#Footer .ftAccordion .accordion-item .accordion-header .accordion-button:focus {
  box-shadow: none;
}

#Footer .ftAccordion .accordion-item .accordion-header .accordion-button::after {
  display: none;
}

@media only screen and (max-width: 768px) {
  #Footer .ftAccordion .accordion-item .accordion-header .accordion-button::after {
    display: block;
  }
}
#Footer .ftAccordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}

#Footer .ftAccordion .ftCol {
  width: 100%;
  padding: 0 8px;
  margin: 8px 0;
}

@media only screen and (min-width: 576px) {
  #Footer .ftAccordion .ftCol {
    margin: 16px 0;
  }
}
@media only screen and (min-width: 768px) {
  #Footer .ftAccordion .ftCol {
    width: 16.6666666667%;
    padding: 0 15px;
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  #Footer .ftAccordion .ftCol {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1551px) {
  #Footer .ftAccordion .ftCol {
    padding: 0 30px;
  }
}
#Footer .ftMid {
  width: 100%;
  height: auto;
  padding: 20px 0 10px;
}

@media only screen and (min-width: 768px) {
  #Footer .ftMid {
    padding: 40px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  #Footer .ftMid {
    padding: 80px 0 40px;
  }
}
#Footer .ftBtm {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border-top: 1px solid #666;
}
#Footer .ftBtm .footer_btm_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 760px) {
  #Footer .ftBtm .footer_btm_link {
    flex-direction: column;
    gap: 20px;
  }
}
#Footer .ftBtm .footer_btm_link .socialmedia {
  width: calc(16.6666666667% + 6px);
}
#Footer .ftBtm .footer_btm_link .socialmedia ul {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: flex-start;
  padding-left: 0;
}
@media (width <= 760px) {
  #Footer .ftBtm .footer_btm_link .socialmedia ul {
    justify-content: center;
  }
}
#Footer .ftBtm .footer_btm_link .socialmedia ul li {
  list-style: none;
}
#Footer .ftBtm .footer_btm_link .socialmedia ul li a {
  text-decoration: none;
}
@media (width <= 760px) {
  #Footer .ftBtm .footer_btm_link .socialmedia {
    width: 100%;
  }
}
#Footer .ftBtm .footer_btm_link ul {
  display: flex;
  gap: 10px;
  width: calc(100% - (16.6666666667% + 6px));
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}
@media (width <= 600px) {
  #Footer .ftBtm .footer_btm_link ul {
    width: 100%;
    justify-content: center;
  }
}
#Footer .ftBtm .footer_btm_link ul li {
  list-style: none;
}
#Footer .ftBtm .footer_btm_link ul li a {
  text-decoration: none;
  font-size: 14px;
  color: var(--white-color);
  font-family: var(--primary-font);
  white-space: nowrap;
}
#Footer .ftBtm .footer_btm_link ul li a:hover {
  color: var(--blue-color);
}

@media only screen and (min-width: 992px) {
  #Footer .ftBtm {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 1551px) {
  #Footer .ftBtm {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 576px) {
  #Footer .ftBtm {
    text-align: center;
  }
}
#Footer .ftBtm .ftAccordion .ftCol {
  width: 25%;
}

@media only screen and (min-width: 576px) {
  #Footer .ftBtm .ftAccordion .ftCol {
    width: 16.6666666667%;
  }
}
#Footer .ftBtm .dFlx {
  gap: 5px 10px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}

@media only screen and (max-width: 576px) {
  #Footer .ftBtm .dFlx {
    flex-direction: column;
  }
}
#Footer .ftBtm .ftInfo {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
  text-align: center;
  position: relative;
}
#Footer .ftBtm .ftInfo::after {
  width: 80px;
  height: 30px;
  background: url(../images/fboxx-corp.svg) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
@media (width <= 760px) {
  #Footer .ftBtm .ftInfo::after {
    top: initial;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (width <= 760px) {
  #Footer .ftBtm .ftInfo {
    padding-bottom: 49px;
  }
}

@media only screen and (min-width: 768px) {
  #Footer .ftBtm .ftInfo {
    padding-left: calc(16.6666666667% + 6px);
    text-align: start;
  }
}
@media only screen and (min-width: 992px) {
  #Footer .ftBtm .ftInfo {
    margin-top: 30px;
  }
}
#Footer .ftBtm .ftInfo > * {
  margin: 5px 0;
}

@media only screen and (min-width: 992px) {
  #Footer .ftBtm .ftInfo > * {
    margin: 10px 0;
  }
}
#Footer .ftBtm .ftInfo .ftTxt {
  display: block;
}

.slider_container {
  width: 100%;
  padding: clamp(1.88rem, 2.86vw + 0.8rem, 3.13rem) 0 clamp(0rem, 7.14vw + -2.68rem, 3.13rem) 0;
}
.slider_container.product {
  padding: clamp(3.13rem, 10vw + -0.63rem, 7.5rem) 0 50px 0;
}
.slider_container .slider_content {
  width: 100%;
}
.slider_container .slider_content h2 {
  font-size: clamp(1.75rem, 3.14vw + 0.57rem, 3.13rem);
  color: var(--black-color);
  font-family: var(--heading-font);
  text-align: left;
  text-transform: uppercase;
}
.slider_container .slider_content .workshop-slider {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}
.slider_container .slider_content .workshop-slider .swiper-slide {
  text-align: center;
  padding: 0px;
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card img {
  border-radius: 10px;
  width: 100%;
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .workshop-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--white-color);
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 12px;
  color: var(--black-color);
  font-family: var(--primary-font);
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .workshop-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .workshop-caption h3 {
  font-size: clamp(2.06rem, 2.57vw + 1.1rem, 3.19rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(2.19rem, 2.29vw + 1.33rem, 3.19rem);
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .workshop-caption p {
  font-size: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .aiworkshop-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .aiworkshop-caption h3 {
  font-size: clamp(1.75rem, 1.71vw + 1.11rem, 2.5rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(1.75rem, 1.71vw + 1.11rem, 2.5rem);
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .aiworkshop-caption p {
  font-size: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .card-content {
  padding: 40px 20px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s;
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .card-content button {
  background: var(--blue-color);
  color: var(--white-color);
  font-size: 16px;
  padding: 6px 0;
  width: 110px;
  text-align: center;
  border-radius: 5px;
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .card-content button:hover {
  color: var(--white-color);
  background: #017a7d;
  cursor: pointer;
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card .card-content p {
  font-size: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(1.38rem, 0.29vw + 1.27rem, 1.5rem);
  font-weight: 400;
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card:hover .card-content {
  opacity: 1;
}
.slider_container .slider_content .workshop-slider .swiper-slide .workshop-card:hover img {
  opacity: 0.3;
}
.slider_container .slider_content .workshop-slider .mySwiper .workshop-card {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  height: 290px;
}
.slider_container .slider_content .workshop-slider .mySwiper .workshop-card img {
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider_container .slider_content .workshop-slider .pro_list_row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media (width <= 700px) {
  .slider_container .slider_content .workshop-slider .pro_list_row {
    gap: 20px;
  }
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  width: calc(25% - 38px);
}
@media (width <= 1100px) {
  .slider_container .slider_content .workshop-slider .pro_list_row .workshop-card {
    width: calc(33.33% - 38px);
  }
}
@media (width <= 700px) {
  .slider_container .slider_content .workshop-slider .pro_list_row .workshop-card {
    width: calc(50% - 11px);
  }
}
@media (width <= 460px) {
  .slider_container .slider_content .workshop-slider .pro_list_row .workshop-card {
    width: 100%;
  }
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card img {
  border-radius: 10px;
  width: 100%;
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .workshop-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--white-color);
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 12px;
  color: var(--black-color);
  font-family: var(--primary-font);
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .workshop-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .workshop-caption h3 {
  font-size: clamp(2.06rem, 2.57vw + 1.1rem, 3.19rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(2.19rem, 2.29vw + 1.33rem, 3.19rem);
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .workshop-caption p {
  font-size: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .aiworkshop-caption {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .aiworkshop-caption h3 {
  font-size: clamp(1.75rem, 1.71vw + 1.11rem, 2.5rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(1.75rem, 1.71vw + 1.11rem, 2.5rem);
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .aiworkshop-caption p {
  font-size: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .card-content {
  padding: 40px 20px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  text-align: left;
  opacity: 0;
  transition: opacity 0.3s;
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .card-content button {
  background: var(--blue-color);
  color: var(--white-color);
  font-size: 16px;
  padding: 6px 0;
  width: 110px;
  text-align: center;
  border-radius: 5px;
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .card-content button:hover {
  color: var(--white-color);
  background: #017a7d;
  cursor: pointer;
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card .card-content p {
  font-size: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(1.38rem, 0.29vw + 1.27rem, 1.5rem);
  font-weight: 400;
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card:hover .card-content {
  opacity: 1;
}
.slider_container .slider_content .workshop-slider .pro_list_row .workshop-card:hover img {
  opacity: 0.3;
}

.key-outcomes-section {
  width: 100%;
  padding: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) 0 0 0;
}
.key-outcomes-section .key-outcomes {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (width <= 900px) {
  .key-outcomes-section .key-outcomes {
    flex-direction: column;
    gap: 40px;
  }
}
.key-outcomes-section .key-outcomes .left {
  width: 48%;
  text-align: left;
}
@media (width <= 900px) {
  .key-outcomes-section .key-outcomes .left {
    width: 100%;
  }
}
.key-outcomes-section .key-outcomes .left h2 {
  font-size: clamp(1.75rem, 3.14vw + 0.57rem, 3.13rem);
  color: var(--black-color);
  font-family: var(--heading-font);
  text-align: left;
  text-transform: uppercase;
}
.key-outcomes-section .key-outcomes .left p {
  font-size: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
  color: var(--black-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(1.38rem, 0.86vw + 1.05rem, 1.75rem);
  font-weight: 400;
}
.key-outcomes-section .key-outcomes .left button {
  background: var(--blue-color);
  color: var(--white-color);
  font-size: 16px;
  padding: 6px 0;
  width: 110px;
  text-align: center;
  border-radius: 5px;
}
.key-outcomes-section .key-outcomes .left button:hover {
  color: var(--white-color);
  background: #017a7d;
  cursor: pointer;
}
.key-outcomes-section .key-outcomes .right {
  width: 48%;
  text-align: left;
  border-radius: 20px;
  padding: clamp(1.25rem, 2.14vw + 0.45rem, 2.19rem);
}
.key-outcomes-section .key-outcomes .right.violet_color {
  background: #bd43d6;
}
.key-outcomes-section .key-outcomes .right.blue_color {
  background: #06B5B9;
}
.key-outcomes-section .key-outcomes .right.green_color {
  background: #48A326;
}
@media (width <= 900px) {
  .key-outcomes-section .key-outcomes .right {
    width: 100%;
  }
}
.key-outcomes-section .key-outcomes .right h2 {
  font-size: clamp(1.75rem, 3.14vw + 0.57rem, 3.13rem);
  color: var(--white-color);
  font-family: var(--heading-font);
  text-align: left;
  text-transform: uppercase;
}
.key-outcomes-section .key-outcomes .right ul li {
  font-size: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
  color: var(--white-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(1.38rem, 0.29vw + 1.27rem, 1.5rem);
  font-weight: 400;
  padding: 5px 0;
}

.modules_section {
  width: 100%;
  padding: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) 0;
}
.modules_section .modules {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 900px) {
  .modules_section .modules {
    flex-direction: column;
    gap: 40px;
  }
}
.modules_section .modules .left {
  width: 60%;
  display: flex;
  flex-direction: column;
}
@media (width <= 900px) {
  .modules_section .modules .left {
    width: 100%;
    gap: 15px;
  }
}
.modules_section .modules .left h2 {
  font-size: clamp(1.75rem, 3.14vw + 0.57rem, 3.13rem);
  color: var(--black-color);
  font-family: var(--heading-font);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.modules_section .modules .left .module-left {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.modules_section .modules .left .module-left .accordion .accordion-item .accordion-button {
  width: 100%;
  background: none;
  font-size: clamp(0.81rem, 0.43vw + 0.65rem, 1rem);
  color: var(--black-color);
  font-family: var(--primary-font);
  text-align: left;
  line-height: clamp(1.13rem, 1.43vw + 0.59rem, 1.75rem);
  font-weight: 400;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #a0a0a0;
  margin: 0;
  outline: none;
  padding: 10px 0;
}
.modules_section .modules .left .module-left .accordion .accordion-item .accordion-button span {
  font-size: clamp(1.06rem, 0.57vw + 0.85rem, 1.31rem);
  font-weight: 600;
}
.modules_section .modules .left .module-left .accordion .accordion-item .accordion-body {
  padding: 16px 0;
  border-top: 1px solid #a0a0a0;
}
.modules_section .modules .right {
  width: 40%;
  display: flex;
  justify-content: center;
}
@media (width <= 900px) {
  .modules_section .modules .right {
    width: 100%;
  }
}
.modules_section .modules .right img {
  width: 100%;
  max-width: 300px;
  transition: opacity 0.3s ease-in-out;
}
.modules_section .module-item {
  cursor: pointer;
  padding: clamp(0.63rem, 2.86vw + -0.45rem, 1.88rem) 0;
}
.modules_section .module-item:hover {
  color: #a700ff;
}

.mentors_section {
  width: 100%;
  padding: 0 0 clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem) 0;
}
.mentors_section .mentors {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.mentors_section .mentors h2 {
  font-size: clamp(1.75rem, 3.14vw + 0.57rem, 3.13rem);
  color: var(--black-color);
  font-family: var(--heading-font);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.mentors_section .mentors .mentors_list {
  width: 100%;
}
@media (width <= 900px) {
  .mentors_section .mentors .mentors_list {
    flex-direction: row;
    overflow-x: scroll;
    overflow-y: hidden;
    gap: 15px;
  }
}
.mentors_section .mentors .mentors_list .mentors_outer {
  width: 100%;
  display: flex;
  gap: clamp(0.94rem, 5vw + -0.94rem, 3.13rem);
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media (width <= 900px) {
  .mentors_section .mentors .mentors_list .mentors_outer {
    width: 900px;
  }
}
.mentors_section .mentors .mentors_list .mentors_outer .mentors_box {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}
.mentors_section .mentors .mentors_list .mentors_outer .mentors_box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 10px 0;
}
.mentors_section .mentors .mentors_list .mentors_outer .mentors_box p {
  font-size: clamp(0.81rem, 0.14vw + 0.76rem, 0.88rem);
  color: var(--black-color);
  font-family: var(--primary-font);
  text-align: left;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  line-height: 20px;
  white-space: nowrap;
}
.mentors_section .mentors .mentors_list .mentors_outer .mentors_box p strong {
  font-size: clamp(1rem, 0.57vw + 0.79rem, 1.25rem);
}

.applynowsection {
  width: 100%;
  padding-bottom: clamp(3.13rem, 7.14vw + 0.45rem, 6.25rem);
}
.applynowsection .applynowrow {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(0.94rem, 3.57vw + -0.4rem, 2.5rem);
  border-radius: 20px;
}
.applynowsection .applynowrow.violet {
  background-color: #BD43D6;
}
.applynowsection .applynowrow.blue {
  background: #06B5B9;
}
.applynowsection .applynowrow.green {
  background: #48A326;
}
.applynowsection .applynowrow h3 {
  font-family: var(--heading-font);
  font-size: clamp(1.63rem, 3.43vw + 0.34rem, 3.13rem);
  color: var(--white-color);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.applynowsection .applynowrow p {
  font-family: var(--primary-font);
  font-size: clamp(0.94rem, 0.14vw + 0.88rem, 1rem);
  color: var(--white-color);
  font-weight: 400;
  line-height: 28px;
}
.applynowsection .applynowrow .btn {
  background: var(--white-color);
  color: var(--black-color);
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: var(--primary-font);
  font-size: clamp(0.88rem, 0.29vw + 0.77rem, 1rem);
}/*# sourceMappingURL=style.css.map */