/*-----------------------------------------------------------------------------------

  Theme Name: Eduflow - Education HTML Template
  Author: wprealizer 
  Developer: Masirul Islam
  Support: 
  Description: 
  Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************
/* 
/* 1. UTILITIES  
/* - _variables.scss  
/* - _typography.scss 
/* - _mixin.scss 
/* - _animation.scss 
/* - _global.scss 
/* - _theme.scss 
/* 
/* 2. COMPONENTS 
/* - _button.scss 
/* - _button-animation.scss 
/* - _cursor.scss 
/* - _header-top.scss 
/* - _menu.scss 
/* - _modal.scss 
/* - _preloader.scss 
/* - _scroll.scss 
/* - _section-top.scss 
/* 
/* 3. HOME 1 SECTIONS 
/* - Section 01: Hero Area 
/* - Section 02: Marquee Track 
/* - Section 03: Category Area 
/* - Section 04: Find Course Area 
/* - Section 05: About Section 
/* - Section 06: Team Section 
/* - Section 07: Testimonial Section 
/* - Section 08: Client Section 
/* - Section 09: Blog Section 
/* - Section 10: FAQ Area 
/* - Section 11: Courses Area 
/* - Section 12: WCU Area 
/* - Section 13: CTA Area 
/* - Section 14: Footer 
/*
/* 4. FOOTER SYSTEM
/* - Main Footer 



/*----------------------------------------*/
/* variable css */
/*----------------------------------------*/
:root {
  --primary: rgba(26, 69, 59, 1);
  --secondary: rgba(216, 120, 39, 1);
  --secondary2: rgba(153, 101, 233, 1);
  --border: #1A453B24;
  --border2: #FFFFFF24;
  --bg: rgba(248, 245, 242, 1);
  --bg2: #F8F5F2;
  --yellow: #FFDC30;
  --purple: #971F97;
  --orange: #D87827;
  --indigo: #9965E9;
  --black: #0E0F11;
  --black2: #525355;
  --black3: #0C081F;
  --white: #FFFFFF;
  --text: rgba(85, 85, 85, 1);
  --text2: #555555;
}

/*----------------------------------------*/
/* typography css */
/*----------------------------------------*/
:root {
  --font_mona: "Mona Sans", sans-serif;
  --font_awesome: "Font Awesome 6 Free";
  --font_playfair: "Playfair Display", serif;
  --font_dm: "DM Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_mona);
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  color: var(--primary);
  line-height: 1.22;
  font-family: var(--font_mona);
  font-weight: 500;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

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

a:hover {
  color: var(--primary);
}

button {
  background-color: transparent;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
}

strong {
  font-weight: 500;
}

video,
iframe,
img {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .g-0 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .row.g-0 {
    padding-right: 0;
    padding-left: 0;
  }

  br {
    display: none;
  }
}

main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/*----------------------------------------*/
/* animation css */
/*----------------------------------------*/
.cf_parallax_image {
  overflow: hidden;
}

@keyframes wcBubble {
  0% {
    scale: 1;
  }

  50% {
    scale: 1.5;
  }

  100% {
    scale: 1;
  }
}

@keyframes wcZoom {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.5;
  }

  100% {
    scale: 1;
  }
}

@keyframes wcZoom_2 {
  0% {
    scale: 1;
  }

  50% {
    scale: 0.9;
  }

  100% {
    scale: 1;
  }
}

@keyframes wcSlideBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes characters {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}

/*----------------------------------------*/
/* global css */
/*----------------------------------------*/
.container-xl {
  max-width: 1550px;
}

.text-slider-active .swiper-slide {
  width: auto;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #d6d6d6;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.pos-abs {
  position: absolute;
}

.circle-text {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

@media only screen and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}

.circle-text .text {
  animation: spinner 5s infinite linear;
  width: 100%;
}

.circle-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.circle-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 37px solid var(--white);
  border-radius: 50%;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.fix {
  overflow: hidden;
}

.bg-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.has-top-line {
  position: relative;
  padding-top: 10px;
}

.has-top-line:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  top: 0;
  left: 0;
}

.has-bottom-line {
  position: relative;
  padding-bottom: 10px;
}

.has-bottom-line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: currentColor;
  bottom: 0;
  left: 0;
}

.has-left-line {
  position: relative;
  padding-inline-start: 35px;
  display: inline-block;
}

.has-left-line:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-start: 0;
  top: 50%;
  transform: translateY(-50%);
}

.has-right-line {
  position: relative;
  padding-inline-end: 35px;
  display: inline-block;
}

.has-right-line:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background-color: currentColor;
  inset-inline-end: 0;
  top: 50%;
  transform: translateY(-50%);
}

.t-btn-play {
  width: 56px;
  height: 56px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1.5px solid currentColor;
  color: var(--primary);
  border-radius: 50%;
  transition: all 0.5s;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .t-btn-play {
    width: 50px;
    height: 50px;
    font-size: 12px;
    border-width: 1px;
  }
}

.t-btn-play:hover {
  color: var(--theme, --action);
}

.t-btn-play.light {
  color: var(--white);
}

.t-btn-play.light:hover {
  color: var(--white);
}

.t-btn-play.dark {
  color: var(--black);
}

.t-btn-play.dark:hover {
  color: var(--black);
}

.show-light {
  display: inline-block;
}

.dark .show-light {
  display: none;
}

.show-dark {
  display: none;
}

.dark .show-dark {
  display: inline-block;
}

.line-area {
  position: relative;
}

.lines {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.lines .line {
  width: 1px;
  height: 100%;
  background-color: rgba(0, 81, 83, 0.031372549);
  display: inline-block;
  position: relative;
  z-index: 1;
}

.t-btn-icon i {
  transform: rotate(-45deg);
  transition: all 0.3s;
  font-size: 20px;
  color: var(--primary);
}

.dir-rtl .t-btn-icon i {
  transform: rotate(-135deg);
}

.t-btn-icon:hover i {
  transform: rotate(0);
}

.dir-rtl .t-btn-icon:hover i {
  transform: rotate(-180deg);
}

.list-check li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 10px;
}

.list-check li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  background-image: url("../imgs/electrician/check-mark.webp");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  top: 4px;
  transform: rotateY(0deg);
}

.dir-rtl .list-check li::before {
  transform: rotateY(180deg);
}

.list-check li:last-child {
  margin-bottom: 0;
}

.list-plus li {
  position: relative;
  padding-inline-start: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  display: inline-block;
  width: 100%;
}

.list-plus li::before {
  content: "+";
  position: absolute;
  inset-inline-start: 0;
  top: -10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.list-plus li:not(:last-child) {
  margin-bottom: 10px;
}

.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pagination-with-dash {
  font-size: 14px;
  display: flex;
  gap: 10px;
  color: var(--primary);
  align-items: center;
}

.pagination-with-dash .dash {
  width: 100px;
  height: 1px;
  background-color: var(--primary);
}

.pagination-with-dash .swiper-pagination-current {
  display: flex;
  gap: 5px;
  align-items: center;
}

.pagination-with-dash .swiper-pagination-current:before {
  content: url(../imgs/icon/arrow-left.webp);
}

.pagination-with-dash .swiper-pagination-total {
  display: flex;
  gap: 5px;
  align-items: center;
}

.pagination-with-dash .swiper-pagination-total:after {
  content: url(../imgs/icon/arrow-right.webp);
}

.form-search input {
  width: 100%;
  height: 55px;
  background: transparent;
  border: 0;
  color: var(--white);
}

.form-search input:focus {
  outline: 0;
}

.form-search {
  display: flex;
  gap: 10px;
  border: 1px solid rgba(95, 96, 98, 0.3);
  border-radius: 70px;
  padding: 0 15px;
}

.form-search button i {
  color: var(--white);
  opacity: 0.7;
}

.btn-close {
  content: "\e92d";
  font-family: "icomoon";
  font-size: 16px;
  opacity: 1;
  filter: brightness(100) contrast(0);
  border-radius: 50px;
  width: 2em;
  height: 2em;
  border: 1px solid var(--white);
  position: absolute;
  inset-inline-end: 20px;
  top: 20px;
  transition: unset;
}

.modal {
  background-color: var(--primary);
  z-index: 99999;
}

.modal-content {
  background-color: transparent;
  border: 0;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

@media only screen and (max-width: 1199px) {
  .mb-18 {
    margin-bottom: 12px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px !important;
  }
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

@media (max-width: 575px) {
  .mt-33 {
    margin-top: 20px !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.gap-18 {
  gap: 18px !important;
}

.p-30 {
  padding: 30px !important;
}

@media only screen and (max-width: 1399px) {
  .p-30 {
    padding: 20px !important;
  }
}

.pl-50 {
  padding-inline-start: 50px !important;
}

@media only screen and (max-width: 1199px) {
  .pl-50 {
    padding-inline-start: 0px !important;
  }
}

.px-12 {
  padding-inline-start: 12px !important;
  padding-inline-end: 12px !important;
}

.bblr-0 {
  border-bottom-left-radius: 0px !important;
}

.bbrr-0 {
  border-bottom-right-radius: 0px !important;
}

.br-14 {
  border-radius: 14px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.bg2 {
  background-color: var(--bg2) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-indigo {
  background-color: var(--indigo) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-purple {
  background-color: var(--purple) !important;
}

.bg-secondary2 {
  background-color: var(--secondary2) !important;
}

.tw-clip-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}

.tw-clip-anim .tw-anim-img {
  opacity: 0;
}

.tw-clip-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}

a[href^="tel:"],
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a[href^="tel:"]:hover,
a[href^="mailto:"]:hover {
  color: var(--secondary);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
  font-family: var(--font_mona) !important;
}

.g-35 {
  --bs-gutter-x: 35px !important;
  --bs-gutter-y: 35px !important;
}

.g-20 {
  --bs-gutter-x: 20px !important;
  --bs-gutter-y: 20px !important;
}

.g-10 {
  --bs-gutter-x: 10px !important;
  --bs-gutter-y: 10px !important;
}

.gx-10 {
  --bs-gutter-x: 10px !important;
}

.gx-20 {
  --bs-gutter-x: 20px !important;
}

.gx-5 {
  --bs-gutter-x: 5px !important;
}

.gx-7 {
  --bs-gutter-x: 7px !important;
}

.gx-34 {
  --bs-gutter-x: 34px !important;
}

.gx-35 {
  --bs-gutter-x: 35px !important;
}

.gx-100 {
  --bs-gutter-x: 100px !important;
}

@media only screen and (max-width: 1199px) {
  .gx-100 {
    --bs-gutter-x: 50px !important;
  }
}

@media only screen and (max-width: 991px) {
  .gx-100 {
    --bs-gutter-x: 20px !important;
  }
}

.gy-30 {
  --bs-gutter-y: 30px !important;
}

.gy-60 {
  --bs-gutter-y: 60px !important;
}

.list-style-none {
  list-style-type: none;
}

/*----------------------------------------*/
/* theme css */
/*----------------------------------------*/
html {
  --container-max-widths: 1320px;
}

@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}

@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}

@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

@media (max-width: 575px) {
  html {
    --container-max-widths: 100%;
  }
}

body {
  background-color: var(--white);
  color: var(--text2);
}

.body-wrapper {
  background-color: var(--white);
}

.dark .body-wrapper {
  background-color: var(--black);
}

.img-reveal-top {
  visibility: hidden;
  overflow: hidden;
}

.img-reveal-top img {
  object-fit: cover;
  transform-origin: left;
}

.anim-reveal {
  overflow: hidden;
}

.anim-reveal-line {
  overflow: hidden;
}

.color-white {
  color: var(--white);
}

.color-black {
  color: var(--black);
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.bg-white {
  background-color: var(--white);
}

.bg-black {
  background-color: var(--black);
}

.bg-primary {
  background-color: var(--primary);
}

.bg-secondary {
  background-color: var(--secondary);
}

.bg-transparent {
  background-color: transparent !important;
}

.zi-1 {
  z-index: 1;
}

.zi-2 {
  z-index: 2;
}

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

.zi--1 {
  z-index: -1;
}

.box-layout {
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden !important;
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.vertically-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-indent-40 {
  text-indent: 40px;
}

.text-indent-50 {
  text-indent: 50px;
}

header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

.dir-rtl {
  direction: rtl;
}

.show-dark {
  display: inline-block;
}

.dark .show-dark {
  display: none;
}

.show-light {
  display: none;
}

.dark .show-light {
  display: inline-block;
}

.admin-bar header,
.admin-bar .body-wrapper {
  margin-top: 32px;
}

.swiper,
.swiper-container {
  direction: ltr;
}

.border-e-0 {
  border-inline-end: 0 !important;
}

.border-s-0 {
  border-inline-start: 0 !important;
}

/*----------------------------------------*/
/* Preloader                              */
/*----------------------------------------*/
.preloader-modern {
  background-color: var(--white);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.preloader-modern.hide-preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader-modern .loader-container {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader-modern .loader-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid rgba(26, 69, 59, 0.1);
  border-radius: 50%;
}

.preloader-modern .loader-container::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid transparent;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: loader-spin 1.2s linear infinite;
}

.preloader-modern .loader-icon {
  width: 44px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.preloader-modern .loader-icon img {
  max-width: 100%;
  height: auto;
  animation: loader-pulse 1s alternate infinite ease-in-out;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-pulse {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.1);
    opacity: 1;
  }
}

/* scroll css */
.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}

.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}

.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}

.scroll__down span i {
  color: var(--white);
}

.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}

@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}

.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}

.dark .go-top-writer {
  color: var(--black);
  background-image: url(../imgs/writer/go-top-light.webp);
}

.go-top-writer:hover {
  color: var(--primary);
}

.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px) scale(0.8);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .progress-wrap {
    right: 20px;
    bottom: 20px;
    height: 44px;
    width: 44px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.progress-wrap:hover {
  transform: translateY(-5px) scale(1.1);
  background: rgba(255, 255, 255, 0.2);
  border-color: var(--primary);
  box-shadow: 0 15px 40px rgba(216, 120, 39, 0.25);
}

.progress-wrap:hover::after {
  color: var(--secondary);
  transform: translate(-50%, -50%) translateY(-2px);
}

.progress-wrap:hover svg.progress-circle path {
  stroke-opacity: 1;
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: var(--primary);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease;
}

.progress-wrap svg.progress-circle path {
  fill: none;
  stroke: var(--primary);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 0.2s linear;
  stroke-opacity: 0.6;
}

.light .scroll__down p {
  color: var(--black);
}

.light .scroll__down span {
  border-color: var(--white);
}

.light .scroll__down span i {
  color: var(--black);
}

.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(../imgs/writer/go-top-light.webp);
}

.light .progress-wrap {
  background: rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.1);
}

.light .progress-wrap::after {
  color: var(--primary);
}

/*----------------------------------------*/
/* button css */
/*----------------------------------------*/
.theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 3px 3px 3px 20px;
  background-color: transparent;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: max-content;
  transition: all 0.3s ease;
}

.theme-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}

.theme-btn:hover {
  border-color: var(--primary);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.theme-btn:hover::before {
  top: 0;
}

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

.theme-btn:hover .icon {
  background-color: var(--white);
  color: var(--primary);
}

.theme-btn:hover .icon i,
.theme-btn:hover .icon svg {
  transform: rotate(45deg);
}

.theme-btn:hover .icon i path,
.theme-btn:hover .icon svg path {
  fill: var(--primary);
}

.theme-btn .text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  white-space: nowrap;
  transition: color 0.4s;
}

.theme-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 4px;
  font-size: 16px;
  transition: background-color 0.4s, color 0.4s;
  flex-shrink: 0;
}

.theme-btn .icon i,
.theme-btn .icon svg {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: rotate(0deg);
}

.theme-btn .icon i path,
.theme-btn .icon svg path {
  fill: var(--white);
}

.theme-btn--full {
  width: 100%;
  gap: 0;
}

.theme-btn--dark {
  background-color: var(--primary);
  border-color: var(--primary);
}

.theme-btn--dark .text {
  color: var(--white);
}

.theme-btn--dark::before {
  background-color: var(--secondary);
}

.theme-btn--dark:hover {
  border-color: var(--secondary);
}

.theme-btn--dark .icon {
  background: var(--white);
  color: var(--primary);
}

.theme-btn--dark .icon svg path {
  fill: var(--secondary);
}

.theme-btn.button-bg-orange {
  width: fit-content;
  background: var(--secondary);
}

.theme-btn.button-bg-orange .text {
  color: var(--white);
}

.theme-btn.button-bg-orange .icon {
  background: var(--white);
  color: var(--secondary);
}

.theme-btn.button-bg-orange .icon svg path {
  fill: var(--secondary);
}

.theme-btn.button-bg-orange:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

.theme-btn.button-bg-white {
  width: fit-content;
  background: var(--white);
  border: 1px solid transparent;
}

.theme-btn.button-bg-white .text {
  color: var(--primary);
}

.theme-btn.button-bg-white .icon {
  background: var(--secondary);
  color: var(--white);
}

.theme-btn.button-bg-white .icon svg path {
  fill: var(--white);
}

.theme-btn.button-bg-white:hover {
  transform: translateY(-3px);
  opacity: 0.9;
  border: 1px solid var(--border2);
}

.theme-btn.button-bg-white:hover .text {
  color: var(--white);
}

.theme-btn.button-bg-white:hover .icon {
  background: var(--primary);
  color: var(--white);
}

.theme-btn.button-bg-white:hover .icon svg path {
  fill: var(--white);
}

.theme-btn.button-bg-yellow {
  width: fit-content;
  background: var(--yellow) !important;
  border: 1px solid transparent !important;
}

.theme-btn.button-bg-yellow .text {
  color: var(--primary) !important;
}

.theme-btn.button-bg-yellow .icon {
  background: var(--primary) !important;
  color: var(--white) !important;
}

.theme-btn.button-bg-yellow .icon svg path {
  fill: var(--white) !important;
}

.theme-btn.button-bg-yellow:hover {
  border-color: var(--primary) !important;
}

.theme-btn.button-bg-yellow:hover .text {
  color: var(--white) !important;
}

.theme-btn.button-bg-yellow:hover .icon {
  background: var(--white) !important;
  color: var(--primary) !important;
}

.theme-btn.button-bg-yellow:hover .icon svg path {
  fill: var(--primary) !important;
}

/* button animation css */
/*----------------------------------------*/
/* menu css */
/*----------------------------------------*/
.main-menu.menu-dark>ul>li>a {
  color: var(--black);
}

.main-menu.menu-light>ul>li>a {
  color: var(--white);
}

.main-menu>ul {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style-type: none;
}

@media only screen and (max-width: 1399px) {
  .main-menu>ul {
    gap: 20px;
  }
}

.main-menu>ul>li:hover>a {
  color: var(--primary);
}

.main-menu>ul>li:hover>ul,
.main-menu>ul>li:hover>.mega-menu-home {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}

.main-menu>ul>li:hover>ul.dp-menu li:hover>ul,
.main-menu>ul>li:hover>.mega-menu-home.dp-menu li:hover>ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}

.main-menu li {
  position: relative;
  list-style-type: none;
}

.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 0px;
  text-transform: capitalize;
}

.dark .main-menu li a {
  color: var(--black);
}

.main-menu ul.dp-menu {
  background-color: var(--white);
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}

.main-menu ul.dp-menu ul {
  background-color: var(--white);
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}

.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}

.main-menu ul.dp-menu li:hover>a {
  color: var(--black);
  background-color: transparent;
}

.main-menu ul.dp-menu li:hover>ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}

.main-menu ul.dp-menu li a {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}

.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}

.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}

.main-menu .has-mega-menu {
  position: static;
}

.main-menu li.menu-item-has-children>a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}

.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}

@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}

.main-menu .mega-menu li:has(ul)>a:after {
  content: "";
}

.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}

.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}

.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}

.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}

.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}

.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu .mega-style-2>li:not(:first-child) {
  border-left: 1px solid #333337;
}

.main-menu .mega-style-2 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
}

.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}

.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}

.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}

.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}

.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.main-menu .mega-style-3>li:not(:first-child) {
  border-left: 1px solid #333337;
}

.main-menu .mega-style-3>li:last-child {
  border: none;
  width: 36vw;
}

@media only screen and (max-width: 1399px) {
  .main-menu .mega-style-3>li:last-child {
    width: 32vw;
  }
}

.main-menu .mega-style-3 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
  column-gap: 0;
}

.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}

.main-menu .mega-style-3 ul li {
  margin: 0 10px;
}

.main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}

.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}

.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}

.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}

@media only screen and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    column-gap: 30px;
  }
}

.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}

.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block;
}

.main-menu .mega-menu-home {
  background-color: var(--white);
  position: absolute;
  inset-inline-start: 10px;
  top: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  padding: 10px;
}

@media only screen and (max-width: 1199px) {
  .main-menu .mega-menu-home {
    display: none !important;
  }
}

.main-menu .mega-menu-home__left {
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 200px;
  flex: 0 0 auto;
  width: 50%;
}

@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu-home__left {
    gap: 30px;
    justify-content: space-between;
  }
}

.main-menu .mega-menu-home__column {
  position: relative;
}

.main-menu .mega-menu-home__column:first-child:after {
  content: "";
  position: absolute;
  right: -100px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background-color: var(--border);
}

@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu-home__column:first-child:after {
    right: -87.5px;
  }
}

.main-menu .mega-menu-home__column ul {
  display: flex;
  flex-direction: column;
}

.main-menu .mega-menu-home__column ul li a {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  padding: 12.5px 0;
  display: flex;
  align-items: center;
  background: transparent;
  border-radius: 0;
}

.main-menu .mega-menu-home__column ul li a:hover {
  color: var(--secondary);
  letter-spacing: 0.5px;
}

.main-menu .mega-menu-home .badge-new {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  background: var(--primary);
  color: var(--white);
  padding: 3.05px 6.5px;
  border-radius: 2px;
  margin-left: 12px;
}

.main-menu .mega-menu-home .badge-new2 {
  background: #07875A;
  margin-left: 10px;
}

.main-menu .mega-menu-home .badge-hot {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  background: var(--secondary);
  color: var(--white);
  padding: 3.05px 6.5px;
  border-radius: 2px;
  margin-left: 12px;
}

.main-menu .mega-menu-home .badge-hot2 {
  background: #C08552;
  margin-left: 10px;
}

.main-menu .mega-menu-home__banner {
  background-color: var(--primary);
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 auto;
  width: 39%;
  gap: 30px;
  border-radius: 6px;
  overflow: hidden;
}

.main-menu .mega-menu-home__banner-shape {
  position: absolute;
  bottom: 20px;
  right: 10px;
  z-index: 1;
}

.main-menu .mega-menu-home__banner .banner-content {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 2;
  width: 100%;
}

.main-menu .mega-menu-home__banner .banner-content .text {
  text-align: left;
  margin-bottom: 30px;
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
}

.main-menu .mega-menu-home__banner .banner-content .text span {
  font-family: var(--font_playfair);
  font-weight: 400;
  font-style: Italic;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--secondary);
}

