@import url("../fonts/fontiran.css");
*, *::before, *::after {
  box-sizing: border-box; /* Set the sizing of an element to include it's border */
}

* {
  margin: 0; /* Set the default margin to 0 */
  padding: 0; /* Set the default padding to 0 */
}

ul[role=list], ol[role=list] {
  list-style: none; /* Turn off numbered and unordered list decoration */
}

html:focus-within {
  scroll-behavior: smooth; /* Make the scrolling inside of any scrollable element smooth */
}

html {
  padding: 0 !important;
  margin: 0 !important;
}

a:not([class]) {
  text-decoration-skip-ink: auto; /* Makes link undelines look better */
}

a {
  text-decoration: none; /* Makes link undelines look better */
}

img, picture, svg, video, canvas {
  max-width: 100%; /* Makes it responsive */
  height: auto; /* Makes it responsive */
  vertical-align: middle; /* Makes text next to inline images look better */
  background-repeat: no-repeat;
  /* The background repeat and size are there if you want to load a picture first like a backroung image that is worse quality while the better quality image loads */
  background-size: cover;
}

input, button, textarea, select {
  font: inherit; /* Makes these elements inherit fonts */
}

/* Turns off animation for people who don't want to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body, html {
  height: 100%; /* Makes the body element full screen */
  scroll-behavior: smooth; /* Makes normal scrolling smooth */
}

.custom-scrollbar {
  scrollbar-width: thin;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
  background: rgba(0, 0, 0, 0.1);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

/* customize scrollbar */
html {
  scrollbar-width: thin;
}

html::-webkit-scrollbar {
  width: 9px;
  background: rgba(0, 0, 0, 0.1);
}

html::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}

body {
  overflow-x: hidden;
  background: #fff;
  color: rgb(0, 0, 0);
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: unset;
}

a:hover {
  text-decoration: none;
  color: unset;
}

.pointer-none {
  pointer-events: none;
}

