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

  Template Name: Verso - Multipurpose HTML5 Template
  Author: RRDevs
  Support: https://support.rrdevs.net/
  Version: 1.0.0

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

/************ TABLE OF CONTENTS ***************
/* variable css */
/*Variable CSS
/*Typography CSS
/*About Us


/* === Colors variable scss (index 01) === */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary: #0A0A0A;
  --primary-1: #1756F7;
  --body_text: #4E4E4E;
  --black: #000000;
  --white: #FFFFFF;
  --theme: #1756F7;
}

/* === 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) === */
/* === Font Variable scss (index 03) === */
:root {
  --font_inter: "Inter", sans-serif;
  --font_code-pro: "Source Code Pro", monospace;
  --font_awesome: "Font Awesome 6 Pro";
}

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

body {
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--body_text);
  font-family: var(--font_inter);
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
a:hover {
  color: var(--theme);
}

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

/* === 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;
  }
}
main {
  width: 100%;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* === 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 03) === */
.rr-container-1650 {
  max-width: 1650px;
}

.rr-container-1710 {
  max-width: 1710px;
}

.rr-container-1920 {
  max-width: 1910px;
}

.rr-container-1320 {
  max-width: 1290px;
}

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

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

.go-down {
  width: 28px;
  height: 28px;
  background-color: var(--primary);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border-radius: 50%;
}
.dark .go-down {
  color: var(--black);
}

/* === Section title scss (index 06) === */
.section-title {
  font-size: 90px;
  /* Specific font family and weight */
}
@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}
.section-title.font-bdogrotesk-regular {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.05em;
}
.section-title.font-bdogrotesk-regular-50 {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}
@media (min-width: 1200px) {
  .section-title.font-bdogrotesk-regular-50 {
    font-size: 50px;
  }
}
.section-title.font-astronebula-light {
  font-family: var(--font_astronebula);
  font-weight: 300;
  line-height: 0.83;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1199px) {
  .section-title.font-astronebula-light {
    line-height: 0.93;
  }
}

/* === Section spacing  scss (index 07) === */
.section-spacing-bottom {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing-bottom {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing-bottom {
    padding-bottom: 60px;
  }
}

/* === ontainer styling with full HD support  scss (index 08) === */
@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-3 {
  background: #F1F1F1;
}

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

.side-info-close {
  font-size: 20px;
  padding: 0;
  transition: all 0.3s linear;
  background-color: transparent;
  color: var(--black);
  width: 40px;
  height: 40px;
  border: 1px solid var(--black);
  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;
}
@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;
}
@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(--primary);
  font-weight: 500;
}
.offset-widget-box .contact-item span a:hover {
  color: var(--theme);
}
.offset-widget-box .contact-item .icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  border: 1px solid var(--primary);
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--primary);
}

/* ===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;
}
.dark .mobile-menu.mean-container .mean-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.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);
}
.dark .mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}
.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.mobile-menu.mean-container .mean-bar {
  padding-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;
}

/* === Sticky header scss (index 14) === */
.header-sticky {
  transition: all 0.5s;
}

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

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

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

/* === rr--hover-img canvas (Home) === */
.rr--hover-img canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 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: var(--white);
}

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

.mb-0 {
  margin-bottom: 0;
}

.mt-5 {
  margin-top: 5px;
}

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

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

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

.mt-55 {
  margin-top: 55px;
}

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

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

/* === font-family scss (index 03) === */
.font-sans {
  font-family: var(--font_sans);
}

/* === color scss (index 03) === */
.primary {
  color: var(--primary);
}

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

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

/* === font-weight scss (index 03) === */
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

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

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

.rr-container-1244 {
  max-width: 1244px;
}

.rr-container-1244 {
  max-width: 1244px;
}

.rr-container-1344 {
  max-width: 1344px;
}

.rr-container-1460 {
  max-width: 1460px;
}

.rr-container-1704 {
  max-width: 1704px;
}

.rr-container-1824 {
  max-width: 1824px;
}

/* === section scss (index 03) === */
header {
  margin-bottom: -1px;
  z-index: 100;
}

section {
  margin-bottom: -1px;
}

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

.section-space {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-space-top {
  padding-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-top {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 60px;
  }
}

.section-space-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 60px;
  }
}

.gx-4 {
  --bs-gutter-x: 24px;
}

.gx-40 {
  --bs-gutter-x: 40px;
}

.g-24,
.gy-24 {
  --bs-gutter-y: 24px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

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

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

/* === 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(--theme);
  z-index: 99999999999999;
}

.loader-wrap svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #000;
}

.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;
  }
}
@media (max-width: 575px) {
  .loader-wrap .loader-wrap-heading .load-text {
    font-size: 40px;
  }
}

.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 scss (index 01) === */
.rr-btn {
  overflow: hidden;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
  padding: 14.5px 23px;
  align-items: center;
  display: inline-flex;
  border-radius: 500px;
  justify-content: center;
  font-family: var(--font_inter);
  background-color: transparent;
  background: var(--theme);
}
.rr-btn:hover::before, .rr-btn:focus::before {
  height: 100%;
}
.rr-btn:hover .btn-wrap .text-one, .rr-btn:focus .btn-wrap .text-one {
  transform: translateY(-150%);
}
.rr-btn:hover .btn-wrap .text-two, .rr-btn:focus .btn-wrap .text-two {
  top: 50%;
  transform: translateY(-50%);
  color: var(--white);
}
.rr-btn:after {
  display: block;
  clear: both;
  content: "";
}
.rr-btn::before {
  background: #111111;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.5s;
}
.rr-btn .btn-wrap {
  z-index: 1;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  border: none;
}
.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
  gap: 8px;
  display: flex;
  align-items: center;
  margin-right: 1px;
}
.rr-btn .btn-wrap .text-one i,
.rr-btn .btn-wrap .text-two i {
  font-size: 16px;
}
.rr-btn .btn-wrap .text-one {
  position: relative;
  color: #FFFFFF;
  transition: all 0.5s;
}
.rr-btn .btn-wrap .text-one-6 {
  color: #111111;
}
.rr-btn .btn-wrap .text-two {
  top: 100%;
  position: absolute;
  color: var(--white);
  transition: all 0.5s;
}

