/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Hero Banner
# Service
# About
# Category
# Course
# Course Details
# Counter
# Testimonial
# Team
# Footer
# Client Carousel
# Funfact
# Hero Slider
# Page Header
# Contact
# Google Map
# Gallery
# Pricing
# Faq
# Login
# 404
# Product Page
# Product Details
# Cart
# Checkout
# Boxed Home
# Custom Cursor
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Cards
  --------------------------------------------------------------*/

.team-one__item {
  position: relative;
  padding: 17px 0 0 13px;
  margin: 0 0 36px;
}

.team-one__item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 199px;
  border-radius: 20px;
  content: '';
  background-color: var(--jazilang-base);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team-one__item:hover::before {
  background-color: var(--jazilang-secondary);
}

.team-one__item:hover .team-one__image::after {
  visibility: visible;
  opacity: 1;
}

.team-one__item:hover .team-one__title {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.team-one__item:hover .team-one__designation {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.team-one__item:hover .team-one__social a {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.team-one__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.team-one__image::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  background-color: rgba(var(--jazilang-black-rgb), 0.83);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team-one__image img {
  width: 100%;
  height: auto;
}

.team-one__content {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.team-one__title {
  font-size: 32px;
  color: var(--jazilang-white);
  line-height: 1;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-100px, 0, 0);
}

.team-one__title a {
  color: inherit;
}

.team-one__title a:hover {
  color: var(--jazilang-base);
}

.team-one__designation {
  font-size: 20px;
  color: var(--jazilang-white);
  line-height: 1;
  display: block;
  margin: 5px 0 22px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  -webkit-transform: translate3d(100px, 0, 0);
}

.team-one__social {
  position: relative;
}

.team-one__social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--jazilang-base);
  color: var(--jazilang-white);
  font-size: 14px;
  text-align: center;
  line-height: 29px;
  margin: 0 4px;
  visibility: hidden;
  opacity: 0;
}

.team-one__social a:hover {
  background-color: var(--jazilang-base);
}

.team-one__social a:nth-child(1) {
  -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -webkit-transform: translate3d(0, 70px, 0);
}

.team-one__social a:nth-child(2) {
  -webkit-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 700ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -webkit-transform: translate3d(0, 70px, 0);
}

.team-one__social a:nth-child(3) {
  -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -webkit-transform: translate3d(0, 70px, 0);
}

.team-one__social a:nth-child(4) {
  -webkit-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 900ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -webkit-transform: translate3d(0, 70px, 0);
}

.team-two {
  position: relative;
  background-image: url(assets/images/shapes/team-bg-1.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 115px 0 85px;
}

@media (max-width: 767px) {
  .team-two {
    padding: 75px 0 45px;
  }
}

/*-- Team Page --*/

/*-- Team Details --*/
.team-details {
  position: relative;
  padding: 180px 5px 25px 5px;
  overflow: hidden;
}

.team-details .col-lg-5 {
  flex: 0 0 auto;
  width: 47.3%;
}

@media (max-width: 991px) {
  .team-details .col-lg-5 {
    width: 100%;
  }
}

@keyframes tm-shape1 {
  0% {
    fill: var(--jazilang-base);
  }
  50% {
    fill: var(--jazilang-secondary);
  }
  100% {
    fill: var(--jazilang-base);
  }
}

@keyframes tm-shape2 {
  0% {
    fill: var(--jazilang-secondary);
  }
  50% {
    fill: var(--jazilang-base);
  }
  100% {
    fill: var(--jazilang-secondary);
  }
}

/*-- Blog Page --*/

.blog-page__pagination {
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .blog-page__pagination {
    margin: 5px 0 0;
  }
}

.blog-page__pagination.text-left {
  justify-content: flex-center;
}

.blog-page__pagination li {
  display: inline-block;
}

.blog-page__pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid var(--jazilang-soft4);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--jazilang-black);
}
.icon-dobble-pag {
  stroke: var(--jazilang-base);
  transform: scaleX(-1);
  width: 24px;
  height: 24px;
}

.blog-page__pagination li a:hover,
.blog-page__pagination li a.active {
  background-color: var(--jazilang-secondary);
  border-color: var(--jazilang-secondary);
  color: var(--jazilang-white);
}