.dir-ltr {
  direction: ltr;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-unset {
  overflow: unset;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.gap-5 {
  gap: 2rem;
}

.gap-6 {
  gap: 2.5rem;
}

.gap-7 {
  gap: 3rem;
}

.gap-8 {
  gap: 3.5rem;
}

.gap-9 {
  gap: 4rem;
}

.gap-10 {
  gap: 4.5rem;
}

.gap-0 {
  gap: 0;
}

.line-h-1 {
  gap: 0.8rem;
}

.line-h-2 {
  line-height: 1rem;
}

.line-h-3 {
  line-height: 1.3rem;
}

.line-h-4 {
  line-height: 1.6rem;
}

.line-h-5 {
  line-height: 1.9rem;
}

.line-h-6 {
  line-height: 2.1rem;
}

.line-h-7 {
  line-height: 2.4rem;
}

.line-h-8 {
  line-height: 2.7rem;
}

.line-h-9 {
  line-height: 3rem;
}

.line-h-10 {
  line-height: 3.3rem;
}

.py-2_5 {
  padding-top: 0.83rem !important;
  padding-bottom: 0.83rem !important;
}

.px-2_5 {
  padding-left: 0.83rem !important;
  padding-right: 0.83rem !important;
}

.mt-2_5 {
  margin-top: 0.83rem !important;
}

.pb-2_5 {
  padding-bottom: 0.83rem !important;
}

.text-h1 {
  font-size: 2.4rem !important;
}

.text-h2 {
  font-size: 2rem !important;
}

.text-h3 {
  font-size: 1.7rem !important;
}

.text-h4 {
  font-size: 1.4rem !important;
}

.text-h5 {
  font-size: 1.2rem !important;
}

.text-h6 {
  font-size: 0.95rem !important;
}

.text-p-big {
  font-size: 1.1rem !important;
}

.text-p {
  font-size: 1rem !important;
}

.text-small {
  font-size: 0.9rem !important;
}

.text-smaller {
  font-size: 0.8rem !important;
}

.text-justify {
  text-align: justify !important;
}

.opacity-1 {
  opacity: 1;
}

.opacity-900 {
  opacity: 0.9;
}

.opacity-800 {
  opacity: 0.8;
}

.opacity-700 {
  opacity: 0.7;
}

.opacity-600 {
  opacity: 0.6;
}

.opacity-500 {
  opacity: 0.5;
}

.opacity-400 {
  opacity: 0.4;
}

.opacity-300 {
  opacity: 0.3;
}

.opacity-200 {
  opacity: 0.2;
}

.opacity-100 {
  opacity: 0.1 !important;
}

.opacity-50 {
  opacity: 0.05 !important;
}

.font-normal {
  font-weight: normal !important;
}

.font-bold {
  font-weight: bold !important;
}

.font-bolder {
  font-weight: bolder !important;
}

.font-1000 {
  font-weight: 900 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.font-800 {
  font-weight: 800 !important;
}

.font-700 {
  font-weight: 700 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.font-500 {
  font-weight: 500 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-200 {
  font-weight: 200 !important;
}

.font-100 {
  font-weight: 100 !important;
}

.rounded-sm {
  border-radius: 3px !important;
}

.rounded-md {
  border-radius: 7px !important;
}

.rounded-lg {
  border-radius: 12px !important;
}

.rounded-xl {
  border-radius: 17px !important;
}

.rounded-2xl {
  border-radius: 34px !important;
}

.rounded-full {
  border-radius: 50% !important;
}

.border-bg {
  border: 2px solid #ECEFFF;
}

.border-primary {
  border: 2px solid #153BFF;
}

.nowrap {
  white-space: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.top-0 {
  top: 0;
}

.top-100 {
  top: 100px !important;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-disable {
  cursor: not-allowed;
}

.tr-300 {
  transition: 0.3s;
}

.border-less {
  border: 0 !important;
}

.z-index-0 {
  z-index: 0;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-10 {
  z-index: 10;
}

.z-index-50 {
  z-index: 50;
}

.z-index-100 {
  z-index: 100;
}

.z-index-10000 {
  z-index: 10000;
}

.button-primary {
  background: #153BFF;
  border: 2px solid #153BFF;
  color: rgb(255, 255, 255);
  padding: 10px 15px;
  border-radius: 18px;
  font-weight: 600;
}
.button-primary i {
  transform: translateY(2px);
  padding-left: 4px;
}

.button-primary:hover {
  background: #153BFF;
  border: 2px solid #153BFF;
  color: rgb(255, 255, 255);
  filter: brightness(1.1);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

.button-secondary {
  background: rgb(255, 255, 255);
  border: 2px solid #153BFF;
  color: #153BFF;
  padding: 10px 15px;
  border-radius: 18px;
  font-weight: 600;
}
.button-secondary i {
  transform: translateY(2px);
  padding-left: 4px;
}

.button-secondary:hover {
  background: #153BFF;
  border: 2px solid #153BFF;
  color: rgb(255, 255, 255);
  filter: brightness(1.1);
}

.icon-button {
  background: #ECEFFF;
  color: #153BFF;
  border: 2px solid #ECEFFF;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

@media screen and (max-width: 500px) {
  .icon-button {
    width: 41px;
    height: 41px;
  }
  .button-primary, .button-secondary {
    padding: 9px 12px;
    font-size: 0.9rem;
  }
}
.text-primary {
  color: #153BFF !important;
}

.text-default {
  color: #051F4E !important;
}

.text-color {
  color: #051F4E !important;
}

.text-gold {
  color: #eaaf01 !important;
}

.bg-bg {
  background: #ECEFFF !important;
}

.bg-bg-tr {
  background: linear-gradient(to bottom, #ECEFFF, transparent);
}

.bg-primary {
  background: #153BFF !important;
}

.bg-light {
  background: rgb(255, 255, 255) !important;
}

.bg-light-200 {
  background: rgba(255, 255, 255, 0.2) !important;
}

.bg-light-400 {
  background: rgba(255, 255, 255, 0.4) !important;
}

.bg-dark-30 {
  background: rgba(0, 0, 0, 0.03) !important;
}

.service-card {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.service-card:hover {
  transform: translateY(-10px);
}

.cover-background {
  background: linear-gradient(to bottom, #ECEFFF, rgb(255, 255, 255));
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: rotateZ(5deg) scale(2) translateY(70px);
  opacity: 0.5;
}
@media screen and (max-width: 1201px) {
  .cover-background {
    transform: rotateZ(5deg) scale(2) translateY(110px);
  }
}
@media screen and (max-width: 768px) {
  .cover-background {
    transform: rotateZ(5deg) scale(2) translateY(140px);
  }
}

.cover-background-revers {
  transform: rotateZ(-5deg) scale(2) translateY(84px) !important;
}

.main-heading {
  border-right: 11px solid #153BFF;
  padding-right: 9px;
  padding-top: 5px;
}

.input-form {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #ECEFFF;
  border-radius: 0;
  font-size: 1rem;
  padding: 18px !important;
  min-width: unset;
}

.input-form:focus {
  box-shadow: 0 0 0 transparent !important;
  outline: 0 !important;
}

.typed {
  overflow: hidden;
  white-space: nowrap;
  width: 0;
  animation: typing infinite alternate;
  animation-duration: 1.5s;
  animation-timing-function: steps(30, end);
  animation-fill-mode: forwards;
  display: inline-block;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.rotate-z-330 {
  transform: rotateZ(330deg);
}

.translateyt-card {
  transition: 0.5s;
  position: relative;
  overflow: hidden !important;
}

.translatey-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, transparent, #ECEFFF, #ECEFFF, transparent) !important;
  transform: translateY(110%);
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
}

.translatey-card:hover {
  transform: translateY(-15px);
}

.translatey-card:hover::after {
  transform: translateY(-110%);
  opacity: 1;
}

body {
  margin-top: 77px;
  background: rgb(255, 255, 255);
  font-family: IRANYekanXFaNum;
}
body header .navbar {
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
body header .menu label,
body header .toggler-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
body header .menu label:hover,
body header .toggler-label:hover {
  cursor: pointer;
}
body header .menu-dropdown,
body header .menu-check,
body header .toggler-check,
body header .search-form {
  display: none;
}
body header .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
body header .menu .active {
  position: relative;
  color: #153BFF;
}
body header .menu a {
  color: #051F4E;
  font-weight: 700;
  font-size: 0.8rem;
  display: block;
  white-space: nowrap;
}
body header .menu li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body header .menu-dropdown a {
  padding: 10px 15px;
  display: block;
  color: #051F4E;
}
body header .left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
body main {
  overflow: hidden;
}
body main .intro .home-demo {
  height: 630px;
}
body main .intro .home-demo::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: linear-gradient(to top, #fff, transparent);
}
body main .intro .lang-list {
  grid-template-columns: repeat(4, 1fr);
}
body main .intro .lang-list li {
  opacity: 0.8;
  background: #ECEFFF;
  padding: 7px 15px;
  padding-right: 10px;
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
  border-right: 5px solid #ced5ff;
}
body main .owl-carousel-departement .item {
  background: linear-gradient(to left, #ECEFFF, transparent);
  border: 2px solid #ECEFFF;
  opacity: 0.85;
}
body main .owl-carousel-departement .item .icon {
  padding: 20px;
  display: flex;
  margin-left: 20px;
  border-radius: 38% 62% 73% 27%/61% 58% 42% 39%;
  animation: changeRadius 4s alternate infinite;
}
body main .owl-carousel-departement .item .icon i {
  color: rgb(255, 255, 255);
  font-size: 40px;
}
@keyframes changeRadius {
  10% {
    border-radius: 38% 62% 73% 27%/61% 58% 42% 39%;
  }
  40% {
    border-radius: 68% 32% 50% 50%/54% 63% 37% 46%;
  }
  70% {
    border-radius: 36% 64% 69% 31%/29% 35% 65% 71%;
  }
  100% {
    border-radius: 51% 49% 41% 59%/38% 50% 50% 62%;
  }
}
body main .about-us .icon-about-1 {
  animation: changeIconRotateAbout 15s alternate infinite linear;
  z-index: -1;
}
body main .about-us .icon-about-2 {
  z-index: -1;
  animation: changeIconRotateAbout2 15s alternate infinite linear;
}
body main .owl-stage {
  padding-top: 15px !important;
}
body main .owl-carousel-comments .qoute {
  font-size: 90px;
  z-index: -1;
}
body main .owl-carousel-comments img {
  width: 55px !important;
  height: 55px !important;
}
body main .sidebar-main {
  top: 120px;
}
body main .sidebar-main .icon-about-1 {
  animation: changeIconRotateAbout3 15s alternate infinite linear;
  right: 70px;
  z-index: 0;
}
body main .sidebar-main img {
  z-index: 1;
  position: relative;
}
body main .sidebar-main::after {
  content: "";
  position: absolute;
  top: 40px;
  background: rgb(255, 255, 255);
  z-index: -1;
  border-radius: 50%;
  width: 400px;
  height: 400px;
  right: 40px;
  box-shadow: 0 0 25px #ECEFFF;
}
body main .sidebar-main::before {
  content: "";
  position: absolute;
  top: 0;
  background: rgb(255, 255, 255);
  z-index: -1;
  border-radius: 50%;
  width: 480px;
  height: 480px;
  right: 0;
  box-shadow: 0 0 35px #ECEFFF;
}
body main .desc-post-sec-info img {
  width: 100%;
  border-radius: 25px;
  margin-bottom: 30px;
}
body main .desc-post-sec-info p {
  line-height: 2rem;
  font-weight: 300;
  text-align: justify;
}
body main .desc-post-sec-info h2 {
  font-size: 20px;
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 10px;
}
body main .desc-post-sec-info h3 {
  font-size: 19px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 8px;
}
body main .desc-post-sec-info h4 {
  font-size: 18px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 7px;
}
body main .desc-post-sec-info h5, body main .desc-post-sec-info h6 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 7px;
}
body main .desc-post-sec-info ul {
  display: flex;
  flex-direction: column;
  padding-right: 14px;
  gap: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}
body main .comment-sec-icon {
  font-size: 100px;
}
body main .contact-us-icon {
  font-size: 60px;
}
body main .card-partners {
  transition: 0.3s;
}
body main .card-partners img {
  z-index: -1;
  min-height: 390px;
  object-fit: cover;
}
body main .card-partners .info-person {
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
}
body main .card-partners .person-social {
  opacity: 0;
  transform: translateX(-20px);
  transition: 0.3s;
}
body main .card-partners:hover .person-social {
  opacity: 1;
  transform: translateX(0) translateY(3px);
}
body main .gallery-div {
  margin-bottom: 10px !important;
  height: calc(100% - 38px);
}
body main .gallery-div img {
  transition: 0.3s;
  transform: translateY(-45px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
body main .gallery-div img:hover {
  transform: translateY(-35px);
}
body main .tabbar {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: nowrap;
  background: rgb(255, 255, 255);
  border: 3px solid #ECEFFF;
  border-radius: 30px;
  gap: 1px;
  padding: 4px;
  overflow-x: auto;
}
body main .tabbar span {
  padding: 14px 20px;
  border-radius: 30px;
  width: 380px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}
body main .tabbar .active {
  background: rgba(21, 59, 255, 0.1);
  color: #153BFF;
  font-weight: 700;
}
body main .courses-banner p {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 8px;
  bottom: 0;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-weight: 800;
  color: rgb(255, 255, 255);
  border-radius: 20px;
  text-align: center;
  line-height: 30px;
  padding: 10px;
  opacity: 0;
  transition: 0.3s;
}
body main .courses-banner p:hover {
  opacity: 1;
}
body main .img-post-main img {
  max-height: 350px;
  object-fit: cover;
  filter: brightness(0.4);
}
body .post-page .content-sec-info {
  transform: translateY(-90px);
}
body .post-page aside > div {
  top: 190px;
}
body .post-page aside > div article img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
body footer {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
}
body footer .copy-right {
  border-top: 2px solid #ECEFFF;
}
body footer .footer-menu h4 {
  position: relative;
}
body footer .footer-menu h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: #ECEFFF;
  opacity: 0.7;
}
body footer .footer-menu ul {
  font-weight: 300;
}
@media screen and (min-width: 1201px) {
  body .menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  body .menu .menu-hasdropdown > a .fa-chevron-down {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  body .menu .menu-hasdropdown:hover > a .fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  body .menu > ul > li {
    display: inline-block;
  }
  body .menu > ul > li > a {
    padding: 0.9rem 0.9rem 0.8rem;
  }
  body .menu > ul > li > a:hover {
    color: #153BFF;
  }
  body .menu .active::after {
    content: "";
    position: absolute;
    width: 50%;
    background-color: #153BFF;
    height: 4px;
    border-radius: 5px;
    -webkit-transform: translate(50%, 16px);
    -ms-transform: translate(50%, 16px);
    transform: translate(50%, 16px);
    right: 50%;
    bottom: 0;
  }
  body .toggler-label,
  body .menu-check,
  body .toggler-check {
    display: none;
  }
  body .menu-dropdown a:hover {
    color: #153BFF;
    background-color: #ECEFFF;
  }
  body .menu-hasdropdown {
    position: relative;
  }
  body .menu-hasdropdown:hover > ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    padding: 10px 0px;
    border-radius: 12px;
    z-index: 2;
  }
  body .menu-hasdropdown > ul {
    position: absolute;
    display: block;
    top: 100%;
    right: 0;
    z-index: 1;
    background-color: rgb(255, 255, 255);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scale(1, 0.1);
    -ms-transform: scale(1, 0.1);
    transform: scale(1, 0.1);
    opacity: 0;
    -webkit-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
    min-width: 140px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 35px 45px -45px rgba(0, 0, 0, 0.2);
    box-shadow: 0 35px 45px -45px rgba(0, 0, 0, 0.2);
  }
  body .menu-hasflyout > ul {
    right: 100%;
    top: 0;
  }
  body .menu-hasflyout .menu-downicon {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body header .menu {
    width: 400px;
    max-width: 100%;
  }
  body header .menu .toggler-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    padding: 13px;
    color: #153BFF;
    font-weight: bold;
  }
  body header .menu a {
    font-size: 0.9rem;
    color: #051F4E;
  }
  body header .menu ul a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 13px;
    font-weight: 400;
  }
  body header .menu > ul > li:last-child a {
    border: none;
    margin-bottom: 10px;
  }
  body header .menu,
  body header .menu-lefticon,
  body header .menu-backdrop {
    display: none;
  }
  body header .toggler-check:checked + .menu-backdrop {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.75;
    z-index: 0;
  }
  body header .toggler-check:checked ~ .menu-backdrop {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0.5;
    z-index: 8;
  }
  body header .toggler-check:checked ~ .menu {
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    position: fixed;
    background-color: rgb(255, 255, 255);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
    height: 100vh;
    overflow: scroll;
    z-index: 9;
  }
  body header .menu-check:checked ~ ul {
    display: block;
    background-color: rgba(215, 224, 235, 0.48);
    -webkit-animation: slideInRight 0.3s ease-in-out;
    animation: slideInRight 0.3s ease-in-out;
  }
  body header .menu-check:checked ~ ul.menu-dropdown {
    -webkit-animation: none;
    animation: none;
  }
  body header .navbar-div {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
  }
}
@media screen and (max-width: 992px) {
  body .left-menu {
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 771px) {
  body .intro .home-demo {
    height: 500px !important;
  }
  body .intro .lang-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (max-width: 500px) {
  body .logo-a img {
    width: 100px;
  }
  body main .intro .home-demo {
    height: 380px !important;
  }
  body main .sidebar-main::after {
    content: "";
    position: absolute;
    top: 80px;
    background: rgb(255, 255, 255);
    z-index: -1;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    right: 80px;
    box-shadow: 0 0 25px #ECEFFF;
  }
  body main .sidebar-main::before {
    content: "";
    position: absolute;
    top: 40px;
    background: rgb(255, 255, 255);
    z-index: -1;
    border-radius: 50%;
    width: 380px;
    height: 380px;
    right: 0;
    box-shadow: 0 0 35px #ECEFFF;
  }
}
@media screen and (max-width: 400px) {
  body main .courses-banner p {
    font-size: 0.8rem;
  }
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes changeIconRotateAbout {
  to {
    transform: translate(10px, -10px) rotateZ(0);
  }
  from {
    transform: translate(20px, 270px) rotateZ(720deg);
  }
}
@keyframes changeIconRotateAbout2 {
  to {
    transform: translate(-40px, 300px) rotateZ(720deg);
  }
  from {
    transform: translate(0px, 50px) rotateZ(0);
  }
}
@keyframes changeIconRotateAbout3 {
  to {
    transform: rotateZ(0);
  }
  from {
    transform: rotateZ(720deg);
  }
}

/*# sourceMappingURL=style.css.map */