/* === 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:last-child > a {
  padding-right: 0;
}
.main-menu > ul > li:hover > a {
  color: var(--theme);
}
.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: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu {
  background-color: var(--white);
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.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(--white);
  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-size: 16px;
  font-weight: 500;
  color: var(--primary);
  padding: 10px 0;
  background-color: transparent;
  border-radius: 8px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
  color: var(--theme);
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .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;
}

.header-area {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header-area {
    top: 15px;
  }
}
.header-area .header__button {
  display: flex;
  gap: 10px;
}
.header-area__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  background: var(--white);
  border-radius: 100px;
  justify-content: space-between;
  padding: 0px 40px 0px 60px;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 80px;
    gap: 10px;
    padding: 0 40px 0 40px;
  }
}
@media (max-width: 575px) {
  .header-area__inner {
    padding: 0 10px 0 10px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #FCF7F3;
}
.dark .header-area .header__logo .light-logo {
  display: none;
}
.header-area .header__logo .dark-logo {
  display: none;
}
.dark .header-area .header__logo .dark-logo {
  display: block;
}
.header-area .main-menu li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary);
  padding: 42px 17px;
  font-family: var(--font_inter);
}
.header-area .main-menu li a:hover {
  color: var(--theme);
}
.header-area .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-area .header__button .rr-btn {
    display: none;
  }
}
.header-area .rr-btn {
  padding: 15px 28.2px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  font-family: var(--font_inter);
  background: var(--theme);
  text-transform: capitalize;
}
.header-area .side-toggle {
  width: 50px;
  height: 50px;
  background: #F5F5F5;
  display: none;
  border-radius: 50%;
}
@media only screen and (max-width: 1199px) {
  .header-area .side-toggle {
    display: inherit;
  }
}
.header-area .side-toggle i {
  font-size: 22px;
}
.header-area .header__nav {
  position: relative;
  margin-left: 90px;
}
@media only screen and (max-width: 1399px) {
  .header-area .header__nav {
    margin-left: 20px;
  }
}
.header-area .header__search button {
  display: flex;
  margin-left: 5px;
  align-items: center;
  border-radius: 500px;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #F5F7F8;
}
.header-area .header__search button i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0A0A0A;
}
.header-area .header__search button:hover i {
  color: var(--theme);
}

/* === footer scss (index 01) === */
.footer-2 {
  overflow: hidden;
  background: #131620;
}
.footer-2 .footer-text {
  margin-bottom: 42px;
}
.footer-2 .footer-text .text-heading {
  font-weight: 700;
  font-size: 220px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.05);
  font-family: var(--font_inter);
  margin-top: -30px;
}
@media only screen and (max-width: 1919px) {
  .footer-2 .footer-text .text-heading {
    font-size: 156px;
    margin-top: -17px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-2 .footer-text .text-heading {
    font-size: 141px;
    margin-top: -17px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-2 .footer-text .text-heading {
    font-size: 120px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-2 .footer-text .text-heading {
    font-size: 92px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-2 .footer-text .text-heading {
    font-size: 71px;
  }
}
@media (max-width: 575px) {
  .footer-2 .footer-text .text-heading {
    font-size: 38px;
  }
}
.footer-2 .footer-widget .widget-header .widget-title {
  font-size: 24px;
}
.footer-2 .footer-widget .widget-header .widget-title:after {
  left: 0;
}
.footer-2 .footer-widget .widget-header .widget-title:before {
  left: 45px;
  width: 15px;
}
.footer-2 .footer-widget .widget-header .widget-title .right-shape {
  background-color: var(--theme);
  width: 5px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 65px;
}
.footer-2 .footer-widget .footer-social li:not(:last-of-type) {
  margin-right: 5px;
}
.footer-2 .footer-widget .footer-social li a {
  background-color: #242833;
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer-2 .footer-widget .footer-social li a:hover {
  background-color: var(--theme);
}
.footer-2 .footer-widget .footer-social li a:hover i {
  color: var(--white);
}

.footer-widget .widget-header {
  margin-bottom: 23px;
}
.footer-widget .widget-header .widget-title {
  color: var(--white);
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  font-family: var(--font_inter);
  position: relative;
  padding-bottom: 15px;
}
.footer-widget .widget-header .widget-title:before {
  background-color: var(--theme);
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-widget .widget-header .widget-title:after {
  background-color: var(--theme);
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.footer-widget p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #838791;
  max-width: 312px;
}
@media (max-width: 575px) {
  .footer-widget p {
    max-width: 100%;
  }
}
.footer-widget p span {
  color: var(--theme);
}
.footer-widget .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  text-transform: uppercase;
}
.footer-widget .title span {
  color: var(--tb-color-text-body);
  display: block;
  margin-top: 10px;
  text-transform: inherit;
  font-weight: 400;
}
.footer-widget .footer-list {
  list-style: none;
}
.footer-widget .footer-list li {
  color: #838790;
}
.footer-widget .footer-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #838790;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .footer-widget .footer-list li a {
    font-size: 14px;
    line-height: 29px;
  }
}
.footer-widget .footer-list li a i {
  color: #838790;
  margin-right: 15px;
  font-weight: 900;
  font-size: 16px;
  line-height: 40px;
  transition: all 0.3s ease-in-out;
}
.footer-widget .footer-list li a:hover {
  color: var(--theme);
}
.footer-widget .footer-list li a:hover i {
  color: var(--theme);
}
.footer-widget .footer-social {
  margin-top: 36px;
}
.footer-widget .footer-social li {
  display: inline-flex;
}
.footer-widget .footer-social li:not(:last-of-type) {
  margin-right: 20px;
}
.footer-widget .footer-social li a {
  font-size: 20px;
}
.footer-widget .footer-social li a:hover {
  color: var(--theme);
}
.footer-widget.footer-col-2 {
  padding-left: 10px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget.footer-col-2 {
    padding-left: 0;
  }
}
.footer-widget.footer-col-2 .footer-list li a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-widget.footer-col-2 .footer-list li a {
    font-size: 15px;
  }
}
.footer-widget.footer-col-2 .footer-list li a:before {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-weight: 700;
  content: "\f061";
  color: var(--theme);
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.footer-widget.footer-col-2 .footer-list li a:hover:before {
  color: var(--theme);
  left: 5px;
}
.footer-widget.footer-col-3 {
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget.footer-col-3 {
    padding-left: 0;
  }
}

.copyright-content {
  border-top: 1px solid #242836;
  padding: 24px 0;
  display: flex;
  align-items: center;
  column-gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 15px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .copyright-content {
    justify-content: center;
  }
}
.copyright-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 0;
}
.copyright-content p span {
  color: var(--theme);
}
.copyright-content .copy-list {
  display: flex;
  align-items: center;
  column-gap: 20px;
  flex-wrap: wrap;
  row-gap: 10px;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .copyright-content .copy-list {
    justify-content: space-between;
  }
}
.copyright-content .copy-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #6F7279;
}

.footer-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
}
.footer-gallery-wrap .gallary-img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
.footer-gallery-wrap .gallary-img:hover:before {
  visibility: visible;
  opacity: 1;
}
.footer-gallery-wrap .gallary-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.footer-widget.widget-2 {
  padding-left: 55px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget.widget-2 {
    padding-left: 0;
  }
}

.section-title__wrapper {
  text-align: center;
  margin-bottom: 57px;
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper {
    margin-bottom: 40px;
  }
}
.section-title__wrapper .sub-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme);
  font-family: var(--font_inter);
  display: block;
  margin-bottom: 13px;
}
.section-title__wrapper .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 991px) {
  .section-title__wrapper .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title__wrapper .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .section-title__wrapper .title {
    font-size: 30px;
    line-height: 37px;
  }
}

/* === pages scss (index 01) === */
.about-section__thumb {
  max-width: 603px;
  position: relative;
}
.about-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.about-section__profile {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 40px 65px;
  background: var(--theme);
  border-radius: 20px;
  border: 7px solid var(--white);
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  max-width: 375px;
  right: 10px;
}
@media only screen and (max-width: 991px) {
  .about-section__profile {
    padding: 40px 19px;
  }
}
@media (max-width: 575px) {
  .about-section__profile {
    padding: 20px 19px;
  }
}
.about-section__profile .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--white);
}
@media (max-width: 575px) {
  .about-section__profile .title {
    font-size: 22px;
    line-height: 29px;
  }
}
.about-section__corner {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 15px;
  height: 15px;
  background: var(--white);
}
.about-section__info {
  margin-bottom: 32px;
}
.about-section__info .sub-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme);
  font-family: var(--font_inter);
  display: block;
  margin-bottom: 13px;
}
.about-section__info .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: var(--primary);
  font-family: var(--font_inter);
  max-width: 536px;
  margin-bottom: 23px;
}
@media only screen and (max-width: 1199px) {
  .about-section__info .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .about-section__info .title {
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__info .title {
    font-size: 32px;
    line-height: 40px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .about-section__info .title {
    font-size: 28px;
    line-height: 37px;
  }
}
.about-section__info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
.about-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media only screen and (max-width: 991px) {
  .about-section__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .about-section__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-section__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
.about-section__list li {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  list-style: none;
}
.about-section__list li i {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  color: #0A0A0A;
  margin-right: 15px;
}
.about-section__box {
  display: flex;
  align-items: center;
  gap: 82px;
  margin-top: 38px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .about-section__box {
    gap: 20px;
  }
}
.about-section__author-box {
  display: flex;
  gap: 20px;
  align-items: center;
}
.about-section__author-box .author-thumb {
  width: 60px;
  height: 60px;
}
.about-section__author-box .author-details .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  margin-bottom: 7px;
}
.about-section__author-box .author-details .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.about-section__btn .rr-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 20.5px 47px;
}

.team-section__item {
  position: relative;
  overflow: hidden;
}
.team-section__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.team-section__item::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 20px;
  bottom: 20px;
  right: 20px;
  background: #1756F7;
  mix-blend-mode: multiply;
  border-radius: 10px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .team-section__item::before {
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
  }
}
.team-section__item:hover::before {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.team-section__item:hover .team-section__card {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
.team-section__card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(40px);
  border-radius: 10px;
  padding: 23px 27px 29px 27px;
  display: inline-block;
  max-width: 282px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.team-section__content {
  text-align: center;
}
.team-section__content .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
  color: var(--white);
  margin-bottom: 6px;
}
.team-section__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.41);
}
.team-section__socail {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  margin-top: 14px;
}
@media only screen and (max-width: 767px) {
  .team-section__socail {
    gap: 10px;
  }
}
.team-section__socail li {
  list-style: none;
}
.team-section__socail li a {
  width: 36px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(40px);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-section__socail li a i {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}
.team-section__socail li a:hover {
  background: var(--theme);
}

.team-details__wrap {
  background: #F6F7FA;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
}
.team-details__thumb {
  margin-right: 45px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .team-details__thumb {
    margin-right: 0;
    height: inherit;
  }
}
.team-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 0px 0px 15px;
}
@media only screen and (max-width: 767px) {
  .team-details__thumb img {
    border-radius: 15px;
  }
}
.team-details__author .name {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #191A1F;
  margin-bottom: 6px;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 767px) {
  .team-details__author .name {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
.team-details__author .desgn {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--theme);
}
.team-details__content {
  padding: 72px 40px 75px 0;
  margin-left: -10px;
}
@media only screen and (max-width: 1199px) {
  .team-details__content {
    padding: 40px 20px 40px 0;
  }
}
@media only screen and (max-width: 991px) {
  .team-details__content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__content {
    padding: 10px 15px 40px 15px;
  }
}
.team-details__content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  max-width: 610px;
  font-family: var(--font_inter);
  margin-top: 25px;
}
.team-details__inner {
  display: grid;
  grid-template-columns: 257px 1fr;
  gap: 30px;
  margin-top: 31px;
}
@media only screen and (max-width: 991px) {
  .team-details__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .team-details__inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.team-details__item {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .team-details__item {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.team-details__item .icon {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border: 1px solid #EAE3F5;
  border-radius: 100px;
}
.team-details__item .icon i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--theme);
}
.team-details__item .content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636166;
  margin-bottom: 10px;
  display: block;
}
.team-details__item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #191A1F;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 767px) {
  .team-details__item .content .title {
    font-size: 16px;
  }
}
.team-details__skill {
  background: #F6F7FA;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
  margin-top: 80px;
  padding: 72px 79px 79px 79px;
}
@media only screen and (max-width: 1199px) {
  .team-details__skill {
    padding: 40px 30px 40px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__skill {
    padding: 40px 15px 40px 15px;
    margin-top: 60px;
  }
}
.team-details__skill-content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #191A1F;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .team-details__skill-content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.team-details__skill-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
}
.team-details__skill-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
  margin-top: 32px;
}
@media only screen and (max-width: 991px) {
  .team-details__skill-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-details__skill-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-details__skill-item {
  display: flex;
  align-items: center;
  gap: 30px;
  background: var(--white);
  border: 1px solid #EAE3F5;
  border-radius: 55px;
}
@media only screen and (max-width: 767px) {
  .team-details__skill-item {
    gap: 10px;
  }
}
.team-details__skill-item .icon {
  background: var(--theme);
  border-radius: 55px 55px 0px 55px;
  min-width: 110px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .team-details__skill-item .icon {
    min-width: 80px;
    min-height: 80px;
  }
}
.team-details__skill-item .content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--theme);
  font-family: var(--font_inter);
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}
.team-details__skill-item .content h2 span {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: var(--theme);
  font-family: var(--font_inter);
}
.team-details__skill-item .content .decs {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
}