.main-menu .mega-menu-home__banner .banner-content .buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  width: 100%;
}

.main-menu .mega-menu-home__banner .banner-content .buttons a {
  display: inline-block;
  padding: 0;
}

.main-menu .mega-menu-home__banner .banner-content .buttons a img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.main-menu .mega-menu-home__banner .banner-image {
  order: 1;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 0;
  border-radius: 6px;
  background: #0E392F;
}

.main-menu .mega-menu-home__banner .banner-image img {
  max-width: 200px;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}

.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}

.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}

.main-menu-2 li a:hover {
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}

.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}

@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}

.main-menu-3 li:last-child {
  margin-right: 0;
}

.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.main-menu-3 li a:hover {
  color: var(--primary);
}

.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}

.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}

.main-menu-4 li a:hover {
  color: var(--primary);
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (max-width: 1199px) {
  .mega-menu-thumb {
    width: 100%;
    height: 100%;
  }
}

.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}

.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.mega-menu-counter__item {
  text-align: center;
  display: inline-block;
  margin-top: 35%;
  margin-left: 17%;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .mega-menu-counter__item {
    margin: 30px auto 50px;
  }
}

.mega-menu-counter__text p {
  font-size: 30px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500;
}

.mega-menu-counter__number {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(136deg, #9479FF 0%, #FFA6D6 47.92%, #FFFCE3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .menu-with-number {
    display: none;
  }
}

.menu-with-number li {
  display: inline-block;
}

.menu-with-number li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 34px 40px;
  display: inline-block;
  text-transform: uppercase;
}

.menu-with-number li a:hover span {
  color: var(--white);
}

.menu-with-number li a:hover span::before {
  background-color: var(--white);
}

.menu-with-number li a.active span {
  color: var(--white);
}

.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white);
}

.menu-with-number li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  color: #999999;
  position: relative;
  transition: all 0.5s;
}

.menu-with-number li a span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  transition: all 0.5s;
  background-color: var(--black-6);
}

.sidebar-menu li {
  display: block;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1919px) {
  .sidebar-menu li {
    padding-bottom: 10px;
  }
}

.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase;
}

.sidebar-menu li a:hover,
.sidebar-menu li a.active {
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .sidebar-menu li a {
    padding: 5px 0;
  }
}

/* mean menu customize */
.offcanvas__menu-wrapper.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.offcanvas__menu-wrapper.mean-container .mean-nav>ul>li:last-child>a {
  border-bottom: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  color: var(--black);
  border-color: var(--white-4);
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  background-color: var(--white-4);
}

.dir-rtl .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  right: 275px;
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: var(--white-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}

.dark .offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-color: var(--white-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}

@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}

.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}

.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}

.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}

.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.offcanvas__menu-wrapper.mean-container .mean-nav .mega-menu-home {
  display: none !important;
}

.light .main-menu li a:hover {
  color: var(--primary);
}

.light .main-menu-2 li a {
  color: var(--black);
}

.light .main-menu-2 li a:hover {
  color: var(--primary);
}

.light .main-menu-3 li a {
  color: var(--black);
}

.light .main-menu-3 li a:hover {
  color: var(--primary);
}

.light .sidebar-menu li a {
  color: var(--black);
}

.light .sidebar-menu li a:hover {
  color: var(--primary);
}

.light .menu-with-number li a {
  color: var(--black);
}

.light .menu-with-number li a:hover span {
  color: var(--black);
}

.light .menu-with-number li a:hover span::before {
  background-color: var(--black);
}

.light .menu-with-number li a span {
  color: var(--black-9);
}

.light .menu-with-number li a span::before {
  background-color: var(--black-9);
}

.light .menu-with-number li a.active span {
  color: var(--black);
}

.light .menu-with-number li a.active span::before {
  background-color: var(--black);
}

/*----------------------------------------*/
/* modal css */
/*----------------------------------------*/
.modal__dialog {
  width: 760px;
  max-width: 100%;
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  .modal__dialog {
    width: 700px;
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .modal__dialog {
    width: 350px;
  }
}

.modal__content {
  height: 500px;
}

@media only screen and (max-width: 767px) {
  .modal__content {
    height: 300px;
  }
}

.modal__content iframe {
  width: 100%;
  height: 100%;
}

.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  z-index: 9;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white);
  background: var(--black);
  transition: all 0.3s;
}

.modal__close:hover {
  color: var(--primary);
}

.modal__sfluence {
  width: 100%;
  height: 100%;
  padding: 60px;
}

@media only screen and (max-width: 767px) {
  .modal__sfluence {
    padding: 20px 10px;
  }
}

.modal__sfluence-area {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0.5);
}

.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.modal__sfluence-area .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 20px;
  z-index: 9;
  border-radius: 50px;
  font-size: 30px;
  color: var(--white);
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__sfluence-area .close_btn:hover {
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .modal__sfluence-area .close_btn {
    right: 0;
  }
}

.modal__sfluence-area iframe,
.modal__sfluence-area video {
  width: 100%;
  height: 100%;
}

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

  .modal__sfluence-area iframe,
  .modal__sfluence-area video {
    height: 300px;
    object-fit: cover;
    margin-top: 45%;
  }
}

/*----------------------------------------*/
/* section-top css (global)               */
/*----------------------------------------*/
.section-top {
  text-align: center;
  margin-bottom: 62px;
}

@media only screen and (max-width: 991px) {
  .section-top {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .section-top {
    margin-bottom: 30px;
  }
}

.section-top.text-start {
  text-align: left;
}

.section-top__subtitle {
  display: inline-flex;
  align-items: center;
  gap: 4.7px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  background-color: transparent;
  border: 1px solid rgba(26, 69, 59, 0.1);
  border-radius: 50px;
  padding: 6px 9px;
  margin-bottom: 12px;
}

.section-top__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -3%;
  color: var(--primary);
  margin: 0;
}

@media only screen and (max-width: 1919px) {
  .section-top__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-top__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-top__title {
    font-size: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .section-top__title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .section-top__title {
    font-size: 26px;
  }
}

.section-top__title span {
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 400;
  color: var(--secondary);
  letter-spacing: -4%;
}

.parallax-view {
  overflow: hidden;
}

.section-padding {
  padding: 130px 0;
}

@media only screen and (max-width: 1919px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media only screen and (max-width: 1399px) {
  .section-padding {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .section-padding {
    padding: 70px 0;
  }
}

.section-padding-bottom {
  padding-bottom: 130px;
}

@media only screen and (max-width: 1919px) {
  .section-padding-bottom {
    padding-bottom: 90px;
  }
}

@media only screen and (max-width: 1399px) {
  .section-padding-bottom {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .section-padding-bottom {
    padding-bottom: 70px;
  }
}

.container {
  --bs-gutter-x: 20px;
}

@media (min-width: 1600px) {
  .container.large {
    max-width: 1750px;
  }
}

.container.full-hd {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

/* side info style */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.offcanvas-overlay.overlay-open {
  opacity: 1;
  visibility: visible;
}

.side-info-close {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  padding: 0;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-color: rgba(216, 120, 39, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(216, 120, 39, 0.2);
}

.side-info-close:hover {
  transform: rotate(90deg) scale(1.1);
  background-color: var(--primary);
  color: var(--white);
}

.side-info {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  height: 100%;
  position: fixed;
  z-index: 999;
  inset-inline-end: -100%;
  top: 0;
  width: 500px;
  padding: 0;
  overflow-y: auto;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .side-info {
    width: 100%;
  }
}

.side-info::-webkit-scrollbar {
  width: 4px;
}

.side-info::-webkit-scrollbar-thumb {
  background: rgba(216, 120, 39, 0.2);
  border-radius: 10px;
}

.side-info.info-open {
  inset-inline-end: 0;
}

.side-info-content {
  position: relative;
  min-height: 100%;
  padding-bottom: 100px;
}

.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .offset-header {
    padding: 30px;
    margin-bottom: 20px;
  }
}

.offset-logo {
  width: 120px;
}

.offset-logo img {
  width: 100%;
}

.offset-info-box {
  padding: 30px 50px;
  margin-bottom: 50px;
}

@media (max-width: 575px) {
  .offset-info-box {
    padding: 30px;
  }
}

.offset-info-box .title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
  margin-bottom: 15px;
}

.offset-info-box .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
}

.offset-info-box .post-image {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 35px;
}

.offset-info-box .post-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  transition: all 0.4s ease;
  filter: grayscale(0.2);
}

.offset-info-box .post-image img:hover {
  filter: grayscale(0);
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.offset-widget-box {
  margin-bottom: 40px;
  padding: 0 50px;
}

@media (max-width: 575px) {
  .offset-widget-box {
    padding: 0 30px;
  }
}

.offset-widget-box .title {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.offset-widget-box .title::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--primary);
}

.offset-widget-box .contact-meta {
  margin-top: 15px;
}

.offset-widget-box .contact-item {
  margin-bottom: 10px;
}

.offset-widget-box .contact-item .text {
  font-size: 16px;
  color: #555;
  transition: all 0.3s ease;
}

.offset-widget-box .contact-item .text:hover {
  color: var(--primary);
  padding-left: 5px;
}

.offset-widget-box .social-links {
  display: flex;
  gap: 12px;
  margin-top: 25px;
}

.offset-widget-box .social-links a {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  color: var(--black);
}

.offset-widget-box .social-links a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(216, 120, 39, 0.3);
}

.offset-logo-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 50px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.8), transparent);
  pointer-events: none;
}

.offset-logo-footer img {
  width: 150px;
}

/* mean menu customize */
.mobile-menu {
  padding: 0 50px;
}

@media (max-width: 575px) {
  .mobile-menu {
    padding: 0 30px;
  }
}

.mobile-menu.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mobile-menu.mean-container .mean-nav>ul>li:last-child>a {
  border-bottom: 1px solid rgba(14, 15, 17, 0.1);
}

.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black2);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}

.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 1;
  color: var(--secondary);
  text-transform: capitalize;
  border-top: 1px solid rgba(14, 15, 17, 0.1);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}

.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
}

.dir-rtl .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  right: 275px;
}

@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}

.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: transparent;
  opacity: 1;
}

.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid rgba(14, 15, 17, 0.1);
}

.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}

.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}

@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}

.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}

.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}

.mobile-menu.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}

.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}

.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* header area style  */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 20px;
}

.header-area-inner {
  display: grid;
  gap: 0 130px;
  grid-template-columns: auto 1fr auto auto 140px auto;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .header-area-inner {
    gap: 0 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-area-inner {
    gap: 0 80px;
    grid-template-columns: auto 1fr auto 140px auto;
  }
}

@media only screen and (max-width: 991px) {
  .header-area-inner {
    gap: 0 50px;
    grid-template-columns: auto 1fr auto auto auto;
  }
}

@media only screen and (max-width: 767px) {
  .header-area-inner {
    grid-template-columns: 1fr auto;
  }
}

.header-area .header-main {
  padding-top: 14px;
  padding-bottom: 14px;
  border-top: 1px solid rgba(14, 15, 17, 0.08);
}

.header-area .header-main .main-menu {
  display: block !important;
}

.header-area .header-main.sticky-header,
.header-area .header-main.transformed {
  background-color: #F2F2F2;
}

.header-area .header-main.sticky-header .header-area-inner,
.header-area .header-main.transformed .header-area-inner {
  grid-template-columns: 1fr 545px auto;
  align-items: center;
}

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

  .header-area .header-main.sticky-header .header-area-inner,
  .header-area .header-main.transformed .header-area-inner {
    grid-template-columns: 1fr auto;
  }
}

.header-area .header-main.sticky-header .site-category,
.header-area .header-main.transformed .site-category {
  display: none !important;
}

.header-area .header-main.sticky-header .main-menu>ul,
.header-area .header-main.transformed .main-menu>ul {
  flex-direction: row;
  gap: 30px;
}

.header-area .header-main.sticky-header .social-links,
.header-area .header-main.transformed .social-links {
  display: none !important;
}

.header-area .header-main.sticky-header .office-location,
.header-area .header-main.transformed .office-location {
  display: none !important;
}

.header-area .header-logo {
  width: 101px;
  margin-top: 6px;
}

@media only screen and (max-width: 1399px) {
  .header-area .header-logo {
    width: 101px;
  }
}

@media only screen and (max-width: 991px) {
  .header-area .header-logo {
    width: 101px;
  }
}

.header-area .header-logo img {
  width: 100%;
}

.header-area .site-category {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .header-area .site-category {
    font-size: 14px;
  }
}

.header-area .main-menu>ul>li>a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 0;
}

.header-area .main-menu>ul>li>a:hover {
  color: var(--action);
}

.header-area .social-links li:not(:first-child) {
  margin-top: 6px;
}

.header-area .social-links li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.header-area .social-links li a:hover {
  color: var(--action);
}

.header-area .office-location li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.header-area .office-location li a:hover {
  color: var(--action);
}

.header-area .main-menu>ul {
  flex-direction: column;
  gap: 6px;
}

@media (max-width: 575px) {
  .header-area .header-button {
    display: none;
  }
}

.header-area .header-offcanvas {
  margin-top: 6px;
}

.header-area .side-toggle {
  width: 44px;
  height: 44px;
}

@media only screen and (max-width: 1399px) {
  .header-area .side-toggle {
    width: 33px;
    height: 33px;
  }
}

/* header area 1 style  */
.header-area-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-area-1.header-inner {
  position: relative;
  background: var(--white);
}

.header-area-1-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  height: 90px;
}

@media only screen and (max-width: 1199px) {
  .header-area-1-inner {
    height: 70px;
  }
}

.header-area-1-inner .left {
  display: flex;
  align-items: center;
  gap: 100px;
}

.header-area-1-inner .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-area-1-inner .header-right__user {
  padding-right: 20px;
  border-right: 1px solid rgb(217, 217, 217);
}

.header-area-1-inner .header-right__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-area-1-inner .header-right__cart-badge {
  position: absolute;
  top: -5px;
  right: -8px;
  background: var(--secondary);
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}

.header-area-1-inner .header-right .theme-btn {
  background: var(--secondary);
  color: var(--white);
}

.header-area-1-inner .header-right .theme-btn .text {
  color: var(--white);
}

.header-area-1-inner .header-right .theme-btn .icon {
  background: var(--white);
  color: var(--primary);
}

.header-area-1-inner .header-right .theme-btn .icon svg path {
  fill: var(--primary);
}

.header-area-1 .header-logo img {
  width: 100%;
}

.header-area-1 .main-menu>ul>li:hover>a {
  color: var(--secondary);
}

.header-area-1 .main-menu>ul>li>a {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

.header-area-1 .search-icon {
  color: var(--primary);
}

@media (max-width: 575px) {
  .header-area-1 .header-meta {
    display: none;
  }
}

.header-area-1 .t-btn-primary {
  padding: 10px 25px;
}

@media only screen and (max-width: 991px) {
  .header-area-1 .t-btn-primary {
    padding: 10px 20px;
  }
}

@media (max-width: 575px) {
  .header-area-1 .header-button {
    display: none;
  }
}

.header-area-1 .header-offcanvas i {
  font-size: 22px;
}

.header-area-1 .sticky-header {
  background-color: #FFFAF4;
}

.body-inner-page .header-area-1 .sticky-header {
  background-color: #FFFFFF;
}

/* header area 1 style  */
.header-area-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-area-2 .header-top {
  background-color: var(--secondary);
}

.header-area-2 .header-top__offer span {
  color: var(--primary);
  font-weight: 500;
}

.header-area-2 .header-top__left-item a:hover {
  color: var(--primary);
}

.header-area-2 .header-top__left-item a:hover svg path {
  fill: var(--primary);
}

.header-area-2 .header-top__right .language__current:hover {
  color: var(--primary);
}

.header-area-2 .header-top__right .language__current:hover svg path {
  fill: var(--primary);
}

.header-area-2 .header-top__arabic:hover {
  color: var(--primary);
}

.header-area-2-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  height: 90px;
}

@media only screen and (max-width: 1199px) {
  .header-area-2-inner {
    height: 70px;
  }
}

.header-area-2-inner .left {
  display: flex;
  align-items: center;
  gap: 100px;
}

.header-area-2-inner .header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-area-2-inner .header-right__user {
  padding-right: 20px;
  border-right: 1px solid var(--border2);
  margin-left: 95px;
}

@media only screen and (max-width: 1199px) {
  .header-area-2-inner .header-right__user {
    margin-left: 0;
  }
}

.header-area-2-inner .header-right__user svg path {
  fill: var(--white);
}

.header-area-2-inner .header-right__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.header-area-2-inner .header-right__cart svg path {
  fill: var(--white);
}

.header-area-2-inner .header-right__cart-badge {
  position: absolute;
  top: -5px;
  right: -8px;
  background: var(--secondary);
  color: var(--white);
  font-size: 10px;
  font-weight: 600;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}

.header-area-2-inner .header-right .theme-btn {
  background: var(--secondary);
  color: var(--white);
  border: 1px solid transparent;
}

.header-area-2-inner .header-right .theme-btn .text {
  color: var(--white);
}

.header-area-2-inner .header-right .theme-btn .icon {
  background: var(--white);
  color: var(--primary);
}

.header-area-2-inner .header-right .theme-btn .icon svg path {
  fill: var(--primary);
}

.header-area-2-inner .header-right .theme-btn:hover {
  border: 1px solid var(--border2);
}

.header-area-2 .header-logo img {
  width: 100%;
}

.header-area-2 .main-menu>ul>li:hover>a {
  color: var(--secondary);
}

.header-area-2 .main-menu>ul>li>a {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
}

.header-area-2 .search-icon {
  color: var(--primary);
}

@media (max-width: 575px) {
  .header-area-2 .header-meta {
    display: none;
  }
}

@media (max-width: 575px) {
  .header-area-2 .header-button {
    display: none;
  }
}

.header-area-2 .header-offcanvas i {
  font-size: 22px;
}

.header-area-2 .sticky-header {
  background-color: var(--primary);
}

.body-inner-page .header-area-2 .sticky-header {
  background-color: #FFFFFF;
}

/* sticky header style */
.header-sticky {
  transition: all 0.5s;
}

.transformed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  transform: translateY(-100%);
}

.sticky-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 800;
  background-color: #FFFFFF;
  transform: translateY(0%);
}

.header-top {
  background-color: var(--primary);
  padding: 8.8px 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}

.header-top__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 991px) {
  .header-top__inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

.header-top__left {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 575px) {
  .header-top__left {
    flex-direction: column;
    gap: 5px;
  }
}

.header-top__left-item a {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.header-top__left-item a svg path {
  transition: all 0.3s ease;
}

.header-top__left-item a i {
  font-size: 14px;
  opacity: 0.8;
}

.header-top__left-item a:hover {
  color: var(--secondary);
}

.header-top__left-item a:hover svg path {
  fill: var(--secondary);
}

.header-top__offer {
  margin: 0;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
}

.header-top__offer span {
  color: var(--secondary);
  font-weight: 500;
}

.header-top__right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-top__right .language {
  position: relative;
}

.header-top__right .language__current {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color 0.3s ease;
  cursor: pointer;
}

.header-top__right .language__current i {
  font-size: 14px;
  opacity: 0.8;
}

.header-top__right .language__current:hover {
  color: var(--secondary);
}

.header-top__right .language:hover .language__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-top__right .language__dropdown {
  position: absolute;
  top: 30px;
  left: 0;
  background: var(--white);
  min-width: 120px;
  padding: 10px 0;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 10;
  margin: 0;
  list-style: none;
}

.header-top__right .language__dropdown li a {
  display: block;
  padding: 5px 15px;
  color: var(--black);
  font-size: 14px;
  transition: background 0.3s ease, color 0.3s ease;
}

.header-top__right .language__dropdown li a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: var(--secondary);
}

.header-top__divider {
  color: rgba(255, 255, 255, 0.3);
}

.header-top__arabic {
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  transition: color 0.3s ease;
}

.header-top__arabic:hover {
  color: var(--secondary);
}

/*----------------------------------------*/
/* breadcumb section css                  */
/*----------------------------------------*/
.breadcrumb1 {
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
  padding: 340px 0 198px;
  z-index: 1;
}

@media only screen and (max-width: 1919px) {
  .breadcrumb1 {
    padding: 280px 0 150px;
  }
}

@media only screen and (max-width: 1399px) {
  .breadcrumb1 {
    padding: 210px 0 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .breadcrumb1 {
    padding: 210px 0 100px;
  }
}

@media only screen and (max-width: 991px) {
  .breadcrumb1 {
    padding: 180px 0 100px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb1 {
    padding: 100px 0 80px;
  }
}

.breadcrumb1__bg {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 0;
}

@media only screen and (max-width: 1199px) {
  .breadcrumb1__bg {
    height: 100%;
  }
}

.breadcrumb1__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumb1__content {
  position: relative;
  z-index: 9;
}

.breadcrumb1__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  margin-bottom: 11px;
  list-style-type: none;
}

.breadcrumb1__list li {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
}

.breadcrumb1__list li a {
  color: var(--white);
}

.breadcrumb1__list li a:hover {
  color: var(--secondary);
}

.breadcrumb1__list li.current {
  color: var(--secondary);
}

.breadcrumb1__list li.separator {
  display: flex;
  align-items: center;
  opacity: 0.8;
}

.breadcrumb1__list li.separator svg {
  width: 8px;
  height: auto;
}

.breadcrumb1__title {
  color: var(--white);
  font-size: 64px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
  text-transform: capitalize;
}

@media only screen and (max-width: 1399px) {
  .breadcrumb1__title {
    font-size: 54px;
  }
}

@media only screen and (max-width: 1199px) {
  .breadcrumb1__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .breadcrumb1__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb1__title {
    font-size: 36px;
  }
}

/*----------------------------------------*/
/* blog sidebar and pagination css */
/*----------------------------------------*/
.blog-standard__wrap {
  display: flex;
  gap: 100px;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .blog-standard__wrap {
    gap: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .blog-standard__wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
}

.blog-standard__left {
  width: 100%;
  max-width: 754px;
}

.blog-standard__right {
  width: 100%;
  max-width: 446px;
}

@media only screen and (max-width: 1399px) {
  .blog-standard .blog2__card {
    margin-bottom: 50px;
  }
}

.blog-standard .blog2__thumb {
  aspect-ratio: 754/410;
}

.blog-standard .blog2__thumb a img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.blog-sidebar {
  max-width: 446px;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar {
    max-width: 100%;
  }
}

.blog-sidebar__widget {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 23px 30px 30px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar__widget {
    padding: 23px 20px 30px;
  }
}

.blog-sidebar__widget-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 24px;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
}

.blog-sidebar__widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--border);
}

.blog-sidebar__search {
  position: relative;
}

.blog-sidebar__search input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0 60px 0 20px;
  font-family: var(--font_mona);
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.blog-sidebar__search input::placeholder {
  color: rgba(26, 69, 59, 0.5);
}

