@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazirmatn-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazirmatn-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazirmatn-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazirmatn-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Vazirmatn;
  src: url('../fonts/Vazirmatn-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-Bold.ttf') format("truetype"), url('../fonts/Kanit-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kanit;
  src: url('../fonts/Kanit-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 135%;
}

.page-wrapper {
  color: #fff;
  font-family: Vazirmatn, Verdana, sans-serif;
}

.main-wrapper {
  color: #c2c2c2;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-dark {
  color: #fff;
  background-color: #090909;
  padding-bottom: 15px;
  font-family: Vazirmatn, Verdana, sans-serif;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-block {
  color: #c2c2c2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-divider {
  color: #c2c2c2;
  background-color: #171717;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  display: none;
}

.body {
  color: #999;
  background-color: #090909;
  flex-flow: column;
  justify-content: space-between;
  font-family: Vazirmatn, Verdana, sans-serif;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.navbar {
  color: #fff;
  background-color: #090909;
  border-bottom: 1px solid #222;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-link {
  color: #fff;
  padding: 0;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Kanit, Verdana, sans-serif;
  display: flex;
}

.navbar-container {
  max-width: 1440px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.nav-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.image {
  height: 65px;
}

.contact-btn {
  color: #000;
  text-transform: uppercase;
  background-color: #f8443c;
  padding: 10px 20px;
  font-family: Kanit, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.contact-btn.h-none {
  display: none;
}

.hero {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 80px;
}

.about, .success-stories, .testimonials {
  margin-bottom: 50px;
  padding-top: 20px;
}

.get-started {
  margin-bottom: 100px;
  padding-top: 20px;
}

.insta {
  margin-bottom: 50px;
  position: relative;
}

.hero-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 80px;
  font-family: Kanit, Verdana, sans-serif;
  font-size: 74px;
  font-weight: 600;
  line-height: 120%;
}

.hero-bottom {
  grid-column-gap: 30px;
  display: flex;
}

.hb-left {
  flex-flow: column;
  justify-content: space-between;
  max-width: 30%;
  display: flex;
}

.hb-right {
  grid-column-gap: 20px;
  width: 70%;
  display: flex;
}

.hl-wrap {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.tag-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.tag-wrap.tablet {
  display: none;
}

.hero-im {
  width: 80%;
}

.hv-wrap {
  width: 45%;
  height: 320px;
}

.hl-info {
  max-width: 320px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
}

.hero-image {
  width: 100%;
}

.hero-image-2 {
  max-height: 100%;
}

.link {
  color: #c2c2c2;
  text-transform: uppercase;
  border: 1px solid #ffffff4d;
  border-radius: 40px;
  padding: 8px 18px;
  font-family: Kanit, Verdana, sans-serif;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.link:hover {
  background-color: #171717;
}

.link-block {
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-left: 15px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.link-block:hover {
  background-color: #171717;
}

.title-wrap {
  margin-bottom: 30px;
}

.subheading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  color: #f8443c;
  text-transform: uppercase;
  font-family: Kanit, Verdana, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.section-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, Verdana, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 135%;
}

.about-lh {
  width: 67%;
}

.about-rh {
  width: 37%;
}

.about-image-1, .about-image-2 {
  width: 100%;
}

.about-main-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.about-paragraph {
  margin-top: 30px;
  font-size: 16px;
  line-height: 150%;
}

.services {
  margin-bottom: 50px;
  padding-top: 20px;
}

.program-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.program {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #131415;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 20px;
  display: flex;
}

.section-subheading {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Kanit, Verdana, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.services-section-1 {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.ss1-lh {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.ss1-rh {
  width: 50%;
  max-height: 350px;
  padding-bottom: 10px;
  overflow: hidden;
}

.ss1-image {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 15%;
  width: 100%;
  height: 100%;
  padding-left: 10px;
}

.ss1-para {
  padding-top: 3px;
}

.services-section-2 {
  justify-content: space-between;
  display: flex;
}

.insta-link1 {
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  background-color: #f8443c;
  padding: 6px 20px;
  font-family: Kanit, Verdana, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: -17px;
  left: 50%;
}

.ig-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.ig-block {
  width: 20%;
}

.ig-image {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.testimonial-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testimonial-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #131415;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 20px;
  display: flex;
}

.ss2-text {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.ss2-image {
  object-fit: cover;
  object-position: 50% 45%;
  width: 100%;
  max-height: 350px;
  padding-right: 10px;
}

.success-main-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 320px;
  margin-top: 20px;
  display: grid;
}

.success-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.image-left, .image-right {
  width: 100%;
}

.before-after-photo {
  object-fit: cover;
  border-left: .5px solid #000;
  border-right: .5px solid #000;
  width: 100%;
  height: 100%;
}

.review {
  text-align: center;
}

.author {
  font-weight: 700;
}

.stars-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  display: flex;
}

.programme-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
}

.programme-icon.dumbell-icon {
  transform: rotate(-45deg);
}

.programme-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: Kanit, Verdana, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.programme-descr {
  text-align: center;
}

.para-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-2 {
  transform: rotate(60deg);
}

.navbar-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.navbar-underline {
  background-color: #fff;
  width: 0;
  height: .13rem;
  position: absolute;
  inset: 24px 0% 0%;
  overflow: hidden;
}

.paragraph {
  font-weight: 400;
}

.footer-ending {
  color: #c2c2c2;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.image-3 {
  padding-bottom: 20px;
}

.footer-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lottie-facebook {
  cursor: pointer;
  width: 1.8rem;
  height: 1.8rem;
  margin-bottom: 3px;
}

.lottie-insta {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
}

.dropdown-menu, .lottie-animation {
  display: none;
}

.nav-link-top, .nav-link-bottom {
  color: #fff;
  padding: 0;
}

.ig-block-copy {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .footer-divider {
    margin-top: 35px;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image {
    height: 50px;
  }

  .contact-btn {
    padding: 5px 10px;
    font-size: 14px;
  }

  .hero {
    padding-bottom: 10px;
  }

  .about, .success-stories, .testimonials {
    margin-bottom: 40px;
  }

  .hero-heading {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 55px;
  }

  .hero-bottom {
    flex-flow: column;
    margin-bottom: 50px;
  }

  .hb-left {
    max-width: 67%;
  }

  .hb-right {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .tag-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: none;
  }

  .tag-wrap.tablet {
    width: 70%;
    display: flex;
  }

  .hl-info {
    max-width: 500px;
    font-size: 14px;
  }

  .hero-image {
    object-fit: cover;
    height: 100%;
  }

  .link {
    font-size: 14px;
  }

  .link-block {
    display: none;
  }

  .title-wrap {
    margin-bottom: 15px;
  }

  .section-heading {
    font-size: 38px;
  }

  .about-rh {
    width: 55%;
  }

  .about-paragraph {
    font-size: 14px;
  }

  .services {
    margin-bottom: 40px;
  }

  .program-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: wrap;
  }

  .program {
    width: 48%;
  }

  .section-subheading {
    font-size: 28px;
  }

  .ss1-rh {
    max-height: 400px;
  }

  .ss1-para {
    font-size: 14px;
  }

  .insta-link1 {
    padding: 5px 15px;
    font-size: 14px;
  }

  .ig-image {
    height: 220px;
  }

  .testimonial-wrap {
    margin-top: 30px;
  }

  .testimonial-block {
    padding: 25px 15px;
  }

  .ss2-image {
    max-height: 100%;
  }

  .success-main-wrapper {
    height: auto;
  }

  .before-after-photo {
    object-fit: cover;
  }

  .review, .author {
    font-size: 14px;
  }

  .programme-heading {
    font-size: 20px;
  }

  .programme-descr {
    font-size: 14px;
  }

  .para-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .paragraph, .paragraph-2 {
    font-size: 14px;
  }

  .dropdown {
    width: 12px;
    height: 12px;
    display: none;
  }

  .lottie-animation {
    display: flex;
  }

  .nav-link-top, .nav-link-bottom {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .main-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    padding-top: 10px;
    display: grid;
  }

  .footer-block {
    align-items: center;
    padding-bottom: 30px;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .nav-link {
    text-transform: uppercase;
    font-family: Kanit, Verdana, sans-serif;
    font-weight: 500;
  }

  .nav-wrap {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-container {
    padding-bottom: 0;
  }

  .nav-menu {
    display: none;
  }

  .image {
    height: 40px;
  }

  .hero {
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .hero-heading {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .hb-left {
    max-width: 100%;
  }

  .hb-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .tag-wrap.tablet {
    width: 90%;
  }

  .hero-im {
    width: 100%;
  }

  .hv-wrap {
    height: auto;
    display: none;
  }

  .text-block {
    font-size: 14px;
  }

  .section-heading {
    font-size: 30px;
  }

  .about-lh {
    width: 100%;
  }

  .about-rh {
    display: none;
  }

  .program-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .program {
    width: 100%;
    padding: 15px 10px;
  }

  .section-subheading {
    font-size: 22px;
  }

  .services-section-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ss1-lh {
    width: 100%;
    padding-right: 0;
  }

  .ss1-rh {
    width: 100%;
    height: 300px;
    padding-bottom: 0;
  }

  .ss1-image {
    padding-left: 0;
  }

  .services-section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .insta-link1 {
    padding: 3px 10px;
    font-size: 12px;
  }

  .ig-image {
    height: 130px;
  }

  .testimonial-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .ss2-text {
    width: 100%;
    padding-left: 0;
  }

  .ss2-image {
    padding-right: 0;
  }

  .success-main-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .success-block {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .paragraph {
    text-align: center;
  }

  .footer-ending {
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
  }

  .footer-left {
    width: 70%;
    margin-left: 0;
  }

  .dropdown-menu {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #131415;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .dropdown {
    width: 20px;
    height: 20px;
    display: flex;
  }

  .lottie-animation {
    cursor: pointer;
  }

  .nav-link-top {
    text-transform: uppercase;
    padding-top: 10px;
    font-family: Kanit, Verdana, sans-serif;
    font-weight: 500;
  }

  .nav-link-bottom {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-family: Kanit, Verdana, sans-serif;
    font-weight: 500;
  }

  .plus-symbol {
    width: 14px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-block {
    text-align: center;
  }

  .footer-copyright-center {
    max-width: 50%;
  }

  .nav-wrap {
    padding-left: 5px;
    padding-right: 15px;
  }

  .image {
    height: 40px;
  }

  .contact-btn {
    font-size: 12px;
  }

  .about, .success-stories, .testimonials {
    margin-bottom: 15px;
  }

  .get-started {
    margin-bottom: 80px;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 130%;
  }

  .hero-bottom {
    margin-bottom: 30px;
  }

  .hl-wrap {
    padding-bottom: 15px;
  }

  .tag-wrap.tablet {
    width: 100%;
  }

  .hl-info {
    font-size: 14px;
  }

  .link {
    padding: 6px 10px;
    font-size: 12px;
  }

  .section-heading {
    font-size: 22px;
  }

  .about-paragraph {
    font-size: 14px;
    line-height: 160%;
  }

  .services {
    margin-bottom: 15px;
  }

  .program-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .program {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 10px;
  }

  .section-subheading {
    font-size: 18px;
  }

  .ig-block {
    width: 25%;
  }

  .ig-image {
    height: 110px;
  }

  .testimonial-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .programme-heading {
    font-size: 18px;
  }

  .programme-descr {
    font-size: 12px;
  }

  .footer-ending {
    font-size: 10px;
  }

  .footer-left {
    width: auto;
    margin-left: 0;
  }

  .ig-block-copy {
    display: none;
  }
}

#w-node-d9bad068-8c31-cb4a-3f30-9f6ad0606856-d0606850 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d9bad068-8c31-cb4a-3f30-9f6ad0606856-d0606850 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/Vazirmatn-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Bold.ttf') format('truetype'), url('../fonts/Kanit-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kanit';
  src: url('../fonts/Kanit-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}