.breadcrumb-section__wrapper {
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  padding: 390px 0 213px 0;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb-section__wrapper {
    padding: 350px 0 190px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb-section__wrapper {
    padding: 220px 0 110px 0;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section__wrapper {
    padding: 220px 0 110px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section__wrapper {
    padding: 160px 0 80px 0;
  }
}
.breadcrumb-section__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(5, 9, 26, 0.7);
}
.breadcrumb-section__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section__shape {
    display: none;
  }
}
.breadcrumb-section__content {
  z-index: 2;
  text-align: start;
  position: relative;
  text-align: center;
}
.breadcrumb-section__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 58px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 9px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb-section__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb-section__title {
    font-size: 35px;
    line-height: 36px;
  }
}
@media (max-width: 575px) {
  .breadcrumb-section__title {
    font-size: 30px;
    line-height: 32px;
  }
}
.breadcrumb-section__list {
  margin-top: 4px;
}
.breadcrumb-section__list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #1756F7;
  font-family: var(--font_inter);
  list-style: none;
  display: flex;
  gap: 7px;
  justify-content: center;
}
@media (max-width: 575px) {
  .breadcrumb-section__list li {
    padding: 6px 0;
  }
}
.breadcrumb-section__list li span {
  color: var(--white);
}
.breadcrumb-section__list li a {
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.breadcrumb-section__list li a:hover {
  color: var(--theme);
}

.contact-main__area .contact-page__wrapper {
  background: inherit;
}
.contact-main__area .contact-page__contact-from {
  padding: 54px 60px 45px 60px;
  background: #F8F4FF;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .contact-main__area .contact-page__contact-from {
    padding: 54px 20px 45px 20px;
  }
}
.contact-main__area .contact-page__contact-from form button {
  width: 100%;
  display: flex;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  align-items: center;
  text-align: center;
  color: var(--white);
  padding: 18px 0px;
  border-radius: 5px;
  justify-content: center;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__contact-from form button .text-one {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-main__area .contact-page__contact-from form button .text-one i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.contact-main__area .contact-page__contact-from form button .text-two {
  gap: 4px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  gap: 5px;
}
.contact-main__area .contact-page__contact-from form button .text-two i {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}
.contact-main__area .contact-page__contact-from .ajax-response {
  margin-top: 15px;
}
.contact-main__area .contact-page__contact-from .ajax-response.error {
  color: var(--primary);
}
.contact-main__area .contact-page__contact-from .ajax-response.success {
  color: #198754;
}
.contact-main__area .contact-page__title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  margin-bottom: 9px;
}
.contact-main__area .contact-page__decs {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  align-items: center;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__form-group {
  gap: 25px;
  display: flex;
  margin-top: 35px;
  align-items: center;
}
@media (max-width: 575px) {
  .contact-main__area .contact-page__form-group {
    gap: 0;
    flex-wrap: wrap;
  }
}
.contact-main__area .contact-page__input {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.contact-main__area .contact-page__input input {
  width: 100%;
  border: none;
  height: 55px;
  border-radius: 5px;
  background: var(--white);
  transition: all 0.3s ease-in-out;
  padding: 17.5px 47px 17.5px 25px;
  border: 1px solid none;
  border-radius: 10px;
}
.contact-main__area .contact-page__input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__input input:hover, .contact-main__area .contact-page__input input:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-main__area .contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  color: var(--body_text);
}
.contact-main__area .contact-page__select {
  position: relative;
  margin-bottom: 20px;
}
.contact-main__area .contact-page__select i {
  top: 20px;
  left: 20px;
  display: block;
  position: absolute;
  color: var(--primary);
}
.contact-main__area .contact-page__select .nice-select {
  float: inherit;
  height: 55px;
  border: none;
  position: relative;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--light_bg);
  padding: 0;
}
.contact-main__area .contact-page__select .nice-select .icon {
  position: absolute;
  top: 0%;
  right: 56px;
  font-size: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.contact-main__area .contact-page__select .nice-select .icon i {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select .nice-select.open {
  background-color: var(--white);
  border-color: var(--secondary);
}
.contact-main__area .contact-page__select .nice-select.open .icon i {
  transform: rotate(180deg);
}
.contact-main__area .contact-page__select .nice-select::after {
  display: none;
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: var(--font_inter);
  border: 1px solid none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-main__area .contact-page__select .nice-select:focus {
  outline: none;
}
.contact-main__area .contact-page__select .nice-select .list {
  width: 100%;
}
.contact-main__area .contact-page__icon {
  top: 17px;
  right: 24px;
  position: absolute;
}
.contact-main__area .contact-page__icon i {
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #636166;
}
.contact-main__area .contact-page__textarea textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  margin-bottom: 17px;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 17px 24px 78px 24px;
  border: 1px solid none;
}
.contact-main__area .contact-page__textarea textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-main__area .contact-page__textarea textarea:hover, .contact-main__area .contact-page__textarea textarea:focus {
  border-color: #E5E5E5 !important;
  box-shadow: none;
  outline: none;
  background-color: var(--white);
}
.contact-main__area .contact-page__select .nice-select .current {
  display: flex;
  align-items: center;
  padding: 20px 20px;
  font-family: var(--font_inter);
  border: none;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
}
.contact-main__content {
  margin-bottom: 34px;
}
.contact-main__content .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 11px;
}
@media (max-width: 575px) {
  .contact-main__content .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.contact-main__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.contact-main__item {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 25px;
}
@media (max-width: 575px) {
  .contact-main__item {
    grid-template-columns: 1fr;
  }
}
.contact-main__item .icon {
  background: var(--white);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  background: #FFFFFF;
  border: 1px solid #EAE3F5;
  border-radius: 5px;
}
.contact-main__item .icon i {
  font-weight: 900;
  font-size: 20px;
  line-height: 20px;
  color: var(--theme);
}
.contact-main__item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 6px;
}
.contact-main__item .content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #4E4E4E;
  list-style: none;
}
.contact-main__item .content ul li span {
  color: var(--theme);
}
.contact-main__info {
  padding: 55px 60px 55px 60px;
  background: #F8F4FF;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
  margin-left: 4px;
}
@media only screen and (max-width: 1199px) {
  .contact-main__info {
    padding: 55px 25px 55px 25px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-main__info {
    padding: 55px 25px 55px 25px;
    margin-top: 40px;
  }
}
.contact-main__info .item-2 {
  border-bottom: none;
  padding-bottom: 0;
}

.services-section {
  background: #F5F5F5;
}
.services-section__item {
  background: var(--white);
  border-radius: 16px;
}
.services-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.services-section__content {
  padding: 0 35px 42px 40px;
  margin-top: -55px;
}
@media only screen and (max-width: 1199px) {
  .services-section__content {
    padding: 0 20px 42px 20px;
  }
}
.services-section__icon {
  width: 100px;
  height: 100px;
  background: var(--theme);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  margin-bottom: 24px;
  z-index: 1;
  position: relative;
}
.services-section__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 767px) {
  .services-section__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.services-section__dec {
  line-height: 26px;
  margin-bottom: 20px;
  margin-top: 17px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
.services-section__btn .read-more-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  color: var(--theme);
  font-family: var(--font_inter);
  background: linear-gradient(var(--theme) 0%, var(--theme) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
}
.services-section__btn .read-more-btn:hover {
  color: var(--theme);
  background-size: 100% 2px;
}

.services-page {
  background: var(--white);
}
.services-page .services-section__item {
  background: #F6F7FA;
}

.service-details-content {
  background: #F8F4FF;
  padding: 40px 39px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .service-details-content {
    padding: 40px 15px 40px 15px;
  }
}
.service-details-content .service-details-img .image {
  overflow: hidden;
  border-radius: 15px;
}
.service-details-content .service-details-img .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
.service-details-content .details-title {
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  color: #191A1F;
}
.service-details-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  max-width: 777px;
}
.service-details-content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  margin-bottom: 30px;
  max-width: 777px;
}
.service-details-content .service-thumb-wrap {
  background: #FFFFFF;
  border: 1px solid #F6F7FA;
  border-radius: 15px;
  padding: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 185px 185px 1fr;
  grid-gap: 15px;
}
@media only screen and (max-width: 1199px) {
  .service-details-content .service-thumb-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .service-details-content .service-thumb-wrap {
    grid-template-columns: repeat(1, 1fr);
    padding: 25px 15px;
  }
}
.service-details-content .service-thumb-wrap .service-thumb {
  border-radius: 15px;
}
.service-details-content .service-thumb-wrap .service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.service-details-content .service-thumb-wrap .thumb-list {
  list-style: none;
}
.service-details-content .service-thumb-wrap .thumb-list li {
  background: #F8F4FF;
  border-radius: 6px;
  padding: 10.5px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
}
.service-details-content .service-thumb-wrap .thumb-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.service-details-content .service-thumb-wrap .thumb-list li i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: var(--theme);
  margin-right: 10px;
}
.service-details-content .service-thumb-wrap-2 {
  display: flex;
  align-items: center;
  column-gap: 24px;
  row-gap: 24px;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .service-details-content .service-thumb-wrap-2 {
    flex-wrap: wrap;
  }
}
.service-details-content .service-thumb-wrap-2 .thumb-box {
  max-width: 385px;
  width: 100%;
  height: 350px;
  border-radius: 15px;
  overflow: hidden;
}
.service-details-content .service-thumb-wrap-2 .thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  overflow: hidden;
}
.service-details-content .service-details-accordion {
  margin-top: 40px;
}
.service-details-content .service-details-accordion .accordion-item {
  box-shadow: done;
  border: none;
  background-color: #EFF1F5;
  border-radius: 10px;
}
.service-details-content .service-details-accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button {
  background: #FFFFFF;
  border: 1px solid #F6F7FA;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  box-shadow: none;
  border: none;
  padding: 17.5px 30px;
}
@media (max-width: 575px) {
  .service-details-content .service-details-accordion .accordion-item .accordion-button {
    padding: 17.5px 10px;
  }
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #1756F7;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--theme);
  color: var(--white);
  border-radius: 5px 5px 0 0;
}
.service-details-content .service-details-accordion .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(0);
  color: var(--white);
}
.service-details-content .service-details-accordion .accordion-item .accordion-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  background: var(--white);
  padding: 25px 30px;
}