.blog-sidebar__search input:focus {
  border-color: var(--secondary);
}

.blog-sidebar__search button {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: var(--secondary);
  color: var(--white);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.blog-sidebar__search button:hover {
  background: var(--primary);
}

.blog-sidebar__search button svg {
  width: 18px;
  height: 18px;
}

.blog-sidebar__recent-posts .item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1399px) {
  .blog-sidebar__recent-posts .item {
    gap: 10px;
  }
}

.blog-sidebar__recent-posts .item:last-child {
  margin-bottom: 0;
}

.blog-sidebar__recent-posts .item .thumb {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}

.blog-sidebar__recent-posts .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-sidebar__recent-posts .item .content .date {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  margin-bottom: 15px;
  display: block;
  transition: all 0.3s ease;
}

.blog-sidebar__recent-posts .item .content .date:hover {
  color: var(--secondary);
}

.blog-sidebar__recent-posts .item .content .title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .blog-sidebar__recent-posts .item .content .title {
    font-size: 16px;
  }
}

.blog-sidebar__recent-posts .item .content .title a:hover {
  color: var(--secondary);
}

.blog-sidebar__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 6px;
}

.blog-sidebar__tags a {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 9px 15.05px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary);
  transition: all 0.3s ease;
}

.blog-sidebar__tags a:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.blog-sidebar__cta {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  padding: 20px;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar__cta {
    padding: 10px;
  }
}

.blog-sidebar__cta .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.blog-sidebar__cta .bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3019607843);
}

.blog-sidebar__cta .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-sidebar__cta-content {
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  min-height: 480px;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar__cta-content {
    min-height: 380px;
  }
}

.blog-sidebar__cta .title {
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -3%;
  text-align: center;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .blog-sidebar__cta .title {
    font-size: 30px;
  }
}

.blog-sidebar__cta .theme-btn.sidebar-cta-btn {
  background-color: var(--white);
  border-color: transparent;
  padding: 4px 4px 4px 20px;
  border-radius: 6px;
}

.blog-sidebar__cta .theme-btn.sidebar-cta-btn .text {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
}

.blog-sidebar__cta .theme-btn.sidebar-cta-btn .icon {
  background-color: var(--secondary);
  width: 38px;
  height: 38px;
  border-radius: 4px;
}

.blog-sidebar__cta .theme-btn.sidebar-cta-btn .icon svg path {
  fill: var(--white);
}

.blog-sidebar__cta .theme-btn.sidebar-cta-btn:hover {
  background-color: var(--primary);
}

.blog-sidebar__cta .theme-btn.sidebar-cta-btn:hover .text {
  color: var(--white);
}

.blog-sidebar__cta .theme-btn.sidebar-cta-btn:hover .icon {
  background-color: var(--white);
}

.blog-sidebar__cta .theme-btn.sidebar-cta-btn:hover .icon svg path {
  fill: var(--primary);
}

.pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 60px;
}

.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  transition: all 0.3s ease;
  background: var(--white);
}

.pagination li a:hover,
.pagination li span:hover {
  border-color: var(--secondary);
  color: var(--secondary);
}

.pagination li a.active,
.pagination li span.active {
  background: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}

.pagination li a svg,
.pagination li span svg {
  width: 20px;
  color: var(--secondary);
}

.pagination li a svg path,
.pagination li span svg path {
  stroke: var(--secondary);
}

.pagination li span {
  cursor: default;
  border-color: var(--border);
}

.pagination li span:hover {
  border-color: var(--border);
  color: var(--primary);
}

/*----------------------------------------*/
/* blog details css */
/*----------------------------------------*/
.blog-details__top {
  padding: 9px;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 795px;
}

.blog-details__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

@media only screen and (max-width: 1399px) {
  .blog-details__wrap {
    gap: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .blog-details__wrap {
    flex-direction: column;
  }
}

.blog-details__content {
  padding: 0 20px 22px;
}

@media only screen and (max-width: 1399px) {
  .blog-details__content {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .blog-details__content {
    padding: 5px;
  }
}

.blog-details__main-img {
  border-radius: 10px;
  overflow: hidden;
}

.blog-details__main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details__meta {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .blog-details__meta {
    gap: 20px;
  }
}

.blog-details__meta .author {
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog-details__meta .author img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.blog-details__meta .author span {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  transition: all 0.3s ease;
}

@media (max-width: 575px) {
  .blog-details__meta .author span {
    font-size: 12px;
  }
}

.blog-details__meta .author:hover span {
  color: var(--secondary);
}

.blog-details__meta .date,
.blog-details__meta .read-time {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  color: var(--text2);
  position: relative;
  transition: all 0.3s ease;
}

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

  .blog-details__meta .date,
  .blog-details__meta .read-time {
    font-size: 14px;
  }
}

@media (max-width: 575px) {

  .blog-details__meta .date,
  .blog-details__meta .read-time {
    font-size: 12px;
  }
}

.blog-details__meta .date:hover,
.blog-details__meta .read-time:hover {
  color: var(--secondary);
}

.blog-details__meta .date::before,
.blog-details__meta .read-time::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: var(--border);
}

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

  .blog-details__meta .date::before,
  .blog-details__meta .read-time::before {
    left: -10px;
  }
}

.blog-details__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .blog-details__title {
    font-size: 22px;
  }
}

.blog-details__text p {
  font-family: var(--font_dm);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  color: var(--text2);
}

.blog-details__text p:not(:last-child) {
  margin-bottom: 17px;
}

.blog-details__content-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1399px) {
  .blog-details__content-box {
    flex-direction: column;
  }
}

.blog-details__content-boxleft {
  max-width: 393px;
}

@media only screen and (max-width: 1399px) {
  .blog-details__content-boxleft {
    max-width: 100%;
  }
}

.blog-details__content-box .box-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
}

.blog-details__content-box p {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -2%;
  color: var(--text2);
}

.blog-details__content-box .checklist li {
  display: flex;
  align-items: center;
  gap: 9.85px;
  font-family: var(--font_dm);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

.blog-details__content-box .checklist li:not(:last-child) {
  margin-bottom: 15px;
}

.blog-details__content-box .checklist li svg {
  flex-shrink: 0;
}

@media only screen and (max-width: 1399px) {
  .blog-details__content-boxright {
    width: 100%;
  }
}

.blog-details__content-box .content-thumb {
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1399px) {
  .blog-details__content-box .content-thumb {
    width: 100%;
  }
}

.blog-details__content-box .content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details__h3-green {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  text-align: start;
}

.blog-details__img-grid {
  display: flex;
  align-items: center;
  gap: 26px;
}

@media only screen and (max-width: 1399px) {
  .blog-details__img-grid {
    flex-direction: column;
  }
}

.blog-details__img-grid .thumb {
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 1399px) {
  .blog-details__img-grid .thumb {
    width: 100%;
  }
}

.blog-details__img-grid .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .blog-details__bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.blog-details__bottom .tags {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.blog-details__bottom .tags a {
  display: inline-block;
  padding: 1.25px 11.5px;
  border: 1px solid rgba(26, 69, 59, 0.2);
  border-radius: 100px;
  font-family: var(--font_dm);
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -2%;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary);
  transition: all 0.3s ease;
}

.blog-details__bottom .tags a:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.blog-details__bottom .social-share {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .blog-details__bottom .social-share {
    margin-left: -15px;
  }
}

.blog-details__bottom .social-share a {
  font-size: 18px;
  color: var(--text2);
  transition: all 0.3s ease;
}

.blog-details__bottom .social-share a:hover {
  color: var(--primary);
}

.blog-details__bottom .social-share a svg path {
  fill: var(--text2);
  transition: all 0.3s ease;
}

.blog-details__bottom .social-share a svg path:hover {
  fill: var(--primary);
}

.blog-details__author {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: var(--secondary);
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 59px;
}

@media only screen and (max-width: 991px) {
  .blog-details__author {
    flex-direction: column;
    text-align: center;
  }
}

.blog-details__author .thumb {
  width: 180px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}

.blog-details__author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details__author .content .name {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--white);
  margin-bottom: 2px;
  display: block;
}

.blog-details__author .content .designation {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  display: block;
}

.blog-details__author .content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
}

.blog-details__form .form-group label {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  margin-bottom: 10px;
  display: block;
}

.blog-details__form .form-group .field-wrap {
  position: relative;
}

.blog-details__form .form-group .field-wrap .icon {
  position: absolute;
  inset-inline-end: 18.33px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-details__form .form-group .field-wrap .icon2 {
  position: absolute;
  top: 19px;
  right: 19px;
}

.blog-details__form .form-group input,
.blog-details__form .form-group textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 13px 20px;
  font-family: var(--font_mona);
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.blog-details__form .form-group input:focus,
.blog-details__form .form-group textarea:focus {
  border-color: var(--secondary);
}

.blog-details__form .form-group textarea {
  height: 160px;
}

.blog-details--ful-width .blog-details__top {
  max-width: 100%;
  border: none;
  padding: 0;
  width: 100%;
  margin-bottom: 40px;
}

.blog-details--ful-width .blog-details__content {
  padding: 0;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--border);
}

.blog-details--ful-width .blog-details__content-boxleft {
  max-width: 709px;
}

.blog-details--ful-width .checklist__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .blog-details--ful-width .checklist__wrapper {
    gap: 15px;
  }
}

.blog-details--ful-width .blog-details__author {
  margin-left: 120px;
  margin-right: 120px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1399px) {
  .blog-details--ful-width .blog-details__author {
    margin-left: 0;
    margin-right: 0;
  }
}

.blog-details--ful-width .blog-details__form {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}

.hero1 {
  background-color: #F8F5F2;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 206px 0 0px;
}

.hero1__content {
  padding-right: 30px;
}

@media only screen and (max-width: 991px) {
  .hero1__content {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .hero1__content {
    padding-right: 0;
    margin-bottom: 50px;
  }
}

.hero1__loved-btn {
  border: 1px solid #e1e1e1;
  padding: 5px 13px 5px 5px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 9px;
}

.hero1__loved-avatars {
  display: flex;
  align-items: center;
  margin-right: 4px;
}

.hero1__loved-avatars img {
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 1px solid var(--white);
  object-fit: cover;
  margin-left: -5.3px;
}

.hero1__loved-avatars img:first-child {
  margin-left: 0;
}

.hero1__loved-text {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
}

.hero1__loved-text strong {
  color: var(--primary);
  font-weight: 600;
}

.hero1__loved-text span {
  color: var(--secondary);
}

.hero1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 15px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1399px) {
  .hero1__title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero1__title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 991px) {
  .hero1__title {
    font-size: 40px;
  }
}

@media (max-width: 575px) {
  .hero1__title {
    font-size: 40px;
  }
}

.hero1__title-italic {
  font-family: var(--font_playfair);
  font-style: italic;
  color: var(--secondary);
  font-weight: 400;
}

.hero1__text {
  color: var(--text);
  margin-bottom: 32px;
}

.hero1__search-wrap {
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 3px;
  margin-bottom: 20px;
  max-width: 500px;
}

.hero1__search-form {
  display: flex;
  align-items: center;
  background: transparent;
}

.hero1__search-form input {
  flex-grow: 1;
  border: none;
  padding: 10px 15px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text);
  background: transparent;
}

.hero1__search-form input::placeholder {
  color: var(--text);
  font-weight: 400;
}

.hero1__search-form input:focus {
  outline: none;
}

.hero1__search-btn {
  background-color: var(--secondary);
  color: var(--white);
  width: 42px;
  height: 42px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}

.hero1__search-btn i {
  transform: rotate(-45deg);
}

.hero1__search-btn:hover {
  background-color: var(--primary);
}

.hero1__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero1__tag {
  border: 1px solid var(--border);
  background-color: transparent;
  padding: 6px 15px;
  border-radius: 4px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  transition: all 0.3s;
  color: var(--primary);
}

.hero1__tag:hover {
  background-color: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}

.hero1__thumb {
  position: relative;
  z-index: 1;
  padding-left: 30px;
  border-radius: 10px;
}

@media only screen and (max-width: 991px) {
  .hero1__thumb {
    padding-left: 0;
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .hero1__thumb {
    padding-left: 0;
    margin-top: 50px;
  }
}

.hero1__image-wrap {
  position: relative;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
}

.hero1__bg-shape {
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  background: var(--secondary);
  border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .hero1__bg-shape {
    top: 59px;
  }
}

@media only screen and (max-width: 991px) {
  .hero1__bg-shape {
    top: 178px;
  }
}

@media only screen and (max-width: 767px) {
  .hero1__bg-shape {
    top: 132px;
  }
}

@media (max-width: 575px) {
  .hero1__bg-shape {
    top: 99px;
  }
}

.hero1__image {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.hero1__floating {
  position: absolute;
  z-index: 3;
  background-color: var(--white);
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.08);
}

.hero1__floating--book {
  top: 40%;
  left: -40px;
  transform: translateY(-40%);
  width: 70px;
  height: 70px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: hero-float-book 4s ease-in-out infinite;
}

.hero1__floating--book img {
  width: 35px;
}

@media (max-width: 575px) {
  .hero1__floating--book {
    left: -10px;
    width: 50px;
    height: 50px;
  }

  .hero1__floating--book img {
    width: 25px;
  }
}

.hero1__floating--flask {
  bottom: 20%;
  right: -32px;
  background-color: var(--primary);
  color: var(--white);
  width: 60px;
  height: 60px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  animation: hero-float-flask 5s ease-in-out 0.8s infinite;
}

@media (max-width: 575px) {
  .hero1__floating--flask {
    right: -10px;
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

.hero1__floating--rating {
  bottom: 70px;
  left: -94px;
  background-color: var(--primary);
  padding: 5px 12px 5px 5px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 15px;
  animation: hero-float-rating 6s ease-in-out 1.6s infinite;
}

@media only screen and (max-width: 991px) {
  .hero1__floating--rating {
    left: -20px;
  }
}

@media (max-width: 575px) {
  .hero1__floating--rating {
    left: 10px;
    bottom: 10px;
    padding: 10px 15px;
    border-radius: 8px;
  }
}

.hero1__rating-avatar img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  object-fit: cover;
}

.hero1__rating-info {
  display: flex;
  flex-direction: column;
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.hero1__rating-stars {
  display: flex;
  align-items: center;
  gap: 1.33px;
  margin-bottom: 8px;
  font-size: 12px;
  color: var(--white);
}

.hero1__rating-stars i {
  color: var(--white);
  font-size: 11px;
}

.hero1__rating-score {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-right: 3px;
}

.hero1__rating-text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
}

.hero1__rating-text strong {
  color: var(--secondary);
  font-weight: 600;
}

@keyframes hero-float-book {

  0%,
  100% {
    transform: translateY(-40%) translateY(0px);
  }

  50% {
    transform: translateY(-40%) translateY(-12px);
  }
}

@keyframes hero-float-flask {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-10px) rotate(3deg);
  }

  66% {
    transform: translateY(-5px) rotate(-2deg);
  }
}

@keyframes hero-float-rating {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.marquee1 {
  background-color: #F8F5F2;
  padding: 70px 0 66px;
  overflow: hidden;
}

.marquee1__track {
  overflow: hidden;
  width: 100%;
}

.marquee1__list {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}

.marquee1__list:hover {
  animation-play-state: paused;
}

.marquee1__item {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.marquee1__avatar img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}

.marquee1__icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(26, 69, 59, 0.14);
}

.marquee1__icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.marquee1__tag {
  display: inline-flex;
  align-items: center;
  padding: 25px 40px;
  border-radius: 100px;
  border: 1px solid var(--border);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  text-align: center;
  color: var(--primary);
  white-space: nowrap;
  transition: all 0.3s;
}

.marquee1__tag--italic {
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 400;
  color: var(--primary);
  border: 1px solid rgba(26, 69, 59, 0.14);
}

.marquee1__tag--highlight {
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 400;
  color: var(--secondary);
  border: 1px solid rgba(26, 69, 59, 0.14);
}

/*----------------------------------------*/
/* category1 area style                   */
/*----------------------------------------*/
.category1 {
  position: relative;
  z-index: 0;
  background-color: var(--white);
}

.category1__slider {
  overflow: hidden;
  padding-bottom: 48px;
  padding-top: 3px;
}

.category1__slider .swiper-slide {
  height: auto;
}

.category1__pagination {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 12px;
  width: 100% !important;
  bottom: auto !important;
}

.category1__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--bg2);
  opacity: 1;
  transition: background-color 0.3s, transform 0.3s, width 0.3s;
  margin: 0 !important;
  flex-shrink: 0;
}

.category1__pagination .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.category1__card {
  display: block;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 20px 5px 15px 20px;
  background-color: var(--white);
  transition: all 0.3s ease;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .category1__card {
    padding: 22px 20px 20px;
  }
}

@media (max-width: 575px) {
  .category1__card {
    padding: 20px 18px 18px;
  }
}

.category1__card:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}

.category1__card:hover .category1__name {
  color: var(--white);
}

.category1__card:hover .category1__learners {
  color: rgba(255, 255, 255, 0.72);
}

.category1__icon {
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 83px;
  background-color: transparent;
  transition: background-color 0.3s, border-color 0.3s;
  flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
  .category1__icon {
    margin-bottom: 22px;
  }
}

.category1__icon svg {
  width: 34px;
  height: 34px;
}

.category1__icon svg path,
.category1__icon svg rect,
.category1__icon svg circle,
.category1__icon svg polyline,
.category1__icon svg line {
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: all 0.3s;
}

.category1__name {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 4px;
  display: block;
  transition: color 0.3s;
}

@media only screen and (max-width: 1399px) {
  .category1__name {
    font-size: 16px;
    MB: 5px;
  }
}

.category1__learners {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--black2);
  display: block;
  transition: color 0.3s;
}

@media only screen and (max-width: 1399px) {
  .category1__learners {
    font-size: 12px;
  }
}

/*----------------------------------------*/
/* about1 area style                      */
/*----------------------------------------*/
.about1 {
  position: relative;
  z-index: 2;
  background-color: var(--white);
  overflow: hidden;
}

.about1__wrap {
  border-top: 1px solid var(--border);
}

.about1__thumb {
  position: relative;
  max-width: 500px;
  max-height: 600px;
}

.about1__thumb img {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}

.about1__boxes {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .about1__boxes {
    flex-wrap: wrap;
  }
}

.about1 {
  /* Left Stats Column */
}

.about1__stats-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media only screen and (max-width: 991px) {
  .about1__stats-wrapper {
    width: 100%;
  }
}

.about1__stats-box {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 11px 20px 20px;
  background-color: var(--white);
  flex-grow: 1;
  max-width: 230px;
  min-width: 230px;
}

@media only screen and (max-width: 991px) {
  .about1__stats-box {
    max-width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .about1__stats-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.about1__stats-box hr {
  margin: 25px 0;
  border-color: var(--border);
  opacity: 1;
}

@media only screen and (max-width: 1399px) {
  .about1__stats-box hr {
    margin: 10px 0;
  }
}

.about1__stats-number {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -3%;
  margin-bottom: 0px;
  color: var(--primary);
}

.about1__stats-number .odometer-value {
  color: var(--primary);
}

.about1__stats-number span {
  color: var(--secondary);
  font-size: 40px;
}

.about1__stats-middle {
  max-width: 165px;
}

.about1__stats-text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .about1__stats-text {
    font-size: 11px;
  }
}

.about1__stats-rating {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  margin-bottom: 8px;
  display: inline-flex;
}

.about1__stats-rating svg {
  color: currentColor;
  font-size: 12px;
  margin-left: 2px;
}

.about1__stats-rating svg path {
  fill: currentColor;
}

.about1__stats-rating svg:first-child {
  margin-left: 4px;
}

.about1__stats-trusted {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  display: inline-flex;
}

@media only screen and (max-width: 1399px) {
  .about1__stats-trusted {
    font-size: 11px;
  }
}

.about1__stats-trusted strong {
  color: var(--secondary);
  font-weight: 600;
}

.about1__btn-box {
  margin-top: 117.41px;
}

@media only screen and (max-width: 991px) {
  .about1__btn-box {
    margin-top: 0;
  }
}

.about1 {
  /* Right Tabs Column */
}

.about1__tabs-box {
  border: 1px solid var(--border);
  border-radius: 12px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.about1__tabs-nav {
  border-bottom: 0;
  padding: 20px 20px 0;
  gap: 22px;
  display: flex;
  flex-wrap: nowrap;
}

.about1__tabs-nav .nav-item {
  flex-grow: 1;
}

.about1__tabs-nav .nav-link {
  border: none;
  background: transparent;
  width: 100%;
  padding: 0px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  position: relative;
  border-right: 1px solid var(--border);
  color: rgba(26, 69, 59, 0.14);
  border-radius: 0;
  transition: color 0.3s ease;
}

@media only screen and (max-width: 1399px) {
  .about1__tabs-nav .nav-link {
    font-size: 11px;
  }
}

.about1__tabs-nav .nav-link svg {
  font-weight: 400;
}

.about1__tabs-nav .nav-link#strategy-tab {
  border-right: none;
}

.about1__tabs-nav .nav-link:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 1px;
  background-color: rgba(26, 69, 59, 0.1);
}

.about1__tabs-nav .nav-link svg {
  width: 24px;
  height: 24px;
}

.about1__tabs-nav .nav-link svg path,
.about1__tabs-nav .nav-link svg circle,
.about1__tabs-nav .nav-link svg line,
.about1__tabs-nav .nav-link svg polyline {
  fill: currentColor;
  transition: fill 0.3s ease, stroke 0.3s ease, fill-opacity 0.3s ease;
  stroke-width: 0.6;
  fill-opacity: 1;
}

.about1__tabs-nav .nav-link.active,
.about1__tabs-nav .nav-link:hover {
  color: var(--primary);
}

.about1__tabs-content {
  background-color: #F8F6F4;
  margin: 20px 10px 0px 10px;
  padding: 24px;
  border-radius: 8px;
}

.about1__tabs-desc {
  color: var(--black2);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 46px 0;
}

@media only screen and (max-width: 1399px) {
  .about1__tabs-desc {
    margin: 0 0 0px 0;
  }
}

