@charset "UTF-8";
/*-----------------------------------------------------------------------------------

  Trexa – AI Agency & Technology Figma Template
  Author: themewolfs 
  Description: Trexa Ai agency is a cutting-edge Figma template built for AI-driven businesses and technology companies. With its clean, modern design, it’s ideal for AI agencies, tech consultants, data science specialists, machine learning startups, AI developers, and any organization working in the world of artificial intelligence and advanced technologies.
  Developer: Masirul Islam & Rana Ahmed
  Design Source: https://themeforest.net/user/themewolfs
  Version: 1.0

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

/************ TABLE OF CONTENTS ***************
/* variable css */
/* typography css */
/* animation css */
/* common css */
/* theme css */
/* preloader css */
/* scroll css */
/* button css */
/* menu css */
/* modal css */
/* cursor css */
/* header css */
/* footer css */
/* === Colors variable scss (index 01) === */
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Teko:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --section-bg: rgba(240, 248, 250, 1);
  --section-bg-2: #f0f8fa;
  --primary-1: #ff6d45;
  --title-col-1: #0b4654;
  --white: #fff;
  --text-col-1: #587984;
}

/* === Responsive variable scss (index 02) === */
/* === For Box Layout scss (index 03) === */
/* === Responsive container scss (index 04) === */
/* === heading scss (index 01) === */
/* === dark scss (index 01) === */
/* === bg primary  scss (index 01) === */
/* === Transition multiple scss (index 01) === */
/* === Transform scss (index 01) === */
/* === Flexbox scss (index 01) === */
/* === Font Family scss (index 01) === */
/* HOME 1 FONT */
:root {
  --font_instrument: "Instrument Sans", sans-serif;
  --font-bebas: "Bebas Neue", sans-serif;
  --font-montarest: "Montserrat", sans-serif;
  --font_kanit: "Kanit", sans-serif;
  --font_awesome: "Font Awesome 6 Pro";
}

/* === Defalut Style scss (index 03) === */
* {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

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_instr);
  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;
}

strong {
  font-weight: 500;
}

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

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

/* === Gutter scss (index 03) === */
@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;
  }
}
.container {
  padding: 0 15px;
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
    margin: 0 auto;
  }
}

.container-1800 {
  padding: 0 15px;
}
@media (min-width: 1800px) {
  .container-1800 {
    max-width: 1800px;
    margin: 0 auto;
  }
}

/* animation css */
/* === Scrollbar scss (index 01) === */
::-webkit-scrollbar {
  width: 5px;
}

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

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

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

/* === positioning scss (index 02) === */
.rr-pos-rel {
  position: relative;
}

.rr-pos-abs {
  position: absolute;
}

.rr-ov-hidden {
  overflow: hidden;
}

/* === Container scss (index) === */
.rr-container-1630 {
  max-width: 1630px;
}

/* === Background scss (index 04) === */
.rr-bg-primary {
  background-color: var(--primary);
}

/* === Parallax view scss (index 05) === */
.parallax-view {
  overflow: hidden;
}

/* === ontainer styling with full HD support  scss (index 08) === */
.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* ===Inverted scss (index 09) === */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, #cdc9c6 51%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* ===Side info and offcanvas scss (index 10) === */
.offcanvas-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  z-index: 900;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

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

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--title-col-1);
  width: 40px;
  height: 40px;
  border: 1px solid var(--title-col-1);
  border-radius: 50%;
  line-height: 38px;
}
.dark .side-info-close {
  border-color: var(--white);
  color: var(--white);
}
.side-info-close:hover {
  transform: rotate(90deg);
}

.side-info {
  background: var(--white) none repeat scroll 0 0;
  padding: 40px 45px;
  position: fixed;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  transform: translateX(calc(100% + 80px));
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.dark .side-info {
  background-color: #1f1f1f;
}
@media only screen and (max-width: 1199px) {
  .side-info {
    width: 460px;
  }
}
@media (max-width: 575px) {
  .side-info {
    width: 280px;
    padding: 30px 20px;
  }
}
.side-info ::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar */
}
.side-info.info-open {
  opacity: 1;
  transform: translateX(0);
  /* Show side info */
}

/* === Offset header scss (index 11) === */
.offset-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.offset-logo {
  width: 95px;
}
@media (max-width: 575px) {
  .offset-logo {
    width: 95px;
  }
}
.offset-logo img {
  width: 100%;
}
.offset-button {
  margin-top: 40px;
}
@media (min-width: 576px) {
  .offset-button {
    display: none;
  }
}

/* === Offset widget box scss (index 12) === */
.offset-widget-box {
  margin-top: 40px;
}
.offset-widget-box .title {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 15px;
  color: var(--title-col-1);
  -font-family: var(--font-bebas);
}
@media only screen and (max-width: 1919px) {
  .offset-widget-box .title {
    margin-bottom: 22px;
  }
}
.offset-widget-box .contact-meta > *:not(:first-child) {
  margin-top: 16px;
}
.offset-widget-box .contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.offset-widget-box .contact-item span {
  color: var(--text-col-1);
  font-weight: 500;
  font-family: var(--font-bebas);
}
.offset-widget-box .contact-item span a:hover {
  color: var(--primary-1);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--text-col-1);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--text-col-1);
}

/* ===Mobile menu customization scss (index 13) === */
.mobile-menu {
  margin-top: 40px;
}
.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 var(--border);
}
.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: #999999;
  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: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  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:hover {
  color: var(--primary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
}
@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: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.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-bottom: 30px;
  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;
}

.mb-minus-32 {
  margin-bottom: -32px;
}

/* === inverted text scss (index 15) === */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(17, 17, 17, 0.3) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.section-spacing {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

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

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

.section-pb {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1919px) {
  .section-pb {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-pb {
    padding-bottom: 60px;
  }
}

.nice-select:after {
  display: none !important;
}

.mb-48 {
  margin-bottom: 48px;
}

/* Light mode background */
.switcher-button {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: background 0.4s ease;
  z-index: 100;
  border: 1px solid var(--border);
  overflow: hidden;
}

.switcher-button.light-mode {
  background: #fff;
}

.switcher-button.dark-mode {
  background: #000;
}

.switcher-button-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.switcher-button-inner i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.switcher-button-inner i.icon-light {
  color: var(--primary);
}
.switcher-button-inner i.icon-dark {
  transform: translate(-50%, 100%);
  opacity: 0;
  color: #fff;
}

body.dark .switcher-button-inner i.icon-light {
  transform: translate(-50%, 100%);
  opacity: 0;
}
body.dark .switcher-button-inner i.icon-dark {
  transform: translate(-50%, -50%);
  opacity: 1;
}

.pt {
  padding-top: 48px;
}
@media (max-width: 575px) {
  .pt {
    padding-top: 30px;
  }
}

.br-24 {
  border-radius: 24px;
}

.p-rel {
  position: relative;
}

li {
  list-style: none;
}

.mw-28 {
  max-width: 28ch;
  text-align: center;
  margin: 0 auto;
}

.mw-26 {
  max-width: 26ch;
  text-align: center;
  margin: 0 auto;
}

.pb {
  padding-bottom: 24px;
}

.gap-130 {
  display: flex;
  flex-wrap: wrap;
  gap: 130px;
}
@media only screen and (max-width: 1919px) {
  .gap-130 {
    gap: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .gap-130 {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .gap-130 {
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .gap-130 {
    gap: 24px;
  }
}

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

.mb-28 {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  .mb-28 {
    margin-bottom: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .mb-28 {
    margin-bottom: 0px;
  }
}

.image-anime {
  position: relative;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

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

.vl-clip-anim .vl-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}

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

.vl-clip-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

/* rotating animation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating-image {
  animation: spin 5s linear infinite;
}

.br-24 {
  border-radius: 24px;
}

/* === theme scss (index 01) === */
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;
  }
}

/* === fonts Famaly scss (index 02) === */
.font-mango {
  font-family: var(--font_mango);
}

.font-display {
  font-family: var(--font_display);
}

.font-bdo-grotesk {
  font-family: var(--font_bdo-grotesk);
}

.font-mona-sans {
  font-family: var(--font_mona-sans);
}

/* === fonts weight scss (index 02) === */
.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

/* === Color scss (index 02) === */
.color-white {
  color: var(--white);
}
.color-black {
  color: var(--black);
}
.color-primary {
  color: var(--primary);
}
.color-secondary {
  color: var(--secondary);
}

/* === BG Color scss (index 02) === */
.theme-bg-white {
  background-color: var(--white);
}
.theme-bg-black {
  background-color: var(--black);
}
.dark .theme-bg-black {
  background-color: #171717;
}
.theme-bg-primary {
  background-color: var(--primary);
}
.theme-bg-secondary {
  background-color: var(--secondary);
}
.theme-bg-transparent {
  background-color: transparent;
}
.theme-bg-theme {
  background-color: var(--theme);
}

/* === Z-index scss (index 03) === */
.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-0 {
  z-index: 0;
}
.zi--1 {
  z-index: -1;
}

/* === Text Border scss (index 04) === */
.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
}

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

/* === Text Indent scss (index 05) === */
.text-indent-40 {
  text-indent: 40px;
}
.text-indent-50 {
  text-indent: 50px;
}

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

section {
  margin-bottom: -1px;
}

.mb--1 {
  margin-bottom: -1px;
}

.dir-rtl {
  direction: rtl;
}

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

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

.line-divider-sm {
  height: 0.5px;
  background-color: var(--black-9);
}

.footer--style1 {
  background-repeat: no-repeat;
  background-size: cover;
  margin-inline: 24px;
  border-radius: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer--style1 {
    margin-inline: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.footer--style1 .contact-item__address {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.8);
}
.footer--style1 .contact-item a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
  padding-right: 17px;
}
.footer--style1 .contact-item a:last-child {
  margin-bottom: 12px;
}
.footer--style1 .contact-item i {
  rotate: -45deg;
  color: var(--white);
}
.footer--style1 .footer-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 48px;
}
.footer--style1 .footer-header__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer--style1 .footer-newsletter h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1399px) {
  .footer--style1 .footer-newsletter h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer--style1 .footer-newsletter h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .footer--style1 .footer-newsletter h2 {
    font-size: 28px;
    line-height: 45px;
  }
}
.footer--style1 .footer-wrapper {
  margin-top: 60px;
}
.footer--style1 .footer-copyright {
  text-align: center;
  padding-block: 37px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 0px 0px 10px 10px;
}
.footer--style1 .footer-copyright p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
}
.footer--style1 .footer-copyright p a {
  color: var(--primary-1);
}
.footer--style2 {
  background-color: var(--title-col-1);
}
.footer--style2 .footer-bottom__content h1 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 418px;
  line-height: 0px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 340px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 290px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 245px;
  }
}
@media only screen and (max-width: 991px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 183px;
  }
}
@media only screen and (max-width: 767px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 132px;
  }
}
@media (max-width: 575px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 90px;
  }
}
.footer--style2 .footer-copyright p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
}
.footer--style2 .footer-copyright p a {
  color: var(--primary-1);
  position: relative;
  z-index: 1;
}
.footer--style2 .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 991px) {
  .footer--style2 .footer-nav {
    margin-bottom: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .footer--style2 .footer-nav {
    margin-bottom: 100px;
  }
}
.footer--style2 .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.footer--style2 .footer-nav ul li {
  position: relative;
  z-index: 1;
}
.footer--style2 .footer-nav ul li a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
}
.footer--style2 .footer-nav ul li a:hover {
  color: var(--primary-1);
}
.footer--style2 .footer-widget__box--style2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 54px;
}
@media only screen and (max-width: 991px) {
  .footer--style2 .footer-widget__box--style2 {
    margin-top: 30px;
  }
}
.footer--style2 .footer-widget__box--style2 ul li a {
  width: 40px;
  height: 40px;
  background: #f0f8fa;
  backdrop-filter: blur(24px);
  border-radius: 19.3274px;
  color: var(--text-col-1);
}
.footer--style2 .footer-widget__box--style2 .title {
  color: var(--title-col-1);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}
.footer--style2 .footer-newsletter {
  background-color: var(--white);
  border-radius: 24px;
  padding: 48px;
}
@media only screen and (max-width: 767px) {
  .footer--style2 .footer-newsletter {
    padding: 30px;
  }
}
.footer--style2 .footer-newsletter__title {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .footer--style2 .footer-newsletter__title {
    margin-bottom: 60px;
  }
}
.footer--style2 .footer-newsletter__title h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 8px;
}
.footer--style2 .footer-newsletter__title p {
  max-width: 723px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--text-col-1);
}
.footer--style2 .footer-newsletter__content {
  border-right: 1px solid rgba(88, 121, 132, 0.08);
}
.footer--style2 .footer-newsletter__content .contact-title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 16px;
}
.footer--style2 .footer-newsletter__content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #587984;
  max-width: 360px;
  margin-bottom: 16px;
}
.footer--style2 .footer-newsletter__content .contact-number {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #587984;
}
.footer--style3 .footer-right {
  position: relative;
}
.footer--style3 .footer-right::before {
  content: "";
  position: absolute;
  left: -48px;
  top: -120px;
  width: 1px;
  height: 665px;
  background: rgba(255, 255, 255, 0.08);
}
.footer--style3 .footer-left {
  position: relative;
}
.footer--style3 .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer--style3 .footer-nav ul li {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  padding-block: 6px;
  padding-inline: 24px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer--style3 .footer-nav ul li:hover {
  background-color: var(--primary-1);
}
.footer--style3 .footer-nav ul li a {
  color: var(--white);
}
.footer--style3 .footer-nav__title h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 1rem;
}
.footer--style3 .footer-content h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.footer--style3 .footer-content p {
  max-width: 495px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.footer--style3 .footer-list__title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--white);
}
.footer--style3 .footer__tollip-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.footer--style3 .footer__tollip-button {
  display: inline;
  height: 40px;
  width: 40px;
  float: left;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 50px;
  cursor: pointer;
  color: var(--white);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28.8px);
  border-radius: 23.1928px;
}
.footer--style3 .footer__tollip-button span {
  display: inline-block;
  transform: translateY(-2px);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--white);
}
.footer--style3 .footer__tollip-button:hover, .footer--style3 .footer__tollip-button.active {
  width: 150px;
}
.footer--style3 .footer__tollip-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 48px;
  transform: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer--style3 .footer-logo {
  margin-bottom: 100px;
}
.footer--style3 .footer-copyright {
  background-color: var(--title-col-1);
  padding-block: 37px;
}
.footer--style3 .footer-copyright__content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
}
.footer--style3 .footer-copyright__content p a {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer--style3 .footer-copyright__content p a:hover {
  color: var(--primary-1);
}
.footer--style3 .footer-copyright__terms p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer--style3 .footer-copyright__terms p a {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer--style3 .footer-copyright__terms p a:hover {
  color: var(--primary-1);
}
.footer--style3 .footer-copyright__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input-grup--style2 input {
  background-color: var(--section-bg) !important;
  color: var(--text-col-1) !important;
}
.input-grup input {
  outline: none;
  border: none;
  color: var(--white);
  width: 390px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(27.5px);
  border-radius: 90px;
}
@media only screen and (max-width: 767px) {
  .input-grup input {
    width: 320px;
  }
}
@media (max-width: 575px) {
  .input-grup input {
    width: 280px;
  }
}

.footer-widget__box .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .footer-widget__box .title {
    font-size: 32px;
    line-height: 45px;
  }
}
.footer-widget__box .links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 24px;
}
.footer-widget__box .links--2 li {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-widget__box .links--2 li:hover, .footer-widget__box .links--2 li.active {
  color: var(--primary-1);
}
.footer-widget__box .links li {
  margin-bottom: 12px;
}
.footer-widget__box .links li:last-child {
  margin-bottom: 0;
}
.footer-widget__box .links li a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-widget__box .links li a:hover, .footer-widget__box .links li a.active {
  color: var(--primary-1);
}
.footer-widget__box .social {
  gap: 16px;
  display: flex;
  margin-top: 16px;
  list-style: none;
  align-items: center;
}
.footer-widget__box .social li a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  color: var(--white);
  border-radius: 500px;
  justify-content: center;
  backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-widget__box .social li a:hover {
  background: var(--primary-1);
  color: var(--white);
}

.border-animate {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.border-animate::before {
  content: "";
  position: absolute;
  left: -100px;
  top: -397px;
  width: 1px;
  height: 775px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: height 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .border-animate::before {
    left: -36px;
  }
}
@media only screen and (max-width: 991px) {
  .border-animate::before {
    background-color: transparent;
  }
}

.footer__shape-item--style1 {
  position: absolute;
  bottom: 63px;
  right: 20px;
}

/* === preloader scss (index 02) === */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--primary-1);
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: var(--title-col-1);
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* === scroll scss (index 01) === */
.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;
}
.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 scss (index 01) === */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: var(--black);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}
.dark .progress-wrap::after {
  color: var(--black);
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.primary-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 40px 10px;
  padding-block: 8px;
  overflow: hidden;
  border-radius: 100px;
  background: var(--primary-1);
  color: var(--white);
  text-decoration: none;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-btn::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--white);
  z-index: -1;
  transition: all 0.4s ease;
}
.primary-btn__text {
  position: relative;
  z-index: 2;
  font-family: var(--font-bebas);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  margin-right: 20px;
  transition: transform 0.4s ease;
}
.primary-btn__text--style3 {
  color: var(--title-col-1);
}
.primary-btn__text--style4 {
  color: var(--white);
}
.primary-btn__icon {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-1);
  transition: color 0.4s ease;
}
.primary-btn__icon--style2 {
  color: var(--white);
}
.primary-btn__icon i,
.primary-btn__icon svg {
  transition: transform 0.4s ease;
  font-size: 18px;
}
.primary-btn:hover {
  background: var(--title-col-1);
}
.primary-btn:hover .primary-btn__text {
  transform: translateX(5px);
}
.primary-btn:hover .primary-btn__icon {
  color: var(--title-col-1);
}
.primary-btn:hover .primary-btn__icon i,
.primary-btn:hover .primary-btn__icon svg {
  transform: rotate(45deg);
}
.primary-btn--style2 {
  background: var(--title-col-1);
  color: var(--white);
}
.primary-btn--style2::before {
  content: "";
  background: var(--primary-1);
}
.primary-btn--style2__text {
  color: var(--white);
}
.primary-btn--style2:hover {
  background: var(--white);
}
.primary-btn--style2:hover .primary-btn__text {
  transform: translateX(5px);
  color: var(--title-col-1);
}
.primary-btn--style2:hover .primary-btn__icon {
  color: var(--white);
}
.primary-btn--style2:hover .primary-btn__icon i,
.primary-btn--style2:hover .primary-btn__icon svg {
  transform: rotate(45deg);
}
.primary-btn--style3 {
  background: var(--white);
  color: var(--title-col-1);
}
.primary-btn--style3::before {
  content: "";
  background: var(--primary-1);
}
.primary-btn--style3__text {
  color: var(--title-col-1);
}
.primary-btn--style3:hover {
  background: var(--title-col-1);
}
.primary-btn--style3:hover .primary-btn__text {
  transform: translateX(5px);
  color: var(--white);
}
.primary-btn--style3:hover .primary-btn__icon {
  color: var(--white);
}
.primary-btn--style3:hover .primary-btn__icon i,
.primary-btn--style3:hover .primary-btn__icon svg {
  transform: rotate(45deg);
}
.primary-btn--style4 {
  background: var(--primary-1);
  color: var(--white);
}
.primary-btn--style4::before {
  content: "";
  background: var(--title-col-1);
}
.primary-btn--style4__text {
  color: var(--white);
}
.primary-btn--style4:hover {
  background: var(--white);
}
.primary-btn--style4:hover .primary-btn__text {
  transform: translateX(5px);
  color: var(--title-col-1);
}
.primary-btn--style4:hover .primary-btn__icon {
  color: var(--white);
}
.primary-btn--style4:hover .primary-btn__icon i,
.primary-btn--style4:hover .primary-btn__icon svg {
  transform: rotate(45deg);
}

.project-btn {
  display: inline-block;
}

.chose-us__btn {
  display: inline-block;
}

.section-header__btn {
  display: inline-block;
}

.about-btn {
  display: inline-block;
}

.company-btn {
  display: inline-block;
}

.team-btn {
  display: inline-block;
}

.portfolio-btn {
  display: inline-block;
}

.blog-details__btn {
  display: inline-block;
}

.blog-startndard__btn {
  display: inline-block;
  margin-top: 32px;
}

.error-btn {
  display: inline-block;
}

.project-details__btn {
  display: inline-block;
}

.grp-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.rr-hover-btn {
  background-color: rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: var(--font_instrument);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: var(--white);
  z-index: 1;
}
.rr-hover-btn--style2 .rr-btn-circle-dot {
  background-color: var(--primary-1);
}
.rr-hover-btn i {
  margin-left: 12px;
}
.rr-hover-btn:hover {
  color: var(--white);
}
.rr-hover-btn:hover .rr-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.rr-hover-btn .rr-btn-circle-dot {
  bottom: -50px;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--primary-1);
}

.page-nav-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .page-nav-wrap {
    margin-top: 60px;
  }
}
.page-nav-wrap ul {
  gap: 24px;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.page-nav-wrap ul li a {
  width: 200px;
  height: 200px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  text-align: center;
  background: var(--section-bg);
  color: var(--title-col-1);
  font-family: var(--font-bebas);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .page-nav-wrap ul li a {
    width: 150px;
    height: 150px;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .page-nav-wrap ul li a {
    width: 130px;
    height: 130px;
    font-size: 16px;
    flex-direction: column;
  }
}
.page-nav-wrap ul li a i {
  rotate: -45deg;
}
.page-nav-wrap ul li a.active {
  background: var(--primary-1);
  color: var(--white);
}
.page-nav-wrap ul li a:hover {
  background: var(--primary-1);
  color: var(--white);
}

.gradient-btn {
  background: var(--primary-1);
  padding: 16px 32px;
  border-radius: 32px;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: var(--white);
}
.gradient-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

/* === menu scss (index 01) === */
.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;
}
.main-menu > ul > li:first-child > a {
  padding-left: 0;
}
.main-menu > ul > li:hover > a {
  color: var(--white) !important;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: var(--white);
  padding: 38px 15px;
  font-family: var(--font_mango);
  text-transform: uppercase;
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  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(--primary-1);
  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-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
  color: var(--white);
}
.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: "\f0d7";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 24px;
  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 .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}

/* === offcanvas scss (index 02) === */
.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;
}
@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;
}
@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;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-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;
}