.service-widget {
  background-color: #F6F6F6;
  padding: 30px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .service-widget {
    padding: 30px 15px;
  }
}
.service-widget:not(:last-of-type) {
  margin-bottom: 30px;
}
.service-widget .widget-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #191A1F;
  margin-bottom: 20px;
}
.service-widget .download-area .download-item {
  background: #FFFFFF;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.02);
  border-radius: 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 45px 1fr;
  grid-gap: 15px;
  padding: 26px 30px;
  border-radius: 15px;
}
@media only screen and (max-width: 1199px) {
  .service-widget .download-area .download-item {
    padding: 26px 20px;
  }
}
.service-widget .download-area .download-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-widget .download-area .download-item .icon {
  background-color: var(--theme);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-widget .download-area .download-item .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #191A1F;
  margin-bottom: 5px;
}
.service-widget .download-area .download-item .content span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #636166;
}
.service-widget .category-list {
  list-style: none;
}
.service-widget .category-list li:not(:last-of-type) {
  margin-bottom: 10px;
}
.service-widget .category-list li a {
  background: #FFFFFF;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15.5px 25px;
}
.service-widget .category-list li a span {
  color: var(--theme);
  transition: all 0.3s ease-in-out;
}
.service-widget .category-list li a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.service-widget .category-list li a:hover span {
  color: var(--white);
}
.service-widget .service-widget-cta {
  position: relative;
  z-index: 1;
  height: 404px;
  border-radius: 15px;
  overflow: hidden;
  z-index: 1;
}
.service-widget .service-widget-cta .bg-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  filter: saturate(0);
  z-index: -1;
}
.service-widget .service-widget-cta .overlay {
  background-color: #7A31DF;
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service-widget .service-widget-cta .shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
}
.service-widget .service-widget-cta .content {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  width: 100%;
}
.service-widget .service-widget-cta .content .number {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  display: block;
  margin-bottom: 15px;
}
.service-widget .service-widget-cta .content .text {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.service-widget .service-widget-cta .content .rr-btn {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  background: var(--white);
  margin-top: 20px;
  padding: 15.5px 33.3px;
}
.service-widget .service-widget-cta .content .rr-btn .btn-wrap .text-one {
  color: #1756F7;
}

.hero-section__wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 366px;
  padding-bottom: 190px;
}
@media only screen and (max-width: 1199px) {
  .hero-section__wrapper {
    padding-top: 250px;
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__wrapper {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__wrapper {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.hero-section__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(5, 9, 26, 0) 0%, #05091A 100%);
}
.hero-section__wrapper .shapes {
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero-section__wrapper .shapes img {
  opacity: 0.5;
}
.hero-section__info {
  position: relative;
  z-index: 2;
  margin-bottom: 44px;
}
.hero-section__info .sub-title {
  margin-bottom: 14px;
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1756F7;
}
.hero-section__info .title {
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #FFFFFF;
  max-width: 700px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .hero-section__info .title {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (max-width: 575px) {
  .hero-section__info .title {
    font-size: 33px;
    line-height: 42px;
  }
}
.hero-section__info .text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
  max-width: 686px;
}
.hero-section__btn {
  display: flex;
  align-items: center;
  gap: 18px;
}
.hero-section__left .rr-btn {
  background: #1756F7;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  text-transform: capitalize;
  padding: 18px 30.5px;
}
.hero-section__right .rr-btn {
  background: none;
  border: 2px solid #FFFFFF;
  border-radius: 100px;
  text-transform: capitalize;
  padding: 16px 28.5px;
}
.hero-section__right .rr-btn .btn-wrap .text-two {
  color: var(--theme);
}
.hero-section__right .rr-btn::before {
  background: var(--white);
}

.testimonial__area {
  position: relative;
}
.testimonial__area .testimonial-bg-color {
  background-color: #131620;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.testimonial__area .testimonial-bg-color .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 575px) {
  .testimonial__area .testimonial-bg-color .shape-1 {
    display: none;
  }
}
.testimonial__area .testimonial-bg-color .shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 575px) {
  .testimonial__area .testimonial-bg-color .shape-2 {
    display: none;
  }
}
.testimonial__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .testimonial__top {
    margin-bottom: 40px;
  }
}
.testimonial__top .section-title__wrapper {
  text-align: start;
  margin-bottom: 0;
}
.testimonial__top .section-title__wrapper .title {
  color: var(--white);
}
.testimonial__top .swiper-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonial__top .swiper-arrow .rr-button {
  background: var(--white);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial__top .swiper-arrow .rr-button i {
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  color: #1756F7;
}
.testimonial__wrapper {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 10px;
}
.testimonial__item {
  background: #fff;
  padding: 24px 30px 24px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .testimonial__item {
    padding: 24px 15px 24px 15px;
  }
}
.testimonial__item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--primary);
  font-family: var(--font_inter);
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399px) {
  .testimonial__item .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.testimonial__item .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--body_text);
  font-family: var(--font_inter);
  margin-bottom: 30px;
}
.testimonial__author-box {
  display: flex;
  gap: 17px;
  align-items: center;
  border-bottom: 1px solid #EAE3F5;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .testimonial__author-box {
    flex-wrap: wrap;
  }
}
.testimonial__author-box span {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: var(--theme);
}
.testimonial__author-box .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.testimonial__author-box .author-img {
  width: 55px;
  height: 55px;
  min-width: 55px;
  border: 1px solid #0A0A0A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial__rating-wrapper {
  padding-top: 20px;
}
.testimonial__rating-wrapper .rating__text {
  align-items: end;
  display: flex;
}
.testimonial__rating-wrapper .rating__text .date {
  font-weight: 700;
  font-size: 30px;
  line-height: 26px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.testimonial__rating-wrapper .rating__star ul {
  list-style: none;
}
.testimonial__rating-wrapper .rating__star ul li {
  display: inline-flex;
  font-weight: 900;
  font-size: 14px;
  line-height: 14px;
  color: #F7AE28;
}
.testimonial__rating-wrapper .rating__star ul .list {
  display: flex;
}
.testimonial__rating-wrapper .rating__star ul .list span {
  display: block;
  text-align: start;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
}
.testimonial__rating-wrapper .rating__star ul .list span small {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
}

.testimonial-page .testimonial__wrapper {
  border: 1px solid rgba(10, 10, 10, 0.1);
  backdrop-filter: blur(60px);
  border-radius: 10px;
}
.testimonial-page .testimonial__item {
  background: #F6F7FA;
  border-radius: 10px;
}

.project-section .project-active {
  position: relative;
}
.project-section .project-active .swiper-slide {
  width: 450px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .project-section .project-active .swiper-slide {
    width: 300px;
  }
}
.project-section .project-active .swiper-slide .project-section__card {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.project-section .project-active .swiper-slide-active {
  width: 912px !important;
  opacity: 1;
}
@media only screen and (max-width: 1399px) {
  .project-section .project-active .swiper-slide-active {
    width: 500px !important;
  }
}
@media only screen and (max-width: 767px) {
  .project-section .project-active .swiper-slide-active {
    width: 100% !important;
  }
}
.project-section .project-active .swiper-slide-active .project-section__card {
  opacity: 1;
  visibility: visible;
}
.project-section .project-active .swiper-slide-active .project-section__item::before {
  opacity: 1;
  visibility: visible;
}
.project-section__info {
  display: flex;
  align-items: end;
  gap: 25px;
  justify-content: space-between;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .project-section__info {
    margin-bottom: 40px;
  }
}
.project-section__info .section-title__wrapper {
  text-align: start;
  margin-bottom: 0;
}
.project-section__btn .rr-btn {
  text-transform: capitalize;
  padding: 18px 24.2px;
  transform: translateY(-13px);
}
.project-section__inner {
  margin-left: -176px;
  margin-right: -176px;
}
@media only screen and (max-width: 991px) {
  .project-section__inner {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .project-section__inner {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.project-section__item {
  position: relative;
}
.project-section__item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.project-section__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  height: 620px;
  border-radius: 20px;
}
@media only screen and (max-width: 991px) {
  .project-section__item img {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .project-section__item img {
    height: 350px;
  }
}
.project-section__card {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(2.5px);
  border-radius: 10px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  position: absolute;
  padding: 24px 30px 25px 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .project-section__card {
    left: 10px;
    right: 10px;
    padding: 24px 15px 25px 15px;
  }
}
.project-section__card .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  margin-bottom: 7px;
}
@media (max-width: 575px) {
  .project-section__card .title {
    font-size: 22px;
    line-height: 28px;
  }
}
.project-section__card .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #6E777D;
}

.features-section__item {
  background: #F5F5F5;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
  padding: 49px 50px 42px 50px;
}
@media only screen and (max-width: 1199px) {
  .features-section__item {
    padding: 49px 25px 42px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .features-section__item {
    padding: 35px 20px 35px 20px;
  }
}
.features-section__icon {
  background: var(--white);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.features-section__content {
  text-align: center;
}
.features-section__content .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
  color: #191A1F;
  margin-bottom: 11px;
  margin-top: 31px;
}
.features-section__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
}

.project-page__item {
  position: relative;
  overflow: hidden;
}
.project-page__item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.project-page__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.project-page__item:hover::before {
  opacity: 1;
  visibility: visible;
}
.project-page__item:hover .project-page__card {
  opacity: 1;
  visibility: visible;
  bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .project-page__item:hover .project-page__card {
    bottom: 10px;
  }
}
.project-page__card {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(2.5px);
  border-radius: 10px;
  bottom: 0;
  left: 25px;
  right: 25px;
  position: absolute;
  padding: 24px 30px 25px 30px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .project-page__card {
    left: 10px;
    right: 10px;
    padding: 24px 15px 25px 15px;
  }
}
.project-page__card .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  margin-bottom: 7px;
}
@media (max-width: 575px) {
  .project-page__card .title {
    font-size: 21px;
    line-height: 28px;
  }
}
.project-page__card .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #6E777D;
}

.project-details-wrap .project-details-thumb {
  position: relative;
  margin-bottom: 40px;
  height: 540px;
}
@media only screen and (max-width: 767px) {
  .project-details-wrap .project-details-thumb {
    height: 100%;
  }
}
.project-details-wrap .project-details-thumb .image {
  overflow: hidden;
  border-radius: 10px;
}
.project-details-wrap .project-details-thumb .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.project-details-wrap .project-details-thumb .details-list-wrap {
  background-color: var(--white);
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 30px;
  padding: 35px 40px 40px 40px;
  border-radius: 15px;
}
@media only screen and (max-width: 767px) {
  .project-details-wrap .project-details-thumb .details-list-wrap {
    position: inherit;
    padding: 0px 0px 40px 0px;
    right: inherit;
  }
}
@media (max-width: 575px) {
  .project-details-wrap .project-details-thumb .details-list-wrap {
    position: inherit;
    padding: 0px 0px 40px 0px;
    right: inherit;
  }
}
.project-details-wrap .project-details-thumb .details-list-wrap .list-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #191A1F;
  margin-bottom: 22px;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li {
  display: grid;
  align-items: center;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 21px;
  border-bottom: 1px solid #EAE3F5;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li .icon {
  background: #F8F4FF;
  border: 1px solid #EAE3F5;
  box-shadow: 0px 4px 32px rgba(50, 44, 60, 0.17);
  color: var(--theme);
  height: 50px;
  width: 50px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li .content span {
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #636166;
  display: block;
  margin-bottom: 5px;
}
.project-details-wrap .project-details-thumb .details-list-wrap .details-list li .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #191A1F;
  margin-bottom: 0;
}
.project-details-wrap .details-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #191A1F;
  margin-bottom: 15px;
}
.project-details-wrap .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  margin-bottom: 40px;
}
.project-details-wrap .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  margin-bottom: 30px;
}
.project-details-wrap .project-details-img {
  overflow: hidden;
  border-radius: 10px;
}
.project-details-wrap .project-details-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.project-wrap-3 {
  position: relative;
  padding: 30px 0;
}
.project-wrap-3:before {
  background-color: #EAE3F5;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* !END: Project CSS */
/* faq area style  */
.faq-area .section-title-wrapper {
  display: block;
}
.faq-area .section-title-wrapper .title-wrapper {
  margin-bottom: 25px;
  margin-top: 30px;
}
.faq-area .section-title-wrapper .title-wrapper .section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 58px;
  text-transform: uppercase;
  color: var(--primary);
  font-family: var(--font_space);
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 30px;
    line-height: 39px;
  }
}
@media (max-width: 575px) {
  .faq-area .section-title-wrapper .title-wrapper .section-title {
    font-size: 28px;
    line-height: 32px;
  }
}
.faq-area .section-title-wrapper .title-wrapper .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
}
.faq-area .accordion {
  counter-reset: accordion;
}
.faq-area .accordion-button {
  padding: 24px 30px 24px 30px;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
}
@media (max-width: 575px) {
  .faq-area .accordion-button {
    padding: 24px 15px 24px 15px;
  }
}
.faq-area .accordion-button::after {
  content: "\f078";
  font-family: var(--font_awesome);
  background-image: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #DA5033;
  transition: all 0.5s;
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "\f078";
}
.faq-area .accordion-item {
  background-color: transparent;
  border: none;
  background: #F6F7FA;
  position: relative;
  transition: all 0.5s;
  margin-bottom: 20px;
  border-radius: 0;
}
.faq-area .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-area .accordion-item .title {
  display: flex;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--primary);
  font-family: var(--font_inter);
}
.faq-area .accordion-item .title span {
  color: #DA5033;
}
@media (max-width: 575px) {
  .faq-area .accordion-item .title {
    font-size: 17px;
    line-height: 21px;
  }
}
.faq-area .accordion-body {
  padding: 0px 40px 25px 30px;
  border: none;
}
@media (max-width: 575px) {
  .faq-area .accordion-body {
    padding: 0px 15px 25px 15px;
  }
}
.faq-area .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  margin-top: -8px;
  max-width: 545px;
}
@media only screen and (max-width: 1399px) {
  .faq-area .accordion-body p br {
    display: none;
  }
}