.about1__clients {
  background-color: var(--primary);
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0px 10px 10px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.about1__clients-award {
  flex-shrink: 0;
}

.about1__clients-award img {
  height: auto;
  width: auto;
}

.about1__clients-divider {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  z-index: 9;
}

.about1__clients-list-box {
  flex-grow: 1;
  overflow: hidden;
}

.about1__clients-title {
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.about1__clients-logos {
  overflow: hidden;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, black 15%, black 85%, transparent);
}

.about1__clients-logos .marquee-track {
  display: flex;
  width: fit-content;
  animation: marquee 10s linear infinite;
  gap: 20px;
}

.about1__clients-logos .logo-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.about1__clients-logos img {
  height: 20px;
  width: auto;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.about1__clients-logos img:hover {
  opacity: 1;
  transform: scale(1.1);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 991px) {
  .about1__tabs-nav {
    flex-wrap: wrap;
  }

  .about1__tabs-nav .nav-link::after {
    display: none;
  }

  .about1__clients {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .about1__clients-divider {
    width: 100%;
    height: 1px;
  }
}

/*----------------------------------------*/
/* find-course1 area style                */
/*----------------------------------------*/
.find-course1 {
  position: relative;
  z-index: 2;
  background-color: var(--white);
}

.find-course1 .section-top__title {
  margin-bottom: 15px;
}

.find-course1__desc {
  color: var(--black2);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 450px;
}

.find-course1__widget {
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 30px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
}

@media (max-width: 575px) {
  .find-course1__widget {
    padding: 10px;
  }
}

.find-course1__widget .step-progress {
  margin-bottom: 50px;
}

.find-course1__widget .step-progress .step-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  color: var(--black2);
}

.find-course1__widget .step-progress .step-text span:last-child {
  color: var(--black2);
}

.find-course1__widget .step-progress .progress-bar-bg {
  width: 100%;
  height: 4px;
  background-color: #f0ede6;
  border-radius: 4px;
  position: relative;
}

.find-course1__widget .step-progress .progress-bar-bg .progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--secondary);
  border-radius: 4px;
}

.find-course1__widget .widget-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
  font-family: var(--font_mona);
  margin-bottom: 25px;
}

.find-course1__widget .options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}

.find-course1__widget .options-list .option-btn {
  width: 100%;
  text-align: left;
  padding: 16px 20px;
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 16px;
  color: var(--text);
  font-weight: 500;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1399px) {
  .find-course1__widget .options-list .option-btn {
    padding: 8px 10px;
    font-size: 14px;
  }
}

.find-course1__widget .options-list .option-btn:hover {
  border-color: rgba(26, 69, 59, 0.3);
}

.find-course1__widget .options-list .option-btn.active {
  border-color: var(--primary);
  color: var(--primary);
}

.find-course1__widget .theme-btn--dark {
  width: 100%;
  background-color: var(--primary);
  justify-content: space-between;
}

.find-course1__widget .theme-btn--dark .text {
  color: var(--white);
}

.find-course1__widget .theme-btn--dark .icon {
  background-color: var(--white);
  color: var(--secondary);
}

.find-course1__widget .theme-btn--dark .icon i,
.find-course1__widget .theme-btn--dark .icon svg {
  color: var(--secondary);
}

.find-course1__widget .theme-btn--dark:hover {
  box-shadow: 0 4px 15px rgba(26, 69, 59, 0.15);
}

.find-course1__widget .theme-btn--dark:hover .icon {
  background-color: var(--white);
}

/*----------------------------------------*/
/* find-course1 area style                */
/*----------------------------------------*/
.find-course1 {
  position: relative;
  z-index: 2;
  background-color: var(--white);
}

.find-course1__sticky {
  z-index: 10;
  width: 100%;
}

@media only screen and (max-width: 991px),
only screen and (max-width: 767px),
(max-width: 575px) {
  .find-course1__sticky {
    position: static;
  }
}

.find-course1__desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: rgba(26, 69, 59, 0.7);
  margin: 15px 0 45px;
}

.find-course1__widget .step-progress {
  border-bottom: 1px solid rgba(26, 69, 59, 0.05);
}

.find-course1__widget .step-progress .step-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.find-course1__widget .step-progress .step-text span {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--text);
}

.find-course1__widget .step-progress .progress-bar-bg {
  background: var(--bg2);
  height: 6px;
  border-radius: 2px;
  overflow: hidden;
}

.find-course1__widget .step-progress .progress-bar-bg .progress-fill {
  background: var(--secondary);
  height: 100%;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.find-course1__widget .step-item {
  display: none;
}

.find-course1__widget .step-item.active {
  display: block;
  animation: wizardSlideIn 0.5s ease;
}

.find-course1__widget .theme-btn--dark .icon svg path {
  fill: var(--secondary) !important;
}

.find-course1__widget .back-link {
  background: none;
  border: none;
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
}

.find-course1__widget .back-link:hover {
  color: var(--primary);
  text-decoration: underline;
}

.find-course1__widget .back-link span {
  font-size: 18px;
}

.find-course1 .roadmap-result {
  animation: wizardSlideIn 0.8s ease;
}

.find-course1 .roadmap-result .roadmap-header {
  margin-bottom: 20px;
  margin-top: -10px;
}

.find-course1 .roadmap-result .roadmap-header .icon-box-circle {
  width: 60px;
  height: 60px;
  background: #F7F5F0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.find-course1 .roadmap-result .roadmap-header .icon-box-circle span {
  font-size: 32px;
  color: var(--primary);
}

.find-course1 .roadmap-result .roadmap-header .roadmap-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 3px;
  color: var(--primary);
}

@media (max-width: 575px) {
  .find-course1 .roadmap-result .roadmap-header .roadmap-title {
    font-size: 22px;
  }
}

.find-course1 .roadmap-result .roadmap-header .roadmap-subtitle {
  font-size: 16px;
  color: rgba(26, 69, 59, 0.6);
}

.find-course1 .roadmap-result .roadmap-tags {
  background: var(--secondary);
  border-radius: 6px;
  display: flex;
  margin-bottom: 35px;
  padding: 15px 0;
}

@media only screen and (max-width: 1199px) {
  .find-course1 .roadmap-result .roadmap-tags {
    flex-wrap: wrap;
    padding: 15px;
    gap: 15px;
  }
}

.find-course1 .roadmap-result .roadmap-tags .tag-item {
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 30px;
  color: var(--white);
  position: relative;
}

.find-course1 .roadmap-result .roadmap-tags .tag-item:first-child {
  padding-left: 20px;
  padding-right: 30px;
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .roadmap-tags .tag-item:first-child {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.find-course1 .roadmap-result .roadmap-tags .tag-item:nth-child(2) {
  padding-right: 30px;
}

.find-course1 .roadmap-result .roadmap-tags .tag-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1411764706);
}

@media (max-width: 575px) {
  .find-course1 .roadmap-result .roadmap-tags .tag-item:not(:last-child)::after {
    display: none;
  }
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .roadmap-tags .tag-item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.find-course1 .roadmap-result .roadmap-tags .tag-item .label {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 15px;
  text-align: start;
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .roadmap-tags .tag-item .label {
    font-size: 11px;
  }
}

.find-course1 .roadmap-result .roadmap-tags .tag-item .value {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .roadmap-tags .tag-item .value {
    font-size: 14px;
  }
}

.find-course1 .roadmap-result .recomm-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: var(--primary);
}

.find-course1 .roadmap-result .recomm-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.find-course1 .roadmap-result .courses1__card--mini {
  background: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.1);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .courses1__card--mini {
    padding: 10px;
  }
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__content {
  padding: 0;
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__meta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__meta-top .badge-match {
  background: transparent;
  color: var(--primary);
  padding: 5px 8px;
  border-radius: 3px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  border: 1px solid var(--border);
  transition: all 0.3s ease;
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__meta-top .price {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .courses1__card--mini .courses1__meta-top .price {
    font-size: 18px;
  }
}

.find-course1 .roadmap-result .courses1__card--mini .rating-box {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .find-course1 .roadmap-result .courses1__card--mini .rating-box {
    flex-wrap: wrap;
    gap: 5px;
  }
}

.find-course1 .roadmap-result .courses1__card--mini .rating-box .score {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

.find-course1 .roadmap-result .courses1__card--mini .rating-box .stars {
  color: #D87827;
  font-size: 12px;
  display: flex;
  gap: 2px;
}

.find-course1 .roadmap-result .courses1__card--mini .rating-box .author {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-left: 5px;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .courses1__card--mini .rating-box .author {
    font-size: 12px;
  }
}

.find-course1 .roadmap-result .courses1__card--mini .rating-box .author span {
  position: relative;
  color: var(--text);
  font-style: italic;
  margin-left: 10px;
}

.find-course1 .roadmap-result .courses1__card--mini .rating-box .author span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background: #D9DCD8;
  border-radius: 50%;
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  padding-bottom: 0;
  margin-bottom: 20px;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .courses1__card--mini .courses1__title {
    font-size: 18px;
  }
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom {
  padding-top: 20px;
  border-top: 1px solid rgba(26, 69, 59, 0.08);
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 575px) {
  .find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom {
    gap: 2px;
    justify-content: space-between;
  }
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom .item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom .item {
    font-size: 11px;
  }
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom .item span {
  font-size: 18px;
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom .item span {
    font-size: 18px;
  }
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom .enroll-now {
  margin-left: auto;
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1399px) {
  .find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom .enroll-now {
    font-size: 11px;
  }
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom .enroll-now span {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom .enroll-now:hover {
  color: var(--secondary);
}

.find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom .enroll-now:hover span {
  transform: translate(2px, -2px);
}

.find-course1 .roadmap-result .courses1__card--mini:hover {
  border: 1px solid var(--primary);
  transform: translateY(-5px);
}

.find-course1 .roadmap-result .courses1__card--mini:hover .badge-match {
  background: var(--primary);
  color: var(--white);
}

@keyframes wizardSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wizardFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*----------------------------------------*/
/* team1 area style                       */
/*----------------------------------------*/
.team1 {
  position: relative;
  z-index: 2;
  background-color: var(--bg);
}

.team1__sticky {
  z-index: 10;
  align-self: flex-start;
}

.team1__card {
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 0, 0, 0.03);
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 6px;
}

.team1__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.team1__card:hover .team1__content {
  background-color: var(--primary);
}

.team1__card:hover .team1__content .team1__name a {
  color: var(--white);
}

.team1__card:hover .team1__content .team1__designation {
  color: var(--white);
}

.team1__card:hover .team1__content .team1__social a {
  color: var(--white);
}

.team1__card:hover .team1__content .team1__social a svg path {
  fill: var(--white);
}

.team1__card:hover .team1__content .team1__social a:hover {
  color: var(--secondary);
}

.team1__card:hover .team1__content .team1__social a:hover svg path {
  fill: var(--secondary);
}

.team1__thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.team1__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.5s ease;
}

.team1__rating {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: var(--white);
  padding: 7px 7px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #1a453b;
  font-family: var(--font_mona);
  display: flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.team1__rating i {
  color: #1a453b;
  font-size: 12px;
}

.team1__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 26px 12px 16px;
  background-color: var(--bg);
  transition: background-color 0.4s, color 0.4s;
  border-radius: 6px;
  margin-top: 6px;
}

.team1__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.team1__name {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 3px;
}

@media only screen and (max-width: 1399px) {
  .team1__name {
    font-size: 16px;
  }
}

.team1__name a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.3s;
}

.team1__designation {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--text);
  transition: color 0.3s;
}

@media only screen and (max-width: 1399px) {
  .team1__designation {
    font-size: 12px;
  }
}

.team1__social {
  display: flex;
  gap: 15px;
  align-items: center;
}

.team1__social a {
  color: var(--black);
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0.8;
}

.team1__social a:hover {
  color: var(--secondary);
  opacity: 1;
  transform: scale(1.1);
}

/*----------------------------------------*/
/* testimonial1 area style                */
/*----------------------------------------*/
.testimonial1 {
  position: relative;
  z-index: 2;
  background-color: var(--white);
}

.testimonial1__card {
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
}

@media only screen and (max-width: 1399px) {
  .testimonial1__card {
    padding: 20px;
  }
}

.testimonial1__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 24px;
  width: max-content;
}

.testimonial1__rating span {
  font-size: 13px;
  font-weight: 600;
  color: var(--secondary);
  /* Orange 4.9/5 */
}

.testimonial1__rating .stars {
  display: flex;
  gap: 2px;
  color: var(--secondary);
  font-size: 11px;
}

.testimonial1__desc {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 70px;
  flex-grow: 1;
}

@media only screen and (max-width: 1399px) {
  .testimonial1__desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.testimonial1__author-box {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

.testimonial1__author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial1__author-img {
  width: 50px;
  height: 50px;
}

.testimonial1__author-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial1__author-info {
  display: flex;
  flex-direction: column;
}

.testimonial1__author-info .name {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  margin-bottom: 8px;
  line-height: 1;
}

@media only screen and (max-width: 1399px) {
  .testimonial1__author-info .name {
    font-size: 12px;
  }
}

.testimonial1__author-info span {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--text);
  line-height: 1;
}

@media only screen and (max-width: 1399px) {
  .testimonial1__author-info span {
    font-size: 10px;
  }
}

.testimonial1__company img {
  max-height: 24px;
  width: auto;
  transition: filter 0.3s, opacity 0.3s;
}

.testimonial1__img-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  min-height: 320px;
  max-height: 340px;
  transition: transform 0.5s ease;
}

.testimonial1__img-card .main-img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.testimonial1__img-card img {
  transition: transform 0.5s ease;
}

.testimonial1__img-card:hover img {
  transform: scale(1.1);
}

.testimonial1__img-card:hover .main-img {
  transform: scale(1.1);
}

.testimonial1__img-card.overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(26, 69, 59, 0) 20.13%, #1A453B 100%);
  pointer-events: none;
  border-radius: 10px;
}

.testimonial1__img-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  background: transparent;
}

.testimonial1__img-content .title {
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  margin: 0;
}

@media only screen and (max-width: 1399px) {
  .testimonial1__img-content .title {
    font-size: 18px;
  }
}

.testimonial1__img-content .t-btn-play {
  position: relative;
  width: auto;
  height: auto;
}

.testimonial1__widget {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 15px 20px 15px 15px;
  margin-top: 50px;
}

@media (max-width: 575px) {
  .testimonial1__widget {
    flex-direction: column;
    border-radius: 12px;
    padding: 15px;
  }
}

.testimonial1__avatars {
  display: flex;
  align-items: center;
  border-radius: 100px;
}

.testimonial1__avatars img {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid var(--white);
  object-fit: cover;
}

.testimonial1__avatars img:not(:first-child) {
  margin-left: -12px;
}

.testimonial1__widget-text {
  display: flex;
  gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.testimonial1__widget-text .stars span {
  margin-right: 2px;
}

.testimonial1__widget-text .stars {
  display: flex;
  gap: 2px;
  align-items: center;
}

.testimonial1__widget-text .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--secondary);
}

.testimonial1__widget-text .rating i {
  font-size: 10px;
}

.testimonial1__widget-text .label {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .testimonial1__widget-text .label {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .testimonial1__widget-text {
    align-items: center;
  }
}

/*----------------------------------------*/
/* client1 area style                     */
/*----------------------------------------*/
@keyframes clientSlideAnim {
  0% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-5px);
  }

  45% {
    transform: translateY(-100%);
    opacity: 0;
  }

  50% {
    transform: translateY(100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.client1 {
  position: relative;
  z-index: 2;
  background-color: var(--white);
}

.client1__wrap {
  border-top: 1px solid var(--border);
}

.client1__box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background-color: var(--white);
  padding: 0;
  transition: border-color 0.3s, box-shadow 0.3s, background-color 0.3s;
  overflow: hidden;
}

.client1__box:not(.client1__box--stroke-effect) svg path {
  fill: var(--primary);
}

.client1__box:not(.client1__box--stroke-effect) svg rect {
  fill: var(--white);
}

.client1__box--stroke-effect:hover svg path:nth-child(2) {
  fill: var(--primary);
}

.client1__box--stroke-effect:hover svg path:nth-child(3) {
  fill: var(--primary);
}

.client1__box--active,
.client1__box:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  box-shadow: 0 10px 30px rgba(216, 120, 39, 0.2);
}

.client1__box--active svg path,
.client1__box:hover svg path {
  fill: var(--white);
}

.client1__box--active svg,
.client1__box--active img,
.client1__box--active .brand-logo-viewport,
.client1__box:hover svg,
.client1__box:hover img,
.client1__box:hover .brand-logo-viewport {
  animation: clientSlideAnim 0.5s ease-in-out forwards;
}

.client1__box:not(.client1__box--active):hover {
  border-color: var(--secondary);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

@media only screen and (max-width: 991px) {
  .client1__box {
    height: 110px;
  }
}

@media (max-width: 575px) {
  .client1__box {
    height: 90px;
  }
}

/*----------------------------------------*/
/* blog1 area style                       */
/*----------------------------------------*/
.blog1 {
  position: relative;
  z-index: 2;
  background-color: var(--white);
}

.blog1__card {
  background-color: rgb(248, 245, 242);
  border-radius: 12px;
  padding: 6px;
  transition: all 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog1__card:hover .blog1__title a {
  color: var(--secondary);
}

.blog1__card:hover .blog1__thumb img {
  transform: scale(1.1);
}

.blog1__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  flex-shrink: 0;
  aspect-ratio: 410/280;
}

.blog1__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog1__category {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--white);
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  padding: 7px 10px;
  border-radius: 4px;
  z-index: 9;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.blog1__content {
  padding: 25px 30px 21px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 10px;
  background: var(--white);
  margin-top: 6px;
}

@media only screen and (max-width: 1399px) {
  .blog1__content {
    padding: 20px;
  }
}

.blog1__meta {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .blog1__meta {
    gap: 20px;
  }
}

.blog1__meta>*:not(:first-child) {
  position: relative;
}

.blog1__meta>*:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: var(--border);
}

@media (max-width: 575px) {
  .blog1__meta>*:not(:first-child)::before {
    left: -10px;
  }
}

.blog1__meta a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--black2);
  transition: all 0.3s ease;
}

.blog1__meta a:hover {
  color: var(--secondary) !important;
}

.blog1__meta .author {
  gap: 8px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog1__meta .author:hover {
  color: var(--secondary);
}

@media only screen and (max-width: 1399px) {
  .blog1__meta .author {
    font-size: 12px;
  }
}

.blog1__meta .author img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}

.blog1__meta .date {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog1__meta .date:hover {
  color: var(--secondary);
}

@media only screen and (max-width: 1399px) {
  .blog1__meta .date {
    font-size: 12px;
  }
}

.blog1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  margin: 0;
}

@media only screen and (max-width: 1399px) {
  .blog1__title {
    font-size: 18px;
  }
}

.blog1__title a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.blog1__title a:hover {
  color: var(--secondary);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--secondary) 0%, var(--secondary) 100%);
}

@media only screen and (max-width: 1199px) {
  .blog1__title {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .blog1__title {
    font-size: 18px;
  }
}

/*----------------------------------------*/
/* faq1 area style                        */
/*----------------------------------------*/
.faq1 {
  position: relative;
  z-index: 2;
  background-color: var(--white);
}

.faq1__wrap {
  border-top: 1px solid var(--border);
}

.faq1__item {
  position: relative;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: var(--white);
  overflow: hidden;
  transition: all 0.3s ease;
  border-top: 1px solid var(--border) !important;
}

.faq1__item:has(.show) {
  border-color: rgba(26, 69, 59, 0.15);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.faq1__item:has(.show) .faq1__btn {
  background-color: transparent;
}

.faq1__item:last-child {
  margin-bottom: 0;
}

.faq1__item .accordion-header {
  margin: 0;
}

.faq1__item:first-of-type,
.faq1__item:first-of-type .accordion-button.collapsed {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.faq1__item:last-of-type,
.faq1__item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faq1__item .accordion-button {
  position: unset;
  appearance: none;
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  padding: 25px 20px 25px 24px;
  color: var(--primary);
  font-family: var(--font_mona);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 25px;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .faq1__item .accordion-button {
    padding: 16px;
    gap: 15px;
    flex-wrap: wrap;
  }
}

.faq1__item .accordion-button .faq1__btn-text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .faq1__item .accordion-button .faq1__btn-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .faq1__item .accordion-button .faq1__btn-text {
    font-size: 16px;
  }
}

.faq1__item .accordion-button::before {
  position: absolute;
  content: "";
  inset: 0;
}

.faq1__item .accordion-button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 20px;
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  width: 20px;
  height: 20px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 12px;
  flex-shrink: 0;
  transition: transform 0.3s, background-color 0.3s;
  margin-left: auto;
  background-image: none !important;
}

.faq1__item .accordion-button:focus,
.faq1__item .accordion-button:focus-visible {
  box-shadow: none;
  outline: none;
}

.faq1__item .accordion-button:not(.collapsed) {
  border-top: none;
  box-shadow: none;
  padding-block: 0;
}

.faq1__item .accordion-button:not(.collapsed) .faq1__btn-text {
  opacity: 0;
  height: 0;
}

.faq1__item .accordion-button:not(.collapsed)::after {
  content: "\f068";
  /* FontAwesome minus icon */
  background-image: none !important;
  top: 25px;
  transform: translateY(0%) rotate(0deg);
  transition: all 0.5s ease;
}

@media only screen and (max-width: 767px) {
  .faq1__item .accordion-button:not(.collapsed)::after {
    top: 10px;
    right: 10px;
  }
}

.faq1__thumb {
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  width: 125px;
  height: 95px;
}

@media only screen and (max-width: 1199px) {
  .faq1__thumb {
    width: 100px;
    height: 105px;
  }
}

@media only screen and (max-width: 991px) {
  .faq1__thumb {
    width: 100px;
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .faq1__thumb {
    width: 100%;
    height: auto;
    max-height: 200px;
  }
}

.faq1__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq1__content .faq1__btn-text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .faq1__content .faq1__btn-text {
    font-size: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .faq1__content .faq1__btn-text {
    font-size: 16px;
  }
}

.faq1__content p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 991px) {
  .faq1__content p {
    font-size: 14px;
    line-height: 1.3;
  }
}

.faq1__body {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 10px;
  padding-inline: 10px 40px;
  color: var(--black2);
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .faq1__body {
    flex-direction: column;
    padding-block: 20px;
    padding-inline: 20px;
  }
}

@media only screen and (max-width: 1399px) {
  .faq1__body {
    font-size: 11px;
  }
}

.faq1__widget {
  background-color: #f7f5f0;
  border-radius: 10px;
  padding: 6px;
  max-width: 370px;
}

@media (max-width: 575px) {
  .faq1__widget {
    padding: 24px;
  }
}

.faq1__widget .theme-btn {
  margin: 15px;
}

.faq1__contact-main {
  padding: 20px;
  background-color: var(--white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .faq1__contact-main {
    flex-wrap: wrap;
  }
}

.faq1__contact-main .item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
}

.faq1__contact-main .item i,
.faq1__contact-main .item svg {
  color: var(--black2);
  font-size: 14px;
}

@media (max-width: 575px) {
  .faq1__contact-main {
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.faq1__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.faq1__right .section-top {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .faq1__right .section-top {
    margin-bottom: 25px;
  }
}

/*----------------------------------------*/
/* Courses area style                        */
/*----------------------------------------*/
.courses1 {
  position: relative;
  z-index: 2;
  background-color: var(--bg2);
}

.courses1 .featured__courses1-slider {
  position: relative;
  padding-bottom: 54px;
}

.courses1 .swiper-horizontal>.swiper-pagination-progressbar,
.courses1 .swiper-pagination-progressbar.swiper-pagination-horizontal,
.courses1 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.courses1 .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px !important;
  left: 0;
  bottom: 30px !important;
  top: 99% !important;
  z-index: 9;
  border-radius: 100px !important;
}

.courses1 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary) !important;
  position: absolute;
  left: 0;
  top: 0 !important;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
  z-index: 99;
  border-radius: 100px !important;
}