.breadcrumb {
  position: relative;
  margin: 0;
  margin-inline: 24px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-inline: 10px;
  }
}
.breadcrumb ul {
  gap: 30px;
  display: flex;
  list-style: none;
  margin-bottom: 10px;
}
.breadcrumb ul li {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
  color: #e63001;
  text-transform: uppercase;
  font-family: var(--font_mango);
}
.breadcrumb ul li:not(:last-child)::before {
  top: 50%;
  right: -20px;
  content: "//";
  position: absolute;
  transform: translateY(-50%);
  color: var(--white);
}
.breadcrumb ul li a {
  gap: 12px;
  display: flex;
  color: var(--white);
}
.breadcrumb ul li a:hover {
  color: var(--action);
}
.breadcrumb__inner {
  width: 100%;
  padding-top: 136px;
  position: relative;
  object-fit: cover;
  padding-bottom: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__inner {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__inner {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.breadcrumb__content {
  z-index: 2;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.breadcrumb__content p {
  max-width: 415px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-inline: auto;
}
.breadcrumb__content ul {
  gap: 30px;
  display: flex;
  list-style: none;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
.breadcrumb__content ul li {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
  color: var(--primary-1);
  text-transform: uppercase;
  font-family: var(--font-bebas);
}
.breadcrumb__content ul li:not(:last-child)::before {
  top: 50%;
  right: -20px;
  content: "//";
  position: absolute;
  transform: translateY(-50%);
  color: var(--white);
}
.breadcrumb__content ul li a {
  gap: 12px;
  display: flex;
  color: var(--white);
}
.breadcrumb__content ul li a:hover {
  color: var(--action);
}
.breadcrumb__content .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 156px;
  line-height: 164px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}
.breadcrumb__content .title--style2 {
  font-weight: 700;
  font-size: 100px;
  line-height: 108px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--font-bebas);
  max-width: 1270px;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__content .title {
    font-size: 150px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__content .title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__content .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.breadcrumb-2 .breadcrumb__inner {
  padding-bottom: 268px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-2 .breadcrumb__inner {
    padding-bottom: 180px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-2 .breadcrumb__inner {
    padding-bottom: 60px;
  }
}

.bar-icon span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background: var(--title-col-1);
  transition: color 0.2s ease-out;
}

.startup-header {
  background-color: var(--section-bg);
  margin-bottom: 24px;
  margin-top: 24px;
  margin-inline: 24px;
  border-radius: 24px;
  padding-block: 22px;
}
@media only screen and (max-width: 767px) {
  .startup-header {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-inline: 10px;
    border-radius: 20px;
    padding-block: 10px;
  }
}
.startup-header .header-menu-wrap .header__logo a {
  display: inline-block;
  max-width: 181px;
  width: 100%;
}
.startup-header .header-menu-wrap .header-right {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.startup-header .header-menu-wrap .header-right .search-icon {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .startup-header .header-menu-wrap .header-right .search-icon {
    display: none;
  }
}
.startup-header .header-menu-wrap .header-right .search-icon i {
  background-color: #ffd9e0;
  color: #121212;
  font-size: 20px;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.startup-header .header-menu-wrap .header-right .header-toggle-wrap .mobile-side-menu-toggle {
  background-color: #121212;
  display: flex;
  align-items: center;
  padding: 19px 18px;
  border-radius: 8px;
  cursor: pointer;
  column-gap: 8px;
}
@media only screen and (max-width: 991px) {
  .startup-header .header-menu-wrap .header-right .header-toggle-wrap .mobile-side-menu-toggle {
    font-size: 14px;
    padding: 12px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .startup-header .header-menu-wrap .header-right .header-toggle-wrap .mobile-side-menu-toggle {
    padding: 12px 12px;
  }
}
.startup-header .header-menu-wrap .header-right .header-toggle-wrap .mobile-side-menu-toggle h4 {
  font-family: "BDOGrotesk", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.percent-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 64px;
  background-color: var(--white);
  padding-inline: 24px 8px;
  padding-block: 8px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.percent-flex .percent {
  padding-block: 8px;
  padding-inline: 23px;
  background-color: var(--title-col-1);
  color: var(--white);
  border-radius: 99px;
  /* Label/S */
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.percent-flex h4 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--title-col-1);
}
.percent-flex--style2 {
  padding-inline: 24px 24px;
}
.percent-flex--style2 h4 {
  color: var(--white);
}

.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

.mobile-side-menu-2 {
  display: block !important;
  background-color: #fff;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 500px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  height: 950px;
  display: block;
  z-index: 100;
  padding: 40px 60px 40px 60px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .mobile-side-menu-2 {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
.mobile-side-menu-2.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-side-menu-2 .side-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mobile-side-menu-2 .side-menu-head a img {
  max-width: 120px;
}
.mobile-side-menu-2 .side-menu-head .mobile-side-menu-close {
  position: fixed;
  top: 35px;
  right: 40px;
  color: var(--title-col-1);
  font-size: 17px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--title-col-1);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .mobile-side-menu-2 .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
.mobile-side-menu-2 .side-menu-head .mobile-side-menu-close:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}
.mobile-side-menu-2 .side-menu-wrap {
  overflow: hidden;
  margin: 70px 0;
}
.mobile-side-menu-2 p {
  color: var(--cp-color-heading-primary);
  margin-bottom: 50px;
}
.mobile-side-menu-2 .list-header {
  color: var(--cp-color-common-white);
  font-family: var(--cp-ff-body);
  font-weight: 400;
  margin-bottom: 30px;
}
.mobile-side-menu-2 .side-menu-list {
  list-style: none;
  margin-top: 30px;
}
.mobile-side-menu-2 .side-menu-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-col-1);
}
.mobile-side-menu-2 .side-menu-list li span,
.mobile-side-menu-2 .side-menu-list li a {
  color: var(--text-col-1);
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu-2 .side-menu-list li span,
  .mobile-side-menu-2 .side-menu-list li a {
    margin-left: 0;
  }
}
.mobile-side-menu-2 .side-menu-list li i {
  margin-right: 10px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--text-col-1);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--text-col-1);
}
.mobile-side-menu-2 .side-menu-list li p {
  margin-bottom: 0;
}
.mobile-side-menu-2 .side-menu-list li:not(:last-of-type) {
  margin-bottom: 15px;
}

.mobile-side-menu-overlay-2 {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
  display: block;
}
.mobile-side-menu-overlay-2.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../imgs/cancel.png), auto;
}

@media only screen and (max-width: 991px) {
  .mobile-side-menu {
    background-color: #fff;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    width: 400px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px 40px 40px 40px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-head a img {
    max-width: 120px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 35px;
    right: 40px;
    color: var(--cp-color-heading-primary);
    font-size: 17px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #edece8;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--cp-color-theme-primary);
    color: var(--cp-color-common-white);
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--cp-color-heading-primary);
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--cp-color-common-white);
    font-family: var(--cp-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list {
    list-style: none;
  }
  .mobile-side-menu .side-menu-list li {
    font-family: var(--cp-ff-heading);
    font-size: 16px;
    font-weight: 500;
    color: var(--cp-color-heading-primary);
  }
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    color: var(--cp-color-heading-primary);
    margin-left: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu .side-menu-list li i {
    margin-right: 10px;
  }
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../img/cancel.png), auto;
  }
}
.mean-container .mean-bar {
  background-color: #fff;
  min-height: auto;
  padding: 0;
}
.mean-container .mean-bar .meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-bar .mean-nav {
  background-color: #fff;
  margin-top: 0;
  padding-top: 20px;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul {
  display: block !important;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li {
  position: relative;
  float: none;
  display: block;
  width: auto;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edece8;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a {
  border-top: none;
  padding: 0;
  float: none;
  font-family: var(--font-bebas);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  color: var(--title-col-1);
  border-radius: 30px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 16px;
  }
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
  font-family: var(--font-bebas);
  color: var(--title-col-1);
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  padding: 0;
  top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cp-color-border-1);
  padding: 0 !important;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: none;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
  content: "+";
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked {
  color: var(--primary);
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
  content: "\f068";
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
  display: none;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
  display: none;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li ul {
  padding: 0 0 0 30px;
  margin-top: 20px;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li ul li a {
  font-family: var(--font-bebas);
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-col-1) !important;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 14px;
  }
}

.side-menu-header h3 {
  color: var(--title-col-1);
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--white);
}

.side-menu-wrap .mobile-menu-items {
  display: block;
}

.side-menu-wrap .main-menu ul {
  list-style: none;
  padding: 0;
  display: block !important;
}

.side-menu-wrap .main-menu > ul > li {
  border-bottom: 1px solid #edece8;
  padding: 15px 0;
}

.side-menu-wrap .main-menu ul li a {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  display: block;
}

/* Submenu */
.side-menu-wrap .dp-menu {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
}

.side-menu-wrap .menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: right;
}

.startup-slider {
  position: relative;
}
.startup-slider .slider-item {
  position: relative;
  z-index: 1;
}
.startup-slider .slider-item .flowmap-deformation-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.startup-slider .slider-item .flowmap-deformation-wrapper canvas {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.startup-slider .slider-item .flowmap-deformation-wrapper.active canvas {
  opacity: 1;
}
.startup-slider .slider-item .slider-content {
  padding: 200px 0 80px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .startup-slider .slider-item .slider-content {
    padding-top: 150px;
  }
}
.startup-slider .slider-item .slider-content .year {
  font-family: "BDOGrotesk", sans-serif;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1399px) {
  .startup-slider .slider-item .slider-content .year {
    padding: 0 20px;
  }
}
.startup-slider .slider-item .slider-content .running-text {
  background-color: transparent;
  background-repeat: repeat;
  background-size: 20px;
  padding: 14px 0;
  position: relative;
  overflow: visible;
  margin-bottom: 87px;
}
@media only screen and (max-width: 991px) {
  .startup-slider .slider-item .slider-content .running-text {
    margin-bottom: 30px;
  }
}
.startup-slider .slider-item .slider-content .running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 95px;
  height: 100%;
  align-items: center;
}
.startup-slider .slider-item .slider-content .running-text ul li {
  font-family: "BDOGrotesk", sans-serif;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  font-size: 216px;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  height: auto;
}
@media only screen and (max-width: 1399px) {
  .startup-slider .slider-item .slider-content .running-text ul li {
    font-size: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .startup-slider .slider-item .slider-content .running-text ul li {
    font-size: 70px;
  }
}
.startup-slider .slider-item .slider-content .slider-content-inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: end;
  column-gap: 64px;
}
@media only screen and (max-width: 1399px) {
  .startup-slider .slider-item .slider-content .slider-content-inner {
    padding: 0 20px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .startup-slider .slider-item .slider-content .slider-content-inner {
    flex-direction: column;
    row-gap: 30px;
    align-items: baseline;
  }
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  max-width: 376px;
  width: 100%;
  border-radius: 16px;
  padding: 8px;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb {
  width: 100%;
  height: 253px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb .video-btn a {
  background-color: #7963ff;
  color: #fff;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb .video-btn a:hover {
  background-color: #121212;
  color: #fff;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .video-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 16px;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .video-text span {
  font-family: "BDOGrotesk", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content {
  max-width: 680px;
  width: 100%;
}
@media only screen and (max-width: 1919px) {
  .startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1399px) {
  .startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content {
    max-width: 320px;
  }
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content p {
    font-size: 18px;
  }
}
.startup-slider .slider-pagination-wrap {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .startup-slider .slider-pagination-wrap {
    right: 50px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .startup-slider .slider-pagination-wrap {
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .startup-slider .slider-pagination-wrap {
    display: none;
  }
}
.startup-slider .slider-pagination-wrap .nav-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 232px;
  height: 151px;
  transition: all 0.3s ease-in-out;
}
.startup-slider .slider-pagination-wrap .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.48);
  height: 4px;
  width: 72px;
  border-radius: 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.startup-slider .slider-pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #7963ff;
}

.slider-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slider-item .flowmap-deformation-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.slider-item .flowmap-deformation-wrapper canvas {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.slider-item .flowmap-deformation-wrapper.active canvas {
  opacity: 1;
}
.slider-item .slider-content {
  padding: 200px 0 80px 0;
  position: relative;
  z-index: 2;
}
.slider-item .slider-content .year {
  font-family: "BDOGrotesk", sans-serif;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.slider-item .slider-content .running-text {
  background-color: transparent;
  background-repeat: repeat;
  background-size: 20px;
  padding: 14px 0;
  position: relative;
  overflow: visible;
  margin-bottom: 87px;
}
.slider-item .slider-content .running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 95px;
  height: 100%;
  align-items: center;
}
.slider-item .slider-content .running-text ul li {
  font-family: "BDOGrotesk", sans-serif;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  font-size: 216px;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  height: auto;
}
@media only screen and (max-width: 1399px) {
  .slider-item .slider-content .running-text ul li {
    font-size: 180px;
  }
}
.slider-item .slider-content .slider-content-inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: end;
  column-gap: 64px;
}
.slider-item .slider-content .slider-content-inner .slider-video-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  max-width: 376px;
  width: 100%;
  border-radius: 16px;
  padding: 8px;
}
.slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb {
  width: 100%;
  height: 253px;
  border-radius: 16px;
  overflow: hidden;
}
.slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.slider-item .slider-content .slider-content-inner .slider-video-thumb .video-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 16px;
}
.slider-item .slider-content .slider-content-inner .slider-video-thumb .video-text span {
  font-family: "BDOGrotesk", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.slider-item .slider-content .slider-content-inner .slider-right-content {
  max-width: 680px;
  width: 100%;
}
.slider-item .slider-content .slider-content-inner .slider-right-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}

.call-info__icon i,
.call-info__icon svg {
  width: 56px;
  height: 56px;
  background: var(--title-col-1);
  border-radius: 32px;
  display: grid;
  place-items: center;
  color: var(--white);
}
.call-info__content .call-info__title {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}
.call-info__content .call-info__number {
  font-family: var(--font-bebas);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--title-col-1);
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area .mail {
  color: var(--white);
  font-family: var(--font_display);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.5px;
  background-color: rgba(255, 255, 255, 0.08);
  padding-block: 5px;
  padding-inline: 20px;
  border-radius: 48px;
}
@media only screen and (max-width: 991px) {
  .header-area .mail {
    display: none;
  }
}
.header-area .mail a {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
}
.header-area .mail a:hover {
  cursor: pointer;
  color: var(--white);
}
.header-area__inner {
  gap: 30px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: transparent;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area__inner {
    gap: 0;
  }
}
.header-area .header__logo {
  display: flex;
  align-items: center;
  gap: 124px;
}
.header-area .header-right {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .header-area .header-right {
    display: none;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #ffffff;
}
.header-area .header__navicon {
  margin-right: auto;
}
.header-area .header__navicon i {
  font-size: 22px;
  color: var(--white);
}
.header-area-2 .main-menu ul.dp-menu li:hover > a {
  color: var(--green);
}
.header-area-2 .main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font_teko);
}
.header-area-2 .main-menu > ul > li:hover > a {
  color: var(--green);
}
.header-area-2 .main-menu li a {
  font-size: 16px;
  font-weight: 600;
  padding: 42px 14px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--font_teko);
}
@media only screen and (max-width: 1399px) {
  .header-area-2 .main-menu li a {
    padding: 29px 10px;
  }
}
.header-area-2 .main-menu li a:hover {
  color: var(--green);
}
.header-area-2 .header-right {
  display: block;
}
.header-area-2 .header__navicon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--white);
}
.header-area-2 .header__navicon .bar-icon span {
  background: var(--primary);
}
.header-area-3 .header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 21px 0px;
}
.header-area-3 .header__navicon .side-toggle {
  gap: 8px;
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--font_display);
  letter-spacing: 0.438px;
  text-transform: uppercase;
}
.header-area-3 .header__navicon {
  width: 122px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(21px);
}
.header-area-3 .header__navicon .bar-icon span {
  background: #fff6f6;
}

.header__navicon {
  margin-right: auto;
}
.header__navicon .side-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__navicon .side-toggle h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_kanit);
}
.header__navicon i {
  font-size: 22px;
  color: var(--white);
}

/* === Icon draw scss (index 01) === */
.bar-icon {
  width: 50px;
  height: 10px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background: var(--title-col-1);
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(1) {
  margin-left: 11px;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon span:nth-child(3) {
  margin-left: -11px;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--rr-common-black);
}
.bar-icon.is-white span {
  background: var(--rr-common-white);
}

/* === Icon draw Animate scss (index 01) === */
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
.header-area--style3 .bar-icon span {
  background-color: var(--white);
}
.header-area--style3 .header__nav-3 {
  padding: 16px 8px 16px 12px;
  background: var(--white);
  backdrop-filter: blur(24px);
  border-radius: 45px;
  padding-inline-start: 16px;
  padding-inline-end: 32px;
  padding-block: 12px;
  margin-top: 22px;
}
@media only screen and (max-width: 1199px) {
  .header-area--style3 .header__nav-3 {
    background-color: transparent;
  }
}
.header-area--style3 .header__nav-3 ul li:first-child {
  padding-inline-start: 16px;
}
.header-area--style3 .header__nav-3 ul li:hover, .header-area--style3 .header__nav-3 ul li.active {
  background-color: var(--primary-1);
  color: var(--white);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99px;
}
.header-area--style3 .header__nav-3 ul li a {
  padding: 0px 0px;
  padding-block: 5px;
  padding-inline: 12px;
  border-radius: 30px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--title-col-1);
  letter-spacing: 1%;
}

.header-area--style5 .bar-icon span {
  background-color: var(--white);
}
.header-area--style5 .header-area__inner-2 {
  padding-block: 22px;
}
@media only screen and (max-width: 1199px) {
  .header-area--style5 .header-area__inner-2 {
    padding-block: 14px;
  }
}
.header-area--style5 .header__nav-5 {
  padding: 16px 8px 16px 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 45px;
  padding-inline-start: 16px;
  padding-inline-end: 32px;
  padding-block: 12px;
}
@media only screen and (max-width: 1199px) {
  .header-area--style5 .header__nav-5 {
    background-color: transparent;
  }
}
.header-area--style5 .header__nav-5 ul li:first-child {
  padding-inline-start: 16px;
}
.header-area--style5 .header__nav-5 ul li:hover, .header-area--style5 .header__nav-5 ul li.active {
  background-color: var(--primary-1);
  color: var(--white);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99px;
}
.header-area--style5 .header__nav-5 ul li a {
  padding: 0px 0px;
  padding-block: 5px;
  padding-inline: 12px;
  border-radius: 30px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 1%;
}

.header__navicon {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(21px);
  border-radius: 100px;
  padding-block: 16px;
  padding-inline: 24px;
}
.header__navicon h6 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
}

.footer--style1 {
  background-repeat: no-repeat;
  background-size: cover;
  margin-inline: 24px;
  border-radius: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .footer--style1 {
    margin-inline: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
  }
}
.footer--style1 .contact-item__address {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.8);
}
.footer--style1 .contact-item a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  opacity: 0.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
  padding-right: 17px;
}
.footer--style1 .contact-item a:last-child {
  margin-bottom: 12px;
}
.footer--style1 .contact-item i {
  rotate: -45deg;
  color: var(--white);
}
.footer--style1 .footer-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 48px;
}
.footer--style1 .footer-header__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer--style1 .footer-newsletter h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1399px) {
  .footer--style1 .footer-newsletter h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer--style1 .footer-newsletter h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .footer--style1 .footer-newsletter h2 {
    font-size: 28px;
    line-height: 45px;
  }
}
.footer--style1 .footer-wrapper {
  margin-top: 60px;
}
.footer--style1 .footer-copyright {
  text-align: center;
  padding-block: 37px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 0px 0px 10px 10px;
}
.footer--style1 .footer-copyright p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
}
.footer--style1 .footer-copyright p a {
  color: var(--primary-1);
}
.footer--style2 {
  background-color: var(--title-col-1);
}
.footer--style2 .footer-bottom__content h1 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 418px;
  line-height: 0px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 340px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 290px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 245px;
  }
}
@media only screen and (max-width: 991px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 183px;
  }
}
@media only screen and (max-width: 767px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 132px;
  }
}
@media (max-width: 575px) {
  .footer--style2 .footer-bottom__content h1 {
    font-size: 90px;
  }
}
.footer--style2 .footer-copyright p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
}
.footer--style2 .footer-copyright p a {
  color: var(--primary-1);
  position: relative;
  z-index: 1;
}
.footer--style2 .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 200px;
}
@media only screen and (max-width: 991px) {
  .footer--style2 .footer-nav {
    margin-bottom: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .footer--style2 .footer-nav {
    margin-bottom: 100px;
  }
}
.footer--style2 .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}
.footer--style2 .footer-nav ul li {
  position: relative;
  z-index: 1;
}
.footer--style2 .footer-nav ul li a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
}
.footer--style2 .footer-nav ul li a:hover {
  color: var(--primary-1);
}
.footer--style2 .footer-widget__box--style2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin-top: 54px;
}
@media only screen and (max-width: 991px) {
  .footer--style2 .footer-widget__box--style2 {
    margin-top: 30px;
  }
}
.footer--style2 .footer-widget__box--style2 ul li a {
  width: 40px;
  height: 40px;
  background: #f0f8fa;
  backdrop-filter: blur(24px);
  border-radius: 19.3274px;
  color: var(--text-col-1);
}
.footer--style2 .footer-widget__box--style2 .title {
  color: var(--title-col-1);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
}
.footer--style2 .footer-newsletter {
  background-color: var(--white);
  border-radius: 24px;
  padding: 48px;
}
@media only screen and (max-width: 767px) {
  .footer--style2 .footer-newsletter {
    padding: 30px;
  }
}
.footer--style2 .footer-newsletter__title {
  margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .footer--style2 .footer-newsletter__title {
    margin-bottom: 60px;
  }
}
.footer--style2 .footer-newsletter__title h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 8px;
}
.footer--style2 .footer-newsletter__title p {
  max-width: 723px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--text-col-1);
}
.footer--style2 .footer-newsletter__content {
  border-right: 1px solid rgba(88, 121, 132, 0.08);
}
.footer--style2 .footer-newsletter__content .contact-title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 16px;
}
.footer--style2 .footer-newsletter__content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #587984;
  max-width: 360px;
  margin-bottom: 16px;
}
.footer--style2 .footer-newsletter__content .contact-number {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #587984;
}
.footer--style3 .footer-right {
  position: relative;
}
.footer--style3 .footer-right::before {
  content: "";
  position: absolute;
  left: -48px;
  top: -120px;
  width: 1px;
  height: 665px;
  background: rgba(255, 255, 255, 0.08);
}
.footer--style3 .footer-left {
  position: relative;
}
.footer--style3 .footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.footer--style3 .footer-nav ul li {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  padding-block: 6px;
  padding-inline: 24px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer--style3 .footer-nav ul li:hover {
  background-color: var(--primary-1);
}
.footer--style3 .footer-nav ul li a {
  color: var(--white);
}
.footer--style3 .footer-nav__title h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 1rem;
}
.footer--style3 .footer-content h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: #ffffff;
}
.footer--style3 .footer-content p {
  max-width: 495px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
}
.footer--style3 .footer-list__title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--white);
}
.footer--style3 .footer__tollip-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
}
.footer--style3 .footer__tollip-button {
  display: inline;
  height: 40px;
  width: 40px;
  float: left;
  margin: 0 5px;
  overflow: hidden;
  border-radius: 50px;
  cursor: pointer;
  color: var(--white);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(28.8px);
  border-radius: 23.1928px;
}
.footer--style3 .footer__tollip-button span {
  display: inline-block;
  transform: translateY(-2px);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--white);
}
.footer--style3 .footer__tollip-button:hover, .footer--style3 .footer__tollip-button.active {
  width: 150px;
}
.footer--style3 .footer__tollip-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 48px;
  transform: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer--style3 .footer-logo {
  margin-bottom: 100px;
}
.footer--style3 .footer-copyright {
  background-color: var(--title-col-1);
  padding-block: 37px;
}
.footer--style3 .footer-copyright__content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
}
.footer--style3 .footer-copyright__content p a {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer--style3 .footer-copyright__content p a:hover {
  color: var(--primary-1);
}
.footer--style3 .footer-copyright__terms p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer--style3 .footer-copyright__terms p a {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer--style3 .footer-copyright__terms p a:hover {
  color: var(--primary-1);
}
.footer--style3 .footer-copyright__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.input-grup--style2 input {
  background-color: var(--section-bg) !important;
  color: var(--text-col-1) !important;
}
.input-grup input {
  outline: none;
  border: none;
  color: var(--white);
  width: 390px;
  padding: 22px 24px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(27.5px);
  border-radius: 90px;
}
@media only screen and (max-width: 767px) {
  .input-grup input {
    width: 320px;
  }
}
@media (max-width: 575px) {
  .input-grup input {
    width: 280px;
  }
}

.footer-widget__box .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .footer-widget__box .title {
    font-size: 32px;
    line-height: 45px;
  }
}
.footer-widget__box .links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 24px;
}
.footer-widget__box .links--2 li {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-widget__box .links--2 li:hover, .footer-widget__box .links--2 li.active {
  color: var(--primary-1);
}
.footer-widget__box .links li {
  margin-bottom: 12px;
}
.footer-widget__box .links li:last-child {
  margin-bottom: 0;
}
.footer-widget__box .links li a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-widget__box .links li a:hover, .footer-widget__box .links li a.active {
  color: var(--primary-1);
}
.footer-widget__box .social {
  gap: 16px;
  display: flex;
  margin-top: 16px;
  list-style: none;
  align-items: center;
}
.footer-widget__box .social li a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  color: var(--white);
  border-radius: 500px;
  justify-content: center;
  backdrop-filter: blur(24px);
  background: rgba(255, 255, 255, 0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer-widget__box .social li a:hover {
  background: var(--primary-1);
  color: var(--white);
}

.border-animate {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.border-animate::before {
  content: "";
  position: absolute;
  left: -100px;
  top: -397px;
  width: 1px;
  height: 775px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: height 0.5s ease;
}
@media only screen and (max-width: 1199px) {
  .border-animate::before {
    left: -36px;
  }
}
@media only screen and (max-width: 991px) {
  .border-animate::before {
    background-color: transparent;
  }
}

.footer__shape-item--style1 {
  position: absolute;
  bottom: 63px;
  right: 20px;
}

.section-header__subtitle .count {
  padding: 6px 24px;
  background: var(--white);
  border-radius: 128px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--title-col-1);
  font-family: var(--font-bebas);
}
@media only screen and (max-width: 767px) {
  .section-header__subtitle .count {
    padding: 6px 12px;
    font-size: 16px;
  }
}
.section-header__subtitle .subtitle {
  padding: 6px 24px;
  background: var(--white);
  border-radius: 128px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--title-col-1);
  font-family: var(--font-bebas);
}
@media only screen and (max-width: 767px) {
  .section-header__subtitle .subtitle {
    padding: 6px 12px;
    font-size: 16px;
  }
}
.section-header h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 767px) {
  .section-header h2 {
    font-size: 32px;
    line-height: 50px;
  }
}
.section-header h2 .opacity-graw {
  color: rgba(88, 121, 132, 0.08);
}
.section-header--style2 .section-header__subtitle {
  margin-bottom: 1rem;
}
.section-header--style2 .section-header__subtitle .count {
  background: var(--section-bg);
  color: var(--title-col-1);
}
.section-header--style2 .section-header__subtitle .subtitle {
  background: var(--section-bg);
  color: var(--title-col-1);
}
.section-header--style2 .section-header__title h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -1px;
  color: var(--title-col-1);
  max-width: 1080px;
  margin-inline: auto;
}
@media only screen and (max-width: 1199px) {
  .section-header--style2 .section-header__title h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .section-header--style2 .section-header__title h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .section-header--style2 .section-header__title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.section-header--style2 .section-header__title--style2 h2 {
  margin-inline: start;
  text-align: start;
}
.section-header--style2 .section-header__title--style2 p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
  text-indent: 100px;
  margin-bottom: 48px;
}