.blog-section__item {
  border: 1px solid #E5E5E5;
  border-radius: 15px;
}
.blog-section__item-2 .blog-section__inner {
  padding: 14px 30px 28px 30px;
}
.blog-section__item-2 .blog-section__meta {
  margin-right: 25px;
}
.blog-section__item-2 .blog-section__content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0A0A0A;
}
@media only screen and (max-width: 1199px) {
  .blog-section__item-2 .blog-section__content .title {
    font-size: 19px;
    line-height: 30px;
  }
}
.blog-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px 15px 0px 0px;
}
@media only screen and (max-width: 991px) {
  .blog-section__thumb img {
    height: 250px;
  }
}
@media (max-width: 575px) {
  .blog-section__thumb img {
    height: 100%;
  }
}
.blog-section__inner {
  padding: 14px 30px 25px 30px;
}
@media only screen and (max-width: 1199px) {
  .blog-section__inner {
    padding: 14px 16px 25px 15px;
  }
}
.blog-section__meta {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 16px;
  margin-right: 50px;
}
.blog-section__meta span {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--theme);
  font-family: var(--font_inter);
}
.blog-section__content {
  margin-top: 22px;
}
.blog-section__content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.01em;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-section__content .title {
    font-size: 21px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-section__content .title {
    font-size: 19px;
    line-height: 27px;
  }
}
.blog-section__content .title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.blog-section__content .title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
.blog-section__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-top: 10px;
}
.blog-section__btn {
  margin-top: 20px;
}
.blog-section__btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--theme);
  font-family: var(--font_inter);
  background: linear-gradient(var(--theme) 0%, var(--theme) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  transition: all 0.3s ease-in-out;
}
.blog-section__btn a:hover {
  color: var(--theme);
  background-size: 100% 2px;
}