.courses1.bg-primary {
  background-color: var(--primary) !important;
}

.courses1.bg-primary .section-top__subtitle {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
}

.courses1.bg-primary .section-top__title {
  color: var(--white);
}

.courses1__tabs {
  gap: 8px;
  margin-bottom: 50px;
}

.courses1__tabs .nav-link {
  border: 1px solid var(--border);
  color: var(--black2);
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.courses1__tabs .nav-link.active,
.courses1__tabs .nav-link:hover {
  color: var(--primary);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
  background-color: var(--white) !important;
}

.courses1__card {
  background-color: var(--white);
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--border);
}

.courses1__card:hover .courses1__thumb img {
  transform: scale(1.1);
}

.courses1__card.without-img-border {
  border: 0;
  border-bottom: 1px solid var(--border);
}

.courses1__card.without-img-border .courses1__content {
  border: 1px solid var(--border);
  border-top: 0;
  border-bottom: 0;
}

.courses1__card.without-img-border .courses1__footer {
  border: 1px solid var(--border);
  border-top: 0;
  border-bottom: 0;
}

.courses1__offer1 {
  position: absolute;
  top: 16px;
  right: 16px;
  color: var(--secondary);
  background: var(--white);
  padding: 4px 10px;
  border-radius: 4px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  z-index: 10;
}

.courses1__offer2 {
  position: absolute;
  top: 20px;
  right: 30px;
  color: var(--secondary);
  background: var(--white);
  padding: 4px 10px;
  border-radius: 4px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  z-index: 10;
}

.courses1__thumb {
  position: relative;
  overflow: hidden;
  margin: 4px;
  border-radius: 6px;
  aspect-ratio: 302/220;
}

@media only screen and (max-width: 1399px) {
  .courses1__thumb {
    max-width: 100%;
  }
}

.courses1__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 6px;
}

.courses1__content {
  padding: 20px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1399px) {
  .courses1__content {
    padding: 10px;
  }
}

.courses1__meta-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1199px) {
  .courses1__meta-top {
    flex-wrap: wrap;
    gap: 5px;
  }
}

.courses1__meta-top .rating {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 4.8px;
}

@media only screen and (max-width: 1399px) {
  .courses1__meta-top .rating {
    gap: 2px;
  }
}

.courses1__meta-top .rating i {
  color: var(--secondary);
  font-size: 10px;
  margin-left: 1px;
}

.courses1__meta-top .author {
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--text2);
  position: relative;
  margin-left: 10px;
}

@media only screen and (max-width: 1399px) {
  .courses1__meta-top .author {
    font-size: 11px;
  }
}

.courses1__meta-top .author::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background-color: #d1d1d1;
  border-radius: 50%;
}

.courses1__meta-top .author strong {
  font-family: var(--font_mona);
  font-style: normal;
  color: var(--primary);
  font-weight: 500;
}

.courses1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 0;
  padding-bottom: 15px;
}

@media only screen and (max-width: 1399px) {
  .courses1__title {
    font-size: 18px;
  }
}

.courses1__title a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}

.courses1__title a:hover {
  color: var(--secondary);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--secondary) 0%, var(--secondary) 100%);
}

@media (max-width: 575px) {
  .courses1__title {
    font-size: 18px;
  }
}

.courses1__meta-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(26, 69, 59, 0.1);
}

.courses1__meta-bottom span {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 5px;
}

@media only screen and (max-width: 1399px) {
  .courses1__meta-bottom span {
    font-size: 11px;
  }
}

.courses1__meta-bottom span i {
  font-size: 16px;
}

.courses1__footer {
  padding: 0 20px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1399px) {
  .courses1__footer {
    padding: 0 10px 10px 10px;
  }
}

.courses1__footer .price {
  display: flex;
  align-items: center;
  gap: 12px;
}

.courses1__footer .price .current {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
}

@media only screen and (max-width: 1399px) {
  .courses1__footer .price .current {
    font-size: 15px;
  }
}

.courses1__footer .price .old {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  text-decoration: line-through;
  color: #FF4A4A;
}

.courses1__btn-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  font-size: 17px;
  transition: all 0.3s ease;
  background-color: transparent;
}

.courses1__btn-arrow i {
  transform: rotate(-45deg);
  /* Arrow top-right */
  transition: transform 0.3s;
}

.courses1__btn-arrow i svg path {
  stroke: var(--secondary);
}

.courses1__btn-arrow:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.courses1__btn-arrow:hover svg path {
  fill: var(--white);
}

.courses1 .bottom-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/*----------------------------------------*/
/* wcu1 area style                        */
/*----------------------------------------*/
.wcu1 {
  background-color: var(--white);
  position: relative;
  z-index: 2;
}

.wcu1__wrap {
  border-top: 1px solid var(--border);
}

.wcu1__flex-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1399px) {
  .wcu1__flex-row>div:nth-child(1) {
    width: calc(24.8% - 7px);
  }

  .wcu1__flex-row>div:nth-child(2) {
    width: calc(44.66% - 5px);
  }

  .wcu1__flex-row>div:nth-child(3) {
    width: calc(30.33% - 7px);
  }

  .wcu1__flex-row>div:nth-child(4) {
    width: calc(44.66% - 7px);
  }

  .wcu1__flex-row>div:nth-child(5) {
    width: calc(30.33% - 5px);
  }

  .wcu1__flex-row>div:nth-child(6) {
    width: calc(24.8% - 7px);
  }
}

@media only screen and (max-width: 991px) {
  .wcu1__flex-row>div {
    width: calc(50% - 5px) !important;
  }
}

@media (max-width: 575px) {
  .wcu1__flex-row>div {
    width: 100% !important;
  }
}

.wcu1__card {
  background: var(--bg2);
  border-radius: 10px;
  padding: 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
  z-index: 1;
}

@media only screen and (max-width: 1399px) {
  .wcu1__card {
    gap: 30px;
    padding: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .wcu1__card {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .wcu1__card {
    gap: 10px;
    padding: 15px;
  }
}

@media (max-width: 575px) {
  .wcu1__card {
    padding: 20px;
  }
}

.wcu1__card .title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 6px;
  position: relative;
  z-index: 2;
  color: var(--primary);
}

.wcu1__card .desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  color: var(--text);
}

@media only screen and (max-width: 1399px) {
  .wcu1__card .desc {
    font-size: 14px;
  }
}

.wcu1__card--orange {
  background: var(--secondary);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  max-width: 310px;
}

@media only screen and (max-width: 991px) {
  .wcu1__card--orange {
    max-width: 100%;
  }
}

.wcu1__card--orange .wcu1__bg-img {
  mix-blend-mode: overlay;
  filter: brightness(0) invert(1);
}

.wcu1__card--orange .number {
  font-family: var(--font_mona);
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.wcu1__card--orange .number-box {
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--orange .number {
    font-size: 40px;
  }
}

.wcu1__card--orange .title {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--orange .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.wcu1__card--orange .desc {
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--orange .desc {
    font-size: 12px;
  }
}

.wcu1__card--purple {
  background: #9965e9;
  color: var(--white);
  text-align: center;
  justify-content: flex-end;
  max-width: 310px;
}

@media only screen and (max-width: 991px) {
  .wcu1__card--purple {
    max-width: 100%;
  }
}

.wcu1__card--purple .icon-box {
  margin-bottom: auto;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 6px;
  border: 1px solid var(--border);
  margin-left: auto;
  margin-right: auto;
}

.wcu1__card--purple .number {
  font-family: var(--font_mona);
  font-size: 80px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
  margin-bottom: 3.82px;
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--purple .number {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.wcu1__card--purple .number-box {
  margin: 50px 0 43px;
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--purple .number-box {
    margin: 20px 0;
  }
}

.wcu1__card--purple .title {
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  text-transform: capitalize;
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--purple .title {
    font-size: 16px;
  }
}

.wcu1__card--purple .desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--purple .desc {
    font-size: 12px;
  }
}

.wcu1__card--white {
  justify-content: space-between;
  background: var(--white);
  max-width: 580px;
  gap: 153px;
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--white {
    gap: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .wcu1__card--white {
    max-width: 100%;
  }
}

.wcu1__card--white.style2 {
  gap: 113.46px;
  max-width: 430px;
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--white.style2 {
    gap: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .wcu1__card--white.style2 {
    max-width: 100%;
  }
}

.wcu1__card--white .enroll-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.wcu1__card--white .enroll-link svg path {
  fill: var(--primary);
  transition: all 0.3s ease;
}

.wcu1__card--white .enroll-link:hover {
  color: var(--secondary);
  gap: 12px;
}

.wcu1__card--white .enroll-link:hover svg path {
  fill: var(--secondary);
}

.wcu1__card--white .enroll-link i {
  font-size: 12px;
  transform: rotate(-45deg);
}

.wcu1__card--white .cert-footer .item:first-child {
  padding-right: 45px;
  border-right: 1px solid var(--border);
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--white .cert-footer .item:first-child {
    padding-right: 65px;
  }
}

@media only screen and (max-width: 1199px) {
  .wcu1__card--white .cert-footer .item:first-child {
    padding-right: 18px;
  }
}

@media only screen and (max-width: 991px) {
  .wcu1__card--white .cert-footer .item:first-child {
    padding-right: 0;
    border-right: none;
  }
}

.wcu1__card--white .cert-footer,
.wcu1__card--white .support-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
}

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

  .wcu1__card--white .cert-footer,
  .wcu1__card--white .support-footer {
    gap: 15px;
    flex-wrap: wrap;
  }
}

.wcu1__card--white .cert-footer .item,
.wcu1__card--white .support-footer .item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wcu1__card--white .cert-footer .item .icon,
.wcu1__card--white .support-footer .item .icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(26, 69, 59, 0.14);
}

.wcu1__card--white .cert-footer .item .icon img,
.wcu1__card--white .support-footer .item .icon img {
  width: 30px;
  height: 30px;
}

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

  .wcu1__card--white .cert-footer .item .icon,
  .wcu1__card--white .support-footer .item .icon {
    width: 40px;
    height: 40px;
  }

  .wcu1__card--white .cert-footer .item .icon img,
  .wcu1__card--white .support-footer .item .icon img {
    width: 25px;
    height: 25px;
  }
}

.wcu1__card--white .cert-footer .item .icon.img-box,
.wcu1__card--white .support-footer .item .icon.img-box {
  overflow: hidden;
  background: none;
  border: none;
  border-radius: 50%;
}

.wcu1__card--white .cert-footer .item .icon.img-box img,
.wcu1__card--white .support-footer .item .icon.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wcu1__card--white .cert-footer .item p,
.wcu1__card--white .cert-footer .item .info h4,
.wcu1__card--white .support-footer .item p,
.wcu1__card--white .support-footer .item .info h4 {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin: 0 0 5px 0;
  color: var(--primary);
}

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

  .wcu1__card--white .cert-footer .item p,
  .wcu1__card--white .cert-footer .item .info h4,
  .wcu1__card--white .support-footer .item p,
  .wcu1__card--white .support-footer .item .info h4 {
    font-size: 12px;
  }
}

.wcu1__card--white .cert-footer .item .info,
.wcu1__card--white .support-footer .item .info {
  display: flex;
  flex-direction: column;
}

.wcu1__card--white .cert-footer .item .info span,
.wcu1__card--white .support-footer .item .info span {
  font-size: 12px;
  color: var(--text2);
}

.wcu1__card--image {
  padding: 0;
  max-height: 380px;
  max-width: 390px;
}

@media only screen and (max-width: 1399px) {
  .wcu1__card--image {
    max-height: 300px;
  }
}

@media md {
  .wcu1__card--image {
    max-width: 100%;
  }
}

.wcu1__card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.wcu1__card--image:hover img {
  transform: scale(1.05);
}

.wcu1__card--image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 69, 59, 0) 20.13%, #1A453B 100%);
  z-index: 1;
}

.wcu1__card--image .play-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
}

.wcu1__card--image .play-btn:hover {
  background: #0e0d0d;
  transform: rotate(90deg);
}

.wcu1__card--image .play-btn:hover img {
  filter: none;
}