.tw-section__header--style5 h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  color: var(--title-col-1);
  max-width: 890px;
}
.tw-section__header--style5 .underln {
  position: relative;
  display: inline-block;
}
.tw-section__header--style5 .underln::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 450px;
  height: 1px;
  background-color: rgba(88, 121, 132, 0.08);
  transform-origin: left;
}
@media only screen and (max-width: 1919px) {
  .tw-section__header--style5 .underln::after {
    width: 300px;
  }
}
@media only screen and (max-width: 1399px) {
  .tw-section__header--style5 .underln::after {
    width: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .tw-section__header--style5 .underln::after {
    width: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style5 .underln::after {
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .tw-section__header--style5 .underln::after {
    width: 260px;
    width: 80px;
  }
}
@media (max-width: 575px) {
  .tw-section__header--style5 .underln::after {
    width: 340px;
  }
}
.tw-section__header--style5 p {
  width: 445px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
.tw-section__header--style3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style3 {
    margin-bottom: 48px;
  }
}
.tw-section__header--style3 .blog__left {
  max-width: 70%;
}
@media only screen and (max-width: 1399px) {
  .tw-section__header--style3 .blog__left {
    max-width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style3 .blog__left {
    max-width: 100%;
  }
}
.tw-section__header--style3 .blog__left .inline-wrapper {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-left: 245px;
  margin-right: 20px;
  transform: translateY(-60px);
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style3 .blog__left .inline-wrapper {
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style3 .blog__left .inline-wrapper {
    margin-left: 0px;
  }
}
.tw-section__header--style3 .blog__left .inline-wrapper p {
  max-width: 765px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}
@media only screen and (max-width: 1919px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    max-width: 72ch;
    padding-left: 124px;
  }
}
@media only screen and (max-width: 1399px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    max-width: 68ch;
    font-size: 16px;
    line-height: 22px;
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    font-size: 16px;
    line-height: 28px;
    padding-left: 0px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    max-width: 40ch;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    padding-left: 0px;
    padding-bottom: 20px;
  }
}
.tw-section__header--style3 .blog__left h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -1px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1399px) {
  .tw-section__header--style3 .blog__left h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .tw-section__header--style3 .blog__left h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .tw-section__header--style3 .blog__left h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.tw-section__header--style3 .blog__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.tw-section__header--style3 .blog__bottom p {
  max-width: 650px;
}
@media only screen and (max-width: 1399px) {
  .tw-section__header--style3 .blog__bottom p {
    max-width: 530px;
    line-height: 30px;
  }
}

.main-sideber .news-details-content .icon {
  font-size: 50px;
}
.main-sideber .single-sidebar-widget {
  padding: 32px 40px;
  margin-bottom: 30px;
  border-radius: 24px;
  background: var(--section-bg);
}
@media only screen and (max-width: 1199px) {
  .main-sideber .single-sidebar-widget {
    padding: 30px 20px;
  }
}
.main-sideber .single-sidebar-widget .wid-title .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .main-sideber .single-sidebar-widget .wid-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.main-sideber .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  color: #575757;
  font-family: var(--font_instrument);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 20px;
  padding-right: 70px;
  width: 100%;
  border-radius: 500px;
  border: none;
  outline: none;
  color: var(--primary);
}
.main-sideber .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 18px;
  border-radius: 500px;
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sideber .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--primary-1);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  justify-content: space-between;
  padding-bottom: 8px;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 28px;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(88, 121, 132, 0.16);
  z-index: 0;
  transition: width 0.5s ease;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li a {
  gap: 8px;
  display: flex;
  align-items: center;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li a i {
  rotate: -45deg;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover::before {
  width: 100%;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--action);
  position: relative;
  z-index: 999;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--action);
  position: relative;
  z-index: 999;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 4px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content .title a:hover {
  color: var(--primary-1);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--text-col-1);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--secondary);
}
.main-sideber .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 16px;
  font-weight: 400;
  background: transparent;
  margin-right: 12px;
  overflow: hidden;
  text-transform: capitalize;
  margin-bottom: 12px;
  border-radius: 500px;
  background: var(--white);
  position: relative;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-col-1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 575px) {
  .main-sideber .single-sidebar-widget .tagcloud a {
    margin-right: 10px;
  }
}
.main-sideber .single-sidebar-widget .tagcloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--action);
  z-index: 0;
  transition: width 0.5s ease;
}
.main-sideber .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sidebar-widget .tagcloud a:hover {
  color: var(--white);
  background-color: var(--primary-1);
  z-index: 999;
  position: relative;
  border-color: transparent;
}
.main-sideber .single-sidebar-widget .tagcloud a:hover::before {
  width: 100%;
  z-index: -1;
}

.breadcrumb {
  position: relative;
  margin: 0;
  margin-inline: 24px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    margin-inline: 10px;
  }
}
.breadcrumb ul {
  gap: 30px;
  display: flex;
  list-style: none;
  margin-bottom: 10px;
}
.breadcrumb ul li {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
  color: #e63001;
  text-transform: uppercase;
  font-family: var(--font_mango);
}
.breadcrumb ul li:not(:last-child)::before {
  top: 50%;
  right: -20px;
  content: "//";
  position: absolute;
  transform: translateY(-50%);
  color: var(--white);
}
.breadcrumb ul li a {
  gap: 12px;
  display: flex;
  color: var(--white);
}
.breadcrumb ul li a:hover {
  color: var(--action);
}
.breadcrumb__inner {
  width: 100%;
  padding-top: 136px;
  position: relative;
  object-fit: cover;
  padding-bottom: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__inner {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__inner {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}
.breadcrumb__content {
  z-index: 2;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.breadcrumb__content p {
  max-width: 415px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-inline: auto;
}
.breadcrumb__content ul {
  gap: 30px;
  display: flex;
  list-style: none;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
}
.breadcrumb__content ul li {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  position: relative;
  color: var(--primary-1);
  text-transform: uppercase;
  font-family: var(--font-bebas);
}
.breadcrumb__content ul li:not(:last-child)::before {
  top: 50%;
  right: -20px;
  content: "//";
  position: absolute;
  transform: translateY(-50%);
  color: var(--white);
}
.breadcrumb__content ul li a {
  gap: 12px;
  display: flex;
  color: var(--white);
}
.breadcrumb__content ul li a:hover {
  color: var(--action);
}
.breadcrumb__content .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 156px;
  line-height: 164px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}
.breadcrumb__content .title--style2 {
  font-weight: 700;
  font-size: 100px;
  line-height: 108px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--font-bebas);
  max-width: 1270px;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb__content .title {
    font-size: 150px;
    line-height: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb__content .title {
    font-size: 120px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb__content .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .breadcrumb__content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.breadcrumb-2 .breadcrumb__inner {
  padding-bottom: 268px;
}
@media only screen and (max-width: 767px) {
  .breadcrumb-2 .breadcrumb__inner {
    padding-bottom: 180px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-2 .breadcrumb__inner {
    padding-bottom: 60px;
  }
}

.primary-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 40px 10px;
  padding-block: 8px;
  overflow: hidden;
  border-radius: 100px;
  background: var(--primary-1);
  color: var(--white);
  text-decoration: none;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-btn::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--white);
  z-index: -1;
  transition: all 0.4s ease;
}
.primary-btn__text {
  position: relative;
  z-index: 2;
  font-family: var(--font-bebas);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  margin-right: 20px;
  transition: transform 0.4s ease;
}
.primary-btn__text--style3 {
  color: var(--title-col-1);
}
.primary-btn__text--style4 {
  color: var(--white);
}
.primary-btn__icon {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-1);
  transition: color 0.4s ease;
}
.primary-btn__icon--style2 {
  color: var(--white);
}
.primary-btn__icon i,
.primary-btn__icon svg {
  transition: transform 0.4s ease;
  font-size: 18px;
}
.primary-btn:hover {
  background: var(--title-col-1);
}
.primary-btn:hover .primary-btn__text {
  transform: translateX(5px);
}
.primary-btn:hover .primary-btn__icon {
  color: var(--title-col-1);
}
.primary-btn:hover .primary-btn__icon i,
.primary-btn:hover .primary-btn__icon svg {
  transform: rotate(45deg);
}
.primary-btn--style2 {
  background: var(--title-col-1);
  color: var(--white);
}
.primary-btn--style2::before {
  content: "";
  background: var(--primary-1);
}
.primary-btn--style2__text {
  color: var(--white);
}
.primary-btn--style2:hover {
  background: var(--white);
}
.primary-btn--style2:hover .primary-btn__text {
  transform: translateX(5px);
  color: var(--title-col-1);
}
.primary-btn--style2:hover .primary-btn__icon {
  color: var(--white);
}
.primary-btn--style2:hover .primary-btn__icon i,
.primary-btn--style2:hover .primary-btn__icon svg {
  transform: rotate(45deg);
}
.primary-btn--style3 {
  background: var(--white);
  color: var(--title-col-1);
}
.primary-btn--style3::before {
  content: "";
  background: var(--primary-1);
}
.primary-btn--style3__text {
  color: var(--title-col-1);
}
.primary-btn--style3:hover {
  background: var(--title-col-1);
}
.primary-btn--style3:hover .primary-btn__text {
  transform: translateX(5px);
  color: var(--white);
}
.primary-btn--style3:hover .primary-btn__icon {
  color: var(--white);
}
.primary-btn--style3:hover .primary-btn__icon i,
.primary-btn--style3:hover .primary-btn__icon svg {
  transform: rotate(45deg);
}
.primary-btn--style4 {
  background: var(--primary-1);
  color: var(--white);
}
.primary-btn--style4::before {
  content: "";
  background: var(--title-col-1);
}
.primary-btn--style4__text {
  color: var(--white);
}
.primary-btn--style4:hover {
  background: var(--white);
}
.primary-btn--style4:hover .primary-btn__text {
  transform: translateX(5px);
  color: var(--title-col-1);
}
.primary-btn--style4:hover .primary-btn__icon {
  color: var(--white);
}
.primary-btn--style4:hover .primary-btn__icon i,
.primary-btn--style4:hover .primary-btn__icon svg {
  transform: rotate(45deg);
}

.project-btn {
  display: inline-block;
}

.chose-us__btn {
  display: inline-block;
}

.section-header__btn {
  display: inline-block;
}

.about-btn {
  display: inline-block;
}

.company-btn {
  display: inline-block;
}

.team-btn {
  display: inline-block;
}

.portfolio-btn {
  display: inline-block;
}

.blog-details__btn {
  display: inline-block;
}

.blog-startndard__btn {
  display: inline-block;
  margin-top: 32px;
}

.error-btn {
  display: inline-block;
}

.project-details__btn {
  display: inline-block;
}

.grp-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.rr-hover-btn {
  background-color: rgba(255, 255, 255, 0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: var(--font_instrument);
  width: 148px;
  height: 148px;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  color: var(--white);
  z-index: 1;
}
.rr-hover-btn--style2 .rr-btn-circle-dot {
  background-color: var(--primary-1);
}
.rr-hover-btn i {
  margin-left: 12px;
}
.rr-hover-btn:hover {
  color: var(--white);
}
.rr-hover-btn:hover .rr-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.rr-hover-btn .rr-btn-circle-dot {
  bottom: -50px;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--primary-1);
}

.page-nav-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .page-nav-wrap {
    margin-top: 60px;
  }
}
.page-nav-wrap ul {
  gap: 24px;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.page-nav-wrap ul li a {
  width: 200px;
  height: 200px;
  gap: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  text-align: center;
  background: var(--section-bg);
  color: var(--title-col-1);
  font-family: var(--font-bebas);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .page-nav-wrap ul li a {
    width: 150px;
    height: 150px;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .page-nav-wrap ul li a {
    width: 130px;
    height: 130px;
    font-size: 16px;
    flex-direction: column;
  }
}
.page-nav-wrap ul li a i {
  rotate: -45deg;
}
.page-nav-wrap ul li a.active {
  background: var(--primary-1);
  color: var(--white);
}
.page-nav-wrap ul li a:hover {
  background: var(--primary-1);
  color: var(--white);
}

.gradient-btn {
  background: var(--primary-1);
  padding: 16px 32px;
  border-radius: 32px;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  color: var(--white);
}
.gradient-btn:hover {
  opacity: 0.9;
  transform: scale(1.05);
}

.bar-icon span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background: var(--title-col-1);
  transition: color 0.2s ease-out;
}

.startup-header {
  background-color: var(--section-bg);
  margin-bottom: 24px;
  margin-top: 24px;
  margin-inline: 24px;
  border-radius: 24px;
  padding-block: 22px;
}
@media only screen and (max-width: 767px) {
  .startup-header {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-inline: 10px;
    border-radius: 20px;
    padding-block: 10px;
  }
}
.startup-header .header-menu-wrap .header__logo a {
  display: inline-block;
  max-width: 181px;
  width: 100%;
}
.startup-header .header-menu-wrap .header-right {
  display: flex;
  align-items: center;
  column-gap: 24px;
}
.startup-header .header-menu-wrap .header-right .search-icon {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .startup-header .header-menu-wrap .header-right .search-icon {
    display: none;
  }
}
.startup-header .header-menu-wrap .header-right .search-icon i {
  background-color: #ffd9e0;
  color: #121212;
  font-size: 20px;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.startup-header .header-menu-wrap .header-right .header-toggle-wrap .mobile-side-menu-toggle {
  background-color: #121212;
  display: flex;
  align-items: center;
  padding: 19px 18px;
  border-radius: 8px;
  cursor: pointer;
  column-gap: 8px;
}
@media only screen and (max-width: 991px) {
  .startup-header .header-menu-wrap .header-right .header-toggle-wrap .mobile-side-menu-toggle {
    font-size: 14px;
    padding: 12px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .startup-header .header-menu-wrap .header-right .header-toggle-wrap .mobile-side-menu-toggle {
    padding: 12px 12px;
  }
}
.startup-header .header-menu-wrap .header-right .header-toggle-wrap .mobile-side-menu-toggle h4 {
  font-family: "BDOGrotesk", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}

.percent-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 64px;
  background-color: var(--white);
  padding-inline: 24px 8px;
  padding-block: 8px;
  border-radius: 99px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.percent-flex .percent {
  padding-block: 8px;
  padding-inline: 23px;
  background-color: var(--title-col-1);
  color: var(--white);
  border-radius: 99px;
  /* Label/S */
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.percent-flex h4 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--title-col-1);
}
.percent-flex--style2 {
  padding-inline: 24px 24px;
}
.percent-flex--style2 h4 {
  color: var(--white);
}

.mobile-side-menu-overlay,
.mobile-side-menu {
  display: none;
}

.mobile-side-menu-2 {
  display: block !important;
  background-color: #fff;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 500px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  height: 950px;
  display: block;
  z-index: 100;
  padding: 40px 60px 40px 60px;
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
@media only screen and (max-width: 767px) {
  .mobile-side-menu-2 {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
.mobile-side-menu-2.is-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mobile-side-menu-2 .side-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mobile-side-menu-2 .side-menu-head a img {
  max-width: 120px;
}
.mobile-side-menu-2 .side-menu-head .mobile-side-menu-close {
  position: fixed;
  top: 35px;
  right: 40px;
  color: var(--title-col-1);
  font-size: 17px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--title-col-1);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .mobile-side-menu-2 .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
.mobile-side-menu-2 .side-menu-head .mobile-side-menu-close:hover {
  background-color: var(--cp-color-heading-primary);
  color: var(--cp-color-common-white);
}
.mobile-side-menu-2 .side-menu-wrap {
  overflow: hidden;
  margin: 70px 0;
}
.mobile-side-menu-2 p {
  color: var(--cp-color-heading-primary);
  margin-bottom: 50px;
}
.mobile-side-menu-2 .list-header {
  color: var(--cp-color-common-white);
  font-family: var(--cp-ff-body);
  font-weight: 400;
  margin-bottom: 30px;
}
.mobile-side-menu-2 .side-menu-list {
  list-style: none;
  margin-top: 30px;
}
.mobile-side-menu-2 .side-menu-list li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--text-col-1);
}
.mobile-side-menu-2 .side-menu-list li span,
.mobile-side-menu-2 .side-menu-list li a {
  color: var(--text-col-1);
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu-2 .side-menu-list li span,
  .mobile-side-menu-2 .side-menu-list li a {
    margin-left: 0;
  }
}
.mobile-side-menu-2 .side-menu-list li i {
  margin-right: 10px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--text-col-1);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--text-col-1);
}
.mobile-side-menu-2 .side-menu-list li p {
  margin-bottom: 0;
}
.mobile-side-menu-2 .side-menu-list li:not(:last-of-type) {
  margin-bottom: 15px;
}

.mobile-side-menu-overlay-2 {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 0%;
  position: fixed;
  top: 0;
  z-index: 9;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
  display: block;
}
.mobile-side-menu-overlay-2.is-open {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
  cursor: url(../imgs/cancel.png), auto;
}

@media only screen and (max-width: 991px) {
  .mobile-side-menu {
    background-color: #fff;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    width: 400px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    height: 100%;
    display: block;
    z-index: 100;
    padding: 40px 40px 40px 40px;
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu {
    padding: 40px 20px;
    width: 100%;
    max-width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu.is-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .mobile-side-menu .side-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-head a img {
    max-width: 120px;
  }
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    position: fixed;
    top: 35px;
    right: 40px;
    color: var(--cp-color-heading-primary);
    font-size: 17px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #edece8;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close {
    right: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu .side-menu-head .mobile-side-menu-close:hover {
    background-color: var(--cp-color-theme-primary);
    color: var(--cp-color-common-white);
  }
  .mobile-side-menu .side-menu-wrap {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .mobile-side-menu p {
    color: var(--cp-color-heading-primary);
    margin-bottom: 50px;
  }
  .mobile-side-menu .list-header {
    color: var(--cp-color-common-white);
    font-family: var(--cp-ff-body);
    font-weight: 400;
    margin-bottom: 30px;
  }
  .mobile-side-menu .side-menu-list {
    list-style: none;
  }
  .mobile-side-menu .side-menu-list li {
    font-family: var(--cp-ff-heading);
    font-size: 16px;
    font-weight: 500;
    color: var(--cp-color-heading-primary);
  }
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    color: var(--cp-color-heading-primary);
    margin-left: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 991px) {
  .mobile-side-menu .side-menu-list li span,
  .mobile-side-menu .side-menu-list li a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .mobile-side-menu .side-menu-list li i {
    margin-right: 10px;
  }
  .mobile-side-menu-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 9;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
    display: block;
  }
  .mobile-side-menu-overlay.is-open {
    width: 100%;
    opacity: 0.5;
    visibility: visible;
    cursor: url(../img/cancel.png), auto;
  }
}
.mean-container .mean-bar {
  background-color: #fff;
  min-height: auto;
  padding: 0;
}
.mean-container .mean-bar .meanmenu-reveal {
  display: none !important;
}
.mean-container .mean-bar .mean-nav {
  background-color: #fff;
  margin-top: 0;
  padding-top: 20px;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul {
  display: block !important;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li {
  position: relative;
  float: none;
  display: block;
  width: auto;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li:not(:last-of-type) {
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #edece8;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a {
  border-top: none;
  padding: 0;
  float: none;
  font-family: var(--font-bebas);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1%;
  color: var(--title-col-1);
  border-radius: 30px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .mean-nav.mean-nav > ul li a {
    font-size: 16px;
  }
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand {
  font-family: var(--font-bebas);
  color: var(--title-col-1);
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  padding: 0;
  top: -10px;
  right: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cp-color-border-1);
  padding: 0 !important;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before, .mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:after {
  font-size: 12px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  display: none;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand:before {
  content: "+";
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked {
  color: var(--primary);
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:after {
  content: "\f068";
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand.mean-clicked:before {
  display: none;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li a.mean-expand i {
  display: none;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li ul {
  padding: 0 0 0 30px;
  margin-top: 20px;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li ul li:not(:last-of-type) {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.mean-container .mean-bar .mean-nav.mean-nav > ul li ul li a {
  font-family: var(--font-bebas);
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-col-1) !important;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .mean-nav.mean-nav > ul li ul li a {
    font-size: 14px;
  }
}

.side-menu-header h3 {
  color: var(--title-col-1);
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--white);
}

.side-menu-wrap .mobile-menu-items {
  display: block;
}

.side-menu-wrap .main-menu ul {
  list-style: none;
  padding: 0;
  display: block !important;
}

.side-menu-wrap .main-menu > ul > li {
  border-bottom: 1px solid #edece8;
  padding: 15px 0;
}

.side-menu-wrap .main-menu ul li a {
  color: var(--cp-color-heading-primary);
  font-size: 16px;
  font-weight: 600;
  display: block;
}

/* Submenu */
.side-menu-wrap .dp-menu {
  display: none;
  padding-left: 20px;
  margin-top: 10px;
}

.side-menu-wrap .menu-item-has-children > a::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: right;
}

.startup-slider {
  position: relative;
}
.startup-slider .slider-item {
  position: relative;
  z-index: 1;
}
.startup-slider .slider-item .flowmap-deformation-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.startup-slider .slider-item .flowmap-deformation-wrapper canvas {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.startup-slider .slider-item .flowmap-deformation-wrapper.active canvas {
  opacity: 1;
}
.startup-slider .slider-item .slider-content {
  padding: 200px 0 80px 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .startup-slider .slider-item .slider-content {
    padding-top: 150px;
  }
}
.startup-slider .slider-item .slider-content .year {
  font-family: "BDOGrotesk", sans-serif;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media only screen and (max-width: 1399px) {
  .startup-slider .slider-item .slider-content .year {
    padding: 0 20px;
  }
}
.startup-slider .slider-item .slider-content .running-text {
  background-color: transparent;
  background-repeat: repeat;
  background-size: 20px;
  padding: 14px 0;
  position: relative;
  overflow: visible;
  margin-bottom: 87px;
}
@media only screen and (max-width: 991px) {
  .startup-slider .slider-item .slider-content .running-text {
    margin-bottom: 30px;
  }
}
.startup-slider .slider-item .slider-content .running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 95px;
  height: 100%;
  align-items: center;
}
.startup-slider .slider-item .slider-content .running-text ul li {
  font-family: "BDOGrotesk", sans-serif;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  font-size: 216px;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  height: auto;
}
@media only screen and (max-width: 1399px) {
  .startup-slider .slider-item .slider-content .running-text ul li {
    font-size: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .startup-slider .slider-item .slider-content .running-text ul li {
    font-size: 70px;
  }
}
.startup-slider .slider-item .slider-content .slider-content-inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: end;
  column-gap: 64px;
}
@media only screen and (max-width: 1399px) {
  .startup-slider .slider-item .slider-content .slider-content-inner {
    padding: 0 20px;
    column-gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .startup-slider .slider-item .slider-content .slider-content-inner {
    flex-direction: column;
    row-gap: 30px;
    align-items: baseline;
  }
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  max-width: 376px;
  width: 100%;
  border-radius: 16px;
  padding: 8px;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb {
  width: 100%;
  height: 253px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb .video-btn a {
  background-color: #7963ff;
  color: #fff;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb .video-btn a:hover {
  background-color: #121212;
  color: #fff;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .video-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 16px;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-video-thumb .video-text span {
  font-family: "BDOGrotesk", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content {
  max-width: 680px;
  width: 100%;
}
@media only screen and (max-width: 1919px) {
  .startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content {
    max-width: 550px;
  }
}
@media only screen and (max-width: 1399px) {
  .startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content {
    max-width: 320px;
  }
}
.startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .startup-slider .slider-item .slider-content .slider-content-inner .slider-right-content p {
    font-size: 18px;
  }
}
.startup-slider .slider-pagination-wrap {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .startup-slider .slider-pagination-wrap {
    right: 50px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .startup-slider .slider-pagination-wrap {
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .startup-slider .slider-pagination-wrap {
    display: none;
  }
}
.startup-slider .slider-pagination-wrap .nav-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 232px;
  height: 151px;
  transition: all 0.3s ease-in-out;
}
.startup-slider .slider-pagination-wrap .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.48);
  height: 4px;
  width: 72px;
  border-radius: 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.startup-slider .slider-pagination-wrap .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #7963ff;
}

.slider-item {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slider-item .flowmap-deformation-wrapper {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}
.slider-item .flowmap-deformation-wrapper canvas {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.slider-item .flowmap-deformation-wrapper.active canvas {
  opacity: 1;
}
.slider-item .slider-content {
  padding: 200px 0 80px 0;
  position: relative;
  z-index: 2;
}
.slider-item .slider-content .year {
  font-family: "BDOGrotesk", sans-serif;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.slider-item .slider-content .running-text {
  background-color: transparent;
  background-repeat: repeat;
  background-size: 20px;
  padding: 14px 0;
  position: relative;
  overflow: visible;
  margin-bottom: 87px;
}
.slider-item .slider-content .running-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 95px;
  height: 100%;
  align-items: center;
}
.slider-item .slider-content .running-text ul li {
  font-family: "BDOGrotesk", sans-serif;
  color: #fff;
  display: inline-block;
  white-space: nowrap;
  font-size: 216px;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
  line-height: 1;
  height: auto;
}
@media only screen and (max-width: 1399px) {
  .slider-item .slider-content .running-text ul li {
    font-size: 180px;
  }
}
.slider-item .slider-content .slider-content-inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: end;
  column-gap: 64px;
}
.slider-item .slider-content .slider-content-inner .slider-video-thumb {
  background-color: rgba(255, 255, 255, 0.16);
  max-width: 376px;
  width: 100%;
  border-radius: 16px;
  padding: 8px;
}
.slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb {
  width: 100%;
  height: 253px;
  border-radius: 16px;
  overflow: hidden;
}
.slider-item .slider-content .slider-content-inner .slider-video-thumb .slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.slider-item .slider-content .slider-content-inner .slider-video-thumb .video-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px 16px 16px;
}
.slider-item .slider-content .slider-content-inner .slider-video-thumb .video-text span {
  font-family: "BDOGrotesk", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.slider-item .slider-content .slider-content-inner .slider-right-content {
  max-width: 680px;
  width: 100%;
}
.slider-item .slider-content .slider-content-inner .slider-right-content p {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}

.call-info__icon i,
.call-info__icon svg {
  width: 56px;
  height: 56px;
  background: var(--title-col-1);
  border-radius: 32px;
  display: grid;
  place-items: center;
  color: var(--white);
}
.call-info__content .call-info__title {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}
.call-info__content .call-info__number {
  font-family: var(--font-bebas);
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--title-col-1);
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area .mail {
  color: var(--white);
  font-family: var(--font_display);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.5px;
  background-color: rgba(255, 255, 255, 0.08);
  padding-block: 5px;
  padding-inline: 20px;
  border-radius: 48px;
}
@media only screen and (max-width: 991px) {
  .header-area .mail {
    display: none;
  }
}
.header-area .mail a {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 600;
}
.header-area .mail a:hover {
  cursor: pointer;
  color: var(--white);
}
.header-area__inner {
  gap: 30px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: transparent;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-area__inner {
    gap: 0;
  }
}
.header-area .header__logo {
  display: flex;
  align-items: center;
  gap: 124px;
}
.header-area .header-right {
  gap: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .header-area .header-right {
    display: none;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #ffffff;
}
.header-area .header__navicon {
  margin-right: auto;
}
.header-area .header__navicon i {
  font-size: 22px;
  color: var(--white);
}
.header-area-2 .main-menu ul.dp-menu li:hover > a {
  color: var(--green);
}
.header-area-2 .main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: var(--font_teko);
}
.header-area-2 .main-menu > ul > li:hover > a {
  color: var(--green);
}
.header-area-2 .main-menu li a {
  font-size: 16px;
  font-weight: 600;
  padding: 42px 14px;
  color: var(--white);
  text-transform: uppercase;
  font-family: var(--font_teko);
}
@media only screen and (max-width: 1399px) {
  .header-area-2 .main-menu li a {
    padding: 29px 10px;
  }
}
.header-area-2 .main-menu li a:hover {
  color: var(--green);
}
.header-area-2 .header-right {
  display: block;
}
.header-area-2 .header__navicon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--white);
}
.header-area-2 .header__navicon .bar-icon span {
  background: var(--primary);
}
.header-area-3 .header-main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding: 21px 0px;
}
.header-area-3 .header__navicon .side-toggle {
  gap: 8px;
  display: flex;
  align-items: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  font-family: var(--font_display);
  letter-spacing: 0.438px;
  text-transform: uppercase;
}
.header-area-3 .header__navicon {
  width: 122px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(21px);
}
.header-area-3 .header__navicon .bar-icon span {
  background: #fff6f6;
}

.header__navicon {
  margin-right: auto;
}
.header__navicon .side-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__navicon .side-toggle h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font_kanit);
}
.header__navicon i {
  font-size: 22px;
  color: var(--white);
}

/* === Icon draw scss (index 01) === */
.bar-icon {
  width: 50px;
  height: 10px;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: space-between;
  transition: color 0.2s ease-out;
  cursor: pointer;
}
.bar-icon span {
  width: 100%;
  height: 2px;
  display: inline-block;
  background: var(--title-col-1);
  transition: color 0.2s ease-out;
}
.bar-icon span:nth-child(1) {
  margin-left: 11px;
}
.bar-icon span:nth-child(2) {
  margin-left: 0px;
}
.bar-icon span:nth-child(3) {
  margin-left: -11px;
}
.bar-icon:hover span {
  animation: qode-draw 0.8s cubic-bezier(0.44, 1.1, 0.53, 0.99) 1 forwards;
}
.bar-icon:hover span:nth-child(2) {
  margin-left: 0px;
  animation-delay: 0.1s;
}
.bar-icon:hover span:nth-child(3) {
  animation-delay: 0.2s;
}
.bar-icon.is-black span {
  background: var(--rr-common-black);
}
.bar-icon.is-white span {
  background: var(--rr-common-white);
}

/* === Icon draw Animate scss (index 01) === */
@keyframes qode-draw {
  0%, 100% {
    -webkit-clip-path: inset(-2px 0);
    clip-path: inset(-2px 0);
  }
  42% {
    -webkit-clip-path: inset(-2px 0 -2px 100%);
    clip-path: inset(-2px 0 -2px 100%);
  }
  43% {
    -webkit-clip-path: inset(-2px 100% -2px 0);
    clip-path: inset(-2px 100% -2px 0);
  }
}
.header-area--style3 .bar-icon span {
  background-color: var(--white);
}
.header-area--style3 .header__nav-3 {
  padding: 16px 8px 16px 12px;
  background: var(--white);
  backdrop-filter: blur(24px);
  border-radius: 45px;
  padding-inline-start: 16px;
  padding-inline-end: 32px;
  padding-block: 12px;
  margin-top: 22px;
}
@media only screen and (max-width: 1199px) {
  .header-area--style3 .header__nav-3 {
    background-color: transparent;
  }
}
.header-area--style3 .header__nav-3 ul li:first-child {
  padding-inline-start: 16px;
}
.header-area--style3 .header__nav-3 ul li:hover, .header-area--style3 .header__nav-3 ul li.active {
  background-color: var(--primary-1);
  color: var(--white);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99px;
}
.header-area--style3 .header__nav-3 ul li a {
  padding: 0px 0px;
  padding-block: 5px;
  padding-inline: 12px;
  border-radius: 30px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--title-col-1);
  letter-spacing: 1%;
}

.header-area--style5 .bar-icon span {
  background-color: var(--white);
}
.header-area--style5 .header-area__inner-2 {
  padding-block: 22px;
}
@media only screen and (max-width: 1199px) {
  .header-area--style5 .header-area__inner-2 {
    padding-block: 14px;
  }
}
.header-area--style5 .header__nav-5 {
  padding: 16px 8px 16px 12px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 45px;
  padding-inline-start: 16px;
  padding-inline-end: 32px;
  padding-block: 12px;
}
@media only screen and (max-width: 1199px) {
  .header-area--style5 .header__nav-5 {
    background-color: transparent;
  }
}
.header-area--style5 .header__nav-5 ul li:first-child {
  padding-inline-start: 16px;
}
.header-area--style5 .header__nav-5 ul li:hover, .header-area--style5 .header__nav-5 ul li.active {
  background-color: var(--primary-1);
  color: var(--white);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99px;
}
.header-area--style5 .header__nav-5 ul li a {
  padding: 0px 0px;
  padding-block: 5px;
  padding-inline: 12px;
  border-radius: 30px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 1%;
}

.header__navicon {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(21px);
  border-radius: 100px;
  padding-block: 16px;
  padding-inline: 24px;
}
.header__navicon h6 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
}

.main-sideber .news-details-content .icon {
  font-size: 50px;
}
.main-sideber .single-sidebar-widget {
  padding: 32px 40px;
  margin-bottom: 30px;
  border-radius: 24px;
  background: var(--section-bg);
}
@media only screen and (max-width: 1199px) {
  .main-sideber .single-sidebar-widget {
    padding: 30px 20px;
  }
}
.main-sideber .single-sidebar-widget .wid-title .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 16px;
}
@media (max-width: 575px) {
  .main-sideber .single-sidebar-widget .wid-title .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.main-sideber .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sideber .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  color: #575757;
  font-family: var(--font_instrument);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 20px 20px;
  padding-right: 70px;
  width: 100%;
  border-radius: 500px;
  border: none;
  outline: none;
  color: var(--primary);
}
.main-sideber .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  font-size: 18px;
  border-radius: 500px;
  background-color: var(--primary-1);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sideber .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--primary-1);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  justify-content: space-between;
  padding-bottom: 8px;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 28px;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(88, 121, 132, 0.16);
  z-index: 0;
  transition: width 0.5s ease;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li a {
  gap: 8px;
  display: flex;
  align-items: center;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li a i {
  rotate: -45deg;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover::before {
  width: 100%;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--action);
  position: relative;
  z-index: 999;
}
.main-sideber .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--action);
  position: relative;
  z-index: 999;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 4px;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content .title a:hover {
  color: var(--primary-1);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--text-col-1);
}
.main-sideber .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--secondary);
}
.main-sideber .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 16px;
  font-weight: 400;
  background: transparent;
  margin-right: 12px;
  overflow: hidden;
  text-transform: capitalize;
  margin-bottom: 12px;
  border-radius: 500px;
  background: var(--white);
  position: relative;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--text-col-1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 575px) {
  .main-sideber .single-sidebar-widget .tagcloud a {
    margin-right: 10px;
  }
}
.main-sideber .single-sidebar-widget .tagcloud a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--action);
  z-index: 0;
  transition: width 0.5s ease;
}
.main-sideber .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sideber .single-sidebar-widget .tagcloud a:hover {
  color: var(--white);
  background-color: var(--primary-1);
  z-index: 999;
  position: relative;
  border-color: transparent;
}
.main-sideber .single-sidebar-widget .tagcloud a:hover::before {
  width: 100%;
  z-index: -1;
}

/* === menu scss (index 01) === */
.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;
}
.main-menu > ul > li:first-child > a {
  padding-left: 0;
}
.main-menu > ul > li:hover > a {
  color: var(--white) !important;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: var(--white);
  padding: 38px 15px;
  font-family: var(--font_mango);
  text-transform: uppercase;
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  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(--primary-1);
  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-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
  color: var(--white);
}
.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: "\f0d7";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 24px;
  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 .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}