.blog-details__wrapper {
  gap: 25px;
  display: grid;
  grid-template-columns: 1fr 391px;
}
@media only screen and (max-width: 991px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr 280px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blog-details__wrapper {
    display: block;
  }
}
.blog-details__thumb {
  overflow: hidden;
  border-radius: 20px;
}
.blog-details__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.blog-details__thumb-wrap {
  margin-top: 33px;
}
.blog-details__thumb-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.blog-details__wrap {
  background: #F6F7FA;
  border-radius: 20px;
  padding: 24px;
}
@media only screen and (max-width: 767px) {
  .blog-details__wrap {
    padding: 24px 15px;
  }
}
.blog-details__wrap .description .desc {
  font-family: var(--font_inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--gray);
}
.blog-details__meta {
  gap: 20px;
  display: flex;
  align-items: center;
  margin: 39px 0 18px 0;
}
@media only screen and (max-width: 991px) {
  .blog-details__meta {
    gap: 12px;
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-details__meta {
    flex-wrap: wrap;
  }
}
.blog-details__meta span {
  font-family: var(--font_inter);
  font-size: 16px;
  font-weight: 500;
  line-height: 17px;
  color: var(--gray);
}
.blog-details__meta span i {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-right: 9px;
  color: var(--theme);
  vertical-align: middle;
  text-transform: uppercase;
  font-family: var(--font_awesome);
}
.blog-details__title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: var(--primary);
  max-width: 732px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .blog-details__title {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 32px;
  }
}
.blog-details__content .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #767676;
  font-family: var(--font_inter);
  margin-bottom: 26px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__content .desc {
    font-size: 15px;
  }
}
.blog-details__content .desc.one {
  display: block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-details__content .desc.one {
    display: block;
    margin-bottom: 15px;
  }
}
.blog-details__content .text {
  gap: 20px;
  display: flex;
  margin-bottom: 24px;
  align-content: center;
}
@media (max-width: 575px) {
  .blog-details__content .text {
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}
.blog-details__content .text span {
  min-width: 50px;
  min-height: 50px;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 8px;
  letter-spacing: 0px;
  color: var(--white);
  align-items: center;
  justify-content: center;
  background: var(--theme);
  font-family: var(--font_archivo);
}
.blog-details__logistics-content {
  margin-top: 33px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content {
    margin-top: 30px;
  }
}
.blog-details__logistics-content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  text-transform: uppercase;
  color: #0A0A0A;
  font-family: var(--font_space);
}
.blog-details__logistics-content .desc {
  font-weight: 400;
  font-size: 16px;
  color: #767676;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content .desc {
    font-size: 15px;
  }
}
.blog-details__logistics-content blockquote {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 40px;
  margin-bottom: 35px;
  padding: 32px 60px 35px 40px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content blockquote {
    padding: 32px 30px 35px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__logistics-content blockquote {
    padding: 30px 53px 30px 15px;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__logistics-content blockquote {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blog-details__logistics-content blockquote {
    gap: 20px;
    padding: 20px 7px;
    flex-wrap: wrap;
  }
}
.blog-details__logistics-content blockquote .content {
  z-index: 1;
  position: relative;
}
.blog-details__logistics-content blockquote .content .desc {
  font-family: var(--font_inter);
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #0A0A0A;
  margin-bottom: 18px;
  max-width: 621px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__logistics-content blockquote .content .desc {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .blog-details__logistics-content blockquote .content .desc {
    line-height: 27px;
  }
}
.blog-details__logistics-content blockquote .content .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-left: 40px;
  vertical-align: middle;
  color: var(--theme);
  font-family: var(--font_inter);
}
.blog-details__logistics-content blockquote .content .name::before {
  content: "";
  left: 0;
  z-index: 2;
  width: 30px;
  height: 2px;
  bottom: 11px;
  display: block;
  position: absolute;
  background: var(--primary-1);
}
.blog-details__image-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 38px;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .blog-details__image-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.blog-details__image-box .image {
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__image-box .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__inner {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  margin-top: 35px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__inner {
    grid-template-columns: 1fr;
  }
}
.blog-details__inner .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
.blog-details__inner .blog-list li {
  display: flex;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 2px;
}
.blog-details__inner .blog-list li:last-child {
  margin-bottom: 0;
}
.blog-details__inner .blog-list li i {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #FA360A;
}
.blog-details__gallery {
  gap: 15px;
  display: flex;
  margin: 34px 0;
  align-items: center;
  border-radius: 15px;
}
@media (max-width: 575px) {
  .blog-details__gallery {
    flex-wrap: wrap;
  }
}
.blog-details__gallery .thumb img {
  border-radius: 15px;
}
.blog-details__category {
  gap: 30px;
  display: flex;
  align-items: center;
  padding: 40px 0 51px 0;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .blog-details__category {
    flex-wrap: wrap;
    padding: 40px 0 40px 0;
  }
}
.blog-details__strategy-solution {
  margin-top: 35px;
}
.blog-details__strategy-solution .title {
  font-family: var(--font_dm-sans);
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  color: var(--secondary);
}
@media only screen and (max-width: 1919px) {
  .blog-details__strategy-solution .title {
    margin-bottom: 15px;
  }
}
.blog-details__strategy-solution .desc {
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--gray);
}
.blog-details__strategy-solution .strategy-solution__item {
  gap: 20px;
  margin-top: 24px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .blog-details__strategy-solution .strategy-solution__item {
    gap: 10px;
    align-items: start;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__strategy-solution .strategy-solution__item {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details__strategy-solution .strategy-solution__item .thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blog-details__strategy-solution .strategy-solution__item .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 7px;
  object-fit: cover;
}
.blog-details__strategy-solution .strategy-solution__item .list li {
  list-style: none;
  gap: 15px;
  display: flex;
  align-items: center;
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: var(--gray);
}
@media only screen and (max-width: 1399px) {
  .blog-details__strategy-solution .strategy-solution__item .list li {
    gap: 10px;
  }
}
.blog-details__strategy-solution .strategy-solution__item .list li i {
  color: var(--theme);
}
.blog-details__tag {
  gap: 10px;
  display: flex;
  align-items: center;
}
.blog-details__tag .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
@media (max-width: 575px) {
  .blog-details__tag {
    flex-wrap: wrap;
  }
}
.blog-details__tag li {
  text-align: start;
  list-style: none;
}
@media (max-width: 575px) {
  .blog-details__tag li {
    margin-bottom: 10px;
  }
}
.blog-details__tag li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #0A0A0A;
  padding: 9px 19.2px;
  vertical-align: middle;
  border: 1px solid rgba(10, 10, 10, 0.1);
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  border-radius: 100px;
}
.blog-details__tag li a:hover {
  color: var(--white);
  background: var(--theme);
}
.blog-details__share {
  gap: 15px;
  display: flex;
  align-items: center;
}
.blog-details__share .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}
.blog-details__share ul {
  gap: 10px;
  display: flex;
  align-items: center;
}
.blog-details__share ul li {
  list-style: none;
}
.blog-details__share ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  color: var(--primary);
  justify-content: center;
  border: 1px solid rgba(10, 10, 10, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}
.blog-details__share ul li a i {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  color: var(--secondary);
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
}
.blog-details__share ul li a:hover {
  background: var(--theme);
}
.blog-details__share ul li a:hover i {
  color: var(--white);
}
.blog-details__page {
  display: flex;
  padding: 29px 0;
  align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .blog-details__page {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.blog-details__page-prev {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__page-prev .image a img {
  border-radius: 10px;
}
.blog-details__page-prev a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
}
.blog-details__page-next {
  gap: 20px;
  display: flex;
  align-items: center;
}
.blog-details__page-next .image a img {
  border-radius: 10px;
}
.blog-details__page-next a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
}
.blog-details__dot {
  gap: 4px;
  display: grid;
  flex-wrap: wrap;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}
.blog-details__dot span {
  width: 10px;
  height: 10px;
  background: #E5E5E5;
}
.blog-details__author {
  gap: 25px;
  display: flex;
  margin-top: 26px;
  margin-bottom: 52px;
  border-radius: 15px;
  align-items: center;
  background: #F5F5F5;
}
@media only screen and (max-width: 1199px) {
  .blog-details__author {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
.blog-details__page {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EBEBEB;
}
@media (max-width: 575px) {
  .blog-details__page {
    gap: 15px;
  }
}
.blog-details__page-dot {
  width: 38px;
  height: 38px;
  gap: 4px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575px) {
  .blog-details__page-dot {
    display: none;
  }
}
.blog-details__page-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: var(--theme);
}
.blog-details__author {
  gap: 30px;
  display: flex;
  margin-top: 60px;
  margin-bottom: 55px;
  padding: 30px 34px;
  align-items: center;
  background: #F5F5F5;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-details__author {
    gap: 19px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .blog-details__author {
    flex-wrap: wrap;
  }
}
.blog-details__author-thumb {
  min-width: 189px;
  height: 189px;
}
@media (max-width: 575px) {
  .blog-details__author-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blog-details__author-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__author-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #191A1F;
  font-family: var(--font_inter);
}
.blog-details__author-position {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #7A31DF;
  font-family: var(--font_inter);
  margin-bottom: 15px;
  display: block;
  margin-top: 10px;
}
.blog-details__author-dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #636166;
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .blog-details__author-dec br {
    display: none;
  }
}
.blog-details__form-title {
  display: block;
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #0A0A0A;
}
.blog-details__form-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--secondary);
  font-family: var(--font_inter);
}
.blog-details__form-group {
  margin-top: 26px;
  position: relative;
}
.blog-details__form-group .form-input {
  gap: 17px;
  display: flex;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__form-group .form-input {
    gap: 0;
    flex-wrap: wrap;
  }
}
.blog-details__form-group .form-input input {
  outline: 0;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-radius: 100px;
  background: var(--white);
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 7px;
  padding: 16.5px 40px 16.5px 25px;
  transition: all 0.3s ease-in-out;
}
.blog-details__form-group .form-input input:focus {
  border-color: var(--theme);
}
.blog-details__form-group .form-input input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.blog-details__form-group .form-selector .custom-select {
  width: 100%;
  border: none;
  height: 55px;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 20px;
  letter-spacing: 0px;
  padding-left: 26px;
  border-radius: 100px;
  align-items: center;
  vertical-align: middle;
  background: var(--white);
  font-family: var(--font_inter);
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 7px;
  color: var(--body_text);
}
.blog-details__form-group .form-selector .custom-select:focus {
  border-color: var(--theme);
}
.blog-details__form-group .form-selector .custom-select::after {
  display: none;
}
.blog-details__form-group .form-selector .custom-select .list {
  width: 100%;
}
.blog-details__form-group .form-comment textarea {
  outline: 0;
  width: 100%;
  height: 140px;
  border: none;
  border-radius: 15px;
  background: var(--white);
  padding: 23px 64px 23px 25px;
  transition: all 0.3s ease-in-out;
  border: 1px solid #EAEAEA;
  box-shadow: 0px 4px 47px rgba(0, 0, 0, 0.01);
  border-radius: 10px;
}
.blog-details__form-group .form-comment textarea:focus {
  border-color: var(--theme);
}
.blog-details__form-group .form-comment textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.blog-details__btn {
  margin-top: 21.5px;
}
.blog-details__btn.rr-btn {
  padding: 18px 31px;
  border-radius: 7px;
  text-transform: capitalize;
}
.blog-details__btn.rr-btn .btn-wrap .text-two {
  color: var(--white);
}
.blog-details__sidebar-form {
  position: relative;
  background: #F3F4F6;
  border-radius: 10px;
}
.blog-details__sidebar-form input {
  outline: 0;
  width: 100%;
  border: none;
  padding: 17.5px 70px 17.5px 25px;
  border-radius: 100px;
}
.blog-details__sidebar-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: var(--body_text);
  font-family: var(--font_inter);
}
.blog-details__sidebar-form button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  border-radius: 100px;
}
.blog-details__sidebar-form button i {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  color: var(--white);
  vertical-align: middle;
}
.blog-details__sidebar__widget {
  text-align: start;
  margin-bottom: 30px;
  background: #F3F4F6;
  padding: 36px 40px 40px 40px;
  border-radius: 10px;
}
.blog-details__sidebar__widget:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__widget {
    padding: 20px 15px;
  }
}
.blog-details__sidebar__widget:nth-child(2) {
  padding: 40px 25px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__widget:nth-child(2) {
    padding: 40px 20px 40px 20px;
  }
}
.blog-details__sidebar__widget .tagcloud {
  gap: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.blog-details__sidebar__widget .tagcloud a {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  text-align: center;
  display: inline-block;
  padding: 9px 19.4px;
  background: var(--white);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
  border-radius: 100px;
}
.blog-details__sidebar__widget .tagcloud a:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__widget .tagcloud a:hover {
  color: var(--white);
  background: var(--theme);
}
.blog-details__sidebar__title {
  margin-bottom: 26px;
  padding-bottom: 20px;
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #0A0A0A;
  border-bottom: 2px solid #E5E5E5;
}
.blog-details__sidebar__title::before {
  content: "";
  left: 0;
  bottom: -2px;
  width: 51px;
  height: 2px;
  display: block;
  position: absolute;
  background: var(--theme);
}
.blog-details__sidebar__categories li {
  list-style: none;
  margin-bottom: 15px;
}
.blog-details__sidebar__categories li:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__categories li a {
  display: flex;
  padding: 17px 25px;
  align-items: center;
  background: var(--white);
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  font-family: var(--font_inter);
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #4E4E4E;
  border-radius: 5px;
}
@media (max-width: 575px) {
  .blog-details__sidebar__categories li a {
    padding: 17px 13px;
  }
}
.blog-details__sidebar__categories li a i {
  font-size: 16px;
  font-weight: 900;
  line-height: 17px;
  vertical-align: middle;
  color: var(--theme);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .blog-details__sidebar__categories li a i {
    font-size: 14px;
  }
}
.blog-details__sidebar__categories li a:hover {
  background: var(--theme);
  color: var(--white);
}
.blog-details__sidebar__categories li a:hover i {
  color: var(--white);
}
.blog-details__sidebar__post-item {
  gap: 15px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__post-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  .blog-details__sidebar__post-item {
    flex-wrap: wrap;
  }
}
.blog-details__sidebar__post-item:last-child {
  margin-bottom: 0;
}
.blog-details__sidebar__post-thumb {
  min-width: 80px;
  min-height: 80px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 10px;
}
.blog-details__sidebar__post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.blog-details__sidebar__post-thumb:hover img {
  transform: scale(1.08);
}
.blog-details__sidebar__post-meta span {
  font-family: var(--font_dm-sans);
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-bottom: 9px;
  line-height: 15px;
  color: var(--gray);
}
.blog-details__sidebar__post-meta span i {
  margin-right: 5px;
  font-family: var(--font_awesome);
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: var(--gray);
}
.blog-details__sidebar__post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
  max-width: 223px;
}
@media only screen and (max-width: 991px) {
  .blog-details__sidebar__post-title {
    max-width: 100%;
  }
}
.blog-details__sidebar__post-title a:hover {
  color: var(--theme);
}
.blog-details__sidebar__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.blog-details__sidebar__gallery .gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.blog-details__comment-wrapper {
  margin-bottom: 55px;
}
.blog-details__comment-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #191717;
}
.blog-details__postbox__comments ul li {
  list-style: none;
}
.blog-details__postbox__comments ul .child {
  padding-left: 135px;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  .blog-details__postbox__comments ul .child {
    padding-left: 0;
  }
}
.blog-details__comment-item {
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 30px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 575px) {
  .blog-details__comment-item {
    flex-wrap: wrap;
  }
}
.blog-details__comment-item .thumb {
  min-width: 110px;
}
.blog-details__comment-item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.blog-details__comment-item .content {
  width: 100%;
}
.blog-details__comment-item .content .author_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 14px;
}
.blog-details__comment-item .content .author_info .details span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #74787C;
}
.blog-details__comment-item .content .author_info .details .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #191717;
  font-family: var(--font_Titillium);
  margin-bottom: 0;
  margin-top: 8px;
}
.blog-details__comment-item .content .author_info button {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--theme);
  font-family: var(--font_inter);
}
.blog-details__comment-item .content .author_info button i {
  color: var(--theme);
  padding-left: 5px;
}
.blog-details__comment-item .content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 0;
}
@media only screen and (max-width: 1399px) {
  .blog-details__comment-item .content p br {
    display: none;
  }
}