.wcu1__card--image .play-btn img {
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.wcu1__card--image .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .wcu1__card--image .content {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 575px) {
  .wcu1__card--image .content {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
}

.wcu1__card--image .content .title {
  color: var(--white);
  font-size: 24px;
  margin-bottom: 8px;
}

.wcu1__card--image .content .desc {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.wcu1__card--avatars {
  background: var(--bg2);
  padding: 20px 0 30px;
  justify-content: space-between;
  max-width: 540px;
}

@media only screen and (max-width: 991px) {
  .wcu1__card--avatars {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .wcu1__card--avatars {
    padding: 10px 0 10px;
  }
}

.wcu1__card--avatars .content {
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .wcu1__card--avatars .content {
    padding: 0 15px;
  }
}

@media (max-width: 575px) {
  .wcu1__card--avatars .content {
    padding: 0 20px;
  }
}

.wcu1__card--avatars .avatar-grid {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.wcu1__card--avatars .avatar-grid .avatar-marquee {
  display: flex;
  gap: 6px;
  width: max-content;
}

.wcu1__card--avatars .avatar-grid .avatar-marquee--left {
  animation: marquee-scroll 40s linear infinite;
}

.wcu1__card--avatars .avatar-grid .avatar-marquee--right {
  animation: marquee-scroll 40s linear infinite reverse;
}

.wcu1__card--avatars .avatar-grid .avatar-marquee .avatar {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.wcu1__card--avatars .avatar-grid .avatar-marquee .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wcu1__card--avatars .avatar-grid .avatar-marquee .avatar.circle-empty {
  background: rgb(255, 228, 205);
  border-style: dashed;
  border-color: rgb(255, 228, 205);
}

.wcu1__card--avatars .title {
  font-size: 24px;
  margin-top: 15px;
}

.wcu1__bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 991px) {
  .wcu1__card--image {
    min-height: 350px;
  }
}

@media (max-width: 575px) {
  .wcu1__card--image {
    width: 100%;
    max-width: 100%;
  }

  .wcu1__card--orange .number {
    font-size: 48px;
  }

  .wcu1__card--purple .number {
    font-size: 60px;
  }

  .wcu1__card--white .cert-footer,
  .wcu1__card--white .support-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/*----------------------------------------*/
/* cta1 area style                        */
/*----------------------------------------*/
/* ctaPulse animation */
@keyframes ctaPulse {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

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

.cta1__wrap {
  background-color: var(--primary);
  border-radius: 10px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta1__wrap .row {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .cta1__wrap {
    padding: 80px 0;
    border-radius: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .cta1__wrap {
    padding: 70px 0;
    border-radius: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .cta1__wrap {
    padding: 60px 20px;
    border-radius: 14px;
  }
}

.cta1__pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}

.cta1__pattern img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta1 .section-top {
  margin-bottom: 0;
}

.cta1 .section-top__subtitle {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
}

.cta1 .section-top__title {
  color: var(--white);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.cta1__desc {
  font-family: var(--font_mona);
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.65);
  max-width: 450px;
  margin: 16px auto 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cta1__desc {
    font-size: 14px;
    max-width: 100%;
  }
}

.cta1__btn-box {
  margin-top: 45px;
  text-align: center;
}

.cta1__btn-box .theme-btn {
  border-color: rgba(255, 255, 255, 0.15);
}

.cta1__btn-box .theme-btn .icon {
  background: var(--white);
  color: var(--secondary);
}

.cta1__btn-box .theme-btn .icon i path,
.cta1__btn-box .theme-btn .icon svg path {
  fill: var(--secondary);
}

.cta1__user {
  position: absolute;
  z-index: 2;
  width: 54px;
  height: 54px;
}

@media only screen and (max-width: 991px) {
  .cta1__user {
    width: 44px;
    height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .cta1__user {
    width: 38px;
    height: 38px;
  }
}

.cta1__user::before,
.cta1__user::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  z-index: -1;
  pointer-events: none;
  animation: ctaPulse 3s infinite linear;
}

.cta1__user::after {
  animation-delay: 1.5s;
}

@media only screen and (max-width: 991px) {
  .cta1__user {
    margin-top: -22px;
    margin-left: -22px;
  }
}

@media only screen and (max-width: 767px) {
  .cta1__user {
    margin-top: -19px;
    margin-left: -19px;
    display: none;
  }
}

.cta1__user img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.2);
  object-fit: cover;
  display: block;
}

@media only screen and (max-width: 991px) {
  .cta1__user img {
    width: 44px;
    height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .cta1__user img {
    width: 38px;
    height: 38px;
  }
}

.cta1__user--1 {
  top: 78px;
  left: 170px;
}

@media only screen and (max-width: 991px) {
  .cta1__user--1 {
    top: 60px;
    left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cta1__user--1 {
    display: none;
  }
}

.cta1__user--2 {
  top: 275px;
  left: 317px;
}

@media only screen and (max-width: 991px) {
  .cta1__user--2 {
    left: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .cta1__user--2 {
    display: none;
  }
}

.cta1__user--3 {
  top: 300px;
  right: 319px;
}

@media only screen and (max-width: 991px) {
  .cta1__user--3 {
    right: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .cta1__user--3 {
    display: none;
  }
}

.cta1__user--4 {
  top: 148px;
  right: 158px;
}

@media only screen and (max-width: 991px) {
  .cta1__user--4 {
    right: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .cta1__user--4 {
    display: none;
  }
}

/*----------------------------------------*/
/* footer1 area style                     */
/*----------------------------------------*/
.footer1 {
  position: relative;
  background-color: var(--primary);
  color: var(--white);
  overflow: hidden;
}

.footer1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.footer1__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer1__top {
  padding: 80px 0 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 991px) {
  .footer1__top {
    padding: 70px 0 40px;
  }
}

.footer1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  color: var(--white);
  margin-bottom: 0;
}

@media only screen and (max-width: 1399px) {
  .footer1__title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .footer1__title {
    font-size: 30px;
  }
}

.footer1__title span {
  color: var(--secondary);
  font-style: italic;
  font-family: var(--font_playfair);
}

.footer1__newsletter-label {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 15px;
  color: var(--white);
}

@media only screen and (max-width: 1399px) {
  .footer1__newsletter-label {
    font-size: 12px;
  }
}

.footer1__newsletter .theme-btn .icon i path,
.footer1__newsletter .theme-btn .icon svg path {
  fill: var(--secondary);
}

.footer1__newsletter .footer1__form {
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 575px) {
  .footer1__newsletter .footer1__form {
    flex-direction: column;
    align-items: stretch;
  }
}

.footer1__newsletter .footer1__input-wrap {
  position: relative;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 2px;
  transition: all 0.3s ease;
}

.footer1__newsletter .footer1__input-wrap:focus-within {
  border-color: var(--secondary);
  background: rgba(255, 255, 255, 0.08);
}

.footer1__newsletter .footer1__input-wrap input {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 16px;
  padding: 12px 45px 12px 15px;
  outline: none;
}

.footer1__newsletter .footer1__input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 1399px) {
  .footer1__newsletter .footer1__input-wrap input {
    font-size: 12px;
  }

  .footer1__newsletter .footer1__input-wrap input::placeholder {
    font-size: 12px;
  }
}

.footer1__newsletter .footer1__input-wrap .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  font-size: 18px;
  pointer-events: none;
}

.footer1__newsletter .theme-btn {
  background: var(--secondary);
  color: var(--white);
  border: 1px solid var(--secondary);
}

.footer1__newsletter .theme-btn .text {
  color: var(--white);
}

.footer1__newsletter .theme-btn .icon {
  background: var(--white);
  color: var(--secondary);
}

.footer1__main {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 991px) {
  .footer1__main {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

.footer1__desc {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--white);
  max-width: 305px;
  margin-top: 35px;
  margin-bottom: 45px;
}

@media only screen and (max-width: 1399px) {
  .footer1__desc {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.footer1__contact .item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
  margin-bottom: 6px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1399px) {
  .footer1__contact .item {
    font-size: 12px;
  }
}

.footer1__contact .item i {
  color: var(--secondary);
  font-size: 14px;
}

.footer1__widget-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 45px;
}

@media only screen and (max-width: 1399px) {
  .footer1__widget-title {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.footer1__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer1__links li {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1399px) {
  .footer1__links li {
    margin-bottom: 12px;
  }
}

.footer1__links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
}

.footer1__links li a:hover {
  color: var(--secondary);
  padding-left: 8px;
}

@media only screen and (max-width: 1399px) {
  .footer1__links li a {
    font-size: 12px;
  }
}

.footer1__app-btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer1__app-btns .app-btn {
  display: inline-block;
  transition: all 0.3s ease;
}

.footer1__app-btns .app-btn img {
  width: 162px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
}

.footer1__app-btns .app-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.2);
}

.footer1__widget--app {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
  padding-left: 85px;
}

@media only screen and (max-width: 991px) {
  .footer1__widget--app {
    padding-left: 0;
    border-left: none;
  }
}

.footer1__bottom {
  position: relative;
  z-index: 9;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer1__bottom .copyright {
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1399px) {
  .footer1__bottom .copyright {
    font-size: 12px;
  }
}

.footer1__bottom .copyright span {
  color: var(--secondary);
  font-weight: 500;
}

.footer1__social {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

@media only screen and (max-width: 991px) {
  .footer1__social {
    justify-content: center;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer1__social {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

.footer1__social a {
  color: var(--white);
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1399px) {
  .footer1__social a {
    font-size: 12px;
  }
}

.footer1__social a i {
  color: var(--white);
}

.footer1__social a:hover {
  color: var(--white);
  transform: translateY(-2px);
}

.footer1.bg-white {
  background: var(--bg2) !important;
}

.footer1.bg-white .footer1__bg {
  display: none;
}

.footer1.bg-white .footer1__top {
  border-bottom: 1px solid var(--border);
}

.footer1.bg-white .footer1__title {
  color: var(--primary);
}

.footer1.bg-white .footer1__newsletter-label {
  color: var(--primary);
}

.footer1.bg-white .footer1__newsletter .theme-btn {
  background: var(--white);
}

.footer1.bg-white .footer1__newsletter .theme-btn .icon {
  background: var(--secondary);
}

.footer1.bg-white .footer1__newsletter .theme-btn .icon i path,
.footer1.bg-white .footer1__newsletter .theme-btn .icon svg path {
  fill: var(--white);
}

.footer1.bg-white .footer1__newsletter .footer1__input-wrap {
  border: 1px solid var(--border);
}

.footer1.bg-white .footer1__newsletter .footer1__input-wrap:focus-within {
  background: rgba(255, 255, 255, 0.08);
}

.footer1.bg-white .footer1__newsletter .footer1__input-wrap input {
  color: var(--primary);
  font-size: 16px;
}

.footer1.bg-white .footer1__newsletter .footer1__input-wrap input::placeholder {
  color: var(--primary);
}

.footer1.bg-white .footer1__newsletter .footer1__input-wrap .icon {
  color: rgba(255, 255, 255, 0.4);
}

.footer1.bg-white .footer1__newsletter .theme-btn {
  background: var(--white);
  color: var(--white);
  border: 1px solid transparent;
}

.footer1.bg-white .footer1__newsletter .theme-btn .text {
  color: var(--primary);
}

.footer1.bg-white .footer1__newsletter .theme-btn .icon {
  background: var(--secondary);
  color: var(--white);
}

.footer1.bg-white .footer1__desc {
  color: var(--primary);
}

.footer1.bg-white .footer1__contact .item {
  color: var(--primary);
}

.footer1.bg-white .footer1__contact .item i {
  color: var(--secondary);
  font-size: 14px;
}

.footer1.bg-white .footer1__contact .item svg path {
  fill: var(--primary);
}

.footer1.bg-white .footer1__widget-title {
  color: var(--primary);
}

.footer1.bg-white .footer1__links li a {
  color: var(--text2);
}

.footer1.bg-white .footer1__bottom {
  border-top: 1px solid var(--border);
}

.footer1.bg-white .footer1__bottom .copyright {
  color: var(--primary);
}

.footer1.bg-white .footer1__social a {
  color: var(--primary);
}

.footer1.bg-white .footer1__social a svg path {
  fill: var(--primary);
}

/*----------------------------------------*/
/* hero2 css */
/*----------------------------------------*/
.hero2 {
  background-color: var(--primary);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 112px 0 0;
}

.hero2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.hero2__bg img {
  width: 100%;
  height: 100%;
}

.hero2__content {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .hero2__content {
    margin-bottom: 50px;
    text-align: center;
  }
}

.hero2__badge {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
  margin-bottom: 10px;
  padding: 3px 14px 3px 3px;
  border: 1px solid var(--border2);
  backdrop-filter: blur(8px);
  border-radius: 100px;
}

.hero2__badge span {
  background-color: var(--secondary);
  color: var(--white);
  padding: 7px 13px;
  border-radius: 100px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.hero2__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
  color: var(--white);
  margin-bottom: 17px;
}

@media only screen and (max-width: 1399px) {
  .hero2__title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero2__title {
    font-size: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .hero2__title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .hero2__title {
    font-size: 36px;
  }
}

.hero2__title span {
  color: var(--secondary);
  font-style: italic;
  font-family: var(--font_playfair);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
}

.hero2__text {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 42px;
  max-width: 550px;
}

@media only screen and (max-width: 991px) {
  .hero2__text {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero2__btns {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
  .hero2__btns {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .hero2__btns {
    flex-direction: column;
    align-items: center;
  }
}

.hero2__btns .theme-btn--light {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  padding: 17px 18px;
  gap: 7.33px;
}

.hero2__btns .theme-btn--light .text {
  color: var(--white);
}

.hero2__btns .theme-btn--light:hover {
  border-color: var(--white);
  background-color: rgba(255, 255, 255, 0.1);
}

.hero2__features {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media only screen and (max-width: 991px) {
  .hero2__features {
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .hero2__features {
    flex-wrap: wrap;
    gap: 15px;
  }
}

.hero2__features .line {
  width: 1px;
  height: 16px;
  background-color: var(--border2);
}

.hero2__feature-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
}

.hero2__feature-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero2__thumb {
  position: relative;
  z-index: 2;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .hero2__thumb {
    text-align: center;
    margin-top: 30px;
  }
}

.hero2__thumb-img {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.hero2__thumb-img img {
  max-width: 100%;
  height: auto;
}

.hero2__thumb-pattern {
  width: 728px;
  height: 728px;
  position: absolute;
  bottom: 0%;
  left: 5%;
  transform: translate(-5%, 0%);
  z-index: 1;
  pointer-events: none;
}

@media only screen and (max-width: 767px) {
  .hero2__thumb-pattern {
    width: auto;
    height: 400px;
  }
}

.hero2__card {
  position: absolute;
  bottom: 37%;
  left: 0%;
  background-color: var(--white);
  padding: 14px;
  border-radius: 10px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 3;
  animation: float 4s ease-in-out infinite;
}

@media only screen and (max-width: 1199px) {
  .hero2__card {
    left: 0;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .hero2__card {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    animation: none;
  }
}

.hero2__card-users {
  display: flex;
  align-items: center;
}

.hero2__card-users .user {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid var(--white);
  margin-right: -8.5px;
}

.hero2__card-users .user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero2__card-info .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.hero2__card-info .rating span {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--secondary);
}

.hero2__card-info .rating .stars {
  display: flex;
  gap: 2px;
  font-size: 10px;
  color: var(--secondary);
}

.hero2__card-info .text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  margin: 0;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

/*----------------------------------------*/
/* feature-stats-2 css */
/*----------------------------------------*/
.feature-stats-2 {
  background-color: var(--bg2);
  padding: 46px 0 34px;
  position: relative;
  z-index: 1;
}

.feature-stats-2__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .feature-stats-2__wrapper {
    flex-wrap: wrap;
  }
}

.feature-stats-2__item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .feature-stats-2__item {
    justify-content: center;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .feature-stats-2__item {
    justify-content: flex-start;
    padding-left: 20px;
  }
}

.feature-stats-2__icon {
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  transition: all 0.3s ease;
}

.feature-stats-2__icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}

.feature-stats-2__icon:hover {
  background-color: var(--secondary);
  transform: translateY(-3px);
}

.feature-stats-2__content {
  display: flex;
  flex-direction: column;
}

.feature-stats-2__title {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  margin-bottom: 2px;
}

.feature-stats-2__text {
  font-family: var(--font_mona);
  font-size: 16px;
  font-family: Mona Sans;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
}

.feature-stats-2 .feature-stats-2__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -94px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background-color: var(--border);
}

@media only screen and (max-width: 1199px) {
  .feature-stats-2 .feature-stats-2__item:not(:last-child)::after {
    display: none;
  }
}

/*----------------------------------------*/
/* category2 css */
/*----------------------------------------*/
.category2 {
  border-bottom: 1px solid var(--border);
}

.category2__wrap {
  border-bottom: 1px solid var(--border);
}

.category2__desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text2);
  letter-spacing: 0%;
  margin-top: 16px;
  margin-bottom: 40px;
  max-width: 400px;
}

.category2__grid-row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

.category2__card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background-color: var(--white);
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
}

.category2__card-icon {
  width: 60px;
  height: 60px;
  background-color: var(--bg2);
  border-radius: 6px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: 0.3s ease;
}

.category2__card-icon svg {
  width: 30px;
  height: 30px;
}

.category2__card-content {
  display: flex;
  flex-direction: column;
}

.category2__card-name {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  color: var(--primary);
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 7px;
  transition: 0.3s;
}

.category2__card-learners {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--text2);
}

.category2__card:hover .category2__card-icon {
  background-color: var(--primary);
  color: var(--white);
}

/*----------------------------------------*/
/* how-it-work-2 css */
/*----------------------------------------*/
.how-it-work-2 {
  background-color: var(--white);
  position: relative;
  z-index: 1;
}

.how-it-work-2__wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  gap: 0;
}

@media only screen and (max-width: 991px) {
  .how-it-work-2__wrapper {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }
}

.how-it-work-2__item-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  transition: width 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  color: var(--white);
  padding: 18px 30px 10px 18px;
}

.how-it-work-2__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 107px;
  color: var(--white);
}

@media only screen and (max-width: 1399px) {
  .how-it-work-2__icon {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .how-it-work-2__icon {
    margin-bottom: 50px;
  }
}

.how-it-work-2__icon svg {
  width: 100%;
  height: 100%;
  stroke-width: 1.5;
}

.how-it-work-2__step {
  display: inline-block;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
  padding: 4px 9px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}

@media only screen and (max-width: 1399px) {
  .how-it-work-2__step {
    font-size: 12px;
  }
}

.how-it-work-2__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--white);
  margin-bottom: 5px;
}

@media only screen and (max-width: 1399px) {
  .how-it-work-2__title {
    font-size: 20px;
  }
}

.how-it-work-2__desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  max-width: 250px;
}

@media only screen and (max-width: 1399px) {
  .how-it-work-2__desc {
    font-size: 14px;
  }
}

.how-it-work-2__image {
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s 0.1s cubic-bezier(0.25, 1, 0.5, 1);
  pointer-events: none;
}

@media only screen and (max-width: 1199px) {
  .how-it-work-2__image {
    width: 35%;
  }
}

@media only screen and (max-width: 991px) {
  .how-it-work-2__image {
    display: none;
  }
}

.how-it-work-2__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.how-it-work-2__item {
  position: relative;
  flex: 1;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 30px 0 30px 30px;
  overflow: hidden;
  transition: flex 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  cursor: pointer;
  border-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .how-it-work-2__item {
    padding: 20px 0 20px 20px;
  }
}

.how-it-work-2__item:nth-child(2) {
  position: relative;
  z-index: 3;
  margin-right: -350px;
}

.how-it-work-2__item:nth-child(3) {
  position: relative;
  z-index: 4;
  margin-right: -450px;
}

.how-it-work-2__item:nth-child(4) {
  position: relative;
  z-index: 5;
  margin-left: 0px;
}

@media only screen and (max-width: 991px) {
  .how-it-work-2__item {
    flex: none;
    height: 300px;
    width: 100%;
  }
}

.how-it-work-2__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  z-index: 0;
}

.how-it-work-2__item--purple {
  background-color: var(--purple);
}

.how-it-work-2__item--green {
  background-color: var(--primary);
}

.how-it-work-2__item--orange {
  background-color: var(--orange);
}

.how-it-work-2__item--indigo {
  background-color: var(--indigo);
}

.how-it-work-2__item:hover,
.how-it-work-2__item.active {
  flex: 2.345;
  padding: 10px;
  border-radius: 10px;
  max-width: 700px;
}

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

  .how-it-work-2__item:hover,
  .how-it-work-2__item.active {
    flex: 2.5;
  }
}

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

  .how-it-work-2__item:hover,
  .how-it-work-2__item.active {
    flex: 2.8;
  }
}

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

  .how-it-work-2__item:hover,
  .how-it-work-2__item.active {
    flex: none;
  }
}

.how-it-work-2__item:hover .how-it-work-2__image,
.how-it-work-2__item.active .how-it-work-2__image {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

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

  .how-it-work-2__item:hover .how-it-work-2__image,
  .how-it-work-2__item.active .how-it-work-2__image {
    width: 50%;
  }
}

.how-it-work-2__item:hover,
.how-it-work-2__item.active {
  opacity: 1;
  width: 50%;
}

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

  .how-it-work-2__item:hover,
  .how-it-work-2__item.active {
    width: 60%;
  }
}

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

  .how-it-work-2__item:hover,
  .how-it-work-2__item.active {
    width: 100%;
  }
}

.how-it-work-2__item:not(:hover):not(.active) .how-it-work-2__item-inner {
  padding: 0px;
}

.how-it-work-2__item:not(:hover):not(.active):nth-child(1) {
  margin-right: -330px;
}

@media only screen and (max-width: 1399px) {
  .how-it-work-2__item:not(:hover):not(.active):nth-child(1) {
    margin-right: -200px;
  }
}

@media only screen and (max-width: 1199px) {
  .how-it-work-2__item:not(:hover):not(.active):nth-child(1) {
    margin-right: -195px;
  }
}

@media only screen and (max-width: 991px) {
  .how-it-work-2__item:not(:hover):not(.active):nth-child(1) {
    margin-right: 0;
  }
}

.how-it-work-2__item:not(:hover):not(.active):nth-child(2) {
  margin-right: -180px;
}

@media only screen and (max-width: 991px) {
  .how-it-work-2__item:not(:hover):not(.active):nth-child(2) {
    margin-right: 0;
  }
}

.how-it-work-2__item:not(:hover):not(.active):nth-child(3) {
  margin-right: -180px;
}

@media only screen and (max-width: 991px) {
  .how-it-work-2__item:not(:hover):not(.active):nth-child(3) {
    margin-right: 0;
  }
}

.how-it-work-2__item.active {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 10;
}

.how-it-work-2__item.active:nth-child(2) {
  margin-right: 0;
}

.how-it-work-2__item.active:nth-child(3) {
  margin-right: 0;
}

.how-it-work-2__item.active:nth-child(4) {
  margin-left: 0;
}

/*----------------------------------------*/
/* brand2 css */
/*----------------------------------------*/
.brand2 {
  background-color: var(--white);
  padding-bottom: 1px;
  position: relative;
  z-index: 1;
}

.brand2__wrap {
  border-bottom: 1px solid var(--border);
}

.brand2__tag {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px;
  border: 1px solid var(--border);
  border-radius: 100px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  color: var(--text);
  margin-bottom: 25px;
}

.brand2__tag::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--secondary);
  border-radius: 50%;
  margin-right: 8px;
}

.brand2__title {
  font-family: var(--font_mona);
  font-weight: 600;
  font-size: 64px;
  line-height: 1.1;
  color: var(--primary);
  margin-bottom: 45px;
  letter-spacing: -2px;
}

@media only screen and (max-width: 1399px) {
  .brand2__title {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1199px) {
  .brand2__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .brand2__title {
    font-size: 40px;
  }
}

.brand2__title span {
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 400;
  color: var(--secondary);
}

.brand2__nav {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.brand2__nav-btn {
  width: 54px;
  height: 54px;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
  background: transparent;
}

.brand2__nav-btn--active,
.brand2__nav-btn:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
  transform: translateY(-2px);
}

.brand2 .brand2__grid-row {
  padding-left: 55px;
}

@media only screen and (max-width: 1399px) {
  .brand2 .brand2__grid-row {
    padding-left: 0;
  }
}

.brand2__item {
  display: block;
  padding: 39px 25px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background-color: var(--white);
  transition: all 0.4s;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 120px;
  max-width: 220px;
}

.brand2__item img,
.brand2__item svg {
  max-width: 140px;
  max-height: 45px;
  width: auto;
  height: auto;
  transition: 0.3s;
}

/*----------------------------------------*/
/* testimonial2 css */
/*----------------------------------------*/
.testimonial2 {
  background-color: var(--white);
  position: relative;
  z-index: 1;
}

.testimonial2__card {
  padding: 10px;
  border: 1px solid rgba(26, 69, 59, 0.1411764706);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 991px) {
  .testimonial2__card {
    flex-direction: column;
    gap: 15px;
  }
}

.testimonial2__card:hover .testimonial2__thumb img {
  transform: scale(1.1);
}

.testimonial2__thumb {
  position: relative;
  width: 28.3%;
  max-height: 380px;
  border-radius: 6px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .testimonial2__thumb {
    width: 33.33%;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial2__thumb {
    width: 100%;
  }
}

.testimonial2__thumb img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.5s ease;
}

.testimonial2__thumb .logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  filter: brightness(0) invert(1);
  opacity: 0.8;
}

.testimonial2__content {
  padding: 10px;
  padding-bottom: 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
}

@media only screen and (max-width: 1199px) {
  .testimonial2__content {
    width: 41.666%;
    padding: 5px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial2__content {
    width: 100%;
    border-right: none;
  }
}

.testimonial2__content-top {
  padding: 20px;
}

@media only screen and (max-width: 1199px) {
  .testimonial2__content-top {
    padding: 5px;
  }
}

.testimonial2__rating {
  display: inline-flex;
  padding: 12.2px 13.3px;
  border: 1px solid var(--border);
  border-radius: 6px;
  align-items: center;
  gap: 5.33px;
  width: fit-content;
  margin-bottom: 25px;
}

.testimonial2__rating span {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--secondary);
}

.testimonial2__rating .stars {
  display: flex;
  align-items: center;
  gap: 3.33px;
  color: var(--secondary);
  font-size: 14px;
}

.testimonial2__quote-text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1199px) {
  .testimonial2__quote-text {
    font-size: 20px;
  }
}

.testimonial2__bg-quote {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 127px;
  height: auto;
  opacity: 0.05;
  z-index: 1;
  pointer-events: none;
}

.testimonial2__author-box {
  padding: 15px;
  background-color: var(--bg2);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
}