/* === offcanvas scss (index 02) === */
.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;
}
@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;
}
@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;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-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;
}

/* === preloader scss (index 02) === */
.loader-wrap {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--primary-1);
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: var(--title-col-1);
}

.loader-wrap .loader-wrap-heading .load-text {
  font-size: 100px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--white);
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 50px;
  }
}

.load-text span {
  -webkit-animation: loading 1s infinite alternate;
  animation: loading 1s infinite alternate;
}

.load-text span:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.load-text span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.load-text span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.load-text span:nth-child(4) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.load-text span:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.load-text span:nth-child(6) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.load-text span:nth-child(7) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* === scroll scss (index 01) === */
.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;
}
.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 scss (index 01) === */
.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  mix-blend-mode: exclusion;
  background-color: var(--black);
}

.progress-wrap::after {
  position: absolute;
  content: "\f062";
  font: var(--fa-font-solid);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--primary);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
  border-radius: 50px;
}
.dark .progress-wrap::after {
  color: var(--black);
}

.progress-wrap svg path {
  fill: var(--black-6);
}

.progress-wrap svg.progress-circle path {
  fill: var(--white);
  stroke: transparent;
  stroke-width: 5;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.section-header__subtitle .count {
  padding: 6px 24px;
  background: var(--white);
  border-radius: 128px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--title-col-1);
  font-family: var(--font-bebas);
}
@media only screen and (max-width: 767px) {
  .section-header__subtitle .count {
    padding: 6px 12px;
    font-size: 16px;
  }
}
.section-header__subtitle .subtitle {
  padding: 6px 24px;
  background: var(--white);
  border-radius: 128px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--title-col-1);
  font-family: var(--font-bebas);
}
@media only screen and (max-width: 767px) {
  .section-header__subtitle .subtitle {
    padding: 6px 12px;
    font-size: 16px;
  }
}
.section-header h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 767px) {
  .section-header h2 {
    font-size: 32px;
    line-height: 50px;
  }
}
.section-header h2 .opacity-graw {
  color: rgba(88, 121, 132, 0.08);
}
.section-header--style2 .section-header__subtitle {
  margin-bottom: 1rem;
}
.section-header--style2 .section-header__subtitle .count {
  background: var(--section-bg);
  color: var(--title-col-1);
}
.section-header--style2 .section-header__subtitle .subtitle {
  background: var(--section-bg);
  color: var(--title-col-1);
}
.section-header--style2 .section-header__title h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -1px;
  color: var(--title-col-1);
  max-width: 1080px;
  margin-inline: auto;
}
@media only screen and (max-width: 1199px) {
  .section-header--style2 .section-header__title h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .section-header--style2 .section-header__title h2 {
    font-size: 38px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .section-header--style2 .section-header__title h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.section-header--style2 .section-header__title--style2 h2 {
  margin-inline: start;
  text-align: start;
}
.section-header--style2 .section-header__title--style2 p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
  text-indent: 100px;
  margin-bottom: 48px;
}

.tw-section__header--style5 h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  color: var(--title-col-1);
  max-width: 890px;
}
.tw-section__header--style5 .underln {
  position: relative;
  display: inline-block;
}
.tw-section__header--style5 .underln::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 450px;
  height: 1px;
  background-color: rgba(88, 121, 132, 0.08);
  transform-origin: left;
}
@media only screen and (max-width: 1919px) {
  .tw-section__header--style5 .underln::after {
    width: 300px;
  }
}
@media only screen and (max-width: 1399px) {
  .tw-section__header--style5 .underln::after {
    width: 170px;
  }
}
@media only screen and (max-width: 1199px) {
  .tw-section__header--style5 .underln::after {
    width: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style5 .underln::after {
    width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .tw-section__header--style5 .underln::after {
    width: 260px;
    width: 80px;
  }
}
@media (max-width: 575px) {
  .tw-section__header--style5 .underln::after {
    width: 340px;
  }
}
.tw-section__header--style5 p {
  width: 445px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
.tw-section__header--style3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style3 {
    margin-bottom: 48px;
  }
}
.tw-section__header--style3 .blog__left {
  max-width: 70%;
}
@media only screen and (max-width: 1399px) {
  .tw-section__header--style3 .blog__left {
    max-width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style3 .blog__left {
    max-width: 100%;
  }
}
.tw-section__header--style3 .blog__left .inline-wrapper {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-left: 245px;
  margin-right: 20px;
  transform: translateY(-60px);
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style3 .blog__left .inline-wrapper {
    transform: translateY(0px);
  }
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style3 .blog__left .inline-wrapper {
    margin-left: 0px;
  }
}
.tw-section__header--style3 .blog__left .inline-wrapper p {
  max-width: 765px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}
@media only screen and (max-width: 1919px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    max-width: 72ch;
    padding-left: 124px;
  }
}
@media only screen and (max-width: 1399px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    max-width: 68ch;
    font-size: 16px;
    line-height: 22px;
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    font-size: 16px;
    line-height: 28px;
    padding-left: 0px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    max-width: 40ch;
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .tw-section__header--style3 .blog__left .inline-wrapper p {
    padding-left: 0px;
    padding-bottom: 20px;
  }
}
.tw-section__header--style3 .blog__left h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
  letter-spacing: -1px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1399px) {
  .tw-section__header--style3 .blog__left h2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .tw-section__header--style3 .blog__left h2 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .tw-section__header--style3 .blog__left h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.tw-section__header--style3 .blog__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
.tw-section__header--style3 .blog__bottom p {
  max-width: 650px;
}
@media only screen and (max-width: 1399px) {
  .tw-section__header--style3 .blog__bottom p {
    max-width: 530px;
    line-height: 30px;
  }
}

/* === pages scss (index 01) === */
.banner--style1 {
  background-size: cover;
  background-repeat: no-repeat;
  margin-inline: 24px;
  border-radius: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner--style1 {
    margin-inline: 10px;
    border-radius: 10px;
  }
}
.banner--style1 .banner-circle {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 100px;
  display: grid;
  place-items: center;
}
.banner--style1 .banner-circle .arrow-2 i, .banner--style1 .banner-circle .arrow-2 svg {
  color: var(--white);
  font-size: 16px;
}
.banner--style1 .banner-btn {
  position: absolute;
  bottom: 20px;
  left: 45%;
  z-index: 99;
}
@media only screen and (max-width: 1399px) {
  .banner--style1 .banner-btn {
    bottom: -5px;
    left: 43%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner--style1 .banner-btn {
    bottom: -2px;
    left: 40%;
  }
}
@media only screen and (max-width: 991px) {
  .banner--style1 .banner-btn {
    bottom: -5px;
    left: 39%;
  }
}
@media only screen and (max-width: 767px) {
  .banner--style1 .banner-btn {
    bottom: -5px;
    left: 32%;
  }
}
@media (max-width: 575px) {
  .banner--style1 .banner-btn {
    bottom: 0px;
    left: 25%;
  }
}
.banner--style1 .banner-content__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}
.banner--style1 .banner-content h1 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: 0.005em;
  color: var(--white);
  margin-bottom: 4px;
}
@media only screen and (max-width: 991px) {
  .banner--style1 .banner-content h1 {
    font-size: 52px;
    line-height: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .banner--style1 .banner-content h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
.banner--style1 .banner-content p {
  max-width: 700px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  opacity: 0.88;
  margin-top: 16px;
}
.banner--style1 .banner-nav {
  margin-bottom: 78px;
}
.banner--style1 .banner-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 350px;
}
.banner--style1 .banner-nav ul li {
  padding: 6px 19px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 88px;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .banner--style1 .banner-nav ul li {
    padding: 6px 13px;
  }
}
@media only screen and (max-width: 1399px) {
  .banner--style1 .banner-nav ul li {
    padding: 6px 19px;
  }
}
.banner--style1 .banner-thumb__content h5 {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 100px;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--white);
  padding-block: 5px;
  padding-inline: 24px;
}
.banner--style1 .banner-thumb__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.banner--style1 .banner-thumb img {
  border-radius: 24px;
  margin-bottom: 1rem;
}
.banner--style2 {
  padding-top: 220px;
  padding-bottom: 48px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .banner--style2 {
    padding-top: 150px;
  }
}
.banner--style2 .hero__content__bottom__client {
  background-color: transparent;
  backdrop-filter: blur(0px);
  border-radius: 0px;
  display: inherit;
}
.banner--style2 .hero__content__bottom__client ul {
  margin-bottom: 24px;
}
.banner--style2 .hero__content__bottom__client ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.banner--style2 .banner-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 32px;
}
.banner--style2 .banner-content2 p {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: var(--white);
  max-width: 225px;
}
@media only screen and (max-width: 1919px) {
  .banner--style2 .banner-content2 p {
    max-width: 135px;
  }
}
@media only screen and (max-width: 1919px) {
  .banner--style2 .banner-content2 p {
    max-width: 127px;
  }
}
.banner--style2 .banner-content2__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 32px;
  padding-inline: 32px;
  padding-bottom: 236px;
  background: radial-gradient(117.2% 352.94% at 3.21% 1.26%, rgba(255, 255, 255, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
  backdrop-filter: blur(6.18294px);
  border-radius: 32px;
  border: 1px solid var(--text-col-1);
  position: relative;
}
@media only screen and (max-width: 1399px) {
  .banner--style2 .banner-content2__wrapper {
    padding-inline: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner--style2 .banner-content2__wrapper {
    padding-bottom: 182px;
  }
}
.banner--style2 .banner-btn {
  text-align: center;
  margin-inline: 0 auto;
}
.banner--style2 .banner-content h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -1px;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .banner--style2 .banner-content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner--style2 .banner-count p {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: var(--text-col-1);
  letter-spacing: 0.5px;
}
.banner--style2 .banner-count h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 75px;
  line-height: 108px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 6px;
}
.banner--style2 .banner-count .odometer {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 108px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}
.banner--style2 .banner-title h1 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 166px;
  line-height: 108px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .banner--style2 .banner-title h1 {
    font-size: 136px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1399px) {
  .banner--style2 .banner-title h1 {
    font-size: 118px;
    line-height: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner--style2 .banner-title h1 {
    font-size: 98px;
  }
}
@media only screen and (max-width: 991px) {
  .banner--style2 .banner-title h1 {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .banner--style2 .banner-title h1 {
    font-size: 54px;
  }
}
@media (max-width: 575px) {
  .banner--style2 .banner-title h1 {
    font-size: 36px;
  }
}
.banner--style2 .banner-title {
  padding-bottom: 298px;
}
@media only screen and (max-width: 767px) {
  .banner--style2 .banner-title {
    padding-bottom: 150px;
  }
}
.banner--style2 .banner-social {
  background: radial-gradient(117.2% 352.94% at 3.21% 1.26%, rgba(255, 255, 255, 0.07) 0%, rgba(217, 217, 217, 0) 100%);
  backdrop-filter: blur(6.18294px);
  border-radius: 32px;
  border: 1px solid var(--text-col-1);
  padding-inline: 32px;
  padding-block: 36px;
}
@media only screen and (max-width: 1199px) {
  .banner--style2 .banner-social {
    padding-inline: 10px;
  }
}
.banner--style3 {
  margin-inline: 16px;
  margin-top: 16px;
  position: relative;
}
.banner--style3 .main-container {
  position: relative;
}
.banner--style3 .banner-content {
  color: var(--white);
  max-width: 870px;
  padding-top: 270px;
  padding-bottom: 230px;
}
@media only screen and (max-width: 1199px) {
  .banner--style3 .banner-content {
    padding-top: 170px;
    padding-bottom: 130px;
  }
}
.banner--style3 .banner-content img {
  border: 2px solid var(--white);
  border-radius: 99px;
}
.banner--style3 .banner-content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 685px;
  margin-bottom: 38px;
}
.banner--style3 .banner-content h1 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 108px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 4px;
}
@media only screen and (max-width: 1199px) {
  .banner--style3 .banner-content h1 {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .banner--style3 .banner-content h1 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .banner--style3 .banner-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.banner--style3 .top-tab {
  position: absolute;
  top: 0;
  left: 54%;
  transform: translateX(-50%);
  width: 230px;
  height: 90px;
  background-color: var(--white);
  z-index: 10;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media only screen and (max-width: 1919px) {
  .banner--style3 .top-tab {
    left: 56%;
  }
}
@media only screen and (max-width: 1399px) {
  .banner--style3 .top-tab {
    left: 67%;
  }
}
@media only screen and (max-width: 1199px) {
  .banner--style3 .top-tab {
    left: 58%;
  }
}
@media only screen and (max-width: 767px) {
  .banner--style3 .top-tab {
    left: 64%;
  }
}
@media (max-width: 575px) {
  .banner--style3 .top-tab {
    width: 192px;
    left: 72%;
  }
}
.banner--style3 .hero-section {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
.banner--style3 .mini-card {
  width: 120px;
  height: 60px;
  background: var(--white);
  border-radius: 30px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.banner--style3 .mini-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.banner--style3 h1 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}
.banner--style3 .description {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 30px;
  line-height: 1.6;
}
.banner--style3 {
  /* Buttons */
}
.banner--style3 .button-group {
  display: flex;
  gap: 15px;
}
.banner--style3 .btn {
  text-decoration: none;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
}
.banner--style3 .btn-orange {
  background-color: #ff6b4a;
  color: var(--white);
}
.banner--style3 .btn-dark {
  background-color: #0d2e33;
  color: var(--white);
}
.banner--style3 .arrow {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
.banner--style3 {
  /* Right Social Bar */
}
.banner--style3 .social-bar {
  position: absolute;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  top: 33%;
  right: 32px;
}
@media (max-width: 575px) {
  .banner--style3 .social-bar {
    gap: 15px;
    top: 14%;
    right: 5px;
  }
}
.banner--style3 .social-bar a {
  width: 48px;
  height: 48px;
  background: var(--title-col-1);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.banner--style3 .social-bar a:hover {
  background-color: var(--primary-1);
  color: var(--white);
}
.banner--style3 {
  /* Bottom Pagination Styling */
}
.banner--style3 .bottom-pagination {
  position: absolute;
  bottom: 43px;
  right: 0;
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top-left-radius: 30px;
  padding-block: 24px;
  padding-inline-start: 20px;
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  .banner--style3 .bottom-pagination {
    bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .banner--style3 .bottom-pagination {
    bottom: 0px;
  }
}
.banner--style3 .page-numbers {
  display: flex;
  align-items: baseline;
}
.banner--style3 .page-numbers .current {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.banner--style3 .page-numbers .separator {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--text-col-1);
}
.banner--style3 .prev-btn {
  cursor: pointer;
  color: var(--title-col-1);
  background-color: var(--section-bg);
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  margin-right: 92px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 575px) {
  .banner--style3 .prev-btn {
    margin-right: 0px;
  }
}
.banner--style3 .prev-btn:hover {
  background-color: var(--primary-1);
  color: var(--white);
}
.banner--style3 .prev-btn .underln2 {
  position: absolute;
  bottom: 50px;
  left: 98px;
  width: 60px;
  height: 1px;
  background-color: var(--text-col-1);
}
@media (max-width: 575px) {
  .banner--style3 .prev-btn .underln2 {
    height: 0;
    width: 0;
  }
}
.banner--style3 .next-btn {
  cursor: pointer;
  color: var(--title-col-1);
  background-color: var(--section-bg);
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  position: relative;
  margin-left: 92px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 575px) {
  .banner--style3 .next-btn {
    margin-left: 0px;
  }
}
.banner--style3 .next-btn:hover {
  background-color: var(--primary-1);
  color: var(--white);
}
.banner--style3 .next-btn .underln {
  position: absolute;
  bottom: 28px;
  left: -85px;
  width: 60px;
  height: 1px;
  background-color: var(--text-col-1);
}
@media (max-width: 575px) {
  .banner--style3 .next-btn .underln {
    height: 0;
    width: 0;
  }
}
.banner--style3 .slider-wrapper {
  position: relative;
  width: 100%;
  height: 950px;
  border-radius: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .banner--style3 .slider-wrapper {
    height: 750px;
  }
}
.banner--style3 .hero-section {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out;
}
.banner--style3 .hero-section.active {
  opacity: 1;
  visibility: visible;
}
.banner--style3 .hero-section.active .content {
  animation: fadeInUp 0.8s ease forwards;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pill-label {
  background-color: rgba(62, 63, 75, 0.8);
  color: #fce4ec;
  padding: 12px 35px;
  border-radius: 50px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.progress-container {
  width: 100%;
  height: 10px;
  background-color: transparent;
}

.progress-bar {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right, #fce4ec 0%, #fce4ec 45%, #ff5722 45%, #ff5722 100%);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.freight-badge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.front-dot {
  width: 10px;
  height: 10px;
  background-color: var(--primary-1);
  border-radius: 2px;
  flex-shrink: 0;
}

.text {
  font-family: var(--font-bebas);
  color: var(--primary-1);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.line-arrow-wrapper {
  display: flex;
  align-items: center;
  min-width: 90px;
}

.line {
  height: 1.5px;
  background-color: var(--primary-1);
  flex-grow: 1;
}

.end-dot {
  width: 10px;
  height: 10px;
  background-color: var(--primary-1);
  border-radius: 50%;
  margin-left: -2px;
}

.hero__content .title {
  font-weight: 500;
  font-size: 272px;
  line-height: 160px;
  text-align: right;
  color: var(--white);
  font-family: var(--font_mango);
}
@media only screen and (max-width: 1399px) {
  .hero__content .title {
    font-size: 215px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero__content .title {
    font-size: 170px;
    line-height: 85px;
    text-align: left;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content .title {
    font-size: 110px;
    line-height: 85px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .hero__content .title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .hero__content .title {
    font-size: 50px;
    line-height: 50px;
  }
}
.hero__content__bottom {
  gap: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .hero__content__bottom {
    flex-wrap: wrap;
    justify-content: start;
  }
}
@media only screen and (max-width: 991px) {
  .hero__content__bottom {
    margin-bottom: 40px;
  }
}
.hero__content__bottom-text-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero__content__bottom-text-wrap .title {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: var(--font_instrument);
}
.hero__content__bottom-text-wrap .title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  border-radius: 2px;
  background: var(--white);
  transform: translateY(-50%);
}
.hero__content__bottom-text-wrap span {
  width: 90px;
  display: flex;
  height: 1px;
  position: relative;
  background: var(--white);
}
.hero__content__bottom-text-wrap span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  right: 0;
  top: 50%;
  border-radius: 500px;
  background: var(--white);
  transform: translateY(-50%);
}
.hero__content__bottom__client {
  display: inline-flex;
  padding: 12px 32px 12px 12px;
  align-items: center;
  gap: 12px;
  padding: 12px 32px 12px 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 64px;
}
@media (max-width: 575px) {
  .hero__content__bottom__client {
    flex-wrap: wrap;
    border-radius: 15px;
  }
}
.hero__content__bottom__client ul {
  display: flex;
  align-items: center;
}
.hero__content__bottom__client ul li {
  display: flex;
  align-items: center;
  border-radius: 500px;
  width: 56px;
  height: 56px;
  justify-content: center;
  font-size: 22px;
  color: var(--white);
  overflow: hidden;
  border: 1.867px solid var(--white);
}
.hero__content__bottom__client ul li:not(:first-child) {
  margin-left: -28px;
}
.hero__content__bottom__client ul li:last-child {
  background: var(--title-col-1);
}
.hero__content__bottom__text .title {
  color: var(--white);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
}

.marque {
  overflow: hidden;
}
.marque-item {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-right: 50px;
}
.marque-item h1 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 300px;
  line-height: 260px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .marque-item h1 {
    font-size: 160px;
    line-height: 160px;
  }
}
@media only screen and (max-width: 1399px) {
  .marque-item h1 {
    font-size: 140px;
    line-height: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .marque-item h1 {
    font-size: 120px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .marque-item h1 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .marque-item h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
.marque-content {
  display: flex;
  align-items: center;
  animation: scroll 20s linear infinite;
}
.marque-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 48px;
  display: flex;
}
.marque-video {
  background-color: var(--primary-1);
  width: 156px;
  height: 156px;
  display: grid;
  place-items: center;
  border-radius: 99px;
}
@media only screen and (max-width: 1919px) {
  .marque-video {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .marque-video {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .marque-video {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .marque-video {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .marque-video {
    width: 40px;
    height: 40px;
  }
}
.marque-video a i,
.marque-video a svg {
  color: var(--white);
}

.play-button-wrapper {
  border: 2px solid var(--white);
  padding: 40px;
  border-radius: 120px;
}
@media only screen and (max-width: 1919px) {
  .play-button-wrapper {
    padding: 25px;
    border-radius: 99px;
  }
}
@media only screen and (max-width: 1399px) {
  .play-button-wrapper {
    padding: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .play-button-wrapper {
    padding: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .play-button-wrapper {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .play-button-wrapper {
    padding: 10px;
  }
}

.inner-circle:hover {
  transform: scale(1.1);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marque-wrapper:hover .marque-content {
  animation-play-state: paused;
}

.banner__shape-item--style1 {
  position: absolute;
  bottom: 0px;
  left: 35%;
}
@media only screen and (max-width: 1919px) {
  .banner__shape-item--style1 {
    bottom: -14px;
    left: 31%;
  }
}
@media only screen and (max-width: 1399px) {
  .banner__shape-item--style1 {
    left: 26%;
    bottom: -25px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner__shape-item--style1 {
    left: 20%;
    bottom: -45px;
  }
}
@media only screen and (max-width: 991px) {
  .banner__shape-item--style1 {
    left: 14%;
    bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__shape-item--style1 {
    bottom: -42px;
    left: 0%;
  }
}
@media (max-width: 575px) {
  .banner__shape-item--style1 {
    left: 1%;
    bottom: -4px;
  }
}
.banner__shape-item--style2 {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.banner__shape-item--style3 {
  position: absolute;
  bottom: 245px;
  left: 50px;
}
@media only screen and (max-width: 1919px) {
  .banner__shape-item--style3 {
    bottom: 400px;
    left: 0px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner__shape-item--style3 {
    bottom: 410px;
    left: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .banner__shape-item--style3 {
    bottom: 782px;
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__shape-item--style3 {
    bottom: 1014px;
    left: 0px;
  }
}
@media (max-width: 575px) {
  .banner__shape-item--style3 {
    bottom: 1065px;
    left: 0px;
  }
}

.about--style1 figure {
  border-radius: 24px;
}
.about--style1 {
  background-color: var(--section-bg);
  margin-inline: 24px;
  border-radius: 24px;
}
@media only screen and (max-width: 1199px) {
  .about--style1 {
    margin-inline: 0px;
    border-radius: 0px;
  }
}
.about--style1 .about-number span {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: #587984;
}
.about--style1 .about-count .odometer {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 108px;
  align-items: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1399px) {
  .about--style1 .about-count .odometer {
    font-size: 70px;
    line-height: 78px;
  }
}
@media only screen and (max-width: 1199px) {
  .about--style1 .about-count .odometer {
    font-size: 100px;
    line-height: 108px;
  }
}
.about--style1 .about-count h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 108px;
  align-items: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--title-col-1);
}
.about--style1 .about-count p {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: #587984;
}
.about--style1 .about-count__thumb img {
  margin-bottom: 20px;
}
.about--style1 .about-count__thumb img:last-child {
  margin-left: -100px;
}
.about--style1 .about-count__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about--style2 {
  background-color: var(--section-bg);
}
.about--style2 .about-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
.about--style2 .about-list ul li {
  background-color: var(--white);
  text-align: center;
  border-radius: 180px;
  width: 320px;
  height: 320px;
  display: grid;
  place-items: center;
  margin-left: -60px;
}
@media only screen and (max-width: 1919px) {
  .about--style2 .about-list ul li {
    max-width: 280px;
    max-height: 280px;
  }
}
@media only screen and (max-width: 1399px) {
  .about--style2 .about-list ul li {
    max-width: 250px;
    max-height: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .about--style2 .about-list ul li {
    max-width: 216px;
    max-height: 216px;
  }
}
@media only screen and (max-width: 767px) {
  .about--style2 .about-list ul li {
    max-width: 170px;
    max-height: 170px;
  }
}
.about--style2 .about-list ul li:first-child {
  margin-left: 0;
}
.about--style2 .about-list ul li img {
  margin-bottom: 16px;
}
.about--style2 .about-list ul li p {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
  color: var(--text-col-1);
  max-width: 208px;
}
@media only screen and (max-width: 991px) {
  .about--style2 .about-list ul li p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .about--style2 .about-list ul li p {
    font-size: 12px;
    line-height: 18px;
  }
}
.about--style2 .about-user {
  text-align: center;
  padding-block: 48px;
  padding-inline: 32px;
  border-radius: 24px;
}
@media only screen and (max-width: 1919px) {
  .about--style2 .about-user {
    padding-block: 32px;
    padding-inline: 16px;
  }
}
.about--style2 .about-user__thumb img {
  border: 2px solid var(--white);
  border-radius: 99px;
  margin-bottom: 12px;
}
.about--style2 .about-user__content p {
  max-width: 349px;
  font-family: var(--font-montarest);
  font-style: italic;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
  margin-bottom: 1rem;
}
.about--style2 .about-user__content h5 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;
  color: var(--white);
}
.about--style2 .about-btn {
  margin-top: 275px;
}
@media only screen and (max-width: 1199px) {
  .about--style2 .about-btn {
    margin-top: 32px;
    margin-bottom: 30px;
  }
}
.about--style2 .about-content {
  max-width: 750px;
}
@media only screen and (max-width: 1919px) {
  .about--style2 .about-content {
    max-width: 577px;
  }
}
@media only screen and (max-width: 1399px) {
  .about--style2 .about-content {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .about--style2 .about-content {
    max-width: 549px;
  }
}
.about--style2 .about-content h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  color: var(--title-col-1);
  margin-bottom: 12px;
}
@media only screen and (max-width: 1919px) {
  .about--style2 .about-content h2 {
    font-size: 40px;
    line-height: 54px;
  }
}
@media only screen and (max-width: 1399px) {
  .about--style2 .about-content h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.about--style2 .about-content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}
.about--style3 {
  position: relative;
}
.about--style3 figure {
  border-radius: 24px;
}
.about--style3 .about-rating__content span {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #587984;
}
.about--style3 .about-rating__star span {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-left: 8px;
}
.about--style3 .about-rating__star i,
.about--style3 .about-rating__star svg {
  color: #ecb014;
}
.about--style3 .about-rating__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
.about--style3 .about-rating__thumb img {
  margin-left: -25px;
}
.about--style3 .about-rating__thumb img:first-child {
  margin-left: 0;
}
.about--style3 .about-thumb {
  position: relative;
}
.about--style3 .about-thumb__logo {
  position: absolute;
  left: 317px;
  top: 48px;
}
@media only screen and (max-width: 1919px) {
  .about--style3 .about-thumb__logo {
    left: 235px;
  }
}
@media only screen and (max-width: 1399px) {
  .about--style3 .about-thumb__logo {
    left: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .about--style3 .about-thumb__logo {
    left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about--style3 .about-thumb__logo {
    left: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .about--style3 .about-thumb__logo {
    left: 170px;
  }
}
@media (max-width: 575px) {
  .about--style3 .about-thumb__logo {
    left: 90px;
  }
}
.about--style3 .about-thumb img {
  border-radius: 16px;
}
.about--style3 .about-count--style1 h2 {
  padding-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .about--style3 .about-count--style1 h2 {
    padding-bottom: 30px !important;
  }
}
.about--style3 .about-count p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
  padding-top: 24px;
}
.about--style3 .about-count {
  background-color: var(--section-bg-2);
  padding-inline: 32px;
  padding-block: 48px 40px;
  border-radius: 16px;
}
.about--style3 .about-count .odometer {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 148px;
  line-height: 172px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1399px) {
  .about--style3 .about-count .odometer {
    font-size: 80px;
    line-height: 80px;
  }
}
.about--style3 .about-count h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 148px;
  line-height: 172px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--title-col-1);
  padding-bottom: 108px;
  border-bottom: 1px solid rgba(88, 121, 132, 0.08);
}
@media only screen and (max-width: 1919px) {
  .about--style3 .about-count h2 {
    padding-bottom: 0px;
    font-size: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .about--style3 .about-count h2 {
    font-size: 80px;
    line-height: 80px;
  }
}

.brand-slide {
  padding-block: 70px;
}
.brand-slide .brand-slide__active .swiper-wrapper {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
.brand-slide .brand-slide__active .swiper-wrapper .swiper-slide {
  width: auto;
}
.brand-slide__item {
  width: 240px;
  height: 152px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  justify-content: center;
  background-color: var(--section-bg);
}
@media only screen and (max-width: 991px) {
  .brand-slide__item {
    width: 250px;
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-slide__item {
    width: 250px;
    height: 150px;
  }
}
.brand-slide__wrapper .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .brand-slide__wrapper .title {
    font-size: 26px;
    line-height: 45px;
  }
}

.partners-2 {
  overflow: hidden;
  background-color: var(--title-col-1);
}
.partners-2 .section-title-2__wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .partners-2 .section-title-2__wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.partners-2 .section-title-2__wrapper .title {
  font-size: 100px;
  font-weight: 600;
  line-height: 100px;
  text-transform: uppercase;
  color: var(--white);
  font-family: var(--font-bebas);
}
@media only screen and (max-width: 1199px) {
  .partners-2 .section-title-2__wrapper .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-2 .section-title-2__wrapper .title {
    font-size: 60px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .partners-2 .section-title-2__wrapper .title {
    font-size: 40px;
    line-height: 40px;
  }
}
.partners-2 .section-title-2__wrapper img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 170px;
}
@media only screen and (max-width: 1399px) {
  .partners-2 .section-title-2__wrapper img {
    display: none;
  }
}
.partners-2 .section-title-2__wrapper p {
  max-width: 504px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
.partners-2__wrapper {
  position: relative;
}
.partners-2__wrapper::before {
  width: 240px;
  height: 100%;
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(254, 240, 250, 0.9) 0%, rgba(240, 242, 254, 0) 100%);
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.partners-2__item {
  width: 240px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid red;
}
@media only screen and (max-width: 1199px) {
  .partners-2__item {
    width: 200px;
    height: 100px;
  }
}
.partners-2__wrapper {
  gap: 48px;
  display: flex;
  margin-top: 32px;
}
@media only screen and (max-width: 1199px) {
  .partners-2__wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .partners-2__wrapper {
    flex-wrap: wrap;
  }
}

.tw-brand__image {
  width: 240px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(88, 121, 132, 0.16);
}

.themewolfs-faq-section {
  position: relative;
  z-index: 1;
}

.accordion-item-wrap {
  display: inline-flex;
  align-items: center;
}
.accordion-item-wrap .accordion-item {
  writing-mode: vertical-rl;
}

.card-question-rotated {
  position: absolute;
  width: 314px;
  height: 280px;
  right: -240px;
  top: calc(50% - 140px - 52px);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 400px;
  line-height: 108px;
  leading-trim: both;
  text-edge: cap;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #0b4654;
  opacity: 0.08;
  transform: rotate(-90deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.faq-track::-webkit-scrollbar {
  display: none;
}

.faq-card {
  flex: 0 0 240px;
  height: 480px;
  border-radius: 18px;
  background: var(--section-bg);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  padding: 48px;
  max-width: 512px;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-card::before {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  width: 140px;
  height: 140px;
  background-color: #ff6347;
  border-radius: 50%;
  transform: translateX(-50%) scale(1);
  transition: transform 0.8s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s ease;
  z-index: -1;
}
.faq-card {
  cursor: pointer;
}
.faq-card:hover .card-question-rotated {
  opacity: 0;
}
@media only screen and (max-width: 1919px) {
  .faq-card {
    flex: 0 0 200px;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-card {
    flex: 0 0 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-card {
    flex: 0 0 148px;
  }
}

.faq-card.open {
  flex: 0 0 512px;
}
@media only screen and (max-width: 1919px) {
  .faq-card.open {
    flex: 0 0 400px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-card.open {
    flex: 0 0 340px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-card.open {
    flex: 0 0 310px;
  }
}

.card-expanded {
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  margin-top: 24px;
  transition: opacity 0.3s 0.22s;
}

.faq-card.open .card-expanded {
  opacity: 1;
  pointer-events: auto;
}

.card-expanded .subtitle {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--white);
  display: inline-block;
  margin-bottom: 56px;
}

.card-expanded h3 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 4px;
}

.card-expanded p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: var(--white);
  margin-bottom: 90px;
}

/* =========================
   FAQ Responsive
========================= */
@media (max-width: 1400px) {
  .faq-track {
    gap: 24px;
  }
  .faq-card {
    height: 460px;
  }
  .card-expanded h3 {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .faq-track {
    gap: 20px;
  }
  .faq-card {
    flex: 0 0 148px;
    height: 460px;
    padding: 24px 20px;
  }
  .faq-card.open {
    flex: 0 0 310px;
  }
  .card-expanded h3 {
    font-size: 24px;
  }
  .card-expanded p {
    font-size: 15px;
  }
  .card-num {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .faq-track {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 20px;
    gap: 16px;
    scroll-snap-type: x mandatory;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-card {
    scroll-snap-align: start;
    flex: 0 0 148px;
    height: 460px;
    padding: 20px 16px;
  }
  .card-expanded {
    opacity: 1;
  }
  .card-expanded h3 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .card-expanded p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .card-num {
    font-size: 16px;
  }
  .card-btn {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 767px) {
  .themewolfs-faq-section {
    overflow: hidden;
  }
  .faq-track {
    padding-left: 15px;
    padding-right: 15px;
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .faq-card {
    flex: 0 0 120px;
    height: 400px;
    padding: 16px 12px;
    border-radius: 14px;
  }
  .faq-card.open {
    flex: 0 0 280px;
  }
  .card-expanded {
    margin-top: 15px;
  }
  .card-expanded h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 12px;
    padding-bottom: 12px;
  }
  .card-expanded p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .card-num {
    font-size: 14px;
  }
  .card-btn {
    width: 22px;
    height: 22px;
  }
  .card-btn svg {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 575px) {
  .faq-track {
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .faq-card {
    flex: 0 0 90px;
    height: 340px;
    padding: 14px 10px;
  }
  .faq-card.open {
    flex: 0 0 calc(100vw - 40px);
    max-width: 300px;
  }
  .card-expanded h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .card-expanded p {
    font-size: 12px;
    line-height: 1.5;
  }
  .card-num {
    font-size: 12px;
  }
  .card-expanded .rr-btn-primary {
    transform: scale(0.85);
  }
}
@media (max-width: 420px) {
  .card-top {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .faq-card {
    flex: 0 0 75px;
    height: 320px;
    padding: 12px 8px;
  }
  .faq-card.open {
    flex: 0 0 calc(100vw - 30px);
  }
  .card-expanded h3 {
    font-size: 15px;
  }
  .card-expanded p {
    font-size: 11px;
  }
}
.faq-card.open {
  transform: translateY(-5px);
}

.faq-card.open::before {
  transform: translateX(-50%) scale(10);
}

.faq-card.open .title,
.faq-card.open .subtitle,
.faq-card.open p {
  color: #ffffff;
}

.faq--style1 .faq-content {
  background: var(--section-bg);
  backdrop-filter: blur(24px);
  border-radius: 24px;
  display: inline-block;
  padding: 32px;
  margin-left: 140px;
}
@media (max-width: 575px) {
  .faq--style1 .faq-content {
    margin-left: 0px;
  }
}
.faq--style1 .faq-content__title h5 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  max-width: 335px;
}
.faq--style1 .faq-content__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 40px;
}
.faq--style1 .section-header .faq-pera {
  margin-top: 24px;
  margin-left: 140px;
}
@media (max-width: 575px) {
  .faq--style1 .section-header .faq-pera {
    margin-left: 0px;
  }
}
.faq--style1 .section-header .faq-pera p {
  max-width: 482px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}

.faq {
  overflow: hidden;
}
.faq .accordion {
  --bs-accordion-border-color: none;
}
.faq__content p {
  line-height: 24px;
  letter-spacing: 0.5px;
  padding-bottom: 32px;
}
.faq__box .accordion-item {
  overflow: hidden;
  margin-bottom: 20px;
  border: 0;
  border-radius: 8px;
}
.faq__box .accordion-button {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: var(--title-col-1);
  padding: 24px 32px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--section-bg);
  font-family: var(--font-bebas);
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1199px) {
  .faq__box .accordion-button {
    font-size: 22px;
    padding: 13px 18px;
  }
}
@media only screen and (max-width: 991px) {
  .faq__box .accordion-button {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .faq__box .accordion-button {
    font-size: 18px;
    line-height: 26px;
    padding: 13px 8px;
  }
}
.faq__box .accordion-button:focus {
  box-shadow: none;
}
.faq__box .accordion-button:not(.collapsed) {
  color: var(--title-col-1);
  background-color: var(--section-bg);
}
.faq__box .accordion-button:not(.collapsed)::after {
  content: "-";
  color: var(--title-col-1);
  border-color: var(--title-col-1);
  transform: none;
}
.faq__box .accordion-button::after {
  content: "+";
  background-image: none;
  width: 24px;
  height: 24px;
  border: 1px solid var(--title-col-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
@media only screen and (max-width: 1199px) {
  .faq__box .accordion-button::after {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .faq__box .accordion-button::after {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}
.faq__box .accordion-body {
  color: var(--text-col-1);
  background-color: var(--section-bg);
  padding-top: 0;
  padding-bottom: 36px;
}
.faq__box .accordion-body p {
  max-width: 684px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
@media only screen and (max-width: 1199px) {
  .faq__box .accordion-body {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .faq__box .accordion-body {
    font-size: 16px;
    line-height: 25px;
  }
}
.faq__box .accordion-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  border-radius: 100%;
  color: var(--white);
  margin: 25px 0 9px 0;
  justify-content: center;
  background: var(--black);
}

/* index 1 css */
.themewolfs-project-carousel-wrap {
  height: 938px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .themewolfs-project-carousel-wrap {
    height: 100vh;
  }
}
.themewolfs-project-carousel-wrap .project-swiper-pagination {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(34px);
  border-radius: 136px;
  position: absolute;
  top: 120px;
  right: 160px;
  z-index: 99;
  transform: translate(0);
  display: flex;
  align-items: baseline;
  flex-direction: column;
  row-gap: 12px;
  padding: 12px;
  border: 1px solid rgba(180, 178, 178, 0.16);
  max-width: 72px;
  width: 100%;
  border-radius: 100px;
}
@media only screen and (max-width: 1199px) {
  .themewolfs-project-carousel-wrap .project-swiper-pagination {
    right: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .themewolfs-project-carousel-wrap .project-swiper-pagination {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .themewolfs-project-carousel-wrap .project-swiper-pagination {
    display: none;
  }
}
.themewolfs-project-carousel-wrap .project-swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.08);
  font-family: "Kanit", serif;
  color: var(--white);
  height: 48px;
  width: 48px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin: 0;
  position: relative;
}
.themewolfs-project-carousel-wrap .project-swiper-pagination .swiper-pagination-bullet:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f177";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  border-radius: 100px;
}
.themewolfs-project-carousel-wrap .project-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b90808;
  transition: all 0.3s ease-in-out;
  transform: translateX(-40px);
}
.themewolfs-project-carousel-wrap .project-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  opacity: 1;
}

.project-carousel {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-carousel .swiper-wrapper .swiper-slide {
  position: relative;
}

.web-project-item {
  display: flex;
  align-items: end;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.web-project-item:before {
  background-color: #000;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.45;
}
.web-project-item .project-content {
  max-width: 1640px;
  padding: 590px 20px 100px 20px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .web-project-item .project-content {
    max-width: 700px;
    margin-right: 50px;
    flex-direction: column;
    justify-content: start;
    margin-right: auto;
    align-items: baseline;
  }
}
@media only screen and (max-width: 767px) {
  .web-project-item .project-content {
    margin-bottom: 50px;
  }
}
.web-project-item .project-content .sub-title {
  font-family: var(--font-bebas);
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  opacity: 0.88;
  backdrop-filter: blur(24px);
  border-radius: 152px;
  display: inline-block;
  padding-inline: 20px;
  padding-block: 6px;
  margin-bottom: 16px;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--white);
}
.web-project-item .project-content .sub-title--style1 {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 991px) {
  .web-project-item .project-content .sub-title {
    font-size: 16px;
    padding: 8px 16px;
  }
}
@media only screen and (max-width: 991px) {
  .web-project-item .project-content .sub-title {
    font-size: 14px;
    padding: 6px 10px;
  }
}
.web-project-item .project-content .sub-title span {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 5px;
}
@media only screen and (max-width: 991px) {
  .web-project-item .project-content .sub-title span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .web-project-item .project-content .sub-title span {
    font-size: 14px;
  }
}
.web-project-item .project-content .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  letter-spacing: 0.005em;
  color: var(--white);
}
.web-project-item .project-content .title a {
  color: var(--white);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.web-project-item .project-content .title a:hover {
  color: var(--primary-1);
}
@media lg {
  .web-project-item .project-content .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1919px) {
  .web-project-item .project-content .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .web-project-item .project-content .title {
    font-size: 46px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .web-project-item .project-content .title {
    font-size: 36px;
  }
}
.web-project-item .project-content .project-right-content {
  padding: 48px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 24px;
}
@media only screen and (max-width: 991px) {
  .web-project-item .project-content .project-right-content {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .web-project-item .project-content .project-right-content {
    padding: 30px 20px;
  }
}
.web-project-item .project-content .project-right-content p {
  font-family: "Kanit", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  max-width: 552px;
  width: 100%;
  text-transform: capitalize;
  margin-bottom: 30px;
}

/* index 1 css*/
/* INDEX 3 PROJECT CSS */
.projects-2 {
  height: 900px;
  overflow: hidden;
  position: relative;
}
.projects-2 .group-btn {
  padding-bottom: 100px;
}
.projects-2 .project1 {
  padding: 7px 20px;
  background: var(--title-col-1);
  border-radius: 99px;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--white);
}
.projects-2 .project3 {
  padding: 7px 20px;
  background: #f0f8fa;
  border-radius: 99px !important;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1919px) {
  .projects-2 {
    height: 700px;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
  .projects-2 {
    height: 950px;
  }
}
@media only screen and (max-width: 767px) {
  .projects-2 {
    height: 600px;
  }
}
@media (max-width: 575px) {
  .projects-2 {
    height: 650px;
  }
}
.projects-2 .section-title-2__wrapper {
  position: relative;
  z-index: 9;
}
.projects-2 .section-title-2__top::before {
  right: 0;
  left: inherit;
}
.projects-2 .section-title-2__top .sub-title {
  text-align: right;
  color: var(--white);
}
.projects-2 .section-title-2__bottom {
  justify-content: center;
  position: relative;
  z-index: 2;
}
.projects-2 .section-title-2__bottom .title {
  color: var(--white);
}
.projects-2__item {
  width: 376px;
  height: 440px;
  position: absolute;
  bottom: 120px;
  right: 704px;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
  transition: 0.6s;
  border-radius: 24px;
  opacity: 1;
}
@media only screen and (max-width: 1919px) {
  .projects-2__item {
    width: 250px;
    height: 250px;
    right: 570px;
  }
}
@media only screen and (max-width: 1399px) {
  .projects-2__item {
    width: 250px;
    height: 250px;
    right: 370px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .projects-2__item {
    right: 560px;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
  .projects-2__item {
    width: 200px;
    height: 200px;
    top: 66%;
    left: 30%;
    transform: translate(-50%, 0px);
  }
}
@media only screen and (max-width: 991px) {
  .projects-2__item {
    top: 66%;
    left: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .projects-2__item {
    bottom: 60px;
    left: 16%;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 575px) {
  .projects-2__item {
    top: 74%;
    left: 16%;
    width: 80px;
    height: 80px;
  }
}
.projects-2__item::before {
  content: "";
  position: absolute;
  border: 1px solid transparent;
  transition: 0.5s;
  width: 100%;
  border-radius: 24px;
  height: 100%;
  z-index: 3;
}
.projects-2__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(8, 10, 11, 0.3) 0%, rgba(8, 10, 11, 0.7) 100%);
  border-radius: 24px;
  z-index: 1;
}
.projects-2__item:nth-child(1),
.projects-2__item :nth-child(2) {
  top: 0;
  right: 0;
  transform: translate(0, 0);
  border-radius: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px), only screen and (max-width: 767px), (max-width: 575px) {
  .projects-2__item:nth-child(1),
  .projects-2__item :nth-child(2) {
    left: 0;
  }
}
.projects-2__item:nth-child(2) .projects-2__content {
  display: block;
}
.projects-2__item:nth-child(2)::before {
  border-color: var(--primary-1);
}
.projects-2__item:nth-child(3) {
  right: 296px;
}
@media only screen and (max-width: 1399px) {
  .projects-2__item:nth-child(3) {
    left: 70.5%;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .projects-2__item:nth-child(3) {
    left: 77.5%;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .projects-2__item:nth-child(3) {
    left: 78.5%;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .projects-2__item:nth-child(3) {
    left: 77%;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .projects-2__item:nth-child(3) {
    left: 60.5%;
  }
}
@media only screen and (max-width: 1199px) {
  .projects-2__item:nth-child(3) {
    left: 52.5%;
  }
}
@media only screen and (max-width: 991px) {
  .projects-2__item:nth-child(3) {
    left: 49.5%;
  }
}
@media only screen and (max-width: 767px) {
  .projects-2__item:nth-child(3) {
    left: 45.5%;
  }
}
.projects-2__item:nth-child(4) {
  right: 296px;
}
@media only screen and (max-width: 1919px) {
  .projects-2__item:nth-child(4) {
    left: 62%;
  }
}
@media only screen and (max-width: 1399px) {
  .projects-2__item:nth-child(4) {
    left: 70.5%;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .projects-2__item:nth-child(4) {
    left: 77.5%;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .projects-2__item:nth-child(4) {
    left: 78.5%;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .projects-2__item:nth-child(4) {
    left: 62%;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .projects-2__item:nth-child(4) {
    left: 60.5%;
  }
}
@media only screen and (max-width: 1199px) {
  .projects-2__item:nth-child(4) {
    left: 52.5%;
  }
}
@media only screen and (max-width: 991px) {
  .projects-2__item:nth-child(4) {
    left: 49.5%;
  }
}
@media only screen and (max-width: 767px) {
  .projects-2__item:nth-child(4) {
    left: 45.5%;
  }
}
.projects-2__item:nth-child(5) {
  right: -112px;
}
@media only screen and (max-width: 1919px) {
  .projects-2__item:nth-child(5) {
    right: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .projects-2__item:nth-child(5) {
    right: -160px;
  }
}
@media only screen and (max-width: 1199px) {
  .projects-2__item:nth-child(5) {
    left: 75.5%;
  }
}
@media only screen and (max-width: 991px) {
  .projects-2__item:nth-child(5) {
    left: 79.5%;
  }
}
@media only screen and (max-width: 767px) {
  .projects-2__item:nth-child(5) {
    left: 74.5%;
  }
}
.projects-2__item:nth-child(n+6) {
  left: calc(50% + 660px);
  opacity: 0;
}
.projects-2__content {
  position: absolute;
  top: 50%;
  left: -745px;
  max-width: 717px;
  transform: translate(0, -50%);
  display: none;
}
@media only screen and (max-width: 1399px) {
  .projects-2__content {
    left: -560px;
    max-width: 530px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .projects-2__content {
    left: -820px;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  .projects-2__content {
    left: -740px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  .projects-2__content {
    left: -520px;
    max-width: 400px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .projects-2__content {
    left: -535px;
  }
}
@media only screen and (max-width: 1199px) {
  .projects-2__content {
    top: -215px;
    width: 800px;
    left: -150px;
  }
}
@media only screen and (max-width: 991px) {
  .projects-2__content {
    top: -215px;
    width: 800px;
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .projects-2__content {
    top: -70px;
    width: 520px;
    left: 0px;
  }
}
@media (max-width: 575px) {
  .projects-2__content {
    top: -90%;
    width: 323px;
    left: 0px;
  }
}
.projects-2__content .count-number {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
}
.projects-2__content .count-number::before {
  position: absolute;
  content: "";
  background: var(--primary-1);
  width: 100%;
  height: 1px;
  left: 90px;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
}
.projects-2__content .count-number .number {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.projects-2__content .count-number .number .count {
  color: var(--title-col-1);
  font-size: 18px;
  font-weight: 400;
  font-family: "Bebas Neue";
}
.projects-2__content .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .projects-2__content .title {
    font-size: 32px;
    line-height: 45px;
  }
}
.projects-2__content p {
  line-height: 24px;
  color: var(--white);
  margin-bottom: 48px;
  max-width: 491px;
  border-top: 1px solid rgba(88, 121, 132, 0.16);
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
  padding-top: 20px;
}

/* PROJECT CSS END */
.project-section {
  min-height: 600px;
  position: relative;
}
.project-section .swiper-slide img {
  border-radius: 0;
}

.project-carousel-wrap {
  min-height: 600px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.project-item-carousel {
  max-width: 512px;
  width: 100%;
  margin: 0 auto;
}

.project-carousel-wrap {
  position: relative;
}
.project-carousel-wrap .project-text {
  max-width: 1600px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
@media only screen and (max-width: 1919px) {
  .project-carousel-wrap .project-text {
    max-width: 1350px;
  }
}
@media only screen and (max-width: 1399px) {
  .project-carousel-wrap .project-text {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 1199px) {
  .project-carousel-wrap .project-text {
    display: none;
  }
}
.project-carousel-wrap .project-text__title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 108px;
  text-align: right;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .project-carousel-wrap .project-text__title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1399px) {
  .project-carousel-wrap .project-text__title {
    font-size: 110px;
  }
}

.project-img-carousel .swiper-slide {
  width: 100% !important;
}
.project-img-carousel .project-bg-img {
  min-height: 600px;
  width: 100%;
}
.project-img-carousel .project-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 1000px;
}

.project-item-carousel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  top: 25%;
}
@media only screen and (max-width: 1919px) {
  .project-item-carousel {
    top: 10%;
  }
}
@media only screen and (max-width: 1399px) {
  .project-item-carousel {
    top: 15%;
  }
}

.project-item .project-thumb {
  height: 303px;
}
.project-item .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}
.project-item .project-content {
  padding: 24px 32px;
  padding-top: 12px;
  background-color: var(--primary-1);
  border-radius: 0px 0px 16px 16px;
}
@media only screen and (max-width: 767px) {
  .project-item .project-content {
    padding: 24px 20px;
    padding-top: 12px;
  }
}
.project-item .project-content .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .project-item .project-content .title {
    font-size: 26px;
  }
}
.project-item .project-content .title a {
  color: #fff;
}
.project-item .project-content p {
  font-family: "Mulish", sans-serif;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  margin-bottom: 48px;
  line-height: 1.4;
}
.project-item .project-content .project-list li {
  font-family: "Mona Sans Condensed", sans-serif;
  color: #fff;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .project-item .project-content .project-list li {
    font-size: 16px;
  }
}
.project-item .project-content .project-list li:not(:last-of-type) {
  margin-right: 24px;
  padding-right: 24px;
}
.project-item .project-content .project-list li:not(:last-of-type):before {
  content: "/";
  color: #fff;
  position: absolute;
  top: 0;
  right: -5px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  border-radius: 4px;
  background-color: red;
}

.testimonial5 {
  background-repeat: no-repeat;
  padding-bottom: 398px;
  background-size: cover;
  background-color: var(--cor-bg);
}
@media only screen and (max-width: 1199px) {
  .testimonial5 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial5 {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .testimonial5 {
    padding-bottom: 100px;
  }
}

.portfolio--style1 figure {
  border-radius: 16px 16px 0px 0px;
}
.portfolio--style1 .portfolio-content {
  padding-top: 24px;
  padding-inline: 32px;
  padding-bottom: 32px;
  background-color: var(--primary-1);
  border-radius: 0 0 24px 24px;
  margin-top: -16px;
}
.portfolio--style1 .portfolio-content h2 a {
  color: var(--white);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio--style1 .portfolio-content h2 a:hover {
  color: var(--title-col-1);
}
.portfolio--style1 .portfolio-content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  padding-bottom: 32px;
}
.portfolio--style1 .portfolio-item__thumb img {
  border-radius: 24px 24px 0 0;
}

.project-details {
  overflow: hidden;
}
.project-details figure {
  border-radius: 16px;
}
.project-details__note {
  display: flex;
  align-items: center;
  gap: 10px;
}
.project-details__note i,
.project-details__note svg {
  color: var(--primary-1);
}
.project-details__note p {
  font-family: var(--font-montarest);
  letter-spacing: 0.5px;
  color: var(--text-col-1);
}
.project-details__note b {
  color: var(--title-col-1);
}
.project-details__thumb img {
  border-radius: 24px;
}
.project-details__subtitle {
  margin-top: 32px;
}
.project-details__subtitle h4 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .project-details__subtitle h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.project-details__subtitle p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
  margin-bottom: 32px;
}
.project-details__btn {
  margin-top: 40px;
}
.project-details__title {
  padding-top: 24px;
}
.project-details__title h3 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 72px;
  letter-spacing: 0.01em;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1199px) {
  .project-details__title h3 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__title h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.project-details__title p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
.project-details__info-bar {
  background-color: var(--section-bg);
  display: flex;
  justify-content: center;
  padding: 32px;
  border-radius: 15px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 1370px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  .project-details__info-bar {
    padding: 22px;
  }
}
.project-details__info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 150px;
  border-right: 1px solid var(--text-col-1);
}
@media only screen and (max-width: 991px) {
  .project-details__info-item {
    min-width: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__info-item {
    min-width: 138px;
  }
}
@media (max-width: 575px) {
  .project-details__info-item {
    min-width: 100px;
  }
}
.project-details__info-item:last-child {
  border-right: none;
}
.project-details__label {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
.project-details__value {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.project-details__content {
  margin-top: 48px;
}
.project-details__content h2 {
  font-family: var(--font_mango);
  font-size: 64px;
  line-height: 72px;
  font-weight: bold;
  color: var(--primary);
  padding-bottom: 1rem;
}
@media only screen and (max-width: 1399px) {
  .project-details__content h2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .project-details__content h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .project-details__content h2 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .project-details__content h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
.project-details__content p {
  line-height: 24px;
  font-weight: 400;
  color: var(--body-text);
  font-family: var(--font_instrument);
}
.project-details__btn .text {
  text-transform: uppercase;
}

.timeline-section {
  position: relative;
}

.timeline-section::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 70px;
  bottom: 70px;
  width: 2px;
  background-color: #e2e8f0;
  z-index: 0;
}

.step-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.step-item:last-child {
  margin-bottom: 0;
}

/* Number Circle with Background and Border */
.number-circle {
  min-width: 32px;
  height: 32px;
  background-color: var(--section-bg);
  color: var(--title-col-1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 18px;
  margin-right: 16px;
  font-family: var(--font-bebas);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}

.content2 h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 4px;
}

.content2 p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}

.chose-us--style1 .chose-us__thumb {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 16px;
}
.chose-us--style1 .chose-us__thumb-logo {
  position: absolute;
  bottom: 48px;
  left: 181px;
  z-index: 99;
}
.chose-us--style1 .chose-us__thumb::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(11, 70, 84, 0) 0%, #ff6d45 100%);
  pointer-events: none;
}
.chose-us--style1 .chose-us__thumb img {
  width: 100%;
  display: block;
}
.chose-us--style1 .chose-us__item {
  background-color: var(--section-bg);
  padding: 32px;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  .chose-us--style1 .chose-us__item {
    padding: 16px;
  }
}
.chose-us--style1 .chose-us__item-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.chose-us--style1 .chose-us__item-content h3 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.chose-us--style1 .chose-us__item-content p {
  max-width: 335px;
  font-family: var(--font-montarest);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
.chose-us--style1 .chose-us__content p {
  font-family: var(--font-montarest);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
.chose-us--style2 .chose-us__pera {
  max-width: 640px;
  margin-top: 260px;
}
@media only screen and (max-width: 991px) {
  .chose-us--style2 .chose-us__pera {
    margin-top: 100px;
  }
}
.chose-us--style2 .chose-us__pera p {
  text-indent: 100px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #587984;
  margin-bottom: 32px;
}
.chose-us--style2 .chose-us__item {
  background-color: var(--section-bg);
  padding: 48px;
  text-align: center;
  border-radius: 24px;
}
.chose-us--style2 .chose-us__count-title {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #587984;
}
.chose-us--style2 .chose-us__count h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 108px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--title-col-1);
}
.chose-us--style2 .chose-us__count .odometer {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 108px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--title-col-1);
}

.contact-card {
  background-color: var(--section-bg);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}
.contact-content {
  margin-bottom: 32px;
}
.contact-content h3 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1399px) {
  .contact-content h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
.contact-content p {
  max-width: 624px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}
.contact-title {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: var(--font_mango);
  padding-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .contact-title {
    font-size: 40px;
    padding-bottom: 0px;
  }
}
.contact-item__heading {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: var(--font_mango);
  padding-bottom: 4px;
}
.contact-item__text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(87, 87, 87, 0.6);
  font-family: var(--font_instrument);
  padding-bottom: 10px;
}
.contact-form {
  padding-top: 10px;
}
.contact-form__card {
  background-color: var(--section-bg);
  padding: 48px;
  border-radius: 24px;
}
@media only screen and (max-width: 1199px) {
  .contact-form__card {
    padding: 40px;
  }
}
.contact-form__title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1199px) {
  .contact-form__title {
    font-size: 40px;
    line-height: 30px;
  }
}
.contact .form-control {
  padding: 24px;
  border: none;
  border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
  .contact .form-control {
    padding: 18px;
  }
}
.contact .form-control::placeholder {
  color: var(--text-col-1);
  font-family: var(--font-montarest);
}
.contact .form-control:focus {
  box-shadow: 0 0 10px rgba(255, 77, 48, 0.1);
  border-color: transparent;
}
.contact .submit-btn {
  background-color: var(--primary-1);
  color: var(--white);
  border: none;
  width: 100%;
  padding: 18px;
  border-radius: 50px;
  font-family: var(--heading-font);
  font-size: 16px;
  letter-spacing: 1px;
  transition: 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-family: var(--font_mango);
  text-transform: uppercase;
}
.contact .submit-btn i,
.contact .submit-btn svg {
  margin-left: 8px;
}
.contact .logo-box {
  padding-top: 70px;
}
@media only screen and (max-width: 1919px) {
  .contact .logo-box {
    padding-top: 40px;
  }
}
.contact .submit-btn:hover {
  transform: translateY(-2px);
}

.contact-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 20px;
  width: 4px;
  background-color: var(--primary-1);
  border-radius: 0 5px 5px 0;
  height: 200px;
}

.info-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.icon-circle {
  width: 56px;
  height: 56px;
  background-color: var(--primary-1);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--white);
}

.text-content .label {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}

.text-content .data {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--title-col-1);
}

.address-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}

.icon-circle-light {
  width: 65px;
  height: 65px;
  background-color: var(--section-bg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-1);
  font-size: 28px;
}

.address-section {
  border-bottom: 1px solid rgba(245, 245, 245, 0.8);
  padding-bottom: 28px;
}

.address-section .label {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}

.address-section .data {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1399px) {
  .address-section .data {
    font-size: 17px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .contact-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .address-section {
    padding-left: 0;
  }
}
.contact-us--style1 {
  background-repeat: repeat;
  background-size: cover;
}
.contact-us--style1 .contact-us__bg {
  background-repeat: repeat;
  background-size: cover;
}
.contact-us--style1 .contact-us-3__form-wrapper {
  background-color: var(--title-col-1);
  min-width: 792px;
  padding: 48px;
  position: absolute;
  top: 150px;
  left: 272px;
  z-index: 99;
  border-radius: 24px;
}
@media only screen and (max-width: 1919px) {
  .contact-us--style1 .contact-us-3__form-wrapper {
    left: 60px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-us--style1 .contact-us-3__form-wrapper {
    min-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us--style1 .contact-us-3__form-wrapper {
    position: inherit;
    min-width: 100%;
  }
}
@media (max-width: 575px) {
  .contact-us--style1 .contact-us-3__form-wrapper {
    padding: 20px;
    min-width: 100%;
  }
}
.contact-us--style1 .contact-us-3__form-wrapper h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 32px;
}
.contact-us--style1 .contact-us-3__form-wrapper h3 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--white);
  margin-bottom: 20px;
}
.contact-us--style1 .contact-us-3__form-wrapper .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}
.contact-us--style1 .contact-us-3__form-wrapper .input-group {
  flex: 1;
  position: relative;
}
.contact-us--style1 .contact-us-3__form-wrapper input,
.contact-us--style1 .contact-us-3__form-wrapper select {
  width: 100%;
  padding: 15px 20px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.3s;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}
.contact-us--style1 .contact-us-3__form-wrapper input::placeholder {
  color: var(--text-dim);
}
.contact-us--style1 .contact-us-3__form-wrapper input:focus,
.contact-us--style1 .contact-us-3__form-wrapper select:focus {
  border-color: var(--accent-color);
}
.contact-us--style1 .contact-us-3__form-wrapper {
  /* Custom Select Arrow */
}
.contact-us--style1 .contact-us-3__form-wrapper select {
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.contact-us--style1 .contact-us-3__form-wrapper .select-wrapper {
  position: relative;
  flex: 1;
  padding: 24px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}
.contact-us--style1 .contact-us-3__form-wrapper .select-wrapper::after {
  content: "\f078"; /* FontAwesome chevron-down */
  font-family: var(--font_awesome);
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  font-size: 12px;
}
.contact-us--style1 .contact-us-3__form-wrapper .current {
  color: rgba(255, 255, 255, 0.4);
}
.contact-us--style1 .contact-us-3__form-wrapper .btn-submit:hover {
  background-color: var(--primary-1);
  transform: scale(1.02);
}
.contact-us--style1 .contact-us-3__form-wrapper .arrow-circle {
  width: 48px;
  height: 48px;
  border: 2px solid var(--accent-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-color);
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-us--style1 .contact-us-3__form-wrapper .arrow-circle:hover {
  background: var(--accent-color);
  color: var(--white);
}

.nice-select {
  background-color: transparent;
  border: solid 1px transparent;
  height: 0px;
  line-height: 0px;
}
.nice-select:hover {
  background-color: transparent;
}

.blog--style1 {
  overflow: hidden;
}
.blog--style1 figure {
  border-radius: 24px;
}
.blog--style1 .blog-item__image {
  position: absolute;
  top: 29%;
  right: 0px;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 10;
}
.blog--style1 .blog-item--style1 {
  border-bottom: 1px solid rgba(88, 121, 132, 0.08);
  padding-bottom: 32px;
  position: relative;
  cursor: pointer;
  margin-bottom: 32px;
}
.blog--style1 .blog-item--style1:last-child {
  margin-bottom: 0;
}
.blog--style1 .blog-item__thumb img {
  border-radius: 16px;
  margin-bottom: 24px;
}
.blog--style1 .blog-item__title h3 {
  margin-bottom: 8px;
}
.blog--style1 .blog-item__title h3 a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1919px) {
  .blog--style1 .blog-item__title h3 a {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog--style1 .blog-item__title h3 a {
    font-size: 30px;
    line-height: 46px;
  }
}
.blog--style1 .blog-item__title h3 a:hover {
  color: var(--primary-1);
}
.blog--style1 .blog-item__meta .taq {
  padding: 10px 24px;
  background: #f0f8fa;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--title-col-1);
  border-radius: 100px;
  margin-right: 28px;
}
.blog--style1 .blog-item__meta .date {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #587984;
}
.blog--style2 {
  overflow: hidden;
}
.blog--style2 figure {
  border-radius: 24px;
}
.blog--style2 .blog-item__content {
  text-align: center;
}
.blog--style2 .blog-item {
  background-color: var(--section-bg);
  padding-inline: 16px;
  padding-block: 32px 16px;
  border-radius: 16px;
}
.blog--style2 .blog-item__title h3 {
  margin-bottom: 8px;
  padding-top: 8px;
}
.blog--style2 .blog-item__title h3 a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .blog--style2 .blog-item__title h3 a {
    font-size: 24px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog--style2 .blog-item__title h3 a {
    font-size: 30px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .blog--style2 .blog-item__title h3 a {
    font-size: 22px;
    line-height: 30px;
  }
}
.blog--style2 .blog-item__title h3 a:hover {
  color: var(--primary-1);
}
.blog--style2 .blog-item__meta {
  margin-bottom: 8px;
}
.blog--style2 .blog-item__meta .taq {
  padding: 10px 24px;
  background: var(--white);
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--title-col-1);
  border-radius: 100px;
  margin-right: 28px;
}
@media only screen and (max-width: 991px) {
  .blog--style2 .blog-item__meta .taq {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .blog--style2 .blog-item__meta .taq {
    padding: 10px 24px;
  }
}
.blog--style2 .blog-item__meta .date {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #587984;
}
.blog--style3 {
  overflow: hidden;
}
.blog--style3 figure {
  border-radius: 24px;
}
.blog--style3 .blog-author {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.blog--style3 .blog-author__name span {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
@media only screen and (max-width: 1399px) {
  .blog--style3 .blog-author__name span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .blog--style3 .blog-author__name span {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog--style3 .blog-author__name span .primary-color {
  color: var(--primary-1);
  font-family: var(--font-bebas);
}
.blog--style3 .blog-item__title h4 a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1399px) {
  .blog--style3 .blog-item__title h4 a {
    font-size: 24px;
    line-height: 34px;
  }
}
.blog--style3 .blog-item__title h4 a:hover {
  color: var(--primary-1);
}
.blog--style3 .blog-item__thumb img {
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.blog--style3 .blog-item__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  background-color: var(--section-bg);
  margin-bottom: 8px;
  border-radius: 8px;
}
.blog--style3 .blog-item__meta .date {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--text-col-1);
}
@media only screen and (max-width: 1399px) {
  .blog--style3 .blog-item__meta .date {
    font-size: 14px;
    line-height: 20px;
  }
}
.blog--style3 .blog-item__meta .date i {
  margin-right: 10px;
  color: var(--text-col-1);
}

.blog-item--style1.active .blog-item__image {
  opacity: 1;
  visibility: visible;
  right: -20px;
}
@media (max-width: 575px) {
  .blog-item--style1.active .blog-item__image {
    right: -10px;
  }
}

.blog-item--style1.active h3 a {
  color: var(--primary-1);
}

.blog-details__inner {
  position: relative;
  z-index: 2;
  height: 708px;
  margin-bottom: 140px;
  border-radius: 48px;
}
@media only screen and (max-width: 1399px) {
  .blog-details__inner {
    height: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__inner {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__inner {
    height: 370px;
    margin-top: 0px;
  }
}
@media (max-width: 575px) {
  .blog-details__inner {
    height: 265px;
    margin-top: 0;
  }
}
.blog-details__inner .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 0.005em;
  color: var(--title-col-1);
  margin-top: 32px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__inner .title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__inner .title {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__inner .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .blog-details__inner .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.blog-details__inner .meta-tag span {
  display: inline-block;
  background: var(--secondary);
  border-radius: 500px;
  padding: 2px 16px;
  font-family: var(--font_mango);
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: var(--white);
  margin-right: 32px;
}
@media only screen and (max-width: 991px) {
  .blog-details__inner .meta-tag span {
    margin-right: 0;
  }
}
.blog-details__inner .meta-tag--style2 span {
  background: var(--primary-1);
  border-radius: 122px;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--white);
  padding-block: 11px;
  padding-inline: 24px;
  margin-right: 32px;
}
.blog-details__inner .meta-date {
  margin-right: 48px;
}
@media only screen and (max-width: 991px) {
  .blog-details__inner .meta-date {
    margin-right: 0;
  }
}
.blog-details__inner .meta-date span {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.blog-details__inner .author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 32px;
}
@media only screen and (max-width: 991px) {
  .blog-details__inner .author {
    margin-right: 0;
  }
}
.blog-details__inner .author .thumb {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 500px;
}
.blog-details__inner .author .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-details__inner .author ul {
  gap: 5px;
  list-style: none;
  display: flex;
  align-items: center;
}
.blog-details__inner .author ul li {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}
.blog-details__inner .author ul li a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.blog-details__inner .view ul {
  gap: 10px;
  display: flex;
  list-style: none;
  align-items: center;
}
.blog-details__inner .view ul li {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}
.blog-details__inner .view ul li span {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: #0b4654;
}
.blog-details__bg {
  border-radius: 24px 24px 0 0;
  background: var(--white);
  padding-bottom: 44px;
  padding: 54px;
  position: absolute;
  border: 0;
  bottom: -140px;
  left: 50%;
  min-width: 1320px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1399px) {
  .blog-details__bg {
    min-width: 1100px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__bg {
    min-width: 900px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__bg {
    min-width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__bg {
    min-width: 500px;
    padding: 40px 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__bg {
    min-width: 100%;
    bottom: 0;
    position: inherit;
  }
}
.blog-details__wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .blog-details__wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.news-details-wrapper .details-image {
  overflow: hidden;
  margin-bottom: 24px;
  border-radius: 32px;
}
.news-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-details-wrapper .news-details-content {
  margin-right: 52px;
}
@media only screen and (max-width: 1399px) {
  .news-details-wrapper .news-details-content {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .news-details-wrapper .news-details-content {
    margin-bottom: 30px;
  }
}
.news-details-wrapper .news-details-content .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .news-details-wrapper .news-details-content .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.news-details-wrapper .news-details-content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
  margin-bottom: 30px;
}
.news-details-wrapper .news-details-content blockquote {
  background: var(--primary-1);
  padding: 32px 48px;
  border-radius: 24px;
  display: flex;
  gap: 32px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .news-details-wrapper .news-details-content blockquote {
    flex-wrap: wrap;
    gap: 20px;
    padding: 32px 15px;
  }
}
.news-details-wrapper .news-details-content blockquote .text .sub-title {
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  color: var(--white);
  max-width: 724px;
  margin-bottom: 8px;
  font-family: var(--font_instrument);
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content blockquote .text .sub-title {
    font-size: 18px;
    line-height: 26px;
  }
}
.news-details-wrapper .news-details-content blockquote .text .name {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  color: var(--white);
  font-family: var(--font_mango);
  text-decoration-line: underline;
}
.news-details-wrapper .news-details-content .list {
  list-style: none;
  display: grid;
  margin-bottom: 40px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .news-details-wrapper .news-details-content .list {
    grid-template-columns: 1fr;
  }
}
.news-details-wrapper .news-details-content .list li {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font_instrument);
  color: var(--text-col-1);
  display: flex;
  align-items: center;
  gap: 16px;
}
.news-details-wrapper .news-details-content .list li:not(:last-child) {
  margin-bottom: 12px;
}
.news-details-wrapper .news-details-content .list li i {
  color: var(--primary);
  rotate: -45deg;
}
.news-details-wrapper .news-details-content .blog-details__author {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  align-items: center;
  background: var(--section-bg);
  border-radius: 24px;
  padding: 32px 48px;
}
@media only screen and (max-width: 1199px) {
  .news-details-wrapper .news-details-content .blog-details__author {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content .blog-details__author {
    flex-wrap: wrap;
  }
}
.news-details-wrapper .news-details-content .blog-details__author .media {
  width: 134px;
  height: 134px;
  min-width: 134px;
  overflow: hidden;
  border-radius: 500px;
}
@media only screen and (max-width: 767px) {
  .news-details-wrapper .news-details-content .blog-details__author .media {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}
.news-details-wrapper .news-details-content .blog-details__author .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-details-wrapper .news-details-content .blog-details__author .text .name {
  margin-bottom: 8px;
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--text-col-1);
}
.news-details-wrapper .news-details-content .blog-details__author .text p {
  font-family: var(--font-montarest);
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: var(--text-col-1);
}
@media only screen and (max-width: 1199px) {
  .news-details-wrapper .news-details-content .blog-details__author .text p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .news-details-wrapper .news-details-content .blog-details__author .text p {
    font-size: 18px;
    line-height: 26px;
  }
}
.news-details-wrapper .news-details-content .tag-share-wrap {
  border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  border-top: 1px solid rgba(16, 16, 16, 0.1);
  padding: 32px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.news-details-wrapper .news-details-content .tag-share-wrap span {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-right: 8px;
}
.news-details-wrapper .news-details-content .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 11px 16px;
  line-height: 1;
  color: var(--title-col-1);
  background: var(--section-bg);
  margin-right: 12px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--font_instrument);
  transition: all 0.4s ease-in-out;
  border-radius: 500px;
}
@media only screen and (max-width: 1399px) {
  .news-details-wrapper .news-details-content .tag-share-wrap .tagcloud a {
    padding: 10px 13px;
    margin-bottom: 15px;
  }
}
.news-details-wrapper .news-details-content .tag-share-wrap .tagcloud a:hover {
  background-color: var(--primary-1);
  color: var(--white);
}
.news-details-wrapper .news-details-content .tag-share-wrap .social-share {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}
.news-details-wrapper .news-details-content .tag-share-wrap .social-share a {
  font-size: 15px;
  color: var(--text-col-1);
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 500px;
  text-align: center;
  background: var(--section-bg);
}
.news-details-wrapper .news-details-content .tag-share-wrap .social-share a:hover {
  color: var(--white);
  background-color: var(--primary-1);
}
.news-details-wrapper .news-details-content .comments-area {
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .news-details-wrapper .news-details-content .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment.reply-comment {
  margin-left: 156px;
}
@media only screen and (max-width: 1199px) {
  .news-details-wrapper .news-details-content .comments-area .blog-single-comment.reply-comment {
    margin-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .news-details-wrapper .news-details-content .comments-area .blog-single-comment.reply-comment {
    margin-left: 30px;
  }
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .image {
  width: 130px;
  height: 130px;
  display: flex;
  min-width: 130px;
  overflow: hidden;
  border-radius: 500px;
}
@media only screen and (max-width: 767px) {
  .news-details-wrapper .news-details-content .comments-area .blog-single-comment .image {
    width: 90px;
    height: 90px;
    min-width: 90px;
  }
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .head .con {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .head .con {
    flex-wrap: wrap;
  }
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .head .con .name {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .head .con span {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--text-col-1);
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--text-col-1);
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .reply {
  border-radius: 500px;
  padding: 6px 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  background: var(--primary-1);
  transition: all 0.4s ease-in-out;
  font-family: var(--font_instrument);
}
.news-details-wrapper .news-details-content .comments-area .blog-single-comment .content .reply:hover {
  background-color: var(--primary);
  color: var(--white);
}
.news-details-wrapper .news-details-content .comment-form-wrap .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.news-details-wrapper .news-details-content .comment-form-wrap .form-clt input,
.news-details-wrapper .news-details-content .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  padding: 22px 20px;
  font-weight: 400;
  font-size: 16px;
  color: var(--text-col-1);
  background: var(--section-bg);
  border-radius: 16px;
  font-family: var(--font_instrument);
}
.news-details-wrapper .news-details-content .comment-form-wrap .form-clt input::placeholder,
.news-details-wrapper .news-details-content .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text-col-1);
}
.news-details-wrapper .news-details-content .comment-form-wrap .form-clt textarea {
  height: 188px;
  resize: none;
  color: var(--text-col-1);
  background: var(--section-bg);
}

.news-standard-wrapper .news-grid-items {
  margin-bottom: 48px;
}
@media only screen and (max-width: 1399px) {
  .news-standard-wrapper .news-grid-items {
    margin-bottom: 30px;
  }
}
.news-standard-wrapper .news-grid-items .news-image {
  overflow: hidden;
  border-radius: 10px;
}
.news-standard-wrapper .news-grid-items .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.5s ease-out;
}
.news-standard-wrapper .news-grid-items .news-content {
  margin-top: 26px;
}
.news-standard-wrapper .news-grid-items .news-content .date-list {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1399px) {
  .news-standard-wrapper .news-grid-items .news-content .date-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-standard-wrapper .news-grid-items .news-content .date-list li {
  gap: 7px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  align-items: center;
  color: var(--text-col-1);
  font-family: var(--font_instrument);
}
.news-standard-wrapper .news-grid-items .news-content .date-list li img {
  width: 24px;
  height: 24px;
  border-radius: 500px;
}
.news-standard-wrapper .news-grid-items .news-content .date-list li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: var(--text-col-1);
  font-family: var(--font_instrument);
}
.news-standard-wrapper .news-grid-items .news-content .date-list li a:hover {
  color: var(--primary-1);
}
.news-standard-wrapper .news-grid-items .news-content .title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.news-standard-wrapper .news-grid-items .news-content .title:hover {
  color: var(--primary-1);
}
@media only screen and (max-width: 1399px) {
  .news-standard-wrapper .news-grid-items .news-content .title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .news-standard-wrapper .news-grid-items .news-content .title {
    font-size: 25px;
  }
}
.news-standard-wrapper .news-grid-items .news-content .title a:hover {
  color: var(--action);
}
.news-standard-wrapper .news-grid-items .news-content p {
  max-width: 966px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
.news-standard-wrapper .news-grid-items:hover .news-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.team-section {
  padding: 100px 0 100px;
  overflow: hidden;
}

.card-3d {
  position: relative;
}

.card-3d img {
  width: 100%;
}

.team-section .swiper-3d-container .swiper-slide-active .card-3d {
  border: 5px solid var(--brand-color);
  border-radius: 16px;
  width: 438px;
}
.team-section .swiper-3d-container .swiper-slide-active .card-3d::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(11, 70, 84, 0) 0%, #0b4654 100%);
  pointer-events: none;
}

.team-single-box .team-content {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  margin: auto;
  opacity: 0;
  transition: 0.5s;
}
@media only screen and (max-width: 991px) {
  .team-single-box .team-content {
    left: 15px;
    right: 15px;
  }
}

.team-section .swiper-3d-container .swiper-slide-active .team-single-box .team-content {
  opacity: 1;
}

.team-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
  padding-inline: 40px;
  padding-block: 0px 40px;
}

.team-social-icon ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.team-social-icon {
  text-align: center;
}

.team-social-icon ul li {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(24px);
  border-radius: 100px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.team-social-icon ul li:hover {
  background-color: var(--primary-1);
  color: var(--white);
}

.team-social-icon ul li a i {
  color: var(--white);
}

.team-single-box .team-content h3 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: var(--white);
}

.team-single-box .team-content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
}

/* team social icon */
.team-share-icon span i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--brand-color);
  color: var(--title-color);
  text-align: center;
  display: inline-block;
  font-size: 18px;
  transition: 0.5s;
  line-height: 52px;
  margin-bottom: 8px;
}

.team-share-icon span i:hover {
  background: var(--color-white);
}

.team-social-icon ul li {
  list-style: none;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 10px;
}

.team-social-icon ul li a {
  display: inline-block;
  height: 36px;
  width: 35px;
  line-height: 36px;
  text-align: center;
  color: var(--title-color);
  border-radius: 50%;
  transition: 0.5s;
  transform: translateY(5px);
  font-size: 15px;
  background: var(--brand-color);
}

.team-social-icon ul li:nth-child(1) a {
  transition-delay: 0s;
}

.team-social-icon ul li:nth-child(2) a {
  transition-delay: 0.2s;
}

.team-social-icon ul li:nth-child(3) a {
  transition-delay: 0.4s;
}

.team-social-icon ul li a:hover {
  background: var(--title-color);
  color: var(--color-white);
}

/* team slider 3d */
.team-slider-btn {
  position: absolute;
  right: 0;
  top: -140px;
  display: flex;
  gap: 10px;
}

.team-slider-btn .swiper-3d-button-prev,
.team-slider-btn .swiper-3d-button-next {
  height: 60px;
  line-height: 13px;
  width: 60px;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
  color: rgba(246, 242, 237, 0.3098039216);
  z-index: 5;
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  background: rgba(8, 9, 9, 0.2);
}

.team-slider-btn .swiper-3d-button-next {
  transform: rotate(-80deg);
}

.team-slider-btn .swiper-3d-button-prev:hover,
.team-slider-btn .swiper-3d-button-next:hover {
  background: var(--title-color);
  border: 1px solid var(--title-color);
}

.team-slider-btn .swiper-3d-button-prev img,
.team-slider-btn .swiper-3d-button-next img {
  filter: brightness(0) invert(0);
  transition: 0.5s;
}

.team-slider-btn .swiper-3d-button-prev:hover img,
.team-slider-btn .swiper-3d-button-next:hover img {
  filter: brightness(0) invert(1);
}

.swiper-3d-section {
  overflow: hidden;
}
.swiper-3d-section .swiper-3d-container {
  width: 100%;
  overflow: hidden;
}
.swiper-3d-section .swiper-3d-container .swiper-slide {
  width: 428px;
}
@media (max-width: 576px) {
  .swiper-3d-section .swiper-3d-container .swiper-slide {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .swiper-3d-section .swiper-3d-container .swiper-slide {
    height: initial;
  }
}

.swiper-3d-container {
  overflow: hidden;
}
.swiper-3d-container .swiper-wrapper {
  align-items: center;
}
.swiper-3d-container .swiper-slide {
  width: 438px;
  margin: 0 10px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.swiper-3d-container .card-3d {
  width: 100%;
}

.fix {
  overflow: hidden;
}

/* INDEX 2 CSS */
.team--style2 {
  background-color: var(--section-bg);
}
.team--style2 .team-social-icon ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: inherit;
  margin-bottom: 50px;
}
.team--style2 .team-social-icon ul li {
  transition: 0.4s;
}
.team--style2 .team-social-icon ul li:hover {
  background-color: var(--title-col-1);
  color: var(--white);
}
.team--style2 .team-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (max-width: 1399px) {
  .team--style2 .team-item {
    width: 234px;
  }
}
@media only screen and (max-width: 1199px) {
  .team--style2 .team-item {
    width: 295px;
  }
}
@media only screen and (max-width: 1199px) {
  .team--style2 .team-item {
    width: 245px;
  }
}
.team--style2 .team-item__thumb {
  position: relative;
  z-index: 1;
}
.team--style2 .team-item__thumb img {
  border-radius: 16px;
  width: 100%;
  display: block;
}
.team--style2 .team-item__thumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 109, 69, 0.8);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 2;
}
.team--style2 .team-item__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-inline: 24px;
  padding-bottom: 24px;
  text-align: center;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .team--style2 .team-item__content {
    padding-inline: 6px;
  }
}
.team--style2 .team-item:hover .team-item__thumb::before {
  opacity: 1;
  visibility: visible;
}
.team--style2 .team-item:hover .team-item__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.team--style2 .team-content2 {
  position: relative;
  z-index: 9;
}
.team--style2 .team-content2 p {
  max-width: 480px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
  margin-top: 24px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 1919px) {
  .team--style2 .team-content2 p {
    max-width: 310px;
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .team--style2 .team-content2 p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .team--style2 .team-content2 p {
    max-width: 570px;
    margin-bottom: 175px;
  }
}
@media only screen and (max-width: 991px) {
  .team--style2 .team-content2 p {
    max-width: 350px;
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .team--style2 .team-content2 p {
    max-width: 240px;
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .team--style2 .team-content2 p {
    max-width: 340px;
    margin-bottom: 50px;
  }
}
.team--style2 .team-content__title h3 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.5px;
  color: var(--white);
}
.team--style2 .team-content__title p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.team--style2 .team-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.team--style2 .team-count {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: end;
  gap: 20px;
}
.team--style2 .team-count h2,
.team--style2 .team-count .odometer {
  font-family: var(--font-bebas);
  font-size: 300px;
  line-height: 250px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1919px) {
  .team--style2 .team-count h2,
  .team--style2 .team-count .odometer {
    font-size: 180px;
    line-height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .team--style2 .team-count h2,
  .team--style2 .team-count .odometer {
    font-size: 110px;
    line-height: 250px;
  }
}
.team--style2 .team-count h6 {
  font-family: var(--font-bebas);
  font-size: 40px;
  line-height: 48px;
  color: var(--text-col-1);
}
@media only screen and (max-width: 1919px) {
  .team--style2 .team-count h6 {
    font-size: 30px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .team--style2 .team-count h6 {
    font-size: 20px;
    line-height: 150px;
  }
}

.team__shape-item--style1 {
  position: absolute;
  top: -25px;
  right: -130px;
  z-index: -1;
}
@media only screen and (max-width: 1919px) {
  .team__shape-item--style1 {
    top: -25px;
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .team__shape-item--style1 {
    opacity: 0;
  }
}

.team-details__item {
  padding-bottom: 5px;
}
.team-details__title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 360px;
  line-height: 390px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  position: relative;
  z-index: -1;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1919px) {
  .team-details__title {
    font-size: 290px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-details__title {
    font-size: 240px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details__title {
    font-size: 210px;
    line-height: 290px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__title {
    font-size: 150px;
    line-height: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__title {
    font-size: 110px;
    line-height: 130px;
  }
}
@media (max-width: 575px) {
  .team-details__title {
    font-size: 75px;
    line-height: 120px;
  }
}
.team-details__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-details__label {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #587984;
}
.team-details__value {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 767px) {
  .team-details__value {
    font-size: 18px;
    line-height: 28px;
  }
}
.team-details__image img {
  border-radius: 48px;
  margin-top: -180px;
  width: 100%;
}
@media only screen and (max-width: 1399px) {
  .team-details__image img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details__image img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__image img {
    margin-top: -80px;
    max-width: 300px;
    border-radius: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__image img {
    margin-top: 0px;
    max-width: 190px;
    border-radius: 24px;
  }
}
@media (max-width: 575px) {
  .team-details__image img {
    margin-bottom: 20px;
  }
}
.team-details__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.team-details__social-link {
  margin-top: 10px;
  width: 40px;
  height: 40px;
  background-color: var(--section-bg);
  color: #587984;
  display: grid;
  place-items: center;
  border-radius: 99px;
  color: var(--body-text);
}
@media only screen and (max-width: 767px) {
  .team-details__social-link {
    width: 32px;
    height: 32px;
  }
}
.team-details__social-link:hover, .team-details__social-link.active {
  background-color: var(--primary-1);
  color: var(--white);
}

.review--style1 {
  background-color: var(--title-col-1);
  overflow: hidden;
  position: relative;
}
.review--style1 .slider-container {
  position: relative;
}
.review--style1 .oryno-slide {
  display: none;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.review--style1 .oryno-slide.active {
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.review--style1 .image-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1;
}
.review--style1 .img-box {
  border-radius: 20px;
  overflow: hidden;
}
.review--style1 .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.review--style1 .content-card {
  border-radius: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px;
}
@media only screen and (max-width: 1919px) {
  .review--style1 .content-card {
    padding: 32px;
  }
}
@media only screen and (max-width: 1399px) {
  .review--style1 .content-card {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .review--style1 .content-card {
    padding: 28px;
  }
}
.review--style1 .card-header {
  font-size: 30px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 32px;
}
.review--style1 .quote {
  max-width: 688px;
  font-family: var(--font-montarest);
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  line-height: 44px;
  color: var(--white);
}
@media only screen and (max-width: 1399px) {
  .review--style1 .quote {
    font-size: 22px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .review--style1 .quote {
    font-size: 20px;
    line-height: 35px;
  }
}
.review--style1 .card-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 170px;
  gap: 10px;
}
@media only screen and (max-width: 1919px) {
  .review--style1 .card-footer {
    margin-top: 70px;
  }
}
.review--style1 .user-info h3 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: var(--white);
}
.review--style1 .user-info p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
}
.review--style1 .stars {
  color: #ffeb53;
  font-size: 18px;
}
.review--style1 {
  /* Mobile Responsive */
}
@media (max-width: 900px) {
  .review--style1 .oryno-slide.active {
    flex-direction: column;
  }
  .review--style1 .image-section {
    width: 100%;
    justify-content: center;
  }
  .review--style1 .controls-area {
    margin-top: 20px;
    justify-content: center;
  }
}

.review--style1 .oryno-slide.active {
  display: flex;
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.review--style1 .controls-area {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: -75px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 1199px) {
  .review--style1 .controls-area {
    position: absolute;
    bottom: 470px;
    left: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .review--style1 .controls-area {
    position: absolute;
    bottom: 500px;
    left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .review--style1 .controls-area {
    margin-top: 20px;
    position: inherit;
  }
}

.review--style1 .nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media only screen and (max-width: 1399px) {
  .review--style1 .nav-btn {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .review--style1 .nav-btn {
    width: 50px;
    height: 50px;
  }
}

.review--style1 .nav-btn:hover {
  background: var(--primary-1);
  color: var(--white);
  transform: scale(1.1);
}

.review--style1 .counter {
  color: var(--white);
  font-weight: bold;
  font-size: 20px;
}

/* INDEX 2 REVIEW CSS */
.reviews {
  background-color: var(--section-bg);
  display: flex;
  justify-content: center;
  padding-top: 208px;
  padding-bottom: 272px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .reviews {
    padding-top: 80px;
  }
}
.reviews__container {
  position: relative;
  width: 100%;
  max-width: 1100px;
}
.reviews__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.reviews__play-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--primary-1);
  width: 100px;
  height: 100px;
  display: grid;
  place-items: center;
  border-radius: 99px;
}
@media only screen and (max-width: 991px) {
  .reviews__play-box {
    top: 27%;
    left: 50%;
    transform: translate(-50%, -249%);
  }
}
@media only screen and (max-width: 767px) {
  .reviews__play-box {
    top: 19%;
    left: 50%;
    transform: translate(-50%, -249%);
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 575px) {
  .reviews__play-box {
    top: 16%;
    left: 50%;
    transform: translate(-50%, -249%);
    width: 50px;
    height: 50px;
  }
}
.reviews__play-box a i,
.reviews__play-box a svg {
  color: var(--white);
}
.reviews__play-arc {
  width: 120px;
  height: 60px;
  background-color: var(--dark-teal);
  border-radius: 120px 120px 0 0;
  margin-bottom: -30px;
  position: relative;
  z-index: 1;
}
.reviews__play-btn {
  width: 65px;
  height: 65px;
  background-color: var(--accent-orange);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.reviews__play-btn:hover {
  background-color: #ff6a39;
}
.reviews__play-icon {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid white;
  margin-left: 5px;
}

.review-card {
  position: absolute;
  background: var(--white);
  padding: 30px;
  border-radius: 15px;
  max-width: 512px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.review-card__header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-card__logo {
  object-fit: contain;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1399px) {
  .review-card__logo {
    padding-bottom: 30px;
  }
}
.review-card__logo--iceberg {
  background: var(--dark-teal);
  width: 35px;
  height: 25px;
  border-radius: 8px 8px 0 0;
}
.review-card__quote {
  max-width: 448px;
  font-family: var(--font-montarest);
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #587984;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1399px) {
  .review-card__quote {
    max-width: 370px;
  }
}
@media only screen and (max-width: 1199px) {
  .review-card__quote {
    max-width: 320px;
  }
}
.review-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.review-card__avatar {
  border-radius: 8px;
  object-fit: cover;
}
.review-card__info {
  display: flex;
  flex-direction: column;
}
.review-card__name {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.review-card__role {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
.review-card--top-left {
  top: -88px;
  left: -272px;
}
@media only screen and (max-width: 1919px) {
  .review-card--top-left {
    top: -88px;
    left: -120px;
  }
}
@media only screen and (max-width: 1399px) {
  .review-card--top-left {
    top: -88px;
    left: -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .review-card--top-left {
    top: -88px;
    left: 20px;
  }
}
.review-card--top-right {
  top: 50px;
  right: -272px;
}
@media only screen and (max-width: 1919px) {
  .review-card--top-right {
    top: 10px;
    right: -130px;
  }
}
@media only screen and (max-width: 1399px) {
  .review-card--top-right {
    top: 35px;
    right: -30px;
  }
}
@media only screen and (max-width: 1199px) {
  .review-card--top-right {
    top: -32px;
    right: 15px;
  }
}
.review-card--bottom-center {
  bottom: -172px;
  left: 50%;
  transform: translateX(-50%);
}

/* Mobile Friendly */
@media (max-width: 768px) {
  .reviews__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .review-card {
    position: static;
    width: 100%;
    max-width: 450px;
    transform: none !important;
  }
  .reviews__video-wrapper {
    width: 100%;
  }
}
.reviews__shape-item--style1 {
  position: absolute;
  bottom: 88px;
  left: 56px;
}
@media only screen and (max-width: 1919px) {
  .reviews__shape-item--style1 {
    bottom: 20px;
    left: 26px;
  }
}
.reviews__shape-item--style2 {
  position: absolute;
  bottom: 64px;
  right: 100px;
}
@media only screen and (max-width: 767px) {
  .reviews__shape-item--style2 {
    opacity: 0;
  }
}

.service--style2 .service-item {
  border-bottom: 1px solid rgba(88, 121, 132, 0.08);
  width: 500px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1919px) {
  .service--style2 .service-item {
    max-width: 422px;
  }
}
@media only screen and (max-width: 1399px) {
  .service--style2 .service-item {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .service--style2 .service-item {
    max-width: 440px;
  }
}
@media only screen and (max-width: 991px) {
  .service--style2 .service-item {
    max-width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .service--style2 .service-item {
    max-width: 500px;
  }
}
.service--style2 .service-item--style1 {
  border-right: 1px solid rgba(88, 121, 132, 0.08);
  padding-right: 20px;
}
@media only screen and (max-width: 1919px) {
  .service--style2 .service-item--style1 {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1399px) {
  .service--style2 .service-item--style1 {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .service--style2 .service-item--style1 {
    padding-right: 10px;
  }
}
.service--style2 .service-item__title h5 a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1919px) {
  .service--style2 .service-item__title h5 a {
    font-size: 24px;
    line-height: 32px;
  }
}
.service--style2 .service-item__title h5 a:hover {
  color: var(--primary-1);
}
.service--style2 .service-item__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service--style2 .service-item__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.service--style2 .service-item__content {
  max-width: 220px;
}
@media only screen and (max-width: 1919px) {
  .service--style2 .service-item__content {
    max-width: 195px;
  }
}
@media only screen and (max-width: 1399px) {
  .service--style2 .service-item__content {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1199px) {
  .service--style2 .service-item__content {
    max-width: 400px;
  }
}
.service--style2 .service-item__content p {
  font-family: var(--font_instrument);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
  margin-bottom: 1rem;
}
.service--style3 .service-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
.service--style3 .service-btn .reply-btn {
  background: var(--title-col-1);
  border-radius: 8px;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-btn .reply-btn i,
.service--style3 .service-btn .reply-btn svg {
  color: var(--white);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-btn .details-btn {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--title-col-1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  opacity: 0;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-btn .details-btn--style2 {
  text-decoration: underline;
}
.service--style3 .service-btn .details-btn i,
.service--style3 .service-btn .details-btn svg {
  margin-right: 8px;
  width: 36px;
  height: 36px;
  background-color: var(--primary-1);
  display: grid;
  place-items: center;
  border-radius: 99px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-thumb img {
  border-radius: 8px;
  opacity: 0;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
  margin-bottom: 10px;
  opacity: 0;
  visibility: visible;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-content h3 {
  padding-bottom: 16px;
}
.service--style3 .service-content h3 a {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-item {
  background-color: var(--section-bg);
  padding: 32px;
  border-radius: 16px;
}
@media only screen and (max-width: 1399px) {
  .service--style3 .service-item {
    padding: 20px;
  }
}
.service--style3 .service-item:hover .service-icon {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-item:hover .service-icon__title {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-item:hover .service-content p {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-item:hover .service-content h3 {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-item:hover .service-thumb img {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-item:hover .details-btn {
  opacity: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-item:hover .reply-btn {
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.service--style3 .service-icon {
  background-color: var(--white);
  display: inline-block;
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 24px;
}
.service--style3 .service-icon__title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 24px;
  opacity: 0;
  visibility: visible;
}
.service--style3 .service-content {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.service--style3 .service-content p, .service--style3 .service-content h3 {
  grid-column: 1/2;
  grid-row: 1/2;
  transition: all 0.5s ease-in-out;
}
.service--style3 .service-content p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.service--style3 .service-content h3 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-bottom: 0;
}
.service--style3 .service-content h3 a {
  font-family: var(--font-bebas);
  font-size: 40px;
  line-height: 48px;
  color: var(--title-col-1);
}
.service--style3 .service-item__inner {
  position: relative;
}
.service--style3 .service-item__inner .service-icon, .service--style3 .service-item__inner .service-icon__title {
  transition: all 0.4s ease;
}
.service--style3 .service-item__inner .service-icon__title {
  position: absolute;
  top: 10px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
}
.service--style3 .service-thumb {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  transition: all 0.5s ease-in-out;
}
.service--style3 .service-thumb img {
  width: 100%;
  border-radius: 8px;
  display: block;
}
.service--style3 .service-item:hover .service-content h3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
.service--style3 .service-item:hover .service-content p {
  opacity: 1;
  visibility: visible;
  transform: translateY(-35px);
}
.service--style3 .service-item:hover .service-icon {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}
.service--style3 .service-item:hover .service-icon__title {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.service--style3 .service-item:hover .details-btn {
  opacity: 1;
  visibility: visible;
}
.service--style3 .service-item:hover .reply-btn {
  opacity: 0;
  visibility: hidden;
}
.service--style3 .service-item:hover .service-thumb {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  opacity: 0;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: var(--white);
  color: var(--black);
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 30px;
  margin-inline: 40px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 991px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 48px;
    height: 48px;
  }
}
.swiper-button-prev:hover, .swiper-button-prev.active,
.swiper-button-next:hover,
.swiper-button-next.active {
  background-color: var(--primary-1);
  color: var(--white);
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-slide img {
  border-radius: 48px;
}

.service-details figure {
  border-radius: 24px;
}
.service-details__thumb img {
  border-radius: 24px;
}
.service-details__author-quite i,
.service-details__author-quite svg {
  font-size: 40px;
}
.service-details__author-content h4 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--white);
}
.service-details__author-content span {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}
.service-details__author-thumb img {
  border-radius: 99px;
}
.service-details__author-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.service-details__author-bg {
  background-color: var(--title-col-1);
  border-radius: 1rem;
  padding: 40px;
  margin-bottom: 20px;
}
.service-details__author-bg p {
  font-family: var(--font-montarest);
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
  margin-top: 16px;
}
.service-details__feature ul {
  display: flex;
  flex-wrap: wrap;
}
.service-details__feature ul li {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  margin-bottom: 20px;
  width: 490px;
}
@media only screen and (max-width: 767px) {
  .service-details__feature ul li {
    font-size: 16px;
    line-height: 0px;
    margin-bottom: 15px;
  }
}
.service-details__feature ul li i,
.service-details__feature ul li svg {
  margin-right: 16px;
  color: var(--primary-1);
}
.service-details__feature h3 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -1px;
  color: var(--title-col-1);
  margin-bottom: 24px;
}
@media only screen and (max-width: 1199px) {
  .service-details__feature h3 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__feature h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
.service-details__title h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  color: var(--title-col-1);
  margin-top: 32px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1199px) {
  .service-details__title h2 {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .service-details__title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.service-details__title p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
}

.client--style2 {
  position: relative;
  overflow: hidden;
}
.client--style2 figure {
  border-radius: 24px;
}
.client--style2 .section-header__subtitle {
  display: inline;
}
.client--style2 .client__thumb-content h5 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.client--style2 .client__thumb-content span {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
}
.client--style2 .client__thumb-wrapper {
  position: absolute;
  bottom: 56px;
  left: 25%;
  background-color: var(--white);
  padding-block: 14px;
  padding-inline: 40px;
  border-radius: 112px;
}
@media only screen and (max-width: 1919px) {
  .client--style2 .client__thumb-wrapper {
    bottom: 40px;
    left: 16%;
  }
}
@media only screen and (max-width: 1399px) {
  .client--style2 .client__thumb-wrapper {
    bottom: 32px;
    left: 11%;
  }
}
@media only screen and (max-width: 1199px) {
  .client--style2 .client__thumb-wrapper {
    bottom: 29px;
    left: 2%;
    padding-inline: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .client--style2 .client__thumb-wrapper {
    bottom: 30px;
    left: 0%;
    padding-inline: 60px;
    padding-block: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .client--style2 .client__thumb-wrapper {
    bottom: 30px;
    left: 13%;
  }
}
@media (max-width: 575px) {
  .client--style2 .client__thumb-wrapper {
    bottom: 16px;
    left: 2%;
    padding-inline: 16px;
  }
}
.client--style2 .client__item-content h3 {
  font-family: var(--font-montarest);
  font-style: italic;
  font-weight: 500;
  font-size: 40px;
  line-height: 56px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1399px) {
  .client--style2 .client__item-content h3 {
    font-size: 39px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .client--style2 .client__item-content h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .client--style2 .client__item-content h3 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .client--style2 .client__item-content h3 {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .client--style2 .client__item-content h3 {
    font-size: 24px;
    line-height: 38px;
  }
}
.client--style2 .client__item-thumb img {
  border-radius: 24px;
}
.client--style2 .tf-slider-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.client--style2 .nav-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: var(--transition);
}
@media only screen and (max-width: 991px) {
  .client--style2 .nav-btn {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 575px) {
  .client--style2 .nav-btn {
    width: 40px;
    height: 40px;
  }
}
.client--style2 .nav-btn.prev {
  background-color: var(--section-bg);
  color: var(--line);
  rotate: 45deg;
}
.client--style2 .nav-btn.next {
  background-color: var(--section-bg);
  color: var(--line);
  rotate: -55deg;
}
.client--style2 .nav-btn:hover {
  transform: scale(1.05);
  opacity: 0.9;
  background-color: var(--primary2);
  color: var(--white);
}
.client--style2 {
  /* Counter Area */
}
.client--style2 .tf-slider-nav {
  padding-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media only screen and (max-width: 1399px) {
  .client--style2 .tf-slider-nav {
    justify-content: center;
  }
}
@media only screen and (max-width: 1199px) {
  .client--style2 .tf-slider-nav {
    padding-top: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .client--style2 .tf-slider-nav {
    padding-top: 20px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .client--style2 .tf-slider-nav {
    padding-top: 20px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .client--style2 .tf-slider-nav {
    padding-top: 20px;
    justify-content: center;
  }
}
.client--style2 .nav-counter {
  display: flex;
  align-items: center;
  gap: 30px;
}
.client--style2 .nav-counter .line {
  width: 80px;
  height: 1px;
  background-color: var(--section-bg);
}
@media only screen and (max-width: 991px) {
  .client--style2 .nav-counter .line {
    width: 60px;
  }
}
@media (max-width: 575px) {
  .client--style2 .nav-counter .line {
    width: 40px;
  }
}
.client--style2 .counter-content {
  display: flex;
  align-items: baseline;
  font-size: 32px;
  color: var(--title-col-1);
  font-weight: 400;
}
.client--style2 .counter-content .total {
  font-size: 16px;
  color: var(--text-col-1);
  margin-left: 5px;
}
.client--style2 .client__navigation-area {
  margin-top: 40px;
  padding-left: 41.66%;
}
@media (max-width: 991px) {
  .client--style2 .client__navigation-area {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
}

.video {
  padding-top: 220px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .video {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .video {
    padding-top: 70px;
  }
}
.video-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.video-content h2 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 200px;
  line-height: 108px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .video-content h2 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .video-content h2 {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .video-content h2 {
    font-size: 60px;
  }
}
.video-thumb {
  background-color: var(--primary-1);
  width: 120px;
  height: 120px;
  border-radius: 99px;
  display: grid;
  place-items: center;
  margin-inline: auto;
  margin-bottom: 307px;
}
@media only screen and (max-width: 1199px) {
  .video-thumb {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .video-thumb {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .video-thumb {
    margin-bottom: 90px;
  }
}
.video .popup-video i,
.video .popup-video svg {
  font-size: 34px;
  color: var(--white);
}

.company figure {
  border-radius: 24px;
}
.company {
  background-color: var(--title-col-1);
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1919px) {
  .company {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 1399px) {
  .company {
    padding-bottom: 270px;
  }
}
@media only screen and (max-width: 1199px) {
  .company {
    padding-bottom: 80px;
  }
}
.company-item {
  padding-block: 40px;
  padding-inline-start: 32px;
  padding-inline-end: 40px;
}
@media only screen and (max-width: 1399px) {
  .company-item {
    padding-block: 20px;
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}
.company-item {
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
.company-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 109, 69, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: -1;
  border-radius: 16px;
}
.company-item:hover::before {
  opacity: 1;
  visibility: visible;
}
.company-item__content h4 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.company-item__content p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--text-col-1);
  max-width: 323px;
}
@media only screen and (max-width: 1399px) {
  .company-item__content p {
    max-width: 240px;
  }
}
@media only screen and (max-width: 1199px) {
  .company-item__content p {
    max-width: 270px;
  }
}
@media only screen and (max-width: 767px) {
  .company-item__content p {
    max-width: 470px;
  }
}
.company-item__thumb img {
  margin-bottom: 48px;
}
.company-item__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: var(--white);
  border-radius: 16px;
  max-width: 1185px;
  position: absolute;
  bottom: 120px;
  left: 580px;
}
@media only screen and (max-width: 1919px) {
  .company-item__wrapper {
    bottom: 140px;
    left: 144px;
  }
}
@media only screen and (max-width: 1399px) {
  .company-item__wrapper {
    bottom: 80px;
    left: 285px;
  }
}
@media only screen and (max-width: 1199px) {
  .company-item__wrapper {
    position: inherit;
  }
}
.company-admin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}
.company-admin__content span:first-child {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}
.company-admin__content span:last-child {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: var(--white);
}
.company-thumb img {
  border-radius: 24px;
}

.company-item:hover .company-item__content h4,
.company-item:hover .company-item__content p {
  color: var(--white);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.company-item:hover .company-item__thumb img {
  color: var(--white);
}

.error__thumb {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .error__thumb {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .error__thumb {
    margin-bottom: 50px;
  }
}
.error__thumb img {
  max-width: 100%;
}
.error-content__title {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  text-align: center;
  letter-spacing: -1px;
  color: var(--title-col-1);
}
@media only screen and (max-width: 1199px) {
  .error-content__title {
    font-size: 46px;
    line-height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .error-content__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .error-content__title {
    font-size: 32px;
    line-height: 40px;
  }
}
.error-content__text {
  width: 850px;
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--text-col-1);
  margin-bottom: 40px;
}
.error .text {
  text-transform: uppercase;
}

.pricing--style1 .pricing-period {
  color: var(--text-col-1);
  font-family: var(--font-bebas);
  font-size: 18px;
}
.pricing--style1 .pricing-amount {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 108px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--title-col-1);
}
.pricing--style1 .pricing-list {
  padding-top: 32px;
}
.pricing--style1 .pricing-title {
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(88, 121, 132, 0.08);
}
.pricing--style1 .pricing-title h4 {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.pricing--style1 .pricing-title p {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #587984;
  margin-bottom: 24px;
}
.pricing--style1 .pricing-header__count {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pricing--style1 .pricing-header__count span {
  font-family: var(--font-bebas);
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.5px;
  color: var(--title-col-1);
}
.pricing--style1 .pricing-header__count .dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pricing--style1 .pricing-header__count .dot::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--primary-1);
  display: inline-block;
  border-radius: 50%;
}
.pricing--style1 .pricing-header__wrapper {
  background-color: var(--white);
  padding-block: 8px;
  padding-inline: 12px;
  margin-inline: 16px;
  margin-bottom: 32px;
  border-radius: 8px;
}
.pricing--style1 .pricing-item {
  background-color: var(--section-bg);
  padding-top: 16px;
  border-radius: 16px;
}
.pricing--style1 .pricing-item__features {
  font-family: var(--font-montarest);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #587984;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.pricing--style1 .pricing-item__features:last-child {
  margin-bottom: 0;
}
.pricing--style1 .pricing-item__features span i,
.pricing--style1 .pricing-item__features span svg {
  rotate: -45deg;
  color: var(--title-col-1);
  margin-right: 8px;
}
.pricing--style1 .pricing-item__inner {
  padding-inline: 32px;
  padding-bottom: 32px;
}

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