.blog-page__item {
  margin-bottom: 30px;
  background: #F6F7FA;
  border: 1px solid #EAE3F5;
  border-radius: 10px;
}
.blog-page__item:last-child {
  margin-bottom: 0;
}
.blog-page__thumb {
  border-radius: 15px 15px 0px 0px;
  overflow: hidden;
}
.blog-page__thumb img {
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.blog-page__meta ul {
  gap: 28px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-page__meta ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #636166;
  list-style: none;
}
.blog-page__meta ul li i {
  margin-right: 11px;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  color: var(--theme);
}
.blog-page__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #191A1F;
  margin: 15.5px 0 13px 0;
}
.blog-page__title a {
  background: linear-gradient(var(--primary) 0%, var(--primary) 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 100%;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.blog-page__title a:hover {
  color: var(--primary);
  background-size: 100% 2px;
}
@media (max-width: 575px) {
  .blog-page__title {
    font-size: 21px;
    line-height: 28px;
  }
}
.blog-page__desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #636166;
  font-family: var(--font_inter);
}
.blog-page__box {
  padding: 37px 40px 36px 40px;
}
@media (max-width: 575px) {
  .blog-page__box {
    padding: 37px 20px 36px 20px;
  }
}
.blog-page__content {
  padding-bottom: 21px;
}
.blog-page__btn .rr-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  text-transform: capitalize;
  padding: 15.5px 27px;
}
.blog-page .bottom-button {
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .blog-page .bottom-button {
    margin-top: 30px;
  }
}
.blog-page .bottom-button ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-page .bottom-button ul li {
  list-style: none;
}
.blog-page .bottom-button ul li a {
  background: #F8F4FF;
  border: 1px solid #EAE3F5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.blog-page .bottom-button ul li a i {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #191A1F;
  transition: all 0.3s ease-in-out;
}
.blog-page .bottom-button ul li a:hover {
  background: #1756F7;
}
.blog-page .bottom-button ul li a:hover i {
  color: var(--white);
}