@media only screen and (max-width: 1199px) {
  .testimonial2__author-box {
    padding: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial2__author-box {
    padding: 5px;
  }
}

.testimonial2__author-box .author-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonial2__author-box .author-info img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial2__author-box .author-info h5 {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 3px;
  color: var(--primary);
}

.testimonial2__author-box .author-info p {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin: 0;
  color: var(--text2);
}

.testimonial2__author-box .brand-logo {
  width: auto;
}

@media only screen and (max-width: 1199px) {
  .testimonial2__author-box .brand-logo {
    width: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial2__author-box .brand-logo {
    width: 60px;
  }
}

.testimonial2__stats-box {
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  width: 27%;
  border: 1px solid var(--border);
  border-radius: 6px;
}

@media only screen and (max-width: 1199px) {
  .testimonial2__stats-box {
    width: 25%;
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .testimonial2__stats-box {
    width: 100%;
    gap: 20px;
  }
}

.testimonial2__avatars {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border);
}

@media only screen and (max-width: 991px) {
  .testimonial2__avatars {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.testimonial2__avatars .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--bg2);
  margin-left: -12px;
}

.testimonial2__avatars .avatar:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 1199px) {
  .testimonial2__avatars .avatar {
    width: 40px;
    height: 40px;
  }
}

.testimonial2__avatars .label {
  margin-left: 7px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .testimonial2__avatars .label {
    font-size: 14px;
  }
}

.testimonial2__number {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -4%;
  color: var(--primary);
  margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
  .testimonial2__number {
    font-size: 48px;
  }
}

.testimonial2__label {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

/*----------------------------------------*/
/* video2 css */
/*----------------------------------------*/
.video2__wrap {
  background-color: var(--primary);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin: 0 50px;
}

@media only screen and (max-width: 1399px) {
  .video2__wrap {
    margin: 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .video2__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.video2__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 6px;
  padding: 40px 40px 43px 45px;
  width: 266px;
  height: 400px;
}

@media only screen and (max-width: 1399px) {
  .video2__content {
    padding: 40px 28px;
    height: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .video2__content {
    padding: 38px 10px;
    width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .video2__content {
    padding: 12px 10px;
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .video2__content {
    width: 100%;
  }
}

.video2__item {
  text-align: start;
}

.video2__item:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 60px;
}

@media only screen and (max-width: 1399px) {
  .video2__item:first-child {
    padding-bottom: 49px;
  }
}

@media only screen and (max-width: 1199px) {
  .video2__item:first-child {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .video2__item:first-child {
    padding-bottom: 10px;
  }
}

.video2__item:last-child {
  padding-top: 50px;
}

@media only screen and (max-width: 1399px) {
  .video2__item:last-child {
    padding-top: 45px;
  }
}

@media only screen and (max-width: 1199px) {
  .video2__item:last-child {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 991px) {
  .video2__item:last-child {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .video2__item {
    padding: 20px 0;
  }
}

.video2__number {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 100%;
  letter-spacing: -3%;
  color: var(--white);
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1199px) {
  .video2__number {
    font-size: clamp(30px, 3vw, 40px);
  }
}

.video2__number .odometer {
  font-family: var(--font_mona);
}

.video2__number .odometer-value {
  color: var(--white);
}

.video2__number .odometer.odometer-auto-theme,
.video2__number .odometer.odometer-theme-default {
  font-family: var(--font_mona) !important;
  font-weight: 500;
  font-size: clamp(32px, 5vw, 64px);
  line-height: 100%;
  letter-spacing: -3%;
  color: var(--white) !important;
}

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

  .video2__number .odometer.odometer-auto-theme,
  .video2__number .odometer.odometer-theme-default {
    font-size: clamp(30px, 3vw, 40px);
  }
}

.video2__number span {
  color: var(--secondary);
}

.video2__label {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.8);
  display: block;
}

.video2__thumb {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  max-width: 630px;
  max-height: 400px;
}

@media only screen and (max-width: 1199px) {
  .video2__thumb {
    max-width: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .video2__thumb {
    max-width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .video2__thumb {
    max-width: 100%;
  }
}

.video2__thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.5s ease;
}

.video2__thumb:hover img {
  transform: scale(1.05);
}

.video2__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 28px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.video2__play-btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white);
  border-radius: 50%;
  animation: pulse-border 2s infinite;
}

.video2__play-btn:hover {
  background: var(--primary);
  color: var(--primary);
  transform: translate(-50%, -50%) scale(1.1);
}

@media only screen and (max-width: 1199px) {
  .video2__play-btn {
    width: 70px;
    height: 70px;
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .video2__play-btn {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}

/*----------------------------------------*/
/* app1 area style                        */
/*----------------------------------------*/
.app1 {
  position: relative;
  z-index: 1;
}

.app1__wrap {
  position: relative;
  background-color: var(--orange);
  border-radius: 10px;
  padding: 100px 127px 0 80px;
  overflow: hidden;
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .app1__wrap {
    padding: 60px 30px 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  .app1__wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .app1__wrap {
    padding: 50px 20px 0 20px;
  }
}

.app1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.app1__bg img {
  width: 100%;
  height: 100%;
}

.app1 .section-top {
  margin-bottom: 57px;
}

.app1__content {
  max-width: 475px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
  .app1__content {
    text-align: center;
    margin-bottom: 40px;
  }
}

.app1__btns {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media only screen and (max-width: 991px) {
  .app1__btns {
    flex-direction: column;
    align-items: flex-start;
  }
}

.app1__btn {
  display: inline-block;
  transition: all 0.3s ease;
}

.app1__btn img {
  height: 56px;
  width: auto;
  border-radius: 8px;
}

.app1__btn:hover {
  transform: translateY(-5px);
  filter: brightness(1.1);
}

.app1__thumb {
  position: relative;
  text-align: right;
}

@media only screen and (max-width: 991px) {
  .app1__thumb {
    text-align: center;
    margin-top: 50px;
  }
}

.app1__thumb-shape {
  position: absolute;
  top: -20%;
  right: -10%;
  z-index: -1;
  width: 120%;
  pointer-events: none;
}

.app1__thumb-shape img {
  width: 100%;
  height: auto;
}

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

@media only screen and (max-width: 1199px) {
  .app1__thumb img {
    max-width: 450px;
  }
}

@media only screen and (max-width: 991px) {
  .app1__thumb img {
    max-width: 350px;
  }
}

.app1 .section-top__subtitle {
  text-align: start;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
}

.app1 .section-top__title {
  text-align: start;
}

.app1 .section-top__title span {
  color: var(--primary);
}

.app1__btn {
  display: inline-block;
  transition: all 0.3s ease;
}

.app1__btn img {
  height: 56px;
  width: auto;
}

@media (max-width: 575px) {
  .app1__btn img {
    height: 48px;
  }
}

.app1__btn:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

/*----------------------------------------*/
/* blog2 css */
/*----------------------------------------*/
.blog2__card {
  background-color: var(--white);
  border-radius: 10px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog2__card:hover .blog2__title a {
  color: var(--secondary);
  background-size: 100% 1px;
  background-image: linear-gradient(180deg, var(--secondary) 0%, var(--secondary) 100%);
}

.blog2__card:hover .blog2__thumb img {
  transform: scale(1.1);
}

.blog2__thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  flex-shrink: 0;
  aspect-ratio: 410/240;
  transition: all 0.3s ease;
}

.blog2__thumb img {
  object-fit: cover;
  transition: all 0.4s ease;
  border-radius: 10px 10px 0 0;
}

.blog2__category {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--white);
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  padding: 7px 10.4px;
  border-radius: 4px;
  transition: all 0.3s ease;
  z-index: 9;
}

.blog2__category:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.blog2__content {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border: 1px solid var(--border);
  border-top: 0;
  border-radius: 0 0 10px 10px;
}

.blog2__meta {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1399px) {
  .blog2__meta {
    gap: 20px;
    flex-wrap: wrap;
  }
}

.blog2__meta>*:not(:first-child) {
  position: relative;
}

.blog2__meta>*:not(:first-child)::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: var(--border);
}

@media only screen and (max-width: 1399px) {
  .blog2__meta>*:not(:first-child)::before {
    left: -10px;
  }
}

.blog2__meta .author {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog2__meta .author:hover {
  color: var(--secondary);
}

@media only screen and (max-width: 991px) {
  .blog2__meta .author {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .blog2__meta .author {
    font-size: 11px;
  }
}

.blog2__meta .author img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.blog2__meta .date {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog2__meta .date:hover {
  color: var(--secondary);
}

@media only screen and (max-width: 991px) {
  .blog2__meta .date {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .blog2__meta .date {
    font-size: 12px;
  }
}

.blog2__meta .time {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
}

.blog2__meta .time:hover {
  color: var(--secondary);
}

@media only screen and (max-width: 991px) {
  .blog2__meta .time {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .blog2__meta .time {
    font-size: 12px;
  }
}

.blog2__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -3%;
  margin-top: 10px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1399px) {
  .blog2__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .blog2__title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .blog2__title {
    font-size: 16px;
  }
}

.blog2__title a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  display: inline;
}

.team2 {
  background: var(--bg2);
}

.team2__card {
  padding: 20px 20px 30px 20px;
  background-color: var(--white);
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid var(--border);
  height: 100%;
}

.team2__card:hover,
.team2__card.secondary {
  background-color: var(--primary);
}

.team2__card:hover .team2__name,
.team2__card.secondary .team2__name {
  color: var(--white);
}

.team2__card:hover .team2__title,
.team2__card.secondary .team2__title {
  color: rgba(255, 255, 255, 0.8);
}

.team2__card:hover .team2__social a,
.team2__card.secondary .team2__social a {
  color: rgba(255, 255, 255, 0.5);
}

.team2__card:hover .team2__social a:hover,
.team2__card.secondary .team2__social a:hover {
  color: var(--white);
}

.team2__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.team2__rating {
  background-color: var(--secondary);
  color: var(--white);
  padding: 7px 8.1px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.team2__rating i {
  font-size: 10px;
}

.team2__social {
  display: flex;
  gap: 15px;
}

.team2__social a {
  color: var(--primary);
  font-size: 16px;
  transition: all 0.3s ease;
  opacity: 1;
}

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

.team2__social a:hover svg path {
  fill: var(--secondary);
}

.team2__social:hover .team2__thumb img {
  transform: scale(1.1);
}

.team2__thumb {
  margin-top: 72px;
  margin-bottom: 53px;
  display: flex;
  justify-content: center;
}

.team2__thumb img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: contain;
  background-color: #f1f1f1;
  transition: transform 0.5s ease;
}

.team2__name {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -3%;
  text-align: center;
  color: var(--primary);
  margin-bottom: 7px;
  transition: all 0.3s ease;
}

.team2__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease;
  margin-bottom: 0;
  color: var(--text2);
}

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/*----------------------------------------*/
/* instagram css */
/*----------------------------------------*/
.instagram {
  position: relative;
  overflow: hidden;
}

.instagram__wrap {
  border-top: 1px solid var(--border);
}

.instagram__username {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary);
  display: inline-block;
}

.instagram__slider {
  position: relative;
}

.instagram__slider .swiper-slide {
  width: auto;
}

.instagram__card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  aspect-ratio: 200/200;
}

.instagram__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.instagram__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 69, 59, 0.4);
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}

.instagram__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  color: var(--white);
  font-size: 32px;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 2;
}

.instagram__card:hover img,
.swiper-slide-active .instagram__card img {
  transform: scale(1.15);
}

.instagram__card:hover::before,
.swiper-slide-active .instagram__card::before {
  opacity: 1;
}

.instagram__card:hover .instagram__overlay,
.swiper-slide-active .instagram__card .instagram__overlay {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/*----------------------------------------*/
/* footer2 area style                     */
/*----------------------------------------*/
.footer2 {
  padding: 100px 0 0;
  background-color: #11372E;
  color: var(--white);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer2__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.footer2__bg img {
  width: 100%;
  height: 100%;
}

.footer2__top {
  position: relative;
  z-index: 3;
  display: flex;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 1199px) {
  .footer2__top {
    gap: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .footer2__top {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer2__top {
    justify-content: center;
  }
}

.footer2__top-left {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 103px;
}

@media only screen and (max-width: 1399px) {
  .footer2__top-left {
    gap: 80px;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .footer2__top-left {
    gap: 37px;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 991px) {
  .footer2__top-left {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .footer2__top-left {
    justify-content: center;
  }
}

.footer2__top-right {
  display: flex;
  justify-content: flex-end;
}

.footer2__widget-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  margin-bottom: 42px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

@media only screen and (max-width: 1399px) {
  .footer2__widget-title {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

.footer2__links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer2__links li {
  margin-bottom: 12px;
}

.footer2__links li:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1399px) {
  .footer2__links li {
    margin-bottom: 6px;
  }
}

.footer2__links li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
}

@media only screen and (max-width: 1399px) {
  .footer2__links li a {
    font-size: 14px;
  }
}

.footer2__links li a:hover {
  color: var(--secondary);
}

.footer2__newsletter {
  position: relative;
}

.footer2__newsletter:before {
  content: "";
  position: absolute;
  top: 0;
  left: -103px;
  width: 1px;
  height: 240px;
  background-color: var(--border2);
  z-index: 1;
}

@media only screen and (max-width: 1199px) {
  .footer2__newsletter:before {
    left: -50px;
  }
}

@media only screen and (max-width: 991px) {
  .footer2__newsletter:before {
    display: none;
  }
}

.footer2__newsletter .footer2__widget-title {
  margin-bottom: 35px;
}

.footer2__newsletter .footer2__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 45px;
}

.footer2__newsletter .footer2__input-wrap {
  position: relative;
  width: 100%;
}

.footer2__newsletter .footer2__input-wrap input {
  width: 320px;
  background: transparent;
  border: 1px solid var(--border2);
  border-radius: 6px;
  padding: 13px 45px 13px 15px;
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1399px) {
  .footer2__newsletter .footer2__input-wrap input {
    width: 100%;
  }
}

.footer2__newsletter .footer2__input-wrap input::placeholder {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--white);
}

.footer2__newsletter .footer2__input-wrap input:focus {
  border-color: var(--secondary);
}

@media only screen and (max-width: 1399px) {
  .footer2__newsletter .footer2__input-wrap input {
    font-size: 14px;
  }
}

.footer2__newsletter .footer2__input-wrap .icon {
  position: absolute;
  right: 17.5px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
}

.footer2__divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 80px 0 44px;
}

.footer2__branding {
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .footer2__info {
    margin-top: 30px;
  }
}

.footer2__desc {
  font-family: var(--font_mona);
  color: var(--white);
  margin-bottom: 35px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
}

@media only screen and (max-width: 1399px) {
  .footer2__desc {
    font-size: 16px;
  }
}

.footer2__contact .item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 7px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--white);
}

.footer2__contact .item:last-child {
  margin-bottom: 0;
}

.footer2__contact .item svg {
  color: var(--secondary);
  font-size: 12px;
}

.footer2__contact .item a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer2__contact .item a:hover {
  color: var(--white);
}

.footer2__bottom-divider {
  width: 100%;
  height: 1px;
  background: var(--border2);
  margin-top: 43px;
}

.footer2__bottom {
  position: relative;
  z-index: 3;
  padding: 18px 0 14px;
}

.footer2__bottom .copyright {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--white);
  margin-bottom: 0;
}

.footer2__bottom .copyright span {
  color: var(--secondary);
  font-weight: 500;
  font-size: 14px;
}

/*----------------------------------------*/
/* Hero 3 Section                 */
/*----------------------------------------*/
.hero3 {
  background-color: var(--bg2);
  padding: 184px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero3__content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.hero3__review {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--bg2);
  padding: 9px 24px 9px 9px;
  border-radius: 10px;
  border: 1px solid var(--border);
  margin-bottom: 10px;
}

.hero3__review-avatars {
  display: flex;
}

.hero3__review-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -8px;
}

.hero3__review-avatars img:first-child {
  margin-left: 0;
}

.hero3__review-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.hero3__review-text .rating {
  display: flex;
  align-items: center;
  gap: 5.33px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--secondary);
}

.hero3__review-text .rating .stars {
  display: flex;
  gap: 2px;
}

.hero3__review-text .rating .stars svg {
  width: 12px;
  height: auto;
}

.hero3__review-text .text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  line-height: 1;
}

.hero3__title {
  font-family: var(--font_mona);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
  color: var(--primary);
  margin-bottom: 34px;
}

.hero3__title span {
  color: var(--secondary);
  font-family: var(--font_playfair);
  font-weight: 400;
  font-style: Italic;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
}

.hero3__form {
  max-width: 630px;
  margin: 0 auto;
  position: relative;
  background: var(--white);
  border-radius: 6px;
  padding: 3px 3px 3px 20px;
  border: 1px solid var(--border);
  display: flex;
  margin-bottom: 10px;
  max-width: 491px;
}

.hero3__form input {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--text2);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  outline: none;
}

.hero3__form input::placeholder {
  color: var(--text2);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
}

.hero3__form .submit-btn {
  background: var(--secondary);
  color: var(--white);
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hero3__form .submit-btn svg path {
  fill: var(--white);
}

.hero3__form .submit-btn:hover {
  background: var(--primary);
}

.hero3__tags {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-wrap: wrap;
}

.hero3__tags a {
  font-family: var(--font_mona);
  font-family: Mona Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  border: 1px solid var(--border);
  padding: 7px 9.5px;
  border-radius: 4px;
  transition: all 0.3s ease;
  background: transparent;
}

.hero3__tags a:hover {
  background: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}

.hero3__shape {
  position: absolute;
  z-index: 1;
}

.hero3__shape--left {
  left: 17%;
  top: 73%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: upDown 4s infinite linear;
}

@media only screen and (max-width: 991px) {
  .hero3__shape--left {
    display: none;
  }
}

.hero3__shape--right {
  right: 19.5%;
  top: 81%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  animation: upDown 5s infinite linear;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1019607843);
}

@media only screen and (max-width: 991px) {
  .hero3__shape--right {
    display: none;
  }
}

/*----------------------------------------*/
/* Courses1Marquee Section                 */
/*----------------------------------------*/
.marquee1.courses1marquee {
  padding-top: 0px;
  padding-bottom: 0;
  margin-top: 100px;
  margin-bottom: 20px;
  position: relative;
}

.marquee1.courses1marquee::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 371px;
  height: 100%;
  background: linear-gradient(90deg, #F8F5F2 0%, rgba(248, 245, 242, 0) 100%);
  z-index: 1;
}

.marquee1.courses1marquee::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 371px;
  height: 100%;
  background: linear-gradient(90deg, #F8F5F2 0%, rgba(248, 245, 242, 0) 100%);
  transform: rotate(-180deg);
  z-index: 1;
}

.marquee1.courses1marquee .marquee1__list {
  gap: 10px;
}

.marquee1.courses1marquee .marquee1__list .marquee1__item .courses1__card .courses1__thumb {
  width: 312px;
  height: 220px;
}

/*----------------------------------------*/
/* Brand 3 Section                 */
/*----------------------------------------*/
.brand3 {
  background: var(--white);
  padding-bottom: 1px;
}

.brand3__wrap {
  border-bottom: 1px solid var(--border);
}

.brand3__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  margin-bottom: 25px;
}

.brand3__title .highlight {
  color: var(--secondary);
}

.brand3__item {
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 20px;
  height: 100%;
  min-height: 120px;
  background-color: var(--white);
  transition: all 0.3s ease;
}

.brand3__item svg {
  max-width: 100%;
  height: auto;
}

.brand3__item svg path {
  transition: fill 0.3s ease;
}

/*----------------------------------------*/
/* Category 3 Section                 */
/*----------------------------------------*/
.category3 {
  background: var(--white);
}

.category3__slider {
  margin-left: 59px;
}

@media only screen and (max-width: 1399px) {
  .category3__slider {
    margin-left: 0;
  }
}

.category3 .section-top__text {
  margin-bottom: 43px;
  margin-top: 17px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
}

.category3__card {
  border-radius: 10px;
  padding: 0 0 0 0;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}

.category3__icon {
  width: 100%;
  padding: 50px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1399px) {
  .category3__icon {
    padding: 30px 36px;
  }
}

.category3__icon svg {
  width: auto;
  height: 40px;
}

.category3__name {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary);
  margin-bottom: 7px;
  display: block;
}

.category3__learners {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--text2);
}

.category3__slider .swiper-pagination {
  position: relative;
  margin-top: 50px;
  width: 100%;
  height: 4px;
  background: var(--bg2);
  border-radius: 100px;
}

.category3__slider .swiper-pagination .swiper-pagination-progressbar-fill {
  background: var(--primary);
  border-radius: 100px !important;
  width: 94%;
  height: 4px;
}

/*----------------------------------------*/
/* Learning Experience                 */
/*----------------------------------------*/
.learning-experience1 {
  padding-bottom: 1px;
}

.learning-experience1__wrap {
  border-bottom: 1px solid var(--border);
}

.learning-experience1__card {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 19px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.learning-experience1__card:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}

.learning-experience1__card:hover .learning-experience1__title,
.learning-experience1__card:hover .learning-experience1__text {
  color: rgba(255, 255, 255, 0.8);
}

.learning-experience1__card:hover .learning-experience1__icon {
  color: var(--white);
}

.learning-experience1__card:hover .learning-experience1__icon svg path {
  fill: currentColor;
}

.learning-experience1__icon {
  margin-bottom: auto;
  display: flex;
  align-items: center;
}

.learning-experience1__icon svg path {
  fill: var(--primary);
}

.learning-experience1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 2px;
  margin-top: 54.45px;
  color: var(--primary);
}

.learning-experience1__text {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text);
  margin-bottom: 0;
}

/*----------------------------------------*/
/* Event Area                 */
/*----------------------------------------*/
.event1__card {
  padding: 9px;
  display: flex;
  align-items: stretch;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--white);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media only screen and (max-width: 991px) {
  .event1__card {
    flex-direction: column;
    gap: 15px;
  }
}

.event1__body {
  flex: 1 1 0;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.event1__date {
  display: inline-flex;
  gap: 3px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 80px;
  height: 80px;
  border-radius: 6px;
  border: 1px solid var(--border);
}

.event1__date-num {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -3%;
  text-align: center;
  color: var(--primary);
}

.event1__date-month {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .event1__date-month {
    font-size: 12px;
  }
}

.event1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-top: 34px;
  margin-bottom: 7px;
}

@media only screen and (max-width: 1399px) {
  .event1__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .event1__title {
    font-size: 18px;
  }
}

.event1__desc {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
  margin-bottom: 22px;
}

@media only screen and (max-width: 1199px) {
  .event1__desc {
    font-size: 12px;
  }
}

.event1__meta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}

.event1__meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .event1__meta-item {
    font-size: 12px;
  }
}

.event1__meta-item strong {
  font-weight: 500;
  color: var(--primary);
}

.event1__footer {
  margin-top: 0;
  padding-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.event1__thumb {
  flex: none;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  max-width: 276px;
  max-height: 420px;
}

@media only screen and (max-width: 991px) {
  .event1__thumb {
    max-width: 100%;
    max-height: 300px;
  }
}

.event1__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.event1__card:hover .event1__thumb img {
  transform: scale(1.04);
}

/*----------------------------------------*/
/* Fact Section                 */
/*----------------------------------------*/
.fact3 {
  background: var(--white);
}

.fact3__wrapper {
  display: flex;
  gap: 230px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: var(--primary);
  padding: 75px 80px;
  border-radius: 10px;
}

@media only screen and (max-width: 1399px) {
  .fact3__wrapper {
    gap: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .fact3__wrapper {
    justify-content: center;
    gap: 40px;
    padding: 40px;
  }
}

.fact3__item {
  display: inline-flex;
  justify-content: space-between;
  position: relative;
}

.fact3__item:nth-child(2)::after {
  content: "";
  position: absolute;
  right: -114px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1399px) {
  .fact3__item:nth-child(2)::after {
    right: -90px;
  }
}

@media only screen and (max-width: 1199px) {
  .fact3__item:nth-child(2)::after {
    display: none;
  }
}

.fact3__item:nth-child(2)::before {
  content: "";
  position: absolute;
  left: -114px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1399px) {
  .fact3__item:nth-child(2)::before {
    left: -90px;
  }
}

@media only screen and (max-width: 1199px) {
  .fact3__item:nth-child(2)::before {
    display: none;
  }
}

.fact3__item:nth-child(3)::after {
  content: "";
  position: absolute;
  right: -114px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 150px;
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1399px) {
  .fact3__item:nth-child(3)::after {
    right: -90px;
  }
}

@media only screen and (max-width: 1199px) {
  .fact3__item:nth-child(3)::after {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .fact3__item {
    flex: 0 0 calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .fact3__item {
    flex: 0 0 100%;
    margin-left: 80%;
  }
}

@media (max-width: 575px) {
  .fact3__item {
    margin-left: 60%;
  }
}

.fact3__item-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.fact3__icon {
  width: 36px;
  height: 36px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .fact3__icon {
    margin-bottom: 20px;
  }
}

.fact3__icon svg {
  width: 100%;
  height: 100%;
}

.fact3__number {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 5px;
  color: var(--white);
}

@media only screen and (max-width: 1399px) {
  .fact3__number {
    font-size: 30px;
  }
}

.fact3__label {
  font-family: var(--font_mona);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0;
  opacity: 0.8;
  color: var(--white);
}

/*----------------------------------------*/
/* Pricing Section                 */
/*----------------------------------------*/
.pricing1 {
  padding-bottom: 1px;
}

.pricing1__wrap {
  border-bottom: 1px solid var(--border);
}

.pricing1__card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  overflow: hidden;
}

.pricing1__card:hover {
  transform: translateY(-5px);
}

.pricing1__card--active,
.pricing1__card:hover {
  border-color: var(--primary);
}

.pricing1__card--active .pricing1__card-head,
.pricing1__card:hover .pricing1__card-head {
  background: var(--primary);
  color: var(--white);
}

.pricing1__card--active .pricing1__card-head .pricing1__title,
.pricing1__card--active .pricing1__card-head .pricing1__price,
.pricing1__card--active .pricing1__card-head .pricing1__meta,
.pricing1__card:hover .pricing1__card-head .pricing1__title,
.pricing1__card:hover .pricing1__card-head .pricing1__price,
.pricing1__card:hover .pricing1__card-head .pricing1__meta {
  color: var(--white);
}

.pricing1__card--active .pricing1__card-head .pricing1__title svg path,
.pricing1__card--active .pricing1__card-head .pricing1__price svg path,
.pricing1__card--active .pricing1__card-head .pricing1__meta svg path,
.pricing1__card:hover .pricing1__card-head .pricing1__title svg path,
.pricing1__card:hover .pricing1__card-head .pricing1__price svg path,
.pricing1__card:hover .pricing1__card-head .pricing1__meta svg path {
  fill: var(--white);
}

.pricing1__card--active .pricing1__card-head .pricing1__desc,
.pricing1__card:hover .pricing1__card-head .pricing1__desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: rgba(255, 255, 255, 0.8);
}

.pricing1__card--active .pricing1__card-head .pricing1__head-icon,
.pricing1__card:hover .pricing1__card-head .pricing1__head-icon {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}

.pricing1__card--active .theme-btn,
.pricing1__card:hover .theme-btn {
  background: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}

.pricing1__card--active .theme-btn .text,
.pricing1__card:hover .theme-btn .text {
  color: var(--white);
}

.pricing1__card--active .theme-btn .icon,
.pricing1__card:hover .theme-btn .icon {
  background: var(--white);
}

.pricing1__card--active .theme-btn .icon svg path,
.pricing1__card:hover .theme-btn .icon svg path {
  fill: var(--secondary);
}

.pricing1__card--active .theme-btn:hover,
.pricing1__card:hover .theme-btn:hover {
  background: var(--primary);
  border-color: var(--white);
}

.pricing1__card--active .theme-btn:hover .text,
.pricing1__card:hover .theme-btn:hover .text {
  color: var(--white);
}

.pricing1__card--active .theme-btn:hover .icon,
.pricing1__card:hover .theme-btn:hover .icon {
  background: var(--white);
}

.pricing1__card--active .theme-btn:hover .icon svg path,
.pricing1__card:hover .theme-btn:hover .icon svg path {
  fill: var(--secondary);
}

.pricing1__card-head {
  position: relative;
  padding: 20px;
  background: var(--bg2);
  border-radius: 6px;
  margin: 9px;
}

.pricing1__head-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
}

.pricing1__head-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pricing1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin: 0;
}

.pricing1__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
}

.pricing1__head-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  color: var(--white);
  border-radius: 4px;
  font-size: 24px;
}

.pricing1__badge {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-block;
  padding: 7px 14px;
  background: var(--secondary);
  color: var(--white);
  border-radius: 100px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.pricing1__price-wrap {
  margin-bottom: 32px;
}

.pricing1__price {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 4px;
}

.pricing1__desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
  margin: 0;
}