.blog-page__pagination li.prev a,
.blog-page__pagination li.next a {
  font-size: 12px;
}

.blog-page__pagination li + li {
  margin-right: 16px;
}

/*-- Sidebar --*/

/*-- Blog Details --*/

/*--------------------------------------------------------------
  # Common
  --------------------------------------------------------------*/
:root {
  --jazilang-font: 'Tajawal', sans-serif;
  --heading-font: 'Tajawal', sans-serif;
  --jazilang-text: #697585;
  --jazilang-text-rgb: 105, 117, 133;
  --jazilang-text2: #b3ade1;
  --jazilang-text2-rgb: 179, 173, 225;
  --jazilang-grey: #b7b0b4;
  --jazilang-grey-rgb: 183, 176, 180;
  --jazilang-soft: #f1f2fd;
  --jazilang-soft-rgb: 241, 242, 253;
  --jazilang-soft2: #f6f5f5;
  --jazilang-soft2-rgb: 246, 245, 245;
  --jazilang-soft3: #e0e3fd;
  --jazilang-soft3-rgb: 224, 227, 253;
  --jazilang-soft4: #e4e4e4;
  --jazilang-soft4-rgb: 228, 228, 228;
  --jazilang-soft5: #f6f6f6;
  --jazilang-soft5-rgb: 246, 246, 246;
  --jazilang-base: #475387;
  --jazilang-base-rgb: 79, 93, 228;
  --jazilang-secondary: #5d9dc0;
  --jazilang-secondary-rgb: 93, 157, 192;
  --jazilang-black: #475387;
  --jazilang-black-rgb: 42, 37, 77;
  --jazilang-black2: #000000;
  --jazilang-black2-rgb: 0, 0, 0;
  --jazilang-white: #ffffff;
  --jazilang-white-rgb: 255, 255, 255;
}

body {
  font-family: var(--jazilang-font);
  color: var(--jazilang-text);
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--jazilang-base);
  transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h2,
h3,
h4,
h5 {
  font-family: var(--heading-font);
  color: var(--jazilang-black);
  font-weight: 700;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
  transition: filter 0.5s ease;
}

@media (min-width: 1400px) {
  .container {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 1356px;
  }
  .row {
    --bs-gutter-x: 36px;
  }
}

.col-md-4 {
  flex: 0 0 auto;
  width: 90%;
}
@media (min-width: 800px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 42%;
  }
}
@media (min-width: 1200px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 45%;
  }
}

@media (min-width: 1600px) {
  .col-md-4 {
    flex: 0 0 auto;
    width: 30%;
  }
}