.step-section__item {
  position: relative;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 24px 25px 24px 55px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .step-section__item {
    padding: 24px 25px 24px 45px;
  }
}
.step-section__item:last-child {
  margin-bottom: 0px;
}
.step-section__item:hover {
  background: #1756F7;
  box-shadow: 0px 19px 48px rgba(48, 65, 64, 0.09);
  border-radius: 10px;
}
.step-section__item:hover .step-section__content .title {
  color: var(--white);
}
.step-section__item:hover .step-section__content .subtitle {
  color: var(--white);
}
.step-section__item:hover .step-section__number {
  background: #1756F7;
}
.step-section__item:hover .step-section__number span {
  color: var(--white);
}
.step-section__content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 7px;
  transition: all 0.3s ease-in-out;
}
.step-section__content .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.step-section__number {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 6px #ffffff;
  transition: all 0.3s ease-in-out;
}
.step-section__number span {
  font-weight: 700;
  font-size: 16px;
  line-height: 74px;
  color: var(--primary);
  font-family: var(--font_inter);
  transition: all 0.3s ease-in-out;
}
.step-section__inner {
  display: grid;
  grid-template-columns: 312px 1fr;
  gap: 40px;
  background: var(--white);
  box-shadow: 0px 19px 48px rgba(48, 65, 64, 0.09);
  border-radius: 10px;
}
@media only screen and (max-width: 1399px) {
  .step-section__inner {
    grid-template-columns: 280px 1fr;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .step-section__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.step-section__thumb img {
  border-radius: 10px 0px 0px 10px;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 575px) {
  .step-section__thumb img {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .step-section__wrap {
    margin-left: 25px;
  }
}
.step-section__box {
  padding: 48px 40px 47px 0px;
}
@media only screen and (max-width: 1399px) {
  .step-section__box {
    padding: 25px 20px 25px 0px;
  }
}
@media (max-width: 575px) {
  .step-section__box {
    padding: 5px 20px 25px 20px;
  }
}
.step-section__box .content .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 12px;
}
.step-section__box .content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .step-section__box .content .text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.step-section__list {
  padding-left: 15px;
}
.step-section__list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  font-family: var(--font_inter);
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .step-section__list li {
    font-size: 14px;
    line-height: 22px;
  }
}
.step-section__list li:last-child {
  margin-bottom: 0;
}
.step-section__list li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #0A0A0A;
  font-family: var(--font_inter);
}

.cta-section {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .cta-section {
    padding: 30px 10px;
  }
}
.cta-section-inner {
  background-color: #191A1F;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
  padding: 110px 0 120px 0;
}
@media only screen and (max-width: 991px) {
  .cta-section-inner {
    padding: 90px 0 100px 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta-section-inner {
    padding: 60px 0 60px 0;
  }
}
.cta-section .shapes .shape {
  position: absolute;
  z-index: -1;
}
.cta-section .shapes .shape.shape-1 {
  bottom: 0;
  right: 0;
  height: 100%;
}
.cta-section .shapes .shape.shape-1 img {
  height: 100%;
  object-fit: cover;
}
.cta-section .shapes .shape.shape-2 {
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}
.cta-section .shapes .shape.shape-2 img {
  height: 100%;
  object-fit: cover;
}
.cta-section .shapes .shape.shape-3 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
}
.cta-section .shapes .shape.shape-3 img {
  width: 100%;
  height: 100%;
}
.cta-section .shapes .shape.shape-4 {
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
}
.cta-section .bg-shape .bg-shape-1 {
  background: linear-gradient(102.77deg, rgba(25, 26, 31, 0.67) 0.11%, #191A1F 46.29%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
.cta-section .bg-shape .bg-shape-1 img {
  width: 100%;
  height: 100%;
}
.cta-section .bg-shape .bg-shape-2 {
  background: linear-gradient(90deg, #191A1F 63.64%, rgba(25, 26, 31, 0.78) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}
.cta-section .bg-shape .bg-shape-2 img {
  height: 100%;
  width: 100%;
}
.cta-section .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: -3;
}
.cta-section-wrapper {
  position: relative;
}
.cta-section-content {
  position: relative;
  z-index: 2;
}
.cta-section-content .title {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  max-width: 548px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .cta-section-content .title {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .cta-section-content .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.cta-section-content .decs {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  font-family: var(--font_inter);
  max-width: 656px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 33px;
}
.cta-section-content form {
  position: relative;
}
.cta-section-content form .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.cta-section-content form .form-group .wrap {
  position: relative;
}
.cta-section-content form .form-group .wrap i {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #1756F7;
}
.cta-section-content form .form-group .wrap input {
  padding: 13px 20px 13px 40px;
  gap: 10px;
  border-radius: 10px;
  outline: 0;
  border: none;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636166;
}
.cta-section-content form .form-group .wrap input::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #636166;
  padding-top: 15px;
  display: block;
}
.cta-section-content form .form-group .rr-btn {
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: none;
  padding: 13px 21.3px;
}
.cta-section-content form .form-group .rr-btn i {
  font-size: 16px;
  font-weight: 700;
  transform: rotate(-45deg);
}
.cta-section-content form .form-group .rr-btn::before {
  background: var(--white);
}
.cta-section-content form .form-group .rr-btn .text-two {
  color: var(--theme);
}

.newsletter-section__wrapper {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.newsletter-section__wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(6, 12, 26, 0.77);
}
.newsletter-section__wrapper .shapes .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section__wrapper .shapes .shape-1 {
    display: none;
  }
}
.newsletter-section__wrapper .shapes .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .newsletter-section__wrapper .shapes .shape-2 {
    display: none;
  }
}
.newsletter-section__inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.newsletter-section__info .sub-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--white);
  display: block;
  margin-bottom: 21px;
}
.newsletter-section__info .title {
  font-weight: 700;
  font-size: 64px;
  line-height: 74px;
  color: #FFFFFF;
  margin: 0 auto;
  max-width: 732px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .newsletter-section__info .title {
    font-size: 55px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .newsletter-section__info .title {
    font-size: 48px;
    line-height: 55px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .newsletter-section__info .title {
    font-size: 35px;
    line-height: 42px;
  }
}
.newsletter-section__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.newsletter-section__btn .rr-btn {
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: capitalize;
  padding: 19.5px 38.2px;
}
.newsletter-section__btn .rr-btn::before {
  background: var(--white);
}
.newsletter-section__btn .rr-btn .btn-wrap .text-two {
  color: var(--theme);
}

.business-section__info {
  margin-bottom: 53px;
}
@media only screen and (max-width: 1199px) {
  .business-section__info {
    margin-bottom: 30px;
  }
}
.business-section__info .sub-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--theme);
  font-family: var(--font_inter);
  display: block;
  margin-bottom: 13px;
}
@media (max-width: 575px) {
  .business-section__info .sub-title {
    font-size: 14px;
    line-height: 18px;
  }
}
.business-section__info .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: var(--primary);
  font-family: var(--font_inter);
}
@media only screen and (max-width: 1199px) {
  .business-section__info .title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .business-section__info .title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .business-section__info .title {
    font-size: 25px;
    line-height: 34px;
  }
}
.business-section__box {
  margin-left: 40px;
  max-width: 572px;
}
@media (max-width: 575px) {
  .business-section__box {
    margin-left: 0px;
    max-width: 100%;
  }
}
.business-section__item {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 10px 48px rgba(0, 0, 0, 0.08);
  border-radius: 15px;
  padding: 35px 30px 35px 70px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .business-section__item {
    padding: 35px 20px 35px 59px;
  }
}
@media (max-width: 575px) {
  .business-section__item {
    padding: 30px 15px 30px 15px;
  }
}
.business-section__item:last-child {
  margin-bottom: 0px;
}
.business-section__item .content .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #0A0A0A;
  font-family: var(--font_inter);
  margin-bottom: 7px;
}
.business-section__item .content .subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
}
.business-section__icon {
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .business-section__icon {
    position: inherit;
    left: 0;
    margin: 0 auto;
    margin-bottom: 25px;
    top: 0;
    transform: translateY(0%);
  }
}
.business-section__thumb {
  position: relative;
  border-radius: 7px;
}
.business-section__thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(2, 7, 21, 0) 0%, #1756F7 100%);
  border-radius: 7px;
}
.business-section__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
}
@media (max-width: 575px) {
  .business-section__thumb img {
    height: 300px;
  }
}
.business-section__client {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .business-section__client {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}
.business-section__client .media {
  display: flex;
  flex-wrap: wrap;
}
.business-section__client .media img {
  border: 3px solid var(--white);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
}
.business-section__client .media img:not(:first-child) {
  margin-left: -30px;
}
.business-section__text h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  max-width: 255px;
}
.business-section__content {
  margin-top: 33px;
}
.business-section__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #4E4E4E;
  margin-bottom: 27px;
}
.business-section__btn .rr-btn {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
  padding: 18px 28px;
}
.business-section__btn .rr-btn i {
  transform: rotate(-45deg);
  font-size: 16px;
  line-height: 19px;
  color: var(--white);
}
.business-section__list {
  margin-top: -100px;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .business-section__list {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .business-section__list {
    margin-top: -20px;
  }
}
.business-section__list .business-section__slider .swiper-wrapper {
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
.business-section__list .business-section__slider .swiper-wrapper .swiper-slide {
  width: auto;
}
.business-section__list h2 {
  font-weight: 700;
  font-size: 220px;
  line-height: 1;
  background: linear-gradient(90deg, rgba(246, 246, 247, 0.56) 0%, #F2F2F5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .business-section__list h2 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .business-section__list h2 {
    font-size: 100px;
  }
}
.business-section__list h2 img {
  margin-right: 57px;
}
@media only screen and (max-width: 991px) {
  .business-section__list h2 img {
    margin-right: 30px;
  }
}

.search__popup {
  padding: 70px;
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 55vh;
  z-index: 9999;
  background-color: rgba(25, 41, 41, 0.8);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  -webkit-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search__popup.search-opened .search__input::after {
  width: 100%;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search__top {
  margin-bottom: 80px;
}

.search__input {
  position: relative;
  height: 80px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
}

.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--white);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}

.search__input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::-ms-input-placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input input::placeholder {
  /* MODERN BROWSER */
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
}

.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--white);
}

.search__close-btn {
  font-size: 25px;
  color: rgba(255, 255, 255, 0.3);
}

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

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