.pricing1__card-btn.theme-btn {
  padding: 6px 6px 6px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.pricing1__card-btn.theme-btn::before {
  display: none;
}

.pricing1__card-btn.theme-btn .text {
  font-size: 16px;
  color: var(--primary);
}

.pricing1__card-btn.theme-btn .icon {
  width: 42px;
  height: 42px;
  background: var(--secondary);
  color: var(--white);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.pricing1__card-btn.theme-btn:hover {
  border-color: var(--secondary);
}

.pricing1__card-btn.theme-btn:hover .icon {
  transform: scale(1.05);
}

.pricing1__card-body {
  padding: 30px 30px 40px;
  background: var(--white);
}

.pricing1__feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pricing1__feature-item {
  display: flex;
  align-items: center;
  gap: 15.85px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

.pricing1__feature-item .pricing1__feature-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing1__feature-item svg {
  flex-shrink: 0;
  fill: none;
  width: 17px;
  height: 13px;
}

.pricing1__footer-btn-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

/*----------------------------------------*/
/* Instructor 1 Section                   */
/*----------------------------------------*/
.instructor1 {
  background-color: var(--secondary);
  position: relative;
  padding-bottom: 0;
  margin-top: 87px;
}

.instructor1__bg {
  position: absolute;
  inset: 0;
  top: -20%;
  left: 0;
  background-repeat: none;
  pointer-events: none;
  z-index: 0;
}

.instructor1__bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.instructor1 .section-top__subtitle {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1411764706);
}

.instructor1 .section-top__text {
  margin-top: 17px;
  margin-bottom: 52px;
}

.instructor1__wrap {
  position: relative;
  padding: 40px 0 40px;
}

.instructor1__pattern {
  position: absolute;
  inset: 0;
  background-repeat: none;
  pointer-events: none;
  z-index: 0;
}

.instructor1>.container {
  position: relative;
  z-index: 1;
}

.instructor1__subtitle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  opacity: 0.9;
}

.instructor1__title {
  font-family: var(--font_mona);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--white);
  margin-bottom: 20px;
}

.instructor1__title em {
  font-style: italic;
  font-weight: 400;
}

@media only screen and (max-width: 1399px) {
  .instructor1__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1199px) {
  .instructor1__title {
    font-size: 34px;
  }
}

@media only screen and (max-width: 991px) {
  .instructor1__title {
    font-size: 30px;
  }
}

.instructor1__desc {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 36px;
  max-width: 380px;
}

.instructor1__actions {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.instructor1__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.instructor1__btn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--white);
}

.instructor1__btn-text {
  font-family: var(--font_mona);
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  white-space: nowrap;
}

.instructor1__btn-icon {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease;
}

.instructor1__btn-icon svg path {
  fill: var(--white);
}

.instructor1__btn:hover .instructor1__btn-icon {
  background: rgba(255, 255, 255, 0.35);
}

.instructor1__badges {
  display: flex;
  align-items: center;
  gap: 10px;
}

.instructor1__badge {
  width: auto;
  object-fit: contain;
}

.instructor1__badge-seal {
  display: flex;
  align-items: center;
  justify-content: center;
}

.instructor1__thumb-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -127px;
  margin-bottom: -40px;
}

@media only screen and (max-width: 991px) {
  .instructor1__thumb-wrap {
    margin-top: 0;
  }
}

.instructor1__thumb {
  display: block;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.instructor1__thumb-bg1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}

.instructor1__thumb-bg2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
}

.instructor1__stat {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14.3px;
  background: var(--white);
  border-radius: 6px;
  padding: 5px 15px 5px 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  z-index: 4;
  min-width: 140px;
}

.instructor1__stat--instructors {
  bottom: 139px;
  left: -50px;
}

@media only screen and (max-width: 1199px) {
  .instructor1__stat--instructors {
    left: 0;
    bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .instructor1__stat--instructors {
    display: none;
  }
}

.instructor1__stat--students {
  top: 345px;
  right: 20px;
  min-width: 187px;
}

@media only screen and (max-width: 1199px) {
  .instructor1__stat--students {
    right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .instructor1__stat--students {
    display: none;
  }
}

.instructor1__stat--students .instructor1__stat-icon {
  background: var(--secondary);
}

.instructor1__stat-icon {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.instructor1__stat-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.instructor1__stat-num {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 1px;
}

.instructor1__stat-label {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--text2);
}

.instructor1__bubble {
  position: absolute;
  top: 240px;
  right: 555px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
}

@media only screen and (max-width: 991px) {
  .instructor1__bubble {
    display: none;
  }
}

/*----------------------------------------*/
/* Hero 4 Area                            */
/*----------------------------------------*/
.hero4 {
  background: linear-gradient(180deg, #328E6E 0%, #00774E 100%);
  padding: 142px 0 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.hero4__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero4__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero4__thumb {
  position: relative;
  z-index: 2;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .hero4__thumb {
    margin-bottom: 50px;
  }
}

.hero4__thumb .main-img {
  max-width: 100%;
  height: auto;
}

.hero4__floating {
  position: absolute;
  z-index: 3;
  background: var(--white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero4__floating--logo {
  top: 19%;
  left: 5%;
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .hero4__floating--logo {
    left: 0;
  }
}

.hero4__floating--book {
  bottom: 42%;
  right: 8%;
  width: 60px;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .hero4__floating--book {
    right: 0;
  }
}

.hero4__floating--rating {
  bottom: 39%;
  left: 0%;
  padding: 10px;
  gap: 6px;
  border-radius: 10px;
  width: auto;
  justify-content: flex-start;
}

@media only screen and (max-width: 1199px) {
  .hero4__floating--rating {
    left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .hero4__floating--rating {
    left: 0;
    bottom: 20%;
  }
}

.hero4__floating--rating .avatars {
  display: flex;
}

.hero4__floating--rating .avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: -10px;
}

.hero4__floating--rating .avatars img:first-child {
  margin-left: 0;
}

.hero4__floating--rating .rating-info {
  text-align: left;
}

.hero4__floating--rating .rating-info .score {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 5.33px;
  margin-bottom: 5px;
}

.hero4__floating--rating .rating-info .score .stars {
  display: flex;
  gap: 4px;
}

.hero4__floating--rating .rating-info .label {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  display: block;
}

.hero4__tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  padding: 3px 14px 3px 3px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.hero4__tag .badge-new {
  background: var(--yellow);
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  padding: 7px 12px;
  border-radius: 100px;
  text-transform: uppercase;
}

.hero4__tag .text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

.hero4__content {
  position: relative;
  z-index: 2;
  padding-top: 137px;
}

@media only screen and (max-width: 1199px) {
  .hero4__content {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .hero4__content {
    padding-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .hero4__content {
    padding-top: 10px;
  }
}

.hero4__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
  color: var(--white);
  margin-bottom: 21px;
}

@media only screen and (max-width: 1399px) {
  .hero4__title {
    font-size: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero4__title {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .hero4__title {
    font-size: 36px;
  }
}

.hero4__title span {
  font-family: var(--font_playfair);
  font-style: italic;
  color: var(--yellow);
  font-weight: 400;
}

@media (max-width: 575px) {
  .hero4__title span {
    font-size: 36px;
  }
}

.hero4__desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 60px;
  max-width: 500px;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 575px) {
  .hero4__desc {
    font-size: 16px;
  }
}

.hero4__btn.theme-btn {
  background: var(--yellow);
  color: var(--primary);
  padding: 15px 15px 15px 30px;
  border-radius: 10px;
  font-weight: 600;
}

.hero4__btn.theme-btn:hover {
  background: var(--white);
}

.hero4__btn.theme-btn .icon {
  width: 40px;
  height: 40px;
  background: var(--primary);
  color: var(--white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.hero4__btn.theme-btn .icon svg path {
  fill: var(--white);
}

/*----------------------------------------*/
/* Promo 1 Area                           */
/*----------------------------------------*/
.promo1 {
  padding: 0;
  margin-top: -135px;
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .promo1 {
    margin-top: -85px;
  }
}

.promo1__card {
  background: var(--white);
  border-radius: 10px;
  padding: 46px 50px 54px;
  position: relative;
  z-index: 10;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .promo1__card {
    padding: 30px;
    justify-content: center;
  }
}

.promo1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 22px;
}

@media only screen and (max-width: 1399px) {
  .promo1__title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 991px) {
  .promo1__title {
    margin-bottom: 30px;
    text-align: center;
  }
}

.promo1__title span {
  color: var(--secondary);
}

.promo1__form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .promo1__form {
    justify-content: center;
  }
}

.promo1__form input {
  width: 100%;
  height: 50px;
  border: none;
  padding: 0 20px;
  background: transparent;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text-2);
  border: 1px solid var(--border);
  border-radius: 6px;
  max-width: 348px;
}

@media only screen and (max-width: 1199px) {
  .promo1__form input {
    max-width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .promo1__form input {
    max-width: 100%;
  }
}

.promo1__form input:focus {
  outline: none;
}

.promo1__form input::placeholder {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text-2);
}

.promo1__countdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 11px;
}

@media only screen and (max-width: 1399px) {
  .promo1__countdown {
    gap: 8px;
    justify-content: center;
  }
}

.promo1__countdown .count-item {
  text-align: center;
}

.promo1__countdown .count-item .number {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  text-align: center;
  color: var(--primary);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1399px) {
  .promo1__countdown .count-item .number {
    font-size: 28px;
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .promo1__countdown .count-item .number {
    font-size: 24px;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .promo1__countdown .count-item .number {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}

.promo1__countdown .count-item .label {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
  color: var(--primary);
}

@media only screen and (max-width: 1199px) {
  .promo1__countdown .count-item .label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .promo1__countdown .count-item .label {
    font-size: 12px;
  }
}

.promo1__countdown .separator {
  font-size: 36px;
  font-weight: 600;
  color: var(--primary);
  margin-top: -35px;
}

@media only screen and (max-width: 1399px) {
  .promo1__countdown .separator {
    font-size: 24px;
  }
}

/*----------------------------------------*/
/* About 2 Area                           */
/*----------------------------------------*/
.about2__wrap {
  position: relative;
}

.about2__left {
  position: relative;
  max-width: 252px;
}

@media only screen and (max-width: 1199px) {
  .about2__left {
    max-width: 200px;
  }
}

@media only screen and (max-width: 991px) {
  .about2__left {
    max-width: 150px;
  }
}

.about2__left .main-img {
  border-radius: 10px;
  width: 100%;
}

.about2__rating {
  position: relative;
  z-index: 2;
  margin-top: 24px;
}

.about2__rating-left {
  display: flex;
  align-items: center;
  gap: 5.33px;
  margin-bottom: 6px;
}

.about2__rating .rating-val {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  display: block;
}

.about2__rating .stars {
  display: flex;
  gap: 4px;
}

@media only screen and (max-width: 991px) {
  .about2__rating .stars {
    gap: 2px;
  }
}

.about2__rating .trusted-text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .about2__rating .trusted-text {
    font-size: 12px;
  }
}

.about2__rating .trusted-text strong {
  color: var(--orange);
  font-weight: 600;
}

.about2__desc {
  color: var(--text2);
  margin-bottom: 33px;
  line-height: 1.6;
  margin-top: 20px;
}

.about2__stats {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

@media only screen and (max-width: 1199px) {
  .about2__stats {
    padding: 15px 20px;
  }
}

@media (max-width: 575px) {
  .about2__stats {
    flex-wrap: wrap;
    gap: 20px;
    text-align: center;
  }
}

.about2__stats-item {
  position: relative;
}

.about2__stats-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 70px;
  background: var(--border);
}

@media only screen and (max-width: 1399px) {
  .about2__stats-item:not(:last-child)::after {
    display: none;
  }
}

.about2__stats-item .val {
  display: block;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 1px;
}

@media only screen and (max-width: 1199px) {
  .about2__stats-item .val {
    font-size: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .about2__stats-item .val {
    font-size: 24px;
  }
}

.about2__stats-item .label {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
}

@media only screen and (max-width: 1199px) {
  .about2__stats-item .label {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .about2__stats-item .label {
    font-size: 12px;
  }
}

.about2__list {
  list-style: none;
  padding: 0;
  margin: 0 0 55px 0;
}

.about2__list li {
  position: relative;
  padding-left: 15px;
  color: var(--black2);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 1px;
}

.about2__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--text2);
  border-radius: 50%;
}

.about2__footer {
  display: flex;
  align-items: center;
  gap: 38px;
}

@media only screen and (max-width: 1199px) {
  .about2__footer {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.about2__btn.theme-btn {
  background: var(--white);
  border: 1px solid var(--border);
  color: var(--primary);
  padding: 12px 30px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}

.about2__btn.theme-btn .icon {
  width: 40px;
  height: 40px;
  background: var(--orange);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about2__btn.theme-btn .icon svg path {
  fill: var(--white);
}

.about2__btn.theme-btn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.about2__clients {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 3px;
}

@media only screen and (max-width: 1199px) {
  .about2__clients {
    margin-left: 0;
  }
}

.about2__clients::before {
  content: "";
  position: absolute;
  left: -19px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: var(--border);
}

@media only screen and (max-width: 1199px) {
  .about2__clients::before {
    display: none;
  }
}

.about2__clients .label {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
}

.about2__clients .logos {
  display: flex;
  align-items: center;
  gap: 22px;
}

.about2__right {
  position: relative;
  max-width: 360px;
  margin-left: auto;
  margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .about2__right {
    max-width: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .about2__right {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .about2__right {
    margin-top: 0;
    margin-left: 0;
  }
}

.about2__right .main-img {
  border-radius: 10px;
  width: 100%;
}

.about2__cert-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 2;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .about2__cert-badge {
    margin-bottom: 20px;
    gap: 5px;
  }
}

.about2__cert-badge .icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
}

@media only screen and (max-width: 1199px) {
  .about2__cert-badge .icon {
    width: 40px;
    height: 40px;
  }

  .about2__cert-badge .icon svg {
    width: 25px;
    height: auto;
  }
}

.about2__cert-badge .text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .about2__cert-badge .text {
    font-size: 12px;
  }
}

/*----------------------------------------*/
/* Published Book1 Section                 */
/*----------------------------------------*/
.published-book1 {
  background: var(--bg2);
}

.published-book1__wrap {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.published-book1__item {
  position: relative;
  z-index: 1;
}

.published-book1__item:before {
  position: absolute;
  content: "";
  top: 50%;
  right: -140px;
  width: 1px;
  height: 300px;
  background: var(--border);
  z-index: -1;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1399px) {
  .published-book1__item:before {
    display: none;
  }
}

.published-book1__bottom {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  padding: 12px 28px;
  border: 1px solid var(--border);
  border-radius: 20px;
}

.published-book1__bottom-wrap {
  display: flex;
  justify-content: center;
}

.published-book1__bottom-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--secondary);
  margin-bottom: 2px;
}

.published-book1__bottom-text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--black3);
}

.published-book1__bottom-thumb {
  max-height: 50px;
  max-width: 147px;
}

/*----------------------------------------*/
/* Wcu2 Section                 */
/*----------------------------------------*/
.wcu2 {
  background: var(--white);
}

.wcu2__sticky {
  position: sticky;
  top: 150px;
}

.wcu2 .theme-btn {
  margin-top: 55px;
}

.wcu2__item {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 29px;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-bottom: 20px;
  max-width: 660px;
  margin-left: auto;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .wcu2__item {
    max-width: 100%;
    flex-wrap: wrap;
  }
}

.wcu2__item:last-child {
  margin-bottom: 0;
}

.wcu2__item:hover {
  border-color: var(--primary);
}

.wcu2__item-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg2);
  border-radius: 10px;
}

.wcu2__item-content {
  max-width: 470px;
}

.wcu2__item-content-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 10px;
}

.wcu2__item-content-text {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
}

/*----------------------------------------*/
/* testimonial3 css                       */
/*----------------------------------------*/
.testimonial3 {
  background: var(--white);
}

.testimonial3__slider {
  padding-bottom: 80px;
}

.testimonial3__slider .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid var(--border);
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
  transition: all 0.3s;
}

.testimonial3__slider .swiper-pagination-bullet-active {
  background: var(--secondary);
  width: 10px;
  border-radius: 50px;
}

.testimonial3__card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 30px;
  transition: all 0.3s;
}

.testimonial3__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}

.testimonial3__rating {
  display: flex;
  align-items: center;
  gap: 5.33px;
  padding: 10px 15px;
  border-radius: 6px;
  border: 1px solid var(--border);
}

.testimonial3__rating .rating-text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--secondary);
}

.testimonial3__rating .stars {
  display: flex;
  gap: 2px;
  color: #FFB800;
  font-size: 12px;
}

.testimonial3__content {
  font-family: var(--font_mona);
  font-family: Mona Sans;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 35px;
}

@media (max-width: 575px) {
  .testimonial3__content {
    font-size: 16px;
  }
}

.testimonial3__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}

.testimonial3__author-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.testimonial3__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial3__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial3__details .name {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  margin-bottom: 2px;
  color: var(--primary);
}

.testimonial3__details .designation {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--text2);
}

.testimonial3__brand img {
  max-width: 80px;
  opacity: 0.5;
}

/*----------------------------------------*/
/* CTA 2 Area                             */
/*----------------------------------------*/
.cta2 .section-top__subtitle {
  color: var(--white);
  border-color: var(--border2);
}

.cta2 .section-top__title {
  color: var(--white);
  margin-bottom: 52px;
}

.cta2 .section-top__title span {
  color: var(--yellow);
}

.cta2__bg {
  background: linear-gradient(180deg, #328E6E 0%, #00774E 100%);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 45px 100px;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .cta2__bg {
    padding: 60px 0;
    text-align: center;
  }
}

.cta2__pattern {
  position: absolute;
  inset: 0;
  z-index: 0;
  top: 0;
  left: 0;
}

.cta2__content {
  position: relative;
  z-index: 2;
}

.cta2__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 24px;
  text-transform: capitalize;
}

.cta2__badge svg path {
  fill: var(--yellow);
}

.cta2__title {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 44px;
  letter-spacing: -0.02em;
}

.cta2__title em {
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 400;
  color: var(--yellow);
}

@media only screen and (max-width: 1399px) {
  .cta2__title {
    font-size: 48px;
  }
}

@media only screen and (max-width: 1199px) {
  .cta2__title {
    font-size: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .cta2__title {
    font-size: 34px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .cta2__title {
    font-size: 30px;
  }
}

.cta2__btn.theme-btn {
  background: var(--white);
  color: var(--primary);
  padding: 10px 10px 10px 24px;
  border-radius: 10px;
}

.cta2__btn.theme-btn:hover {
  background: var(--yellow);
  color: var(--primary);
}

.cta2__btn.theme-btn .icon {
  width: 42px;
  height: 42px;
  background: var(--orange);
  color: var(--white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta2__btn.theme-btn .icon svg path {
  fill: var(--white);
}

.cta2__visual {
  position: relative;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .cta2__visual {
    margin-top: 50px;
    height: 350px;
  }
}

.cta2__circle {
  position: absolute;
  border: 1px solid var(--border2);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta2__circle--1 {
  width: 235px;
  height: 235px;
}

@media only screen and (max-width: 991px) {
  .cta2__circle--1 {
    width: 200px;
    height: 200px;
  }
}

.cta2__circle--2 {
  width: 391px;
  height: 391px;
}

@media only screen and (max-width: 991px) {
  .cta2__circle--2 {
    width: 320px;
    height: 320px;
  }
}

.cta2__central-badge {
  width: 90px;
  height: 90px;
  background: var(--yellow);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
  .cta2__central-badge {
    width: 70px;
    height: 70px;
  }
}

.cta2__avatar {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  z-index: 3;
}

.cta2__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta2__avatar--1 {
  top: 33%;
  left: 2%;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 991px) {
  .cta2__avatar--1 {
    left: 23%;
  }
}

.cta2__avatar--2 {
  top: 10%;
  right: 14%;
  width: 50px;
  height: 50px;
}

@media only screen and (max-width: 991px) {
  .cta2__avatar--2 {
    right: 28%;
  }
}

.cta2__avatar--3 {
  bottom: 23%;
  left: 35%;
  width: 32px;
  height: 32px;
}

@media only screen and (max-width: 991px) {
  .cta2__avatar--3 {
    left: 38%;
  }
}

.cta2__avatar--4 {
  bottom: 10%;
  right: 15%;
}

@media only screen and (max-width: 991px) {
  .cta2__avatar--4 {
    right: 28%;
  }
}

.cta2__book-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10%;
  right: 13%;
  z-index: 4;
}

@media only screen and (max-width: 991px) {
  .cta2__book-icon {
    right: 28%;
  }
}

/*----------------------------------------*/
/* getintouch1 Section                   */
/*----------------------------------------*/
.getintouch1 {
  background-color: var(--white);
  padding-bottom: 1px;
}

.getintouch1__wrap {
  border-bottom: 1px solid var(--border);
}

.getintouch1__info-list {
  margin-top: 55px;
}

@media only screen and (max-width: 991px) {
  .getintouch1__info-list {
    margin-top: 30px;
  }
}

.getintouch1__info-item {
  gap: 20px;
}

.getintouch1__info-item:last-child {
  margin-bottom: 0;
}

.getintouch1__info-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 20px;
}

.getintouch1__info-icon--orange {
  background-color: var(--secondary);
}

.getintouch1__info-icon--green {
  background-color: var(--primary);
}

.getintouch1__info-text span {
  display: block;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--text2);
  margin-bottom: 4px;
}

.getintouch1__info-text a,
.getintouch1__info-text p {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
  margin: 0;
  transition: all 0.3s;
}

@media (max-width: 575px) {

  .getintouch1__info-text a,
  .getintouch1__info-text p {
    font-size: 16px;
  }
}

.getintouch1__info-text a:hover {
  color: var(--secondary);
}

.getintouch1__form-card {
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 30px;
}

@media only screen and (max-width: 991px) {
  .getintouch1__form-card {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .getintouch1__form-card {
    padding: 20px;
  }
}

.getintouch1__input-group label {
  display: block;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: var(--text2);
  margin-bottom: 12px;
}

.getintouch1__input-field {
  position: relative;
}

.getintouch1__input-field input,
.getintouch1__input-field textarea,
.getintouch1__input-field .nice-select {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 13px 16px 13px 18px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
  background-color: transparent;
  transition: all 0.3s;
}

.getintouch1__input-field input::placeholder,
.getintouch1__input-field textarea::placeholder,
.getintouch1__input-field .nice-select::placeholder {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
}

.getintouch1__input-field input:focus,
.getintouch1__input-field textarea:focus,
.getintouch1__input-field .nice-select:focus {
  border-color: var(--primary);
  outline: none;
}

.getintouch1__input-field textarea {
  height: 140px;
  resize: none;
}

.getintouch1__input-field .nice-select {
  height: auto;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.getintouch1__input-field .nice-select::after {
  right: 20px;
}

.getintouch1__input-field .nice-select .list {
  width: 100%;
}

.getintouch1__input-field .icon {
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 16px;
  color: var(--black2);
  pointer-events: none;
}

.getintouch1__input-field textarea+.icon {
  top: 18px;
}

.getintouch1 .theme-btn {
  margin-top: 10px;
  background: var(--secondary);
}

.getintouch1 .theme-btn .text {
  color: var(--white);
}

.getintouch1 .theme-btn .icon {
  background-color: var(--white);
  color: var(--secondary);
}

.getintouch1 .theme-btn .icon svg path {
  fill: var(--secondary);
}

.getintouch1 .theme-btn:hover .icon {
  background-color: var(--white);
  color: var(--primary);
}

.getintouch1 .theme-btn:hover .icon svg path {
  fill: var(--secondary);
}

/*# sourceMappingURL=eduflow-core.css.map */