.jazilang-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: var(--jazilang-secondary);
  color: var(--jazilang-white);
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  text-transform: capitalize;
  padding: 16px 32px 15px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.jazilang-btn__curve {
  position: absolute;
  right: -15px;
  top: 0;
  width: 33px;
  height: 100%;
  background: var(--jazilang-soft2);
  opacity: 0.2;
  z-index: 0;
  -webkit-transform: skewX(-22deg);
  transform: skewX(-22deg);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.jazilang-btn i {
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: 2px;
}

.jazilang-btn:hover {
  color: var(--jazilang-white);
}

.jazilang-btn:hover .jazilang-btn__curve {
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.preloader {
  position: fixed;
  background-color: var(--jazilang-base);
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9991;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px RGBA(var(--jazilang-black2-rgb), 0.3);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top--active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top::after {
  position: absolute;
  content: '\e904';
  font-family: 'icomoon' !important;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  color: var(--jazilang-secondary);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.scroll-top__circle path {
  stroke: var(--jazilang-secondary);
  stroke-width: 4;
  fill: none;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/* post paginations */

/* owl carousel overfllow */

/* owl carousel Dots */

/* section title */
.section-title {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title.text-center .section-title__tagline svg {
  right: 0;
  margin: auto;
}

.section-title__tagline {
  font-size: 24px;
  line-height: 26px;
  text-transform: capitalize;
  color: var(--jazilang-base);
  margin: 0 0 11px;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.section-title__tagline svg {
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
  width: 133px;
  height: 13px;
}

.section-title__tagline svg.arrow-svg {
  position: relative;
  display: inline-block;
  width: 55px;
  overflow: hidden;
  margin: 0 0 0 9px !important;
  fill: #f57005;
}

.section-title__title {
  font-size: 40px;
  line-height: 47px;
  color: var(--jazilang-black);
  margin: 0;
}

@media (max-width: 767px) {
  .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
}

/*--------------------------------------------------------------
  # Form
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Navigations
  --------------------------------------------------------------*/
.main-menu .container {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
}

.main-menu {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 91;
  padding: 0;
}
.main-menu.stricky-fixed {
  position: fixed;
  background-color: var(--jazilang-black);
  transition: all 300ms ease;
  z-index: 99;
}
.main-menu__logo {
  display: flex;
  align-items: center;
  position: relative;
  padding: 5px 0;
}

.logo_image {
  height: 48px;
}

@media (min-width: 767px) {
  .logo_image {
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .logo_image {
    height: 58px;
  }
}

.main-menu__nav {
  margin-left: auto;
  margin-right: auto;
}

.main-menu {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list > li {
  padding-top: 39px;
  padding-bottom: 44px;
  position: relative;
}

.main-menu .main-menu__list > li.dropdown > a {
  position: relative;
}

.main-menu .main-menu__list > li.dropdown > a::after {
  position: relative;
  right: 0;
  top: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  color: inherit;
  line-height: 10px;
  margin-right: 5px;
}

.main-menu .main-menu__list > li + li {
  margin-right: 55px;
}

@media (max-width: 1400px) {
  .main-menu .main-menu__list > li + li {
    margin-right: 44px;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .main-menu .main-menu__list > li + li {
    margin-right: 38px;
  }
}

.main-menu .main-menu__list > li > a {
  font-size: 16px;
  display: flex;
  align-items: center;
  font-family: var(--heading-font);
  color: var(--jazilang-white);
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.48px;
  position: relative;
  transition: all 500ms ease;
}
.lang-click {
  display: none;
}
@media (max-width: 1199px) {
  .lang-click {
    display: block;
  }
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a {
  color: var(--jazilang-secondary);
}

.main-menu .main-menu__list li ul {
  position: absolute;
  top: 100%;
  right: -25px;
  min-width: 270px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transform-origin: top center;
  transform: scaleY(0) translateZ(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  z-index: 99;
  background-color: var(--jazilang-white);
  box-shadow: 0px 10px 60px 0px RGBA(var(--jazilang-white-rgb), 0.07);
  padding: 15px 20px 10px;
  border-radius: 14px;
}

.main-menu .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li > a {
  font-size: 16px;
  line-height: 26px;
  color: var(--jazilang-text);
  font-weight: 500;
  font-family: var(--heading-font);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: 400ms;
  margin-bottom: 4px;
}

.main-menu .main-menu__list li ul li > a::after {
  position: absolute;
  right: 20px;
  top: 7px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
  content: '\f0da';
  color: var(--jazilang-base);
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
  transform: scale(0);
}

.main-menu .main-menu__list li ul li.current > a,
.main-menu .main-menu__list li ul li:hover > a {
  background-color: var(--jazilang-base);
  color: var(--jazilang-white);
}

.main-menu .main-menu__list li ul li.current > a::after,
.main-menu .main-menu__list li ul li:hover > a::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.main-menu .main-menu__list li ul li > ul {
  top: 0;
  left: calc(100% + 20px);
}

.main-menu .main-menu__list li ul li > ul ul {
  display: none;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .main-menu__list li:nth-last-child(1) ul li > ul,
  .main-menu__list li:nth-last-child(2) ul li > ul {
    left: auto;
    right: calc(100% + 20px);
  }
}

.main-menu__right {
  display: flex;
  align-items: center;
}

.main-menu__right .jazilang-btn {
  background-color: var(--jazilang-secondary);
  font-size: 16px;
  margin-left: 19px;
  font-weight: 600;
  padding: 7px 20.5px;
  height: 40px;
}

.main-menu__right .jazilang-btn:hover .jazilang-btn__curve {
  opacity: 0.2;
}

@media (max-width: 1199px) {
  .main-menu__right .jazilang-btn {
    display: none;
  }
}

.main-menu__right .jazilang-btn__curve {
  opacity: 0;
}

.main-menu__right .mobile-nav__toggler {
  margin-right: 18px;
}

/*--------------------------------------------------------------
  # Home Showcase
  --------------------------------------------------------------*/

.mobile-nav__toggler {
  font-size: 24px;
  color: var(--jazilang-white);
  cursor: pointer;
  transition: 500ms;
}

@media (min-width: 1200px) {
  .mobile-nav__toggler {
    display: none;
  }
}

/*-- header two --*/

/*-- header three --*/

/*--------------------------------------------------------------
  # Megamenu Popup
  --------------------------------------------------------------*/

body.megamenu-popup-active {
  overflow: hidden;
}

body.megamenu-popup-active .mobile-nav__content {
  overflow: unset;
}
.mobile-btn-nav {
  background-color: var(--jazilang-secondary);
  padding: 5px 40px;
  font-size: 16px;
  font-style: bold;
  border-radius: 5px;
  color: var(--jazilang-white);
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
  # Animations
  --------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes treeMove {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes footerTree {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes shapeMover2 {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20%,
  60% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  30%,
  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shapeMover3 {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  20%,
  60% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-79deg);
  }
  30%,
  80% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes treeMove {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@-webkit-keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@keyframes float-bob-y-2 {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(10px) rotate(5deg);
    transform: translateY(10px) translateX(10px) rotate(5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes blinker {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.03, 1.03);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes blinker2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.6, 0.6);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes sunMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  75% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes circle {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(450deg);
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotated2 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes iconTranslateX {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes iconTranslateY {
  49% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes animationFrames {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes movebounce {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(-10px) translateY(-10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}

@keyframes movebounce2 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes movebounce3 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes movebounce4 {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes shadows {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--jazilang-white-rgb), 0.21), 0 0 0 30px rgba(var(--jazilang-white-rgb), 0.21),
      0 0 0 50px rgba(var(--jazilang-white-rgb), 0.21);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(var(--jazilang-white-rgb), 0.21), 0 0 0 50px rgba(var(--jazilang-white-rgb), 0.21),
      0 0 0 70px rgba(var(--jazilang-white-rgb), 0);
  }
}

@keyframes shadows2 {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--jazilang-white-rgb), 0.05), 0 0 0 30px rgba(var(--jazilang-white-rgb), 0.05),
      0 0 0 50px rgba(var(--jazilang-white-rgb), 0.05);
  }
  100% {
    box-shadow: 0 0 0 30px rgba(var(--jazilang-white-rgb), 0.05), 0 0 0 50px rgba(var(--jazilang-white-rgb), 0.05),
      0 0 0 70px rgba(var(--jazilang-white-rgb), 0);
  }
}

/*--------------------------------------------------------------
  # Mobile Nav
  --------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transform-origin: right center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  visibility: hidden;
  position: fixed;
}
a:hover {
  color: var(--jazilang-white);
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--jazilang-black);
  opacity: 0.3;
  cursor: url(../images/close.png), auto;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--jazilang-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
}

.mobile-nav__content .main-menu__nav {
  display: block;
  padding: 0;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  left: 15px;
  font-size: 18px;
  color: var(--jazilang-white);
  cursor: pointer;
}

.mobile-nav__close:hover {
  color: var(--jazilang-base);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid RGBA(var(--jazilang-white-rgb), 0.1);
}

.mobile-nav__content .main-menu__list ul li > a {
  padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid RGBA(var(--jazilang-white-rgb), 0.1);
}

.mobile-nav__content .main-menu__list li > a {
  display: flex;
  justify-content: start;
  gap: 20px;
  line-height: 30px;
  color: var(--jazilang-white);
  font-size: 16px;
  font-family: var(--heading-font);
  text-transform: capitalize;
  font-weight: 600;
  height: 46px;
  letter-spacing: 0.48px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--jazilang-secondary);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--jazilang-secondary);
  border: none;
  outline: none;
  color: var(--jazilang-white);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: var(--jazilang-white);
  color: var(--jazilang-black);
}

.mobile-nav__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--jazilang-soft);
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 20px;
}

.mobile-nav__social a:hover {
  color: var(--jazilang-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  padding-right: 0px;

  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--jazilang-white);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: var(--jazilang-soft);
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--jazilang-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--jazilang-secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  margin-left: 10px;
  color: var(--jazilang-soft);
}

.mobile-nav__container .main-menu__logo,
.mobile-nav__container .main-menu__right {
  display: none;
}

/*--------------------------------------------------------------
  # Search Popup
  --------------------------------------------------------------*/
.search-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transition: all 1s ease;
  -khtml-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.search-popup__overlay {
  position: fixed;
  width: 224vw;
  height: 224vw;
  top: calc(90px - 112vw);
  right: calc(50% - 112vw);
  z-index: 3;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: transform 0.8s ease-in-out;
  -khtml-transition: transform 0.8s ease-in-out;
  -moz-transition: transform 0.8s ease-in-out;
  -ms-transition: transform 0.8s ease-in-out;
  -o-transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition-delay: 0s;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  background-color: var(--jazilang-black);
  opacity: 0.8;
  cursor: url(../images/close.png), auto;
}

@media (max-width: 767px) {
  .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(-110%);
  }
}

.search-popup__content {
  position: fixed;
  width: 0;
  max-width: 560px;
  padding: 30px 15px;
  left: 50%;
  top: 50%;
  opacity: 0;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -khtml-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -moz-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -ms-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  -o-transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition: opacity 0.5s 0s, width 0.8s 0.8s cubic-bezier(0.225, 0.01, 0.475, 1.01), transform 0.2s 0s;
  transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.4s, 0s;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.search-popup__form {
  position: relative;
}

.search-popup__form input[type='search'],
.search-popup__form input[type='text'] {
  width: 100%;
  background-color: var(--jazilang-white);
  font-size: 15px;
  color: var(--jazilang-text);
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__form .jazilang-btn {
  padding: 0;
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
}

.search-popup__form .jazilang-btn i {
  margin: 0;
}

.search-popup__form .jazilang-btn::after {
  background-color: var(--jazilang-black);
}

.search-popup.active {
  z-index: 9999;
}

.search-popup.active .search-popup__overlay {
  top: auto;
  bottom: calc(90px - 112vw);
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  opacity: 0.8;
  -webkit-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -khtml-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -ms-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  -o-transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 1.6s cubic-bezier(0.4, 0, 0, 1);
}

@media (max-width: 767px) {
  .search-popup.active .search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0%);
  }
}

.search-popup.active .search-popup__content {
  width: 100%;
  opacity: 1;
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

/*--------------------------------------------------------------
  # Hero Banner
  --------------------------------------------------------------*/

@keyframes dash {
  0% {
    stroke-dashoffset: 1200;
    stroke-width: 5;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 10;
  }
}

@keyframes change-background {
  0% {
    fill: var(--jazilang-base);
  }
  50% {
    fill: var(--jazilang-secondary);
  }
  100% {
    fill: var(--jazilang-base);
  }
}

/*--------------------------------------------------------------
  # Service
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/

@keyframes border-background {
  0% {
    border-color: var(--jazilang-secondary);
    transform: translateX(0px) translateY(0px);
  }
  50% {
    border-color: var(--jazilang-base);
    transform: translateX(10px) translateY(10px);
  }
  100% {
    border-color: var(--jazilang-secondary);
    transform: translateX(0px) translateY(0px);
  }
}

@keyframes bg2-background {
  0% {
    background-color: var(--jazilang-secondary);
    transform: translateY(0);
  }
  50% {
    background-color: var(--jazilang-base);
  }
  100% {
    background-color: var(--jazilang-secondary);
    transform: translateY(-20px);
  }
}

@keyframes border2-background {
  0% {
    border-color: var(--jazilang-base);
  }
  50% {
    border-color: var(--jazilang-secondary);
  }
  100% {
    border-color: var(--jazilang-base);
  }
}

@keyframes ball-top {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes ball-bottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes br-translate {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(10px) translateY(10px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}

/*--------------------------------------------------------------
  # Category
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Course
  --------------------------------------------------------------*/

.course-two__slider {
  position: relative;
}

.course-two__item {
  position: relative;
  background-color: var(--jazilang-white);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  margin: 0 0 36px;
}

.course-two__item:hover .course-two__title a {
  background-size: 0% 1px, 100% 1px;
}

.course-two__item:hover .course-two__thumb svg {
  fill: var(--jazilang-base);
}

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

.course-two__thumb img {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 416 276" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="208" cy="-2" rx="279" ry="278" fill="black"/></svg>');
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 416 276" fill="none" xmlns="http://www.w3.org/2000/svg"><ellipse cx="208" cy="-2" rx="279" ry="278" fill="black"/></svg>');
  mask-repeat: repeat;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 100%;
}

.course-two__thumb svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  fill: var(--jazilang-secondary);
  transition: 500ms ease;
  z-index: -1;
  width: calc(100% - 63px);
}

.course-two__like {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--jazilang-secondary);
  color: var(--jazilang-white);
  font-size: 20px;
}

.course-two__like:hover {
  background-color: var(--jazilang-base);
  color: var(--jazilang-white);
}

.course-two__content {
  position: relative;
  padding: 42px 30px 30px;
}

.course-two__time {
  height: 24px;
  background-color: var(--jazilang-black);
  color: var(--jazilang-white);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 0 10.5px;
  margin: 0 0 14px;
}

.course-two__ratings {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 1px;
  color: #cd8a0d;
  margin: 0 0 8px;
}

.course-two__ratings__reviews {
  font-size: 14px;
  color: var(--jazilang-black);
  margin-left: 5px;
  letter-spacing: 0;
}

.course-two__title {
  font-size: 24px;
  line-height: 29px;
  height: 58px;
  margin: 0 0 25px;
}

.course-two__title a {
  color: inherit;
  background-image: linear-gradient(currentcolor, currentcolor), linear-gradient(currentcolor, currentcolor);
  display: inline;
  background-size: 0% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: all 0.4s ease;
}

.course-two__title a:hover {
  color: var(--jazilang-base);
}

.course-two__bottom {
  position: relative;
  background-color: var(--jazilang-soft2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 14px 19px 15px 19px;
}

.course-two__author {
  position: relative;
  padding: 0 0 0 54px;
}

@media (max-width: 991px) {
  .course-two__author {
    padding-left: 0;
  }
}

@media (min-width: 500px) and (max-width: 799px) {
  .course-two__author {
    padding: 0 0 0 54px;
  }
}

.course-two__author img {
  width: 44px !important;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 991px) {
  .course-two__author img {
    display: none !important;
  }
}
@media (min-width: 500px) and (max-width: 799px) {
  .course-two__author img {
    display: block !important;
  }
}
.nav-course {
  background-color: var(--jazilang-black);
  position: fixed;
}

.course-two__author__name {
  font-size: 16px;
  line-height: 1;
  margin: 0 0 6px;
}

.course-two__author__designation {
  display: block;
  letter-spacing: 0.48px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.course-two__meta {
  position: relative;
}

.course-two__meta__price {
  margin: 0 0 5px;
  font-size: 20px;
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: var(--jazilang-black);
  line-height: 1;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .course-two__meta__price {
    font-size: 16px;
  }
}

.course-two__meta__class {
  margin: 0;
  font-size: 14px;
  color: var(--jazilang-text);
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

/*--------------------------------------------------------------
  # Course Details
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Counter
  --------------------------------------------------------------*/

.counter-one__list {
  margin: 0 auto;
  padding: 0;
  max-width: 200px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.counter-one__list li {
  list-style: none;
  width: 78px;
  height: 78px;
  border-radius: 10px;
  background: var(--jazilang-soft);
  font-size: 26.343px;
  font-weight: 700;
  color: var(--jazilang-base);
  padding: 18px 15px 15px;
  margin-top: 25px;
}

.counter-one__list li i {
  display: block;
  font-size: 14.583px;
  font-weight: 400;
  color: var(--jazilang-black);
  font-style: normal;
}

.counter-one__list::after {
  position: absolute;
  left: 0;
  bottom: 90px;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '';
  background-color: var(--jazilang-soft);
}

.counter-one__list::before {
  position: absolute;
  left: 97px;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: calc(100% - 25px);
  content: '';
  background-color: var(--jazilang-soft);
}

/*--------------------------------------------------------------
  # Testimonial
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Call To Action
  --------------------------------------------------------------*/

@keyframes dash {
  0% {
    stroke-dashoffset: 1200;
    stroke-width: 1;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 1;
  }
}

/*--------------------------------------------------------------
  # Footer
  --------------------------------------------------------------*/
.main-footer {
  background-color: var(--jazilang-black);
  position: relative;
  padding: 132px 0 120px;
}

@media (max-width: 767px) {
  .main-footer {
    padding: 80px 0;
  }
}

.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.main-footer__about {
  position: relative;
}

.main-footer__about__text {
  color: var(--jazilang-text2);
  font-size: 18px;
  line-height: 29.4px;
  margin: 0 0 20px;
}

@media (min-width: 1400px) {
  .main-footer__about__text {
    padding-right: 40px;
  }
}

.main-footer__logo {
  display: block;
  margin: 0 0 20px;
}

.main-footer__social {
  position: relative;
}

.main-footer__social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: rgba(var(--jazilang-base-rgb), 0.17);
  color: var(--jazilang-white);
  line-height: 30px;
  border-radius: 50%;
  font-size: 15px;
  text-align: center;
}

.main-footer__social a:hover {
  background-color: var(--jazilang-base);
  color: var(--jazilang-white);
}

.main-footer__social a + a {
  margin-left: 10px;
}

.main-footer__title {
  font-size: 23.526px;
  font-style: normal;
  font-weight: 600;
  line-height: 29.407px;
  text-transform: capitalize;
  color: var(--jazilang-white);
  padding-bottom: 11px;
  margin: 0 0 22px;
  overflow: hidden;
  position: relative;
}

.main-footer__title::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  content: '';
  width: 85px;
  height: 1px;
  background-color: var(--jazilang-secondary);
}

.main-footer__title::before {
  position: absolute;
  right: -10px;
  bottom: -1px;
  content: '';
  width: 52px;
  height: 4px;
  background-color: #cd8a0d;
  z-index: 2;
  -webkit-animation: movebounce2 2s linear infinite;
  animation: movebounce2 2s linear infinite;
}

@media (min-width: 1200px) {
  .main-footer__widget01 {
    padding-left: 30px;
  }
}

@media (min-width: 1400px) {
  .main-footer__widget01 {
    padding-left: 42px;
  }
  .main-footer__widget02 {
    margin-left: -41px;
  }
}

.main-footer__navmenu {
  position: relative;
}

@media (max-width: 767px) {
  .main-footer__navmenu {
    margin-top: 30px;
  }
}

.main-footer__navmenu ul {
  margin: 0;
  padding: 0;
}

.main-footer__navmenu ul li {
  list-style: none;
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
  color: var(--jazilang-text2);
  text-transform: capitalize;
}

.main-footer__navmenu ul li a {
  color: inherit;
  display: inline-block;
}

.main-footer__navmenu ul li a:hover {
  color: var(--jazilang-secondary);
  padding-left: 5px;
}

.main-footer__info-list {
  margin: 27px 0 35px;
  padding: 0;
  list-style: none;
}

.main-footer__info-list li {
  list-style: none;
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  font-size: 18px;
  color: var(--jazilang-text2);
  line-height: 30px;
  margin: 0 0 16px;
}

.main-footer__info-list li a {
  color: inherit;
}

.main-footer__info-list li a:hover {
  color: var(--jazilang-secondary);
}

.main-footer__info-list li span {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--jazilang-secondary);
  font-size: 24px;
  line-height: inherit;
}

.main-footer__newsletter {
  position: relative;
}

@media (max-width: 767px) {
  .main-footer__newsletter {
    margin-top: 30px;
  }
}

@media (min-width: 1400px) {
  .main-footer__newsletter {
    margin-left: -15px;
    margin-right: 20px;
  }
}

.main-footer__newsletter .jazilang-btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  padding: 0 22.3px;
  background-color: var(--jazilang-secondary);
}

.main-footer__newsletter .jazilang-btn__curve {
  opacity: 0;
}

.main-footer__newsletter .jazilang-btn:hover .jazilang-btn__curve {
  opacity: 0.2;
}

.main-footer__email-box {
  position: relative;
}

.main-footer__email-input-box {
  position: relative;
}

.main-footer__email-input-box input[type='email'] {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(var(--jazilang-base-rgb), 0.56);
  border-radius: 6px;
  outline: none;
  background-color: transparent;
  font-size: 18px;
  font-family: var(--jazilang-font);
  color: var(--jazilang-text2);
  padding: 0 19px 0 130px;
  font-weight: 400;
}

/*-- Copyright --*/
.copyright {
  position: relative;
  background-color: #1f1944;
  padding: 27px 0 28px;
}

.copyright__text {
  color: var(--jazilang-text2);
  margin: 0;
}

.copyright__text a {
  color: inherit;
}

.copyright__text a:hover {
  color: var(--jazilang-secondary);
}

/*-- Footer Two --*/

/*--------------------------------------------------------------
  # Client Carousel
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Funfact
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Hero Slider
  --------------------------------------------------------------*/

@keyframes dash {
  0% {
    stroke-dashoffset: 1200;
    stroke: var(--jazilang-secondary);
  }
  50% {
    stroke: var(--jazilang-base);
  }
  100% {
    stroke-dashoffset: 0;
    stroke: var(--jazilang-secondary);
  }
}

@keyframes dash4 {
  0% {
    stroke-dashoffset: 1200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes zump-one {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-15px);
  }
}

/*--------------------------------------------------------------
  # Page Header
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Contact
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Google Map
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Gallery
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Pricing
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Faq
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Login
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # 404
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Product Page
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Product Details
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Cart
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Checkout
  --------------------------------------------------------------*/

.checkout-page__payment {
  background-color: var(--jazilang-soft5);
  border-radius: 14px;
  padding: 40px 70px 25px 40px;
  min-height: 277px;
  margin-bottom: 50px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .checkout-page__payment {
    padding-right: 40px;
  }
}

@media (max-width: 991px) {
  .checkout-page__payment {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .checkout-page__payment {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.checkout-page__payment__item {
  position: relative;
}

.checkout-page__payment__title {
  display: flex;
  font-size: 20px;
  margin: 0;
  align-items: center;
  margin-bottom: 19px;
  cursor: pointer;
}

.checkout-page__payment__title::before {
  content: '';
  width: 24px;
  height: 24px;
  background-color: var(--jazilang-white);
  border: none;
  border-radius: 50%;
  margin-right: 10px;
  font-family: 'icomoon' !important;
  font-weight: normal;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  position: relative;
  top: 0;
  transition: all 500ms ease;
}

.checkout-page__payment__item--active .checkout-page__payment__title::before {
  background-color: var(--jazilang-secondary);
  content: '\e927';
  color: var(--jazilang-white);
}

.checkout-page__payment__content {
  margin-left: 37px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
}

/*--------------------------------------------------------------
  # Boxed Home
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  # Custom Cursor
  --------------------------------------------------------------*/
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid #5eead4;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--jazilang-secondary);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color: #dddcb6;
  opacity: 0.3;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

/* Notification Start */
.notification {
  position: fixed;
  top: -100px;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 600px;
  min-width: 300px;
  background-color: #e4f5fe;
  border-radius: 6px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: slideIn 3s forwards, slideOut 3s 16s forwards;
}

.content_notification {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 32px;
}
.title_notification {
  font-size: 18px;
  font-weight: 900;
}
.message_notification {
  font-size: 14px;
  font-weight: 400;
}

.subtitle_notification {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 420px) {
  .content_notification {
    padding: 20px;
  }
  .title_notification {
    font-size: 16px;
  }
  .message_notification {
    font-size: 12px;
  }

  .subtitle_notification {
    font-size: 14px;
  }
}
@keyframes slideIn {
  from {
    top: -100%;
  }
  to {
    top: 20%;
  }
}

@keyframes slideOut {
  from {
    top: 20%;
  }
  to {
    top: -100%;
  }
}
.dark-mode-mobile {
  padding: 0px 15px;
  display: block;
}
@media (min-width: 1200px) {
  .dark-mode-mobile {
    padding: 0px 15px;
    display: none;
  }
}
