/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@media screen and (max-width: 600px) {
  html {
    line-height: 1.15;
    word-wrap: break-word;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }

  /* Sections
     ========================================================================== */
  /**
   * Remove the margin in all browsers.
   */
  body {
    margin: 0;
  }

  /**
   * Render the `main` element consistently in IE.
   */
  main {
    display: block;
  }

  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }

  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  a {
    background-color: transparent;
  }

  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }

  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  b,
  strong {
    font-weight: bolder;
  }

  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }

  /**
   * Add the correct font size in all browsers.
   */
  small {
    font-size: 80%;
  }

  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  img {
    border-style: none;
  }

  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
  }

  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  button,
  input {
    /* 1 */
    overflow: visible;
  }

  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  button,
  select {
    /* 1 */
    text-transform: none;
  }

  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }

  /**
   * Remove the inner border and padding in Firefox.
   */
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }

  /**
   * Restore the focus styles unset by the previous rule.
   */
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

  /**
   * Correct the padding in Firefox.
   */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }

  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }

  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  progress {
    vertical-align: baseline;
  }

  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  textarea {
    overflow: auto;
  }

  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  [type=checkbox],
  [type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }

  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }

  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  [type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }

  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }

  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  details {
    display: block;
  }

  /*
   * Add the correct display in all browsers.
   */
  summary {
    display: list-item;
  }

  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  template {
    display: none;
  }

  /**
   * Add the correct display in IE 10.
   */
  [hidden] {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
  }

  div {
    box-sizing: border-box;
  }

  button {
    background-color: transparent;
    color: inherit;
    border-width: 0;
    padding: 0;
    cursor: pointer;
  }

  figure {
    margin: 0;
  }

  input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
  }

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

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
  }

  p {
    margin: 0;
  }

  cite {
    font-style: normal;
  }

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

@font-face {
  font-family: "ploni";
  font-weight: 400;
  /*(regular)*/
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ploni-regular-aaa.woff2") format("woff2"), url("../fonts/ploni-regular-aaa.woff") format("woff");
}

@font-face {
  font-family: "ploni";
  font-weight: 600;
  /*(demibold)*/
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ploni-demibold-aaa.woff2") format("woff2"), url("../fonts/ploni-demibold-aaa.woff") format("woff");
}

@font-face {
  font-family: "ploni";
  font-weight: 800;
  /*(ultrabold)*/
  font-style: normal;
  font-display: swap;
  src: url("../fonts/ploni-ultrabold-aaa.woff2") format("woff2"), url("../fonts/ploni-ultrabold-aaa.woff") format("woff");
}

@media screen and (max-width: 600px) {
  html {
    direction: rtl;
    text-align: right;
    font-size: 62.5%;
  }

  body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-family: "ploni";
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
  }

  h1 {
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.2;
  }

  .bigTitle {
    font-size: 4rem;
    font-weight: 600;
    text-align: center;
  }

  h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
  }

  h3 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
  }

  span.mediumText {
    font-size: 1.8rem;
  }

  h4 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
  }
}

@media screen and (max-width: 600px) {

  .page_homePage.bodyLoggedOut #header,
  .page_tutorLanding #header {
    display: none;
  }

  .page_homePage.bodyLoggedOut,
  .page_tutorLanding.bodyLoggedOut {
    background: #0000;
  }

  .page_homePage.bodyLoggedOut .main {
    min-height: 0;
    background: #0000;
  }
}

