/*! 
Template Name: Eduflow - Education HTML Template
Template Url: https://wpr-eduflow-html.netlify.app/
Author  : wprealizer
Author URI: https://themeforest.net/user/wprealizer
Developer: Sakebul Islam
Description: Eduflow is a modern, comprehensive HTML5 template designed for educational platforms, e-learning websites, and online course marketplaces.
Version: 1.0
Text Domain: EduFlow
Tags: education, e-learning, lms, course, academy, school, university, coaching, instructor, tutor, learning, online course, student, training, responsive, bootstrap, modern, clean, minimal, education theme, courses, lessons, quiz, teacher, study, class, portal, eduflow, sakibul islam
*/
/************ SCSS INDEXING *******************
/* 
/* 1. UTILITIES   - @import "utils"
/*    1.1 Variables scss
/*    1.2 Mixin scss
/*    1.3 Typography scss
/*    1.4 Animation scss
/*    1.5 Global scss
/*    1.6 Theme scss
/* 
/* 2. COMPONENTS  - @import "components"
/*    2.1 Preloader scss
/*    2.2 Scroll scss
/*    2.3 Button scss
/*    2.4 Menu scss
/*    2.5 Modal scss
/*    2.6 Section-top scss
/*    2.7 Header scss
/*    2.8 Header-top scss
/*    2.9 Cursor scss
/*    2.10 Breadcrumb scss
/*    2.11 Blog Sidebar scss
/*    2.12 Blog Details scss
/*    2.13 Course-filter scss
/*    2.14 Course-sidebar scss
/*    2.15 Hero scss
/*    2.16 About scss
/*    2.17 Category scss
/*    2.18 Courses scss
/*    2.19 Choose-us scss
/*    2.20 Instructors scss
/*    2.21 Testimonial scss
/*    2.22 Brands scss
/*    2.23 Acheved scss
/*    2.24 Blog scss
/*    2.25 Faq scss
/*    2.26 Footer scss
/*    2.27 Program scss
/*    2.28 Gallery scss
/*    2.29 Process scss
/*    2.30 Cta scss
/*    2.31 Compare scss
/*    2.32 Instructor-details scss
/*    2.33 Event-details scss
/*    2.34 Shop scss
/*    2.35 Shop-details scss
/*    2.36 Cart scss
/*    2.37 Billing scss
/*    2.38 Mentor scss
/*    2.39 Profile scss
/*    2.40 Login scss
/*    2.41 Signup scss
/*    2.42 Error scss
/*    2.43 Chefs scss
/*    2.44 Pricing scss
/* 
/* 3. PAGES       - @import "pages"
/*    3.1 Home1 scss
/*    3.2 Home2 scss
/*    3.3 Home3 scss
/*    3.4 Home4 scss
/*    3.5 Home5 scss
/*    3.6 Contact scss
/*    3.7 Course-details scss
/* 
**********************************************/
/*--------------------------------------------------------------
>>> UTILITIES INDEX
----------------------------------------------------------------
1. Variables scss
2. Mixin scss
3. Typography scss
4. Animation scss
5. Global scss
6. Theme scss
--------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

  Theme Name: Eduflow - Education HTML Template
  Author: wprealizer 
  Developer: Sakebul 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 */
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");
:root {
  --primary: #1a453b;
  --secondary: #d87827;
  --border: #1a453b24;
  --border2: #ffffff24;
  --bg: rgba(248, 245, 242, 1);
  --bg2: #f8f5f2;
  --yellow: #ffdc30;
  --purple: #971f97;
  --orange: #d87827;
  --light-orange: #f5824a;
  --indigo: #9965e9;
  --red: #ff383c;
  --blue: #7a4eff;
  --blue-rgb: 122, 78, 255;
  --green: #07875a;
  --tan: #c08552;
  --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;
  --font_instrument: "Instrument Serif", serif;
  --font_forum: "Forum", 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: 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);
  }
}
@keyframes hero-thumb-sm-2-anim {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px);
  }
}
@keyframes hero-shape-float-left {
  0% {
    transform: translateY(-50%) translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translateY(-50%) translate(10px, -15px) rotate(3deg);
  }
  66% {
    transform: translateY(-50%) translate(-5px, -10px) rotate(-3deg);
  }
  100% {
    transform: translateY(-50%) translate(0, 0) rotate(0deg);
  }
}
@keyframes hero-shape-float-right {
  0% {
    transform: translateY(-50%) translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translateY(-50%) translate(-15px, -20px) rotate(-5deg);
  }
  66% {
    transform: translateY(-50%) translate(5px, -10px) rotate(5deg);
  }
  100% {
    transform: translateY(-50%) translate(0, 0) rotate(0deg);
  }
}
@keyframes hero-shape-float {
  0% {
    transform: translateY(-50%) translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translateY(-50%) translate(5px, -10px) rotate(2deg);
  }
  66% {
    transform: translateY(-50%) translate(-5px, -15px) rotate(-2deg);
  }
  100% {
    transform: translateY(-50%) translate(0, 0) rotate(0deg);
  }
}
/*----------------------------------------*/
/* global css */
/*----------------------------------------*/
.container-xl {
  max-width: 1550px;
}

.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;
  }
}

.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;
  }
}

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

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

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

.section-margin-top {
  margin-top: 130px;
}
@media only screen and (max-width: 1919px) {
  .section-margin-top {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-margin-top {
    margin-top: 80px;
  }
}

.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;
}

.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 {
  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;
}

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

.gap-18 {
  gap: 18px !important;
}
@media only screen and (max-width: 1199px) {
  .gap-18 {
    gap: 12px !important;
  }
}
@media only screen and (max-width: 767px) {
  .gap-18 {
    gap: 8px !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;
}

.px-xl-41 {
  padding-inline-start: 41px !important;
  padding-inline-end: 41px !important;
}
@media only screen and (max-width: 1399px) {
  .px-xl-41 {
    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-green {
  background-color: var(--primary) !important;
}

.bg-purple {
  background-color: var(--purple) !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;
}
@media only screen and (max-width: 1199px) {
  .g-35 {
    --bs-gutter-x: 24px !important;
    --bs-gutter-y: 24px !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-30 {
  --bs-gutter-x: 30px !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-20 {
  --bs-gutter-y: 20px !important;
}

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

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

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

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

.bg-img {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* 
=========================================
MODERN MATERIAL SYMBOLS (Updated)
========================================= 
*/
/* This targets the official Google classes you are using */
.material-symbols-outlined,
.material-symbols-rounded,
.material-symbols-sharp {
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  /* Setting up default Variables */
  --fill: 0;
  --wght: 400;
  --size: 24px;
  font-size: var(--size);
  font-variation-settings: "FILL" var(--fill), "wght" var(--wght), "GRAD" 0, "opsz" 24;
}

/* Modifiers - Add these classes to your <span> to change look */
.filled {
  --fill: 1 !important;
}

.black {
  --wght: 900 !important;
}

.extrabold {
  --wght: 800 !important;
}

.bold {
  --wght: 700 !important;
}

.semibold {
  --wght: 600 !important;
}

.medium {
  --wght: 500 !important;
}

.normal {
  --wght: 400 !important;
}

.light {
  --wght: 300 !important;
}

.extralight {
  --wght: 200 !important;
}

.thin {
  --wght: 100 !important;
}

/* Size Modifiers */
.size-14 {
  --size: 14px;
}

.size-15 {
  --size: 15px;
}

.size-16 {
  --size: 16px;
}

.size-17 {
  --size: 17px;
}

.size-18 {
  --size: 18px;
}

.size-19 {
  --size: 19px;
}

.size-20 {
  --size: 20px;
}

.size-21 {
  --size: 21px;
}

.size-22 {
  --size: 22px;
}

.size-23 {
  --size: 23px;
}

.size-24 {
  --size: 24px;
}

.size-25 {
  --size: 25px;
}

/* 
=========================================
OLD MATERIAL ICONS (Static)
========================================= 
*/
.material-icons,
.material-icons-outlined,
.material-icons-round,
.material-icons-sharp,
.material-icons-two-tone {
  font-size: 24px; /* Change size directly or use below class */
  display: inline-block;
  line-height: 1;
}

/* Modifier for Old Icons size */
.old-lg {
  font-size: 48px;
}

.comon-modal-content {
  background-color: transparent;
  border: none;
}
.comon-modal-content .modal-header {
  padding: 0;
  border: none;
}
.comon-modal-content .modal-header button {
  border: none;
  background-color: var(--white);
  opacity: 1;
  border-radius: 0;
  margin: 0;
  margin-left: auto;
  color: var(--white);
  margin-bottom: 5px;
  background: none;
}
.comon-modal-content .modal-body {
  padding: 0;
  background-color: transparent;
}
.comon-modal-content .modal-body * {
  background-color: transparent;
}

.title-animation,
.title-animation-lg {
  overflow: hidden;
}

.split-char-sd {
  will-change: transform, opacity, filter;
}

/*----------------------------------------*/
/* 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);
}
.body-wrapper:has(.error-page.v2) {
  background-color: var(--bg2);
}
.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;
}

/*--------------------------------------------------------------
>>> COMPONENTS INDEX
----------------------------------------------------------------
1. Preloader scss
2. Scroll scss
3. Button scss
4. Menu scss
5. Modal scss
6. Section-top scss
7. Header scss
8. Header-top scss
9. Cursor scss
10. Breadcrumb scss
11. Blog Sidebar scss
12. Blog Details scss
13. Course-filter scss
14. Course-sidebar scss
15. Hero scss
16. About scss
17. Category scss
18. Courses scss
19. Choose-us scss
20. Instructors scss
21. Testimonial scss
22. Brands scss
23. Acheved scss
24. Blog scss
25. Faq scss
26. Footer scss
27. Program scss
28. Gallery scss
29. Process scss
30. Cta scss
31. Compare scss
32. Instructor-details scss
33. Event-details scss
34. Shop scss
35. Shop-details scss
36. Cart scss
37. Billing scss
38. Mentor scss
39. Profile scss
40. Login scss
41. Signup scss
42. Error scss
43. Chefs scss
44. Pricing scss
--------------------------------------------------------------*/
/*----------------------------------------*/
/* Preloader                              */
/*----------------------------------------*/
.preloader-modern {
  background-color: var(--white);
  height: 100vh;
  width: 100vw;
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  transform: none !important;
}
.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: 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: transparent;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
.theme-btn:hover {
  border: 1px solid transparent;
}
.theme-btn:hover::before {
  top: 0;
  background: var(--secondary);
  border-color: var(--secondary);
}
.theme-btn:hover .text {
  color: var(--white);
}
.theme-btn:hover .icon {
  background: 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: var(--secondary);
  color: var(--white);
  border-radius: 4px;
  font-size: 16px;
  transition: background 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: var(--primary);
  border-color: var(--primary);
}
.theme-btn--dark .text {
  color: var(--white);
}
.theme-btn--dark::before {
  background: 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);
  background: var(--secondary);
}
.theme-btn.button-bg-white:hover .text {
  color: var(--white);
}
.theme-btn.button-bg-white:hover:before {
  background: var(--secondary);
}
.theme-btn.button-bg-white:hover .icon {
  background: var(--white);
  color: var(--secondary);
}
.theme-btn.button-bg-white:hover .icon svg path {
  fill: var(--primary);
}
.theme-btn.button-bg-whitev2 {
  width: fit-content;
  background: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.theme-btn.button-bg-whitev2 .text {
  color: var(--primary);
}
.theme-btn.button-bg-whitev2 .icon {
  background: var(--primary);
  color: var(--white);
}
.theme-btn.button-bg-whitev2 .icon svg path {
  fill: var(--white);
}
.theme-btn.button-bg-whitev2:hover {
  transform: translateY(-3px);
  opacity: 0.9;
  border: 1px solid var(--border2);
  background: var(--secondary);
}
.theme-btn.button-bg-whitev2:hover .text {
  color: var(--white);
}
.theme-btn.button-bg-whitev2:hover:before {
  background: var(--secondary);
}
.theme-btn.button-bg-whitev2:hover .icon {
  background: var(--white);
  color: var(--secondary);
}
.theme-btn.button-bg-whitev2:hover .icon svg path {
  fill: var(--primary);
}
.theme-btn.button-bg-secondary {
  width: fit-content;
  background: var(--secondary);
  border: 1px solid transparent;
}
.theme-btn.button-bg-secondary .text {
  color: var(--white);
}
.theme-btn.button-bg-secondary .icon {
  background: var(--white);
  color: var(--secondary);
}
.theme-btn.button-bg-secondary .icon svg path {
  fill: var(--primary);
}
.theme-btn.button-bg-secondary:hover {
  transform: translateY(-3px);
  opacity: 0.9;
  border: 1px solid var(--white);
  background: var(--white);
}
.theme-btn.button-bg-secondary:hover .text {
  color: var(--primary);
}
.theme-btn.button-bg-secondary:hover:before {
  background: var(--white);
}
.theme-btn.button-bg-secondary:hover .icon {
  background: var(--secondary);
  color: var(--white);
}
.theme-btn.button-bg-secondary: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(--secondary) !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-square {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background: var(--white);
  user-select: none;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 575px) {
  .button-square {
    width: 35px;
    height: 35px;
  }
}
.button-square i,
.button-square svg,
.button-square span {
  font-size: 22px;
  display: inline-block;
}
.button-square:hover {
  border-color: var(--blue);
  color: var(--white);
  background: var(--blue);
}
.button-square:hover span {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.button-square span {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: none;
}
.button-square span::after {
  position: absolute;
  font-family: "Material Symbols Sharp";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-square.upward-left span::after {
  content: "arrow_insert";
  left: 100%;
  top: 100%;
}
.button-square.upward-left:hover span {
  transform: translate(-100%, -100%);
}
.button-square.upward-right span::after, .button-square:not(.upward-left):not(.upward-right) span::after {
  content: "arrow_outward";
  left: -100%;
  top: 100%;
}
.button-square.upward-right:hover span, .button-square:not(.upward-left):not(.upward-right):hover span {
  transform: translate(100%, -100%);
}

.btn-two {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: max-content;
  gap: 20px;
  border-radius: 6px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background: transparent;
  padding-inline: 20px 4px;
  padding-block: 4px;
  transition: all 0.5s ease;
  z-index: 2;
  overflow: hidden;
}
@media (max-width: 575px) {
  .btn-two {
    padding-inline: 15px 4px;
  }
}
.btn-two::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background-color: var(--blue);
  transition: all 0.5s ease;
  z-index: -1;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.btn-two .btn-text {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.btn-two .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid var(--blue);
  color: var(--white);
  background: var(--blue);
  user-select: none;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 575px) {
  .btn-two .btn-icon {
    width: 35px;
    height: 35px;
  }
}
.btn-two .btn-icon i,
.btn-two .btn-icon svg,
.btn-two .btn-icon span {
  font-size: 22px;
  display: inline-block;
}
.btn-two .btn-icon span {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: none;
}
.btn-two .btn-icon span::after {
  position: absolute;
  font-family: "Material Symbols Sharp";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "arrow_outward";
  left: -100%;
  top: 100%;
}
.btn-two:hover {
  transition-delay: 0.35s;
  border-color: var(--blue);
}
.btn-two:hover::after {
  height: 100%;
  opacity: 1;
}
.btn-two:hover .btn-text {
  color: var(--white);
}
.btn-two:hover .btn-icon {
  border-color: rgba(255, 255, 255, 0.14);
  background-color: var(--white);
  color: var(--blue);
}
.btn-two:hover .btn-icon span {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(100%, -100%);
}
.btn-two.v2 {
  border-color: rgba(255, 255, 255, 0.14);
}
.btn-two.v2::after {
  background-color: var(--white);
}
.btn-two.v2 .btn-text {
  color: var(--white);
}
.btn-two.v2 .btn-icon {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--blue);
}
.btn-two.v2:hover .btn-text {
  color: var(--blue);
}
.btn-two.v2:hover .btn-icon {
  background-color: var(--blue);
  color: var(--white);
}
.btn-two.v3 {
  border-color: rgba(255, 255, 255, 0.14);
}
.btn-two.v3::after {
  height: 100%;
  opacity: 1;
  background-color: var(--white);
}
.btn-two.v3 .btn-text {
  color: var(--blue);
}
.btn-two.v3:hover .btn-text {
  color: var(--white);
}
.btn-two.v3:hover::after {
  height: 0;
  opacity: 0;
}
.btn-two.v4 {
  border: 1px solid var(--blue);
}
.btn-two.v4::after {
  height: 100%;
  opacity: 1;
  background-color: var(--blue);
}
.btn-two.v4 .btn-text {
  color: var(--white);
}
.btn-two.v4 .btn-icon {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--blue);
}
.btn-two.v4:hover {
  border-color: rgba(122, 28, 255, 0.14);
}
.btn-two.v4:hover .btn-text {
  color: var(--blue);
}
.btn-two.v4:hover .btn-icon {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}
.btn-two.v4:hover::after {
  height: 0;
  opacity: 0;
}
.btn-two.v5 {
  border-color: var(--white);
}
.btn-two.v5::after {
  height: 100%;
  opacity: 1;
  background-color: var(--white);
}
.btn-two.v5 .btn-text {
  color: var(--black3);
}
.btn-two.v5:hover {
  border-color: var(--white);
}
.btn-two.v5:hover .btn-text {
  color: var(--black3);
}
.btn-two.v5:hover::after {
  height: 0;
  opacity: 0;
}
.btn-two.v6 {
  border-color: var(--white);
}
.btn-two.v6::after {
  height: 100%;
  opacity: 1;
  background-color: var(--white);
}
.btn-two.v6 .btn-text {
  color: var(--black3);
}
.btn-two.v6:hover {
  border-color: var(--white);
}
.btn-two.v6:hover .btn-text {
  color: var(--white);
}
.btn-two.v6:hover::after {
  height: 0;
  opacity: 0;
}
.btn-two.v7 {
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.btn-two.v7 .btn-icon {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--blue);
}
.btn-two.v8 {
  border: 1px solid var(--primary);
}
.btn-two.v8::after {
  height: 100%;
  opacity: 1;
  background-color: var(--primary);
}
.btn-two.v8 .btn-text {
  color: var(--white);
}
.btn-two.v8 .btn-icon {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--secondary);
}
.btn-two.v8:hover {
  border-color: rgba(122, 28, 255, 0.14);
}
.btn-two.v8:hover .btn-text {
  color: var(--primary);
}
.btn-two.v8:hover .btn-icon {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}
.btn-two.v8:hover::after {
  height: 0;
  opacity: 0;
}
.btn-two.v9 {
  border: 1px solid var(--primary);
  background-color: var(--secondary);
}
.btn-two.v9::after {
  height: 100%;
  opacity: 1;
  background-color: var(--white);
}
.btn-two.v9 .btn-text {
  color: var(--primary);
}
.btn-two.v9 .btn-icon {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
}
.btn-two.v9:hover {
  border-color: var(--secondary);
}
.btn-two.v9:hover .btn-text {
  color: var(--white);
}
.btn-two.v9:hover .btn-icon {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}
.btn-two.v9:hover::after {
  height: 0;
  opacity: 0;
}
.btn-two.v10 {
  border: 1px solid var(--secondary);
}
.btn-two.v10::after {
  height: 100%;
  opacity: 1;
  background-color: var(--secondary);
}
.btn-two.v10 .btn-text {
  color: var(--white);
}
.btn-two.v10 .btn-icon {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--secondary);
}
.btn-two.v10:hover {
  border-color: rgba(122, 28, 255, 0.14);
}
.btn-two.v10:hover .btn-text {
  color: var(--secondary);
}
.btn-two.v10:hover .btn-icon {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
}
.btn-two.v10:hover::after {
  height: 0;
  opacity: 0;
}
.btn-two.v11 {
  border-radius: 0;
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.btn-two.v11::after {
  background-color: var(--green);
}
.btn-two.v11 .btn-text {
  color: var(--green);
}
.btn-two.v11 .btn-icon {
  border-radius: 0;
  border-color: var(--green);
  background-color: var(--green);
}
.btn-two.v11:hover {
  border-color: var(--green);
}
.btn-two.v11:hover .btn-text {
  color: var(--white);
}
.btn-two.v11:hover .btn-icon {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--green);
}
.btn-two.v12 {
  border-radius: 0;
  border: 1px solid var(--green);
}
.btn-two.v12::after {
  height: 100%;
  opacity: 1;
  background-color: var(--green);
}
.btn-two.v12 .btn-text {
  color: var(--white);
}
.btn-two.v12 .btn-icon {
  border-radius: 0;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--green);
}
.btn-two.v12:hover {
  border-color: rgba(26, 69, 59, 0.14);
}
.btn-two.v12:hover::after {
  height: 0;
  opacity: 0;
}
.btn-two.v12:hover .btn-text {
  color: var(--green);
}
.btn-two.v12:hover .btn-icon {
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}
.btn-two.v13 {
  border-radius: 0;
  border: 1px solid var(--yellow);
}
.btn-two.v13::after {
  height: 100%;
  opacity: 1;
  background-color: var(--yellow);
}
.btn-two.v13 .btn-text {
  color: var(--green);
}
.btn-two.v13 .btn-icon {
  border-radius: 0;
  border-color: var(--green);
  background-color: var(--green);
  color: var(--white);
}
.btn-two.v13:hover {
  border-color: var(--yellow);
}
.btn-two.v13:hover::after {
  height: 0;
  opacity: 0;
}
.btn-two.v13:hover .btn-text {
  color: var(--white);
}
.btn-two.v13:hover .btn-icon {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--green);
}
.btn-two.v14 {
  border-radius: 0;
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.btn-two.v14::after {
  background-color: var(--light-orange);
}
.btn-two.v14 .btn-text {
  color: var(--light-orange);
}
.btn-two.v14 .btn-icon {
  border-radius: 0;
  border-color: var(--light-orange);
  background-color: var(--light-orange);
}
.btn-two.v14:hover {
  border-color: var(--light-orange);
}
.btn-two.v14:hover .btn-text {
  color: var(--white);
}
.btn-two.v14:hover .btn-icon {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--light-orange);
}
.btn-two.v15 {
  border-radius: 0;
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.btn-two.v15::after {
  background-color: var(--light-orange);
}
.btn-two.v15 .btn-text {
  color: var(--primary);
}
.btn-two.v15 .btn-icon {
  border-radius: 0;
  border-color: var(--light-orange);
  background-color: var(--light-orange);
}
.btn-two.v15:hover {
  border-color: var(--light-orange);
}
.btn-two.v15:hover .btn-text {
  color: var(--white);
}
.btn-two.v15:hover .btn-icon {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--light-orange);
}
.btn-two.v16 {
  border-radius: 0;
  border: 1px solid var(--light-orange);
}
.btn-two.v16::after {
  height: 100%;
  opacity: 1;
  background-color: var(--light-orange);
}
.btn-two.v16 .btn-text {
  color: var(--white);
}
.btn-two.v16 .btn-icon {
  border-radius: 0;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--light-orange);
}
.btn-two.v16:hover {
  border-color: rgba(26, 69, 59, 0.14);
}
.btn-two.v16:hover::after {
  height: 0;
  opacity: 0;
}
.btn-two.v16:hover .btn-text {
  color: var(--light-orange);
}
.btn-two.v16:hover .btn-icon {
  border-color: var(--light-orange);
  background-color: var(--light-orange);
  color: var(--white);
}
.btn-two.v17 {
  border: 1px solid var(--border);
  background-color: transparent;
}
.btn-two.v17 .btn-text {
  color: var(--primary);
}
.btn-two.v17 .btn-icon {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: var(--white);
}
.btn-two.v17:hover {
  border-color: var(--secondary);
}
.btn-two.v17:hover::after {
  height: 100%;
  opacity: 1;
  background-color: var(--secondary);
}
.btn-two.v17:hover .btn-text {
  color: var(--white);
}
.btn-two.v17:hover .btn-icon {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
}
.btn-two.v18 {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.btn-two.v18::after {
  background-color: var(--tan);
}
.btn-two.v18 .btn-text {
  color: var(--white);
}
.btn-two.v18 .btn-icon {
  border-radius: 100%;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--tan);
}
.btn-two.v18:hover {
  border-color: rgba(255, 255, 255, 0.14);
}
.btn-two.v18:hover .btn-text {
  color: var(--white);
}
.btn-two.v18:hover .btn-icon {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--tan);
}
.btn-two.v19 {
  border: 1px solid var(--tan);
  border-radius: 100px;
}
.btn-two.v19::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: var(--tan);
  transform-origin: left;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-two.v19 .btn-text {
  color: var(--white);
}
.btn-two.v19 .btn-icon {
  border-radius: 100%;
  border-color: var(--white);
  background-color: var(--white);
  color: var(--tan);
}
.btn-two.v19:hover {
  border-color: rgba(192, 133, 82, 0.14);
}
.btn-two.v19:hover .btn-text {
  color: var(--tan);
}
.btn-two.v19:hover .btn-icon {
  border-color: var(--tan);
  background-color: var(--tan);
  color: var(--white);
}
.btn-two.v19:hover::after {
  width: 0;
  height: 100%;
  opacity: 0;
}
.btn-two.v20 {
  border-radius: 100px;
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.btn-two.v20::after {
  background-color: var(--tan);
}
.btn-two.v20 .btn-text {
  color: var(--primary);
}
.btn-two.v20 .btn-icon {
  border-radius: 100%;
  border-color: var(--tan);
  background-color: var(--tan);
  color: var(--white);
}
.btn-two.v20:hover {
  border-color: var(--tan);
}
.btn-two.v20:hover .btn-text {
  color: var(--white);
}
.btn-two.v20:hover .btn-icon {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--tan);
}
.btn-two.v21 {
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 100px;
}
.btn-two.v21::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: var(--white);
  transform-origin: left;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.btn-two.v21 .btn-text {
  color: var(--tan);
}
.btn-two.v21 .btn-icon {
  border-radius: 100%;
  border-color: var(--tan);
  background-color: var(--tan);
  color: var(--white);
}
.btn-two.v21:hover {
  border-color: rgba(255, 255, 255, 0.14);
}
.btn-two.v21:hover .btn-text {
  color: var(--white);
}
.btn-two.v21:hover .btn-icon {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--tan);
}
.btn-two.v21:hover::after {
  width: 0;
  height: 100%;
  opacity: 0;
}

.btn-three {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: max-content;
  height: max-content;
  gap: 4px;
  background: transparent;
  transition: all 0.5s ease;
  z-index: 2;
  overflow: hidden;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 2px;
}
.btn-three .btn-text {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.btn-three .btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  color: var(--primary);
  user-select: none;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
  cursor: pointer;
  overflow: hidden;
}
.btn-three .btn-icon i,
.btn-three .btn-icon svg,
.btn-three .btn-icon span {
  font-size: 16px;
  display: inline-block;
}
.btn-three .btn-icon span {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: none;
}
.btn-three .btn-icon span::after {
  position: absolute;
  font-family: "Material Symbols Sharp";
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "arrow_outward";
  left: -100%;
  top: 100%;
}
.btn-three:hover .btn-text {
  color: var(--primary);
}
.btn-three:hover .btn-icon {
  color: var(--primary);
}
.btn-three:hover .btn-icon span {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(100%, -100%);
}

/*----------------------------------------*/
/* 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: calc(100% + 5px);
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul::before,
.main-menu > ul > li:hover > .mega-menu-home.dp-menu li:hover > ul::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 100%;
  top: 0px;
  z-index: 0;
  isolation: isolate;
  left: -10px;
  right: 0;
}
.main-menu li {
  position: relative;
  list-style-type: none;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--white);
  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: 270px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  top: -10px;
  z-index: 0;
  isolation: isolate;
  left: 0;
  right: 0;
}
.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: 4px;
  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-x: clip;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
  padding: 10px;
}
.main-menu .mega-menu-home::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  top: -10px;
  z-index: 0;
  isolation: isolate;
  left: 0;
  right: 0;
}
@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;
  min-width: 190px;
}
.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: 1199px) {
  .section-top {
    margin-bottom: 40px;
  }
}
.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;
  }
}
.section-top__title span {
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 400;
  color: var(--secondary);
  letter-spacing: -4%;
}

.section-header .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  background-color: transparent;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  border-radius: 140px;
  padding: 3px 11.5px;
  margin-bottom: 8px;
  color: var(--black3);
}
.section-header .sub-title i,
.section-header .sub-title svg,
.section-header .sub-title span {
  color: var(--blue);
}
.section-header .title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -1.44px;
  color: var(--black3);
  margin: 0;
}
@media only screen and (max-width: 1919px) {
  .section-header .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-header .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-header .title {
    font-size: 32px;
  }
}
.section-header .title span {
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 400;
  color: var(--blue);
  letter-spacing: -1.44px;
}
.section-header.v2 .title {
  font-family: var(--font_instrument);
}
.section-header.v2 p {
  margin-top: 25px;
}
.section-header.v3 .sub-title i,
.section-header.v3 .sub-title svg,
.section-header.v3 .sub-title span {
  color: var(--secondary);
}
.section-header.v3 .title {
  color: var(--primary);
}
.section-header.v3 .title span {
  color: var(--secondary);
}
.section-header.v3 p {
  margin-top: 25px;
}

.section-header-eight .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  background-color: transparent;
  margin-bottom: 18px;
  color: var(--green);
}
@media only screen and (max-width: 1199px) {
  .section-header-eight .sub-title {
    margin-bottom: 12px;
  }
}
.section-header-eight .sub-title i,
.section-header-eight .sub-title svg,
.section-header-eight .sub-title span {
  color: inherit;
}
.section-header-eight .title {
  font-family: var(--font_instrument);
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: normal;
  color: var(--primary);
  margin: 0;
}
@media only screen and (max-width: 1919px) {
  .section-header-eight .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-header-eight .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-header-eight .title {
    font-size: 32px;
  }
}

.section-header-nine .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  background-color: transparent;
  margin-bottom: 13px;
  color: var(--primary);
  border-radius: 140px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  padding: 6px 12px;
}
@media only screen and (max-width: 1199px) {
  .section-header-nine .sub-title {
    margin-bottom: 10px;
  }
}
.section-header-nine .sub-title i,
.section-header-nine .sub-title svg,
.section-header-nine .sub-title span {
  color: var(--light-orange);
  font-size: inherit;
}
.section-header-nine .title {
  font-family: var(--font_forum);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: -0.96px;
  color: var(--primary);
  margin: 0;
}
@media only screen and (max-width: 1919px) {
  .section-header-nine .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-header-nine .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-header-nine .title {
    font-size: 32px;
  }
}
.section-header-nine .title span {
  color: var(--light-orange);
}

.section-header-ten .sub-title {
  display: inline-flex;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  background-color: transparent;
  margin-bottom: 10px;
  color: var(--primary);
  border-radius: 4px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  padding: 7px 10px;
  backdrop-filter: blur(3px);
}
@media only screen and (max-width: 1199px) {
  .section-header-ten .sub-title {
    margin-bottom: 8px;
  }
}
.section-header-ten .title {
  font-family: var(--font_forum);
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.96px;
  color: var(--primary);
  margin: 0;
}
@media only screen and (max-width: 1919px) {
  .section-header-ten .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-header-ten .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-header-ten .title {
    font-size: 32px;
  }
}
.section-header-ten.v2 .sub-title {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--white);
}
.section-header-ten.v2 .title {
  color: var(--white);
}

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

.row-margin-top {
  margin-top: 62px;
}
@media only screen and (max-width: 1199px) {
  .row-margin-top {
    margin-top: 40px;
  }
}

.row-margin-bottom {
  margin-bottom: 62px;
}
@media only screen and (max-width: 1199px) {
  .row-margin-bottom {
    margin-bottom: 40px;
  }
}

.row-padding {
  padding-top: 62px;
  padding-bottom: 62px;
}
@media only screen and (max-width: 1199px) {
  .row-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.row-padding-top {
  padding-top: 62px;
}
@media only screen and (max-width: 1199px) {
  .row-padding-top {
    padding-top: 40px;
  }
}

.row-padding-bottom {
  padding-bottom: 62px;
}
@media only screen and (max-width: 1199px) {
  .row-padding-bottom {
    padding-bottom: 40px;
  }
}

/* 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-area-1-inner .left {
  gap: 100px;
}
.header-area-1.border-bottom {
  border-bottom: 1px solid var(--border);
}
.header-area-1.border-bottom .main-menu > ul {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style-type: none;
}
.header-area-1.border-bottom .side-toggle {
  margin-left: 24px;
}
.header-area-1.header-inner {
  position: fixed;
  background: var(--white);
  transition: all 0.5s;
}
.header-area-1.header-inner .header-main {
  transition: all 0.5s;
}
.header-area-1.header-inner:has(.transformed) {
  transform: translateY(-150%);
}
.header-area-1.header-inner:has(.transformed) .transformed {
  transform: translateY(0%);
}
.header-area-1.header-inner:has(.sticky-header) {
  transform: translateY(0%);
}
.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;
}
@media only screen and (max-width: 1399px) {
  .header-area-1-inner .left {
    gap: 50px;
  }
}
.header-area-1-inner .header-search {
  width: 300px;
  background: #f8f5f2;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 5px 5px 5px 6px;
  transition: all 0.3s ease;
  max-width: 209px;
}
@media only screen and (max-width: 1919px) {
  .header-area-1-inner .header-search {
    width: 200px;
  }
}
.header-area-1-inner .header-search:focus-within {
  border-color: var(--secondary);
  background: var(--white);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.header-area-1-inner .header-search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-area-1-inner .header-search form input {
  border: none;
  background: transparent;
  width: 100%;
  padding: 0 15px;
  font-size: 14px;
  color: var(--black);
  outline: none;
}
.header-area-1-inner .header-search form input::placeholder {
  color: #999;
}
.header-area-1-inner .header-search form button {
  background: var(--secondary);
  color: var(--white);
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.header-area-1-inner .header-search form button:hover {
  background: var(--primary);
  transform: scale(1.05);
}
.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);
  margin-left: 95px;
}
.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-family: var(--font_mona);
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1;
}
.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:before {
  background: var(--border2);
}
.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__cart-badge--bg-yellow {
  background: var(--yellow);
  color: var(--primary);
}
.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: var(--white);
}

.header-six-style {
  top: 20px;
}
.header-six-style .sticky-header {
  background-color: var(--white);
}
.header-six-style-inner {
  background-color: var(--white);
  padding: 10px 20px;
  border-radius: 10px;
  height: 80px;
}
.header-six-style .main-menu > ul > li > a {
  color: var(--black3);
  padding: 32px 0px;
}
.header-six-style .main-menu > ul > li > a:hover {
  color: var(--blue);
}
.header-six-style .main-menu > ul > li:hover > a {
  color: var(--blue);
}
.header-six-style .main-menu .mega-menu-home {
  top: calc(100% + 3px);
}
.header-six-style .main-menu ul.dp-menu {
  top: calc(100% + 3px);
}
.header-six-style .header-right__cart-badge {
  background-color: var(--blue);
}

.header-seven-style.header-inner .header-main:not(.sticky-header) {
  background-color: var(--white);
}
.header-seven-style .header-main:has(.transformed) {
  transform: translateY(-150%);
}
.header-seven-style .header-main:has(.transformed) .transformed {
  transform: translateY(0%);
}
.header-seven-style .header-main:has(.sticky-header) {
  transform: translateY(0%);
}
.header-seven-style .header-top {
  background-color: var(--yellow);
}
.header-seven-style .header-top__left-item a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--black3);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  transition: all 0.5s ease;
}
.header-seven-style .header-top__left-item a span,
.header-seven-style .header-top__left-item a i,
.header-seven-style .header-top__left-item a svg {
  font-size: 14px;
}
.header-seven-style .header-top__left-item a:hover {
  color: var(--white);
}
.header-seven-style .header-top__offer {
  color: var(--black3);
}
.header-seven-style .header-top__offer span {
  color: var(--blue);
}
.header-seven-style .header-top__right .language::before {
  background-color: rgba(26, 69, 59, 0.14);
}
.header-seven-style .header-top__right .language__current {
  color: var(--black3);
}
.header-seven-style .header-top__right .language__current i,
.header-seven-style .header-top__right .language__current span {
  font-size: 14px;
}
.header-seven-style .header-top__arabic {
  color: var(--black3);
}
.header-seven-style .sticky-header {
  background-color: #ecf0c7;
}
.header-seven-style .main-menu > ul > li > a {
  color: var(--black3);
}
.header-seven-style .main-menu > ul > li > a:hover {
  color: var(--blue);
}
.header-seven-style .main-menu > ul > li:hover > a {
  color: var(--blue);
}
.header-seven-style .main-menu .mega-menu-home {
  top: calc(100% + 3px);
}
.header-seven-style .main-menu ul.dp-menu {
  top: calc(100% + 3px);
}
.header-seven-style .header-area-2-inner .header-right__cart, .header-seven-style .header-area-2-inner .header-right__user {
  color: var(--black3);
}
.header-seven-style .header-area-2-inner .header-right__cart i,
.header-seven-style .header-area-2-inner .header-right__cart svg, .header-seven-style .header-area-2-inner .header-right__user i,
.header-seven-style .header-area-2-inner .header-right__user svg {
  color: var(--black3);
}
.header-seven-style .header-area-2-inner .header-right__cart i path,
.header-seven-style .header-area-2-inner .header-right__cart svg path, .header-seven-style .header-area-2-inner .header-right__user i path,
.header-seven-style .header-area-2-inner .header-right__user svg path {
  fill: var(--black3);
}
.header-seven-style .header-area-2-inner .header-right__user {
  border-right: 1px solid rgba(26, 69, 59, 0.14);
}
.header-seven-style .header-right__cart-badge {
  background-color: var(--blue);
}

.header-eight-style.header-inner .header-main:not(.sticky-header) {
  background-color: var(--white);
}
.header-eight-style .header-main:has(.transformed) {
  transform: translateY(-150%);
}
.header-eight-style .header-main:has(.transformed) .transformed {
  transform: translateY(0%);
}
.header-eight-style .header-main:has(.sticky-header) {
  transform: translateY(0%);
}
.header-eight-style .header-top {
  background-color: var(--yellow);
}
.header-eight-style .header-top__left-item a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--black3);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  transition: all 0.5s ease;
}
.header-eight-style .header-top__left-item a span,
.header-eight-style .header-top__left-item a i,
.header-eight-style .header-top__left-item a svg {
  font-size: 14px;
}
.header-eight-style .header-top__left-item a:hover {
  color: var(--white);
}
.header-eight-style .header-top__offer {
  color: var(--black3);
}
.header-eight-style .header-top__offer span {
  color: var(--green);
}
.header-eight-style .header-top__right .language::before {
  background-color: rgba(26, 69, 59, 0.14);
}
.header-eight-style .header-top__right .language__current {
  color: var(--black3);
}
.header-eight-style .header-top__right .language__current i,
.header-eight-style .header-top__right .language__current span {
  font-size: 14px;
}
.header-eight-style .header-top__arabic {
  color: var(--black3);
}
.header-eight-style .sticky-header {
  background-color: #ffe97c;
}
.header-eight-style .main-menu > ul > li > a {
  color: var(--black3);
}
.header-eight-style .main-menu > ul > li > a:hover {
  color: var(--green);
}
.header-eight-style .main-menu > ul > li:hover > a {
  color: var(--green);
}
.header-eight-style .main-menu ul.dp-menu li:hover > a {
  color: var(--green);
}
.header-eight-style .main-menu .mega-menu-home {
  top: calc(100% + 3px);
}
.header-eight-style .main-menu ul.dp-menu {
  top: calc(100% + 3px);
}
.header-eight-style .header-area-2-inner .header-right__cart, .header-eight-style .header-area-2-inner .header-right__user {
  color: var(--black3);
}
.header-eight-style .header-area-2-inner .header-right__cart i,
.header-eight-style .header-area-2-inner .header-right__cart svg, .header-eight-style .header-area-2-inner .header-right__user i,
.header-eight-style .header-area-2-inner .header-right__user svg {
  color: var(--black3);
}
.header-eight-style .header-area-2-inner .header-right__cart i path,
.header-eight-style .header-area-2-inner .header-right__cart svg path, .header-eight-style .header-area-2-inner .header-right__user i path,
.header-eight-style .header-area-2-inner .header-right__user svg path {
  fill: var(--black3);
}
.header-eight-style .header-area-2-inner .header-right__user {
  border-right: 1px solid rgba(26, 69, 59, 0.14);
}
.header-eight-style .header-right__cart-badge {
  background-color: var(--green);
}

.header-nine-style.header-inner .header-main:not(.sticky-header) {
  background-color: var(--white);
}
.header-nine-style .header-main:has(.transformed) {
  transform: translateY(-150%);
}
.header-nine-style .header-main:has(.transformed) .transformed {
  transform: translateY(0%);
}
.header-nine-style .header-main:has(.sticky-header) {
  transform: translateY(0%);
}
.header-nine-style .header-top {
  background-color: var(--yellow);
}
.header-nine-style .header-top__left-item a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--black3);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  transition: all 0.5s ease;
}
.header-nine-style .header-top__left-item a span,
.header-nine-style .header-top__left-item a i,
.header-nine-style .header-top__left-item a svg {
  font-size: 14px;
}
.header-nine-style .header-top__left-item a:hover {
  color: var(--white);
}
.header-nine-style .header-top__offer {
  color: var(--black3);
}
.header-nine-style .header-top__offer span {
  color: var(--light-orange);
}
.header-nine-style .header-top__right .language::before {
  background-color: rgba(26, 69, 59, 0.14);
}
.header-nine-style .header-top__right .language__current {
  color: var(--black3);
}
.header-nine-style .header-top__right .language__current i,
.header-nine-style .header-top__right .language__current span {
  font-size: 14px;
}
.header-nine-style .header-top__arabic {
  color: var(--black3);
}
.header-nine-style .sticky-header {
  background-color: #ffe97c;
}
.header-nine-style .main-menu > ul > li > a {
  color: var(--primary);
}
.header-nine-style .main-menu > ul > li > a:hover {
  color: var(--light-orange);
}
.header-nine-style .main-menu > ul > li:hover > a {
  color: var(--light-orange);
}
.header-nine-style .main-menu ul.dp-menu li:hover > a {
  color: var(--light-orange);
}
.header-nine-style .main-menu .mega-menu-home {
  top: calc(100% + 3px);
}
.header-nine-style .main-menu ul.dp-menu {
  top: calc(100% + 3px);
}
.header-nine-style .header-area-2-inner .header-right__cart, .header-nine-style .header-area-2-inner .header-right__user {
  color: var(--black3);
}
.header-nine-style .header-area-2-inner .header-right__cart i,
.header-nine-style .header-area-2-inner .header-right__cart svg, .header-nine-style .header-area-2-inner .header-right__user i,
.header-nine-style .header-area-2-inner .header-right__user svg {
  color: var(--primary);
}
.header-nine-style .header-area-2-inner .header-right__cart i path,
.header-nine-style .header-area-2-inner .header-right__cart svg path, .header-nine-style .header-area-2-inner .header-right__user i path,
.header-nine-style .header-area-2-inner .header-right__user svg path {
  fill: currentColor;
}
.header-nine-style .header-area-2-inner .header-right__user {
  border-right: 1px solid rgba(26, 69, 59, 0.14);
}
.header-nine-style .header-right__cart-badge {
  background-color: var(--light-orange);
}

.header-ten-style.header-inner .header-main:not(.sticky-header) {
  background-color: var(--white);
}
.header-ten-style .header-main:has(.transformed) {
  transform: translateY(-150%);
}
.header-ten-style .header-main:has(.transformed) .transformed {
  transform: translateY(0%);
}
.header-ten-style .header-main:has(.sticky-header) {
  transform: translateY(0%);
}
.header-ten-style .header-top {
  background-color: var(--yellow);
}
.header-ten-style .header-top__left-item a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--black3);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  transition: all 0.5s ease;
}
.header-ten-style .header-top__left-item a span,
.header-ten-style .header-top__left-item a i,
.header-ten-style .header-top__left-item a svg {
  font-size: 14px;
}
.header-ten-style .header-top__left-item a:hover {
  color: var(--white);
}
.header-ten-style .header-top__offer {
  color: var(--black3);
}
.header-ten-style .header-top__offer span {
  color: var(--light-orange);
}
.header-ten-style .header-top__right .language::before {
  background-color: rgba(26, 69, 59, 0.14);
}
.header-ten-style .header-top__right .language__current {
  color: var(--black3);
}
.header-ten-style .header-top__right .language__current i,
.header-ten-style .header-top__right .language__current span {
  font-size: 14px;
}
.header-ten-style .header-top__arabic {
  color: var(--black3);
}
.header-ten-style .sticky-header {
  background-color: var(--green);
}
.header-ten-style .main-menu > ul > li > a {
  color: var(--white);
}
.header-ten-style .main-menu > ul > li > a:hover {
  color: var(--tan);
}
.header-ten-style .main-menu > ul > li:hover > a {
  color: var(--tan);
}
.header-ten-style .main-menu ul.dp-menu li:hover > a {
  color: var(--tan);
}
.header-ten-style .main-menu .mega-menu-home {
  top: calc(100% + 3px);
}
.header-ten-style .main-menu ul.dp-menu {
  top: calc(100% + 3px);
}
.header-ten-style .header-area-2-inner .header-right__cart, .header-ten-style .header-area-2-inner .header-right__user {
  color: var(--white);
}
.header-ten-style .header-area-2-inner .header-right__cart i,
.header-ten-style .header-area-2-inner .header-right__cart svg, .header-ten-style .header-area-2-inner .header-right__user i,
.header-ten-style .header-area-2-inner .header-right__user svg {
  color: var(--white);
}
.header-ten-style .header-area-2-inner .header-right__cart i path,
.header-ten-style .header-area-2-inner .header-right__cart svg path, .header-ten-style .header-area-2-inner .header-right__user i path,
.header-ten-style .header-area-2-inner .header-right__user svg path {
  fill: currentColor;
}
.header-ten-style .header-area-2-inner .header-right__user {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
.header-ten-style .header-right__cart-badge {
  background-color: var(--tan);
}

/* 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: #1A453B;
  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: 4.25px;
  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: 20px;
}
.header-top__right .language {
  position: relative;
}
.header-top__right .language:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: rgb(58, 95, 86);
  top: 50%;
  right: -10.5px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .header-top__right .language:before {
    display: none;
  }
}
.header-top__right .language__current {
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 4.25px;
  transition: color 0.3s ease;
  cursor: pointer;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
}
.header-top__right .language__current i {
  font-size: 14px;
}
.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: 330px 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;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
@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;
  }
}
.breadcrumb1__title.text-initial {
  text-transform: initial;
}
.breadcrumb1__text {
  max-width: 546px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-inline: auto;
  margin-top: 20px;
}
.breadcrumb1.v2 {
  padding: 270px 0 313px;
}
@media only screen and (max-width: 1919px) {
  .breadcrumb1.v2 {
    padding: 220px 0 265px;
  }
}
@media only screen and (max-width: 1399px) {
  .breadcrumb1.v2 {
    padding: 210px 0 235px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb1.v2 {
    padding: 210px 0 215px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb1.v2 {
    padding: 180px 0 215px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb1.v2 {
    padding: 100px 0 195px;
  }
}

.breadcrumb2 {
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
  padding: 225px 0 100px;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .breadcrumb2 {
    padding: 200px 0 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .breadcrumb2 {
    padding: 180px 0 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb2 {
    padding: 160px 0 80px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb2 {
    padding: 140px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb2 {
    padding: 120px 0 60px;
  }
}
.breadcrumb2__bg {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.breadcrumb2__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb2__content {
  position: relative;
  z-index: 9;
}
.breadcrumb2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 9px;
  margin-bottom: 145px;
  list-style-type: none;
}
@media only screen and (max-width: 991px) {
  .breadcrumb2__list {
    margin-bottom: 40px;
  }
}
.breadcrumb2__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);
}
.breadcrumb2__list li a {
  color: var(--white);
}
.breadcrumb2__list li a:hover {
  color: var(--secondary);
}
.breadcrumb2__list li.current {
  color: var(--secondary);
}
.breadcrumb2__list li.separator {
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.breadcrumb2__list li.separator svg {
  width: 8px;
  height: auto;
}
.breadcrumb2__title {
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: left;
  text-transform: none;
  margin-bottom: 24px;
  max-width: 612px;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb2__title {
    font-size: 54px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb2__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb2__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb2__title {
    font-size: 36px;
  }
}
.breadcrumb2__title.v2 {
  max-width: 725px;
}
.breadcrumb2__meta {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
.breadcrumb2__meta-item {
  display: flex;
  align-items: center;
  gap: 5.35px;
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.breadcrumb2__meta-item .icon {
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.breadcrumb2__meta-item .icon svg {
  width: 16px;
  height: auto;
}
.breadcrumb2__meta-rating {
  display: flex;
  align-items: center;
  gap: 10px;
}
.breadcrumb2__meta-rating .stars {
  color: var(--secondary);
  display: flex;
  align-items: center;
  gap: 5px;
}
.breadcrumb2__meta-rating .stars svg {
  width: 14px;
  height: auto;
}
.breadcrumb2__meta-rating .count {
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  opacity: 0.8;
}

.breadcrumb-kindergarten {
  background-color: var(--blue);
  padding: 330px 0 215px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .breadcrumb-kindergarten {
    padding: 280px 0 180px;
  }
}
@media only screen and (max-width: 1399px) {
  .breadcrumb-kindergarten {
    padding: 210px 0 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-kindergarten {
    padding: 210px 0 130px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-kindergarten {
    padding: 180px 0 110px;
  }
}
.breadcrumb-kindergarten::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: calc(100% - 10px);
  height: 50px;
  background-color: var(--white);
}
.breadcrumb-kindergarten::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: linear-gradient(var(--white) 14px, var(--white) 14px);
  clip-path: url(#heroWaveClip);
  -webkit-clip-path: url(#heroWaveClip);
  pointer-events: none;
  z-index: 1;
  transform: scaleY(-1);
}
.breadcrumb-kindergarten .background-image {
  position: absolute;
  inset: 0;
}
.breadcrumb-kindergarten .background-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.breadcrumb-kindergarten__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.breadcrumb-kindergarten__nav {
  background-color: var(--yellow);
  color: var(--black3);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  padding: 5px 16px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  text-transform: capitalize;
  margin-bottom: 18px;
}
.breadcrumb-kindergarten__nav ul {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumb-kindergarten__nav ul li {
  display: flex;
  align-items: center;
  color: var(--black3);
}
.breadcrumb-kindergarten__nav ul li a {
  color: var(--black3);
  text-decoration: none;
  transition: all 0.3s ease;
}
.breadcrumb-kindergarten__nav ul li a:hover {
  color: var(--blue);
}
.breadcrumb-kindergarten__nav ul li.current {
  color: var(--black3);
}
.breadcrumb-kindergarten__title {
  font-family: var(--font_instrument);
  font-size: clamp(40px, 8vw, 80px);
  color: var(--white);
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
}

/*----------------------------------------*/
/* 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;
}

.course-filter {
  margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .course-filter {
    margin-bottom: 30px;
  }
}
.course-filter__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .course-filter__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.course-filter__results {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}
.course-filter__results span {
  color: var(--secondary);
}
.course-filter__tools {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media only screen and (max-width: 767px) {
  .course-filter__tools {
    width: 100%;
    justify-content: space-between;
  }
}
.course-filter__views {
  display: flex;
  align-items: center;
  gap: 10px;
}
.course-filter__views ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.course-filter__view-btn {
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: all 0.3s ease;
  background: transparent;
}
.course-filter__view-btn svg {
  width: 18px;
  height: 18px;
  color: var(--text2);
}
.course-filter__view-btn.active {
  border-color: var(--primary);
}
.course-filter__view-btn.active svg {
  color: var(--primary);
}
.course-filter__search {
  position: relative;
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .course-filter__search {
    flex-grow: 1;
  }
}
.course-filter__search input {
  width: 100%;
  background: transparent;
  color: var(--white);
  font-size: 16px;
  padding: 12px 45px 12px 15px;
  border: 1px solid var(--border);
  border-radius: 4px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
  outline: none;
  transition: all 0.3s ease;
}
.course-filter__search input::placeholder {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
}
.course-filter__search button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: var(--primary);
  font-size: 16px;
  transition: all 0.3s ease;
}
.course-filter__search button:hover {
  color: var(--secondary);
}
.course-filter__sort .nice-select {
  height: 34px;
  line-height: 32px;
  border: none;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  background: transparent;
  float: none;
  padding-left: 0;
}
.course-filter__sort .nice-select::after {
  border-bottom: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  width: 6px;
  height: 6px;
  right: 15px;
  margin-top: -5px;
}
.course-filter__sort .nice-select .list {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--border);
  margin-top: 5px;
}
.course-filter__sort .nice-select .option {
  font-family: var(--font_mona);
  font-size: 14px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 34px;
  min-height: 34px;
}
.course-filter__sort .nice-select .option:hover, .course-filter__sort .nice-select .option.focus, .course-filter__sort .nice-select .option.selected.focus {
  background-color: var(--bg);
  color: var(--secondary);
}

.course-sidebar__widget {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 25px 30px 25px;
  margin-bottom: 20px;
}
.course-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: 19px;
  text-transform: capitalize;
}
.course-sidebar__search {
  position: relative;
  margin-bottom: 20px;
}
.course-sidebar__search input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 0 45px 0 20px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
  outline: none;
  transition: all 0.3s ease;
}
.course-sidebar__search input::placeholder {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
}
.course-sidebar__search button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: transparent;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.course-sidebar__search button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.course-sidebar__list {
  list-style-type: none;
}
.course-sidebar__list li:not(:last-child) {
  margin-bottom: 6px;
}
.course-sidebar__checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  position: relative;
  user-select: none;
}
.course-sidebar__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.course-sidebar__checkbox .checkmark {
  width: 14px;
  height: 14px;
  border: 1px solid var(--border);
  border-radius: 2px;
  background-color: transparent;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.course-sidebar__checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid var(--secondary);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.course-sidebar__checkbox input:checked ~ .checkmark {
  border-color: var(--secondary);
}
.course-sidebar__checkbox input:checked ~ .checkmark:after {
  display: block;
}
.course-sidebar__checkbox .text {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
  transition: all 0.3s ease;
}
.course-sidebar__checkbox:hover .text {
  color: var(--secondary);
}
.course-sidebar__clear-btn {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
  transition: all 0.3s ease;
}
.course-sidebar__clear-btn svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
}
.course-sidebar__clear-btn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.hero-six.section {
  position: relative;
  z-index: 2;
  overflow: clip;
  padding: 250px 0 150px;
  background-color: rgb(137, 101, 245);
}
@media only screen and (max-width: 1919px) {
  .hero-six.section {
    padding: 200px 0 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-six.section {
    padding: 180px 0 80px;
  }
}
.hero-six__pattern {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.hero-six__pattern img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-six__wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 35px;
}
@media only screen and (max-width: 991px) {
  .hero-six__wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.hero-six__content {
  max-width: 520px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .hero-six__content {
    max-width: 650;
  }
}
.hero-six__content .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: var(--white);
  padding: 3px 14px 3px 3px;
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .hero-six__content .sub-title {
    font-size: 12px;
  }
}
.hero-six__content .sub-title em {
  display: inline-block;
  border-radius: 100px;
  background: var(--yellow);
  backdrop-filter: blur(4px);
  padding: 7px 13px;
}
@media only screen and (max-width: 991px) {
  .hero-six__content .sub-title em {
    padding: 5px 10px;
  }
}
.hero-six__content .title {
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 80px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -2.4px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399px) {
  .hero-six__content .title {
    font-size: 40px;
  }
}
.hero-six__content .title span {
  display: inline-block;
  color: var(--yellow);
  font-family: var(--font_playfair);
  font-style: italic;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.hero-six__content p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.hero-six__content .hero-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 374px) {
  .hero-six__content .hero-info {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.hero-six__content .hero-info .student-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 575px) {
  .hero-six__content .hero-info .student-info {
    flex-direction: column;
    align-items: start;
  }
}
.hero-six__content .hero-info .student-info .student-avatar {
  display: flex;
  align-items: center;
}
.hero-six__content .hero-info .student-info .student-avatar .avatar-item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: -8px;
  border: 2px solid var(--blue);
}
.hero-six__content .hero-info .student-info .student-avatar .avatar-item:last-child {
  margin-right: 0;
}
.hero-six__content .hero-info .student-info .student-avatar .avatar-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-six__content .hero-info .student-info .student-text p {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  margin: 0;
  line-height: 1.2;
  white-space: nowrap;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .hero-six__content .hero-info .student-info .student-text p {
    font-size: 14px;
  }
}
.hero-six__content .hero-info .student-info .student-text p span {
  color: var(--yellow);
}
.hero-six__content .hero-info .divider {
  width: 1px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.14);
}
@media screen and (max-width: 374px) {
  .hero-six__content .hero-info .divider {
    display: none;
  }
}
.hero-six__content .hero-info .review-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero-six__content .hero-info .review-info .review-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hero-six__content .hero-info .review-info .review-rating .rating-text {
  color: var(--yellow);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  font-family: var(--font_mona);
}
.hero-six__content .hero-info .review-info .review-rating .rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.hero-six__content .hero-info .review-info .review-rating .rating-stars span {
  color: var(--yellow);
  font-size: 16px;
}
.hero-six__content .hero-info .review-info .review-text {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  margin: 0;
  line-height: 1;
}
.hero-six__content .hero-buttons {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.hero-six__thumb {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}
@media only screen and (max-width: 991px) {
  .hero-six__thumb {
    gap: 8px;
  }
}
.hero-six__thumb .item-one {
  border-radius: 100px 10px 10px 10px;
}
@media only screen and (max-width: 991px) {
  .hero-six__thumb .item-one {
    border-radius: 50px 10px 10px 10px;
  }
}
.hero-six__thumb .item-two {
  border-radius: 100px;
}
@media only screen and (max-width: 991px) {
  .hero-six__thumb .item-two {
    border-radius: 50px;
  }
}
.hero-six__thumb .item-three {
  border-radius: 10px 100px 10px 10px;
}
@media only screen and (max-width: 991px) {
  .hero-six__thumb .item-three {
    border-radius: 10px 50px 10px 10px;
  }
}
.hero-six__thumb .item-four {
  border-radius: 100px;
}
@media only screen and (max-width: 991px) {
  .hero-six__thumb .item-four {
    border-radius: 50px;
  }
}
.hero-six__thumb .item-five {
  border-radius: 10px;
}
.hero-six__thumb .item-six {
  border-radius: 100px;
}
@media only screen and (max-width: 991px) {
  .hero-six__thumb .item-six {
    border-radius: 50px;
  }
}
.hero-six__thumb .item-seven {
  border-radius: 10px 10px 10px 100px;
}
@media only screen and (max-width: 991px) {
  .hero-six__thumb .item-seven {
    border-radius: 10px 10px 10px 50px;
  }
}
.hero-six__thumb .item-eight {
  border-radius: 100px;
}
@media only screen and (max-width: 991px) {
  .hero-six__thumb .item-eight {
    border-radius: 50px;
  }
}
.hero-six__thumb .item-nine {
  border-radius: 10px 10px 100px 10px;
}
@media only screen and (max-width: 991px) {
  .hero-six__thumb .item-nine {
    border-radius: 10px 10px 50px 10px;
  }
}
.hero-six__thumb .thumb-item {
  aspect-ratio: 1/1;
  object-fit: cover;
  overflow: hidden;
}
.hero-six__thumb .thumb-item video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-seven.section {
  position: relative;
  z-index: 2;
  background-color: #ecf0c7;
  overflow-x: clip;
}
.hero-seven.section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: linear-gradient(var(--white) 14px, var(--white) 14px);
  clip-path: url(#heroWaveClip);
  -webkit-clip-path: url(#heroWaveClip);
  pointer-events: none;
  z-index: 1;
  transform: scaleY(-1);
}
.hero-seven.section::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: calc(100% - 10px);
  height: 50px;
  background-color: var(--white);
}
.hero-seven.section .background-image {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.hero-seven.section .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-seven.section .star-mask {
  position: absolute;
  top: 22%;
  left: 43%;
  z-index: 0;
  pointer-events: none;
  animation: floatScale 5s linear infinite;
}
@keyframes floatScale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(-5deg) scale(1.1);
  }
  100% {
    transform: rotate(0deg) scale(1);
  }
}
@media only screen and (max-width: 1399px) {
  .hero-seven.section .star-mask {
    top: 10%;
    left: 35%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-seven.section .star-mask {
    display: none;
  }
}
@keyframes s7Float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-35px);
  }
}
@keyframes s7Drift {
  0%, 100% {
    transform: translate(0, 0) rotate(0deg);
  }
  33% {
    transform: translate(22px, -28px) rotate(8deg);
  }
  66% {
    transform: translate(-18px, -18px) rotate(-6deg);
  }
}
@keyframes s7Swing {
  0%, 100% {
    transform: rotate(-12deg) translateY(0);
  }
  50% {
    transform: rotate(12deg) translateY(-28px);
  }
}
@keyframes s7Wobble {
  0%, 100% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(28px) translateY(-18px);
  }
  75% {
    transform: translateX(-22px) translateY(-30px);
  }
}
@keyframes s7Orbit {
  0% {
    transform: rotate(0deg) translateX(25px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(25px) rotate(-360deg);
  }
}
@keyframes s7SpinFloat {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-40px) rotate(22deg);
  }
}
.hero-seven.section .shape-1,
.hero-seven.section .shape-2,
.hero-seven.section .shape-3,
.hero-seven.section .shape-4,
.hero-seven.section .shape-5,
.hero-seven.section .shape-6 {
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .hero-seven.section .shape-1,
  .hero-seven.section .shape-2,
  .hero-seven.section .shape-3,
  .hero-seven.section .shape-4,
  .hero-seven.section .shape-5,
  .hero-seven.section .shape-6 {
    display: none;
  }
}
.hero-seven.section .shape-1 {
  top: 25%;
  left: 7%;
}
.hero-seven.section .shape-1 img {
  animation: s7Float 7s ease-in-out infinite;
  animation-delay: 0s;
}
.hero-seven.section .shape-2 {
  top: 25%;
  left: 52%;
}
.hero-seven.section .shape-2 img {
  animation: s7Drift 9s ease-in-out infinite;
  animation-delay: -2s;
}
.hero-seven.section .shape-3 {
  top: 22%;
  right: 7%;
}
.hero-seven.section .shape-3 img {
  animation: s7Swing 8s ease-in-out infinite;
  animation-delay: -4s;
}
.hero-seven.section .shape-4 {
  bottom: 18%;
  left: 7%;
}
.hero-seven.section .shape-4 img {
  animation: s7Wobble 10s ease-in-out infinite;
  animation-delay: -6s;
}
.hero-seven.section .shape-5 {
  bottom: 25%;
  left: 45%;
}
.hero-seven.section .shape-5 img {
  animation: s7Orbit 12s linear infinite;
  animation-delay: -3s;
}
.hero-seven.section .shape-6 {
  bottom: 18%;
  right: 7%;
}
.hero-seven.section .shape-6 img {
  animation: s7SpinFloat 8s ease-in-out infinite;
  animation-delay: -5s;
}
.hero-seven__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 210px;
  overflow: clip;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .hero-seven__wrapper {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-seven__wrapper {
    align-items: end;
    margin-top: 150px;
  }
}
.hero-seven__content {
  max-width: 470px;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .hero-seven__content {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-seven__content {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-seven__content {
    max-width: 100%;
  }
}
.hero-seven__content .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  border: 1px solid rgba(122, 78, 255, 0.14);
  border-radius: 140px;
  padding: 5px 10px 5px 5px;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .hero-seven__content .hero-badge {
    margin-bottom: 10px;
  }
}
.hero-seven__content .hero-badge .hero-avatars {
  display: flex;
  align-items: center;
}
.hero-seven__content .hero-badge .hero-avatars img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #ecf0c7;
  object-fit: cover;
}
.hero-seven__content .hero-badge .hero-avatars img:not(:first-child) {
  margin-left: -8px;
}
.hero-seven__content .hero-badge .hero-badge-text {
  font-family: "Mona Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--black3);
  white-space: nowrap;
}
.hero-seven__content .hero-badge .hero-badge-text span {
  color: var(--blue);
}
.hero-seven__content .hero-title {
  font-family: var(--font_instrument);
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--black3);
}
.hero-seven__content .hero-title span {
  color: var(--blue);
  font-style: italic;
}
@media only screen and (max-width: 1399px) {
  .hero-seven__content .hero-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-seven__content .hero-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-seven__content .hero-title {
    font-size: 45px;
  }
}
.hero-seven__content .hero-desc {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text);
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .hero-seven__content .hero-desc {
    margin-bottom: 30px;
  }
}
.hero-seven__thumb {
  text-align: right;
  max-width: 560px;
  margin-bottom: -15px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .hero-seven__thumb {
    display: none;
  }
}

.hero-eight.section {
  position: relative;
  z-index: 2;
  background-color: #ffe97c;
}
.hero-eight.section .background-image {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.hero-eight.section .background-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.hero-eight__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 180px;
  overflow-y: clip;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .hero-eight__wrapper {
    margin-top: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-eight__wrapper {
    gap: 0px;
    flex-direction: column;
    text-align: start;
    margin-top: 100px;
  }
}
.hero-eight__thumb {
  position: relative;
  text-align: right;
  max-width: 530px;
  margin-bottom: -15px;
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1399px) {
  .hero-eight__thumb {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-eight__thumb {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-eight__thumb {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .hero-eight__thumb {
    display: none;
  }
}
.hero-eight__thumb .user-batch {
  position: absolute;
  left: -65px;
  top: 40%;
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  z-index: 5;
  animation: floatBadge 6s ease-in-out infinite;
}
@keyframes floatBadge {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@media only screen and (max-width: 1399px) {
  .hero-eight__thumb .user-batch {
    width: 170px;
    height: 170px;
    left: -40px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-eight__thumb .user-batch {
    left: -10px;
    top: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-eight__thumb .user-batch {
    left: -60px;
    top: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-eight__thumb .user-batch {
    display: none;
  }
}
.hero-eight__thumb .user-batch .user-title {
  font-family: var(--font_instrument);
  font-size: 34px;
  font-weight: 400;
  color: var(--white);
  line-height: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1399px) {
  .hero-eight__thumb .user-batch .user-title {
    font-size: 25px;
  }
}
.hero-eight__thumb .user-batch .user-subtitle {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  text-transform: capitalize;
  line-height: 120%;
  margin-left: 28px;
}
@media only screen and (max-width: 1399px) {
  .hero-eight__thumb .user-batch .user-subtitle {
    font-size: 13px;
  }
}
.hero-eight__thumb .user-batch .background-image {
  position: absolute;
  inset: 0;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  animation: rotateBadge 12s linear infinite;
}
@keyframes rotateBadge {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-eight__thumb .user-review {
  position: absolute;
  right: -80px;
  bottom: 165px;
  width: 285px;
  height: 60px;
  background-color: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  gap: 15px;
  z-index: 5;
  box-shadow: 0px 10px 30px rgba(26, 69, 59, 0.08);
  backdrop-filter: blur(4px);
  animation: floatReview 7s ease-in-out infinite;
}
@keyframes floatReview {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
@media only screen and (max-width: 1399px) {
  .hero-eight__thumb .user-review {
    right: -40px;
    width: 260px;
    gap: 10px;
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-eight__thumb .user-review {
    right: -40px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-eight__thumb .user-review {
    display: none;
  }
}
.hero-eight__thumb .user-review .avatar-group {
  display: flex;
  align-items: center;
}
.hero-eight__thumb .user-review .avatar-group img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
  margin-right: -8px;
  object-fit: cover;
  display: block;
}
.hero-eight__thumb .user-review .avatar-group img:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1399px) {
  .hero-eight__thumb .user-review .avatar-group img {
    width: 32px;
    height: 32px;
  }
}
.hero-eight__thumb .user-review .review-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.hero-eight__thumb .user-review .review-content .rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-eight__thumb .user-review .review-content .rating-row .rating-val {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary);
  line-height: 100%;
}
.hero-eight__thumb .user-review .review-content .rating-row .rating-stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.hero-eight__thumb .user-review .review-content .rating-row .rating-stars span {
  color: var(--secondary);
  font-size: 16px;
  line-height: 1;
}
@media only screen and (max-width: 1399px) {
  .hero-eight__thumb .user-review .review-content .rating-row .rating-stars span {
    font-size: 14px;
  }
}
.hero-eight__thumb .user-review .review-content .learners-count {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  line-height: 120%;
  margin-top: 2px;
}
@media only screen and (max-width: 1399px) {
  .hero-eight__thumb .user-review .review-content .learners-count {
    font-size: 13px;
  }
}
.hero-eight__content {
  max-width: 590px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .hero-eight__content {
    max-width: 100%;
  }
}
.hero-eight__content .hero-awards {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1199px) {
  .hero-eight__content .hero-awards {
    justify-content: center;
  }
}
.hero-eight__content .hero-awards img {
  height: 40px;
  width: auto;
}
.hero-eight__content .hero-title {
  font-family: var(--font_instrument);
  font-size: 90px;
  font-weight: 400;
  line-height: 100%;
  color: var(--primary);
  margin-bottom: 65px;
}
.hero-eight__content .hero-title span {
  color: var(--green);
  font-style: italic;
}
@media only screen and (max-width: 1399px) {
  .hero-eight__content .hero-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-eight__content .hero-title {
    font-size: 60px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .hero-eight__content .hero-title {
    font-size: 50px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-eight__content .hero-title {
    font-size: 42px;
  }
}
.hero-eight__content .hero-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .hero-eight__content .hero-info {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-eight__content .hero-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
.hero-eight__content .hero-info .info-desc {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: var(--primary);
  max-width: 340px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .hero-eight__content .hero-info .info-desc {
    max-width: 100%;
  }
}
.hero-eight__content .hero-info .btn-two {
  flex-shrink: 0;
}
.hero-eight__content .hero-brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .hero-eight__content .hero-brands {
    justify-content: center;
    gap: 20px 40px;
    flex-wrap: wrap;
  }
}
.hero-eight__content .hero-brands img {
  max-height: 38px;
  width: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.hero-eight__content .hero-brands img:hover {
  opacity: 1;
}

.hero-nine.section {
  background-color: var(--bg2);
  position: relative;
  overflow: hidden;
  padding-top: 170px;
}
@media only screen and (max-width: 1399px) {
  .hero-nine.section {
    padding-top: 100px;
  }
}
.hero-nine__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .hero-nine__wrapper {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .hero-nine__wrapper {
    gap: 30px;
  }
}
.hero-nine .hero-content {
  z-index: 5;
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .hero-nine .hero-content {
    flex: 0 0 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.hero-nine .hero-content .hero-smt-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 3px 15px 3px 3px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 100px;
  background: var(--bg2);
  backdrop-filter: blur(4px);
  margin-bottom: 35px;
}
.hero-nine .hero-content .hero-smt-badge .badge-new {
  background-color: var(--light-orange);
  color: var(--white);
  padding: 4px 15px;
  border-radius: 100px;
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.hero-nine .hero-content .hero-smt-badge .badge-text {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1;
  text-transform: capitalize;
}
.hero-nine .hero-content .hero-title {
  font-family: var(--font_forum);
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 45px;
}
.hero-nine .hero-content .hero-title .text-orange {
  color: var(--light-orange);
}
@media only screen and (max-width: 1919px) {
  .hero-nine .hero-content .hero-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-nine .hero-content .hero-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-nine .hero-content .hero-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-nine .hero-content .hero-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-nine .hero-content .hero-title {
    font-size: 48px;
    letter-spacing: -1px;
  }
}
.hero-nine .hero-content .btn-two {
  width: fit-content;
}
.hero-nine .hero-main-thumb {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 566px;
  width: 100%;
  aspect-ratio: 36/47;
  margin-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .hero-nine .hero-main-thumb {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-nine .hero-main-thumb {
    max-width: 400px;
  }
}
.hero-nine .hero-main-thumb .thumb-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.hero-nine .hero-main-thumb .thumb-bg-pattern {
  position: absolute;
  z-index: -2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 374px;
  height: 800px;
  background-color: var(--light-orange);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  transform-origin: top center;
}
@media only screen and (max-width: 1399px) {
  .hero-nine .hero-main-thumb .thumb-bg-pattern {
    width: 280px;
    height: 650px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-nine .hero-main-thumb .thumb-bg-pattern {
    width: 280px;
    height: 580px;
  }
}
@media (max-width: 575px) {
  .hero-nine .hero-main-thumb .thumb-bg-pattern {
    width: 220px;
    height: 450px;
  }
}
.hero-nine .hero-main-thumb .thumb-bg-pattern img {
  position: absolute;
  inset: 0;
}
.hero-nine .hero-info-area {
  flex: 1;
  max-width: 280px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 60px;
  z-index: 5;
  margin-left: 55px;
}
@media only screen and (max-width: 1199px) {
  .hero-nine .hero-info-area {
    max-width: 400px;
    padding-bottom: 0;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-nine .hero-info-area {
    padding-bottom: 0;
    align-items: center;
    text-align: center;
    margin-left: 0px;
  }
}
.hero-nine .hero-info-area .student-joint {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  .hero-nine .hero-info-area .student-joint {
    justify-content: center;
  }
}
.hero-nine .hero-info-area .student-joint .avatar-group {
  display: flex;
  align-items: center;
}
.hero-nine .hero-info-area .student-joint .avatar-group img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--bg2);
  object-fit: cover;
  margin-right: -8px;
}
.hero-nine .hero-info-area .student-joint .avatar-group img:last-child {
  margin-right: 0;
}
.hero-nine .hero-info-area .student-joint .joint-text {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary);
  margin: 0;
  text-transform: capitalize;
}
.hero-nine .hero-info-area .student-joint .joint-text .highlight {
  color: var(--green);
}
.hero-nine .hero-info-area .divider-line {
  width: 280px;
  height: 1px;
  background-color: rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 1199px) {
  .hero-nine .hero-info-area .divider-line {
    width: 100%;
    max-width: 280px;
  }
}
.hero-nine .hero-info-area .hero-desc {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text2);
  margin: 0;
  max-width: 280px;
}
.hero-nine .hero-info-area .dish-thumb {
  width: 280px;
  height: 206px;
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (max-width: 1199px) {
  .hero-nine .hero-info-area .dish-thumb {
    width: 100%;
    max-width: 320px;
    height: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-nine .hero-info-area .dish-thumb {
    margin-top: 10px;
  }
}
.hero-nine .hero-info-area .dish-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-ten.section {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hero-ten.section::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -1;
  background: rgba(39, 48, 46, 0.2);
  pointer-events: none;
}
.hero-ten.section .hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}
.hero-ten.section .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-ten__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-block: 350px 60px;
  gap: 40px;
}
@media only screen and (max-width: 1919px) {
  .hero-ten__wrapper {
    padding-block: 180px 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-ten__wrapper {
    padding-block: 120px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-ten__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-ten__wrapper .left-content {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .hero-ten__wrapper .left-content {
    padding-bottom: 0px;
    width: 100%;
  }
}
.hero-ten__wrapper .left-content .hero-content .sub-title {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-color: transparent;
  backdrop-filter: blur(3px);
}
.hero-ten__wrapper .left-content .hero-content .title {
  color: var(--white);
  font-family: var(--font_forum);
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.6px;
  perspective: 800px;
}
@media only screen and (max-width: 1399px) {
  .hero-ten__wrapper .left-content .hero-content .title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-ten__wrapper .left-content .hero-content .title {
    font-size: 60px;
  }
}
.hero-ten__wrapper .left-content .hero-content p {
  max-width: 532px;
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 30px;
}
.hero-ten__wrapper .left-content .hero-content .divider {
  margin-block: 50px;
  opacity: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 1199px) {
  .hero-ten__wrapper .left-content .hero-content .divider {
    margin-block: 40px;
  }
}
.hero-ten__wrapper .left-content .hero-content .content-info {
  display: inline-flex;
  align-items: center;
  gap: 70px;
}
@media only screen and (max-width: 991px) {
  .hero-ten__wrapper .left-content .hero-content .content-info {
    gap: 30px;
  }
}
.hero-ten__wrapper .course-item {
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 490px;
  width: 100%;
}
@media (max-width: 575px) {
  .hero-ten__wrapper .course-item {
    padding-right: 10px;
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
  }
}
.hero-ten__wrapper .course-item .thumb {
  position: relative;
  width: 200px;
  height: 180px;
  flex-shrink: 0;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .hero-ten__wrapper .course-item .thumb {
    width: 100%;
    height: auto;
  }
}
.hero-ten__wrapper .course-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-ten__wrapper .course-item .thumb .badge-free {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(192, 133, 82, 0.9);
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 14px;
  padding: 4px 11px;
  border-radius: 4px;
  line-height: 1;
}
.hero-ten__wrapper .course-item .content {
  flex-grow: 1;
  padding-block: 10px;
}
@media (max-width: 575px) {
  .hero-ten__wrapper .course-item .content {
    width: 100%;
  }
}
.hero-ten__wrapper .course-item .content .content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.hero-ten__wrapper .course-item .content .content-top .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.hero-ten__wrapper .course-item .content .content-top .rating .score {
  font-family: var(--font_mona);
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
}
.hero-ten__wrapper .course-item .content .content-top .rating .stars {
  display: flex;
  align-items: center;
  color: var(--tan);
}
.hero-ten__wrapper .course-item .content .content-top .rating .stars .material-symbols-sharp {
  font-size: 16px;
}
.hero-ten__wrapper .course-item .content .content-top .badge-advance {
  background-color: var(--tan);
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 14px;
  padding: 5px 15px;
  border-radius: 2px;
  line-height: 1;
}
.hero-ten__wrapper .course-item .content .title {
  font-family: var(--font_forum);
  font-size: 24px;
  color: var(--primary);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.48px;
  margin-right: 5px;
}
.hero-ten__wrapper .course-item .content .divider {
  height: 1px;
  opacity: 1;
  background-color: rgba(26, 69, 59, 0.14);
  margin-block: 32px 30px;
}
.hero-ten__wrapper .course-item .content .content-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-ten__wrapper .course-item .content .content-bottom .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 14px;
}
.hero-ten__wrapper .course-item .content .content-bottom .meta-item .material-symbols-sharp {
  font-size: 18px;
}

.about-six.section {
  overflow: clip;
}
.about-six__content {
  position: relative;
  max-width: max-content;
  width: 100%;
  margin-inline: auto;
}
.about-six__content .about-text-img-1 {
  position: absolute;
  top: 0%;
  left: -200px;
}
@media only screen and (max-width: 1199px) {
  .about-six__content .about-text-img-1 {
    left: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .about-six__content .about-text-img-1 {
    display: none;
  }
}
.about-six__content .about-text-img-2 {
  position: absolute;
  top: 0%;
  right: -200px;
}
@media only screen and (max-width: 1199px) {
  .about-six__content .about-text-img-2 {
    right: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .about-six__content .about-text-img-2 {
    display: none;
  }
}
.about-six__content .about-text-img-3 {
  position: absolute;
  bottom: 5%;
  left: -200px;
}
@media only screen and (max-width: 1199px) {
  .about-six__content .about-text-img-3 {
    left: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .about-six__content .about-text-img-3 {
    display: none;
  }
}
.about-six__content .about-text-img-4 {
  position: absolute;
  bottom: 5%;
  right: -200px;
}
@media only screen and (max-width: 1199px) {
  .about-six__content .about-text-img-4 {
    right: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .about-six__content .about-text-img-4 {
    display: none;
  }
}
.about-six__content .section-header p {
  max-width: 482px;
  margin-inline: auto;
  margin-top: 8px;
}
.about-six__content .award-logos {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .about-six__content .award-logos {
    margin-top: 25px;
  }
}
.about-six__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 160px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.about-six__item:not(:has(.item-thumb)) {
  padding: 30px;
}
@media only screen and (max-width: 991px) {
  .about-six__item {
    gap: 100px;
  }
}
.about-six__item .item-thumb {
  width: 100%;
  height: 100%;
  padding: 0;
}
.about-six__item .item-thumb img {
  display: block;
  width: 100%;
  min-height: 300px;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.about-six__item .item-thumb img:hover {
  transform: scale(1.1);
}
.about-six__item .item-content .item-title {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1199px) {
  .about-six__item .item-content .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .about-six__item .item-content .item-title {
    font-size: 24px;
  }
}
.about-six__item .item-content p {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.about-six__item.v1 {
  background: #ff93f0;
}
.about-six__item.v3 {
  background: #ffdc30;
}

.about-seven.section {
  position: relative;
  overflow-x: clip;
  z-index: 2;
}
.about-seven.section .shape-1,
.about-seven.section .shape-2,
.about-seven.section .shape-3,
.about-seven.section .shape-4 {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.about-seven.section .shape-1 img,
.about-seven.section .shape-2 img,
.about-seven.section .shape-3 img,
.about-seven.section .shape-4 img {
  animation: upDown 8s ease-in-out infinite;
}
@media only screen and (max-width: 991px) {
  .about-seven.section .shape-1,
  .about-seven.section .shape-2,
  .about-seven.section .shape-3,
  .about-seven.section .shape-4 {
    display: none;
  }
}
.about-seven.section .shape-1 {
  top: 40%;
  left: 100px;
}
.about-seven.section .shape-2 {
  top: 10%;
  right: 200px;
}
.about-seven.section .shape-2 img {
  animation-delay: 2s;
}
.about-seven.section .shape-3 {
  top: 30%;
  left: 10%;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .about-seven.section .shape-3 {
    top: 15%;
    left: 8%;
  }
}
.about-seven.section .shape-4 {
  top: 20%;
  right: 13%;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .about-seven.section .shape-4 {
    top: 15%;
    right: 8%;
  }
}
.about-seven.section .shape-4 img {
  animation-delay: 2s;
}
.about-seven__thumb {
  border-radius: 10px;
  overflow: hidden;
}
.about-seven__thumb img {
  display: block;
  width: 100%;
  min-height: 300px;
  height: 100%;
  object-fit: cover;
}
.about-seven__header {
  max-width: 700px;
  margin-left: auto;
}
.about-seven__header .header-thumb {
  position: relative;
  mask-image: url("../imgs/home7/about/about-6-shape.webp");
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: left center;
  width: 312px;
  height: 312px;
}
.about-seven__header p {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .about-seven__header p {
    margin-bottom: 30px;
  }
}
.about-seven__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 362px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background-color: var(--yellow);
  padding: 50px;
}
@media only screen and (max-width: 991px) {
  .about-seven__item {
    height: 280px;
    padding: 40px;
  }
}
.about-seven__item .item-icon {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about-seven__item .item-icon img,
  .about-seven__item .item-icon svg {
    max-width: 35%;
    margin-inline: auto;
  }
}
.about-seven__item .item-title {
  color: var(--black3);
  text-align: center;
  font-family: var(--font_instrument);
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
}
@media only screen and (max-width: 1399px) {
  .about-seven__item .item-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .about-seven__item .item-title {
    font-size: 30px;
  }
}
.about-seven__item.v2 {
  background-color: #ecf0c7;
}
.about-seven__item.v3 {
  background-color: #ff93f0;
}

.about-eight__content .title {
  margin-bottom: 90px;
}
@media only screen and (max-width: 991px) {
  .about-eight__content .title {
    margin-bottom: 50px;
  }
}
.about-eight__thumb {
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  aspect-ratio: 1/1;
  clip-path: url(#clip-path-star);
}
@media only screen and (max-width: 1919px) {
  .about-eight__thumb {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-eight__thumb {
    max-width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .about-eight__thumb {
    margin-inline: auto;
  }
}
.about-eight__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-eight__video {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.about-eight__video video {
  display: block;
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}

.about-nine__inner {
  display: grid;
  grid-template-columns: 380px 1fr 1fr;
  align-items: start;
  gap: 30px;
}
@media only screen and (max-width: 1399px) {
  .about-nine__inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about-nine__inner {
    grid-template-columns: 1fr;
  }
}
.about-nine__left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height: 100%;
}
@media only screen and (max-width: 1399px) {
  .about-nine__left-content {
    gap: 20px;
  }
}
.about-nine__left-content .stats-items {
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  padding: 25px 30px;
}
@media only screen and (max-width: 767px) {
  .about-nine__left-content .stats-items {
    padding: 20px;
  }
}
.about-nine__left-content .stats-items .stats-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.about-nine__left-content .stats-items .stats-item .stats-text .stats-num {
  display: inline-flex;
  align-items: center;
  font-family: var(--font_forum);
  font-size: 32px;
  color: var(--primary);
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .about-nine__left-content .stats-items .stats-item .stats-text .stats-num {
    font-size: 24px;
  }
}
.about-nine__left-content .stats-items .stats-item .stats-text .stats-num * {
  font-family: var(--font_forum);
  font-size: 32px;
}
@media (max-width: 575px) {
  .about-nine__left-content .stats-items .stats-item .stats-text .stats-num * {
    font-size: 24px;
  }
}
.about-nine__left-content .stats-items .stats-item .stats-text .stats-title {
  font-family: var(--font_mona);
  font-size: 16px;
  color: var(--primary);
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 0;
}
.about-nine__left-content .stats-items .stats-item .stats-avatars {
  display: flex;
  align-items: center;
}
.about-nine__left-content .stats-items .stats-item .stats-avatars img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--white);
  margin-left: -10px;
}
.about-nine__left-content .stats-items .stats-item .stats-avatars img:first-child {
  margin-left: 0;
}
.about-nine__left-content .stats-items .stats-item .stats-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-nine__left-content .stats-items .stats-item .stats-icon img {
  max-width: 100%;
  max-height: 100%;
}
.about-nine__left-content .stats-items .stats-divider {
  height: 1px;
  background-color: rgba(26, 69, 59, 0.14);
  margin: 35px 0;
}
@media only screen and (max-width: 1399px) {
  .about-nine__left-content .stats-items .stats-divider {
    margin: 20px 0;
  }
}
.about-nine__left-content .thumb-sm {
  border-radius: 10px;
  overflow: hidden;
}
.about-nine__left-content .thumb-sm img {
  width: 100%;
  display: block;
}
.about-nine__thumb {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.about-nine__thumb img {
  width: 100%;
  min-height: 560px;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .about-nine__thumb img {
    min-height: 350px;
  }
}
.about-nine__right-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: auto;
  max-width: 330px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .about-nine__right-content {
    max-width: 100%;
    margin-left: 0;
  }
}
.about-nine__right-content .content-body {
  display: flex;
  flex-direction: column;
}
.about-nine__right-content .content-body .desc {
  font-family: var(--font_mona);
  font-size: 16px;
  color: var(--text2);
  line-height: 1.6;
  margin-bottom: 30px;
}
.about-nine__right-content .content-body .awards {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399px) {
  .about-nine__right-content .content-body .awards {
    margin-bottom: 40px;
  }
}
.about-nine__right-content .content-body .awards img {
  height: auto;
  max-width: 120px;
}
.about-nine__right-content .content-footer {
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  padding: 25px 28px;
  margin-top: 20px;
}
.about-nine__right-content .content-footer p {
  font-family: var(--font_forum);
  font-size: 22px;
  color: var(--primary);
  line-height: 1.2;
  letter-spacing: -0.66px;
  margin-bottom: 0;
}

.about-section {
  position: relative;
  z-index: 2;
  margin-top: -245px;
}
@media only screen and (max-width: 1919px) {
  .about-section {
    margin-top: -190px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-section {
    margin-top: -170px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section {
    margin-top: -150px;
  }
}
.about-section__thumbs {
  display: grid;
  grid-template-columns: 7fr 5fr;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .about-section__thumbs {
    grid-template-columns: 1fr;
  }
}
.about-section__thumbs .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.about-section__thumbs .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section__content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .about-section__content {
    flex-direction: column;
  }
}
.about-section__content .section-header {
  max-width: 660px;
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .about-section__content .section-header {
    max-width: 500px;
  }
}
.about-section__content .section-header p,
.about-section__content .section-header .text {
  margin-top: 15px;
}
.about-section__info-card {
  max-width: 230px;
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .about-section__info-card {
    max-width: 100%;
  }
}
.about-section__info-card .info-card-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 20px;
}
.about-section__info-card .info-card-top .percentage {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.44px;
  margin: 0;
}
.about-section__info-card .info-card-top .percentage span {
  color: var(--secondary);
}
.about-section__info-card .info-card-top .text {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0;
}
.about-section__info-card .info-card-divider {
  height: 1px;
  background-color: var(--border);
  margin-bottom: 30px;
}
.about-section__info-card .info-card-bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.about-section__info-card .info-card-bottom .rating-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}
.about-section__info-card .info-card-bottom .rating-wrap .rating-number {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.about-section__info-card .info-card-bottom .rating-wrap .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.about-section__info-card .info-card-bottom .rating-wrap .stars span {
  font-size: 16px;
  color: var(--primary);
}
.about-section__info-card .info-card-bottom .trusted-text {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.about-section__info-card .info-card-bottom .trusted-text span {
  color: var(--secondary);
}
.about-section__info-card .info-card-image {
  width: 100%;
  height: 134px;
  border-radius: 6px;
  overflow: hidden;
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .about-section__info-card .info-card-image {
    height: auto;
  }
}
.about-section__info-card .info-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  .about-section__items {
    margin-top: 40px;
    padding-block: 30px;
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .about-section__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.about-section__item {
  display: flex;
  justify-content: center;
  padding-inline: 20px;
}
.about-section__item:nth-of-type(1) {
  justify-content: start;
  padding-inline: 0px;
}
@media only screen and (max-width: 767px) {
  .about-section__item:nth-of-type(1) {
    padding-inline: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__item:nth-of-type(2) {
    border-right: 0 !important;
  }
}
.about-section__item:nth-of-type(4) {
  justify-content: end;
  padding-inline: 0px;
}
@media only screen and (max-width: 767px) {
  .about-section__item:nth-of-type(4) {
    padding-inline: 20px;
    justify-content: center;
  }
}
.about-section__item:not(:nth-of-type(4)) {
  border-right: 1px solid rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 767px) {
  .about-section__item {
    padding-inline: 20px;
  }
}
@media (max-width: 575px) {
  .about-section__item {
    border-right: 0 !important;
    padding: 0 !important;
  }
}
.about-section__item .item-inner {
  display: flex;
  flex-direction: column;
  max-width: 145px;
  width: 100%;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .about-section__item .item-inner {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .about-section__item .item-inner {
    align-items: center;
    gap: 15px;
  }
}
.about-section__item .item-inner .item-icon {
  color: var(--secondary);
}
.about-section__item .item-inner .item-body {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: start;
}
@media (max-width: 575px) {
  .about-section__item .item-inner .item-body {
    text-align: center;
  }
}
.about-section__item .item-inner .item-body .acheved-number {
  text-align: start;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
}
.about-section__item .item-inner .item-body .acheved-number * {
  text-align: start;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 1199px) {
  .about-section__item .item-inner .item-body .acheved-number {
    font-size: 26px;
  }
  .about-section__item .item-inner .item-body .acheved-number * {
    font-size: 26px;
  }
}
.about-section__item .item-inner .item-body .acheved-title {
  color: var(--primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: -6px;
}
@media only screen and (max-width: 1199px) {
  .about-section__item .item-inner .item-body .acheved-title {
    font-size: 14px;
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes upDown {
  0%, 100% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(15px, -20px);
  }
  40% {
    transform: translate(-10px, -30px);
  }
  60% {
    transform: translate(-20px, 15px);
  }
  80% {
    transform: translate(10px, 25px);
  }
}
.category-six__inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(var(--blue-rgb), 0.14);
}
@media only screen and (max-width: 767px) {
  .category-six__inner {
    flex-direction: column;
    gap: 0px;
  }
}
.category-six__content {
  flex-shrink: 0;
  max-width: 380px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .category-six__content {
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .category-six__content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.category-six__navigation {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 52px;
}
@media only screen and (max-width: 991px) {
  .category-six__navigation {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .category-six__navigation {
    justify-content: center;
  }
}
.category-six__navigation .navigation-prev i,
.category-six__navigation .navigation-prev svg,
.category-six__navigation .navigation-prev span,
.category-six__navigation .navigation-next i,
.category-six__navigation .navigation-next svg,
.category-six__navigation .navigation-next span {
  color: var(--black3);
}
.category-six__navigation .navigation-prev:hover i,
.category-six__navigation .navigation-prev:hover svg,
.category-six__navigation .navigation-prev:hover span,
.category-six__navigation .navigation-next:hover i,
.category-six__navigation .navigation-next:hover svg,
.category-six__navigation .navigation-next:hover span {
  color: var(--white);
}
.category-six__slider {
  max-width: 830px;
  width: 100%;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .category-six__slider {
    max-width: 100%;
  }
}
.category-six__item .item-icon {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background: var(--white);
}
.category-six__item .item-icon img {
  margin-inline: auto;
}
@media only screen and (max-width: 1199px) {
  .category-six__item .item-icon img {
    max-width: 70%;
  }
}
.category-six__item .item-text {
  display: block;
  text-align: center;
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  margin-top: 18px;
}
@media only screen and (max-width: 1199px) {
  .category-six__item .item-text {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  .category-six__item .item-text {
    font-size: 12px;
  }
}

.category-eight__items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.category-eight__item {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  position: relative;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  user-select: none;
}
.category-eight__item:not(:first-child) {
  margin-inline-start: -100px;
}
.category-eight__item:nth-child(1) {
  z-index: 4;
}
.category-eight__item:nth-child(2) {
  z-index: 3;
}
.category-eight__item:nth-child(3) {
  z-index: 2;
}
.category-eight__item:nth-child(4) {
  z-index: 1;
}
.category-eight__item .item-title {
  color: var(--primary);
  font-family: var(--font_instrument);
  font-size: 48px;
  line-height: 0.9;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-eight__item.active, .category-eight__item:hover {
  background-color: var(--green);
  border-color: var(--green);
}
.category-eight__item.active .item-title, .category-eight__item:hover .item-title {
  color: var(--white);
}
.category-eight__item:hover {
  z-index: 10;
  transform: translateY(-8px) scale(1.03);
}
@media only screen and (max-width: 1399px) {
  .category-eight__item {
    width: 320px;
    height: 320px;
  }
  .category-eight__item:not(:first-child) {
    margin-inline-start: -80px;
  }
  .category-eight__item .item-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1199px) {
  .category-eight__item {
    width: 260px;
    height: 260px;
  }
  .category-eight__item .item-title {
    font-size: 32px;
  }
  .category-eight__item:not(:first-child) {
    margin-inline-start: -65px;
  }
}
@media only screen and (max-width: 991px) {
  .category-eight__item {
    width: 200px;
    height: 200px;
  }
  .category-eight__item:not(:first-child) {
    margin-inline-start: -50px;
  }
  .category-eight__item .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .category-eight__item {
    width: 150px;
    height: 150px;
  }
  .category-eight__item:not(:first-child) {
    margin-inline-start: -38px;
  }
  .category-eight__item .item-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .category-eight__item {
    width: 90px;
    height: 90px;
  }
  .category-eight__item:not(:first-child) {
    margin-inline-start: -28px;
  }
  .category-eight__item .item-title {
    font-size: 14px;
  }
}

.category-nine__inner {
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.category-nine__navigation {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  margin-top: 60px;
  user-select: none;
}
@media only screen and (max-width: 1199px) {
  .category-nine__navigation {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .category-nine__navigation {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .category-nine__navigation {
    justify-content: center;
  }
}
.category-nine__navigation .nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(26, 69, 59, 0.14);
  color: var(--primary);
  background-color: transparent;
  user-select: none;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 575px) {
  .category-nine__navigation .nav-btn {
    width: 40px;
    height: 40px;
  }
}
.category-nine__navigation .nav-btn i,
.category-nine__navigation .nav-btn svg,
.category-nine__navigation .nav-btn span {
  font-size: 22px;
  display: inline-block;
}
.category-nine__navigation .nav-btn span {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: none;
}
.category-nine__navigation .nav-btn.button-prev span::after {
  position: absolute;
  font-family: "Material Symbols Sharp";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "arrow_insert";
  right: -100%;
  top: 100%;
}
.category-nine__navigation .nav-btn.button-next span::after {
  position: absolute;
  font-family: "Material Symbols Sharp";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "arrow_outward";
  left: -100%;
  top: 100%;
}
.category-nine__navigation .nav-btn:hover {
  background: var(--light-orange);
  border: 1px solid var(--light-orange);
  color: var(--white);
}
.category-nine__navigation .nav-btn:hover.button-prev span {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-100%, -100%);
}
.category-nine__navigation .nav-btn:hover.button-next span {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(100%, -100%);
}
.category-nine__slider {
  width: 100%;
  overflow: hidden;
}
.category-nine__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.category-nine__item .item-icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.category-nine__item .item-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1399px) {
  .category-nine__item .item-icon {
    width: 170px;
    height: 170px;
  }
  .category-nine__item .item-icon img {
    width: 68px;
    height: 68px;
  }
}
@media only screen and (max-width: 1199px) {
  .category-nine__item .item-icon {
    width: 140px;
    height: 140px;
  }
  .category-nine__item .item-icon img {
    width: 56px;
    height: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .category-nine__item .item-icon {
    width: 120px;
    height: 120px;
  }
  .category-nine__item .item-icon img {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 575px) {
  .category-nine__item .item-icon {
    width: 100px;
    height: 100px;
  }
  .category-nine__item .item-icon img {
    width: 40px;
    height: 40px;
  }
}
.category-nine__item .item-text {
  display: block;
  margin-top: 20px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  transition: color 0.4s ease;
}
@media only screen and (max-width: 1199px) {
  .category-nine__item .item-text {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .category-nine__item .item-text {
    font-size: 13px;
    margin-top: 12px;
  }
}
@media (max-width: 575px) {
  .category-nine__item .item-text {
    margin-top: 10px;
  }
}
.category-nine__item:hover .item-icon {
  background-color: var(--primary);
  border-color: var(--primary);
}
.category-nine__item:hover .item-icon img {
  filter: brightness(0) invert(1);
}

.category-ten.section {
  background-color: var(--tan);
}
.category-ten__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .category-ten__item {
    gap: 20px;
  }
}
.category-ten__item .item-icon {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .category-ten__item .item-icon {
    width: 140px;
    height: 140px;
  }
}
.category-ten__item .item-icon::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  padding: 1px;
  transition: opacity 0.3s ease;
  background: conic-gradient(var(--white) var(--border-angle), transparent 0);
  -webkit-mask: linear-gradient(var(--white) 0 0) content-box, linear-gradient(var(--white) 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
}
.category-ten__item .item-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
@media (max-width: 575px) {
  .category-ten__item .item-icon img {
    width: 40px;
    height: 40px;
  }
}
.category-ten__item .item-title {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--white);
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.category-ten__item:hover .item-icon::after {
  opacity: 1;
  animation: drawBorder 0.6s ease-out forwards;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes drawBorder {
  0% {
    --border-angle: 0deg;
  }
  100% {
    --border-angle: 360deg;
  }
}
.courses-six.section {
  background-color: #f8f7fa;
}
.courses-six__item {
  border-radius: 10px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background: var(--white);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.courses-six__item .item-thumb {
  --border-radius: 6px;
  display: block;
  position: relative;
  margin-inline: 4px;
  margin-block-start: 4px;
  border-radius: var(--border-radius);
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 1;
  flex-grow: 1;
}
.courses-six__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -ms-transition: transform 500ms;
}
.courses-six__item .item-thumb .tag {
  display: inline-block;
  position: absolute;
  color: var(--blue);
  background-color: var(--white);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  z-index: 3;
  top: 20px;
  right: 30px;
  border-radius: 4px;
  overflow: hidden;
  padding: 4px 10.5px;
}
.courses-six__item .item-content {
  padding: 20px 20px 20px 16px;
}
.courses-six__item .item-content .content-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.courses-six__item .item-content .content-header .content-meta-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.courses-six__item .item-content .content-header .content-meta-top .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.courses-six__item .item-content .content-header .content-meta-top .rating .rating-text {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.courses-six__item .item-content .content-header .content-meta-top .rating ul {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
}
.courses-six__item .item-content .content-header .content-meta-top .rating ul li {
  list-style: none;
}
.courses-six__item .item-content .content-header .content-meta-top .rating ul li span {
  font-size: 14px;
  color: var(--blue);
}
.courses-six__item .item-content .content-header .content-meta-top .author {
  display: inline-flex;
  align-items: center;
}
.courses-six__item .item-content .content-header .content-meta-top .author .author-text {
  color: var(--text2);
  font-family: var(--font_playfair);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
.courses-six__item .item-content .content-header .content-meta-top .author .author-name {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.courses-six__item .item-content .content-header .content-meta-top > *:not(:first-of-type)::before {
  position: relative;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--black3);
  opacity: 0.14;
  margin-right: 10px;
}
.courses-six__item .item-content .content-header .content-title {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.courses-six__item .item-content .content-header .content-title a {
  font: inherit;
  color: inherit;
  transition: all 0.3s;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.courses-six__item .item-content .content-header .content-title a:hover {
  color: var(--blue);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--blue) 0%, var(--blue) 100%);
}
.courses-six__item .item-content .content-footer {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(var(--blue-rgb), 0.14);
  margin-top: 14px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .courses-six__item .item-content .content-footer {
    margin-top: 12px;
    padding-top: 15px;
  }
}
.courses-six__item .item-content .content-footer .content-meta-bottom {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .courses-six__item .item-content .content-footer .content-meta-bottom {
    padding-bottom: 12px;
  }
}
.courses-six__item .item-content .content-footer .content-meta-bottom .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.courses-six__item .item-content .content-footer .content-meta-bottom .meta-item .mata-icon {
  display: grid;
  place-content: center;
  width: 18px;
  height: 18px;
  aspect-ratio: 1/1;
  color: var(--black3);
}
.courses-six__item .item-content .content-footer .content-meta-bottom .meta-item .meta-text {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.courses-six__item .item-content .content-footer .content-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courses-six__item .item-content .content-footer .content-footer-bottom .price {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
}
.courses-six__item .item-content .content-footer .content-footer-bottom .price ins {
  font: inherit;
  color: inherit;
  text-transform: capitalize;
  text-decoration: none;
}
.courses-six__item .item-content .content-footer .content-footer-bottom .price del {
  color: var(--red);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.courses-six__item .item-content .content-footer .content-footer-bottom .button-square span {
  color: var(--blue);
}
.courses-six__item .item-content .content-footer .content-footer-bottom .button-square:hover span {
  color: var(--white);
}
.courses-six__item:hover .item-thumb img {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.courses-six__item.v2 {
  border: none;
}
.courses-six__item.v2 .item-thumb {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
}
.courses-six__item.v2 .item-thumb img {
  border-radius: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.courses-six__item.v2 .item-thumb .tag {
  color: var(--orange);
}
.courses-six__item.v2 .item-content {
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.courses-six__item.v2 .item-content .content-header .content-meta-top .rating .rating-text {
  color: var(--primary);
}
.courses-six__item.v2 .item-content .content-header .content-meta-top .rating ul li span {
  color: var(--orange);
}
.courses-six__item.v2 .item-content .content-header .content-meta-top .author .author-text {
  color: var(--primary);
}
.courses-six__item.v2 .item-content .content-header .content-meta-top .author .author-name {
  color: var(--primary);
}
.courses-six__item.v2 .item-content .content-header .content-meta-top > *:not(:first-of-type)::before {
  background-color: var(--primary);
}
.courses-six__item.v2 .item-content .content-header .content-title {
  color: var(--primary);
}
.courses-six__item.v2 .item-content .content-header .content-title a:hover {
  color: var(--orange);
  background-image: linear-gradient(180deg, var(--orange) 0%, var(--orange) 100%);
}
.courses-six__item.v2 .item-content .content-footer {
  border-top: 1px solid rgba(var(--blue-rgb), 0.14);
}
.courses-six__item.v2 .item-content .content-footer .content-meta-bottom .meta-item .mata-icon {
  color: var(--primary);
}
.courses-six__item.v2 .item-content .content-footer .content-meta-bottom .meta-item .meta-text {
  color: var(--primary);
}
.courses-six__item.v2 .item-content .content-footer .content-footer-bottom .price {
  color: var(--primary);
}
.courses-six__item.v2 .item-content .content-footer .content-footer-bottom .button-square span {
  color: var(--orange);
}
.courses-six__item.v2 .item-content .content-footer .content-footer-bottom .button-square:hover {
  background-color: var(--orange);
  border-color: var(--orange);
}
.courses-six__item.v2 .item-content .content-footer .content-footer-bottom .button-square:hover span {
  color: var(--white);
}
.courses-six__slider .swiper-slide {
  height: auto;
}
.courses-six__pagination {
  position: relative;
  left: unset;
  top: unset;
  bottom: unset;
  right: unset;
  text-align: center;
}
.courses-six__pagination.swiper-pagination-horizontal {
  left: unset;
  top: unset;
  bottom: unset;
  right: unset;
}
.courses-six__pagination .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 2px;
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background-color: #f8f7fa;
  opacity: 1;
  transition: all 0.5s ease;
}
.courses-six__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: var(--blue);
  background-color: var(--blue);
}

.courses-seven.section {
  position: relative;
  background-color: var(--blue);
}
.courses-seven.section .shape-1,
.courses-seven.section .shape-2,
.courses-seven.section .shape-3,
.courses-seven.section .shape-4 {
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .courses-seven.section .shape-1,
  .courses-seven.section .shape-2,
  .courses-seven.section .shape-3,
  .courses-seven.section .shape-4 {
    display: none;
  }
}
.courses-seven.section .shape-1 img,
.courses-seven.section .shape-2 img,
.courses-seven.section .shape-3 img,
.courses-seven.section .shape-4 img {
  animation: ctaShapeMove 8s infinite linear;
}
.courses-seven.section .shape-1 {
  top: 35%;
  left: 5%;
}
@media only screen and (max-width: 1399px) {
  .courses-seven.section .shape-1 {
    left: 3%;
  }
}
.courses-seven.section .shape-1 img {
  animation-delay: 0s;
}
.courses-seven.section .shape-2 {
  top: 18%;
  left: 50%;
}
.courses-seven.section .shape-2 img {
  animation-delay: -2.6s;
}
.courses-seven.section .shape-3 {
  top: 15%;
  left: 60%;
}
.courses-seven.section .shape-3 img {
  animation-delay: -5.3s;
}
.courses-seven.section .shape-4 {
  position: absolute;
  bottom: 30%;
  right: 5%;
}
@media only screen and (max-width: 1399px) {
  .courses-seven.section .shape-4 {
    right: 3%;
  }
}
.courses-seven.section .shape-4 img {
  animation-delay: -2.6s;
}
.courses-seven__header .sub-title {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.14);
}
.courses-seven__header .sub-title span {
  color: var(--white);
}
.courses-seven__header .title {
  color: var(--white);
}
.courses-seven__header .title span {
  color: var(--yellow);
}
.courses-seven__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 1399px) {
  .courses-seven__items {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .courses-seven__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-seven__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.courses-seven__items.has-border-bottom {
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.courses-seven__item {
  border-radius: 10px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background: var(--white);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.courses-seven__item.v2 .item-content .content-footer .content-infos .info-item .info-label {
  color: var(--blue);
}
.courses-seven__item .item-thumb {
  --border-radius: 6px;
  display: block;
  position: relative;
  margin-inline: 10px;
  margin-block-start: 10px;
  border-radius: var(--border-radius);
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 1;
  flex-grow: 1;
}
@media only screen and (max-width: 1199px) {
  .courses-seven__item .item-thumb {
    margin-inline: 4px;
    margin-block-start: 4px;
  }
}
.courses-seven__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--border-radius);
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -ms-transition: transform 500ms;
}
.courses-seven__item .item-thumb .tag {
  display: inline-block;
  position: absolute;
  color: var(--blue);
  background-color: var(--white);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  z-index: 3;
  top: 20px;
  right: 30px;
  border-radius: 4px;
  overflow: hidden;
  padding: 4px 10.5px;
}
.courses-seven__item .item-content {
  padding: 30px;
}
@media only screen and (max-width: 1399px) {
  .courses-seven__item .item-content {
    padding: 20px;
  }
}
.courses-seven__item .item-content .content-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.courses-seven__item .item-content .content-header .content-meta-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.courses-seven__item .item-content .content-header .content-meta-top .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.courses-seven__item .item-content .content-header .content-meta-top .rating .rating-text {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.courses-seven__item .item-content .content-header .content-meta-top .rating ul {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
}
.courses-seven__item .item-content .content-header .content-meta-top .rating ul li {
  list-style: none;
}
.courses-seven__item .item-content .content-header .content-meta-top .rating ul li span {
  font-size: 14px;
  color: var(--blue);
}
.courses-seven__item .item-content .content-header .content-meta-top .author {
  display: inline-flex;
  align-items: center;
}
.courses-seven__item .item-content .content-header .content-meta-top .author .author-text {
  color: var(--text2);
  font-family: var(--font_playfair);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
.courses-seven__item .item-content .content-header .content-meta-top .author .author-name {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399px) {
  .courses-seven__item .item-content .content-header .content-meta-top .author .author-name {
    font-size: 12px;
  }
}
.courses-seven__item .item-content .content-header .content-meta-top > *:not(:first-of-type)::before {
  position: relative;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--black3);
  opacity: 0.14;
  margin-right: 10px;
}
.courses-seven__item .item-content .content-header .content-title {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.courses-seven__item .item-content .content-header .content-title a {
  font: inherit;
  color: inherit;
  transition: all 0.3s;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.courses-seven__item .item-content .content-header .content-title a:hover {
  color: var(--blue);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--blue) 0%, var(--blue) 100%);
}
.courses-seven__item .item-content .content-header p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.courses-seven__item .item-content .content-footer {
  border-top: 1px solid rgba(var(--blue-rgb), 0.14);
  margin-top: 25px;
  padding-top: 30px;
}
@media only screen and (max-width: 1399px) {
  .courses-seven__item .item-content .content-footer {
    margin-top: 20px;
    padding-top: 25px;
  }
}
.courses-seven__item .item-content .content-footer .content-infos {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
@media only screen and (max-width: 1399px) {
  .courses-seven__item .item-content .content-footer .content-infos {
    gap: 20px;
  }
}
.courses-seven__item .item-content .content-footer .content-infos .info-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.courses-seven__item .item-content .content-footer .content-infos .info-item:not(:last-child) {
  border-right: 1px solid rgba(var(--blue-rgb), 0.14);
  padding-right: 20px;
}
@media only screen and (max-width: 1399px) {
  .courses-seven__item .item-content .content-footer .content-infos .info-item:not(:last-child) {
    padding-right: 15px;
  }
}
.courses-seven__item .item-content .content-footer .content-infos .info-item .info-label {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}
.courses-seven__item .item-content .content-footer .content-infos .info-item .info-value {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.courses-seven__item:hover .item-thumb img {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.courses-seven__pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.courses-seven__pagination ul li a,
.courses-seven__pagination ul li span.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  background-color: var(--white);
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  line-height: 1;
}
.courses-seven__pagination ul li a span.material-symbols-outlined,
.courses-seven__pagination ul li span.dots span.material-symbols-outlined {
  font-size: 18px;
}
.courses-seven__pagination ul li a.arrow,
.courses-seven__pagination ul li span.dots.arrow {
  color: var(--blue);
}
.courses-seven__pagination ul li a:hover, .courses-seven__pagination ul li.active a {
  background-color: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}

.courses-eight.section {
  background-color: var(--white);
}
.courses-eight__item {
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.courses-eight__item:hover .item-thumb img {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}
.courses-eight__item .item-thumb {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.courses-eight__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -ms-transition: transform 500ms;
}
.courses-eight__item .item-thumb .tag {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white);
  color: var(--green);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  z-index: 3;
  padding: 6px 12px;
}
.courses-eight__item .item-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .courses-eight__item .item-content {
    padding: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .courses-eight__item .item-content {
    padding: 20px;
  }
}
.courses-eight__item .item-content .content-header .content-meta-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.courses-eight__item .item-content .content-header .content-meta-top .rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.courses-eight__item .item-content .content-header .content-meta-top .rating .rating-text {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
.courses-eight__item .item-content .content-header .content-meta-top .rating ul {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
}
.courses-eight__item .item-content .content-header .content-meta-top .rating ul li {
  list-style: none;
  line-height: 1;
}
.courses-eight__item .item-content .content-header .content-meta-top .rating ul li span {
  font-size: 16px;
  color: var(--green);
}
.courses-eight__item .item-content .content-header .content-meta-top .price {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  font-family: var(--font_instrument);
  font-size: 32px;
  color: var(--primary);
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .courses-eight__item .item-content .content-header .content-meta-top .price {
    font-size: 26px;
  }
}
.courses-eight__item .item-content .content-header .content-meta-top .price ins {
  text-decoration: none;
  font: inherit;
  color: inherit;
}
.courses-eight__item .item-content .content-header .content-meta-top .price del {
  font-family: var(--font_mona);
  font-size: 18px;
  color: #ff383c;
  text-decoration: line-through;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 991px) {
  .courses-eight__item .item-content .content-header .content-meta-top .price del {
    font-size: 14px;
  }
}
.courses-eight__item .item-content .content-header .content-title {
  color: var(--primary);
  font-family: var(--font_instrument);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media only screen and (max-width: 991px) {
  .courses-eight__item .item-content .content-header .content-title {
    font-size: 26px;
  }
}
.courses-eight__item .item-content .content-header .content-title a {
  font: inherit;
  color: inherit;
  transition: all 0.3s;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.courses-eight__item .item-content .content-header .content-title a:hover {
  color: var(--green);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--green) 0%, var(--green) 100%);
}
.courses-eight__item .item-content .content-header p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.courses-eight__item .item-content .content-footer {
  border-top: 1px solid rgba(26, 69, 59, 0.14);
  padding-top: 24px;
}
.courses-eight__item .item-content .content-footer .content-meta-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courses-eight__item .item-content .content-footer .content-meta-bottom .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--primary);
}
.courses-eight__item .item-content .content-footer .content-meta-bottom .meta-item .meta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  opacity: 0.8;
}
.courses-eight__item .item-content .content-footer .content-meta-bottom .meta-item .meta-icon svg,
.courses-eight__item .item-content .content-footer .content-meta-bottom .meta-item .meta-icon i {
  width: 16px;
  height: 16px;
  display: block;
}
.courses-eight__item .item-content .content-footer .content-meta-bottom .meta-item .meta-text {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 575px) {
  .courses-eight__item .item-content .content-footer .content-meta-bottom .meta-item .meta-text {
    font-size: 12px;
  }
}
.courses-eight__item.v2 .item-thumb .tag {
  left: 20px;
  right: auto;
  background-color: #cd8658;
  color: var(--white);
}
.courses-eight__item.v2 .item-thumb .tag.tag-all-levels {
  background-color: #cd8658;
}
.courses-eight__item.v2 .item-content .content-header .content-meta-top {
  margin-bottom: 24px;
}
.courses-eight__item.v2 .item-content .content-header .content-meta-top .rating ul li span {
  color: var(--tan);
}
.courses-eight__item.v2 .item-content .content-header .content-meta-top .price {
  font-size: 24px;
}
.courses-eight__item.v2 .item-content .content-header .content-title {
  font-size: 28px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .courses-eight__item.v2 .item-content .content-header .content-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .courses-eight__item.v2 .item-content .content-header .content-title {
    font-size: 23px;
    margin-bottom: 18px;
  }
}
.courses-eight__item.v2 .item-content .content-header .content-title a:hover {
  color: var(--tan);
  background-image: linear-gradient(180deg, var(--tan) 0%, var(--tan) 100%);
}
.courses-eight__item.v2 .item-content .content-header .author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .courses-eight__item.v2 .item-content .content-header .author {
    padding-bottom: 18px;
  }
}
.courses-eight__item.v2 .item-content .content-header .author img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.courses-eight__item.v2 .item-content .content-header .author .name {
  font-family: var(--font_mona);
  font-size: 16px;
  color: var(--primary);
  font-weight: 500;
}

.courses-nine__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .courses-nine__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .courses-nine__items {
    grid-template-columns: 1fr;
  }
}

.feature-course__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.feature-course__item {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .feature-course__item {
    flex-direction: column;
    align-items: stretch;
  }
}
.feature-course__item:hover .item-thumb img {
  transform: scale(1.05);
}
.feature-course__item .item-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 580px;
}
@media only screen and (max-width: 1399px) {
  .feature-course__item .item-thumb {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-course__item .item-thumb {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-course__item .item-thumb {
    max-width: 100%;
  }
}
.feature-course__item .item-thumb a {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 580/408;
}
.feature-course__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-course__item .item-thumb .item-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--light-orange);
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 6px 12px;
  line-height: 1;
  z-index: 2;
}
.feature-course__item .item-content {
  flex: 1;
  background: var(--white);
  border: 1px solid var(--border);
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1399px) {
  .feature-course__item .item-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .feature-course__item .item-content {
    padding: 20px;
  }
}
.feature-course__item .item-content .content-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}
.feature-course__item .item-content .content-header .rating-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature-course__item .item-content .content-header .rating-wrap .rating-val {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  font-family: var(--font_mona);
}
.feature-course__item .item-content .content-header .rating-wrap .stars {
  display: flex;
  gap: 2px;
}
.feature-course__item .item-content .content-header .rating-wrap .stars span {
  font-size: 16px;
  color: var(--light-orange);
}
.feature-course__item .item-content .content-header .level-tag {
  background-color: var(--light-orange);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font_mona);
  padding: 4px 10px;
  line-height: 1.2;
  text-transform: capitalize;
}
.feature-course__item .item-content .content-header .level-tag.beginner {
  background-color: var(--primary);
}
.feature-course__item .item-content .item-title {
  font-family: var(--font_forum);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px;
  letter-spacing: -0.64px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: clip;
}
@media only screen and (max-width: 1199px) {
  .feature-course__item .item-content .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-course__item .item-content .item-title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .feature-course__item .item-content .item-title {
    font-size: 22px;
  }
}
.feature-course__item .item-content .item-title a {
  color: var(--primary);
  transition: all 0.3s ease;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 1.5px;
}
.feature-course__item .item-content .item-title a:hover {
  color: var(--light-orange);
  background-size: 100% 1.5px;
  background-image: linear-gradient(180deg, var(--light-orange) 0%, var(--light-orange) 100%);
}
.feature-course__item .item-content .item-desc {
  color: ver(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 34px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 991px) {
  .feature-course__item .item-content .item-desc {
    font-size: 14px;
    margin-bottom: 22px;
  }
}
.feature-course__item .item-content .content-meta-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 24px;
  padding-top: 35px;
  border-top: 1px solid var(--border);
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .feature-course__item .item-content .content-meta-bottom {
    margin-bottom: 20px;
    padding-top: 28px;
  }
}
.feature-course__item .item-content .content-meta-bottom .meta-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 24px;
}
@media only screen and (max-width: 991px) {
  .feature-course__item .item-content .content-meta-bottom .meta-list {
    gap: 10px 15px;
  }
}
.feature-course__item .item-content .content-meta-bottom .meta-list .meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.feature-course__item .item-content .content-meta-bottom .meta-list .meta-item .meta-icon {
  display: flex;
  align-items: center;
  color: var(--primary);
}
.feature-course__item .item-content .content-meta-bottom .meta-list .meta-item .meta-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.feature-course__item .item-content .content-meta-bottom .meta-list .meta-item .meta-text {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font_mona);
  color: var(--primary);
  text-transform: capitalize;
}
.feature-course__item .item-content .content-meta-bottom .price-val {
  font-size: 20px;
  font-weight: 500;
  color: var(--light-orange);
  font-family: var(--font_mona);
  letter-spacing: -0.6px;
}
.feature-course__item .item-content .content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: auto;
}
.feature-course__item .item-content .content-footer .instructor-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.feature-course__item .item-content .content-footer .instructor-info .info-label {
  font-size: 14px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 500;
}
.feature-course__item .item-content .content-footer .instructor-info .instructor-name {
  font-size: 16px;
  color: var(--light-orange);
  font-family: var(--font_mona);
  font-weight: 500;
}

.choose-us-six__inner {
  display: flex;
  align-items: self-start;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .choose-us-six__inner {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-six__content {
    text-align: center;
    margin-inline: auto;
  }
}
.choose-us-six__content a {
  margin-top: 52px;
}
@media only screen and (max-width: 991px) {
  .choose-us-six__content a {
    margin-top: 20px;
  }
}
.choose-us-six__items {
  display: flex;
  flex-direction: column;
  max-width: 660px;
  width: 100%;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .choose-us-six__items {
    max-width: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-six__items {
    max-width: 100%;
  }
}
.choose-us-six__items .choose-us-six__item:nth-child(1) .item-icon {
  background: var(--blue);
  color: var(--white);
}
.choose-us-six__items .choose-us-six__item:nth-child(2) .item-icon {
  background: var(--yellow);
  color: var(--black3);
}
.choose-us-six__items .choose-us-six__item:nth-child(3) .item-icon {
  background: #ff93f0;
  color: var(--black3);
}
.choose-us-six__items .choose-us-six__item:nth-child(4) .item-icon {
  background: #582898;
  color: var(--white);
}
.choose-us-six__item {
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background: var(--white);
  padding: 30px;
  overflow: hidden;
  transition: border-color 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .choose-us-six__item {
    padding: 15px;
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-six__item {
    padding: 10px;
    gap: 15px;
  }
}
.choose-us-six__item .item-icon {
  display: grid;
  place-content: center;
  width: 100px;
  height: 100px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .choose-us-six__item .item-icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-six__item .item-icon {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .choose-us-six__item .item-icon {
    width: 60px;
    height: 60px;
  }
}
.choose-us-six__item .item-icon i,
.choose-us-six__item .item-icon svg {
  max-width: 30px;
}
.choose-us-six__item .item-info .item-title {
  color: var(--black3);
  font-family: var(--font-family);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 1199px) {
  .choose-us-six__item .item-info .item-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-six__item .item-info .item-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.choose-us-six__item .item-info p {
  color: var(--text2);
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 991px) {
  .choose-us-six__item .item-info p {
    font-size: 14px;
  }
}
.choose-us-six__item:hover {
  border-color: var(--blue);
}

.choose-us-seven__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 991px) {
  .choose-us-seven__wrapper {
    flex-direction: column;
  }
}
.choose-us-seven__thumb {
  border-radius: 10px;
  overflow: hidden;
}
.choose-us-seven__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose-us-seven__items {
  max-width: 430px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .choose-us-seven__items {
    max-width: 100%;
  }
}
.choose-us-seven__item {
  background: #ff93f0;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.choose-us-seven__item .item-icon {
  width: 43px;
  height: 43px;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 28px;
}
.choose-us-seven__item .item-content .item-title {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 6px;
}
.choose-us-seven__item.v2 {
  background-color: var(--blue);
}
.choose-us-seven__item.v2 .item-content .item-title {
  color: var(--white);
}
.choose-us-seven__item.v2 p {
  color: rgba(255, 255, 255, 0.8);
}
.choose-us-seven__item.v3 {
  background-color: var(--yellow);
}

.choose-us-eight.section {
  background-color: var(--white);
}
.choose-us-eight__header {
  border-top: 1px solid rgba(26, 69, 59, 0.14);
}
.choose-us-eight__thumb {
  overflow: hidden;
  height: 100%;
}
.choose-us-eight__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose-us-eight__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.choose-us-eight__item {
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .choose-us-eight__item {
    padding: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-eight__item {
    padding: 20px;
  }
}
.choose-us-eight__item:hover {
  transform: translateY(-4px);
  border-color: var(--green);
}
.choose-us-eight__item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .choose-us-eight__item .item-header {
    margin-bottom: 16px;
  }
}
.choose-us-eight__item .item-header .item-number {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--primary);
  text-transform: capitalize;
}
.choose-us-eight__item .item-header .item-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.choose-us-eight__item .item-header .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.choose-us-eight__item .item-title {
  font-family: var(--font_instrument);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  color: var(--primary);
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 991px) {
  .choose-us-eight__item .item-title {
    font-size: 26px;
  }
}
.choose-us-eight__item p {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text2);
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 991px) {
  .choose-us-eight__item p {
    font-size: 15px;
  }
}

.choose-us-nine.section {
  background-color: var(--bg2);
}
.choose-us-nine__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 370px 110px 240px;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .choose-us-nine__items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-nine__items {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15px;
  }
}
.choose-us-nine__item {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.choose-us-nine__item .item-title {
  font-family: var(--font_forum);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .choose-us-nine__item .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-nine__item .item-title {
    font-size: 24px;
  }
}
.choose-us-nine__item.item-1 {
  grid-column: 1/3;
  grid-row: 1;
  height: 370px;
  background-color: var(--light-orange);
  padding-block: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.choose-us-nine__item.item-1 .item-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.choose-us-nine__item.item-1 .item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose-us-nine__item.item-1 .item-header {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 30px;
  padding-inline: 30px;
}
@media only screen and (max-width: 991px) {
  .choose-us-nine__item.item-1 .item-header {
    flex-direction: column;
    gap: 20px;
    padding-inline: 20px;
  }
}
.choose-us-nine__item.item-1 .rating-box {
  background-color: var(--light-orange);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(4px);
  padding: 12px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .choose-us-nine__item.item-1 .rating-box {
    width: 100%;
    justify-content: space-between;
  }
}
.choose-us-nine__item.item-1 .rating-avatars {
  display: flex;
  align-items: center;
}
.choose-us-nine__item.item-1 .rating-avatars img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #f5824a;
  object-fit: cover;
  margin-left: -10px;
}
.choose-us-nine__item.item-1 .rating-avatars img:first-child {
  margin-left: 0;
}
.choose-us-nine__item.item-1 .rating-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.choose-us-nine__item.item-1 .rating-score {
  display: flex;
  align-items: center;
  gap: 6px;
}
.choose-us-nine__item.item-1 .rating-score .score {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.choose-us-nine__item.item-1 .rating-score .stars {
  display: flex;
  gap: 2px;
  color: var(--white);
  font-size: 14px;
}
.choose-us-nine__item.item-1 .rating-score .stars .material-symbols-sharp {
  font-size: 12px;
}
.choose-us-nine__item.item-1 .learners {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
}
.choose-us-nine__item.item-1 .tricker-img-slider {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-block: 10px;
  overflow: hidden;
}
.choose-us-nine__item.item-1 .tricker-img-slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
.choose-us-nine__item.item-1 .tricker-img-slider .swiper-slide {
  width: auto !important;
}
.choose-us-nine__item.item-1 .tricker-img-slider .tricker-img {
  width: 180px;
  height: 170px;
  border: 2px solid var(--white);
  overflow: hidden;
}
.choose-us-nine__item.item-1 .tricker-img-slider .tricker-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose-us-nine__item.item-1 .tricker-img-slider .swiper-slide:nth-child(even) .tricker-img {
  transform: rotate(6deg);
}
.choose-us-nine__item.item-1 .tricker-img-slider .swiper-slide:nth-child(odd) .tricker-img {
  transform: rotate(-6deg);
}
@media only screen and (max-width: 1199px) {
  .choose-us-nine__item.item-1 {
    grid-column: 1/3;
    grid-row: auto;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-nine__item.item-1 {
    grid-column: 1;
    grid-row: auto;
    height: auto;
    min-height: 380px;
    padding-block: 24px;
    gap: 30px;
  }
}
.choose-us-nine__item.item-2 {
  grid-column: 3;
  grid-row: 1/3;
  height: 500px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.choose-us-nine__item.item-2::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.6));
  pointer-events: none;
}
.choose-us-nine__item.item-2 .item-thumb {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.choose-us-nine__item.item-2 .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.choose-us-nine__item.item-2 .item-badge {
  position: relative;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: 100px;
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(2px);
}
.choose-us-nine__item.item-2 .item-title {
  position: relative;
  z-index: 3;
}
.choose-us-nine__item.item-2:hover .item-thumb img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1199px) {
  .choose-us-nine__item.item-2 {
    grid-column: 1;
    grid-row: auto;
    height: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-nine__item.item-2 {
    grid-column: 1;
    grid-row: auto;
    height: 420px;
    padding: 24px;
  }
}
.choose-us-nine__item.item-3 {
  grid-column: 1;
  grid-row: 2/4;
  height: 370px;
  background-color: var(--green);
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.choose-us-nine__item.item-3 .item-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.choose-us-nine__item.item-3 .item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.choose-us-nine__item.item-3 .item-icon {
  width: 60px;
  height: 60px;
}
.choose-us-nine__item.item-3 .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1199px) {
  .choose-us-nine__item.item-3 {
    grid-column: 2;
    grid-row: auto;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-nine__item.item-3 {
    grid-column: 1;
    grid-row: auto;
    height: auto;
    min-height: 420px;
    padding: 24px;
    gap: 30px;
  }
}
.choose-us-nine__item.item-4 {
  grid-column: 2;
  grid-row: 2/4;
  height: 370px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.choose-us-nine__item.item-4::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.7));
  pointer-events: none;
}
.choose-us-nine__item.item-4 .item-thumb {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.choose-us-nine__item.item-4 .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.choose-us-nine__item.item-4 .item-border-top {
  height: 208px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
  z-index: 3;
  width: 100%;
}
.choose-us-nine__item.item-4 .item-border-bottom {
  height: 102px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  align-items: center;
}
.choose-us-nine__item.item-4 .item-footer {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-inline: 20px;
  gap: 15px;
}
.choose-us-nine__item.item-4 .item-footer .item-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.choose-us-nine__item.item-4 .item-footer .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.choose-us-nine__item.item-4:hover .item-thumb img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1199px) {
  .choose-us-nine__item.item-4 {
    grid-column: 1;
    grid-row: auto;
    height: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-nine__item.item-4 {
    grid-column: 1;
    grid-row: auto;
    height: 350px;
    padding: 20px;
  }
  .choose-us-nine__item.item-4 .item-border-top {
    height: 190px;
  }
  .choose-us-nine__item.item-4 .item-border-bottom {
    height: 100px;
  }
  .choose-us-nine__item.item-4 .item-footer {
    padding-inline: 15px;
  }
}
.choose-us-nine__item.item-5 {
  grid-column: 3;
  grid-row: 3;
  height: 240px;
  background-color: var(--bg1);
  border: 1px solid rgba(26, 69, 59, 0.14);
  padding: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.choose-us-nine__item.item-5 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  z-index: 2;
}
.choose-us-nine__item.item-5 .item-content .item-icon {
  width: 42px;
  height: 42px;
  margin-bottom: auto;
}
.choose-us-nine__item.item-5 .item-content .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.choose-us-nine__item.item-5 .item-content .item-title {
  font-size: 24px;
  color: var(--primary);
  letter-spacing: -0.48px;
  max-width: 180px;
}
@media only screen and (max-width: 1199px) {
  .choose-us-nine__item.item-5 .item-content .item-title {
    font-size: 22px;
  }
}
.choose-us-nine__item.item-5 .item-thumb {
  position: relative;
  width: 150px;
  height: 100%;
  z-index: 2;
  overflow: hidden;
  flex-shrink: 0;
}
.choose-us-nine__item.item-5 .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.choose-us-nine__item.item-5:hover .item-thumb img {
  transform: scale(1.05);
}
@media only screen and (max-width: 1199px) {
  .choose-us-nine__item.item-5 {
    grid-column: 2;
    grid-row: auto;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .choose-us-nine__item.item-5 {
    grid-column: 1;
    grid-row: auto;
    height: auto;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .choose-us-nine__item.item-5 .item-content {
    gap: 20px;
  }
  .choose-us-nine__item.item-5 .item-content .item-title {
    max-width: 100%;
  }
  .choose-us-nine__item.item-5 .item-thumb {
    width: 100%;
    height: auto;
  }
}

.instructors-six__wrapper {
  border-top: 1px solid rgba(var(--blue-rgb), 0.14);
}
.instructors-six__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .instructors-six__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .instructors-six__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.instructors-six__item {
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}
.instructors-six__item:nth-child(1) {
  background: #ff93f0;
}
.instructors-six__item:nth-child(2) {
  background: var(--yellow);
}
.instructors-six__item:nth-child(3) {
  background: var(--blue);
}
.instructors-six__item:nth-child(3) .item-header .rating {
  background: var(--yellow);
}
.instructors-six__item:nth-child(3) .item-header .rating .rating-text,
.instructors-six__item:nth-child(3) .item-header .rating .rating-icon {
  color: var(--black3);
}
.instructors-six__item:nth-child(3) .item-header .social ul li:first-child a {
  color: var(--white);
}
.instructors-six__item:nth-child(3) .item-header .social ul li:last-child a {
  color: var(--white);
}
.instructors-six__item:nth-child(3) .item-footer .item-title {
  color: var(--white);
}
.instructors-six__item:nth-child(3) .item-footer .item-designation {
  color: rgba(255, 255, 255, 0.8);
}
.instructors-six__item:nth-child(4) {
  background: #b0eb04;
}
.instructors-six__item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.instructors-six__item .item-header .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: var(--blue);
  padding: 6px 7.5px;
}
.instructors-six__item .item-header .rating .rating-text,
.instructors-six__item .item-header .rating .rating-icon {
  color: var(--white);
}
.instructors-six__item .item-header .rating .rating-text {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.instructors-six__item .item-header .rating .rating-icon {
  font-size: 16px;
}
.instructors-six__item .item-header .social ul {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.instructors-six__item .item-header .social ul li:first-child a {
  color: var(--black3);
  transition: all 0.5s ease;
}
.instructors-six__item .item-header .social ul li:last-child a {
  color: var(--blue);
  opacity: 0.14;
  transition: all 0.5s ease;
}
.instructors-six__item .item-header .social ul li:last-child a:hover {
  opacity: 1;
}
.instructors-six__item .item-thumb {
  display: grid;
  place-content: center;
  margin-inline: auto;
  width: 140px;
  height: 140px;
  aspect-ratio: 1/1;
  margin-block: 72px 50px;
  overflow: hidden;
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .instructors-six__item .item-thumb {
    width: 120px;
    height: 120px;
    margin-block: 50px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .instructors-six__item .item-thumb {
    width: 140px;
    height: 140px;
    margin-block: 72px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .instructors-six__item .item-thumb {
    width: 120px;
    height: 120px;
    margin-block: 50px 30px;
  }
}
.instructors-six__item .item-thumb img {
  display: block;
  font-size: 0;
  line-height: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
  transform-origin: bottom center;
}
.instructors-six__item .item-footer {
  text-align: center;
}
.instructors-six__item .item-footer .item-title {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .instructors-six__item .item-footer .item-title {
    font-size: 18px;
  }
}
.instructors-six__item .item-footer .item-title a {
  color: inherit;
  font: inherit;
}
.instructors-six__item .item-footer .item-designation {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.instructors-six__item:hover .item-thumb img {
  transform: scale(1.1);
}

.instructors-seven__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 1199px) {
  .instructors-seven__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .instructors-seven__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.instructors-seven__item {
  padding-block: 20px 30px;
  padding-inline: 20px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.instructors-seven__item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.instructors-seven__item .item-header .rating {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  padding: 5px 6.5px;
  border-radius: 4px;
}
.instructors-seven__item .item-header .rating .rating-text {
  display: inline-block;
  color: var(--black3);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.instructors-seven__item .item-header .rating .rating-icon {
  font-size: 16px;
  color: var(--black3);
}
.instructors-seven__item .item-header .social ul {
  display: inline-flex;
  align-items: center;
  list-style: none;
  gap: 10px;
}
.instructors-seven__item .item-header .social ul li:nth-child(1) a {
  color: var(--black3);
  transition: all 0.5s ease;
}
.instructors-seven__item .item-header .social ul li:nth-child(1) a:hover {
  color: var(--black3);
}
.instructors-seven__item .item-header .social ul li:nth-child(2) a {
  color: var(--white);
  opacity: 0.14;
  transition: all 0.5s ease;
}
.instructors-seven__item .item-header .social ul li:nth-child(2) a:hover {
  opacity: 1;
}
.instructors-seven__item .item-body .item-thumb {
  max-width: 212px;
  width: 100%;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center center;
  margin-inline: auto;
  display: block;
  width: 100%; /* Or your specific width like 212px */
  aspect-ratio: 1/1; /* Best practice to keep it square for these clip-paths */
  overflow: hidden;
}
.instructors-seven__item .item-footer {
  text-align: center;
  margin-top: 35px;
}
.instructors-seven__item .item-footer .item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
  color: var(--black3);
  transition: all 0.5s ease;
  margin-bottom: 5px;
}
.instructors-seven__item .item-footer .item-title a {
  color: inherit;
  font: inherit;
  transition: all 0.5s ease;
}
.instructors-seven__item .item-footer .item-designation {
  display: block;
}
.instructors-seven__item.v1 {
  background-color: #ff93f0;
}
.instructors-seven__item.v1 .item-header .rating {
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.instructors-seven__item.v1 .item-header .rating .rating-text {
  color: var(--white);
}
.instructors-seven__item.v1 .item-header .rating .rating-icon {
  color: var(--white);
}
.instructors-seven__item.v1 .item-body .item-thumb {
  clip-path: url(#clip-path-v1);
}
.instructors-seven__item.v2 {
  background-color: #f8f5f2;
}
.instructors-seven__item.v2 .item-header .rating {
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.instructors-seven__item.v2 .item-header .rating .rating-text {
  color: var(--black3);
}
.instructors-seven__item.v2 .item-header .rating .rating-icon {
  color: var(--black3);
}
.instructors-seven__item.v2 .item-header .social ul li:nth-child(1) a {
  color: var(--black3);
}
.instructors-seven__item.v2 .item-header .social ul li:nth-child(1) a:hover {
  color: var(--black3);
}
.instructors-seven__item.v2 .item-header .social ul li:nth-child(2) a {
  color: var(--primary);
}
.instructors-seven__item.v2 .item-body .item-thumb {
  clip-path: url(#clip-path-v2);
}
.instructors-seven__item.v3 {
  background-color: var(--blue);
}
.instructors-seven__item.v3 .item-header .rating {
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.instructors-seven__item.v3 .item-header .rating .rating-text {
  color: var(--white);
}
.instructors-seven__item.v3 .item-header .rating .rating-icon {
  color: var(--white);
}
.instructors-seven__item.v3 .item-body .item-thumb {
  clip-path: url(#clip-path-v3);
}
.instructors-seven__item.v3 .item-footer .item-title {
  color: var(--white);
}
.instructors-seven__item.v3 .item-footer .item-designation {
  color: rgba(255, 255, 255, 0.8);
}
.instructors-seven__item.v4 {
  background-color: var(--yellow);
}
.instructors-seven__item.v4 .item-header .rating {
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.instructors-seven__item.v4 .item-header .rating .rating-text {
  color: var(--black3);
}
.instructors-seven__item.v4 .item-header .rating .rating-icon {
  color: var(--black3);
}
.instructors-seven__item.v4 .item-header .social ul li:nth-child(1) a {
  color: var(--black3);
}
.instructors-seven__item.v4 .item-header .social ul li:nth-child(1) a:hover {
  color: var(--black3);
}
.instructors-seven__item.v4 .item-header .social ul li:nth-child(2) a {
  color: var(--primary);
}
.instructors-seven__item.v4 .item-body .item-thumb {
  clip-path: url(#clip-path-v4);
}

#clip-path-v1 path,
#clip-path-v2 path,
#clip-path-v3 path,
#clip-path-v4 path {
  animation: 15s linear 0s infinite normal none running thumbRotate360;
  transform-origin: center center;
  transform-box: fill-box;
}

@keyframes thumbRotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.testimonial-six.section {
  background: #f8f7fa;
}
.testimonial-six__item {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background: var(--blue);
  overflow: hidden;
  padding: 30px;
  user-select: none;
  height: 100%;
}
.testimonial-six__item .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.testimonial-six__item .item-header .item-icon {
  display: grid;
  place-content: center;
  color: var(--white);
}
.testimonial-six__item .item-header .item-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 10px 12px;
}
@media only screen and (max-width: 767px) {
  .testimonial-six__item .item-header .item-rating {
    padding: 8px 10px;
  }
}
.testimonial-six__item .item-header .item-rating .rating-text {
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}
.testimonial-six__item .item-header .item-rating .rating-stars ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonial-six__item .item-header .item-rating .rating-stars ul li span,
.testimonial-six__item .item-header .item-rating .rating-stars ul li i,
.testimonial-six__item .item-header .item-rating .rating-stars ul li svg {
  font-size: 16px;
  color: var(--white);
}
.testimonial-six__item .item-body {
  flex-grow: 1;
}
.testimonial-six__item .item-body .blockquote {
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin: 0;
}
.testimonial-six__item .item-footer {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .testimonial-six__item .item-footer {
    margin-top: 40px;
  }
}
.testimonial-six__item .item-footer .author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonial-six__item .item-footer .author .author-avatar {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
  flex-shrink: 0;
}
@media (max-width: 575px) {
  .testimonial-six__item .item-footer .author .author-avatar {
    width: 40px;
    height: 40px;
  }
}
.testimonial-six__item .item-footer .author .author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-six__item .item-footer .author .author-info {
  display: flex;
  flex-direction: column;
}
.testimonial-six__item .item-footer .author .author-info .author-name {
  display: block;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .testimonial-six__item .item-footer .author .author-info .author-name {
    font-size: 14px;
  }
}
.testimonial-six__item .item-footer .author .author-info .author-designation {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .testimonial-six__item .item-footer .author .author-info .author-designation {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .testimonial-six__item .item-footer .brand-logo {
    max-width: 30%;
  }
}
.testimonial-six__item.v2 {
  background: #ff93f0;
}
.testimonial-six__item.v2 .item-header .item-icon {
  color: var(--black3);
}
.testimonial-six__item.v2 .item-header .item-rating {
  border: 1px solid rgba(122, 78, 255, 0.14);
}
.testimonial-six__item.v2 .item-header .item-rating .rating-text {
  color: var(--black3);
}
.testimonial-six__item.v2 .item-header .item-rating .rating-stars ul li span,
.testimonial-six__item.v2 .item-header .item-rating .rating-stars ul li i,
.testimonial-six__item.v2 .item-header .item-rating .rating-stars ul li svg {
  font-size: 16px;
  color: var(--black3);
}
.testimonial-six__item.v2 .item-body .blockquote {
  color: var(--black3);
}
.testimonial-six__item.v2 .item-footer .author .author-info .author-name {
  color: var(--black3);
}
.testimonial-six__item.v2 .item-footer .author .author-info .author-designation {
  color: var(--text2);
}
.testimonial-six__item.v3 {
  background: #ffdc30;
}
.testimonial-six__item.v3 .item-header .item-icon {
  color: var(--black3);
}
.testimonial-six__item.v3 .item-header .item-rating {
  border: 1px solid rgba(122, 78, 255, 0.14);
}
.testimonial-six__item.v3 .item-header .item-rating .rating-text {
  color: var(--black3);
}
.testimonial-six__item.v3 .item-header .item-rating .rating-stars ul li span,
.testimonial-six__item.v3 .item-header .item-rating .rating-stars ul li i,
.testimonial-six__item.v3 .item-header .item-rating .rating-stars ul li svg {
  font-size: 16px;
  color: var(--black3);
}
.testimonial-six__item.v3 .item-body .blockquote {
  color: var(--black3);
}
.testimonial-six__item.v3 .item-footer .author .author-info .author-name {
  color: var(--black3);
}
.testimonial-six__item.v3 .item-footer .author .author-info .author-designation {
  color: var(--text2);
}
.testimonial-six__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background: #f8f7fa;
  backdrop-filter: blur(4px);
  padding: 15px;
}
@media (max-width: 575px) {
  .testimonial-six__rating {
    padding: 12px;
    gap: 5px;
  }
}
.testimonial-six__rating .authors {
  display: flex;
  align-items: center;
}
.testimonial-six__rating .authors .authors-avatar {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid var(--white);
}
@media (max-width: 575px) {
  .testimonial-six__rating .authors .authors-avatar {
    width: 45px;
    height: 45px;
  }
}
.testimonial-six__rating .authors .authors-avatar:not(:first-of-type) {
  margin-left: -10px;
}
.testimonial-six__rating .authors .authors-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-six__rating .rating-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 575px) {
  .testimonial-six__rating .rating-info {
    gap: 2px;
  }
}
.testimonial-six__rating .rating-info .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial-six__rating .rating-info .rating .rating-text {
  display: inline-block;
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .testimonial-six__rating .rating-info .rating .rating-text {
    font-size: 12px;
  }
}
.testimonial-six__rating .rating-info .rating ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonial-six__rating .rating-info .rating ul li span,
.testimonial-six__rating .rating-info .rating ul li i,
.testimonial-six__rating .rating-info .rating ul li svg {
  font-size: 16px;
  color: var(--blue);
}
@media (max-width: 575px) {
  .testimonial-six__rating .rating-info .rating ul li span,
  .testimonial-six__rating .rating-info .rating ul li i,
  .testimonial-six__rating .rating-info .rating ul li svg {
    font-size: 14px;
  }
}
.testimonial-six__rating .rating-info .happy-customeras {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .testimonial-six__rating .rating-info .happy-customeras {
    font-size: 14px;
  }
}

.testimonial-seven__wrapper {
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .testimonial-seven__wrapper {
    flex-direction: column;
  }
}
.testimonial-seven__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  backdrop-filter: blur(4px);
  padding: 15px;
  margin-top: 55px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-seven__rating {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-seven__rating {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .testimonial-seven__rating {
    padding: 12px;
    gap: 5px;
  }
}
.testimonial-seven__rating .authors {
  display: flex;
  align-items: center;
}
.testimonial-seven__rating .authors .authors-avatar {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid var(--white);
}
@media (max-width: 575px) {
  .testimonial-seven__rating .authors .authors-avatar {
    width: 45px;
    height: 45px;
  }
}
.testimonial-seven__rating .authors .authors-avatar:not(:first-of-type) {
  margin-left: -10px;
}
.testimonial-seven__rating .authors .authors-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-seven__rating .rating-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 575px) {
  .testimonial-seven__rating .rating-info {
    gap: 2px;
  }
}
.testimonial-seven__rating .rating-info .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial-seven__rating .rating-info .rating .rating-text {
  display: inline-block;
  color: var(--blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .testimonial-seven__rating .rating-info .rating .rating-text {
    font-size: 12px;
  }
}
.testimonial-seven__rating .rating-info .rating ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.testimonial-seven__rating .rating-info .rating ul li span,
.testimonial-seven__rating .rating-info .rating ul li i,
.testimonial-seven__rating .rating-info .rating ul li svg {
  font-size: 16px;
  color: var(--blue);
}
@media (max-width: 575px) {
  .testimonial-seven__rating .rating-info .rating ul li span,
  .testimonial-seven__rating .rating-info .rating ul li i,
  .testimonial-seven__rating .rating-info .rating ul li svg {
    font-size: 14px;
  }
}
.testimonial-seven__rating .rating-info .happy-customeras {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .testimonial-seven__rating .rating-info .happy-customeras {
    font-size: 14px;
  }
}
.testimonial-seven__navigation {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
  margin-top: 60px;
  user-select: none;
}
@media only screen and (max-width: 1199px) {
  .testimonial-seven__navigation {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-seven__navigation {
    margin-top: 15px;
    justify-content: center;
  }
}
.testimonial-seven__navigation .nav-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  aspect-ratio: 1/1;
  border-radius: 4px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  color: var(--blue);
  background-color: transparent;
  user-select: none;
  transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 575px) {
  .testimonial-seven__navigation .nav-btn {
    width: 40px;
    height: 40px;
  }
}
.testimonial-seven__navigation .nav-btn i,
.testimonial-seven__navigation .nav-btn svg,
.testimonial-seven__navigation .nav-btn span {
  font-size: 22px;
  display: inline-block;
}
.testimonial-seven__navigation .nav-btn span {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: none;
}
.testimonial-seven__navigation .nav-btn.button-prev span::after {
  position: absolute;
  font-family: "Material Symbols Sharp";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "arrow_insert";
  right: -100%;
  top: 100%;
}
.testimonial-seven__navigation .nav-btn.button-next span::after {
  position: absolute;
  font-family: "Material Symbols Sharp";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "arrow_outward";
  left: -100%;
  top: 100%;
}
.testimonial-seven__navigation .nav-btn:hover {
  background: var(--blue);
  border: 1px solid var(--blue);
  color: var(--white);
}
.testimonial-seven__navigation .nav-btn:hover.button-prev span {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-100%, -100%);
}
.testimonial-seven__navigation .nav-btn:hover.button-next span {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(100%, -100%);
}
.testimonial-seven__slider {
  max-width: 740px;
  width: 100%;
  margin-right: 0;
}
.testimonial-seven__slider .swiper-slide {
  height: auto;
}
.testimonial-seven__item {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  overflow: hidden;
  padding: 20px;
  height: 100%;
}
.testimonial-seven__item .item-header {
  flex-grow: 1;
}
.testimonial-seven__item .item-header .item-icon {
  color: var(--black3);
  margin-bottom: 25px;
}
.testimonial-seven__item .item-header .blockquote {
  font-style: normal;
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
@media only screen and (max-width: 1199px) {
  .testimonial-seven__item .item-header .blockquote {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-seven__item .item-header .blockquote {
    font-size: 20px;
  }
}
.testimonial-seven__item .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 90px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-seven__item .item-footer {
    margin-top: 50px;
  }
}
.testimonial-seven__item .item-footer .author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonial-seven__item .item-footer .author .author-avatar {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-seven__item .item-footer .author .author-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-seven__item .item-footer .author span {
  display: block;
}
.testimonial-seven__item .item-footer .author .author-name {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-seven__item .item-footer .author .author-name {
    font-size: 18px;
  }
}
.testimonial-seven__item .item-footer .author .author-designation {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .testimonial-seven__item .item-footer .author .author-designation {
    font-size: 12px;
  }
}

.testimonial-eight.section {
  background-color: var(--bg2);
}
.testimonial-eight__card.testimonial1__card {
  border-radius: 0;
  border: 1px solid rgba(26, 69, 59, 0.14);
  background-color: var(--bg2);
}
.testimonial-eight__rating.testimonial1__rating {
  border-radius: 0;
}
.testimonial-eight__desc.testimonial1__desc {
  font-family: var(--font_instrument);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.testimonial-eight__img-card.testimonial1__img-card {
  border-radius: 0;
}
.testimonial-eight__author-info.testimonial1__author-info .name {
  font-family: var(--font_instrument);
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}
.testimonial-eight__widget.testimonial1__widget {
  border-radius: 0;
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.testimonial-eight__widget-text.testimonial1__widget-text .stars span {
  color: var(--orange);
}

.testimonial-nine__header {
  border-top: 1px solid rgba(26, 69, 59, 0.14);
}
.testimonial-nine__sliders {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .testimonial-nine__sliders {
    gap: 15px;
  }
}
.testimonial-nine__sliders::before, .testimonial-nine__sliders::after {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  z-index: 10;
  pointer-events: none;
}
@media (max-width: 575px) {
  .testimonial-nine__sliders::before, .testimonial-nine__sliders::after {
    width: 50px;
  }
}
.testimonial-nine__sliders::before {
  left: 0;
  background: linear-gradient(90deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
}
.testimonial-nine__sliders::after {
  right: 0;
  background: linear-gradient(-90deg, var(--white) 0%, rgba(255, 255, 255, 0) 100%);
}
.testimonial-nine__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.testimonial-nine__slider .swiper-wrapper .swiper-slide {
  width: auto;
  height: auto;
}
.testimonial-nine__item {
  height: 100%;
  background: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  padding: 30px;
  width: 440px;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .testimonial-nine__item {
    width: 300px;
    min-height: 340px;
    padding: 20px;
  }
}
.testimonial-nine__item .rating-wrap-two {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  padding: 10px 16px;
  background: var(--white);
  margin-bottom: 24px;
}
.testimonial-nine__item .rating-wrap-two .rating-val {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 700;
  color: var(--light-orange);
}
.testimonial-nine__item .rating-wrap-two .stars {
  display: flex;
  gap: 2px;
  color: var(--light-orange);
}
.testimonial-nine__item .rating-wrap-two .stars span {
  font-size: 14px;
}
.testimonial-nine__item .comment-text {
  font-family: var(--font_forum);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 30px;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .testimonial-nine__item .comment-text {
    font-size: 18px;
  }
}
.testimonial-nine__item .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.testimonial-nine__item .item-footer .user-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-nine__item .item-footer .user-info .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-nine__item .item-footer .user-info .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-nine__item .item-footer .user-info .user-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.testimonial-nine__item .item-footer .user-info .user-meta .name {
  font-family: var(--font_forum);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  text-transform: uppercase;
  margin: 0;
}
.testimonial-nine__item .item-footer .user-info .user-meta .designation {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 700;
  color: #555555;
  text-transform: capitalize;
}
.testimonial-nine__item .item-footer .company-logo {
  height: 24px;
  display: flex;
  align-items: center;
}
.testimonial-nine__item .item-footer .company-logo img {
  height: 100%;
  width: auto;
  max-width: 100px;
  object-fit: contain;
}

.testimonials-ten__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px;
  background-color: var(--white);
  border-radius: 14px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  backdrop-filter: blur(4px);
}
.testimonials-ten__rating .rating-avatars {
  display: flex;
  align-items: center;
}
.testimonials-ten__rating .rating-avatars img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--white);
  object-fit: cover;
  margin-left: -10px;
}
@media only screen and (max-width: 767px) {
  .testimonials-ten__rating .rating-avatars img {
    width: 45px;
    height: 45px;
  }
}
.testimonials-ten__rating .rating-avatars img:first-child {
  margin-left: 0;
}
.testimonials-ten__rating .rating-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-align: left;
}
.testimonials-ten__rating .rating-text .rating-stars {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonials-ten__rating .rating-text .rating-stars .score {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  color: var(--tan);
  line-height: 1;
}
.testimonials-ten__rating .rating-text .rating-stars ul {
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 0;
}
.testimonials-ten__rating .rating-text .rating-stars ul li {
  list-style: none;
  line-height: 1;
}
.testimonials-ten__rating .rating-text .rating-stars ul li span {
  font-size: 16px;
  color: var(--tan);
}
.testimonials-ten__rating .rating-text p {
  font-family: var(--font_mona);
  font-size: 16px;
  color: var(--primary);
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .testimonials-ten__rating .rating-text p {
    font-size: 14px;
  }
}
.testimonials-ten__item {
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}
.testimonials-ten__item:not(:has(.item-thumb)) {
  padding: 30px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .testimonials-ten__item:not(:has(.item-thumb)) {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonials-ten__item:not(:has(.item-thumb)) {
    padding: 20px;
  }
}
.testimonials-ten__item:has(.item-thumb) .item-thumb {
  height: 100%;
  width: 100%;
}
.testimonials-ten__item:has(.item-thumb) .item-thumb img {
  width: 100%;
  min-height: 380px;
  height: 100%;
  object-fit: cover;
}
.testimonials-ten__item .item-content .rating-box {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  padding: 11px 17px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 991px) {
  .testimonials-ten__item .item-content .rating-box {
    padding: 8px 15px;
  }
}
.testimonials-ten__item .item-content .rating-box .score {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  color: var(--tan);
}
.testimonials-ten__item .item-content .rating-box .stars {
  display: flex;
  align-items: center;
  gap: 2px;
  color: var(--tan);
}
.testimonials-ten__item .item-content .rating-box .stars span {
  font-size: 16px;
}
.testimonials-ten__item .item-content .desc {
  font-family: var(--font_forum);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .testimonials-ten__item .item-content .desc {
    font-size: 20px;
  }
}
.testimonials-ten__item .item-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 80px;
}
.testimonials-ten__item .item-author .author-thumb {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
.testimonials-ten__item .item-author .author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-ten__item .item-author .author-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.testimonials-ten__item .item-author .author-info .name {
  font-family: var(--font_forum);
  font-size: 20px;
  font-weight: 400;
  color: var(--primary);
  line-height: 1.2;
  margin: 0;
}
.testimonials-ten__item .item-author .author-info .designation {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--text2);
  line-height: 1;
}
.testimonials-ten__video {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.testimonials-ten__video video {
  display: block;
  width: 100%;
  min-height: 350px;
  object-fit: cover;
  display: block;
}

.brands-six.section {
  background: #f8f7fa;
}
.brands-six__wrapper {
  border-top: 1px solid rgba(var(--blue-rgb), 0.14);
}
.brands-six__header {
  margin-bottom: 35px;
}
.brands-six__header .title {
  color: var(--black3);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.brands-six__header .title span {
  color: var(--blue);
}
.brands-six__items {
  --brands-item-gap: 10px;
  --brands-columns: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--brands-item-gap);
}
@media only screen and (max-width: 991px) {
  .brands-six__items {
    --brands-columns: 4;
  }
}
@media only screen and (max-width: 767px) {
  .brands-six__items {
    --brands-columns: 3;
  }
}
@media only screen and (max-width: 575px) {
  .brands-six__items {
    --brands-columns: 2;
  }
}
@media only screen and (max-width: 425px) {
  .brands-six__items {
    --brands-columns: 1;
  }
}
.brands-six__item {
  flex: 0 0 calc((100% - (var(--brands-columns) - 1) * var(--brands-item-gap)) / var(--brands-columns));
  border-radius: 10px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background: #f8f7fa;
  overflow: hidden;
  padding: 45px 44px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .brands-six__item {
    padding: 35px 20px;
  }
}
.brands-six__item.style-1 {
  border-color: #b0eb04;
  background: #b0eb04;
}
.brands-six__item.style-2 {
  border-color: var(--yellow);
  background: var(--yellow);
}
.brands-six__item.style-3 {
  border-color: #582896;
  background: #582896;
}
.brands-six__item.style-4 {
  border-color: var(--blue);
  background: var(--blue);
}
.brands-six__item.style-5 {
  border-color: #ff93f0;
  background: #ff93f0;
}

.brands-seven__wrapper {
  border-top: 1px solid rgba(26, 69, 59, 0.14);
}
.brands-seven__header {
  margin-bottom: 35px;
}
.brands-seven__header .title {
  color: var(--primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.brands-seven__header .title span {
  color: var(--light-orange);
}
.brands-seven__items {
  --brands-item-gap: 10px;
  --brands-columns: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--brands-item-gap);
}
@media only screen and (max-width: 991px) {
  .brands-seven__items {
    --brands-columns: 4;
  }
}
@media only screen and (max-width: 767px) {
  .brands-seven__items {
    --brands-columns: 3;
  }
}
@media only screen and (max-width: 575px) {
  .brands-seven__items {
    --brands-columns: 2;
  }
}
@media only screen and (max-width: 425px) {
  .brands-seven__items {
    --brands-columns: 1;
  }
}
.brands-seven__item {
  flex: 0 0 calc((100% - (var(--brands-columns) - 1) * var(--brands-item-gap)) / var(--brands-columns));
  border: 1px solid rgba(26, 69, 59, 0.14);
  overflow: hidden;
  padding: 45px 44px;
  text-align: center;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .brands-seven__item {
    padding: 35px 20px;
  }
}
.brands-seven__item:hover {
  border-color: var(--primary);
  transform: translateY(-5px);
}

.acheved-six__items {
  border-radius: 10px;
  background: var(--blue);
  overflow: hidden;
  padding-block: 70px;
  padding-inline: 80px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1199px) {
  .acheved-six__items {
    padding-block: 30px;
    padding-inline: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .acheved-six__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .acheved-six__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.acheved-six__item {
  display: flex;
  justify-content: center;
  padding-inline: 20px;
}
.acheved-six__item:nth-of-type(1) {
  justify-content: start;
  padding-inline: 0px;
}
@media only screen and (max-width: 767px) {
  .acheved-six__item:nth-of-type(1) {
    padding-inline: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .acheved-six__item:nth-of-type(2) {
    border-right: 0 !important;
  }
}
.acheved-six__item:nth-of-type(4) {
  justify-content: end;
  padding-inline: 0px;
}
@media only screen and (max-width: 767px) {
  .acheved-six__item:nth-of-type(4) {
    padding-inline: 20px;
    justify-content: center;
  }
}
.acheved-six__item:not(:nth-of-type(4)) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 767px) {
  .acheved-six__item {
    padding-inline: 20px;
  }
}
@media (max-width: 575px) {
  .acheved-six__item {
    border-right: 0 !important;
    padding: 0 !important;
  }
}
.acheved-six__item .item-inner {
  display: flex;
  flex-direction: column;
  max-width: 145px;
  width: 100%;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .acheved-six__item .item-inner {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .acheved-six__item .item-inner {
    align-items: center;
    gap: 15px;
  }
}
.acheved-six__item .item-inner .item-icon {
  color: var(--white);
}
.acheved-six__item .item-inner .item-body {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: start;
}
@media (max-width: 575px) {
  .acheved-six__item .item-inner .item-body {
    text-align: center;
  }
}
.acheved-six__item .item-inner .item-body .acheved-number {
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
}
.acheved-six__item .item-inner .item-body .acheved-number * {
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 1199px) {
  .acheved-six__item .item-inner .item-body .acheved-number {
    font-size: 26px;
  }
  .acheved-six__item .item-inner .item-body .acheved-number * {
    font-size: 26px;
  }
}
.acheved-six__item .item-inner .item-body .acheved-title {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: -6px;
}
@media only screen and (max-width: 1199px) {
  .acheved-six__item .item-inner .item-body .acheved-title {
    font-size: 14px;
  }
}

.acheved-seven.section {
  background-color: var(--blue);
  position: relative;
  z-index: 2;
}
.acheved-seven.section .shape-1,
.acheved-seven.section .shape-2 {
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .acheved-seven.section .shape-1,
  .acheved-seven.section .shape-2 {
    display: none;
  }
}
.acheved-seven.section .shape-1 img,
.acheved-seven.section .shape-2 img {
  animation: ctaShapeMove 8s infinite linear;
}
.acheved-seven.section .shape-1 {
  top: 20%;
  left: 5%;
}
@media only screen and (max-width: 1919px) {
  .acheved-seven.section .shape-1 {
    top: 20%;
    left: 1%;
  }
}
.acheved-seven.section .shape-2 {
  bottom: 20%;
  right: 5%;
}
@media only screen and (max-width: 1919px) {
  .acheved-seven.section .shape-2 {
    bottom: 20%;
    right: 1%;
  }
}
.acheved-seven.section .shape-2 img {
  animation-delay: -2.6s;
}
.acheved-seven__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 150px;
}
@media only screen and (max-width: 1199px) {
  .acheved-seven__items {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .acheved-seven__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 30px;
  }
}
@media (max-width: 575px) {
  .acheved-seven__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.acheved-seven__item {
  display: flex;
  justify-content: center;
  padding-inline: 20px;
}
.acheved-seven__item:nth-of-type(1) {
  justify-content: start;
  padding-inline: 0px;
}
@media only screen and (max-width: 767px) {
  .acheved-seven__item:nth-of-type(1) {
    padding-inline: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .acheved-seven__item:nth-of-type(2) {
    border-right: 0 !important;
  }
}
.acheved-seven__item:nth-of-type(4) {
  justify-content: end;
  padding-inline: 0px;
}
@media only screen and (max-width: 991px) {
  .acheved-seven__item:nth-of-type(4) {
    padding-inline: 20px;
    justify-content: center;
  }
}
.acheved-seven__item:not(:nth-of-type(4)) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 991px) {
  .acheved-seven__item {
    padding-inline: 20px;
  }
}
@media (max-width: 575px) {
  .acheved-seven__item {
    border-right: 0 !important;
    padding: 0 !important;
  }
}
.acheved-seven__item .item-inner {
  display: flex;
  flex-direction: column;
  max-width: 170px;
  width: 100%;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .acheved-seven__item .item-inner {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .acheved-seven__item .item-inner {
    align-items: center;
    gap: 15px;
  }
}
.acheved-seven__item .item-inner .item-icon {
  color: var(--white);
}
.acheved-seven__item .item-inner .item-body {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: start;
}
@media (max-width: 575px) {
  .acheved-seven__item .item-inner .item-body {
    text-align: center;
  }
}
.acheved-seven__item .item-inner .item-body .acheved-number {
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
}
.acheved-seven__item .item-inner .item-body .acheved-number * {
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.96px;
}
@media only screen and (max-width: 1199px) {
  .acheved-seven__item .item-inner .item-body .acheved-number {
    font-size: 26px;
  }
  .acheved-seven__item .item-inner .item-body .acheved-number * {
    font-size: 26px;
  }
}
.acheved-seven__item .item-inner .item-body .acheved-title {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: -3px;
}
@media only screen and (max-width: 1199px) {
  .acheved-seven__item .item-inner .item-body .acheved-title {
    font-size: 14px;
  }
}

.acheved-eight.section {
  position: relative;
  z-index: 2;
  background-color: var(--white);
}
.acheved-eight__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 991px) {
  .acheved-eight__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
  }
}
@media (max-width: 575px) {
  .acheved-eight__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 30px;
  }
}
.acheved-eight__item {
  display: flex;
  justify-content: center;
  padding-inline: 20px;
}
.acheved-eight__item:nth-of-type(1) {
  justify-content: start;
  padding-inline-start: 0;
}
@media only screen and (max-width: 991px) {
  .acheved-eight__item:nth-of-type(1) {
    justify-content: center;
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .acheved-eight__item:nth-of-type(2) {
    border-right: 0 !important;
  }
}
.acheved-eight__item:nth-of-type(4) {
  justify-content: end;
  padding-inline-end: 0;
}
@media only screen and (max-width: 991px) {
  .acheved-eight__item:nth-of-type(4) {
    justify-content: center;
    padding-inline-end: 20px;
  }
}
.acheved-eight__item:not(:nth-of-type(4)) {
  border-right: 1px solid rgba(26, 69, 59, 0.14);
}
@media (max-width: 575px) {
  .acheved-eight__item {
    border-right: 0 !important;
    padding-inline: 0 !important;
  }
}
.acheved-eight__item .item-inner {
  display: flex;
  flex-direction: column;
  max-width: 210px;
  width: 100%;
  gap: 5px;
}
@media (max-width: 575px) {
  .acheved-eight__item .item-inner {
    align-items: center;
    text-align: center;
  }
}
.acheved-eight__item .item-inner .acheved-number {
  color: var(--primary);
  font-family: var(--font_instrument);
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
.acheved-eight__item .item-inner .acheved-number .odometer-num,
.acheved-eight__item .item-inner .acheved-number .odometer,
.acheved-eight__item .item-inner .acheved-number .odometer-value,
.acheved-eight__item .item-inner .acheved-number .odometer-digit {
  font-family: var(--font_instrument) !important;
  color: var(--primary);
}
.acheved-eight__item .item-inner .acheved-number .symbol {
  color: var(--secondary);
  font-family: var(--font_instrument);
}
@media only screen and (max-width: 1199px) {
  .acheved-eight__item .item-inner .acheved-number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .acheved-eight__item .item-inner .acheved-number {
    font-size: 50px;
  }
}
.acheved-eight__item .item-inner .acheved-title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .acheved-eight__item .item-inner .acheved-title {
    font-size: 15px;
  }
}

.acheved-nine__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 991px) {
  .acheved-nine__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
  }
}
@media (max-width: 575px) {
  .acheved-nine__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 30px;
  }
}
.acheved-nine__item {
  display: flex;
  justify-content: center;
  padding-inline: 20px;
}
.acheved-nine__item:nth-of-type(1) {
  justify-content: start;
  padding-inline-start: 0;
}
@media only screen and (max-width: 991px) {
  .acheved-nine__item:nth-of-type(1) {
    justify-content: center;
    padding-inline-start: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .acheved-nine__item:nth-of-type(2) {
    border-right: 0 !important;
  }
}
.acheved-nine__item:nth-of-type(4) {
  justify-content: end;
  padding-inline-end: 0;
}
@media only screen and (max-width: 991px) {
  .acheved-nine__item:nth-of-type(4) {
    justify-content: center;
    padding-inline-end: 20px;
  }
}
.acheved-nine__item:not(:nth-of-type(4)) {
  border-right: 1px solid rgba(26, 69, 59, 0.14);
}
@media (max-width: 575px) {
  .acheved-nine__item {
    border-right: 0 !important;
    padding-inline: 0 !important;
  }
}
.acheved-nine__item .item-inner {
  display: flex;
  flex-direction: column;
  max-width: 210px;
  width: 100%;
  gap: 5px;
}
@media (max-width: 575px) {
  .acheved-nine__item .item-inner {
    align-items: center;
    text-align: center;
  }
}
.acheved-nine__item .item-inner .acheved-number {
  color: var(--primary);
  font-family: var(--font_forum);
  font-size: 80px;
  font-weight: 400;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
.acheved-nine__item .item-inner .acheved-number .odometer-num,
.acheved-nine__item .item-inner .acheved-number .odometer,
.acheved-nine__item .item-inner .acheved-number .odometer-value,
.acheved-nine__item .item-inner .acheved-number .odometer-digit {
  font-family: var(--font_forum) !important;
  color: var(--primary);
}
.acheved-nine__item .item-inner .acheved-number .symbol {
  color: var(--secondary);
  font-family: var(--font_forum);
}
@media only screen and (max-width: 1199px) {
  .acheved-nine__item .item-inner .acheved-number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .acheved-nine__item .item-inner .acheved-number {
    font-size: 50px;
  }
}
.acheved-nine__item .item-inner .acheved-title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .acheved-nine__item .item-inner .acheved-title {
    font-size: 15px;
  }
}

.blog-six.section {
  background-color: #f8f7fa;
}
.blog-six__items {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media only screen and (max-width: 991px) {
  .blog-six__items {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 575px) {
  .blog-six__items {
    display: flex;
    flex-direction: column;
  }
}
.blog-six__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  border-radius: 10px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  background: #f8f7fa;
  overflow: hidden;
  padding: 6px;
  height: 100%;
}
.blog-six__item:not(.v2) .item-thumb {
  flex-grow: 1;
}
.blog-six__item .item-thumb {
  --blog-border-radious: 6px;
  position: relative;
  flex-shrink: 0;
  display: block;
  width: 100%;
  border-radius: var(--blog-border-radious);
  overflow: hidden;
}
.blog-six__item .item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 300px;
  border-radius: var(--blog-border-radious);
  object-fit: cover;
  overflow: hidden;
  border-radius: var(--blog-border-radious);
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -ms-transition: transform 500ms;
}
.blog-six__item .item-thumb .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  z-index: 2;
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--white);
  overflow: hidden;
  padding: 7px 10px;
}
@media only screen and (max-width: 1399px) {
  .blog-six__item .item-thumb .tag {
    padding: 6px 10px;
    font-size: 12px;
    top: 15px;
    left: 15px;
  }
}
.blog-six__item .item-body {
  border-radius: 10px;
  background: var(--white);
  overflow: hidden;
  padding: 20px 30px;
}
@media only screen and (max-width: 991px) {
  .blog-six__item .item-body {
    padding: 18px 20px;
  }
}
.blog-six__item .item-body .item-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .blog-six__item .item-body .item-meta {
    margin-bottom: 12px;
  }
}
.blog-six__item .item-body .item-meta .author {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-six__item .item-body .item-meta .author .author-thumb {
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.blog-six__item .item-body .item-meta .author .author-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-six__item .item-body .item-meta .author .author-name {
  color: inherit;
  font: inherit;
}
.blog-six__item .item-body .item-meta .meta-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--black3);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.blog-six__item .item-body .item-meta .meta-item:not(:first-child)::before {
  display: block;
  position: relative;
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(var(--blue-rgb), 0.14);
  margin-right: 20px;
}
.blog-six__item .item-body .item-content .item-title {
  color: var(--black3);
  font-size: 24px;
  font-family: var(--font_mona);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.72px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media only screen and (max-width: 1199px) {
  .blog-six__item .item-body .item-content .item-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-six__item .item-body .item-content .item-title {
    font-size: 20px;
  }
}
.blog-six__item .item-body .item-content .item-title a {
  color: inherit;
  font: inherit;
  transition: all 0.5s;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  display: inline;
}
.blog-six__item .item-body .item-content .item-title a:hover {
  color: var(--blue);
  background-size: 100% 1px;
  background-image: linear-gradient(180deg, var(--blue) 0%, var(--blue) 100%);
}
.blog-six__item .item-body .item-content p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-six__item .item-body .item-content p {
    margin-bottom: 25px;
  }
}
.blog-six__item.v2 {
  flex-direction: row;
}
@media (max-width: 575px) {
  .blog-six__item.v2 {
    flex-direction: column;
  }
}
.blog-six__item.v2 .item-thumb {
  width: 228px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .blog-six__item.v2 .item-thumb {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-six__item.v2 .item-thumb {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .blog-six__item.v2 .item-thumb {
    width: 100%;
  }
}
.blog-six__item.v2 .item-thumb img {
  min-height: auto;
}
.blog-six__item.v2 .item-body {
  padding: 20px 16px;
}
.blog-six__item.v2 .item-body .item-content .item-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .blog-six__item.v2 .item-body .item-content .item-title {
    margin-bottom: 8px;
  }
}
.blog-six__item.v2 .item-body .item-content .item-title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.blog-six__item.v2 .item-body .item-content .item-title a:hover {
  color: var(--blue);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--blue) 0%, var(--blue) 100%);
}
.blog-six__item:hover .item-thumb img {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.blog-seven__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media only screen and (max-width: 1399px) {
  .blog-seven__items {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-seven__items {
    display: flex;
    flex-direction: column;
  }
}
.blog-seven__item {
  display: flex;
  gap: 6px;
  border-radius: 10px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  background: var(--white);
  overflow: hidden;
  padding: 6px;
  height: 100%;
}
@media (max-width: 575px) {
  .blog-seven__item {
    flex-direction: column;
  }
}
.blog-seven__item .item-thumb {
  --blog-border-radious: 6px;
  position: relative;
  flex-shrink: 0;
  display: block;
  width: 228px;
  height: auto;
  border-radius: var(--blog-border-radious);
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .blog-seven__item .item-thumb {
    width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-seven__item .item-thumb {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .blog-seven__item .item-thumb {
    width: 100%;
  }
}
.blog-seven__item .item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: auto;
  border-radius: var(--blog-border-radious);
  object-fit: cover;
  overflow: hidden;
  border-radius: var(--blog-border-radious);
  -webkit-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  -ms-transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transform: perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);
  transition: transform 500ms;
  -webkit-transition: transform 500ms;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -ms-transition: transform 500ms;
}
.blog-seven__item .item-thumb .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  display: inline-block;
  z-index: 2;
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--white);
  overflow: hidden;
  padding: 7px 10px;
}
@media only screen and (max-width: 1399px) {
  .blog-seven__item .item-thumb .tag {
    padding: 6px 10px;
    font-size: 12px;
    top: 15px;
    left: 15px;
  }
}
.blog-seven__item .item-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background: var(--bg2);
  overflow: hidden;
  padding: 20px 16px;
}
.blog-seven__item .item-body .item-meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1199px) {
  .blog-seven__item .item-body .item-meta {
    margin-bottom: 12px;
  }
}
.blog-seven__item .item-body .item-meta .author {
  display: flex;
  align-items: center;
  gap: 4px;
}
.blog-seven__item .item-body .item-meta .author .author-thumb {
  width: 22px;
  height: 22px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
}
.blog-seven__item .item-body .item-meta .author .author-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-seven__item .item-body .item-meta .author .author-name {
  color: inherit;
  font: inherit;
}
.blog-seven__item .item-body .item-meta .meta-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--black3);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.blog-seven__item .item-body .item-meta .meta-item:not(:first-child)::before {
  display: block;
  position: relative;
  content: "";
  width: 1px;
  height: 18px;
  background: rgba(var(--blue-rgb), 0.14);
  margin-right: 20px;
}
.blog-seven__item .item-body .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-seven__item .item-body .item-content .item-title {
  color: var(--black3);
  font-size: 26px;
  font-family: var(--font_instrument);
  font-weight: 400;
  line-height: 120%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .blog-seven__item .item-body .item-content .item-title {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.blog-seven__item .item-body .item-content .item-title a {
  color: inherit;
  font: inherit;
  transition: all 0.5s;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  display: inline;
}
.blog-seven__item .item-body .item-content .item-title a:hover {
  color: var(--blue);
  background-size: 100% 1px;
  background-image: linear-gradient(180deg, var(--blue) 0%, var(--blue) 100%);
}
.blog-seven__item .item-body .item-content p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .blog-seven__item .item-body .item-content p {
    margin-bottom: 25px;
  }
}
.blog-seven__item .item-body .item-content .btn-three {
  justify-content: flex-start;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--black3);
  margin-top: 20px;
}
.blog-seven__item .item-body .item-content .btn-three:hover {
  border-color: var(--blue);
}
.blog-seven__item:hover .item-thumb img {
  -webkit-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  -ms-transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
  transform: perspective(400px) rotateX(0.15deg) rotateY(0) scaleX(1.1) scaleY(1.1);
}

.blog-eight__item {
  display: flex;
  gap: 22px;
  border-radius: 10px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  background: var(--white);
  padding: 6px;
  height: 100%;
  align-items: center;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .blog-eight__item {
    flex-direction: column;
    align-items: stretch;
    height: auto;
  }
}
.blog-eight__item .item-thumb {
  width: 228px;
  height: 228px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
  display: block;
}
@media only screen and (max-width: 1399px) {
  .blog-eight__item .item-thumb {
    width: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-eight__item .item-thumb {
    width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-eight__item .item-thumb {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-eight__item .item-thumb {
    width: 160px;
  }
}
@media (max-width: 575px) {
  .blog-eight__item .item-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}
.blog-eight__item .item-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-eight__item .item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-block: 20px;
  padding-right: 22px;
  gap: 40px;
}
@media (max-width: 575px) {
  .blog-eight__item .item-content {
    height: auto;
    padding: 0 20px 20px 20px;
    gap: 25px;
  }
}
.blog-eight__item .content-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog-eight__item .content-body .content-meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.blog-eight__item .content-body .content-meta .author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-eight__item .content-body .content-meta .author .author-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-eight__item .content-body .content-meta .author .author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-eight__item .content-body .content-meta .author .author-name {
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1;
  text-transform: capitalize;
}
.blog-eight__item .content-body .content-meta .meta-item {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  color: var(--primary);
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
}
.blog-eight__item .content-body .content-meta .meta-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: rgba(26, 69, 59, 0.14);
  margin-right: 20px;
}
.blog-eight__item .content-body .item-title {
  font-family: var(--font_forum);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.blog-eight__item .content-body .item-title a {
  color: inherit;
  display: inline;
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: all 0.5s;
}
.blog-eight__item .content-body .item-title a:hover {
  background-size: 100% 1px;
  background-image: linear-gradient(180deg, var(--primary) 0%, var(--primary) 100%);
}
.blog-eight__item:hover .item-thumb img {
  transform: scale(1.1);
}

.faq-six__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .faq-six__wrapper {
    flex-direction: column;
  }
}
.faq-six__content {
  display: flex;
  flex-direction: column;
  gap: 62px;
}
@media only screen and (max-width: 1199px) {
  .faq-six__content {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-six__content {
    text-align: center;
  }
}
.faq-six__content .content-info {
  --content-info-padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 85px;
  max-width: 362px;
  width: 100%;
  border-radius: 10px;
  background: #f8f7fa;
  overflow: hidden;
  padding: var(--content-info-padding);
}
@media only screen and (max-width: 1199px) {
  .faq-six__content .content-info {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-six__content .content-info {
    margin-inline: auto;
    max-width: 100%;
  }
}
.faq-six__content .content-info .contact-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: calc(-1 * (var(--content-info-padding) - 6px));
  margin-inline: calc(-1 * (var(--content-info-padding) - 6px));
  border-radius: 6px;
  background: var(--white);
  padding: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq-six__content .content-info .contact-info {
    flex: 1;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.faq-six__content .content-info .contact-info a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.faq-six__content .content-info .contact-info a i,
.faq-six__content .content-info .contact-info a svg,
.faq-six__content .content-info .contact-info a span {
  font-size: 18px;
  font-weight: 100;
}
.faq-six__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 600px;
  width: 100%;
  border: none;
  --bs-accordion-color: ver(--text2);
  --bs-accordion-bg: var(--white);
  --bs-accordion-transition:
    color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-inner-border-radius: 10px;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
}
@media only screen and (max-width: 1199px) {
  .faq-six__accordion {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-six__accordion {
    max-width: 100%;
  }
}
.faq-six__accordion .accordion-item {
  position: relative;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  border-radius: 10px;
  overflow: hidden;
}
.faq-six__accordion .accordion-item .accordion-header {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 1399px) {
  .faq-six__accordion .accordion-item .accordion-header {
    font-size: 18px;
  }
}
.faq-six__accordion .accordion-item .accordion-header .accordion-button {
  gap: 5px;
  position: unset;
  font: inherit;
  color: inherit;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, height 0.15s ease, padding 0.15s ease;
  padding-inline: 24px 20px;
  padding-block: 25px;
}
@media only screen and (max-width: 1399px) {
  .faq-six__accordion .accordion-item .accordion-header .accordion-button {
    padding-block: 20px;
  }
}
@media (max-width: 575px) {
  .faq-six__accordion .accordion-item .accordion-header .accordion-button {
    padding-inline: 20px 10px;
  }
}
.faq-six__accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--white);
  box-shadow: none;
  padding-block: 0;
  height: 0;
  opacity: 0;
}
.faq-six__accordion .accordion-item .accordion-header .accordion-button::before {
  position: absolute;
  content: "";
  inset: 0;
}
.faq-six__accordion .accordion-item .accordion-header .accordion-button::after {
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  overflow: hidden;
  background: var(--blue);
  font-family: "Material Symbols Sharp";
  font-size: 16px;
  color: var(--white);
  content: "add";
}
.faq-six__accordion .accordion-item .accordion-body {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-block: 10px;
  padding-inline: 10px 20px;
}
@media (max-width: 575px) {
  .faq-six__accordion .accordion-item .accordion-body {
    padding-inline: 10px;
  }
}
.faq-six__accordion .accordion-item .accordion-body .item-content {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .faq-six__accordion .accordion-item .accordion-body .item-content {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .faq-six__accordion .accordion-item .accordion-body .item-content {
    gap: 5px;
    flex-direction: column;
    margin-right: -20px;
  }
}
.faq-six__accordion .accordion-item .accordion-body .item-content .item-thumb {
  flex-shrink: 0;
  max-width: 110px;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .faq-six__accordion .accordion-item .accordion-body .item-content .item-thumb {
    margin-bottom: 5px;
    max-width: 100%;
  }
}
.faq-six__accordion .accordion-item .accordion-body .item-content .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faq-six__accordion .accordion-item .accordion-body .item-content .item-info .item-title {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin-bottom: 5px;
}
.faq-six__accordion .accordion-item .accordion-body .item-content .item-info p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media only screen and (max-width: 767px) {
  .faq-six__accordion .accordion-item .accordion-body .item-content .item-info p {
    font-size: 14px;
  }
}
.faq-six__accordion .accordion-item .accordion-body .item-icon {
  flex-shrink: 0;
  position: relative;
  display: grid;
  place-content: center;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  background-color: var(--blue);
  border-radius: 100%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.001s ease;
}
.faq-six__accordion .accordion-item .accordion-body .item-icon::after {
  top: 50%;
  left: 50%;
  position: absolute;
  font-family: "Material Symbols Sharp";
  font-size: 17px;
  color: var(--white);
  transform: translate(-50%, -50%);
  content: "remove";
}
.faq-six__accordion .accordion-item .accordion-collapse.collapsing .item-icon, .faq-six__accordion .accordion-item .accordion-collapse.show .item-icon {
  opacity: 1;
}
.faq-six__accordion.v2 .accordion-item {
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.faq-six__accordion.v2 .accordion-item .accordion-header {
  font-size: 24px;
  font-family: var(--font_instrument);
}
@media only screen and (max-width: 1399px) {
  .faq-six__accordion.v2 .accordion-item .accordion-header {
    font-size: 20px;
  }
}
.faq-six__accordion.v2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--white);
}
.faq-six__accordion.v2 .accordion-item .accordion-header .accordion-button::after {
  background: transparent;
  color: var(--black3);
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.faq-six__accordion.v2 .accordion-item .accordion-body .item-content .item-info .item-title {
  font-size: 24px;
  font-family: var(--font_instrument);
}
@media only screen and (max-width: 1399px) {
  .faq-six__accordion.v2 .accordion-item .accordion-body .item-content .item-info .item-title {
    font-size: 20px;
  }
}
.faq-six__accordion.v2 .accordion-item .accordion-body .item-icon {
  border: 1px solid rgba(26, 69, 59, 0.14);
  background-color: transparent;
  color: var(--black3);
}
.faq-six__accordion.v2 .accordion-item .accordion-body .item-icon::after {
  color: var(--black3);
}
.faq-six__accordion.v3 .accordion-item .accordion-header {
  color: var(--primary);
}
.faq-six__accordion.v3 .accordion-item .accordion-header .accordion-button::after {
  background-color: var(--primary);
}
.faq-six__accordion.v3 .accordion-item .accordion-body .item-content .item-info .item-title {
  color: var(--primary);
}
.faq-six__accordion.v3 .accordion-item .accordion-body .item-icon {
  background-color: var(--primary);
}

.faq-seven__header {
  border-top: 1px solid rgba(26, 69, 59, 0.14);
}
.faq-seven__accordion {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .faq-seven__accordion {
    flex-direction: column;
    gap: 10px;
  }
}
.faq-seven__accordion-left, .faq-seven__accordion-right {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .faq-seven__accordion-left, .faq-seven__accordion-right {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-seven__accordion-left, .faq-seven__accordion-right {
    max-width: 100%;
  }
}
.faq-seven__thumb {
  border-radius: 10px;
  overflow: hidden;
}
.faq-seven__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-eight__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .faq-eight__wrapper {
    flex-direction: column;
  }
}
.faq-eight__content {
  display: flex;
  flex-direction: column;
  gap: 62px;
}
@media only screen and (max-width: 1199px) {
  .faq-eight__content {
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-eight__content {
    text-align: center;
  }
}
.faq-eight__content .content-info {
  --content-info-padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 85px;
  max-width: 362px;
  width: 100%;
  border-radius: 10px;
  background: #f8f7fa;
  overflow: hidden;
  padding: var(--content-info-padding);
}
@media only screen and (max-width: 1199px) {
  .faq-eight__content .content-info {
    max-width: 400px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-eight__content .content-info {
    margin-inline: auto;
    max-width: 100%;
  }
}
.faq-eight__content .content-info .contact-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: calc(-1 * (var(--content-info-padding) - 6px));
  margin-inline: calc(-1 * (var(--content-info-padding) - 6px));
  border-radius: 6px;
  background: var(--white);
  padding: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq-eight__content .content-info .contact-info {
    flex: 1;
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.faq-eight__content .content-info .contact-info a {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.faq-eight__content .content-info .contact-info a i,
.faq-eight__content .content-info .contact-info a svg,
.faq-eight__content .content-info .contact-info a span {
  font-size: 18px;
  font-weight: 100;
}
.faq-eight__tabs {
  max-width: 280px;
  width: 100%;
  margin: 0;
}
@media only screen and (max-width: 991px) {
  .faq-eight__tabs {
    max-width: 100%;
  }
}
.faq-eight__tabs .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-radius: 0;
  color: var(--primary);
  font-family: var(--font_mona);
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
  padding-block: 16.5px;
  padding-inline: 0;
}
.faq-eight__tabs .nav-link:first-of-type {
  padding-top: 0;
}
.faq-eight__tabs .nav-link span {
  font-size: inherit;
}
.faq-eight__tabs .nav-link.active {
  color: var(--primary);
  background-color: transparent;
  border-bottom-color: var(--primary);
}

.faq-nine__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 991px) {
  .faq-nine__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .faq-nine__content {
    text-align: center;
  }
}
.faq-nine__content .section-header-nine {
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .faq-nine__content .section-header-nine {
    margin-bottom: 20px;
  }
}
.faq-nine__accordion .accordion-item {
  border-radius: 0;
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.faq-nine__accordion .accordion-item .accordion-header {
  font-family: var(--font_forum);
  font-weight: 400;
  color: var(--primary);
  text-transform: uppercase;
}
.faq-nine__accordion .accordion-item .accordion-header .accordion-button {
  text-transform: uppercase;
}
.faq-nine__accordion .accordion-item .accordion-header .accordion-button::after {
  border-radius: 0;
  background-color: var(--primary);
}
.faq-nine__accordion .accordion-item .accordion-body .item-content .item-thumb {
  border-radius: 0;
}
.faq-nine__accordion .accordion-item .accordion-body .item-content .item-info .item-title {
  font-family: var(--font_forum);
  font-weight: 400;
  color: var(--primary);
  text-transform: uppercase;
}
.faq-nine__accordion .accordion-item .accordion-body .item-icon {
  border-radius: 0;
  background-color: var(--primary);
}
.faq-nine__accordion .accordion-item .accordion-body .item-icon::after {
  border-radius: 0;
  background-color: var(--primary);
}

.faq-ten.section {
  background: var(--bg2);
}
.faq-ten__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  .faq-ten__wrapper {
    flex-direction: column;
  }
}
.faq-ten__info {
  max-width: 310px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 991px) {
  .faq-ten__info {
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-ten__info {
    max-width: 100%;
  }
}
.faq-ten__info .item-thumb {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.faq-ten__info .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.faq-ten__info p {
  font-family: var(--font_forum);
  font-size: 24px;
  line-height: 1.1;
  color: var(--primary);
  margin-bottom: 30px;
  letter-spacing: -0.48px;
}
.faq-ten__content {
  max-width: 790px;
  width: 100%;
}
.faq-ten__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: none;
  background: transparent;
}
.faq-ten__accordion .accordion-item {
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 0;
  --bs-accordion-btn-color: inherit;
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: none;
}
.faq-ten__accordion .accordion-item .accordion-header {
  margin: 0;
  padding: 0;
  border: none;
}
.faq-ten__accordion .accordion-item .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  text-align: left;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none;
  padding: 22px 25px;
  color: var(--primary);
  font-family: var(--font_forum);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.48px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .faq-ten__accordion .accordion-item .accordion-button {
    font-size: 20px;
    padding: 18px 20px;
  }
}
.faq-ten__accordion .accordion-item .accordion-button::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: var(--tan);
  flex-shrink: 0;
  position: relative;
  background-image: linear-gradient(to right, var(--white) 0%, var(--white) 100%), linear-gradient(to bottom, var(--white) 0%, var(--white) 100%);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px 2px, 2px 10px;
  transition: background-size 0.2s ease, transform 0.2s ease;
}
.faq-ten__accordion .accordion-item .accordion-button:not(.collapsed) {
  color: var(--primary);
  padding-bottom: 8px;
}
.faq-ten__accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-size: 10px 2px, 0px 0px;
}
.faq-ten__accordion .accordion-item .accordion-body {
  padding: 0 25px 25px 25px;
  border: none;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .faq-ten__accordion .accordion-item .accordion-body {
    padding: 0 20px 20px 20px;
  }
}
.faq-ten__accordion .accordion-item .accordion-body .item-title {
  display: none;
}
.faq-ten__accordion .accordion-item .accordion-body p {
  margin: 0;
  color: #555555;
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0;
}

.footer-six.section {
  background: var(--white);
  padding-bottom: 30px;
}
.footer-six.v2.section {
  background: var(--bg2);
}
.footer-six__main {
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  border-radius: 10px 10px 0px 0px;
  padding: 60px;
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-six__main {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-six__main {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-six__main {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-six__main {
    grid-template-columns: 1fr;
  }
}
.footer-six__main.v2 {
  border-color: rgba(26, 69, 59, 0.14);
  border-radius: 0px;
}
.footer-six__main.v2 .link-list li a:hover {
  color: var(--green);
}
.footer-six__main.v2 .widget-newsletter {
  border-color: rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 1199px) {
  .footer-six__main.v2 .widget-newsletter {
    border-left: none;
  }
}
.footer-six__main.v2 .widget-newsletter .newsletter-form .form-group .form-control {
  border-color: rgba(26, 69, 59, 0.14);
  border-radius: 0;
}
.footer-six__main.v2 .widget-newsletter .newsletter-form .form-group .form-control:focus {
  border-color: var(--green);
}
.footer-six__main.v3 {
  border-color: rgba(26, 69, 59, 0.14);
}
.footer-six__main.v3 .link-list li a:hover {
  color: var(--tan);
}
.footer-six__main.v3 .footer-widget .widget-title {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
.footer-six__main.v3 .widget-newsletter {
  border-color: rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 1199px) {
  .footer-six__main.v3 .widget-newsletter {
    border-left: none;
  }
}
.footer-six__main.v3 .widget-newsletter .newsletter-form .form-group .form-control {
  border-color: rgba(26, 69, 59, 0.14);
  border-radius: 100px;
}
.footer-six__main.v3 .widget-newsletter .newsletter-form .form-group .form-control:focus {
  border-color: var(--tan);
}
.footer-six__main.v3 .widget-newsletter .newsletter-form .form-group .form-control::placeholder {
  opacity: 0.5;
}
.footer-six__main.v3 .widget-newsletter .newsletter-form .form-group .icon {
  color: var(--tan);
}
.footer-six__bottom {
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  padding: 20px;
}
.footer-six__bottom .bottom-header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  margin-bottom: 20px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  padding: 40px;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 1399px) {
  .footer-six__bottom .bottom-header-area {
    padding: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-six__bottom .bottom-header-area {
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-six__bottom .bottom-header-area {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-six__bottom .bottom-header-area {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-six__bottom .bottom-header-area .footer-logo img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-six__bottom .bottom-header-area .footer-logo img {
    max-width: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-six__bottom .bottom-header-area .footer-logo {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-six__bottom .bottom-header-area .footer-logo {
    max-width: 100%;
  }
}
.footer-six__bottom .bottom-header-area .contact-info {
  max-width: 310px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1399px) {
  .footer-six__bottom .bottom-header-area .contact-info {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-six__bottom .bottom-header-area .contact-info {
    max-width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-six__bottom .bottom-header-area .contact-info {
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-six__bottom .bottom-header-area .contact-info {
    max-width: 100%;
    text-align: center;
  }
}
.footer-six__bottom .bottom-header-area .contact-info .contact-title {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399px) {
  .footer-six__bottom .bottom-header-area .contact-info .contact-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-six__bottom .bottom-header-area .contact-info .contact-title {
    font-size: 16px;
  }
}
.footer-six__bottom .bottom-header-area .contact-info ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
@media only screen and (max-width: 1399px) {
  .footer-six__bottom .bottom-header-area .contact-info ul {
    gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-six__bottom .bottom-header-area .contact-info ul {
    align-items: center;
  }
}
.footer-six__bottom .bottom-header-area .contact-info ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.5s ease;
}
.footer-six__bottom .bottom-header-area .contact-info ul li a span,
.footer-six__bottom .bottom-header-area .contact-info ul li a i,
.footer-six__bottom .bottom-header-area .contact-info ul li a svg {
  color: var(--blue);
  font-size: 18px;
}
.footer-six__bottom .bottom-header-area .contact-info ul li a:hover {
  color: var(--blue);
}
.footer-six__bottom .bottom-header-area .app-stores {
  flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
  .footer-six__bottom .bottom-header-area .app-stores {
    max-width: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-six__bottom .bottom-header-area .app-stores {
    text-align: center;
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}
.footer-six__bottom .bottom-header-area .app-stores p {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399px) {
  .footer-six__bottom .bottom-header-area .app-stores p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-six__bottom .bottom-header-area .app-stores p {
    font-size: 12px;
  }
}
.footer-six__bottom .bottom-header-area .app-stores .store-logos {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 1399px) {
  .footer-six__bottom .bottom-header-area .app-stores .store-logos a {
    max-width: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-six__bottom .bottom-header-area .app-stores .store-logos {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 991px) {
  .footer-six__bottom .bottom-header-area .app-stores .store-logos {
    flex-direction: row;
    justify-content: center;
  }
}
.footer-six__bottom .bottom-footer-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .footer-six__bottom .bottom-footer-area {
    flex-direction: column;
  }
}
.footer-six__bottom .bottom-footer-area .footer-copyright .copyright-text {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
.footer-six__bottom .bottom-footer-area .footer-copyright .copyright-text a {
  color: var(--blue);
}
.footer-six__bottom .bottom-footer-area .footer-links ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-six__bottom .bottom-footer-area .footer-links ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-six__bottom .bottom-footer-area .footer-links ul li:not(:first-of-type)::before {
  position: relative;
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgba(var(--blue-rgb), 0.14);
}
.footer-six__bottom .bottom-footer-area .footer-links ul li a {
  display: inline-block;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
.footer-six__bottom .bottom-footer-area .footer-links ul li a:hover {
  color: var(--blue);
}
.footer-six__bottom.v2 {
  border-color: rgba(26, 69, 59, 0.14);
  border-radius: 0px;
}
.footer-six__bottom.v2 .bottom-header-area {
  border-color: rgba(26, 69, 59, 0.14);
  background-color: var(--bg2);
  border-radius: 0px;
}
.footer-six__bottom.v2 .bottom-header-area .contact-info .contact-title {
  font-family: var(--font_instrument);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: var(--primary);
  letter-spacing: normal;
  text-transform: none;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399px) {
  .footer-six__bottom.v2 .bottom-header-area .contact-info .contact-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-six__bottom.v2 .bottom-header-area .contact-info .contact-title {
    font-size: 20px;
  }
}
.footer-six__bottom.v2 .bottom-header-area .contact-info ul li a span,
.footer-six__bottom.v2 .bottom-header-area .contact-info ul li a i,
.footer-six__bottom.v2 .bottom-header-area .contact-info ul li a svg {
  color: var(--green);
}
.footer-six__bottom.v2 .bottom-header-area .contact-info ul li a:hover {
  color: var(--green);
}
.footer-six__bottom.v2 .bottom-header-area .app-stores .store-logos a {
  transition: all 0.3s ease;
}
.footer-six__bottom.v2 .bottom-header-area .app-stores .store-logos a:hover {
  transform: translateY(-5px);
}
.footer-six__bottom.v2 .bottom-footer-area .footer-copyright .copyright-text a {
  color: var(--green);
}
.footer-six__bottom.v2 .bottom-footer-area .footer-links ul li:not(:first-of-type)::before {
  background-color: var(--border);
}
.footer-six__bottom.v2 .bottom-footer-area .footer-links ul li a:hover {
  color: var(--green);
}
.footer-six__bottom.v3 {
  border-color: rgba(26, 69, 59, 0.14);
}
.footer-six__bottom.v3 .bottom-header-area {
  border-color: rgba(26, 69, 59, 0.14);
}
.footer-six__bottom.v3 .bottom-header-area .contact-info {
  max-width: 330px;
  width: 100%;
}
.footer-six__bottom.v3 .bottom-header-area .contact-info .contact-title {
  color: var(--tan);
  font-family: var(--font_forum);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
  text-transform: none;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1399px) {
  .footer-six__bottom.v3 .bottom-header-area .contact-info .contact-title {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-six__bottom.v3 .bottom-header-area .contact-info .contact-title {
    font-size: 20px;
  }
}
.footer-six__bottom.v3 .bottom-header-area .contact-info ul li a {
  color: var(--primary);
}
.footer-six__bottom.v3 .bottom-header-area .contact-info ul li a span,
.footer-six__bottom.v3 .bottom-header-area .contact-info ul li a i,
.footer-six__bottom.v3 .bottom-header-area .contact-info ul li a svg {
  color: var(--tan);
}
.footer-six__bottom.v3 .bottom-header-area .contact-info ul li a:hover {
  color: var(--tan);
}
.footer-six__bottom.v3 .bottom-header-area .app-stores p {
  color: var(--primary);
}
.footer-six__bottom.v3 .bottom-header-area .app-stores .store-logos a {
  transition: all 0.3s ease;
}
.footer-six__bottom.v3 .bottom-header-area .app-stores .store-logos a:hover {
  transform: translateY(-5px);
}
.footer-six__bottom.v3 .bottom-footer-area .footer-copyright .copyright-text a {
  color: var(--tan);
}
.footer-six__bottom.v3 .bottom-footer-area .footer-links ul li:not(:first-of-type)::before {
  background-color: var(--border);
}
.footer-six__bottom.v3 .bottom-footer-area .footer-links ul li a:hover {
  color: var(--tan);
}

.footer-seven.section {
  background-color: var(--bg2);
}
.footer-seven__top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-seven__top-wrapper {
    flex-direction: column;
    text-align: center;
  }
}
.footer-seven__top-wrapper .footer-title {
  font-family: var(--font_instrument);
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -1.44px;
  color: var(--black3);
  margin: 0;
}
@media only screen and (max-width: 1919px) {
  .footer-seven__top-wrapper .footer-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-seven__top-wrapper .footer-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-seven__top-wrapper .footer-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-seven__top-wrapper .footer-title {
    font-size: 32px;
    margin-inline: auto;
  }
}
.footer-seven__top-wrapper .footer-title span {
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 400;
  color: var(--blue);
  letter-spacing: -1.44px;
}
.footer-seven__top-wrapper .footer-newsletter {
  flex-shrink: 0;
  max-width: 466px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .footer-seven__top-wrapper .footer-newsletter {
    margin-inline: auto;
  }
}
.footer-seven__top-wrapper .footer-newsletter .newsletter-label {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.footer-seven__top-wrapper .footer-newsletter .newsletter-form {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-seven__top-wrapper .footer-newsletter .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }
}
.footer-seven__top-wrapper .footer-newsletter .newsletter-form .form-group {
  position: relative;
  width: 320px;
  flex-shrink: 0;
}
@media only screen and (max-width: 1399px) {
  .footer-seven__top-wrapper .footer-newsletter .newsletter-form .form-group {
    width: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-seven__top-wrapper .footer-newsletter .newsletter-form .form-group {
    width: 100%;
  }
}
.footer-seven__top-wrapper .footer-newsletter .newsletter-form .form-group .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 6px;
  padding: 15px 40px 15px 15px;
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text2);
  background: transparent;
  outline: none;
  transition: border-color 0.3s ease;
}
.footer-seven__top-wrapper .footer-newsletter .newsletter-form .form-group .form-control::placeholder {
  color: var(--text2);
}
.footer-seven__top-wrapper .footer-newsletter .newsletter-form .form-group .form-control:focus {
  border-color: var(--blue);
  outline: none;
  box-shadow: none;
}
.footer-seven__top-wrapper .footer-newsletter .newsletter-form .form-group .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text2);
  font-size: 20px;
  pointer-events: none;
}
.footer-seven__top-wrapper .footer-newsletter .newsletter-form .btn-two {
  flex-shrink: 0;
  border: 1px solid rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 991px) {
  .footer-seven__top-wrapper .footer-newsletter .newsletter-form .btn-two {
    margin-inline: auto;
  }
}
.footer-seven__main-inner {
  border-top: 1px solid rgba(26, 69, 59, 0.14);
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
  display: grid;
  grid-template-columns: 3fr 1.2fr 1.8fr 1.2fr auto;
  gap: 30px;
}
@media only screen and (max-width: 1399px) {
  .footer-seven__main-inner {
    grid-template-columns: 2.5fr 1.2fr 2fr 1.2fr auto;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-seven__main-inner {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-seven__main-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-seven__main-inner {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-seven__main-inner {
    grid-template-columns: 1fr;
  }
}
.footer-seven__main-inner .footer-widget.footer-info {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .footer-seven__main-inner .footer-widget.footer-info {
    gap: 25px;
  }
}
.footer-seven__main-inner .footer-widget.footer-info .logo img {
  max-width: 140px;
}
.footer-seven__main-inner .footer-widget.footer-info .description {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .footer-seven__main-inner .footer-widget.footer-info .description {
    font-size: 20px;
  }
}
.footer-seven__main-inner .footer-widget.footer-info .contact-info ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-seven__main-inner .footer-widget.footer-info .contact-info ul li a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-seven__main-inner .footer-widget.footer-info .contact-info ul li a span,
.footer-seven__main-inner .footer-widget.footer-info .contact-info ul li a i,
.footer-seven__main-inner .footer-widget.footer-info .contact-info ul li a svg {
  color: var(--black3);
  font-size: 18px;
  transition: all 0.3s ease;
}
.footer-seven__main-inner .footer-widget.footer-info .contact-info ul li a:hover {
  color: var(--blue);
}
.footer-seven__main-inner .footer-widget.footer-info .contact-info ul li a:hover span,
.footer-seven__main-inner .footer-widget.footer-info .contact-info ul li a:hover i,
.footer-seven__main-inner .footer-widget.footer-info .contact-info ul li a:hover svg {
  color: var(--blue);
}
.footer-seven__main-inner .footer-widget.footer-store {
  position: relative;
  padding-left: 76px;
}
@media only screen and (max-width: 1399px) {
  .footer-seven__main-inner .footer-widget.footer-store {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-seven__main-inner .footer-widget.footer-store {
    padding-left: 0;
  }
}
.footer-seven__main-inner .footer-widget.footer-store::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 1199px) {
  .footer-seven__main-inner .footer-widget.footer-store::before {
    display: none;
  }
}
.footer-seven__main-inner .footer-widget.footer-store .widget-title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .footer-seven__main-inner .footer-widget.footer-store .widget-title {
    margin-bottom: 30px;
  }
}
.footer-seven__main-inner .footer-widget.footer-store .store-icons {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-seven__main-inner .footer-widget.footer-store .store-icons .store-icon {
  display: inline-block;
  max-width: 162px;
  transition: all 0.3s ease;
}
.footer-seven__main-inner .footer-widget.footer-store .store-icons .store-icon:hover {
  transform: translateY(-3px);
}
.footer-seven__main-inner .footer-widget.footer-store .store-icons .store-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.footer-seven__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-block: 15px;
}
@media only screen and (max-width: 991px) {
  .footer-seven__bottom-inner {
    flex-direction: column;
    text-align: center;
  }
}
.footer-seven__bottom-inner .copyright-text {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-transform: capitalize;
}
.footer-seven__bottom-inner .copyright-text a {
  color: var(--blue);
}
.footer-seven__bottom-inner .footer-social ul {
  display: flex;
  align-items: center;
  gap: 47px;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .footer-seven__bottom-inner .footer-social ul {
    gap: 21px;
  }
}
.footer-seven__bottom-inner .footer-social ul li a {
  display: inline-flex;
  align-items: center;
  position: relative;
  gap: 7px;
  color: var(--black3);
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .footer-seven__bottom-inner .footer-social ul li a {
    font-size: 14px;
  }
}
.footer-seven__bottom-inner .footer-social ul li a:hover {
  color: var(--blue);
}
.footer-seven__bottom-inner .footer-social ul li:not(:first-of-type) a::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  background: rgba(26, 69, 59, 0.14);
  top: 50%;
  left: -23px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .footer-seven__bottom-inner .footer-social ul li:not(:first-of-type) a::before {
    left: -10px;
  }
}

.footer-widget .widget-title {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget .widget-title {
    margin-bottom: 25px;
  }
}
.footer-widget.v2 .widget-title {
  font-family: var(--font_instrument);
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget.v2 .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.widget-links .link-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .widget-links .link-list {
    gap: 8px;
  }
}
.widget-links .link-list li a {
  display: inline-block;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.5s ease;
}
.widget-links .link-list li a:hover {
  color: var(--blue);
  transform: translateX(5px);
}

.widget-newsletter {
  max-width: 450px;
  width: 100%;
  border-left: 1px solid rgba(var(--blue-rgb), 0.14);
  padding-left: 130px;
}
@media only screen and (max-width: 1399px) {
  .widget-newsletter {
    max-width: 280px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .widget-newsletter {
    max-width: 100%;
    grid-column: 1/-1;
    padding-left: 0;
    border-left: none;
  }
}
.widget-newsletter .newsletter-form .form-group {
  position: relative;
  margin-bottom: 10px;
}
.widget-newsletter .newsletter-form .form-group .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(var(--blue-rgb), 0.14);
  border-radius: 6px;
  padding: 10px 15px;
  padding-right: 40px;
  font-family: var(--font_mona);
  font-size: 16px;
  color: var(--text2);
  background: transparent;
  outline: none;
  transition: all 0.3s ease;
}
.widget-newsletter .newsletter-form .form-group .form-control::placeholder {
  color: var(--text2);
}
.widget-newsletter .newsletter-form .form-group .form-control:focus {
  border-color: var(--blue);
  box-shadow: none;
  outline: none;
}
.widget-newsletter .newsletter-form .form-group .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text2);
  font-size: 20px;
  pointer-events: none;
}

.footer-nine.section {
  background-color: var(--bg2);
  padding-top: 80px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .footer-nine.section {
    padding-top: 60px;
  }
}
.footer-nine__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .footer-nine__top {
    flex-direction: column;
    text-align: center;
    padding-bottom: 30px;
  }
}
.footer-nine__top .footer-title {
  font-family: var(--font_forum);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.44px;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0;
}
.footer-nine__top .footer-title span {
  color: var(--light-orange);
}
@media only screen and (max-width: 1919px) {
  .footer-nine__top .footer-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-nine__top .footer-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-nine__top .footer-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-nine__top .footer-title {
    font-size: 28px;
  }
}
.footer-nine__top .btn-two {
  flex-shrink: 0;
}
.footer-nine__main {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1fr 2fr;
  gap: 50px;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
  padding-block: 60px;
}
@media only screen and (max-width: 1399px) {
  .footer-nine__main {
    gap: 30px;
    grid-template-columns: 2fr 1fr 1fr 1.8fr;
  }
}
@media only screen and (max-width: 991px) {
  .footer-nine__main {
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .footer-nine__main {
    grid-template-columns: 1fr;
  }
}
.footer-nine__main .footer-widget.footer-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-nine__main .footer-widget.footer-info .footer-logo img {
  max-width: 140px;
}
.footer-nine__main .footer-widget.footer-info .description {
  font-family: var(--font_forum);
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .footer-nine__main .footer-widget.footer-info .description {
    font-size: 20px;
  }
}
.footer-nine__main .footer-widget.footer-info .footer-social ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nine__main .footer-widget.footer-info .footer-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  color: var(--primary);
  background-color: transparent;
  transition: all 0.3s ease;
  font-size: 14px;
}
.footer-nine__main .footer-widget.footer-info .footer-social ul li a svg {
  display: block;
  transition: all 0.3s ease;
}
.footer-nine__main .footer-widget.footer-info .footer-social ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.footer-nine__main .footer-widget.widget-links .widget-title {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 25px;
}
.footer-nine__main .footer-widget.widget-links .link-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-nine__main .footer-widget.widget-links .link-list li a {
  font-family: var(--font_mona);
  font-size: 16px;
  color: var(--text2);
  transition: all 0.3s ease;
  text-decoration: none;
}
.footer-nine__main .footer-widget.widget-links .link-list li a:hover {
  color: var(--light-orange);
  padding-left: 5px;
}
.footer-nine__main .footer-widget.widget-newsletter {
  border-left: none;
  padding-left: 0;
  max-width: 100%;
}
@media only screen and (max-width: 1399px) {
  .footer-nine__main .footer-widget.widget-newsletter {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-nine__main .footer-widget.widget-newsletter {
    grid-column: auto;
    padding-left: 0;
    border-left: none;
  }
}
@media only screen and (max-width: 991px) {
  .footer-nine__main .footer-widget.widget-newsletter {
    grid-column: 1/-1;
  }
}
.footer-nine__main .footer-widget.widget-newsletter .widget-title {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 25px;
}
.footer-nine__main .footer-widget.widget-newsletter .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-nine__main .footer-widget.widget-newsletter .newsletter-form .form-group {
  position: relative;
  width: 100%;
}
.footer-nine__main .footer-widget.widget-newsletter .newsletter-form .form-group .form-control {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 0px;
  padding: 15px 40px 15px 15px;
  font-family: var(--font_mona);
  font-size: 16px;
  color: var(--text2);
  background: transparent;
  outline: none;
  transition: border-color 0.3s ease;
}
.footer-nine__main .footer-widget.widget-newsletter .newsletter-form .form-group .form-control::placeholder {
  color: var(--text2);
  opacity: 0.6;
}
.footer-nine__main .footer-widget.widget-newsletter .newsletter-form .form-group .form-control:focus {
  border-color: var(--light-orange);
}
.footer-nine__main .footer-widget.widget-newsletter .newsletter-form .form-group .icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text2);
  font-size: 20px;
  pointer-events: none;
}
.footer-nine__main .footer-widget.widget-newsletter .newsletter-form .btn-two {
  width: fit-content;
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.footer-nine__bottom {
  padding-top: 25px;
  text-align: center;
}
.footer-nine__bottom .copyright-text {
  font-family: var(--font_mona);
  font-size: 14px;
  color: var(--text2);
  margin: 0;
}
.footer-nine__bottom .copyright-text a {
  color: var(--primary);
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer-nine__bottom .copyright-text a:hover {
  color: var(--light-orange);
}

.program-seven.section .section-header {
  border-top: 1px solid rgba(26, 69, 59, 0.14);
}
.program-seven__items {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .program-seven__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .program-seven__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.program-seven__item {
  border-radius: 10px;
  background: #ecf0c7;
  overflow: hidden;
  padding: 30px;
  transition: all 0.5s ease;
}
.program-seven__item .item-header {
  margin-bottom: 65px;
  transition: all 0.5s ease;
}
.program-seven__item .item-header .item-icon {
  display: grid;
  place-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--white);
  margin-inline: auto;
  border-radius: 100%;
  overflow: hidden;
  transition: all 0.5s ease;
}
.program-seven__item .item-body {
  text-align: center;
}
.program-seven__item .item-body .item-title {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}
.program-seven__item .item-body .item-title a {
  font: inherit;
  color: inherit;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: all 0.3s ease;
}
.program-seven__item .item-body .item-title a:hover {
  color: var(--blue);
}
.program-seven__item .item-body .duration {
  display: block;
  color: var(--text2);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.program-seven__item .item-body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.5s ease;
}
.program-seven__item .item-footer {
  margin-top: 50px;
  text-align: center;
}
.program-seven__item.active {
  background-color: var(--blue);
}
.program-seven__item.active .item-body .item-title {
  color: var(--white);
}
.program-seven__item.active .item-body .item-title a:hover {
  color: var(--yellow);
}
.program-seven__item.active .item-body .duration {
  color: var(--yellow);
}
.program-seven__item.active .item-body p {
  color: rgba(255, 255, 255, 0.8);
}
.program-seven__item.active .item-footer a .btn-icon,
.program-seven__item.active .item-footer a .btn-text {
  color: var(--white);
}

.program-eight.section {
  background-color: var(--bg2);
}
.program-eight__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 35px;
}
@media only screen and (max-width: 1199px) {
  .program-eight__items {
    gap: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .program-eight__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .program-eight__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}
.program-eight__item {
  position: relative;
  border: 1px solid rgba(26, 69, 59, 0.14);
  background: var(--bg2);
  padding: 40px;
  transition: all 0.5s ease;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .program-eight__item {
    padding: 30px;
  }
}
.program-eight__item::before {
  position: absolute;
  content: "";
  background-color: var(--white);
  width: 0;
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: -10px;
  transition: all 0.5s ease;
  opacity: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .program-eight__item::before {
    width: calc(100% - 20px);
    opacity: 1;
  }
}
.program-eight__item .item-icon {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  perspective: 1000px;
  transform-style: preserve-3d;
}
.program-eight__item .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-style: preserve-3d;
  backface-visibility: hidden;
}
.program-eight__item .item-content {
  margin-top: 135px;
}
@media only screen and (max-width: 1199px) {
  .program-eight__item .item-content {
    margin-top: 80px;
  }
}
.program-eight__item .item-content .item-title {
  color: var(--primary);
  font-family: var(--font_instrument);
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media only screen and (max-width: 1199px) {
  .program-eight__item .item-content .item-title {
    font-size: 28px;
  }
}
.program-eight__item .item-content p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-block: 10px 55px;
}
@media only screen and (max-width: 1399px) {
  .program-eight__item .item-content p {
    margin-block: 10px 40px;
  }
}
.program-eight__item:hover::before, .program-eight__item.active::before {
  width: calc(100% - 20px);
  opacity: 1;
}
.program-eight__item:hover .item-icon img, .program-eight__item.active .item-icon img {
  transform: translateZ(30px) rotate3d(1, 1, 0.5, 360deg) scale(1.05);
}

.gallery-seven.section {
  background: var(--bg2);
  overflow: clip;
}
.gallery-seven__wrapper {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .gallery-seven__wrapper .shape-1,
  .gallery-seven__wrapper .shape-2 {
    display: none;
  }
}
.gallery-seven__wrapper .shape-1 {
  position: absolute;
  pointer-events: none;
  top: 25%;
  left: -150px;
}
.gallery-seven__wrapper .shape-1 img {
  animation: scale-up-down 3s ease-in-out infinite;
}
.gallery-seven__wrapper .shape-2 {
  position: absolute;
  pointer-events: none;
  bottom: 10%;
  right: -150px;
}
.gallery-seven__wrapper .shape-2 img {
  animation: wave 4s infinite ease-in-out;
}
.gallery-seven__header {
  text-align: center;
}
.gallery-seven__header .title {
  font-family: var(--font_instrument);
  font-size: 140px;
  font-weight: 400;
  line-height: 110%;
  background: linear-gradient(0deg, var(--bg2) 0%, #d0d0d0 115.12%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (max-width: 1399px) {
  .gallery-seven__header .title {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .gallery-seven__header .title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .gallery-seven__header .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .gallery-seven__header .title {
    font-size: 60px;
  }
}
.gallery-seven__item {
  border-radius: 10px;
  overflow: hidden;
}
.gallery-seven__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes wave {
  0% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-15px) translateX(8px) rotate(4deg);
  }
  50% {
    transform: translateY(-30px) translateX(0px) rotate(10deg);
  }
  75% {
    transform: translateY(-15px) translateX(-8px) rotate(-2deg);
  }
  100% {
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes scale-up-down {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.process-seven.section {
  overflow: clip;
}
.process-seven__wrapper {
  position: relative;
}
.process-seven__wrapper .shape-1,
.process-seven__wrapper .shape-2 {
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .process-seven__wrapper .shape-1,
  .process-seven__wrapper .shape-2 {
    display: none;
  }
}
.process-seven__wrapper .shape-1 {
  top: 15%;
  left: -150px;
}
.process-seven__wrapper .shape-1 img {
  animation: move-scale 6s infinite ease-in-out;
}
.process-seven__wrapper .shape-2 {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}
.process-seven__wrapper .shape-2 img {
  animation: move-scale 7s infinite ease-in-out reverse;
  transition-delay: 0.2s;
}
.process-seven__item {
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  padding-block: 55px;
  padding-inline: 15px;
}
@media only screen and (max-width: 1399px) {
  .process-seven__item {
    padding-block: 40px;
  }
}
.process-seven__item .item-icon {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  margin-bottom: 25px;
  margin-inline: auto;
}
@media only screen and (max-width: 1399px) {
  .process-seven__item .item-icon {
    width: 100px;
    height: 100px;
  }
}
.process-seven__item .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.process-seven__item .item-title {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 32px;
  font-weight: 400;
  line-height: 110%;
}
@media only screen and (max-width: 1399px) {
  .process-seven__item .item-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .process-seven__item .item-title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .process-seven__item .item-title {
    font-size: 22px;
  }
}
.process-seven__item.v1 {
  background: var(--yellow);
}
.process-seven__item.v2 {
  background: #ff93f0;
}
.process-seven__item.v3 {
  background: #ecf0c7;
}
.process-seven__item.v4 {
  background: #b0eb04;
}

.process-eight.section {
  background-color: var(--white);
}
.process-eight__header .title {
  margin-bottom: 55px;
}
@media only screen and (max-width: 1199px) {
  .process-eight__header .title {
    margin-bottom: 30px;
  }
}
.process-eight__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 575px) {
  .process-eight__items {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.process-eight__item {
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  gap: 68px;
}
@media only screen and (max-width: 1199px) {
  .process-eight__item {
    height: auto;
    gap: 45px;
  }
}
.process-eight__item:hover {
  transform: translateY(-4px);
  border-color: var(--green);
}
.process-eight__item .item-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  height: 24px;
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  width: fit-content;
}
.process-eight__item .item-step.v1 {
  background-color: var(--yellow);
  color: var(--primary);
}
.process-eight__item .item-step.v2 {
  background-color: var(--green);
  color: var(--white);
}
.process-eight__item .item-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.process-eight__item .item-title {
  font-family: var(--font_instrument);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
@media only screen and (max-width: 1399px) {
  .process-eight__item .item-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .process-eight__item .item-title {
    font-size: 24px;
  }
}
.process-eight__item p {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--text2);
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media only screen and (max-width: 991px) {
  .process-eight__item p {
    font-size: 15px;
  }
}

.process-nine.section {
  background-color: var(--bg2);
  overflow: clip;
}
.process-nine__items {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .process-nine__items {
    flex-direction: column;
    gap: 20px;
  }
}
.process-nine__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 1 1 160px;
  min-width: 0;
  height: 320px;
  padding-inline: 30px 10px;
  background-color: var(--green);
  color: var(--white);
  overflow: hidden;
  transition: flex 0.6s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.4s ease;
}
.process-nine__item .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-block: 30px;
  align-items: flex-start;
  width: 250px;
  flex: 0 0 250px;
}
.process-nine__item .item-content .item-icon {
  width: 40px;
  height: 40px;
  margin-bottom: auto;
}
.process-nine__item .item-content .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.process-nine__item .item-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  height: 24px;
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  width: fit-content;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  margin-bottom: 16px;
}
.process-nine__item .item-title {
  font-family: var(--font_forum);
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  color: inherit;
  margin: 0;
  margin-bottom: 12px;
}
.process-nine__item .item-desc {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  max-width: 250px;
}
.process-nine__item .item-thumb {
  width: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  flex-shrink: 0;
  padding-block: 10px;
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease, visibility 0.6s ease;
}
.process-nine__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.process-nine__item.active {
  flex: 0 0 700px !important;
}
.process-nine__item.active .item-thumb {
  width: 376px;
  opacity: 1;
  visibility: visible;
  margin-left: 20px;
}
@media only screen and (max-width: 1399px) {
  .process-nine__item.active .item-thumb {
    margin-left: 0px;
  }
}
.process-nine__item.v2 {
  background-color: var(--yellow);
  color: var(--primary);
}
.process-nine__item.v2 .item-step {
  border-color: rgba(26, 69, 59, 0.14);
  color: var(--primary);
}
.process-nine__item.v2 .item-desc {
  color: var(--text2);
}
.process-nine__item.v3 {
  background-color: var(--light-orange);
  color: var(--white);
}
.process-nine__item.v4 {
  background-color: var(--indigo);
  color: var(--white);
  flex: 1.9 1 310px;
}
@media only screen and (max-width: 1399px) {
  .process-nine__item {
    flex: 1 1 140px;
    padding-inline: 25px 10px;
  }
  .process-nine__item .item-content {
    width: 240px !important;
    flex: 0 0 240px !important;
  }
  .process-nine__item.v4 {
    flex: 1.6 1 290px;
  }
  .process-nine__item.active {
    flex: 0 0 580px !important;
  }
  .process-nine__item.active .item-thumb {
    width: 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .process-nine__item {
    flex: 1 1 140px;
    padding-inline: 20px 10px;
  }
  .process-nine__item .item-content {
    width: 200px !important;
    flex: 0 0 200px !important;
  }
  .process-nine__item.v4 {
    flex: 1.6 1 240px;
  }
  .process-nine__item.active {
    flex: 0 0 440px !important;
  }
  .process-nine__item.active .item-thumb {
    width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .process-nine__item {
    flex: 1 !important;
    width: 100% !important;
    height: auto;
    min-height: 220px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .process-nine__item .item-content {
    padding-block: 0;
    width: 100% !important;
    flex: 1 1 auto !important;
    justify-content: flex-start;
  }
  .process-nine__item .item-content .item-icon {
    margin-bottom: 24px;
  }
  .process-nine__item .item-content .item-desc {
    max-width: 100%;
  }
  .process-nine__item .item-thumb {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 20px;
    padding-block: 0;
    display: block;
    width: 100% !important;
    opacity: 1;
    visibility: visible;
  }
  .process-nine__item .item-thumb img {
    height: 100%;
    min-height: 250px;
  }
  .process-nine__item.active {
    flex: 1 !important;
  }
}

@keyframes move-scale {
  0% {
    transform: translate(0, 0) scale(1);
  }
  20% {
    transform: translate(20px, -10px) scale(1.1);
  }
  40% {
    transform: translate(10px, 15px) scale(1.05);
  }
  60% {
    transform: translate(-10px, -20px) scale(0.95);
  }
  80% {
    transform: translate(-20px, 10px) scale(0.9);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}
.cta-seven.section {
  overflow-x: clip;
}
.cta-seven__header {
  max-width: 320px;
  width: 100%;
}
.cta-seven__header .sub-title span {
  color: var(--black3);
}
.cta-seven__header.v2 p {
  margin-top: 5px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 991px) {
  .cta-seven__header.v2 p {
    margin-bottom: 20px;
  }
}
.cta-seven__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  border-radius: 10px;
  background: var(--yellow);
  overflow: hidden;
  padding: 80px;
  margin-top: -188px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1399px) {
  .cta-seven__wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-seven__wrapper {
    margin-top: -88px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-seven__wrapper {
    flex-direction: column;
    padding: 20px;
  }
}
.cta-seven__wrapper .shape-1,
.cta-seven__wrapper .shape-2,
.cta-seven__wrapper .shape-3 {
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .cta-seven__wrapper .shape-1,
  .cta-seven__wrapper .shape-2,
  .cta-seven__wrapper .shape-3 {
    display: none;
  }
}
.cta-seven__wrapper .shape-1 img,
.cta-seven__wrapper .shape-2 img,
.cta-seven__wrapper .shape-3 img {
  animation: ctaShapeMove 8s infinite linear;
}
.cta-seven__wrapper .shape-1 {
  top: 44px;
  left: 24px;
}
@media only screen and (max-width: 1399px) {
  .cta-seven__wrapper .shape-1 {
    top: 24px;
    left: 14px;
  }
}
.cta-seven__wrapper .shape-2 {
  top: 44px;
  left: 30%;
}
@media only screen and (max-width: 1399px) {
  .cta-seven__wrapper .shape-2 {
    top: 24px;
    left: 20%;
  }
}
.cta-seven__wrapper .shape-2 img {
  animation-delay: -2.6s;
}
.cta-seven__wrapper .shape-3 {
  bottom: 15%;
  left: 30%;
}
@media only screen and (max-width: 1399px) {
  .cta-seven__wrapper .shape-3 {
    bottom: 10%;
    left: 20%;
  }
}
.cta-seven__wrapper .shape-3 img {
  animation-delay: -5.3s;
}
.cta-seven__content {
  max-width: 686px;
  width: 100%;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .cta-seven__content {
    flex-direction: column;
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-seven__content {
    max-width: 100%;
  }
}
.cta-seven__content .item-thumb {
  max-width: 276px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .cta-seven__content .item-thumb {
    width: 100%;
    height: auto;
  }
}
.cta-seven__content .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-seven__content .content-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .cta-seven__content .content-list {
    max-width: 100%;
  }
}
.cta-seven__content .content-list .list-item {
  position: relative;
  background: var(--white);
  border-radius: 10px;
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  transition: all 0.3s ease;
}
@media (max-width: 575px) {
  .cta-seven__content .content-list .list-item {
    flex-direction: column;
    height: auto;
    padding: 15px 20px;
    gap: 10px;
  }
}
.cta-seven__content .content-list .list-item .subject-info {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 24px;
  line-height: 1.1;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .cta-seven__content .content-list .list-item .subject-info {
    font-size: 20px;
  }
}
.cta-seven__content .content-list .list-item .time-info {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 24px;
  line-height: 1.1;
  white-space: nowrap;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .cta-seven__content .content-list .list-item .time-info {
    font-size: 20px;
  }
}
.cta-seven__content .content-list .list-item::after {
  position: absolute;
  content: "";
  height: 30px;
  width: 1px;
  background: rgba(26, 69, 59, 0.14);
  max-width: 1px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .cta-seven__content .content-list .list-item::after {
    display: none;
  }
}
.cta-seven__content .content-list .list-item:nth-child(odd) {
  background: var(--blue);
}
.cta-seven__content .content-list .list-item:nth-child(odd) .subject-info,
.cta-seven__content .content-list .list-item:nth-child(odd) .time-info {
  color: var(--white);
}
.cta-seven__content .content-list .list-item:nth-child(odd)::after {
  background: rgba(255, 255, 255, 0.14);
}

.cta-eight__inner {
  position: relative;
  z-index: 2;
  background-color: var(--green);
}
.cta-eight__inner .bg-pattern {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  pointer-events: none;
}
.cta-eight__content {
  padding-inline: 24px;
}
.cta-eight__content .sub-title,
.cta-eight__content .title {
  color: var(--white);
}
.cta-eight__content p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 550px;
  margin-inline: auto;
  margin-block: 15px 40px;
}

.cta-nine__inner {
  border-radius: 10px;
  background: var(--tan);
  overflow: hidden;
  position: relative;
  padding: 130px 80px;
}
@media only screen and (max-width: 1199px) {
  .cta-nine__inner {
    padding: 100px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-nine__inner {
    padding: 60px 30px;
  }
}
.cta-nine__inner .bg-pattern {
  position: absolute;
  inset: 0;
}
.cta-nine__inner .bg-pattern img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-nine__inner .item-content {
  position: relative;
  z-index: 2;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media only screen and (max-width: 991px) {
  .cta-nine__inner .item-content {
    gap: 30px;
    max-width: 100%;
  }
}
.cta-nine__inner .item-thumb {
  position: absolute;
  right: 60px;
  top: 0;
  bottom: -52px;
  width: 680px;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .cta-nine__inner .item-thumb {
    max-width: 590px;
    right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .cta-nine__inner .item-thumb {
    position: relative;
    right: unset;
    top: unset;
    height: 280px;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .cta-nine__inner .item-thumb {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .cta-nine__inner .item-thumb {
    display: none;
  }
}
.cta-nine__inner .item-thumb img {
  position: absolute;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
  width: 320px;
}
.cta-nine__inner .item-thumb img.img-1 {
  width: 300px;
  height: 400px;
  right: 360px;
  bottom: 0px;
  z-index: 1;
  transform: rotate(-10deg);
}
@media only screen and (max-width: 1199px) {
  .cta-nine__inner .item-thumb img.img-1 {
    width: 170px;
    height: 260px;
    right: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-nine__inner .item-thumb img.img-1 {
    width: 150px;
    right: 380px;
    height: 250px;
  }
}
.cta-nine__inner .item-thumb img.img-2 {
  width: 320px;
  height: 412px;
  left: 50%;
  bottom: 50px;
  z-index: 3;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199px) {
  .cta-nine__inner .item-thumb img.img-2 {
    width: 220px;
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-nine__inner .item-thumb img.img-2 {
    width: 180px;
    height: 250px;
  }
}
.cta-nine__inner .item-thumb img.img-3 {
  width: 280px;
  height: 400px;
  right: 0;
  bottom: 0px;
  z-index: 1;
  transform: rotate(10deg);
}
@media only screen and (max-width: 1199px) {
  .cta-nine__inner .item-thumb img.img-3 {
    width: 170px;
    height: 260px;
    left: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-nine__inner .item-thumb img.img-3 {
    width: 150px;
    left: 380px;
    height: 250px;
  }
}

@keyframes ctaShapeMove {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-15px, 0);
  }
  40% {
    transform: translate(0, -15px);
  }
  60% {
    transform: translate(15px, 0);
  }
  80% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.compare__table {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
.compare__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  align-items: center;
  min-height: 50px;
  padding: 10px 20px;
  border-radius: 4px;
}
.compare__row:not(.compare__row--striped):not(.compare__row--header) {
  min-height: 60px;
}
.compare__row--striped {
  background-color: #f8f5f2;
}
.compare__row--header {
  font-weight: 500;
}
.compare__row--header .compare__cell {
  font-weight: 500;
}
.compare__cell {
  color: var(--primary);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}
.compare__cell.text-center {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .compare__row {
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .compare__row {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 15px;
    gap: 10px;
  }
  .compare__row--header {
    display: none;
  }
  .compare__cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
  }
  .compare__cell.text-center {
    justify-content: space-between;
    text-align: right;
  }
  .compare__cell::before {
    content: attr(data-label);
    font-weight: 500;
    text-align: left;
  }
  .compare__cell:first-child {
    justify-content: center;
    text-align: center;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
  }
  .compare__cell:first-child::before {
    display: none;
  }
}

.instructor-details__wrapper {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 120px;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 1399px) {
  .instructor-details__wrapper {
    grid-template-columns: 500px 1fr;
    gap: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .instructor-details__wrapper {
    grid-template-columns: 400px 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor-details__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.instructor-details__thumb {
  border-radius: 6px;
  overflow: hidden;
}
.instructor-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instructor-details__content .section-top {
  margin-bottom: 16px;
}
.instructor-details__content .content-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.instructor-details__content .content-meta .rating,
.instructor-details__content .content-meta .meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
}
.instructor-details__content .content-meta .meta-divider {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary);
  opacity: 0.3;
}
.instructor-details__content .content-meta .rating .rating-text {
  color: var(--primary);
}
.instructor-details__content .content-meta .rating ul {
  display: flex;
  gap: 2px;
}
.instructor-details__content .content-meta .rating ul li {
  color: var(--secondary);
  font-size: 14px;
  display: flex;
  align-items: center;
}
.instructor-details__content .content-meta .rating ul li span {
  font-size: 14px;
}
.instructor-details__content .content-meta .rating .rating-label {
  color: var(--color-primary);
}
.instructor-details__content .content-meta .mata-icon {
  font-size: 16px;
  color: var(--color-primary-2);
}
.instructor-details__about, .instructor-details__skills, .instructor-details__socials {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.instructor-details__title-sm {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 0;
}
.instructor-details__text {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
  line-height: 1.6;
  margin-bottom: 0;
}
.instructor-details__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.instructor-details__tags .instructor-tag,
.instructor-details__tags .social-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 34px;
  padding: 0 11px 0 12px;
  border: 1px solid var(--border);
  border-radius: 100px;
  background: var(--white);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--primary);
  transition: all 0.3s ease;
}
.instructor-details__tags .instructor-tag .icon,
.instructor-details__tags .social-tag .icon {
  font-size: 16px;
  color: var(--secondary);
  transition: all 0.3s ease;
}
.instructor-details__tags .instructor-tag:hover,
.instructor-details__tags .social-tag:hover {
  background: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}
.instructor-details__tags .instructor-tag:hover .icon,
.instructor-details__tags .social-tag:hover .icon {
  color: var(--white);
}
.instructor-details__tags .social-tag {
  color: var(--secondary);
}
.instructor-details__info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.instructor-details.v2 .instructor-details__content .content-meta .rating,
.instructor-details.v2 .instructor-details__content .content-meta .meta-item {
  color: var(--black3);
}
.instructor-details.v2 .instructor-details__content .content-meta .meta-divider {
  background-color: var(--black3);
}
.instructor-details.v2 .instructor-details__content .content-meta .rating .rating-text {
  color: var(--black3);
}
.instructor-details.v2 .instructor-details__content .content-meta .rating ul li {
  color: var(--blue);
}
.instructor-details.v2 .instructor-details__content .content-meta .rating .rating-label {
  color: var(--black3);
}
.instructor-details.v2 .instructor-details__content .content-meta .mata-icon {
  color: var(--black3);
}
.instructor-details.v2 .instructor-details__title-sm {
  color: var(--black3);
}
.instructor-details.v2 .instructor-details__tags .instructor-tag,
.instructor-details.v2 .instructor-details__tags .social-tag {
  border: 1px solid rgba(26, 69, 59, 0.14);
  background: var(--white);
  color: var(--black3);
}
.instructor-details.v2 .instructor-details__tags .instructor-tag .icon,
.instructor-details.v2 .instructor-details__tags .social-tag .icon {
  color: var(--blue);
}
.instructor-details.v2 .instructor-details__tags .instructor-tag:hover,
.instructor-details.v2 .instructor-details__tags .social-tag:hover {
  background: var(--blue);
  color: var(--white);
  border-color: var(--blue);
}
.instructor-details.v2 .instructor-details__tags .instructor-tag:hover .icon,
.instructor-details.v2 .instructor-details__tags .social-tag:hover .icon {
  color: var(--white);
}
.instructor-details.v2 .instructor-details__tags .social-tag {
  color: var(--blue);
}

.event-details__wrapper {
  display: grid;
  grid-template-columns: 1fr 420px;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
}
@media only screen and (max-width: 1919px) {
  .event-details__wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .event-details__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.event-details__content {
  display: flex;
  flex-direction: column;
}
.event-details__content .content-thumb {
  margin-bottom: 50px;
}
.event-details__content .content-thumb img {
  width: 100%;
  min-height: 300px;
  border-radius: 10px;
  object-fit: cover;
}
.event-details__content .content-title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}
.event-details__content .content-text {
  color: var(--text);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 30px;
}
.event-details__content .content-text.mb-40 {
  margin-bottom: 40px;
}
.event-details__content .content-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
.event-details__content .content-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .event-details__content .content-list li {
    font-size: 14px;
  }
}
.event-details__content .content-list li .icon {
  color: var(--secondary);
  font-size: 20px;
  line-height: 1;
}
.event-details__content .content-location {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .event-details__content .content-location {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  .event-details__content .content-location {
    flex-direction: column;
    align-items: start;
  }
}
.event-details__content .content-location .location-item {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .event-details__content .content-location .location-item {
    font-size: 14px;
  }
}
.event-details__content .content-location .location-item .icon {
  color: var(--secondary);
  font-size: 24px;
  line-height: 1;
}
.event-details__content .content-map {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 420px;
}
.event-details__content .content-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) contrast(100%) brightness(100%);
}
.event-details__sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  flex-shrink: 0;
}

.event-widget {
  padding: 25px 20px;
  border-radius: 10px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  overflow: hidden;
}
.event-widget .widget-title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}
.event-widget__promo .promo1__countdown {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .event-widget__promo .promo1__countdown {
    gap: 5px;
  }
}
.event-widget__promo .promo1__countdown .count-item .number {
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  color: var(--primary);
  text-align: center;
  font-family: var(--font_mona);
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .event-widget__promo .promo1__countdown .count-item .number {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
.event-widget__promo .promo1__countdown .count-item .label {
  color: var(--primary);
  text-align: center;
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .event-widget__promo .promo1__countdown .count-item .label {
    font-size: 14px;
  }
}
.event-widget__promo .promo1__countdown .separator {
  font-weight: 300;
}
.event-widget__ticket {
  user-select: none;
}
.event-widget__ticket .ticket-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.event-widget__ticket .ticket-pricing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--yellow);
  border-radius: 10px;
  padding: 20px 24px;
  border: 1px solid var(--primary);
}
@media only screen and (max-width: 767px) {
  .event-widget__ticket .ticket-pricing {
    padding: 20px 18px;
  }
}
.event-widget__ticket .ticket-pricing .pricing-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.event-widget__ticket .ticket-pricing .pricing-item:nth-child(1) {
  align-items: flex-start;
}
.event-widget__ticket .ticket-pricing .pricing-item:nth-child(2) {
  align-items: center;
}
.event-widget__ticket .ticket-pricing .pricing-item:nth-child(3) {
  align-items: flex-end;
}
.event-widget__ticket .ticket-pricing .pricing-item .label {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .event-widget__ticket .ticket-pricing .pricing-item .label {
    font-size: 12px;
  }
}
.event-widget__ticket .ticket-pricing .pricing-item .value {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.08px;
}
@media only screen and (max-width: 767px) {
  .event-widget__ticket .ticket-pricing .pricing-item .value {
    font-size: 28px;
  }
}
.event-widget__ticket .ticket-pricing .pricing-item .quantity-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid rgba(26, 69, 59, 0.14);
}
.event-widget__ticket .ticket-pricing .pricing-item .quantity-counter .qty-btn {
  background: transparent;
  border: none;
  color: var(--primary);
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}
.event-widget__ticket .ticket-pricing .pricing-item .quantity-counter .qty-btn:hover {
  color: var(--secondary);
}
.event-widget__ticket .ticket-pricing .pricing-item .quantity-counter .qty-val {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  min-width: 15px;
  text-align: center;
}
.event-widget__ticket .ticket-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.event-widget__ticket .ticket-summary span {
  color: var(--text);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}
.event-widget__ticket .ticket-summary span strong {
  color: var(--primary);
  font-weight: 500;
}
.event-widget__calander .calander-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-widget__calander .calander-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  background-color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}
.event-widget__calander .calander-item:hover {
  border-color: var(--primary);
}
.event-widget__calander .calander-icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  display: grid;
  place-content: center;
}
.event-widget__calander .calander-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.event-widget__calander .calander-label {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  margin: 0;
  cursor: pointer;
}

.main-shop__sidebar {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.main-shop__main {
  padding-left: 60px;
  max-width: 970px;
  width: 100%;
}
@media only screen and (max-width: 1919px) {
  .main-shop__main {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-shop__main {
    padding-left: 0;
    max-width: 100%;
  }
}
.main-shop__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.main-shop__header .result-text {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.28px;
  margin: 0;
  text-transform: capitalize;
}
.main-shop__header .sorting-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.main-shop__header .sorting-wrap .sorting-select.nice-select {
  background-color: transparent;
  border: none;
  padding: 0 20px 0 0;
  height: auto;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.main-shop__header .sorting-wrap .sorting-select.nice-select .current {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}
.main-shop__header .sorting-wrap .sorting-select.nice-select::after {
  border-bottom: 2px solid var(--primary);
  border-right: 2px solid var(--primary);
  height: 7px;
  width: 7px;
  right: 0;
  margin-top: -5px;
}
.main-shop__header .sorting-wrap .sorting-select.nice-select .list {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(26, 69, 59, 0.1);
  right: 0;
  left: auto;
  min-width: 180px;
  margin-top: 10px;
}
.main-shop__header .sorting-wrap .sorting-select.nice-select .list .option {
  font-family: var(--font_dm);
  font-size: 14px;
  color: var(--primary);
  font-weight: 500;
  transition: all 0.3s ease;
}
.main-shop__header .sorting-wrap .sorting-select.nice-select .list .option:hover, .main-shop__header .sorting-wrap .sorting-select.nice-select .list .option.focus, .main-shop__header .sorting-wrap .sorting-select.nice-select .list .option.selected.focus {
  background-color: rgba(26, 69, 59, 0.05);
}
.main-shop__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .main-shop__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .main-shop__items {
    grid-template-columns: 1fr;
  }
}
.main-shop__item .item-thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 24px;
}
.main-shop__item .item-thumb a {
  display: block;
  width: 100%;
}
.main-shop__item .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.main-shop__item .item-thumb .item-actions {
  position: absolute;
  bottom: 20px;
  display: flex;
  justify-content: center;
  width: max-content;
  left: 50%;
  gap: 4px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: all 0.3s ease;
}
.main-shop__item .item-thumb .item-actions .add-to-cart {
  background-color: var(--white);
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  padding: 0 14px;
  height: 34px;
  display: flex;
  align-items: center;
  line-height: 1.2;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.main-shop__item .item-thumb .item-actions .add-to-cart:hover {
  color: var(--secondary);
}
.main-shop__item .item-thumb .item-actions .wishlist-btn {
  flex-shrink: 0;
  background-color: var(--primary);
  color: var(--white);
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}
.main-shop__item .item-thumb .item-actions .wishlist-btn .material-symbols-outlined {
  font-size: 18px;
}
.main-shop__item .item-thumb .item-actions .wishlist-btn:hover {
  background-color: var(--secondary);
}
.main-shop__item .item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.main-shop__item .item-info .title {
  margin: 0;
}
.main-shop__item .item-info .title a {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  line-height: 1.2;
  transition: all 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.main-shop__item .item-info .title a:hover {
  color: var(--secondary);
}
.main-shop__item .item-info .price {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.main-shop__item:hover .item-thumb .item-actions, .main-shop__item.active .item-thumb .item-actions {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.main-shop__pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.main-shop__pagination ul li a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F5F2;
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}
.main-shop__pagination ul li a .material-symbols-outlined {
  font-size: 20px;
}
.main-shop__pagination ul li a:hover {
  background-color: var(--primary);
  color: var(--white);
}
.main-shop__pagination ul li.active a {
  background-color: var(--primary);
  color: var(--white);
}

.shop-widget .widget-title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
  text-decoration: none;
}
.shop-widget .widget-title.d-flex {
  cursor: pointer;
}
.shop-widget .widget-title.d-flex .toggle-icon {
  font-size: 20px;
  color: var(--primary);
  font-weight: 300;
}
.shop-widget .widget-title.collapsed .toggle-icon::before {
  content: "add";
}
.shop-widget .widget-title:not(.collapsed) .toggle-icon::before {
  content: "remove";
}
.shop-widget__filter .filter-wrap .range-slider {
  position: relative;
  height: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.shop-widget__filter .filter-wrap .range-slider .range-track {
  width: 100%;
  height: 2px;
  background-color: rgba(26, 69, 59, 0.2);
  position: relative;
  border-radius: 2px;
}
.shop-widget__filter .filter-wrap .range-slider .range-track .range-progress {
  position: absolute;
  height: 2px;
  background-color: var(--primary);
  left: 0;
  right: 40%;
  border-radius: 2px;
}
.shop-widget__filter .filter-wrap .range-slider .range-input {
  position: absolute;
  width: 100%;
  height: 0;
  outline: none;
  pointer-events: none;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  margin: 0;
}
.shop-widget__filter .filter-wrap .range-slider .range-input::-webkit-slider-thumb {
  pointer-events: all;
  appearance: none;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background-color: var(--primary);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.shop-widget__filter .filter-wrap .range-slider .range-input::-moz-range-thumb {
  pointer-events: all;
  width: 12px;
  height: 12px;
  background-color: var(--primary);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  border: none;
}
.shop-widget__filter .filter-wrap .filter-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop-widget__filter .filter-wrap .filter-bottom .price-range {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 400;
}
.shop-widget__filter .filter-wrap .filter-bottom .apply-btn {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.shop-widget__filter .filter-wrap .filter-bottom .apply-btn:hover {
  color: var(--secondary);
}
.shop-widget__search .search-form {
  position: relative;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.shop-widget__search .search-form input {
  width: 100%;
  border: none;
  padding: 10px 30px 10px 0;
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
  background: transparent;
}
.shop-widget__search .search-form input::placeholder {
  color: var(--primary);
  opacity: 1;
}
.shop-widget__search .search-form input:focus {
  outline: none;
}
.shop-widget__search .search-form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop-widget__search .search-form button span {
  font-size: 20px;
}
.shop-widget__search .search-form button:hover {
  color: var(--secondary);
}
.shop-widget__categories .category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.shop-widget__categories .category-list li a {
  color: #555555;
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: 0.3s;
}
.shop-widget__categories .category-list li a:hover {
  color: var(--primary);
}
.shop-widget__best-seller .best-seller-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.shop-widget__best-seller .best-seller-list .best-seller-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.shop-widget__best-seller .best-seller-list .best-seller-item .thumb {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  overflow: hidden;
  background-color: #f4f0e9;
}
.shop-widget__best-seller .best-seller-list .best-seller-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-widget__best-seller .best-seller-list .best-seller-item .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.shop-widget__best-seller .best-seller-list .best-seller-item .info .title {
  margin: 0;
}
.shop-widget__best-seller .best-seller-list .best-seller-item .info .title a {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}
.shop-widget__best-seller .best-seller-list .best-seller-item .info .title a:hover {
  color: var(--secondary);
}
.shop-widget__best-seller .best-seller-list .best-seller-item .info .price {
  color: #555555;
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.shop-widget__tags .tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.shop-widget__tags .tag-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  background-color: var(--white);
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
  transition: 0.3s;
}
.shop-widget__tags .tag-list a:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

.shop-details__product {
  display: grid;
  grid-template-columns: 620px 1fr;
  gap: 100px;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .shop-details__product {
    grid-template-columns: 500px 1fr;
    gap: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .shop-details__product {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .shop-details__product {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.shop-details__product .product-thumb {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.shop-details__product .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-details__product .product-content .title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -1.2px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .shop-details__product .product-content .title {
    font-size: 32px;
  }
}
.shop-details__product .product-content .price {
  display: block;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 25px;
}
.shop-details__product .product-content .rating-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
.shop-details__product .product-content .rating-wrap .stars {
  display: flex;
  color: var(--primary);
}
.shop-details__product .product-content .rating-wrap .stars .material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: "FILL" 1;
}
.shop-details__product .product-content .rating-wrap .count {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.shop-details__product .product-content .description {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 580px;
}
.shop-details__product .product-content .action-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.shop-details__product .product-content .action-wrap .quantity-selector {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 100px;
  padding: 0 30px;
  width: 260px;
  justify-content: space-between;
}
.shop-details__product .product-content .action-wrap .quantity-selector .label {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
}
.shop-details__product .product-content .action-wrap .quantity-selector .quantity-controls {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shop-details__product .product-content .action-wrap .quantity-selector .quantity-controls button {
  background: none;
  border: none;
  color: var(--text2);
  padding: 0;
  font-size: 14px;
}
.shop-details__product .product-content .action-wrap .quantity-selector .quantity-controls button:hover {
  color: var(--primary);
}
.shop-details__product .product-content .action-wrap .quantity-selector .quantity-controls input {
  width: 40px;
  text-align: center;
  border: none;
  color: var(--text2);
  font-family: var(--font_dm);
  font-size: 16px;
  pointer-events: none;
  background: transparent;
  appearance: none;
}
.shop-details__product .product-content .action-wrap .book-now-btn {
  height: 50px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  text-decoration: none;
}
.shop-details__product .product-content .action-wrap .book-now-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.shop-details__product .product-content .meta-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.shop-details__product .product-content .meta-info p {
  margin: 0;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  line-height: 1.6;
}
.shop-details__product .product-content .meta-info p strong {
  color: var(--primary);
  font-weight: 500;
}
.shop-details__product .product-content .meta-info p a {
  color: var(--text2);
  text-decoration: none;
  transition: 0.3s;
}
.shop-details__product .product-content .meta-info p a:hover {
  color: var(--primary);
}
.shop-details__product .product-content .social-share {
  display: flex;
  align-items: center;
  gap: 4px;
}
.shop-details__product .product-content .social-share a {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(26, 69, 59, 0.14);
  color: var(--primary);
  transition: all 0.3s ease;
  text-decoration: none;
}
.shop-details__product .product-content .social-share a:hover {
  background-color: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}
.shop-details__product-info {
  position: relative;
}
.shop-details__product-info .nav-tabs {
  border-bottom: none;
  gap: 60px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .shop-details__product-info .nav-tabs {
    gap: 20px;
  }
}
.shop-details__product-info .nav-tabs .nav-item .nav-link {
  border: none;
  background: transparent;
  color: var(--text2);
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 400;
  padding: 0;
}
.shop-details__product-info .nav-tabs .nav-item .nav-link.active {
  color: var(--primary);
}
.shop-details__product-info .shop-details__tab-divider {
  width: 100%;
  height: 1px;
  background-color: rgba(26, 69, 59, 0.14);
  margin-bottom: 25px;
}
.shop-details__product-info .description-text {
  color: var(--text2);
  font-family: var(--font_dm);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 800px;
}
.shop-details__product-info .description-meta {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-details__product-info .description-meta li {
  color: var(--text2);
  font-family: var(--font_dm);
  font-size: 16px;
  line-height: 1.6;
}
.shop-details__product-info .description-meta li span {
  color: var(--primary);
}
.shop-details__product-info .shop-details__reviews {
  margin-bottom: 25px;
}
.shop-details__product-info .shop-details__reviews .reviews-title {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.shop-details__product-info .shop-details__reviews .review-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .shop-details__product-info .shop-details__reviews .review-item {
    flex-direction: column;
  }
}
.shop-details__product-info .shop-details__reviews .review-item .review-avatar {
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  flex-shrink: 0;
}
.shop-details__product-info .shop-details__reviews .review-item .review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-details__product-info .shop-details__reviews .review-item .review-content .rating {
  display: flex;
  color: var(--primary);
  margin-bottom: 10px;
}
.shop-details__product-info .shop-details__reviews .review-item .review-content .rating .material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: "FILL" 1;
}
.shop-details__product-info .shop-details__reviews .review-item .review-content .reviewer-name {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3px;
}
.shop-details__product-info .shop-details__reviews .review-item .review-content .review-text {
  color: var(--text2);
  font-family: var(--font_dm);
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}
.shop-details__product-info .shop-details__review-form .form-title {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.shop-details__product-info .shop-details__review-form .form-subtitle {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.shop-details__product-info .shop-details__review-form .form-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.shop-details__product-info .shop-details__review-form .form-rating .label {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
}
.shop-details__product-info .shop-details__review-form .form-rating .stars {
  display: flex;
  color: var(--primary);
  gap: 2px;
}
.shop-details__product-info .shop-details__review-form .form-rating .stars .material-symbols-outlined {
  font-size: 16px;
  cursor: pointer;
  font-variation-settings: "FILL" 0;
  transition: all 0.3s ease;
}
.shop-details__product-info .shop-details__review-form .form-rating .stars .material-symbols-outlined:hover, .shop-details__product-info .shop-details__review-form .form-rating .stars .material-symbols-outlined.active {
  font-variation-settings: "FILL" 1;
}
.shop-details__product-info .shop-details__review-form .input-group {
  width: 100%;
}
.shop-details__product-info .shop-details__review-form .input-group input,
.shop-details__product-info .shop-details__review-form .input-group textarea {
  width: 100%;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 6px;
  padding: 15px 20px;
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
}
.shop-details__product-info .shop-details__review-form .input-group input::placeholder,
.shop-details__product-info .shop-details__review-form .input-group textarea::placeholder {
  color: var(--primary);
  opacity: 1;
}
.shop-details__product-info .shop-details__review-form .input-group input:focus,
.shop-details__product-info .shop-details__review-form .input-group textarea:focus {
  outline: none;
  border-color: var(--primary);
}
.shop-details__product-info .shop-details__review-form .input-group input {
  height: 50px;
}
.shop-details__product-info .shop-details__review-form .input-group textarea {
  height: 231px;
  resize: vertical;
}
.shop-details__product-info .shop-details__review-form .theme-btn {
  margin-top: 10px;
}

.cart-page {
  /* Cart Custom Buttons */
}
.cart-page__table .table-responsive {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(26, 69, 59, 0.2) rgba(26, 69, 59, 0.05);
}
.cart-page__table .table-responsive::-webkit-scrollbar {
  height: 6px;
}
.cart-page__table .table-responsive::-webkit-scrollbar-track {
  background: rgba(26, 69, 59, 0.05);
  border-radius: 10px;
}
.cart-page__table .table-responsive::-webkit-scrollbar-thumb {
  background: rgba(26, 69, 59, 0.2);
  border-radius: 10px;
}
.cart-page__table .table-responsive::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}
.cart-page__table .table {
  width: 100%;
  min-width: 1000px;
  margin-bottom: 0;
}
.cart-page__table .table thead th {
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
  padding: 20px 0;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  background-color: transparent;
}
.cart-page__table .table thead th.col-product {
  width: 50%;
  padding-left: 349px;
}
.cart-page__table .table thead th.col-price {
  width: 15%;
  text-align: center;
}
.cart-page__table .table thead th.col-quantity {
  width: 20%;
  text-align: center;
}
.cart-page__table .table thead th.col-subtotal {
  width: 15%;
  text-align: center;
}
.cart-page__table .table tbody tr td {
  padding: 30px 0;
  vertical-align: middle;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.cart-page__table .table tbody tr td.col-product {
  padding-left: 0;
}
.cart-page__table .table tbody tr td.col-price {
  text-align: center;
}
.cart-page__table .table tbody tr td.col-quantity {
  text-align: center;
}
.cart-page__table .table tbody tr td.col-subtotal {
  text-align: center;
}
.cart-page__table .product-item {
  display: flex;
  align-items: center;
}
.cart-page__table .product-item .cart-remove-btn {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  margin-right: 111px;
  background-color: var(--primary);
  color: var(--white);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
}
.cart-page__table .product-item .cart-remove-btn:hover {
  background-color: var(--hover-3, #D87827);
}
.cart-page__table .product-item .cart-remove-btn .material-symbols-outlined {
  font-size: 16px;
}
.cart-page__table .product-item .product-thumb {
  width: 80px;
  height: 80px;
  margin-right: 91px;
  flex-shrink: 0;
}
.cart-page__table .product-item .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-page__table .product-item .product-title {
  flex-shrink: 0;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.6px;
  margin: 0;
}
.cart-page__table .price,
.cart-page__table .subtotal {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.cart-page__table .quantity-controls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 6px;
  padding: 0 10px;
  gap: 20px;
}
.cart-page__table .quantity-controls button {
  background: transparent;
  border: none;
  color: var(--text2);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.cart-page__table .quantity-controls button:hover {
  color: var(--primary);
}
.cart-page__table .quantity-controls button .material-symbols-outlined {
  font-size: 14px;
}
.cart-page__table .quantity-controls input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  color: var(--text2);
  font-family: var(--font_dm);
  font-size: 16px;
  pointer-events: none;
  appearance: none;
}
.cart-page__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.cart-page__actions .coupon-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cart-page__actions .coupon-wrap .input-group {
  width: 221px;
}
.cart-page__actions .coupon-wrap .input-group input {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 6px;
  padding: 0 18px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
}
.cart-page__actions .coupon-wrap .input-group input::placeholder {
  color: var(--primary);
}
.cart-page__actions .coupon-wrap .input-group input:focus {
  outline: none;
  border-color: var(--primary);
}
.cart-page__totals {
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .cart-page__totals {
    padding: 30px 20px;
  }
}
.cart-page__totals .totals-title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.96px;
  margin-bottom: 40px;
}
.cart-page__totals .totals-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.cart-page__totals .totals-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.cart-page__totals .totals-list li .label {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
}
.cart-page__totals .totals-list li .value {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
}
.cart-page .cart-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  height: 50px;
  padding: 4px 4px 4px 20px;
  background-color: var(--primary);
  border: none;
  border-radius: 6px;
  transition: 0.3s;
  cursor: pointer;
}
.cart-page .cart-btn-primary .text {
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.cart-page .cart-btn-primary .icon {
  width: 42px;
  height: 42px;
  background-color: var(--white);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hover-3, #d87827);
}
.cart-page .cart-btn-primary .icon .material-symbols-sharp {
  font-size: 22px;
}
.cart-page .cart-btn-primary:hover {
  background-color: var(--hover-3, #d87827);
}
.cart-page .cart-btn-primary:hover .icon {
  color: var(--hover-3, #d87827);
}

.billing__coupon {
  background-color: var(--primary);
  border-radius: 10px;
  padding: 27px 20px;
  text-align: center;
}
.billing__coupon p {
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}
.billing__coupon p a {
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
}
.billing__coupon p a:hover {
  color: var(--secondary);
}
.billing__grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 480px);
  justify-content: space-between;
  gap: 100px;
}
@media (max-width: 1399px) {
  .billing__grid {
    grid-template-columns: 1fr 480px;
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  .billing__grid {
    grid-template-columns: 1fr 400px;
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .billing__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.billing__title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.96px;
  margin-bottom: 40px;
}
.billing__input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.billing__input-group label {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.billing__input-group .input-wrap {
  position: relative;
  width: 100%;
}
.billing__input-group .input-wrap input {
  padding-right: 50px;
}
.billing__input-group .input-wrap .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text2, #555);
  display: flex;
  align-items: center;
  justify-content: center;
}
.billing__input-group .input-wrap .icon .material-symbols-outlined {
  font-size: 20px;
}
.billing__input-group input,
.billing__input-group textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 6px;
  padding: 15px 20px;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  transition: 0.3s;
  resize: none;
}
.billing__input-group input::placeholder,
.billing__input-group textarea::placeholder {
  color: var(--text2);
}
.billing__input-group input:focus,
.billing__input-group textarea:focus {
  outline: none;
  border-color: var(--primary);
}
.billing__input-group input {
  height: 50px;
}
.billing__order .order-table {
  width: 100%;
}
.billing__order .order-table__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.billing__order .order-table__header span {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.billing__order .order-table__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.billing__order .order-table__list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.billing__order .order-table__list li .product-name {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
}
.billing__order .order-table__list li .product-price {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 400;
}
.billing__order .order-table__footer .row-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.billing__order .order-table__footer .row-item .label {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 400;
}
.billing__order .order-table__footer .row-item .value {
  color: var(--primary);
  font-family: var(--font_dm);
  font-size: 16px;
  font-weight: 400;
}
.billing__order .order-table__footer .row-item.total .label,
.billing__order .order-table__footer .row-item.total .value {
  font-weight: 500;
  font-family: var(--font_mona);
}
.billing__order .payment-methods {
  margin-top: 30px;
}
.billing__order .payment-methods .payment-option {
  margin-bottom: 20px;
  user-select: none;
}
.billing__order .payment-methods .payment-option input[type=radio] {
  display: none;
}
.billing__order .payment-methods .payment-option label {
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.billing__order .payment-methods .payment-option label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: inline-block;
  background: var(--white);
  flex-shrink: 0;
  transition: 0.3s;
}
.billing__order .payment-methods .payment-option input[type=radio]:checked + label::before {
  background: var(--primary);
  box-shadow: inset 0 0 0 3px var(--white);
}
.billing__order .payment-methods .payment-option .payment-desc {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  margin-left: 32px;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  line-height: 1.6;
  transition: all 0.4s ease;
}
.billing__order .payment-methods .payment-option.active,
.billing__order .payment-methods .payment-option input[type=radio]:checked ~ .payment-desc {
  max-height: 200px;
  opacity: 1;
  margin-top: 15px;
}
.billing__order .privacy-text {
  margin-top: 30px;
  margin-bottom: 40px;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  line-height: 1.6;
}
.billing__order .privacy-text a {
  color: var(--primary);
  font-weight: 500;
  text-decoration: none;
}
.billing__order .privacy-text a:hover {
  color: var(--secondary);
}

.mentor__content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background-color: #F8F5F2;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .mentor__content {
    padding: 30px 20px;
  }
}
.mentor__form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.mentor__input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mentor__input-group label {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.mentor__input-group .input-wrap {
  position: relative;
  width: 100%;
}
.mentor__input-group .input-wrap input,
.mentor__input-group .input-wrap .nice-select {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 6px;
  padding: 10px 20px;
  padding-right: 50px;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  transition: 0.3s;
}
.mentor__input-group .input-wrap input::placeholder,
.mentor__input-group .input-wrap .nice-select::placeholder {
  color: var(--text2);
}
.mentor__input-group .input-wrap input:focus, .mentor__input-group .input-wrap input.open,
.mentor__input-group .input-wrap .nice-select:focus,
.mentor__input-group .input-wrap .nice-select.open {
  outline: none;
  border-color: var(--primary);
  background-color: var(--white);
}
.mentor__input-group .input-wrap .nice-select {
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}
.mentor__input-group .input-wrap .nice-select .current {
  color: var(--text2);
}
.mentor__input-group .input-wrap .nice-select::after {
  border-bottom: 2px solid var(--text2);
  border-right: 2px solid var(--text2);
  height: 8px;
  width: 8px;
  right: 20px;
}
.mentor__input-group .input-wrap .nice-select .list {
  position: absolute;
  width: 100%;
  margin-top: 4px;
  border-radius: 6px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.mentor__input-group .input-wrap .nice-select .list .option {
  font-family: var(--font_mona);
  font-size: 14px;
  color: var(--text2);
  padding: 10px 20px;
  min-height: 40px;
  line-height: 20px;
  transition: 0.3s;
}
.mentor__input-group .input-wrap .nice-select .list .option:hover, .mentor__input-group .input-wrap .nice-select .list .option.focus, .mentor__input-group .input-wrap .nice-select .list .option.selected.focus {
  background-color: rgba(26, 69, 59, 0.05);
}
.mentor__input-group .input-wrap select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  color: var(--text2);
}
.mentor__input-group .input-wrap .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text2);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.mentor__input-group .input-wrap .icon .material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.mentor__submit {
  margin-top: 15px;
  align-self: flex-start;
}
@media only screen and (max-width: 767px) {
  .mentor__submit {
    align-self: stretch;
    justify-content: space-between;
  }
}

.profile__grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
}
@media (max-width: 991px) {
  .profile__grid {
    grid-template-columns: 1fr;
  }
}
.profile__sidebar {
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  padding: 30px;
  height: fit-content;
}
.profile__user {
  text-align: center;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.profile__user .avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 3px solid var(--primary);
  padding: 5px;
}
.profile__user .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.profile__user .name {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
.profile__user .role {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  margin: 0;
}
.profile__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile__nav ul li {
  margin-bottom: 10px;
}
.profile__nav ul li:last-child {
  margin-bottom: 0;
}
.profile__nav ul li a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  border-radius: 8px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: rgba(216, 120, 39, 0.03);
}
.profile__nav ul li a .material-symbols-outlined {
  font-size: 22px;
  transition: all 0.3s ease;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.profile__nav ul li a:hover {
  background-color: rgba(216, 120, 39, 0.1);
  color: var(--secondary);
}
.profile__nav ul li a.active {
  background-color: var(--primary);
  color: var(--white);
}
.profile__nav ul li a.active .material-symbols-outlined {
  color: var(--white);
}
.profile__header {
  margin-bottom: 40px;
}
.profile__header h3 {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.profile__header p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  margin: 0;
}
.profile__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .profile__stats {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .profile__stats {
    grid-template-columns: 1fr;
  }
}
.profile__stats .stat-card {
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .profile__stats .stat-card {
    gap: 15px;
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .profile__stats .stat-card {
    padding: 20px;
  }
}
.profile__stats .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.profile__stats .stat-card .icon {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
  .profile__stats .stat-card .icon {
    width: 50px;
    height: 50px;
  }
}
.profile__stats .stat-card .icon .material-symbols-outlined {
  font-size: 32px;
  color: var(--white);
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.profile__stats .stat-card .icon.enrolled {
  background-color: var(--primary);
}
.profile__stats .stat-card .icon.active {
  background-color: #33bb7b;
}
.profile__stats .stat-card .icon.completed {
  background-color: var(--secondary);
}
.profile__stats .stat-card .info h4 {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .profile__stats .stat-card .info h4 {
    font-size: 30px;
  }
}
.profile__stats .stat-card .info p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .profile__stats .stat-card .info p {
    font-size: 12px;
  }
}
.profile__box {
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  padding: 40px;
}
@media only screen and (max-width: 1199px) {
  .profile__box {
    padding: 15px;
  }
}
.profile__box .box-title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
  padding-bottom: 20px;
}
.profile__input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.profile__input-group label {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.profile__input-group .input-wrap {
  position: relative;
  width: 100%;
}
.profile__input-group .input-wrap input {
  padding-right: 50px;
}
.profile__input-group .input-wrap .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--text2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__input-group .input-wrap .icon .material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.profile__input-group input,
.profile__input-group textarea {
  width: 100%;
  background: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 6px;
  padding: 15px 20px;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  transition: 0.3s;
  resize: none;
}
.profile__input-group input::placeholder,
.profile__input-group textarea::placeholder {
  color: var(--text2);
}
.profile__input-group input:focus,
.profile__input-group textarea:focus {
  outline: none;
  border-color: var(--primary);
}
.profile__input-group input {
  height: 50px;
}
.profile__activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.profile__activity-list li {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.profile__activity-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.profile__activity-list li .icon {
  width: 50px;
  height: 50px;
  background-color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.profile__activity-list li .icon .material-symbols-outlined {
  color: var(--white);
  font-size: 24px;
}
.profile__activity-list li .content h5 {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.profile__activity-list li .content p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  margin: 0;
}
.profile__course-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.profile .course-list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  background-color: #fcfcfc;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .profile .course-list-item {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .profile .course-list-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.profile .course-list-item:hover {
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.profile .course-list-item .thumbnail {
  width: 150px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .profile .course-list-item .thumbnail {
    width: 100%;
    height: auto;
  }
}
.profile .course-list-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile .course-list-item .info {
  flex-grow: 1;
  width: 100%;
}
.profile .course-list-item .info h4 {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.profile .course-list-item .info .instructor {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  margin-bottom: 15px;
}
.profile .course-list-item .info .progress-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.profile .course-list-item .info .progress-wrap .progress-bar {
  flex-grow: 1;
  height: 8px;
  background-color: rgba(26, 69, 59, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.profile .course-list-item .info .progress-wrap .progress-bar .progress-fill {
  height: 100%;
  background-color: var(--secondary);
  border-radius: 4px;
}
.profile .course-list-item .info .progress-wrap .progress-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary);
  white-space: nowrap;
}
.profile .course-list-item .action {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .profile .course-list-item .action {
    width: 100%;
  }
  .profile .course-list-item .action .btn-two {
    width: 100%;
    justify-content: space-between;
  }
}
.profile__cert-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .profile__cert-grid {
    grid-template-columns: 1fr;
  }
}
.profile .cert-card {
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  padding: 30px;
  background-color: #fcfcfc;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.profile .cert-card:hover {
  background-color: var(--white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.profile .cert-card .cert-icon {
  width: 60px;
  height: 60px;
  background-color: var(--primary);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.profile .cert-card .cert-icon .material-symbols-outlined {
  color: var(--white);
  font-size: 32px;
}
.profile .cert-card .cert-info {
  margin-bottom: 25px;
}
.profile .cert-card .cert-info h4 {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.profile .cert-card .cert-info p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  margin: 0;
}
.profile .cert-card .download-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--secondary);
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.profile .cert-card .download-link .material-symbols-outlined {
  font-size: 20px;
}
.profile .cert-card .download-link:hover {
  color: var(--primary);
}
.profile__toggles {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.profile .toggle-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(26, 69, 59, 0.14);
}
.profile .toggle-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.profile .toggle-item .toggle-info h5 {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.profile .toggle-item .toggle-info p {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  margin: 0;
}
.profile .toggle-item .toggle-switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
  flex-shrink: 0;
  margin-bottom: 0;
}
.profile .toggle-item .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.profile .toggle-item .toggle-switch input:checked + .slider {
  background-color: var(--secondary);
}
.profile .toggle-item .toggle-switch input:checked + .slider:before {
  transform: translateX(24px);
}
.profile .toggle-item .toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}
.profile .toggle-item .toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.login__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  overflow: hidden;
  min-height: 600px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 991px) {
  .login__grid {
    grid-template-columns: 1fr;
  }
}
.login__visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
@media only screen and (max-width: 991px) {
  .login__visual {
    min-height: 300px;
    height: auto;
  }
}
.login__visual .visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.login__visual .visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 69, 59, 0.8) 0%, rgba(51, 187, 123, 0.8) 100%);
  z-index: 1;
}
.login__visual .visual-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  z-index: 2;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .login__visual .visual-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .login__visual .visual-content {
    padding: 20px;
  }
}
.login__visual .visual-content .title {
  font-family: var(--font_mona);
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--white);
}
.login__visual .visual-content .desc {
  font-family: var(--font_mona);
  font-size: 18px;
  opacity: 0.9;
  margin: 0;
  line-height: 1.6;
}
.login__form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background-color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .login__form-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .login__form-wrapper {
    padding: 40px 20px;
  }
}
.login__form-content {
  width: 100%;
  max-width: 450px;
}
.login__form-content .form-title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.login__form-content .form-desc {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  margin-bottom: 40px;
}
.login__form-content .form-desc a {
  color: var(--secondary);
  font-weight: 600;
  text-decoration: none;
}
.login__form-content .form-desc a:hover {
  color: var(--primary);
}
.login__input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}
.login__input-group label {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.login__input-group .input-wrap {
  position: relative;
  width: 100%;
}
.login__input-group .input-wrap input {
  width: 100%;
  height: 55px;
  background: #fcfcfc;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 8px;
  padding: 15px 20px;
  padding-right: 50px;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 15px;
  transition: 0.3s;
}
.login__input-group .input-wrap input::placeholder {
  color: #999;
}
.login__input-group .input-wrap input:focus {
  outline: none;
  border-color: var(--primary);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(26, 69, 59, 0.05);
}
.login__input-group .input-wrap .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login__input-group .input-wrap .icon .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.login__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}
.login__options .remember-me {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: var(--font_mona);
  font-size: 15px;
  color: var(--text2);
  position: relative;
}
.login__options .remember-me input {
  opacity: 0;
  position: absolute;
}
.login__options .remember-me input:checked ~ .checkmark {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.login__options .remember-me input:checked ~ .checkmark:after {
  display: block;
}
.login__options .remember-me .checkmark {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(26, 69, 59, 0.2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.login__options .remember-me .checkmark:after {
  content: "";
  display: none;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.login__options .forgot-pass {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
.login__options .forgot-pass:hover {
  color: var(--secondary);
}
.login__divider {
  position: relative;
  text-align: center;
  margin-block: 30px;
}
.login__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(26, 69, 59, 0.14);
  z-index: 1;
}
.login__divider span {
  position: relative;
  background-color: var(--white);
  padding: 0 15px;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  z-index: 2;
}
.login__socials {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .login__socials {
    flex-direction: column;
  }
}
.login__socials .social-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  background-color: transparent;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 8px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.login__socials .social-btn img {
  width: 24px;
  height: 24px;
}
.login__socials .social-btn:hover {
  background-color: rgba(26, 69, 59, 0.03);
  border-color: var(--primary);
}

.signup__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  overflow: hidden;
  min-height: 600px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 991px) {
  .signup__grid {
    grid-template-columns: 1fr;
    display: flex;
    flex-direction: column;
  }
}
.signup__visual {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}
@media only screen and (max-width: 991px) {
  .signup__visual {
    min-height: 300px;
    height: auto;
    order: -1;
  }
}
.signup__visual .visual-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.signup__visual .visual-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(26, 69, 59, 0.8) 0%, rgba(51, 187, 123, 0.8) 100%);
  z-index: 1;
}
.signup__visual .visual-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  z-index: 2;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .signup__visual .visual-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .signup__visual .visual-content {
    padding: 20px;
  }
}
.signup__visual .visual-content .title {
  font-family: var(--font_mona);
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--white);
}
.signup__visual .visual-content .desc {
  font-family: var(--font_mona);
  font-size: 18px;
  opacity: 0.9;
  margin: 0;
  line-height: 1.6;
}
.signup__form-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
  background-color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .signup__form-wrapper {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .signup__form-wrapper {
    padding: 40px 20px;
  }
}
.signup__form-content {
  width: 100%;
  max-width: 500px;
}
.signup__form-content .form-title {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.signup__form-content .form-desc {
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 16px;
  margin-bottom: 40px;
}
.signup__form-content .form-desc a {
  color: var(--secondary);
  font-weight: 600;
  text-decoration: none;
}
.signup__form-content .form-desc a:hover {
  color: var(--primary);
}
.signup__name-group {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .signup__name-group {
    flex-direction: column;
    gap: 0;
  }
}
.signup__input-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 25px;
}
.signup__input-group label {
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.signup__input-group .input-wrap {
  position: relative;
  width: 100%;
}
.signup__input-group .input-wrap input {
  width: 100%;
  height: 55px;
  background: #fcfcfc;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 8px;
  padding: 15px 20px;
  padding-right: 50px;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 15px;
  transition: 0.3s;
}
.signup__input-group .input-wrap input::placeholder {
  color: #999;
}
.signup__input-group .input-wrap input:focus {
  outline: none;
  border-color: var(--primary);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(26, 69, 59, 0.05);
}
.signup__input-group .input-wrap .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup__input-group .input-wrap .icon .material-symbols-outlined {
  font-size: 22px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 24;
}
.signup__options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
  gap: 10px;
}
.signup__options .terms-agree {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-family: var(--font_mona);
  font-size: 14px;
  color: var(--text2);
  position: relative;
  line-height: 1.4;
}
.signup__options .terms-agree a {
  color: var(--secondary);
  font-weight: 600;
  text-decoration: none;
}
.signup__options .terms-agree a:hover {
  text-decoration: underline;
}
.signup__options .terms-agree input {
  opacity: 0;
  position: absolute;
}
.signup__options .terms-agree input:checked ~ .checkmark {
  background-color: var(--secondary);
  border-color: var(--secondary);
}
.signup__options .terms-agree input:checked ~ .checkmark:after {
  display: block;
}
.signup__options .terms-agree .checkmark {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(26, 69, 59, 0.2);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
  flex-shrink: 0;
  margin-top: 1px;
}
.signup__options .terms-agree .checkmark:after {
  content: "";
  display: none;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-bottom: 2px;
}
.signup__divider {
  position: relative;
  text-align: center;
  margin-block: 30px;
}
.signup__divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(26, 69, 59, 0.14);
  z-index: 1;
}
.signup__divider span {
  position: relative;
  background-color: var(--white);
  padding: 0 15px;
  color: var(--text2);
  font-family: var(--font_mona);
  font-size: 14px;
  z-index: 2;
}
.signup__socials {
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .signup__socials {
    flex-direction: column;
  }
}
.signup__socials .social-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  background-color: transparent;
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 8px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.signup__socials .social-btn img {
  width: 24px;
  height: 24px;
}
.signup__socials .social-btn:hover {
  background-color: rgba(26, 69, 59, 0.03);
  border-color: var(--primary);
}

.error-page {
  padding-top: 320px;
  padding-bottom: 250px;
  background-color: var(--primary);
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .error-page {
    padding-top: 200px;
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 991px) {
  .error-page {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.error-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.error-page__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.error-page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.error-page__title {
  font-family: var(--font_mona);
  font-size: clamp(150px, 20vw, 320px);
  font-weight: 600;
  line-height: 1;
  color: var(--white);
  margin-bottom: 15px;
  letter-spacing: -9.6px;
}
@media only screen and (max-width: 767px) {
  .error-page__title {
    letter-spacing: -2px;
  }
}
.error-page__title span {
  line-height: 1;
  color: var(--secondary);
}
.error-page__desc {
  font-family: var(--font_mona);
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 500;
  color: var(--white);
  margin-bottom: 50px;
  letter-spacing: -0.96px;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .error-page__desc {
    margin-bottom: 30px;
  }
}
.error-page.v2 {
  background-color: var(--blue);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow-x: clip;
}
.error-page.v2::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: calc(100% - 10px);
  height: 50px;
  background-color: var(--bg2);
  z-index: 2;
}
.error-page.v2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 44px;
  background: linear-gradient(var(--bg2) 14px, var(--bg2) 14px);
  clip-path: url(#heroWaveClip);
  -webkit-clip-path: url(#heroWaveClip);
  pointer-events: none;
  z-index: 1;
  transform: scaleY(-1);
}
.error-page.v2 .background-image {
  position: absolute;
  inset: 0;
}
.error-page.v2 .background-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-page.v2 .error-page__title {
  font-family: var(--font_instrument);
  color: var(--white);
  font-size: clamp(150px, 20vw, 300px);
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
  margin-bottom: -10px;
}
.error-page.v2 .error-page__title span {
  color: inherit;
}
.error-page.v2 .error-page__desc {
  font-family: var(--font_instrument);
  color: var(--white);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}
@media only screen and (max-width: 991px) {
  .error-page.v2 .error-page__desc {
    margin-bottom: 30px;
  }
}

.chefs__thumb {
  height: 100%;
  width: 100%;
}
.chefs__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chefs__content {
  max-width: 560px;
  margin-left: auto;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .chefs__content {
    margin-inline: auto;
  }
}
.chefs__content .arrow-sign {
  display: inline-block;
  position: relative;
  width: 1px;
  height: 80px;
  background-color: var(--primary);
  margin-block: 30px 70px;
}
@media only screen and (max-width: 991px) {
  .chefs__content .arrow-sign {
    margin-block: 20px 40px;
  }
}
.chefs__content .arrow-sign::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 5px;
  height: 5px;
  background-color: var(--primary);
  border-radius: 100%;
}
.chefs__content .section-header-nine {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .chefs__content .section-header-nine {
    margin-bottom: 30px;
  }
}
.chefs__content .section-header-nine p {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .chefs__content .section-header-nine p {
    margin-top: 20px;
  }
}

.pricing-ten__buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.pricing-ten__buttons .pricing-switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 186px;
  height: 50px;
  border-radius: 40px;
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  padding: 4px;
  cursor: pointer;
  user-select: none;
}
.pricing-ten__buttons .pricing-switch .pricing-switch-checkbox {
  display: none;
}
.pricing-ten__buttons .pricing-switch .pricing-switch-slider {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 94px;
  height: 40px;
  background-color: var(--tan);
  border-radius: 40px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.pricing-ten__buttons .pricing-switch .pricing-switch-checkbox:checked ~ .pricing-switch-slider {
  transform: translateX(82px);
}
.pricing-ten__buttons .pricing-switch .pricing-switch-text {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  color: var(--primary);
  transition: color 0.3s ease;
  line-height: 1;
}
.pricing-ten__buttons .pricing-switch .pricing-switch-text.monthly {
  color: var(--white);
}
.pricing-ten__buttons .pricing-switch .pricing-switch-checkbox:checked ~ .monthly {
  color: var(--primary);
}
.pricing-ten__buttons .pricing-switch .pricing-switch-checkbox:checked ~ .yearly {
  color: var(--white);
}
.pricing-ten__items {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1399px) {
  .pricing-ten__items {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-ten__items {
    flex-direction: column;
  }
}
.pricing-ten__item {
  display: flex;
  justify-content: space-between;
  gap: 0;
  background-color: var(--white);
  border: 1px solid rgba(26, 69, 59, 0.14);
  border-radius: 10px;
  padding: 0;
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .pricing-ten__item {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-ten__item {
    width: 100%;
  }
}
.pricing-ten__item.active {
  cursor: default;
  background-color: var(--tan);
  border-color: var(--tan);
  flex-grow: 1;
}
@media only screen and (max-width: 1199px) {
  .pricing-ten__item.active {
    width: 100%;
  }
}
.pricing-ten__item.active .pricing-content .plan-header .plan-name {
  color: var(--white);
}
.pricing-ten__item.active .pricing-content .plan-header .plan-badge {
  background-color: var(--white);
  color: var(--tan);
}
.pricing-ten__item.active .pricing-content .plan-body .plan-price .period,
.pricing-ten__item.active .pricing-content .plan-body .plan-price .price {
  color: var(--white);
}
.pricing-ten__item.active .pricing-content .plan-body .plan-desc {
  color: rgba(255, 255, 255, 0.8);
}
.pricing-ten__item.active .pricing-content .plan-body .plan-divider {
  border-top-color: rgba(255, 255, 255, 0.14);
}
.pricing-ten__item.active .pricing-content .plan-body .plan-features .features-title {
  color: var(--white);
}
.pricing-ten__item.active .pricing-content .plan-body .plan-features .features-list li {
  color: var(--white);
}
.pricing-ten__item.active .pricing-content .plan-body .plan-features .features-list li i {
  color: var(--white);
}
.pricing-ten__item.active .pricing-content .plan-footer .btn-two {
  background-color: var(--white);
  border-color: var(--white);
}
.pricing-ten__item.active .pricing-content .plan-footer .btn-two .btn-icon {
  background-color: var(--tan);
  color: var(--white);
}
.pricing-ten__item.active .pricing-content .plan-footer .btn-two:hover {
  background-color: var(--white);
  border-color: rgba(26, 69, 59, 0.14);
}
.pricing-ten__item.active .pricing-content .plan-footer .btn-two:hover .btn-text {
  color: var(--white);
}
.pricing-ten__item.active .pricing-content .plan-footer .btn-two:hover .btn-icon {
  background-color: var(--white);
  color: var(--tan);
}
.pricing-ten__item.active .pricing-thumb {
  width: 300px;
  opacity: 1;
  visibility: visible;
  margin-inline-end: 10px;
}
@media only screen and (max-width: 1919px) {
  .pricing-ten__item.active .pricing-thumb {
    width: 280px;
  }
}
@media only screen and (max-width: 1399px) {
  .pricing-ten__item.active .pricing-thumb {
    width: 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .pricing-ten__item.active .pricing-thumb {
    margin-inline-end: 6px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-ten__item.active .pricing-thumb {
    display: none;
  }
}
.pricing-ten__item:nth-of-type(2).active .pricing-thumb {
  margin-inline-start: 10px;
  margin-inline-end: 0px;
}
@media only screen and (max-width: 1199px) {
  .pricing-ten__item:nth-of-type(2).active .pricing-thumb {
    margin-inline-start: 6px;
  }
}
.pricing-ten__item .pricing-content {
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}
@media only screen and (max-width: 1399px) {
  .pricing-ten__item .pricing-content {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .pricing-ten__item .pricing-content {
    padding: 25px 15px;
    min-width: 100%;
  }
}
.pricing-ten__item .pricing-content .plan-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.pricing-ten__item .pricing-content .plan-header .plan-name {
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  color: var(--primary);
  line-height: 120%;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.pricing-ten__item .pricing-content .plan-header .plan-badge {
  background-color: var(--tan);
  color: var(--white);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
  padding: 5px 8px;
  border-radius: 4px;
}
.pricing-ten__item .pricing-content .plan-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.pricing-ten__item .pricing-content .plan-body .plan-price {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 5px;
}
.pricing-ten__item .pricing-content .plan-body .plan-price .price {
  font-family: var(--font_forum);
  font-size: 40px;
  color: var(--tan);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.8px;
  transition: color 0.3s ease;
}
.pricing-ten__item .pricing-content .plan-body .plan-price .period {
  font-family: var(--font_forum);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.32px;
  color: var(--primary);
  transition: color 0.3s ease;
}
.pricing-ten__item .pricing-content .plan-body .plan-desc {
  font-family: var(--font_mona);
  color: var(--text2);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 25px;
  transition: color 0.3s ease;
}
.pricing-ten__item .pricing-content .plan-body .plan-divider {
  border-top: 1px solid rgba(26, 69, 59, 0.14);
  margin: 0 0 25px 0;
  transition: border-color 0.3s ease;
  opacity: 1;
}
.pricing-ten__item .pricing-content .plan-body .plan-features .features-title {
  color: var(--tan);
  font-family: var(--font_forum);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.48px;
  margin-bottom: 15px;
  display: block;
  transition: color 0.3s ease;
}
.pricing-ten__item .pricing-content .plan-body .plan-features .features-title.v2 {
  margin-block: 20px;
}
.pricing-ten__item .pricing-content .plan-body .plan-features .features-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1399px) {
  .pricing-ten__item .pricing-content .plan-body .plan-features .features-list {
    margin-left: 10px;
    gap: 15px;
  }
}
.pricing-ten__item .pricing-content .plan-body .plan-features .features-list li {
  display: flex;
  align-items: self-start;
  gap: 10px;
  font-family: var(--font_mona);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: capitalize;
  color: var(--primary);
  transition: color 0.3s ease;
}
@media only screen and (max-width: 1399px) {
  .pricing-ten__item .pricing-content .plan-body .plan-features .features-list li {
    font-size: 14px;
    gap: 6px;
  }
}
.pricing-ten__item .pricing-content .plan-body .plan-features .features-list li i {
  color: var(--primary);
  font-size: 24px;
  line-height: 1;
  transition: color 0.3s ease;
  margin-top: -2px;
}
@media only screen and (max-width: 1399px) {
  .pricing-ten__item .pricing-content .plan-body .plan-features .features-list li i {
    margin-top: 0px;
    font-size: 18px;
  }
}
.pricing-ten__item .pricing-content .plan-footer {
  margin-top: 30px;
}
.pricing-ten__item .pricing-content .plan-footer .btn-two {
  width: 100%;
  justify-content: space-between;
}
.pricing-ten__item .pricing-thumb {
  width: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  border-radius: 0;
  margin-block: 10px;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .pricing-ten__item .pricing-thumb {
    margin-block: 6px;
  }
}
.pricing-ten__item .pricing-thumb img {
  min-width: 250px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*--------------------------------------------------------------
>>> PAGES INDEX
----------------------------------------------------------------
1. Home1 scss
2. Home2 scss
3. Home3 scss
4. Home4 scss
5. Home5 scss
6. Contact scss
7. Course-details scss
--------------------------------------------------------------*/
.hero1 {
  background-color: #f8f5f2;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 206px 0 0px;
}
@media only screen and (max-width: 991px) {
  .hero1 {
    padding: 180px 0 0px;
  }
}
@media (max-width: 575px) {
  .hero1 {
    padding: 150px 0 0px;
  }
}
.hero1__content {
  padding-top: 108px;
  padding-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .hero1__content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .hero1__content {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .hero1__content {
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.hero1__loved-btn {
  border: 1px solid var(--border);
  padding: 4px 12.5px 4px 4px;
  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: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--white);
  object-fit: cover;
  margin-left: -6px;
}
.hero1__loved-avatars img:first-child {
  margin-left: 0;
}
.hero1__loved-text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  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;
}
@media only screen and (max-width: 1399px) {
  .hero1__title {
    font-size: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero1__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .hero1__title {
    font-size: 40px;
  }
}
.hero1__title-italic {
  font-family: var(--font_playfair);
  font-style: italic;
  color: var(--secondary);
  font-weight: 400;
  letter-spacing: -4%;
}
.hero1__text {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
  margin-bottom: 32px;
}
@media only screen and (max-width: 991px) {
  .hero1__text {
    max-width: 500px;
  }
}
.hero1__search-wrap {
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 3px;
  margin-bottom: 20px;
  max-width: 491px;
}
.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(--text2);
  background: transparent;
}
.hero1__search-form input::placeholder {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
}
.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: 4px;
}
.hero1__tag {
  border: 1px solid var(--border);
  background-color: transparent;
  padding: 7px 9.4px;
  border-radius: 4px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  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: 15px;
  padding-right: 15px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .hero1__thumb {
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .hero1__thumb {
    overflow: hidden;
  }
}
.hero1__image-wrap {
  position: relative;
  border-radius: 20px;
  display: inline-block;
  width: 100%;
}
.hero1__bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  background: var(--secondary);
  border-radius: 10px;
}
.hero1__bg-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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: -35px;
  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: 10px;
  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: 14px;
  color: var(--white);
}
.hero1__rating-stars i {
  color: var(--white);
  font-size: 14px;
}
.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.courses1marquee .marquee1__item {
  max-width: 320px;
  width: 100%;
}
.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;
}
@media only screen and (max-width: 991px) {
  .marquee1__tag {
    font-size: 20px;
  }
}
.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 10px 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: 88px;
  background-color: transparent;
  transition: background-color 0.3s, border-color 0.3s;
  flex-shrink: 0;
}
.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: 18px;
  }
}
.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: 14px;
  }
}

/*----------------------------------------*/
/* about1 area style                      */
/*----------------------------------------*/
.about1 {
  position: relative;
  z-index: 2;
  background-color: var(--white);
  overflow: hidden;
  /* Left Stats Column */
  /* Right Tabs Column */
}
.about1 .section-top {
  margin-bottom: 42px !important;
}
@media only screen and (max-width: 991px) {
  .about1 .section-top {
    margin-bottom: 40px !important;
  }
}
@media (max-width: 575px) {
  .about1 .section-top {
    margin-bottom: 30px !important;
  }
}
.about1__wrap {
  border-top: 1px solid var(--border);
}
.about1__thumb {
  position: relative;
  max-width: 500px;
  max-height: 600px;
}
@media only screen and (max-width: 1399px) {
  .about1__thumb {
    max-width: 100%;
  }
}
.about1__thumb img {
  border-radius: 16px;
  object-fit: cover;
  width: 100%;
  max-height: 600px;
}
.about1__boxes {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .about1__boxes {
    flex-wrap: wrap;
  }
}
.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: 14px;
  }
}
.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: 14px;
  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: 14px;
  }
}
.about1__stats-trusted strong {
  color: var(--secondary);
  font-weight: 600;
}
.about1__btn-box {
  margin-top: 111.41px;
}
@media only screen and (max-width: 1199px) {
  .about1__btn-box {
    margin-top: 88px;
  }
}
@media only screen and (max-width: 991px) {
  .about1__btn-box {
    margin-top: 0;
  }
}
.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;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .about1__tabs-nav {
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .about1__tabs-nav {
    padding: 20px 12px 0;
  }
}
.about1__tabs-nav .nav-item {
  position: relative;
}
.about1__tabs-nav .nav-item:not(:last-child)::before {
  content: "";
  position: absolute;
  right: -25%;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 1px;
  background-color: var(--border);
}
@media only screen and (max-width: 1199px) {
  .about1__tabs-nav .nav-item:not(:last-child)::before {
    right: -33%;
  }
}
@media only screen and (max-width: 991px) {
  .about1__tabs-nav .nav-item:not(:last-child)::before {
    right: -125%;
  }
}
@media only screen and (max-width: 767px) {
  .about1__tabs-nav .nav-item:not(:last-child)::before {
    right: -80%;
  }
}
@media (max-width: 575px) {
  .about1__tabs-nav .nav-item:not(:last-child)::before {
    display: none;
  }
}
.about1__tabs-nav .nav-link {
  position: relative;
  border: none;
  background: transparent;
  width: 100%;
  padding: 0px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  position: relative;
  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: 14px;
  }
}
.about1__tabs-nav .nav-link svg {
  font-weight: 400;
}
.about1__tabs-nav .nav-link#strategy-tab {
  border-right: none;
}
.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: var(--bg2);
  margin: 20px 9px 0px 9px;
  padding: 24px;
  border-radius: 6px 6px 0px 0px;
}
@media only screen and (max-width: 767px) {
  .about1__tabs-content {
    padding: 15px;
  }
}
.about1__tabs-desc {
  color: var(--text2);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin: 0 0 46px 0;
}
@media only screen and (max-width: 1399px) {
  .about1__tabs-desc {
    margin: 0 0 0px 0;
    font-size: 14px;
  }
}
.about1__clients {
  background-color: var(--primary);
  padding: 15px 23px 15px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0px 9px 9px;
  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: 60px;
  background-color: var(--border2);
  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;
  }
}
@media only screen and (max-width: 767px) {
  .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: 15px;
  }
}
.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: 12px 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: var(--text2);
  margin: 15px 0 45px;
}
@media only screen and (max-width: 1399px) {
  .find-course1__desc {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .find-course1__desc {
    margin: 15px 0 30px;
  }
}
.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;
  }
}
@media only screen and (max-width: 767px) {
  .find-course1 .roadmap-result .roadmap-tags .tag-item:first-child {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.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;
  }
}
@media only screen and (max-width: 767px) {
  .find-course1 .roadmap-result .roadmap-tags .tag-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.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: 14px;
  }
}
.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: 14px;
  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);
}
@media only screen and (max-width: 767px) {
  .find-course1 .roadmap-result .courses1__card--mini .rating-box .score {
    font-size: 14px;
  }
}
.find-course1 .roadmap-result .courses1__card--mini .rating-box .stars {
  color: #d87827;
  font-size: 14px;
  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: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .find-course1 .roadmap-result .courses1__card--mini .rating-box .author {
    font-size: 14px;
  }
}
.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 only screen and (max-width: 1199px) {
  .find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom {
    gap: 6px;
  }
}
@media only screen and (max-width: 991px) {
  .find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
  }
}
.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: 14px;
  }
}
.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: 14px;
  }
}
@media (max-width: 575px) {
  .find-course1 .roadmap-result .courses1__card--mini .courses1__meta-bottom .enroll-now {
    margin-left: 0;
  }
}
.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.v2 {
  background-color: var(--white);
}
.team1 .section-top {
  margin-bottom: 52px;
}
@media only screen and (max-width: 991px) {
  .team1 .section-top {
    margin-bottom: 30px;
  }
}
.team1 .section-top.style2 {
  text-align: left;
  margin-bottom: 62px;
}
@media only screen and (max-width: 991px) {
  .team1 .section-top.style2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .team1 .section-top.style2 {
    margin-bottom: 30px;
  }
}
.team1 .section-top.style2 .section-top__title {
  text-align: left !important;
}
.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 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);
  fill-opacity: 1;
}
.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: 14px;
}
.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;
}
.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;
}
.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;
}
.team1__social a svg path {
  transition: all 0.3s ease;
}
.team1__social a:hover {
  color: var(--secondary);
}

/*----------------------------------------*/
/* 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: 14px;
}
.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: 18px;
    margin-bottom: 60px;
  }
}
.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;
}
@media only screen and (max-width: 1199px) {
  .testimonial1__author {
    gap: 9px;
  }
}
.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;
}
.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;
}
.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: 100%;
  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 only screen and (max-width: 1199px) {
  .testimonial1__widget {
    flex-wrap: wrap;
    justify-content: center;
    width: max-content;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial1__widget {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .testimonial1__widget {
    padding: 15px;
    width: max-content;
  }
}
.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 {
  display: flex;
  gap: 2px;
  align-items: center;
}
.testimonial1__widget-text .stars span {
  margin-right: 2px;
}
.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: 14px;
}
.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: 14px;
  }
}
@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 .section-top__title {
  margin-bottom: 52px;
}
@media only screen and (max-width: 991px) {
  .client1 .section-top__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .client1 .section-top__title {
    margin-bottom: 30px;
  }
}
.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: all 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);
}
.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);
}
@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: var(--bg2);
  border-radius: 12px;
  padding: 6px;
  transition: all 0.3s;
  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;
}
.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;
  }
}
@media only screen and (max-width: 767px) {
  .blog1__content {
    padding: 15px 10px;
  }
}
.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);
}
.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);
}
.blog1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  margin: 0;
}
.blog1__title a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s;
  background-repeat: no-repeat;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog1__title a:hover {
  color: var(--secondary);
}
@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: 14px;
  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: 14px;
  }
}
.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;
  top: 99% !important;
  z-index: 9;
  border-radius: 100px !important;
  background: var(--bg2) !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;
  min-width: 325px !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 {
  width: 100%;
  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__offer1 {
  top: 20px;
  right: 20px;
}
.courses1__card.without-img-border .courses1__thumb {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  aspect-ratio: 320/224;
}
.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__card.without-img-border.padding-30 .courses1__content {
  padding: 30px 30px 30px 30px;
}
@media only screen and (max-width: 991px) {
  .courses1__card.without-img-border.padding-30 .courses1__content {
    padding: 15px 15px;
  }
}
.courses1__card.without-img-border.padding-30 .courses1__footer {
  padding: 0px 30px 29px 30px;
}
@media only screen and (max-width: 991px) {
  .courses1__card.without-img-border.padding-30 .courses1__footer {
    padding: 0 15px 15px;
  }
}
.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: 3px 3px 1px 3px;
  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 19px 19px 20px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1399px) {
  .courses1__content {
    padding: 15px 10px;
  }
}
.courses1__meta-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .courses1__meta-top {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.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: 3px;
    font-size: 14px;
  }
}
.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: 14px;
  }
}
.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: 16px;
}
@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 var(--border);
}
@media only screen and (max-width: 991px) {
  .courses1__meta-bottom {
    flex-wrap: wrap;
  }
}
.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: 14px;
  }
}
.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: 18px;
  }
}
.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);
}
@media only screen and (max-width: 1199px) {
  .wcu1__card .title {
    font-size: 20px;
  }
}
.wcu1__card .desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  color: var(--text2);
}
@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%;
  }
}
@media only screen and (max-width: 767px) {
  .wcu1__card--orange {
    gap: 45px;
  }
}
.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: 18px;
    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;
}
.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;
  }
}
@media only screen and (max-width: 767px) {
  .wcu1__card--purple .number-box {
    margin: 40px;
  }
}
.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: 18px;
  }
}
.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);
}
.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%;
    gap: 30px;
  }
}
.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: 14px;
  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: 15px;
    border-right: none;
  }
}
@media only screen and (max-width: 991px) {
  .wcu1__card--white .cert-footer .item:first-child {
    padding-right: 0;
  }
}
.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: 14px;
  }
}
.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: 14px;
  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 {
  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-wrap: wrap;
    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-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  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 {
    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: 1199px) {
  .cta1__user--1 {
    top: 78px;
    left: 54px;
  }
}
@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: 1199px) {
  .cta1__user--2 {
    left: 190px;
  }
}
@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: 1199px) {
  .cta1__user--3 {
    right: 190px;
  }
}
@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: 1199px) {
  .cta1__user--4 {
    right: 50px;
  }
}
@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: #11372e;
  color: var(--white);
  overflow: hidden;
  margin-top: -4px;
}
.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);
}
.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 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: 14px;
  }
  .footer1__newsletter .footer1__input-wrap input::placeholder {
    font-size: 14px;
  }
}
.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 {
  position: relative;
  z-index: 9;
  padding-top: 100px;
  padding-bottom: 70px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 76px;
}
@media only screen and (max-width: 1399px) {
  .footer1__main {
    gap: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer1__main {
    flex-wrap: wrap;
    gap: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .footer1__main {
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1__main {
    padding-top: 40px;
  }
}
.footer1__widget:first-child {
  max-width: 303px;
}
@media only screen and (max-width: 1199px) {
  .footer1__widget:first-child {
    max-width: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .footer1__widget:first-child {
    max-width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1__widget:first-child {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .footer1__widget {
    width: 100%;
  }
}
.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: 32px;
}
@media only screen and (max-width: 1399px) {
  .footer1__desc {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1__desc {
    font-size: 20px;
  }
}
.footer1__contact {
  position: relative;
  z-index: 9;
}
.footer1__contact-item {
  display: flex;
  align-items: center;
  gap: 8.25px;
  color: var(--white);
  margin-bottom: 8px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
}
.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: 40px;
}
@media only screen and (max-width: 1399px) {
  .footer1__widget-title {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .footer1__widget-title {
    margin-bottom: 15px;
  }
}
.footer1__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer1__links li {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .footer1__links li {
    margin-bottom: 6px;
  }
}
.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: 2px;
}
.footer1__app-btns {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media only screen and (max-width: 991px) {
  .footer1__app-btns {
    flex-direction: row;
    gap: 10px;
  }
}
.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: 6px;
}
.footer1__app-btns .app-btn:hover {
  transform: translateY(-3px);
  filter: brightness(1.2);
}
.footer1__widget--app {
  position: relative;
  padding-left: 85px;
}
.footer1__widget--app::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 240px;
  background: rgba(255, 255, 255, 0.1411764706);
}
@media only screen and (max-width: 1199px) {
  .footer1__widget--app::before {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .footer1__widget--app {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .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);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .footer1__bottom {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    text-align: center;
    padding: 15px 0;
  }
}
.footer1__bottom .copyright {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 0;
  color: var(--white);
}
.footer1__bottom .copyright span {
  color: var(--secondary);
  font-weight: 500;
}
.footer1__social {
  display: flex;
  justify-content: flex-end;
  gap: 23px;
}
.footer1__social--with-line {
  position: relative;
  gap: 47px;
}
.footer1__social--with-line a {
  position: relative;
}
.footer1__social--with-line a::before {
  content: "";
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background: var(--border);
}
@media only screen and (max-width: 767px) {
  .footer1__social--with-line a::before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .footer1__social {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer1__social {
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
  }
}
.footer1__social a {
  color: var(--white);
  text-decoration: none;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 11px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .footer1__social a {
    gap: 5px;
  }
}
.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);
  padding-top: 0;
}
.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 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 var(--border);
}
.footer1.bg-white .footer1__newsletter .theme-btn .text {
  color: var(--primary);
}
.footer1.bg-white .footer1__newsletter .theme-btn:hover .text {
  color: var(--white);
}
.footer1.bg-white .footer1__newsletter .theme-btn:hover .icon {
  background: var(--white);
}
.footer1.bg-white .footer1__newsletter .theme-btn:hover .icon svg path {
  fill: var(--primary);
}
.footer1.bg-white .footer1__desc {
  color: var(--primary);
  margin-bottom: 42px;
}
@media only screen and (max-width: 1399px) {
  .footer1.bg-white .footer1__desc {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.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__widget--app::before {
  background: var(--border);
}
@media only screen and (max-width: 991px) {
  .footer1.bg-white .footer1__widget--app {
    padding-left: 0;
    border-left: none;
  }
}
.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);
}
.footer1.bg-white .footer1__contact-item a {
  color: var(--primary);
}

/*----------------------------------------*/
/* hero2 css */
/*----------------------------------------*/
.hero2 {
  background-color: var(--primary);
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 132px 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;
  padding: 177px 0 237px;
}
@media only screen and (max-width: 1399px) {
  .hero2__content {
    padding: 0;
  }
}
@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-weight: 400;
  font-family: var(--font_playfair);
  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: 560px;
}
@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: transparent;
  background-color: rgba(255, 255, 255, 0.1);
}
.hero2__features {
  display: flex;
  align-items: center;
  gap: 33px;
}
@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: 16px;
  }
}
.hero2__feature-item {
  position: relative;
  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:last-child:after {
  display: none;
}
.hero2__feature-item::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.1411764706);
}
@media only screen and (max-width: 767px) {
  .hero2__feature-item::after {
    right: -8px;
  }
}
.hero2__feature-item .icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.hero2__thumb {
  position: relative;
  z-index: 2;
  text-align: right;
  margin-top: 52px;
}
@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: 1199px) {
  .hero2__thumb-pattern {
    width: 100%;
    height: 600px;
    left: 5%;
  }
}
@media only screen and (max-width: 991px) {
  .hero2__thumb-pattern {
    width: 600px;
    height: 600px;
    left: 10%;
  }
}
@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;
  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;
}
@media only screen and (max-width: 991px) {
  .feature-stats-2 {
    padding: 40px 0;
  }
}
.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;
    gap: 20px;
  }
}
.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;
    gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-stats-2__item {
    justify-content: flex-start;
    width: 48%;
    gap: 10px;
  }
}
@media (max-width: 375px) {
  .feature-stats-2__item {
    width: 100%;
  }
}
.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;
}
@media only screen and (max-width: 991px) {
  .feature-stats-2__icon {
    width: 50px;
    height: 50px;
  }
}
.feature-stats-2__icon svg {
  width: 30px;
  height: 30px;
  fill: currentColor;
}
@media only screen and (max-width: 991px) {
  .feature-stats-2__icon svg {
    width: 25px;
    height: 25px;
  }
}
.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-weight: 400;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
}
@media only screen and (max-width: 991px) {
  .feature-stats-2__text {
    font-size: 14.5px;
  }
}
@media only screen and (max-width: 767px) {
  .feature-stats-2__text {
    font-size: 16px;
  }
}
.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 {
  padding-bottom: 1px;
}
.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;
}
@media only screen and (max-width: 991px) {
  .category2__desc {
    margin-bottom: 30px;
  }
}
.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: 8px;
  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;
  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;
}
@media only screen and (max-width: 991px) {
  .how-it-work-2__item-inner {
    padding: 0;
  }
}
.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;
  }
}
.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: 14px;
  }
}
.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 {
    opacity: 1;
    visibility: visible;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .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), padding 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(1) {
    margin-right: 0;
    transition: all 0.5s ease;
    border-radius: 0;
  }
}
.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: auto;
    width: 100%;
  }
}
.how-it-work-2__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: inherit;
  z-index: 0;
  border-radius: 10px;
}
.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;
  opacity: 1;
  width: 50%;
}
@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;
    padding: 20px 0 20px 20px;
  }
}
@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%;
  }
}
@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;
}
.brand2__item:hover svg,
.brand2__item:hover img {
  animation: clientSlideAnim 0.5s ease-in-out forwards;
}

/*----------------------------------------*/
/* testimonial2 css */
/*----------------------------------------*/
.testimonial2 {
  background-color: var(--white);
  position: relative;
  z-index: 1;
}
.testimonial2__card {
  padding: 9px;
  border: 1px solid var(--border);
  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-bottom: 0;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial2__content {
    width: 100%;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.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;
}
@media only screen and (max-width: 991px) {
  .testimonial2__bg-quote {
    width: 70px;
  }
}
.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 (max-width: 575px) {
  .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__content-name {
  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__content-designation {
  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;
}
.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: 991px) {
  .testimonial2__avatars .avatar {
    margin-left: -24px;
  }
}
.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);
}
.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: 991px) {
  .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: 100%;
  }
}
@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, 6vw, 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: 767px) {
  .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, 6vw, 64px);
  line-height: 100%;
  letter-spacing: -3%;
  color: var(--white) !important;
}
@media only screen and (max-width: 767px) {
  .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 {
  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;
  }
}

/*----------------------------------------*/
/* Courses1 css */
/*----------------------------------------*/
.courses1 {
  position: relative;
}
.courses1 .theme-btn {
  background: var(--bg2);
}
.courses1 .container-1330 {
  max-width: 1330px;
}
.courses1__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*----------------------------------------*/
/* 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 .section-top {
  margin-bottom: 57px;
}
@media only screen and (max-width: 991px) {
  .app1 .section-top {
    margin-bottom: 40px;
    text-align: center !important;
  }
}
.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 {
    justify-content: center;
  }
}
.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;
  margin-bottom: -5px;
}
@media only screen and (max-width: 991px) {
  .app1__thumb {
    text-align: center;
    margin-top: 0px;
  }
}
.app1__thumb-shape {
  position: absolute;
  top: -20%;
  right: -10%;
  z-index: -1;
  width: 120%;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .app1__thumb-shape {
    top: -15%;
    right: 0%;
    width: 100%;
  }
}
.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;
}
@media only screen and (max-width: 991px) {
  .app1 .section-top__title {
    text-align: center !important;
  }
}
.app1 .section-top__title span {
  color: var(--primary);
}
.app1__btn {
  display: inline-block;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .app1__btn svg {
    max-width: 100%;
  }
}
.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);
}
.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: 18px 20px 24px;
  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: 4px;
}
@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: 4px;
  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: 1199px) {
  .blog2__meta .author {
    font-size: 14px;
  }
}
.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: 1199px) {
  .blog2__meta .date {
    font-size: 14px;
  }
}
.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: 14px;
  }
}
.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;
  }
}
.blog2__title a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.team2 {
  background: var(--bg2);
}
.team2.v2 {
  background-color: var(--white);
}
.team2 .section-top__btn {
  margin-bottom: 8px;
}
@media only screen and (max-width: 1399px) {
  .team2 .section-top__btn {
    margin-bottom: 0;
  }
}
.team2__card {
  padding: 20px 20px 28px 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 svg path, .team2__card.secondary .team2__social a svg path {
  fill: var(--white);
  fill-opacity: 0.14;
  transition: all 0.3s;
}
.team2__card:hover .team2__social a:hover svg path, .team2__card.secondary .team2__social a:hover svg path {
  fill-opacity: 1;
}
.team2__card:hover .team2__thumb, .team2__card.secondary .team2__thumb {
  overflow: hidden;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  margin-left: auto;
  margin-right: auto;
}
.team2__card:hover .team2__thumb img, .team2__card.secondary .team2__thumb img {
  transform: scale(1.1);
}
.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__thumb {
  margin-top: 72px;
  margin-bottom: 47px;
  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: 120%;
  letter-spacing: -3%;
  text-align: center;
  color: var(--primary);
  margin-bottom: 7px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .team2__name {
    font-size: 18px;
  }
}
.team2__name a {
  color: inherit;
  font: inherit;
}
.team2__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  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 .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
  background: transparent !important;
}
.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;
  border-radius: 10px;
}
.instagram__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 69, 59, 0.1411764706);
  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 {
  transform: scale(1.15);
}
.instagram__card:hover::before {
  opacity: 1;
}
.instagram__card:hover .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;
}
@media only screen and (max-width: 991px) {
  .footer2 {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .footer2__logo {
    max-width: 50%;
  }
}
.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: 1199px) {
  .footer2__top-left {
    gap: 33px;
  }
}
@media only screen and (max-width: 991px) {
  .footer2__top-left {
    flex-wrap: wrap;
    gap: 78px;
  }
}
@media only screen and (max-width: 767px) {
  .footer2__top-left {
    gap: 37px;
    justify-content: space-between;
  }
}
.footer2__top-right {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .footer2__top-right {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .footer2__widget {
    width: 100%;
  }
}
.footer2__widget-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  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 {
    margin-bottom: 20px;
  }
}
.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%;
}
.footer2__links li a:hover {
  color: var(--secondary);
}
.footer2__newsletter {
  position: relative;
  width: 100%;
}
.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: -35px;
    height: 190px;
  }
}
@media only screen and (max-width: 991px) {
  .footer2__newsletter:before {
    display: none;
  }
}
.footer2__newsletter .footer2__widget-title {
  margin-bottom: 35px;
}
@media only screen and (max-width: 1399px) {
  .footer2__newsletter .footer2__widget-title {
    margin-bottom: 20px;
  }
}
.footer2__newsletter .footer2__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 45px;
}
@media only screen and (max-width: 1399px) {
  .footer2__newsletter .footer2__form {
    margin-top: 20px;
    max-width: 400px;
  }
}
.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: 991px) {
  .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);
}
@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.1411764706);
  margin: 80px 0 44px;
}
@media only screen and (max-width: 1199px) {
  .footer2__divider {
    margin: 50px 0 50px;
  }
}
.footer2__branding {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 991px) {
  .footer2__info {
    margin-top: 15px;
  }
}
.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: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .footer2__desc {
    margin-bottom: 20px;
  }
}
.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: 14px;
}
.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;
}
@media only screen and (max-width: 991px) {
  .hero3 {
    padding: 160px 0 0;
  }
}
.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;
}
@media only screen and (max-width: 767px) {
  .hero3__review {
    padding: 7px 18px 7px 6px;
    gap: 4px;
  }
}
.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;
}
@media only screen and (max-width: 991px) {
  .hero3__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .hero3__title {
    font-size: 40px;
  }
}
.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-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: 37.65%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: hero-shape-float-left 10s ease-in-out infinite;
}
@media only screen and (max-width: 991px) {
  .hero3__shape--left {
    display: none;
  }
}
.hero3__shape--right {
  right: 19.5%;
  top: 38.8%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  animation: hero-shape-float-right 12s ease-in-out infinite;
  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;
}
@media only screen and (max-width: 991px) {
  .marquee1.courses1marquee {
    margin-top: 80px;
  }
}
.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;
}
@media only screen and (max-width: 1199px) {
  .marquee1.courses1marquee::before {
    width: 171px;
  }
}
@media only screen and (max-width: 991px) {
  .marquee1.courses1marquee::before {
    width: 100px;
  }
}
.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;
}
@media only screen and (max-width: 1199px) {
  .marquee1.courses1marquee::after {
    width: 171px;
  }
}
@media only screen and (max-width: 991px) {
  .marquee1.courses1marquee::after {
    width: 100px;
  }
}
.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;
}
.brand3__item:hover svg,
.brand3__item:hover img {
  animation: clientSlideAnim 0.5s ease-in-out forwards;
}

/*----------------------------------------*/
/* 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);
}
@media only screen and (max-width: 1199px) {
  .category3 .section-top__text {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .category3 .section-top__text {
    margin-bottom: 30px;
  }
}
.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;
}
.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: 1199px) {
  .event1__card {
    flex-direction: column-reverse;
    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);
}
@media only screen and (max-width: 1199px) {
  .event1__date {
    width: 65px;
    height: 65px;
  }
}
.event1__date-num {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -3%;
  text-align: center;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .event1__date-num {
    font-size: 30px;
  }
}
.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: 14px;
  }
}
.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 {
    margin-top: 20px;
  }
}
.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 {
    margin-bottom: 10px;
  }
}
.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);
}
.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;
}
@media only screen and (max-width: 1199px) {
  .event1__footer {
    padding-top: 20px;
  }
}
.event1__thumb {
  flex: none;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  max-width: 276px;
  max-height: 420px;
}
@media only screen and (max-width: 1399px) {
  .event1__thumb {
    max-height: 100%;
    max-width: 250px;
    flex: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .event1__thumb {
    max-width: 100%;
    max-height: 330px;
    flex: auto;
  }
}
@media only screen and (max-width: 991px) {
  .event1__thumb {
    max-width: 100%;
    max-height: 300px;
  }
}
.event1__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  transition: transform 0.5s ease;
}
.event1__card:hover .event1__thumb img {
  transform: scale(1.04);
}

/*----------------------------------------*/
/* Fact Section                 */
/*----------------------------------------*/
.fact1 {
  background: var(--white);
}
.fact1__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) {
  .fact1__wrapper {
    gap: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .fact1__wrapper {
    justify-content: center;
    gap: 40px;
    padding: 40px;
  }
}
.fact1__item {
  display: inline-flex;
  justify-content: space-between;
  position: relative;
}
.fact1__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) {
  .fact1__item:nth-child(2)::after {
    right: -90px;
  }
}
@media only screen and (max-width: 1199px) {
  .fact1__item:nth-child(2)::after {
    display: none;
  }
}
.fact1__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) {
  .fact1__item:nth-child(2)::before {
    left: -90px;
  }
}
@media only screen and (max-width: 1199px) {
  .fact1__item:nth-child(2)::before {
    display: none;
  }
}
.fact1__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) {
  .fact1__item:nth-child(3)::after {
    right: -90px;
  }
}
@media only screen and (max-width: 1199px) {
  .fact1__item:nth-child(3)::after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .fact1__item {
    flex: 0 0 calc(50% - 20px);
  }
}
@media only screen and (max-width: 767px) {
  .fact1__item {
    flex: 0 0 100%;
  }
}
.fact1__item-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.fact1__icon {
  width: 36px;
  height: 36px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .fact1__icon {
    margin-bottom: 20px;
  }
}
.fact1__icon svg {
  width: 100%;
  height: 100%;
}
.fact1__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) {
  .fact1__number {
    font-size: 30px;
  }
}
.fact1__label {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 0;
  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.2s ease;
  overflow: hidden;
}
.pricing1__card:hover {
  transform: translateY(-5px);
  transition: all 0.2s ease;
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active, .pricing1__card:hover {
  border-color: var(--primary);
  transition: all 0.2s ease;
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .pricing1__card-head, .pricing1__card:hover .pricing1__card-head {
  background: var(--primary);
  color: var(--white);
  transition: all 0.2s ease;
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .pricing1__card-head .pricing1__title,
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .pricing1__card-head .pricing1__price,
.pricing1:not(:has(.pricing1__card:hover)) .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);
  transition: all 0.2s ease;
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .pricing1__card-head .pricing1__title svg path,
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .pricing1__card-head .pricing1__price svg path,
.pricing1:not(:has(.pricing1__card:hover)) .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:not(:has(.pricing1__card:hover)) .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);
  transition: all 0.2s ease;
}
.pricing1:not(:has(.pricing1__card:hover)) .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);
  transition: all 0.2s ease;
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .theme-btn, .pricing1__card:hover .theme-btn {
  background: var(--secondary);
  color: var(--white);
  border-color: var(--secondary);
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .theme-btn .text, .pricing1__card:hover .theme-btn .text {
  color: var(--white);
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .theme-btn .icon, .pricing1__card:hover .theme-btn .icon {
  background: var(--white);
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .theme-btn .icon svg path, .pricing1__card:hover .theme-btn .icon svg path {
  fill: var(--secondary);
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .theme-btn:hover, .pricing1__card:hover .theme-btn:hover {
  background: var(--primary);
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .theme-btn:hover .text, .pricing1__card:hover .theme-btn:hover .text {
  color: var(--white);
}
.pricing1:not(:has(.pricing1__card:hover)) .pricing1__card.active .theme-btn:hover .icon, .pricing1__card:hover .theme-btn:hover .icon {
  background: var(--white);
}
.pricing1:not(:has(.pricing1__card:hover)) .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;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .pricing1__card-head {
    padding: 15px;
  }
}
.pricing1__head-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
.pricing1__head-left {
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.5s ease;
}
.pricing1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin: 0;
  transition: all 0.5s ease;
}
.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);
  transition: all 0.5s ease;
}
.pricing1__meta svg path {
  fill: var(--primary);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .pricing1__meta {
    font-size: 14px;
    gap: 4px;
  }
}
.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;
  transition: all 0.5s ease;
}
.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;
  transition: all 0.5s ease;
}
.pricing1__price-wrap {
  margin-bottom: 32px;
  transition: all 0.5s ease;
}
.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;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .pricing1__price {
    font-size: 18px;
  }
}
.pricing1__desc {
  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.5s ease;
}
@media only screen and (max-width: 1199px) {
  .pricing1__desc {
    font-size: 14px;
  }
}
.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;
  transition: all 0.5s ease;
}
.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);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .pricing1__card-body {
    padding: 20px 20px 30px;
  }
}
.pricing1__feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all 0.5s ease;
}
.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);
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .pricing1__feature-item {
    font-size: 14px;
  }
}
.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;
  transition: all 0.5s ease;
}

/*----------------------------------------*/
/* Instructor 1 Section                   */
/*----------------------------------------*/
.instructor1 {
  background-color: var(--secondary);
  position: relative;
  padding-bottom: 0;
  margin-top: 87px;
}
@media only screen and (max-width: 991px) {
  .instructor1 {
    overflow: hidden;
    margin-top: 0;
  }
}
.instructor1__bg {
  position: absolute;
  inset: 0;
  top: -20%;
  left: 0;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  pointer-events: none;
  z-index: 0;
}
.instructor1__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.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;
}
@media only screen and (max-width: 767px) {
  .instructor1__wrap {
    padding: 80px 0 0;
  }
}
.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;
  margin-right: -300px;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .instructor1__thumb-wrap {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor1__thumb-wrap {
    margin-top: 0;
    margin-bottom: -40px;
  }
}
.instructor1__thumb {
  display: block;
  width: auto;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
.instructor1__thumb-bg1 {
  position: absolute;
  bottom: -134px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 570px;
  height: 570px;
  background: linear-gradient(180deg, #D27627 0%, #CE7224 100%);
  border-radius: 50%;
}
@media only screen and (max-width: 1399px) {
  .instructor1__thumb-bg1 {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .instructor1__thumb-bg1 {
    display: none;
  }
}
.instructor1__thumb-bg2 {
  position: absolute;
  bottom: -134px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  width: 616px;
  height: 616px;
  background: linear-gradient(180deg, #D57422 0%, #C66D22 100%);
  border-radius: 50%;
}
@media only screen and (max-width: 1399px) {
  .instructor1__thumb-bg2 {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .instructor1__thumb-bg2 {
    display: none;
  }
}
.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: 114px;
}
@media only screen and (max-width: 1919px) {
  .instructor1__stat--instructors {
    left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .instructor1__stat--instructors {
    left: 0;
    bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor1__stat--instructors {
    bottom: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .instructor1__stat--instructors {
    display: none;
  }
}
.instructor1__stat--students {
  top: 345px;
  right: 165px;
  min-width: 187px;
}
@media only screen and (max-width: 1919px) {
  .instructor1__stat--students {
    right: 23px;
  }
}
@media only screen and (max-width: 1199px) {
  .instructor1__stat--students {
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .instructor1__stat--students {
    top: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .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;
}
@media only screen and (max-width: 1199px) {
  .instructor1__stat-num {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor1__stat-num {
    font-size: 20px;
  }
}
.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: 700px;
  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: 1919px) {
  .instructor1__bubble {
    right: 550px;
  }
}
@media only screen and (max-width: 1399px) {
  .instructor1__bubble {
    right: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .instructor1__bubble {
    right: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .instructor1__bubble {
    top: 150px;
    right: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .instructor1__bubble {
    display: none;
  }
}
.instructor1.v2 {
  background-color: var(--bg2);
}
.instructor1.v2 .section-top__subtitle {
  color: var(--primary);
  background-color: transparent;
  border: 1px solid rgba(26, 69, 59, 0.1);
}
.instructor1.v2 .instructor1__thumb-wrap {
  margin-bottom: -37px;
}
.instructor1.v2 .instructor1__bg {
  inset: 0;
}
.instructor1.v2 .instructor1__thumb-bg1 {
  background: #FFF4EA;
}
.instructor1.v2 .instructor1__thumb-bg2 {
  background: #FBEEE2;
}
.instructor1.v2 .instructor1__stat-icon {
  background-color: var(--primary);
}

/*----------------------------------------*/
/* 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: 40%;
  left: 0%;
  padding: 10px 24px 10px 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: -8px;
  border: 1px solid var(--white);
}
.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 11.2px;
  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;
  margin-left: 94px;
}
@media only screen and (max-width: 1399px) {
  .hero4__content {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero4__content {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .hero4__content {
    padding-top: 30px;
  }
}
@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: 52px;
  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: 1399px) {
  .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;
  position: relative;
}
.promo1__countdown:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34.8%;
  transform: translateY(-50%);
  width: 1px;
  height: 140px;
  background: var(--border);
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .promo1__countdown:before {
    display: none;
  }
}
@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 {
  padding-bottom: 1px;
}
.about2__wrap {
  position: relative;
  border-bottom: 1px solid var(--border);
}
.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;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-top: 22px;
}
.about2__stats {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 23px;
}
@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 53px 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: 9px;
  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: 86px;
}
@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);
  padding-bottom: 1px;
}
.wcu2__wrap {
  border-bottom: 1px solid var(--border);
}
.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: 11px;
}
.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.v2 .section-top {
  border-top: 1px solid rgba(26, 69, 59, 0.14);
}
.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-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;
}
@media only screen and (max-width: 991px) {
  .cta2 .section-top__title {
    margin-bottom: 30px;
  }
}
.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: 21px 100px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .cta2__bg {
    padding: 21px 30px;
  }
}
@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;
  max-width: 374px;
}
@media only screen and (max-width: 991px) {
  .cta2__content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cta2__content {
    max-width: 100%;
  }
}
.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;
  }
}
@media (max-width: 575px) {
  .cta2__circle--1 {
    width: 180px;
    height: 180px;
  }
}
.cta2__circle--2 {
  width: 391px;
  height: 391px;
}
@media only screen and (max-width: 991px) {
  .cta2__circle--2 {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 575px) {
  .cta2__circle--2 {
    width: 280px;
    height: 280px;
  }
}
.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;
  top: 50%;
  left: 50%;
  animation: cta2-orbit var(--duration, 20s) linear infinite;
}
.cta2__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta2__avatar--1 {
  --radius: 195.5px;
  width: 50px;
  height: 50px;
  animation-delay: 0s;
}
@media only screen and (max-width: 991px) {
  .cta2__avatar--1 {
    --radius: 160px;
  }
}
@media (max-width: 575px) {
  .cta2__avatar--1 {
    --radius: 140px;
  }
}
.cta2__avatar--2 {
  --radius: 195.5px;
  width: 50px;
  height: 50px;
  animation-delay: -10s;
}
@media only screen and (max-width: 991px) {
  .cta2__avatar--2 {
    --radius: 160px;
  }
}
@media (max-width: 575px) {
  .cta2__avatar--2 {
    --radius: 140px;
  }
}
.cta2__avatar--3 {
  --radius: 117.5px;
  --duration: 15s;
  width: 32px;
  height: 32px;
  animation-delay: 0s;
}
@media only screen and (max-width: 991px) {
  .cta2__avatar--3 {
    --radius: 100px;
  }
}
@media (max-width: 575px) {
  .cta2__avatar--3 {
    --radius: 90px;
  }
}
.cta2__avatar--4 {
  --radius: 195.5px;
  width: 50px;
  height: 50px;
  animation-delay: -15s;
}
@media only screen and (max-width: 991px) {
  .cta2__avatar--4 {
    --radius: 160px;
  }
}
@media (max-width: 575px) {
  .cta2__avatar--4 {
    --radius: 140px;
  }
}
.cta2__book-icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 4;
  top: 50%;
  left: 50%;
  --radius: 195.5px;
  animation: cta2-orbit 20s linear infinite;
  animation-delay: -5s;
}
@media only screen and (max-width: 991px) {
  .cta2__book-icon {
    --radius: 160px;
  }
}
@media (max-width: 575px) {
  .cta2__book-icon {
    --radius: 140px;
  }
}

@keyframes cta2-orbit {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) translateX(var(--radius)) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg) translateX(var(--radius)) rotate(-360deg);
  }
}
/*----------------------------------------*/
/* getintouch1 Section                   */
/*----------------------------------------*/
.getintouch1 {
  background-color: var(--white);
  padding-bottom: 1px;
}
.getintouch1__wrap {
  border-bottom: 1px solid var(--border);
}
.getintouch1__info-list {
  margin-top: 52px;
}
@media only screen and (max-width: 991px) {
  .getintouch1__info-list {
    margin-top: 30px;
  }
}
.getintouch1__info-list.v2 .getintouch1__info-icon--blue {
  background-color: var(--blue);
}
.getintouch1__info-list.v2 .getintouch1__info-icon--dark {
  background-color: var(--black3);
}
.getintouch1__info-list.v2 .getintouch1__info-text span {
  color: var(--black3);
}
.getintouch1__info-list.v2 .getintouch1__input-group label {
  color: var(--black3);
}
.getintouch1__info-item {
  gap: 14px;
  margin-bottom: 39px;
}
.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-icon--blue {
  background-color: var(--blue);
}
.getintouch1__info-icon--yellow {
  background-color: var(--yellow);
  color: var(--black3);
}
.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;
  max-width: 600px;
}
@media only screen and (max-width: 991px) {
  .getintouch1__form-card {
    padding: 30px;
    max-width: 100%;
  }
}
@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 32px 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: 120px;
  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;
  font-size: 14px;
}
.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 {
  background: var(--secondary);
  margin-top: 2px;
}
.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);
}

/*----------------------------------------*/
/* hero5 css */
/*----------------------------------------*/
.hero5 {
  background-color: var(--bg2);
  position: relative;
  overflow: hidden;
  padding-top: 211px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1199px) {
  .hero5 {
    padding-top: 180px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero5 {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.hero5__shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.hero5__shape {
  position: absolute;
}
.hero5__shape--1 {
  top: 290px;
  left: 0px;
  animation: hero5-shape-1 5s ease-in-out infinite;
}
.hero5__shape--2 {
  top: 477px;
  left: 448px;
  animation: hero5-shape-2 7s ease-in-out infinite;
}
.hero5__shape--3 {
  top: 217px;
  right: 385px;
  animation: hero5-shape-3 6s ease-in-out infinite;
}
.hero5__shape--4 {
  top: 442px;
  right: 555px;
  animation: hero5-shape-4 8s ease-in-out infinite;
}
.hero5__shape img,
.hero5__shape svg {
  width: 100%;
}
.hero5__badge {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 140px;
  padding: 5px 10px 5px 5px;
  margin-bottom: 12px;
}
.hero5__badge-avatars {
  display: flex;
  align-items: center;
}
.hero5__badge-avatars img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid var(--white);
  display: block;
  margin-left: -5px;
  object-fit: cover;
}
.hero5__badge-avatars img:first-child {
  margin-left: 0;
}
.hero5__badge-text {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}
.hero5__badge-text span {
  color: var(--secondary);
}
.hero5__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
  color: var(--primary);
  margin-bottom: 21px;
}
@media only screen and (max-width: 1919px) {
  .hero5__title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero5__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero5__title {
    font-size: 40px;
  }
}
.hero5__title span {
  color: var(--secondary);
  font-weight: 400;
  font-style: italic;
  font-family: var(--font_playfair);
}
.hero5__desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: var(--text);
  max-width: 680px;
  margin: 0 auto 42px;
}
@media only screen and (max-width: 991px) {
  .hero5__desc {
    margin-bottom: 30px;
  }
}
.hero5__grid {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .hero5__grid {
    flex-direction: column;
  }
}
.hero5__grid-left {
  flex: 0 0 calc(62.31% - 10px);
}
@media only screen and (max-width: 1199px) {
  .hero5__grid-left {
    flex: 0 0 100%;
    width: 100%;
  }
}
.hero5__grid-right {
  flex: 1;
  max-width: 490px;
}
@media only screen and (max-width: 1199px) {
  .hero5__grid-right {
    width: 100%;
  }
}
.hero5__sub-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 1199px) {
  .hero5__sub-grid {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .hero5__sub-grid {
    flex-direction: column;
  }
}
.hero5__sub-item {
  flex: 1;
}
.hero5__video {
  position: relative;
  border-radius: 10px;
  overflow: visible;
}
.hero5__video-img {
  width: 100%;
  display: block;
  border-radius: 10px;
  max-height: 550px;
}
.hero5__video--sub {
  overflow: hidden;
}
.hero5__video--sub .hero5__video-img {
  max-height: 270px;
}
.hero5__video-icon {
  position: absolute;
  top: 146px;
  left: -30px;
  z-index: 5;
  background: var(--secondary);
  width: 60px;
  height: 60px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-10deg);
}
@media only screen and (max-width: 991px) {
  .hero5__video-icon {
    width: 40px;
    height: 40px;
    top: -10px;
    left: -10px;
  }
}
.hero5__video-controls {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .hero5__video-controls {
    padding: 6px 12px;
    gap: 8px;
    bottom: 15px;
  }
}
.hero5__video-status {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .hero5__video-status {
    width: 30px;
    height: 30px;
    bottom: 10px;
    left: 10px;
  }
}
.hero5__control-item {
  width: 60px;
  height: 60px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .hero5__control-item {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.hero5__control-item--end {
  background: var(--red);
}

/*----------------------------------------*/
/* courses2 css */
/*----------------------------------------*/
.courses2__card {
  display: flex;
  gap: 10px;
  background-color: var(--white);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.courses2__card:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .courses2__card {
    flex-direction: column;
  }
}
.courses2__card.v2 .courses2__thumb {
  flex: 0 0 400px;
}
@media only screen and (max-width: 1919px) {
  .courses2__card.v2 .courses2__thumb {
    flex: 0 0 350px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .courses2__card.v2 .courses2__thumb {
    flex: 0 0 300px;
    width: 100%;
  }
}
.courses2__thumb {
  flex: 0 0 580px;
  position: relative;
  background: #1A453B;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .courses2__thumb {
    flex: 0 0 350px;
  }
}
@media only screen and (max-width: 767px) {
  .courses2__thumb {
    flex: 0 0 300px;
    width: 100%;
  }
}
.courses2__thumb-bg {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.courses2__thumb-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.courses2__instructor-badge {
  display: inline-block;
  background: var(--secondary);
  color: var(--white);
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  align-self: flex-start;
}
.courses2__card-content {
  flex: 1;
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .courses2__card-content {
    padding: 25px;
  }
}
.courses2__info {
  display: flex;
  gap: 12px;
  margin-bottom: 22px;
}
.courses2__info-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.courses2__rating {
  display: flex;
  align-items: center;
  gap: 5.17px;
}
.courses2__rating .score {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}
.courses2__rating .stars {
  display: flex;
  align-items: center;
  gap: 3px;
  list-style-type: none;
}
.courses2__rating .stars li {
  line-height: 0.5;
}
.courses2__level {
  background: var(--secondary);
  color: var(--white);
  padding: 2.5px 10.3px;
  border-radius: 4px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.courses2__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 991px) {
  .courses2__title {
    font-size: 24px;
    padding-bottom: 22px;
    margin-bottom: 30px;
  }
}
.courses2__title a {
  color: var(--primary);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.courses2__title a:hover {
  color: var(--secondary);
}
.courses2__details {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 76px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .courses2__details {
    gap: 15px;
    margin-bottom: 25px;
  }
}
.courses2__detail-item {
  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(--primary);
}
.courses2__price {
  margin-left: auto;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  text-align: right;
  color: var(--secondary);
}
@media only screen and (max-width: 767px) {
  .courses2__price {
    margin-left: 0;
    width: 100%;
  }
}
.courses2__footer {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .courses2__footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
.courses2__instructor-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);
  margin-bottom: 5px;
  display: block;
}
.courses2__instructor-info .name {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--secondary);
}
.courses2__view-btn {
  padding: 12px 30px;
  font-size: 14px;
  height: 50px;
}
.courses2__view-btn .icon {
  background: transparent;
  margin-left: 10px;
  width: auto;
  height: auto;
}
.courses2__view-btn .icon svg {
  color: var(--white);
}

/*----------------------------------------*/
/* category2 css */
/*----------------------------------------*/
.category2__card-thumb {
  width: 60px;
  height: 60px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.category2__card-thumb img {
  transition: all 0.3s ease-in-out;
  border-radius: 6px;
}
.category2__card:hover .category2__card-thumb img {
  transform: scale(1.1);
}

/*----------------------------------------*/
/* wcu3 css */
/*----------------------------------------*/
.wcu3 {
  background-color: var(--white);
}
.wcu3__card {
  padding: 20px 20px 22px 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  transition: all 0.3s ease;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .wcu3__card {
    padding: 20px;
  }
}
.wcu3__icon {
  width: 60px;
  height: 60px;
  background: var(--bg2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
.wcu3__icon svg {
  width: 32px;
  height: 32px;
}
.wcu3__card-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .wcu3__card-title {
    font-size: 20px;
  }
}
.wcu3__card-desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
  margin-bottom: 0;
}
.wcu3__thumb {
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .wcu3__thumb {
    max-height: 450px;
  }
}
.wcu3__thumb img {
  border-radius: 10px;
  display: block;
}
.wcu3__left-wrap, .wcu3__right-wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@keyframes marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.marquee2 {
  overflow: hidden;
}
.marquee2__track {
  overflow: hidden;
  width: 100%;
}
.marquee2__list {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee-scroll 30s linear infinite;
}
.marquee2__list:hover {
  animation-play-state: paused;
}
.marquee2__item {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.marquee2__avatar img {
  height: 80px;
  border-radius: 100px;
  object-fit: cover;
}
.marquee2__avatar--circle img {
  width: 100px;
  height: 80px;
}
.marquee2__tag {
  display: inline-flex;
  align-items: center;
  padding: 25px 40px;
  border-radius: 100px;
  border: 1px solid var(--border);
  text-align: center;
  font-size: 40px;
  line-height: 120%;
  color: var(--primary);
  white-space: nowrap;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .marquee2__tag {
    font-size: 20px;
  }
}
.marquee2__tag--italic {
  font-family: var(--font_playfair);
  font-weight: 400;
  font-style: Italic;
  letter-spacing: -4%;
  text-align: center;
  color: var(--primary);
}
.marquee2__tag--highlight {
  font-family: var(--font_mona);
  font-weight: 500;
  letter-spacing: -3%;
  color: var(--secondary);
}

/*----------------------------------------*/
/* learning-process1 css */
/*----------------------------------------*/
.learning-process1 .section-top {
  margin-bottom: 60px;
}
.learning-process1 .section-top__title span {
  color: var(--secondary);
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 400;
}
.learning-process1__card {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .learning-process1__card {
    padding: 15px;
  }
}
.learning-process1__badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: var(--font_mona);
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
  margin-bottom: 40px;
}
.learning-process1__badge--orange {
  background-color: var(--secondary);
}
.learning-process1__badge--green {
  background-color: #1A453B;
}
.learning-process1__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 8px;
}
.learning-process1__desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
  margin-bottom: 0;
}
.learning-process1__video-wrap {
  border-radius: 10px;
  overflow: hidden;
  max-height: 660px;
}
.learning-process1__video-wrap video {
  width: 100%;
  display: block;
  object-fit: cover;
}

/*----------------------------------------*/
/* testimonial4 css                       */
/*----------------------------------------*/
.nav-btn {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-btn__item {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid var(--border);
  transition: all 0.3s;
}
.nav-btn__item svg path {
  fill: var(--black3);
  transition: all 0.3s;
}
.nav-btn__item:hover {
  border-color: var(--secondary);
  background: var(--secondary);
}
.nav-btn__item:hover svg path {
  fill: var(--white);
  transition: all 0.3s;
}

.testimonial4 {
  background: var(--white);
  padding-bottom: 1px;
}
@media only screen and (max-width: 1399px) {
  .testimonial4 .testimonial1__widget.mb-60 {
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial4 .testimonial1__widget.mb-60 {
    margin-bottom: 30px !important;
  }
}
.testimonial4__wrap {
  border-bottom: 1px solid var(--border);
}
.testimonial4 .testimonial1__widget {
  margin-top: 32px;
}
.testimonial4__card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  padding: 20px;
  transition: all 0.3s;
}
.testimonial4__quote {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.testimonial4__content {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 93px;
}
@media only screen and (max-width: 991px) {
  .testimonial4__content {
    margin-bottom: 50px;
  }
}
.testimonial4__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}
.testimonial4__author-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.testimonial4__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial4__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial4__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);
}
.testimonial4__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);
}
.testimonial4__brand img {
  max-width: 80px;
  opacity: 0.5;
}

/*----------------------------------------*/
/* fact2 css */
/*----------------------------------------*/
.fact2 {
  background-color: var(--bg);
  overflow: hidden;
}
.fact2 .section-top {
  margin-bottom: 60px;
}
.fact2 .section-top__title span {
  color: var(--secondary);
  font-family: var(--font_playfair);
  font-style: italic;
  font-weight: 400;
}
.fact2__steps {
  margin-bottom: 80px;
}
.fact2__step {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 40px px;
  padding: 40px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .fact2__step {
    padding: 30px;
  }
}
.fact2__step:hover {
  border-color: var(--secondary);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.fact2__step-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-family: var(--font_mona);
  font-weight: 600;
  font-size: 14px;
  color: var(--white);
  margin-bottom: 35px;
  background-color: var(--secondary);
}
.fact2__step-badge--green {
  background-color: var(--primary);
}
.fact2__step-title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: var(--primary);
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .fact2__step-title {
    font-size: 20px;
  }
}
.fact2__step-desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--text);
  margin-bottom: 0;
}
.fact2__thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .fact2__thumb {
    margin-bottom: 60px;
  }
}
.fact2__thumb img {
  width: 100%;
  border-radius: 20px;
  display: block;
}
.fact2__thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .fact2__thumb-icon {
    width: 70px;
    height: 70px;
  }
}
.fact2__thumb-icon:hover {
  background: var(--secondary);
  color: var(--white);
}
.fact2__counters {
  padding-top: 60px;
  border-top: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .fact2__counters {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .fact2__counters {
    justify-content: center;
    gap: 30px;
  }
}
.fact2__counter {
  position: relative;
  text-align: start;
}
.fact2__counter::after {
  content: "";
  position: absolute;
  top: 0;
  right: -141px;
  width: 1px;
  height: 150px;
  background: var(--border);
}
@media only screen and (max-width: 1399px) {
  .fact2__counter::after {
    right: -110px;
  }
}
@media only screen and (max-width: 1199px) {
  .fact2__counter::after {
    right: -100px;
  }
}
@media only screen and (max-width: 991px) {
  .fact2__counter::after {
    right: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .fact2__counter::after {
    display: none;
  }
}
.fact2__counter:last-child::after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .fact2__counter {
    text-align: center;
    width: 47%;
  }
  .fact2__counter:last-child {
    border-bottom: 0;
  }
}
.fact2__counter-icon {
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .fact2__counter-icon {
    margin-bottom: 20px;
  }
}
.fact2__counter-number {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 5px;
}
@media only screen and (max-width: 1199px) {
  .fact2__counter-number {
    font-size: 26px;
  }
}
.fact2__counter-number span {
  color: var(--secondary);
}
.fact2__counter-label {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--primary);
  margin-bottom: 0;
}

/*----------------------------------------*/
/* cta3 css */
/*----------------------------------------*/
.cta3 {
  position: relative;
  overflow: hidden;
}
.cta3 .section-top__subtitle {
  border: 1px solid var(--border2);
}
.cta3 .theme-btn {
  background: transparent;
  border: 1px solid var(--border2);
  color: var(--white);
}
.cta3 .theme-btn .text {
  color: var(--white);
}
.cta3 .theme-btn .icon svg path {
  fill: var(--white);
}
.cta3 .theme-btn:hover {
  border-color: transparent !important;
  color: var(--primary) !important;
}
.cta3 .theme-btn:hover .text {
  color: var(--white) !important;
}
.cta3 .theme-btn:hover .icon svg path {
  fill: var(--primary);
}
.cta3__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: var(--primary);
  padding: 80px 60px 96px;
  border-radius: 10px;
  overflow: hidden;
}
.cta3__wrapper-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: 10px;
}
.cta3__wrapper-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .cta3__wrapper {
    flex-direction: column;
    gap: 50px;
    min-height: auto;
    padding: 50px 20px;
  }
}
.cta3__desc {
  margin-top: 18px;
  margin-bottom: 42px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}
.cta3__left {
  flex: 0 0 250px;
  position: relative;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .cta3__left {
    flex: 0 0 auto;
    width: max-content;
    display: flex;
    justify-content: center;
    margin-left: auto;
  }
}
.cta3__right {
  flex: 0 0 225px;
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .cta3__right {
    flex: 0 0 auto;
    width: max-content;
    display: flex;
    justify-content: center;
    order: 3;
    margin-right: auto;
  }
}
.cta3__center {
  flex: 1;
  max-width: 400px;
  z-index: 2;
}
.cta3__thumb {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.cta3__thumb img {
  object-fit: cover;
  border-radius: 10px;
}
.cta3__thumb--1 {
  left: 0;
  top: 0px;
  z-index: 2;
  border-radius: 10px;
  max-width: 174px;
  max-height: 174px;
}
@media only screen and (max-width: 1199px) {
  .cta3__thumb--1 {
    position: relative;
    top: 0;
    left: 0;
  }
}
.cta3__thumb--2 {
  position: absolute;
  right: 0px;
  bottom: -50px;
  z-index: 1;
  border-radius: 10px;
  max-width: 111px;
  max-height: 111px;
}
@media only screen and (max-width: 1199px) {
  .cta3__thumb--2 {
    position: relative;
    top: 50px;
    left: -30px;
  }
}
.cta3__thumb--3 {
  right: 0;
  top: 0px;
  z-index: 1;
  max-width: 159px;
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  .cta3__thumb--3 {
    position: relative;
    top: 0;
    right: 0;
    margin-right: auto;
  }
}
.cta3__floating-card {
  position: absolute;
  width: 100px;
  height: 100px;
  background: var(--white);
  border-radius: 10px;
  left: 0;
  bottom: -37px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1199px) {
  .cta3__floating-card {
    position: relative;
    top: 50px;
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .cta3__floating-card {
    left: -5px;
  }
}
.cta3__floating-icon {
  width: 60px;
  height: 60px;
  color: var(--primary);
}
.cta3__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 6px 16px;
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
}
.cta3__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 64px;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .cta3__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .cta3__title {
    font-size: 32px;
  }
}
.cta3__title span {
  color: var(--secondary);
  font-style: italic;
  font-family: var(--font_playfair);
  font-weight: 400;
}
.cta3__subtitle {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .cta3__subtitle {
    font-size: 16px;
  }
}
.cta3__btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 8px 8px 24px;
  color: var(--white);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s;
}
.cta3__btn:hover {
  background: var(--white);
  color: var(--primary);
}
.cta3__btn:hover .icon {
  background: var(--primary);
  color: var(--white);
}
.cta3__btn .icon {
  width: 44px;
  height: 44px;
  background: var(--secondary);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.cta3__btn .icon svg {
  width: 14px;
  height: 14px;
}

/*----------------------------------------*/
/* footer3 css */
/*----------------------------------------*/
.footer3 {
  background-color: var(--primary);
  position: relative;
  padding-top: 80px;
}
.footer3__top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: 1px solid var(--border2);
}
.footer3__top-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  padding: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer3__top-grid {
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .footer3__top-grid {
    padding: 40px;
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer3__top-grid {
    padding: 30px;
    gap: 30px;
  }
}
.footer3__widget-navmenu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 110px;
}
@media only screen and (max-width: 1399px) {
  .footer3__widget-navmenu {
    gap: 50px;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1199px) {
  .footer3__widget-navmenu {
    gap: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .footer3__widget-navmenu {
    gap: 115px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .footer3__widget-navmenu {
    gap: 30px;
  }
  .footer3__widget-navmenu .footer1__widget:first-child {
    max-width: 40%;
    width: 100%;
  }
}
.footer3__widget-newsletter {
  width: 320px;
}
.footer3__widget-title {
  font-family: var(--font_mona);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 35px;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .footer3__widget-title {
    margin-bottom: 25px;
  }
}
.footer3__links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer3__links li:not(:last-child) {
  margin-bottom: 15px;
}
.footer3__links li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s;
}
.footer3__links li a:hover {
  color: var(--secondary);
  padding-left: 5px;
}
.footer3__newsletter {
  position: relative;
}
.footer3__newsletter::before {
  content: "";
  position: absolute;
  left: -129px;
  top: 0;
  width: 1px;
  height: 226px;
  background-color: var(--border2);
}
@media only screen and (max-width: 1199px) {
  .footer3__newsletter::before {
    display: none;
  }
}
.footer3__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer3__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;
}
.footer3__input-wrap input {
  width: 100%;
  background: transparent;
  border: none;
  color: var(--white);
  font-size: 16px;
  padding: 12px 45px 12px 15px;
  outline: none;
}
.footer3__input-wrap input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.footer3__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;
}
.footer3__bottom {
  padding-top: 20px;
  border-top: 1px solid var(--border2);
  padding: 20px 19px 0;
}
.footer3__bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .footer3__bottom-bar {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
.footer3__info-box {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .footer3__info-box {
    padding: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer3__info-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer3__info-logo {
  flex: 0 0 auto;
}
.footer3__info-contact {
  flex: 1;
  padding: 0 60px 0 50px;
}
@media only screen and (max-width: 1399px) {
  .footer3__info-contact {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer3__info-contact {
    padding: 0;
    text-align: center;
  }
}
.footer3__info-text {
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1399px) {
  .footer3__info-text {
    font-size: 16px;
  }
}
.footer3__info-items {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
@media only screen and (max-width: 991px) {
  .footer3__info-items {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .footer3__info-items {
    flex-direction: column;
    gap: 5px;
    align-items: center;
  }
}
.footer3__info-items .item {
  display: flex;
  align-items: center;
  gap: 9px;
}
.footer3__info-items .item a {
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  transition: all 0.3s;
}
.footer3__info-items .item a:hover {
  color: var(--secondary);
}
.footer3__info-apps {
  flex: 0 0 auto;
}
@media only screen and (max-width: 991px) {
  .footer3__info-apps {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer3__info-label {
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  margin-bottom: 22px;
  display: block;
}
.footer3__app-btns {
  display: flex;
  gap: 5.89px;
}
.footer3__app-btns a {
  display: inline-block;
  transition: all 0.3s;
}
.footer3__app-btns a:hover {
  transform: translateY(-3px);
}
.footer3__copyright p {
  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: 0;
}
.footer3__copyright p span {
  color: var(--secondary);
}
.footer3__legal {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer3__legal a {
  position: relative;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--white);
  transition: all 0.3s;
}
.footer3__legal a:hover {
  color: var(--secondary);
}
.footer3__legal a:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--border2);
  width: 1px;
  height: 100%;
}

/*----------------------------------------*/
/* blog3 area style                       */
/*----------------------------------------*/
.blog3 {
  padding-bottom: 1px;
}
.blog3__wrap {
  border-bottom: 1px solid var(--border);
}
.blog3__card {
  border-radius: 10px;
  padding: 6px;
  transition: all 0.3s;
  display: flex;
  align-items: stretch;
  background: var(--bg2);
  gap: 6px;
}
.blog3__card:hover .blog3__title a {
  color: var(--secondary);
}
.blog3__card:hover .blog3__thumb img {
  transform: scale(1.1);
}
@media only screen and (max-width: 1199px) {
  .blog3__card {
    flex-direction: column;
  }
}
.blog3__thumb {
  position: relative;
  flex: 0 0 228px;
  overflow: hidden;
  border-radius: 6px;
  flex-shrink: 0;
  max-width: 228px;
  max-height: 228px;
}
@media only screen and (max-width: 1399px) {
  .blog3__thumb {
    flex: 0 0 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog3__thumb {
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 502px;
  }
}
@media only screen and (max-width: 991px) {
  .blog3__thumb {
    max-height: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .blog3__thumb {
    max-height: 228px;
  }
}
@media (max-width: 575px) {
  .blog3__thumb {
    max-height: 155px;
  }
}
.blog3__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
  transition: transform 0.5s ease;
}
.blog3__content {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 6px;
  background: var(--white);
}
@media only screen and (max-width: 1399px) {
  .blog3__content {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog3__content {
    padding: 15px 10px;
  }
}
.blog3__meta {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .blog3__meta {
    gap: 20px;
  }
}
.blog3__meta > *:not(:first-child) {
  position: relative;
}
.blog3__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) {
  .blog3__meta > *:not(:first-child)::before {
    left: -10px;
  }
}
.blog3__meta a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--black2);
  transition: all 0.3s ease;
}
.blog3__meta a:hover {
  color: var(--secondary) !important;
}
.blog3__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;
}
.blog3__meta .author:hover {
  color: var(--secondary);
}
.blog3__meta .author img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
}
.blog3__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;
}
.blog3__meta .date:hover {
  color: var(--secondary);
}
.blog3__title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  margin: 0;
}
.blog3__title a {
  color: var(--primary);
  text-decoration: none;
  transition: all 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog3__title a:hover {
  color: var(--secondary);
}
.blog3__desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
  margin-bottom: 25px;
  margin-top: 10px;
  flex-grow: 1;
}
.blog3__link {
  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;
  align-items: center;
  gap: 7.33px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--primary);
  width: fit-content;
  transition: all 0.3s;
}
.blog3__link:hover {
  color: var(--secondary);
  border-bottom-color: var(--secondary);
}
.blog3__link:hover svg {
  transform: translate(2px, -2px);
}
.blog3__link svg {
  width: 12px;
  height: 12px;
  transition: transform 0.3s ease;
}

@keyframes hero5-shape-1 {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes hero5-shape-2 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
}
@keyframes hero5-shape-3 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes hero5-shape-4 {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-15px) rotate(5deg);
  }
}
.map {
  overflow: hidden;
}
.map iframe {
  display: block;
  height: 700px;
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .map iframe {
    height: 400px;
  }
}

/*----------------------------------------
    Course Details
-----------------------------------------*/
.course-details1 {
  padding-bottom: 50px;
}
.course-details1__sidebar {
  margin-top: -435px;
  background-color: var(--white);
  border-radius: 12px;
  padding: 10px;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
  max-width: 460px;
  margin-left: auto;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0509803922);
}
@media only screen and (max-width: 1919px) {
  .course-details1__sidebar {
    margin-top: -380px;
  }
}
@media only screen and (max-width: 1199px) {
  .course-details1__sidebar {
    margin-top: -330px;
  }
}
@media only screen and (max-width: 991px) {
  .course-details1__sidebar {
    margin-top: 40px;
    max-width: 100%;
  }
}
.course-details1__sidebar-thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
}
.course-details1__sidebar-thumb img {
  width: 100%;
  height: auto;
}
.course-details1__sidebar-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-color: var(--white);
  color: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}
.course-details1__sidebar-thumb .play-btn svg path {
  fill: var(--primary);
}
.course-details1__sidebar-thumb .play-btn:hover {
  background-color: var(--primary);
  color: var(--white);
}
.course-details1__sidebar-thumb .play-btn:hover svg path {
  fill: var(--white);
}
.course-details1__sidebar-price {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  letter-spacing: -3%;
  color: var(--primary);
  margin-bottom: 26px;
  margin-top: 10px;
  padding: 0 14px;
}
.course-details1__sidebar-actions {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  padding: 0 14px;
}
.course-details1__sidebar-actions .theme-btn {
  flex-grow: 1;
  justify-content: center;
}
.course-details1__sidebar-actions .heart-btn {
  width: 56px;
  height: 56px;
  border: 1px solid var(--border);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.course-details1__sidebar-actions .heart-btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.course-details1__sidebar-includes {
  padding: 0 14px 20px;
}
.course-details1__sidebar-includes .title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 32px;
  color: var(--primary);
}
.course-details1__sidebar-includes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.course-details1__sidebar-includes ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border);
}
.course-details1__sidebar-includes ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.course-details1__sidebar-includes ul li .left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.course-details1__sidebar-includes ul li .left svg {
  fill: currentColor;
  width: 18px;
}
.course-details1__sidebar-includes ul li .right {
  color: var(--text2);
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: right;
}
.course-details1__sidebar-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 14px;
  border-top: 1px solid var(--border);
}
.course-details1__sidebar-share .label {
  font-weight: 500;
  color: var(--primary);
}
.course-details1__sidebar-share .social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.course-details1__sidebar-share .social-links a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  transition: all 0.3s ease;
  border: 1px solid var(--border);
}
.course-details1__sidebar-share .social-links a svg path {
  fill: var(--primary);
  transition: all 0.3s ease;
}
.course-details1__sidebar-share .social-links a:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.course-details1__sidebar-share .social-links a:hover svg path {
  fill: var(--white);
}
.course-details1__content .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  margin-bottom: 36px;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .course-details1__content .nav-tabs {
    justify-content: start;
  }
}
@media (max-width: 575px) {
  .course-details1__content .nav-tabs {
    gap: 20px;
  }
}
.course-details1__content .nav-tabs .nav-link {
  border: none;
  padding: 0 0 20px 0;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  color: var(--text2);
  position: relative;
}
@media only screen and (max-width: 767px) {
  .course-details1__content .nav-tabs .nav-link {
    font-size: 16px;
    padding: 0 0 10px 0;
  }
}
.course-details1__content .nav-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: all 0.3s ease;
}
.course-details1__content .nav-tabs .nav-link:hover, .course-details1__content .nav-tabs .nav-link.active {
  color: var(--primary);
}
.course-details1__content .nav-tabs .nav-link:hover::after, .course-details1__content .nav-tabs .nav-link.active::after {
  width: 100%;
}
.course-details1__overview .overview-title {
  color: var(--primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.6px;
  margin-bottom: 14px;
}
.course-details1__overview p {
  margin-bottom: 14px;
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
}
.course-details1__overview .highlight-list {
  margin-bottom: 35px;
  margin-top: 37px;
}
.course-details1__overview .highlight-list .title {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 22px;
  color: var(--primary);
}
.course-details1__overview .highlight-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.course-details1__overview .highlight-list ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--primary);
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.course-details1__overview .highlight-list ul li:last-child {
  margin-bottom: 0;
}
.course-details1__overview .highlight-list ul li .icon {
  width: 24px;
  height: 24px;
}
.course-details1__curriculum .accordion-item {
  border: 1px solid var(--border);
  border-radius: 8px !important;
  margin-bottom: 15px;
  overflow: hidden;
}
.course-details1__curriculum .accordion-item .accordion-button {
  background-color: var(--white);
  padding: 20px 20px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -3%;
  border-radius: 10px;
  color: var(--primary);
  box-shadow: none;
}
@media only screen and (max-width: 767px) {
  .course-details1__curriculum .accordion-item .accordion-button {
    padding: 18px;
    font-size: 18px;
  }
}
.course-details1__curriculum .accordion-item .accordion-button::after {
  display: none;
}
.course-details1__curriculum .accordion-item .accordion-button .icon {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  color: var(--primary);
  transition: all 0.3s ease;
}
.course-details1__curriculum .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--white);
  border-bottom: 0px solid var(--border);
  color: var(--primary);
}
.course-details1__curriculum .accordion-item .accordion-button:not(.collapsed) .icon {
  border-color: var(--border);
  transform: rotate(180deg);
}
.course-details1__curriculum .accordion-item .accordion-body {
  padding: 24px;
}
.course-details1__curriculum .accordion-item .accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.course-details1__curriculum .accordion-item .accordion-body ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border);
}
.course-details1__curriculum .accordion-item .accordion-body ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.course-details1__curriculum .accordion-item .accordion-body ul li .left {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--primary);
}
.course-details1__curriculum .accordion-item .accordion-body ul li .left span {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-transform: capitalize;
  color: var(--primary);
}
.course-details1__curriculum .accordion-item .accordion-body ul li .left svg {
  flex-shrink: 0;
  fill: var(--text2);
}
.course-details1__curriculum .accordion-item .accordion-body ul li .right {
  display: flex;
  align-items: center;
  gap: 15px;
}
.course-details1__curriculum .accordion-item .accordion-body ul li .right .preview-btn {
  background-color: var(--secondary);
  color: var(--white);
  padding: 7.5px 21px;
  border-radius: 4px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.course-details1__curriculum .accordion-item .accordion-body ul li .right .preview-btn:hover {
  background-color: var(--primary);
}
.course-details1__curriculum .accordion-item .accordion-body ul li .right .lock-icon {
  color: var(--text2);
}
@media (max-width: 575px) {
  .course-details1__curriculum .accordion-item .accordion-body ul li:has(button) {
    flex-direction: column;
    gap: 5px;
    align-items: start;
  }
  .course-details1__curriculum .accordion-item .accordion-body ul li:has(button) button {
    margin-left: auto;
  }
  .course-details1__curriculum .accordion-item .accordion-body ul li:has(button) .right {
    width: 100%;
  }
}
.course-details1__instructor {
  display: flex;
  gap: 42px;
  align-items: flex-start;
  border-radius: 8px;
}
@media only screen and (max-width: 1199px) {
  .course-details1__instructor {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .course-details1__instructor {
    flex-direction: column;
  }
}
.course-details1__instructor .thumb {
  width: 150px;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.course-details1__instructor .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-details1__instructor .info .name {
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -3%;
  margin-bottom: 12px;
  color: var(--primary);
}
.course-details1__instructor .info .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 15px;
  color: var(--text2);
}
.course-details1__instructor .info .meta .rating {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--primary);
  font-weight: 500;
}
.course-details1__instructor .info .students {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}
.course-details1__instructor .info .courses {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--font_mona);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: var(--primary);
}
.course-details1__instructor .info .desc {
  font-family: var(--font_mona);
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: var(--text2);
  margin-bottom: 32px;
}
.course-details1__instructor .info .social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .course-details1__instructor .info .social {
    gap: 10px;
  }
}
.course-details1__instructor .info .social a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: capitalize;
  transition: all 0.3s ease;
  padding: 6.5px 12px;
  border-radius: 100px;
  border: 1px solid var(--border);
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .course-details1__instructor .info .social a {
    font-size: 14px;
  }
}
.course-details1__instructor .info .social a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.course-details1__instructor .info .social a:hover {
  color: var(--secondary);
  border-color: var(--secondary);
}
.course-details1__instructor .info .social a:hover .icon {
  color: var(--secondary);
}
.course-details1__reviews .review-summary {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .course-details1__reviews .review-summary {
    flex-direction: column;
    align-items: flex-start;
  }
}
.course-details1__reviews .review-summary .overall {
  width: 180px;
  height: 180px;
  background-color: var(--bg2);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 991px) {
  .course-details1__reviews .review-summary .overall {
    width: 120px;
    height: 120px;
  }
}
.course-details1__reviews .review-summary .overall .score {
  font-size: 48px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1;
  margin-bottom: 5px;
}
.course-details1__reviews .review-summary .overall .stars {
  color: #d87827;
  margin-bottom: 5px;
  font-size: 14px;
}
.course-details1__reviews .review-summary .overall .count {
  color: var(--text2);
  font-size: 14px;
}
.course-details1__reviews .review-summary .bars {
  flex-grow: 1;
  width: 100%;
}
.course-details1__reviews .review-summary .bars .bar-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.course-details1__reviews .review-summary .bars .bar-item:last-child {
  margin-bottom: 0;
}
.course-details1__reviews .review-summary .bars .bar-item .stars {
  display: flex;
  gap: 2px;
  color: #d87827;
  font-size: 12px;
  width: 65px;
  flex-shrink: 0;
}
.course-details1__reviews .review-summary .bars .bar-item .progress {
  flex-grow: 1;
  height: 4px;
  background-color: var(--bg2);
  border-radius: 4px;
  overflow: hidden;
}
.course-details1__reviews .review-summary .bars .bar-item .progress-bar {
  height: 100%;
  background-color: var(--secondary);
  border-radius: 4px;
}
.course-details1__reviews .review-summary .bars .bar-item .count {
  width: 20px;
  color: var(--primary);
  font-weight: 500;
  font-size: 14px;
  text-align: right;
}
.course-details1__reviews .review-list .review-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border);
}
@media (max-width: 575px) {
  .course-details1__reviews .review-list .review-item {
    flex-direction: column;
  }
}
.course-details1__reviews .review-list .review-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.course-details1__reviews .review-list .review-item .avatar {
  width: 104px;
  height: 111px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}
.course-details1__reviews .review-list .review-item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.course-details1__reviews .review-list .review-item .content .top {
  margin-bottom: 10px;
}
.course-details1__reviews .review-list .review-item .content .top .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: 20px;
  margin-top: 8px;
}
.course-details1__reviews .review-list .review-item .content .top .stars {
  color: #d87827;
  font-size: 12px;
}
.course-details1__reviews .review-list .review-item .content .text {
  color: var(--text2);
}
.course-details1.v3 {
  padding: 130px 0;
}
@media only screen and (max-width: 1919px) {
  .course-details1.v3 {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .course-details1.v3 {
    padding: 80px 0;
  }
}
.course-details1.v3 .course-details1__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 991px) {
  .course-details1.v3 .course-details1__content {
    gap: 35px;
  }
}
.course-details1.v3 .course-details1__content .nav-tabs {
  margin-bottom: 0;
}
.course-details1.kindergarten-course-details {
  padding: 130px 0;
}
@media only screen and (max-width: 1919px) {
  .course-details1.kindergarten-course-details {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .course-details1.kindergarten-course-details {
    padding: 80px 0;
  }
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .main-thumb {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .main-thumb img {
  display: block;
  width: 100%;
  min-height: 300px;
  height: 100%;
  object-fit: cover;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta .rating {
  display: flex;
  align-items: center;
  gap: 4px;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta .rating .rating-text,
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta .rating .rating-author {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta .rating ul {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta .rating ul li {
  color: var(--blue);
  display: flex;
  align-items: center;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta .rating ul li span.material-icons-outlined {
  font-size: 14px;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta .total-student {
  display: flex;
  align-items: center;
  gap: 4px;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta .total-student span.material-icons-outlined {
  font-size: 16px;
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta .total-student .student-text {
  color: var(--black3);
  font-family: var(--font_mona);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta .course-meta > *:not(:first-child)::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #d9d9d9;
  flex-shrink: 0;
  margin-right: 6px;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta__sidebar-price {
  font-family: var(--font_instrument);
  color: var(--black3);
  font-weight: 400;
  letter-spacing: 0;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta__sidebar-includes .title {
  font-family: var(--font_instrument);
  color: var(--black3);
  font-weight: 400;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 120%;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta__sidebar-includes ul li .left {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta__sidebar-share .label {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta__sidebar-share .social-links a {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta__sidebar-share .social-links a i,
.course-details1.kindergarten-course-details .course-details1__thumb-meta__sidebar-share .social-links a svg {
  color: currentColor;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta__sidebar-share .social-links a i path,
.course-details1.kindergarten-course-details .course-details1__thumb-meta__sidebar-share .social-links a svg path {
  fill: currentColor;
}
.course-details1.kindergarten-course-details .course-details1__thumb-meta__sidebar-share .social-links a:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}
.course-details1.kindergarten-course-details .course-details1__overview .overview-title {
  font-family: var(--font_instrument);
  color: var(--black3);
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
}
@media only screen and (max-width: 1199px) {
  .course-details1.kindergarten-course-details .course-details1__overview .overview-title {
    font-size: 35px;
  }
}
.course-details1.kindergarten-course-details .course-details1__overview .highlight-list .title {
  font-family: var(--font_instrument);
  color: var(--black3);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.course-details1.kindergarten-course-details .course-details1__overview .highlight-list ul li {
  color: var(--text2);
}
.course-details1.kindergarten-course-details .course-details1__overview .highlight-list ul li .icon {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.course-details1.kindergarten-course-details .course-details1__curriculum .accordion-item .accordion-button {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}
.course-details1.kindergarten-course-details .course-details1__curriculum .accordion-item .accordion-button:not(.collapsed) {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__curriculum .accordion-item .accordion-button .icon {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__curriculum .accordion-item .accordion-body ul li .left svg {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__curriculum .accordion-item .accordion-body ul li .left span {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__curriculum .accordion-item .accordion-body ul li .right .preview-btn {
  background-color: var(--blue);
}
.course-details1.kindergarten-course-details .course-details1__curriculum .accordion-item .accordion-body ul li .right .preview-btn:hover {
  color: var(--black3);
  background-color: var(--yellow);
}
@media (max-width: 575px) {
  .course-details1.kindergarten-course-details .course-details1__curriculum .accordion-item .accordion-body ul li:has(button) {
    flex-direction: column;
    gap: 5px;
    align-items: start;
  }
  .course-details1.kindergarten-course-details .course-details1__curriculum .accordion-item .accordion-body ul li:has(button) button {
    margin-left: auto;
  }
  .course-details1.kindergarten-course-details .course-details1__curriculum .accordion-item .accordion-body ul li:has(button) .right {
    width: 100%;
  }
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .name {
  font-family: var(--font_instrument);
  color: var(--black3);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .meta .rating {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .meta .rating .icons {
  color: var(--blue);
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .meta .students {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .meta .students .icons {
  color: var(--blue);
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .meta .courses {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .meta .courses .icons {
  color: var(--blue);
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .social a {
  color: var(--black3);
  border: 1px solid rgba(26, 69, 59, 0.14);
}
@media only screen and (max-width: 767px) {
  .course-details1.kindergarten-course-details .course-details1__instructor .info .social a {
    font-size: 14px;
  }
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .social a .icon {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .social a:hover {
  color: var(--blue);
  border-color: var(--blue);
}
.course-details1.kindergarten-course-details .course-details1__instructor .info .social a:hover .icon {
  color: var(--blue);
}
.course-details1.kindergarten-course-details .course-details1__reviews .title {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
}
.course-details1.kindergarten-course-details .course-details1__reviews .review-summary .score {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.2px;
}
.course-details1.kindergarten-course-details .course-details1__reviews .review-summary .stars {
  color: var(--black3);
  opacity: 1;
}
.course-details1.kindergarten-course-details .course-details1__reviews .review-summary .stars svg {
  color: var(--blue);
}
.course-details1.kindergarten-course-details .course-details1__reviews .review-summary .bars .bar-item .progress-bar {
  background-color: var(--blue);
}
.course-details1.kindergarten-course-details .course-details1__reviews .review-summary .bars .bar-item .count {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__reviews .review-list .review-item .content .top .stars {
  color: var(--blue);
}
.course-details1.kindergarten-course-details .course-details1__reviews .review-list .review-item .content .top .name {
  color: var(--black3);
  font-family: var(--font_instrument);
  font-size: 20px;
}
.course-details1.kindergarten-course-details .course-details1__sidebar-price {
  font-family: var(--font_instrument);
  color: var(--black3);
  font-weight: 400;
  letter-spacing: 0;
}
.course-details1.kindergarten-course-details .course-details1__sidebar-includes .title {
  font-family: var(--font_instrument);
  color: var(--black3);
  font-weight: 400;
  letter-spacing: 0;
  font-size: 24px;
  line-height: 120%;
}
.course-details1.kindergarten-course-details .course-details1__sidebar-includes ul li .left {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__sidebar-includes ul li .left svg {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__sidebar-share .label {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__sidebar-share .social-links a {
  color: var(--black3);
}
.course-details1.kindergarten-course-details .course-details1__sidebar-share .social-links a i,
.course-details1.kindergarten-course-details .course-details1__sidebar-share .social-links a svg {
  color: currentColor;
}
.course-details1.kindergarten-course-details .course-details1__sidebar-share .social-links a i path,
.course-details1.kindergarten-course-details .course-details1__sidebar-share .social-links a svg path {
  fill: currentColor;
}
.course-details1.kindergarten-course-details .course-details1__sidebar-share .social-links a:hover {
  border-color: var(--blue);
  background-color: var(--blue);
  color: var(--white);
}

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