/*New-Old design */
/*-------------*/
/*search results page*/
/*--------------------*/
@media screen and (max-width: 600px) {
  body.modalAbove {
    height: 100vh;
    overflow: hidden;
  }

  .page_homePage,
  body .container {
    background-image: none;
  }

  body.home .header,
  body .header {
    background: transparent;
    padding-top: 2rem;
    padding-right: 3.6rem;
    padding-left: 3.6rem;
    padding-bottom: 0;
  }

  body.home .header .logo,
  body .header .logo {
    width: 110px;
    display: flex;
    align-items: center;
  }

  body.home .header .logo img,
  body .header .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  body.home .header.show,
  body .header.show {
    background: #548cff;
    border-bottom: 0;
    z-index: 100;
  }

  .page_homePage .positionStick,
  body .container .positionStick {
    transition: 500ms opacity ease;
    opacity: 0;
    padding: 0 3.6rem;
    top: 7rem;
    position: fixed;
    z-index: 500;
    background-color: #5072a7;
    color: #fff;
    right: 0;
    width: 100%;
    filter: none;
    position: fixed;
    display: flex;
    justify-content: center;
    height: 9.2rem;
    pointer-events: none;
  }

  .page_homePage .positionStick.sticky,
  body .container .positionStick.sticky {
    transition: 500ms opacity ease;
    opacity: 1;
    pointer-events: all;
  }

  .page_homePage .illustHome,
  body .container .illustHome {
    display: none;
  }

  .page_homePage .content,
  body .container .content {
    align-items: center;
    gap: 0;
    margin-top: 0;
    margin-right: 30px;
  }

  .page_homePage .wrapVideoTop,
  body .container .wrapVideoTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 5.3rem);
    margin: -5.3rem 0;
    margin-bottom: 0;
  }

  .page_homePage .wrapVideoTop video,
  body .container .wrapVideoTop video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page_homePage .wrapVideoTop:before,
  body .container .wrapVideoTop:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .page_homePage .wrapVideoTop:after,
  body .container .wrapVideoTop:after {
    content: "";
    background-image: url(../../assets/newDesign/WelcomeWave.svg);
    background-size: cover;
    height: 4rem !important;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    z-index: 5;
  }

  .page_homePage .wrapTopContent,
  body .container .wrapTopContent {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding-top: 18vh;
    padding-bottom: 18vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .page_homePage .mainTiltle,
  body .container .mainTiltle {
    width: 100%;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 0rem;
    z-index: 50;
    margin-top: 0rem;
    font-weight: 800;
  }

  .page_homePage .buttonSearchBox,
  body .container .buttonSearchBox {
    width: 100%;
    top: 6.8rem;
    margin-left: 0;
    margin-right: 0;
    padding: 0.5rem 0;
    filter: none;
    transition: 500ms background-color ease, 500ms color ease;
    background-color: transparent;
    z-index: 50;
  }

  .page_homePage .buttonSearchBox .buttonSearch,
  body .container .buttonSearchBox .buttonSearch {
    border-radius: 17rem;
    padding: 1.5rem 1.8rem;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 1rem;
    z-index: 50;
    filter: none;
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
    background-color: #fff;
    border: none;
  }

  .page_homePage .buttonSearchBox .buttonSearch .iconSearch,
  body .container .buttonSearchBox .buttonSearch .iconSearch {
    background-image: url(../../assets/newDesign/MagnifyGlassB.svg);
    background-color: transparent;
    position: relative;
    left: auto;
    margin: 0;
    width: 2rem;
    height: 2rem;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
  }

  .page_homePage .buttonSearchBox .buttonSearch span,
  body .container .buttonSearchBox .buttonSearch span {
    color: #1e1e1e;
    font-size: 1.6rem;
    font-weight: 600;
    margin-right: 1rem;
  }

  .page_homePage .buttonSearchBox .buttonSearch.sticky,
  body .container .buttonSearchBox .buttonSearch.sticky {
    background-color: #fff;
  }

  .page_homePage span.topspan,
  body .container span.topspan {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 4;
    width: 100%;
  }

  .page_homePage .statsWrap,
  body .container .statsWrap {
    width: 80%;
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #fff;
    z-index: 5;
    text-align: center;
    margin-top: 7rem;
  }

  .page_homePage .statsWrap h4,
  body .container .statsWrap h4 {
    font-weight: 600;
    font-size: 2rem;
  }

  .page_homePage .wrapMiddleContent,
  body .container .wrapMiddleContent {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 35px;
  }

  .page_homePage .wrapMiddleContent .titleButtons,
  body .container .wrapMiddleContent .titleButtons {
    margin-left: 30px !important;
  }

  .page_homePage .wrapMiddleContent .titleButtons h3,
  body .container .wrapMiddleContent .titleButtons h3 {
    text-align: start;
    color: #4a4a4a !important;
  }
  body.home .titleButtons h3 {
    color: #4a4a4a !important;
  }

  .page_homePage .wrapMiddleContent .sliderPopular .titleButtons .buttonsScroll,
  body .container .wrapMiddleContent .sliderPopular .titleButtons .buttonsScroll {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
  }

  .page_homePage .wrapMiddleContent .sliderPopular .carousel,
  body .container .wrapMiddleContent .sliderPopular .carousel {
    margin-right: 0;
    margin-left: 0;
  }

  .page_homePage .wrapMiddleContent .sliderPopular .carousel .slider,
  body .container .wrapMiddleContent .sliderPopular .carousel .slider {
    margin-left: 0rem;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
    scroll-behavior: smooth;
  }

  .page_homePage .wrapMiddleContent .sliderPopular .carousel .slider div:last-child:after,
  body .container .wrapMiddleContent .sliderPopular .carousel .slider div:last-child:after {
    content: "";
    position: absolute;
    width: 3.6rem;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .page_homePage .wrapMiddleContent .sliderPopular .carousel .slider .slide,
  body .container .wrapMiddleContent .sliderPopular .carousel .slider .slide {
    width: 20.2rem;
    margin-left: 2.2rem;
    font-size: 0;
  }

  .page_homePage .wrapMiddleContent .sliderPopular .carousel .slider .slide .wrapImageSlider,
  body .container .wrapMiddleContent .sliderPopular .carousel .slider .slide .wrapImageSlider {
    border-radius: 5px;
  }

  .page_homePage .wrapMiddleContent .sliderPopular .carousel .slider .slide .wrapImageSlider img,
  body .container .wrapMiddleContent .sliderPopular .carousel .slider .slide .wrapImageSlider img {
    border-radius: 0;
  }

  .page_homePage .wrapMiddleContent .sliderPopular .carousel .slider .slide .categArea,
  body .container .wrapMiddleContent .sliderPopular .carousel .slider .slide .categArea {
    background: #548cff;
    height: 12rem;
    padding-inline-start: 1.7rem;
    padding-top: 1.6rem;
  }

  .page_homePage .wrapMiddleContent .sliderPopular .carousel .slider .slide .categArea p,
  body .container .wrapMiddleContent .sliderPopular .carousel .slider .slide .categArea p {
    margin-top: 0.5rem;
    color: #fff !important;
  }

  .page_homePage .wrapMiddleContent .sliderPopular .carousel .slider .slide .categArea span,
  body .container .wrapMiddleContent .sliderPopular .carousel .slider .slide .categArea span {
    font-weight: 600;
  }

  .page_homePage .wrapMiddleContent .sliderLocation .carousel,
  body .container .wrapMiddleContent .sliderLocation .carousel {
    margin-right: 0;
    margin-left: 0;
  }

  .page_homePage .wrapMiddleContent .sliderLocation .carousel .slider,
  body .container .wrapMiddleContent .sliderLocation .carousel .slider {
    margin-left: 0rem;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page_homePage .wrapMiddleContent .sliderLocation .carousel .slider div:last-child:after,
  body .container .wrapMiddleContent .sliderLocation .carousel .slider div:last-child:after {
    content: "";
    position: absolute;
    width: 3.6rem;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .page_homePage .wrapMiddleContent .sliderLocation .carousel .slider .slide,
  body .container .wrapMiddleContent .sliderLocation .carousel .slider .slide {
    width: 20.2rem;
    margin-left: 2.2rem;
    font-size: 0;
  }

  .page_homePage .wrapMiddleContent .sliderLocation .carousel .slider .slide .wrapImageSlider,
  body .container .wrapMiddleContent .sliderLocation .carousel .slider .slide .wrapImageSlider {
    border-radius: 5px;
  }

  .page_homePage .wrapMiddleContent .sliderLocation .carousel .slider .slide .wrapImageSlider img,
  body .container .wrapMiddleContent .sliderLocation .carousel .slider .slide .wrapImageSlider img {
    border-radius: 0;
  }

  .page_homePage .wrapMiddleContent .sliderLocation .carousel .slider .slide .categArea,
  body .container .wrapMiddleContent .sliderLocation .carousel .slider .slide .categArea {
    background: #5072a7;
    height: 12rem;
    padding-inline-start: 1.7rem;
    padding-top: 1.6rem;
  }

  .page_homePage .wrapMiddleContent .sliderLocation .carousel .slider .slide .categArea p,
  body .container .wrapMiddleContent .sliderLocation .carousel .slider .slide .categArea p {
    margin-top: 0.5rem;
  }

  .page_homePage .wrapMiddleContent .sliderLocation .carousel .slider .slide .categArea span,
  body .container .wrapMiddleContent .sliderLocation .carousel .slider .slide .categArea span {
    font-weight: 600;
  }

  .page_homePage .wrapMiddleContent .sliderRecommend .titleButtons .buttonsScroll,
  body .container .wrapMiddleContent .sliderRecommend .titleButtons .buttonsScroll {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: flex-start;
  }

  .page_homePage .wrapMiddleContent .sliderRecommend .carousel,
  body .container .wrapMiddleContent .sliderRecommend .carousel {
    margin-right: 0;
    margin-left: 0;
  }

  .page_homePage .wrapMiddleContent .sliderRecommend .carousel .slider,
  body .container .wrapMiddleContent .sliderRecommend .carousel .slider {
    margin-left: 0rem;
    gap: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .page_homePage .wrapMiddleContent .sliderRecommend .carousel .slider div:last-child:after,
  body .container .wrapMiddleContent .sliderRecommend .carousel .slider div:last-child:after {
    content: "";
    position: absolute;
    width: 3.6rem;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .page_homePage .wrapMiddleContent .sliderRecommend .carousel .slider .slide,
  body .container .wrapMiddleContent .sliderRecommend .carousel .slider .slide {
    width: 24.3rem;
    margin-left: 2.2rem;
    font-size: 0;
  }

  .page_homePage .wrapMiddleContent .sliderRecommend .carousel .slider .slide .wrapImageSlider,
  body .container .wrapMiddleContent .sliderRecommend .carousel .slider .slide .wrapImageSlider {
    border-radius: 5px;
    aspect-ratio: auto;
    height: 33.5rem;
  }

  .page_homePage .wrapMiddleContent .sliderRecommend .carousel .slider .slide .wrapImageSlider img,
  body .container .wrapMiddleContent .sliderRecommend .carousel .slider .slide .wrapImageSlider img {
    border-radius: 5px;
    aspect-ratio: auto;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow {
    margin-top: 0;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .titleButtons h3 span,
  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .titleButtons h2 span,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .titleButtons h3 span,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .titleButtons h2 span {
    font-size: 1.5rem;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .titleButtons h2.blogSectionTitle,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .titleButtons h2.blogSectionTitle {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0;
    color: #333;
    display: flex;
    align-items: center;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide {
    width: 14.3rem;
    text-align: center;
    font-size: 0;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide:before,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide:before {
    bottom: 62px;
    filter: blur(20px);
    opacity: 0.22;
    border-radius: 50rem;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide .wrapImageSlider,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide .wrapImageSlider {
    width: 14.3rem;
    height: 14.3rem;
    background: #798bff;
    border-radius: 50rem;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide img,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide img {
    height: 90%;
    width: 90%;
    object-fit: contain;
    object-position: center;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide h4,
  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide h3,
  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide .blogAllLink,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide h4,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide h3,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide .blogAllLink {
    margin-top: 2.5rem;
    line-height: 1;
    font-size: 1.7rem;
    font-weight: 600;
    color: #333;
    display: block;
  }

  .page_homePage .joinTeachersWrap,
  body .container .joinTeachersWrap {
    background: url(../../assets/newDesign/kitchenTeach.jpg);
    background-size: cover;
    margin: 0 0 -5.3rem;
    padding: 5rem 0;
    height: 51.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .page_homePage .joinTeachersWrap .wrapVideoBottom,
  body .container .joinTeachersWrap .wrapVideoBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .page_homePage .joinTeachersWrap .wrapVideoBottom video,
  body .container .joinTeachersWrap .wrapVideoBottom video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page_homePage .joinTeachersWrap .wrapVideoBottom:before,
  body .container .joinTeachersWrap .wrapVideoBottom:before {
    content: "";
    background: linear-gradient(0deg, #000 0%, #0000 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(-1);
  }

  .page_homePage .joinTeachersWrap .wrapVideoBottom:after,
  body .container .joinTeachersWrap .wrapVideoBottom:after {
    content: "";
    background-image: url(../../assets/newDesign/WelcomeWave.svg);
    background-size: cover;
    height: 4rem !important;
    position: absolute;
    top: -2px;
    width: 100%;
    left: 0;
    z-index: 5;
    transform: scale(-1);
  }

  .page_homePage .joinTeachersWrap .joinUsTeachers,
  body .container .joinTeachersWrap .joinUsTeachers {
    margin-bottom: 0;
    position: absolute;
    z-index: 5;
    color: #fff;
    gap: 0;
    height: 62%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  .page_homePage .joinTeachersWrap .joinUsTeachers .bigTitle,
  body .container .joinTeachersWrap .joinUsTeachers .bigTitle {
    font-weight: 800;
  }

  .page_homePage .joinTeachersWrap .buttonDarkColor,
  body .container .joinTeachersWrap .buttonDarkColor {
    background: #548cff;
    border-radius: 50rem;
    padding: 2rem 3.5rem;
  }

  .page_homePage .bottomPart,
  body .container .bottomPart {
    width: auto;
    padding: 3rem 3.6rem 0;
    margin: 0;
    background: #548cff;
    color: #fff;
    justify-content: center;
  }

  .page_homePage .bottomPart ul,
  body .container .bottomPart ul {
    color: #fff;
    line-height: 2;
    margin-top: 1rem;
  }

  .page_homePage .bottomPart .social,
  body .container .bottomPart .social {
    margin-top: 3rem;
    margin-bottom: 3rem;
    min-height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .page_homePage .bottomPart .social .socialLinks,
  body .container .bottomPart .social .socialLinks {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .page_homePage .bottomPart .social .socialLinks img,
  body .container .bottomPart .social .socialLinks img {
    height: 3rem;
  }

  .page_homePage .bottomPart .social span.rightRes,
  body .container .bottomPart .social span.rightRes {
    font-size: 1.6rem;
  }

  .page_homePage .bottomPart .quoteClass,
  body .container .bottomPart .quoteClass {
    padding: 3rem 3.6rem 7.3rem;
    margin: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(../../assets/newDesign/FooterWave2.svg);
    margin-top: 0rem;
    padding-top: 9rem;
    position: relative;
    background-size: cover;
  }


  .profileQuoteClass {
    padding: 3rem 3.6rem 3rem;
    margin: 0;
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    background-image: url(../profileIcons/footerWrapper.svg);
    margin-top: 0rem;
    padding-top: 9rem;
    position: relative;
    background-size: cover;
    color: black;
    gap: 4rem;
  }

  .profileFooterSvg {
    background-image: url(../profileIcons/illu8.svg);
    height: 290px;
    width: 326px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .profileFooterIcon {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(60%) contrast(100%);
    width: 112px;
    height: 35px;
    position: absolute;
    top: 35%;
    left: 7vw;
  }

  .page_homePage .bottomPart .quoteClass .quoteWhite,
  body .container .bottomPart .quoteClass .quoteWhite {
    position: relative;
    margin-bottom: 7rem;
    margin-top: 6rem;
  }

  .page_homePage .bottomPart .quoteClass .quoteWhite:before,
  body .container .bottomPart .quoteClass .quoteWhite:before {
    content: "";
    background-image: url(../../assets/newDesign/quote.svg);
    width: 4.5rem;
    height: 4.5rem;
    background-size: contain;
    position: absolute;
    top: -3rem;
    right: -5rem;
    background-repeat: no-repeat;
  }

  .page_homePage .bottomPart .quoteClass .quoteWhite:after,
  body .container .bottomPart .quoteClass .quoteWhite:after {
    content: "";
    background-image: url(../../assets/newDesign/quote.svg);
    width: 4.5rem;
    height: 4.5rem;
    background-size: contain;
    position: absolute;
    left: -6rem;
    bottom: -3rem;
    background-repeat: no-repeat;
    transform: scaleX(-1);
  }

  .page_homePage .bottomPart .quoteClass .bottomLogo,
  body .container .bottomPart .quoteClass .bottomLogo {
    margin-top: 3rem;
    width: 100%;
    position: relative;
    text-align: center;
  }

  .page_homePage .bottomPart .quoteClass .bottomLogo img,
  body .container .bottomPart .quoteClass .bottomLogo img {
    width: 45%;
  }

  .page_homePage .bottomPart .quoteClass span,
  body .container .bottomPart .quoteClass span {
    font-size: 2rem;
    margin-top: 1rem;
  }

  .page_homePage .bottomPart h4,
  body .container .bottomPart h4 {
    font-weight: 800 !important;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;

  }

  body .container.search {
    background-color: #548cff;
  }

  body .menu {
    background-color: #548cff;
    color: #fff;
    display: flex;
    align-items: flex-start;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    min-height: 0;
    position: fixed;
    height: 100%;
  }

  body .menu .header {
    background: transparent;
    padding-top: 2rem;
    padding-right: 3.6rem;
    padding-left: 3.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    width: 100%;
  }

  body .menu .header .logo {
    width: 110px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  body .menu .header .logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  body .menu .header .closeMenu {
    width: 24px;
    cursor: pointer;
  }

  body .menu .header .closeMenu img {
    width: 100%;
    height: auto;
  }

  body .menu .content {
    align-items: flex-start;
    min-height: 0;
    width: 100%;
    top: 3rem;
    position: relative;
    height: calc(100% - 8rem);
    justify-content: space-between;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 2rem 2rem;
  }

  body .menu .content h4 {
    font-weight: 800 !important;
    margin-bottom: 2rem;
    font-size: 3.4rem;
    line-height: 1.2;
    text-align: right;
  }

  body .menu .content ul {
    color: #fff;
    justify-self: flex-start;
    margin-bottom: auto;
    max-height: 100%;
    padding-bottom: 2rem;
    position: relative;
    z-index: 2;
    line-height: 2;
    gap: 0;
    text-align: right;
  }

  body .menu .content ul li a {
    color: #fff !important;
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
    text-decoration: none;
    padding: 0.5rem 0;
  }

  body .menu .content .social {
    padding-bottom: 0rem;
    padding-top: 15px;
    margin-top: 0;
    position: relative;
    min-height: 24rem;
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
  }

  body .menu .content .social:before {
    content: "";
    background: url("/assets/newDesign/wfh_5.svg") no-repeat left bottom / 60%;
    width: 100%;
    height: 22rem;
    top: 0;
    left: 0;
    position: absolute;
    transform: translateY(-100%);
    pointer-events: none;
    border-bottom: 1px solid #4756df;
  }

  body .menu .content .social .socialLinks {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
  }

  body .menu .content .social .socialLinks img {
    height: 3rem;
    width: auto;
  }

  body .menu .content .social .rightRes {
    text-align: right;
    margin-top: 1.5rem;
    font-size: 1.3rem;
    color: #fff;
  }

  body .menu .content .social h4 {
    font-weight: 800;
    font-size: 3rem;
    line-height: 1.2;
    display: none;
    /* Removed from expected design */
  }

  body .menu.loggedIn .lowexpose {
    position: absolute;
    position: fixed;
    width: 100%;
    background-color: #ff7262;
    height: 25rem;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 100;
  }

  body .menu.loggedIn .lowexpose:before {
    content: "";
    background: url("../../assets/newDesign/illustration2Mirror.svg");
    width: 100%;
    height: 26vh;
    top: 0;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    transform: translateY(-100%);
    background-size: contain;
    background-position: bottom left;
    pointer-events: none;
  }

  body .menu.loggedIn .lowexpose:after {
    content: "";
    width: 70%;
    height: 44%;
    position: absolute;
    bottom: 5%;
    background: #000;
    z-index: 0;
    right: 15%;
    filter: blur(18px);
    opacity: 0.3;
  }

  body .menu.loggedIn .lowexpose .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #f24e1e;
    position: absolute;
    height: calc(100% - 4rem);
    width: calc(100% - 6rem);
    min-height: 0;
    top: 2rem;
    gap: 1rem;
    z-index: 50;
  }

  body .menu.loggedIn .lowexpose .content img {
    width: 50px;
    filter: drop-shadow(0 0 1px #000);
  }

  body .menu.loggedIn .lowexpose button.searchButton {
    background: #5072a7;
    font-weight: 600;
    width: auto;
    padding: 1.2rem 4rem;
    border-radius: 50rem;
    align-self: center;
    box-shadow: 0 2px 8px #0000006c;
    font-size: 1.8rem;
  }

  body .menu.loggedIn .lowexpose button.searchButton.tryus {
    background-color: #8bc905;
    color: #fff;
  }

  body .search {
    background: #548cff;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    position: fixed;
    z-index: 999999;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform ease 300ms;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  @supports (-webkit-touch-callout: none) {
    body .search {
      align-items: flex-start;
    }
  }

  body .search.slidein {
    transform: translateX(0%);
  }

  body .search .searchInnerWrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2.5rem 3.1rem;
    box-sizing: border-box;
  }

  @supports (-webkit-touch-callout: none) {
    body .search .searchInnerWrapper {
      height: 60%;
    }
  }

  @supports (-webkit-touch-callout: none) {
    body .search .searchInnerWrapper.onScrollEl {
      height: 53%;
    }
  }

  body .search .searchInnerWrapper .wrapContent {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
  }

  body .search .searchInnerWrapper .wrapContent.littleWindow {
    padding-top: 2rem;
    height: 100%;
    align-self: flex-start;
  }

  body .search .searchInnerWrapper .wrapContent .backBtn {
    background: url("../../assets/newDesign/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 3.5rem;
    height: 3.5rem;
    align-self: flex-start;
    margin: 0 0 0 auto;
    cursor: pointer;
    filter: brightness(0) invert(1);
  }

  body .search .searchInnerWrapper .wrapContent .title {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 3rem;
    text-align: right;
    align-self: flex-start;
    width: 100%;
  }

  body .search .searchInnerWrapper .wrapContent .title h1 {
    font-size: 4.8rem;
    line-height: 1;
    margin: 0;
    font-weight: 800;
    color: #fff !important;
  }

  body .search .searchInnerWrapper .wrapContent .title h4 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    opacity: 0.9;
    color: #fff !important;
  }

  body .search .searchInnerWrapper .wrapContent form#findTutorForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  body .search .searchInnerWrapper .wrapContent .homepage {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }


  body .search .searchInnerWrapper .wrapContent .searchForm:before {
    content: "";
    top: 0;
    left: 1rem;
    transform: translateY(-100%);
    width: 50%;
    height: 17rem;
    background: url("/assets/newDesign/illustration4.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    pointer-events: none;
  }

  body .search .searchInnerWrapper .wrapContent .searchForm {
    width: 100%;
    max-width: 480px;
    padding: 0 1rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 1.5rem;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: visible !important;
  }

  /* body .search .searchInnerWrapper .wrapContent .searchForm:before removed - using HTML illustration */
  body .search .searchInnerWrapper .wrapContent .buttonWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    padding-bottom: 3rem;
  }

  body .search .searchInnerWrapper .wrapContent button.searchButton {
    background: #548cff;
    width: 100%;
    max-width: 32rem;
    height: 6rem;
    border-radius: 50rem;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
  }

  body .search .searchInnerWrapper .wrapContent button.searchButton:active {
    transform: scale(0.98);
  }

  body .search .searchInnerWrapper .wrapContent .errFeedback {
    color: #fff;
    margin-top: 1rem;
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    max-width: 32rem;
    opacity: 0.9;
  }

  body .search .searchInnerWrapper .wrapContent .searchForm .twitter-typeahead {
    width: 100% !important;
  }

  body .search .searchInnerWrapper .wrapContent .searchForm .wrapInput {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 1.5rem;
    position: relative;
    height: 5rem;
    border-bottom: 1px solid #f0f0f0;
  }

  body .search .searchInnerWrapper .wrapContent .searchForm .inputWrap input[type="text"],
  body .search .searchInnerWrapper .wrapContent .searchForm .inputWrap input[type="search"] {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 1.1rem;
    padding: 0.5rem 0;
    outline: none;
    color: #333333;
  }

  body .search .searchInnerWrapper .wrapContent .searchForm .inputWrap input::placeholder {
    color: #888888;
  }

  body .search .searchInnerWrapper .wrapContent .searchForm .wrapInput.location {
    border-bottom: none;
  }

  body .search .searchInnerWrapper .wrapContent .searchForm .wrapInput .inputIcon {
    width: 2.4rem;
    height: 2.4rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-inline-end: 1rem;
  }

  body .search .searchInnerWrapper .wrapContent .searchForm .wrapInput .searchIcon {
    background-image: url("../../assets/newDesign/MagnifyGlassB.svg");
  }

  body .search .searchInnerWrapper .wrapContent .searchForm .wrapInput .locationIcon {
    background-image: url("../../assets/newDesign/location.svg");
  }

  body .search .searchInnerWrapper .wrapContent .searchForm .wrapInput input[type=text] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1.8rem;
    color: #333;
    background: transparent;
    text-align: right;
    height: 100%;
    padding: 0 !important;
  }

  body .search .searchInnerWrapper .wrapContent .searchForm .wrapInput input[type=text]::placeholder {
    color: #aaa;
  }

  cus {
    outline: 0;
  }

  body .search .searchInnerWrapper .wrapContent .buttonWrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5rem;
    padding-bottom: 4rem;
  }

  body .search .searchInnerWrapper .wrapContent button.searchButton {
    background: #5a7ead;
    color: #fff;
    font-weight: 800;
    width: 70%;
    max-width: 25rem;
    padding: 1.8rem 2rem;
    border-radius: 5rem;
    align-self: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    font-size: 2rem;
    margin: 0;
    border: none;
    transition: transform 0.2s;
  }

  body .search .searchInnerWrapper .wrapContent button.searchButton:active {
    transform: scale(0.95);
  }

  body .search .searchInnerWrapper .wrapContent .errFeedback {
    visibility: hidden;
    text-align: center;
    margin: 2rem;
    color: rgb(255 210 210);
    font-size: 16px;
  }

  body .search .searchInnerWrapper .wrapContent button.searchButton.tryus {
    background-color: #8bc905;
    color: #fff;
  }
}

@media screen and (max-width: 391px) {

  .page_homePage .wrapMiddleContent,
  body .container .wrapMiddleContent {
    margin-top: 35px;
  }

  body .menu .content {
    top: 3rem;
    height: calc(100% - 3rem);
  }

  body .menu .content ul {
    line-height: 2;
  }

  body .menu .content .social {
    min-height: 19rem;
  }
}

@media screen and (max-width: 376px) {
  .page_homePage .wrapMiddleContent {
    margin-top: 2rem;
  }

  .page_homePage .mainTiltle {
    margin-bottom: 2rem;
  }

  .page_homePage .bottomPart .quoteClass {
    margin-top: 0rem;
    padding-top: 7rem;
  }

  .page_homePage .search .wrapContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    gap: 4vh;
    padding-top: 2vh;
  }

  .page_homePage .search .wrapContent.littleWindow {
    height: 100vh;
  }

  .page_homePage .search .wrapContent .searchForm:before {
    height: 17vh;
  }

  .page_homePage .search .wrapContent .searchForm .wrapInput input[type=text] {
    padding: 0rem;
    height: 100%;
  }

  body .menu .content .social {
    min-height: 18rem;
  }
}

@media screen and (max-width: 600px) {
  body .desktopOnlyStats {
    display: none !important;
  }
}


@media screen and (max-width: 360px) {
  .page_homePage .wrapMiddleContent {
    margin-top: 2rem;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (min--moz-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-device-pixel-ratio: 3),
only screen and (min-resolution: 458dpi),
only screen and (min-resolution: 3dppx) {
  .page_homePage .search .wrapContent {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    gap: 4vh;
    padding-top: 2vh;
  }

  .page_homePage .search .wrapContent.littleWindow {
    height: 100vh;
  }

  .page_homePage .search .wrapContent .searchForm:before {
    height: 17vh;
  }

  .page_homePage .search .wrapContent .searchForm .wrapInput input[type=text] {
    padding: 0rem;
    height: 100%;
  }
}

.profileFrame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100dvh;
  border: none;
  z-index: 99999;
  transform: translateX(100%);
  transition: visibility 0s linear 0.5s, transform 0.5s ease-in-out;
}

.profileFrame.loaded {
  transform: translateX(0);
}

.profileBackBtn {
  position: absolute;
  z-index: 999999;
  right: 7vw;
  color: #548cff;
  border: 1px solid #7f7fff;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
}

/* Homepage Desktop Responsive Restorations */
@media screen and (min-width: 601px) {
  .page_homePage .wrapMiddleContent {
    max-width: 1140px;
    margin: 3rem auto;
    padding: 0 15px;
  }

  .page_homePage .wrapMiddleContent .titleButtons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
  }
  
  .page_homePage .wrapMiddleContent .titleButtons h3 {
    text-align: right;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    color: #4a4a4a !important;
  }

  .page_homePage .wrapMiddleContent .buttonsScroll {
    display: flex;
    gap: 1rem;
    align-items: center;
  }

  .page_homePage .wrapMiddleContent .buttonsScroll button {
    background: transparent;
    border: none;
    cursor: pointer;
  }

  .page_homePage .wrapMiddleContent .carousel,
  .page_homePage .wrapMiddleContent .sliderPopular,
  .page_homePage .wrapMiddleContent .sliderLocation,
  .page_homePage .wrapMiddleContent .sliderRecommend {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
  }

  .page_homePage .wrapMiddleContent .carousel .slider {
    display: flex !important;
    overflow-x: auto !important;
    scroll-behavior: smooth;
    margin-left: 0;
    gap: 0;
    -webkit-overflow-scrolling: touch;
    height: auto !important;
    max-height: none !important;
    padding-bottom: 2rem;
  }

  .page_homePage .wrapMiddleContent .carousel .slider::-webkit-scrollbar {
    display: none;
    height: 0;
    width: 0;
  }
  
  .page_homePage .wrapMiddleContent .carousel .slider {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .page_homePage .wrapMiddleContent .carousel .slider::-webkit-scrollbar-thumb {
    display: none;
  }

  .page_homePage .wrapMiddleContent .carousel .slide {
    flex-shrink: 0;
    width: 202px;
    margin-left: 22px;
    display: block;
    text-decoration: none;
    font-size: 0;
  }
  
  .page_homePage .wrapMiddleContent .carousel .slide img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    object-fit: cover;
    height: 140px;
  }

  .page_homePage .wrapMiddleContent .sliderRecommend .carousel .slide img {
    border-radius: 5px;
    height: auto;
  }

  .page_homePage .wrapMiddleContent .carousel .slide .categArea,
  .page_homePage .wrapMiddleContent .carousel .slide .detailsArea {
    background: #548cff;
    padding-inline-start: 17px;
    padding-top: 16px;
    height: 120px;
    border-radius: 0 0 5px 5px;
    color: #fff;
  }

  .page_homePage .wrapMiddleContent .sliderLocation .carousel .slide .categArea,
  .page_homePage .wrapMiddleContent .sliderLocation .carousel .slide .detailsArea {
    background: #5072a7 !important;
  }

  .page_homePage .wrapMiddleContent .carousel .slide .categArea p,
  .page_homePage .wrapMiddleContent .carousel .slide .detailsArea p {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.3;
    color: #fff !important;
  }
  
  .page_homePage .wrapMiddleContent .carousel .slide .categArea span {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
  }

  .page_homePage .wrapTopContent,
  body .container .wrapTopContent {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 80vh;
    padding-top: 0;
    padding-bottom: 7vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
  }

  .page_homePage .wrapVideoTop,
  body .container .wrapVideoTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .page_homePage .wrapVideoTop video,
  body .container .wrapVideoTop video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page_homePage .wrapVideoTop:before,
  body .container .wrapVideoTop:before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }

  .page_homePage .wrapVideoTop:after,
  body .container .wrapVideoTop:after {
    content: "";
    background-image: url(../../assets/newDesign/WelcomeWave.svg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 4rem !important;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
    z-index: 5;
  }

  .page_homePage .mainTiltle,
  body .container .mainTiltle {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 50;
    font-weight: 800;
    font-size: 55px;
    line-height: 1.2;
    margin-top: 115px;
    margin-bottom: 20px;
  }

  .page_homePage .illustHome,
  body .container .illustHome {
    display: none;
  }

  .page_homePage .buttonSearchBox,
  body .container .buttonSearchBox {
    position: relative;
    z-index: 50;
    width: 600px;
  }

  .page_homePage .buttonSearchBox .buttonSearch,
  body .container .buttonSearchBox .buttonSearch {
    background: #fff;
    width: 100%;
    border-radius: 50px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 15px;
    border: none;
    cursor: pointer;
  }

  .page_homePage .buttonSearchBox .buttonSearch .iconSearch,
  body .container .buttonSearchBox .buttonSearch .iconSearch {
    background-image: url(../../assets/newDesign/MagnifyGlassB.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .page_homePage .buttonSearchBox .buttonSearch span,
  body .container .buttonSearchBox .buttonSearch span {
    font-size: 22px;
    font-weight: 600;
    color: #333;
  }

  .page_homePage span.topspan,
  body .container span.topspan {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  body .statsWrap {
    display: none !important;
  }

  body .desktopOnlyStats {
    position: relative;
    z-index: 10;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 90px;
    background: transparent !important;
  }

  body .desktopOnlyStats .counters strong,
  body .desktopOnlyStats .counters label {
    color: #fff !important; 
  }

  body .desktopOnlyStats .counters hr {
    border-top: 1px solid rgba(255,255,255,0.3);
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow {
    margin-top: 4rem;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .titleButtons h3 span,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .titleButtons h3 span {
    font-size: 2.2rem;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide {
    width: 16rem;
    text-align: center;
    font-size: 0;
    margin-left: 2rem;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide:before,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide:before {
    bottom: 62px;
    filter: blur(20px);
    opacity: 0.22;
    border-radius: 50rem;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    z-index: 0;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide .wrapImageSlider,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide .wrapImageSlider {
    width: 16rem;
    height: 16rem;
    background: #798bff;
    border-radius: 50rem;
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide img,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide img {
    height: 90%;
    width: 90%;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
  }

  .page_homePage .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide h4,
  body .container .wrapMiddleContent .sliderPopular.goodtoknow .slider .slide h4 {
    margin-top: 2rem;
    line-height: 1.2;
    font-size: 1.7rem;
    font-weight: 600;
    color: #333;
  }
  .page_homePage .joinTeachersWrap {
    background: url(/assets/newDesign/kitchenTeach.jpg) center center / cover no-repeat;
    margin: 0;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 51.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }

  .page_homePage .joinTeachersWrap .wrapVideoBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .page_homePage .joinTeachersWrap .wrapVideoBottom video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .page_homePage .joinTeachersWrap .wrapVideoBottom:before {
    content: "";
    background: linear-gradient(0deg, #000 0%, #0000 60%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transform: scale(-1);
  }

  .page_homePage .joinTeachersWrap .wrapVideoBottom:after {
    content: "";
    background-image: url(../../assets/newDesign/WelcomeWave.svg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 4rem !important;
    position: absolute;
    top: -2px;
    width: 100%;
    left: 0;
    z-index: 5;
    transform: scale(-1);
  }

  .page_homePage .joinTeachersWrap .joinUsTeachers {
    position: absolute;
    z-index: 5;
    color: #fff;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
  }

  .page_homePage .joinTeachersWrap .joinUsTeachers .bigTitle {
    color: #fff !important;
    font-weight: 800;
    font-size: 55px;
    line-height: 1.2;
    margin: 0;
  }
  
  .page_homePage .joinTeachersWrap .joinUsTeachers .mediumText {
    color: #fff !important;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
  }

  .page_homePage .joinTeachersWrap .buttonDarkColor {
    background: #548cff;
    color: #fff !important;
    border-radius: 50px;
    padding: 15px 40px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    cursor: pointer;
  }
  
  .page_homePage .joinTeachersWrap .buttonDarkColor span {
    font-weight: 600;
    font-size: 22px;
  }

  .page_homePage .v3-clean-footer {
    width: 100vw !important;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
/*# sourceMappingURL=lessoonsNew.css.map */