@charset "UTF-8";
/*======================================================================================
Theme Name: Agnex
Author: Gramentheme
Author URI: https://themeforest.net/user/Gramentheme/portfolio
Description: Agnex - Creative Agency and Portfolio HTML Template 
Version: 1.0.0
=======================================================================================*/
/*======================================================================================
  >> TABLE OF CONTENTS <<
========================================================================================
01. Mixins & Variables
02. Base
03. Components
04. Layouts
05. Sections
======================================================================================*/
/*---------------------------------------
01. Mixins & Variables
---------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.cdnfonts.com/css/pp-fragment");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #B70808;
  --theme-2: #F24700;
  --header: #111111;
  --text: #555555;
  --border: #FCFCFC;
  --bg: #F1F1F1;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --as-cube-1: cubic-bezier(0.23, 1, 0.32, 1) ;
}

/*---------------------------------------
02. Base
---------------------------------------*/
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: var(--text);
  background-color: var(--body);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
@media (max-width: 1399px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 16px;
  }
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

input:focus {
  color: var(--white);
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PP Fragment", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 120px;
  font-weight: 400;
  line-height: 96%;
  letter-spacing: -0.07em;
}
@media (max-width: 1600px) {
  h1 {
    font-size: 100px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 110% !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 64px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.05em;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 400;
}

h5 {
  font-size: 18px;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.theme-btn-main {
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: relative;
  transition: all 0.4s ease;
  text-transform: capitalize;
}
.theme-btn-main.style-2 .theme-btn-arrow-left,
.theme-btn-main.style-2 .theme-btn-arrow-right {
  height: 46px;
  line-height: 46px;
  width: 46px;
  background: transparent;
  border-radius: 50%;
  color: #000;
  border: 1px solid rgba(17, 17, 17, 0.1);
}
.theme-btn-main.style-2 .theme-btn-arrow-left img,
.theme-btn-main.style-2 .theme-btn-arrow-right img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main.style-2 .theme-btn {
  background-color: transparent;
  padding: 0;
}
.theme-btn-main.style-2:hover {
  padding-right: 25px;
  padding-left: 7px;
}
.theme-btn-main.style-2:hover .theme-btn {
  background-color: transparent;
}
.theme-btn-main.style-2:hover .theme-btn-arrow-left {
  left: 7px;
}
.theme-btn-main .theme-btn-arrow-left,
.theme-btn-main .theme-btn-arrow-right {
  width: 43px;
  height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme);
  border-radius: 50%;
  transition: 0.4s;
  text-align: center;
}
.theme-btn-main .theme-btn-arrow-left i,
.theme-btn-main .theme-btn-arrow-right i {
  font-weight: 400;
}
.theme-btn-main .theme-btn-arrow-left {
  scale: 0;
  position: absolute;
  left: 7px;
}
.theme-btn-main .theme-btn {
  background: var(--theme);
  color: var(--header);
  font-weight: 500;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 0;
  transition: 0.4s;
}
@media (max-width: 575px) {
  .theme-btn-main .theme-btn {
    font-size: 14px;
  }
}
.theme-btn-main .theme-btn .btn-text1 {
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 100px;
  height: 46px;
  line-height: 46px;
  padding: 0 24px;
}
.theme-btn-main .theme-btn .btn-text2 {
  background-color: var(--theme);
  border-radius: 100px;
  height: 46px;
  line-height: 46px;
  padding: 0 24px;
  color: var(--white);
}
.theme-btn-main:hover .theme-btn-arrow-left {
  scale: 1;
}
.theme-btn-main:hover .theme-btn-arrow-left img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main:hover .theme-btn-arrow-right {
  scale: 0;
}
.theme-btn-main:hover .theme-btn-arrow-right img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main:hover .theme-btn {
  transform: translateX(47px);
  background-color: var(--header);
}

.theme-btn-main-2 {
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: relative;
  transition: all 0.4s ease;
  text-transform: capitalize;
  border-radius: 10px;
}
.theme-btn-main-2.style-2 .theme-btn {
  background-color: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: var(--header);
  border-radius: 10px;
  height: 46px;
  line-height: 46px;
  padding: 0 24px;
}
.theme-btn-main-2.style-2:hover {
  padding-right: 25px;
  padding-left: 7px;
}
.theme-btn-main-2 .theme-btn-arrow-left,
.theme-btn-main-2 .theme-btn-arrow-right {
  height: 46px;
  line-height: 46px;
  width: 46px;
  text-align: center;
  color: #fff;
  background: #111111;
  border-radius: 10px;
  transition: 0.4s;
}
.theme-btn-main-2 .theme-btn-arrow-left {
  scale: 0;
  position: absolute;
  left: 0;
}
.theme-btn-main-2 .theme-btn {
  transition: 0.4s;
}
.theme-btn-main-2:hover .theme-btn-arrow-left {
  scale: 1;
}
.theme-btn-main-2:hover .theme-btn-arrow-left img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main-2:hover .theme-btn-arrow-right {
  scale: 0;
}
.theme-btn-main-2:hover .theme-btn-arrow-right img {
  animation: cir36 10s linear infinite;
}
.theme-btn-main-2:hover .theme-btn {
  transform: translateX(39px);
}
.theme-btn-main-2.style-4 .theme-btn {
  background: transparent;
  border: 1px solid #111111;
  color: #111111;
  border-radius: 100px;
}
.theme-btn-main-2.style-4 .theme-btn-arrow-left, .theme-btn-main-2.style-4 .theme-btn-arrow-right {
  background: transparent;
  border: 1px solid #111111;
  color: #111111;
  border-radius: 100px;
}

@keyframes slideRight {
  49% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes slideUp {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
/*---------------------------------------
03. Components
---------------------------------------*/
.mean-container a.meanmenu-reveal {
  display: none;
}

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

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
  background: none;
}

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

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

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
  border: none;
  font-family: "DM Sans", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.back-to-top {
  border-radius: 10px !important;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: #000;
  color: #fff;
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme);
  background-color: var(--theme);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.cursor-outer.cursor-hover {
  opacity: 0.14;
}

.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  -webkit-margin-start: -12px;
  margin-inline-start: -12px;
  margin-top: -12px;
}

.cursor-inner {
  -webkit-margin-start: -3px;
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme);
  opacity: 1;
  -webkit-transition: all 0.24s ease-out 0s;
  transition: all 0.24s ease-out 0s;
}
.cursor-inner span {
  color: var(--text);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

.cursor-inner.cursor-big span {
  opacity: 1;
}

.cursor-inner.cursor-hover {
  -webkit-margin-start: -10px;
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme);
  border: 1px solid #686363;
  opacity: 0;
}

.preloader {
  position: fixed;
  z-index: 10;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 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: transparent;
  z-index: 99999999999999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #111013;
}

.preloader-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(80px + 5vw);
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1040px) {
  .preloader-text {
    font-size: 60px;
  }
}
.preloader-text::after {
  content: "Agnex ";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--theme);
  animation: move 2s infinite alternate;
}
.home-2 .preloader-text::after {
  color: var(--theme);
}

@keyframes move {
  from {
    clip-path: circle(20% at 0% 50%);
  }
  to {
    clip-path: circle(20% at 100% 50%);
  }
}
@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.7, 1.1);
  }
  50% {
    transform: scale(1.1, 0.7);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.15);
    transform: scale(0.15);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

/*---------------------------------------
04. Layouts
---------------------------------------*/
/* ===============================
   NAVBAR
================================= */
.header-main .navbar .navbar-nav .menu-thumb {
  position: inherit !important;
}
.header-main .navbar .navbar-nav .has-homemenu::-webkit-scrollbar {
  display: none;
}
.header-main .navbar .navbar-nav .has-homemenu {
  -ms-overflow-style: none;
}
.header-main .navbar .navbar-nav .nav-item {
  position: relative;
  margin-inline-end: 35px;
}
.header-main .navbar .navbar-nav .nav-item:last-child {
  margin-inline-end: 0;
}
.header-main .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  text-transform: capitalize;
}
.header-main .navbar .navbar-nav .nav-item .nav-link i {
  font-size: 10px;
  position: relative;
  top: -1px;
  margin-left: 3px;
  transition: all 0.4s ease-in-out;
}
.header-main .navbar .navbar-nav .nav-item {
  /* ===============================
     FIRST LEVEL SUBMENU
  ================================= */
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu {
  min-width: 235px;
  background-color: #171414;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.4s ease;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: rgba(20, 20, 21, 0.2) 0px 7px 29px 0px;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li {
  position: relative;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li a {
  color: var(--white);
  display: block;
  width: 100%;
  padding: 12px 18px;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li a:hover {
  color: var(--theme);
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li a i {
  font-size: 12px;
  transition: all 0.4s ease-in-out;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid #211e1e;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li:last-child a {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.header-main .navbar .navbar-nav .nav-item > .sub-menu li:hover i {
  transform: rotate(90deg);
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu {
  padding: 20px 20px 10px 20px !important;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  overflow: hidden;
  margin: auto;
  overflow: hidden;
  margin: auto;
  max-height: 740px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  border-radius: 10px;
  position: relative;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: linear-gradient(to bottom, rgba(255, 71, 28, 0) 0%, var(--theme) 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  border-radius: 10px;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  left: 25px;
  right: 25px;
  max-width: 160px;
  margin: 20px auto 0;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 16px 18px;
  justify-content: center;
  line-height: 1;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 30px;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--white) !important;
  color: #000 !important;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn i {
  margin-left: 10px;
  transform: initial;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .homemenu-content {
  text-align: center;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .hometitle {
  text-align: center;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding: 0;
  padding-top: 15px;
  text-transform: capitalize;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu .hometitle:hover {
  color: var(--theme);
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb::before {
  visibility: visible;
  opacity: 1;
}
.header-main .navbar .navbar-nav .nav-item .has-homemenu .homemenu-items .homemenu:hover .homemenu-thumb .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .navbar .navbar-nav .nav-item {
  /* SHOW FIRST LEVEL */
}
.header-main .navbar .navbar-nav .nav-item:hover > .sub-menu,
.header-main .navbar .navbar-nav .nav-item .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.header-main .navbar .navbar-nav .nav-item:hover .nav-link i {
  transform: rotate(-180deg);
}
.header-main .sidebar__toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.header-main .sidebar__toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--white);
  border-radius: 10px;
  margin-inline-end: auto;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.header-main .sidebar__toggle span:last-child, .header-main .sidebar__toggle span:first-child {
  width: 25px;
}
.header-main .sidebar__toggle.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--white);
  border-radius: 7px;
}
.header-main .sidebar__toggle.mobile_menu_bar span {
  background-color: var(--white);
}
.header-main .sidebar__toggle:hover span {
  width: 100%;
}

/* ===============================
   NESTED SUBMENU (LEVEL 2+)
================================= */
.sub-menu li {
  position: relative;
  /* CHILD SUBMENU */
}
.sub-menu li > .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  margin-top: 0;
  min-width: 235px;
  background-color: #171414;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 10px;
  box-shadow: rgba(20, 20, 21, 0.2) 0px 7px 29px 0px;
}
.sub-menu li > .sub-menu li a {
  padding: 12px 18px;
}
.sub-menu li {
  /* SHOW CHILD */
}
.sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu-area {
  z-index: 999999;
  width: 100%;
  transition: all 0.4s ease-in-out;
  margin-top: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px 0;
}
.mobile-menu-area .mobile-topbar {
  width: 100%;
}
.mobile-menu-area .mobile-topbar .bars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.mobile-menu-area .mobile-topbar .bars span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--white);
  border-radius: 10px;
  margin-inline-end: auto;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.mobile-menu-area .mobile-topbar .bars span:last-child, .mobile-menu-area .mobile-topbar .bars span:first-child {
  width: 25px;
}
.mobile-menu-area .mobile-topbar .bars.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--white);
  border-radius: 7px;
}
.mobile-menu-area .mobile-topbar .bars.mobile_menu_bar span {
  background-color: var(--white);
}
.mobile-menu-area .mobile-topbar .bars:hover span {
  width: 100%;
}
.mobile-menu-area {
  /* =========================
     OVERLAY
  ========================= */
}
.mobile-menu-area .mobile-menu-overlay {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  background-color: rgba(252, 245, 234, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s ease;
}
.mobile-menu-area .mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-area {
  /* =========================
     MAIN MENU (FIXED)
  ========================= */
}
.mobile-menu-area .mobile-menu-main {
  width: 390px;
  height: 100%;
  background-color: #0c0c0c;
  position: fixed;
  top: 0;
  left: -390px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  top: 15px;
  height: calc(100% - 30px);
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 470px) {
  .mobile-menu-area .mobile-menu-main {
    width: 300px;
  }
}
.mobile-menu-area .mobile-menu-main .logo {
  padding: 30px;
}
@media (max-width: 470px) {
  .mobile-menu-area .mobile-menu-main .logo img {
    width: 130px;
  }
}
.mobile-menu-area .mobile-menu-main .close-mobile-menu {
  position: absolute;
  top: 34px;
  right: 10px;
}
.mobile-menu-area .mobile-menu-main .close-mobile-menu i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: var(--white);
  font-size: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list {
  padding-top: 10px;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
  width: 100%;
  padding: 12px 30px;
  padding-right: 10px;
  transition: all 0.4s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a i {
  width: 32px;
  height: 32px;
  background-color: var(--white);
  color: #000;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  border-radius: 3px;
  transition: all 0.4s ease-in-out;
  margin-right: 15px;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover {
  color: var(--theme);
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li a:hover i {
  background-color: var(--theme);
  color: var(--white);
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul {
  padding-left: 0;
  display: none;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul a {
  padding-left: 40px;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li ul li:last-child a {
  border-bottom: 0;
}
.mobile-menu-area .mobile-menu-main .menu-body .menu-list ul li:last-child a {
  border-bottom: 1px solid rgba(193, 210, 206, 0.0705882353) !important;
}
.mobile-menu-area .mobile-menu-main .off-contact-area {
  padding: 30px;
  padding-top: 0;
  display: none;
}
.mobile-menu-area .mobile-menu-main .off-contact-info {
  margin-top: 30px;
}
.mobile-menu-area .mobile-menu-main .off-contact-info .info-title {
  font-size: 24px;
  color: var(--white);
  font-family: "PP Fragment", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .mobile-menu-area .mobile-menu-main .off-contact-info .info-title {
    font-size: 20px;
  }
}
.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details {
  margin-top: 14px;
}
.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details .sub-info {
  color: #C1D2CE;
}
@media (max-width: 575px) {
  .mobile-menu-area .mobile-menu-main .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}
.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details p {
  color: var(--white);
  font-family: "PP Fragment", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .mobile-menu-area .mobile-menu-main .off-contact-info .contact-details p {
    font-size: 15px;
  }
}
.mobile-menu-area .mobile-menu-main .off-contact-info .contact-details p a {
  color: var(--white);
}
.mobile-menu-area .mobile-menu-main .social-icon-list {
  margin-top: 30px;
}
.mobile-menu-area .mobile-menu-main .social-icon-list .follow-title {
  font-size: 24px;
  color: var(--white);
  font-family: "PP Fragment", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .mobile-menu-area .mobile-menu-main .social-icon-list .follow-title {
    font-size: 20px;
  }
}
.mobile-menu-area .mobile-menu-main .social-icon-list .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.mobile-menu-area .mobile-menu-main .social-icon-list .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(193, 210, 206, 0.0705882353);
  color: var(--white);
  font-size: 14px;
}
.mobile-menu-area .mobile-menu-main .social-icon-list .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
}
.mobile-menu-area {
  /* 🔥 ACTIVE STATE */
}
.mobile-menu-area .mobile-menu-main.active {
  left: 15px !important;
}
.mobile-menu-area .mobile-menu-action-btn {
  padding: 20px;
}
.mobile-menu-area .mobile-menu-action-btn a {
  color: var(--theme);
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.mobile-menu-area .mobile-menu-action-btn a i {
  font-size: 14px;
  margin-left: 8px;
}
.mobile-menu-area .mobile-menu-action-btn a:hover {
  background-color: var(--header);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  z-index: 2000;
}

/* Mobile Menu Main */
.mobile-menu-main {
  z-index: 2001;
}

/*=============================
	12. Offcanvas CSS Start
===============================*/
.offcanvas-overlay {
  backdrop-filter: blur(15px);
  background-color: rgba(252, 245, 234, 0.1);
  z-index: 999;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  cursor: crosshair;
}
.offcanvas-overlay.active {
  visibility: visible;
  opacity: 1;
}

.offcanvas-menu {
  max-width: 450px;
  z-index: 9999;
  padding: 40px;
  overflow-y: auto;
  scrollbar-width: thin;
  font-size: 20px;
  right: -450px;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background-color: #0c0c0c;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  top: 15px;
  width: 470px;
  height: calc(100% - 30px);
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  border-radius: 12px;
}
.offcanvas-menu .offcasvas-close {
  width: 50px;
  height: 50px;
  background: var(--theme);
}
.offcanvas-menu .header-top {
  margin-bottom: 30px;
}
.offcanvas-menu .action-title {
  font-size: 24px;
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: var(--white);
}
.offcanvas-menu .news-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: var(--white);
  overflow: hidden;
  text-transform: capitalize;
  margin-top: 18px;
}
.offcanvas-menu .news-btn i {
  margin-left: 7px;
}
.offcanvas-menu .news-btn .text {
  position: relative;
  display: inline-block;
  height: 22px;
  overflow: hidden;
}
.offcanvas-menu .news-btn .text-default,
.offcanvas-menu .news-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
}
.offcanvas-menu .news-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--theme);
}
.offcanvas-menu .news-btn:hover .text-default {
  transform: translateY(-100%);
}
.offcanvas-menu .news-btn:hover .text-hover {
  transform: translateY(-100%);
}
.offcanvas-menu .news-btn i {
  transition: transform 0.4s ease;
}
.offcanvas-menu .offcanvas_gallery {
  height: 264px;
  position: relative;
  margin-top: 30px;
}
.offcanvas-menu .offcanvas_gallery .gallery_img {
  --i: 0;
  max-width: 146px;
  width: 100%;
  aspect-ratio: 146/167;
  object-fit: cover;
  position: absolute;
  left: calc(var(--i) * 82px);
  bottom: calc(var(--i) * 32px);
  z-index: 0;
  transform: translateY(0) scale(1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  border-radius: 8px;
}
.offcanvas-menu .offcanvas_gallery .gallery_img:nth-child(2) {
  --i: 1;
}
.offcanvas-menu .offcanvas_gallery .gallery_img:nth-child(3) {
  --i: 2;
}
.offcanvas-menu .offcanvas_gallery .gallery_img:nth-child(4) {
  --i: 3;
}
.offcanvas-menu .offcanvas_gallery .gallery_img:hover {
  z-index: 1;
  transform: translateY(-5px) scale(1.02);
}
.offcanvas-menu .offcanvas_gallery .gallery_img:hover ~ .gallery_img {
  z-index: 0;
}
.offcanvas-menu .off-contact-info {
  margin-top: 40px;
}
.offcanvas-menu .off-contact-info .info-title {
  font-size: 24px;
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas-menu .off-contact-info .info-title {
    font-size: 20px;
  }
}
.offcanvas-menu .off-contact-info .contact-details {
  margin-top: 14px;
}
.offcanvas-menu .off-contact-info .contact-details .sub-info {
  color: #C1D2CE;
}
@media (max-width: 575px) {
  .offcanvas-menu .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}
.offcanvas-menu .off-contact-info .contact-details p {
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .offcanvas-menu .off-contact-info .contact-details p {
    font-size: 15px;
  }
}
.offcanvas-menu .off-contact-info .contact-details p a {
  color: var(--white);
}
.offcanvas-menu .social-icon-list {
  margin-top: 30px;
}
.offcanvas-menu .social-icon-list .follow-title {
  font-size: 24px;
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas-menu .social-icon-list .follow-title {
    font-size: 20px;
  }
}
.offcanvas-menu .social-icon-list .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.offcanvas-menu .social-icon-list .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(193, 210, 206, 0.0705882353);
  color: var(--white);
  font-size: 14px;
}
.offcanvas-menu .social-icon-list .social-icon a:hover {
  background-color: var(--theme);
}
.offcanvas-menu.active {
  right: 0;
  visibility: visible;
  opacity: 1;
  right: 15px;
}

/* ===============================
   HEADER
================================= */
.header-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 25px 0;
}
@media (max-width: 1199px) {
  .header-1 {
    border-bottom: none;
  }
}
.header-1 .menu-right-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-1 .menu-right-info .lets-talk-btn {
  display: inline-block;
  background-color: var(--white);
  color: var(--header);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 29px;
  border-radius: 25px;
}
.header-1 .menu-right-info .lets-talk-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 1199px) {
  .header-1 .mobile-menu-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.header-2 {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
}
@media (max-width: 1199px) {
  .header-2 {
    top: 0;
  }
}
.header-2 .navbar {
  position: inherit;
}
.header-2 .header-main .navbar .navbar-nav .nav-item .has-homemenu {
  left: 0;
  width: calc(100% - 60px);
}
.header-2 .container {
  max-width: 700px;
}
.header-2 .header-main {
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%);
  box-shadow: 0px 0px 0.224852px 0.224852px rgba(0, 0, 0, 0.07), 0px 0px 0.224852px 0.674556px rgba(0, 0, 0, 0.05), 0px 2.69822px 2.92308px -1.34911px rgba(0, 0, 0, 0.25), 0px 0.899408px 3.59763px 0.899408px rgba(0, 0, 0, 0.12), 0px 0px 0px 4px #F2F2F2;
  border-radius: 10px;
  padding: 10px 30px;
}
@media (max-width: 1199px) {
  .header-2 .header-main {
    display: none;
  }
}
.header-2 .header-main .navbar .navbar-nav .nav-item .nav-link {
  color: #111111;
}
.header-2 .header-main .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme);
}
.header-2 .header-main .navbar .navbar-nav .nav-item {
  margin-inline-end: 20px;
}
.header-2 .navbar-brand {
  margin: 0;
}
.header-2 .header-main .sidebar__toggle span {
  background: #111111;
}
.header-2 .header-main .sidebar__toggle {
  top: -6px;
}

.header-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  padding: 25px 0;
  border: none;
}
@media (max-width: 1199px) {
  .header-3 {
    border-bottom: none;
  }
}
.header-3 .menu-right-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-3 .menu-right-info .lets-talk-btn {
  display: inline-block;
  background-color: var(--header);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  padding: 0 29px;
  border-radius: 10px;
  border: 1px solid var(--header);
}
.header-3 .menu-right-info .lets-talk-btn:hover {
  color: var(--header);
  background: transparent;
}
@media (max-width: 1199px) {
  .header-3 .mobile-menu-area {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.header-3 .header-main .sidebar__toggle span {
  background: #111111;
}
.header-3 .header-main .navbar .navbar-nav .nav-item .nav-link {
  color: var(--header);
}
.header-3 .header-main .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme);
}
.header-3 .mobile-menu-area .bars span {
  background: var(--header);
}

.header-7 .container {
  max-width: 1640px;
}

.header-8 {
  background: transparent;
}
.header-8 .container {
  max-width: 1820px;
}

.header-9 .container {
  max-width: 1820px;
}

.header-9s1s {
  display: none;
}
@media (max-width: 1199px) {
  .header-9s1s {
    display: block;
  }
}

.left-header-10-box-area {
  background: #F1F1F1;
  padding: 10px;
  border-radius: 20px;
  width: 415px;
}
@media (max-width: 1899px) {
  .left-header-10-box-area {
    width: initial;
  }
}
.left-header-10-box-area .heads-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 20px;
}
.left-header-10-box-area .heads-top .sidebar__togglesss {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  width: 25px;
  height: 25px;
  position: relative;
  top: 0;
  inset-inline-start: 0;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.left-header-10-box-area .heads-top .sidebar__togglesss span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--header);
  border-radius: 10px;
  margin-inline-end: auto;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.left-header-10-box-area .heads-top .sidebar__togglesss span:last-child, .left-header-10-box-area .heads-top .sidebar__togglesss span:first-child {
  width: 25px;
}
.left-header-10-box-area .heads-top .sidebar__togglesss.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--white);
  border-radius: 7px;
}
.left-header-10-box-area .heads-top .sidebar__togglesss.mobile_menu_bar span {
  background-color: var(--white);
}
.left-header-10-box-area .heads-top .sidebar__togglesss:hover span {
  width: 100%;
}
.left-header-10-box-area .left-sidebar-menu {
  position: relative;
  padding: 20px;
  margin-top: 12px;
}
.left-header-10-box-area .left-sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.left-header-10-box-area .left-sidebar-menu > ul > li {
  position: relative;
  margin-bottom: 8px;
}
.left-header-10-box-area .left-sidebar-menu > ul > li:last-child {
  margin-bottom: 0;
}
.left-header-10-box-area .left-sidebar-menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 12px 0;
  color: var(--header);
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.35s;
  text-transform: capitalize;
}
.left-header-10-box-area .left-sidebar-menu > ul > li > a .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.left-header-10-box-area .left-sidebar-menu > ul > li > a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 2px;
  height: 22px;
  background: var(--theme);
  transition: 0.35s;
  transform-origin: center;
}
.left-header-10-box-area .left-sidebar-menu > ul > li > a:hover {
  padding-left: 26px;
  color: var(--theme);
}
.left-header-10-box-area .left-sidebar-menu > ul > li > a:hover::before {
  transform: translateY(-50%) scaleY(1);
}
.left-header-10-box-area .left-sidebar-menu > ul > li:hover > a {
  padding-left: 26px;
}
.left-header-10-box-area .left-sidebar-menu > ul > li:hover > a::before {
  transform: translateY(-50%) scaleY(1);
}
.left-header-10-box-area .left-sidebar-menu > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
.left-header-10-box-area .left-sidebar-menu .submenu {
  position: absolute;
  top: 150%;
  left: 35%;
  transform: translateY(-50%) translateX(25px);
  text-transform: capitalize;
  min-width: 240px;
  background: #222222;
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  z-index: 99;
}
.left-header-10-box-area .left-sidebar-menu .submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.left-header-10-box-area .left-sidebar-menu .submenu li:last-child {
  border-bottom: none;
}
.left-header-10-box-area .left-sidebar-menu .submenu li a {
  display: block;
  padding: 16px 24px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
  text-transform: capitalize;
}
.left-header-10-box-area .left-sidebar-menu .submenu li a:hover {
  background: #2f2f2f;
  padding-left: 34px;
}
.left-header-10-box-area .off-contact-info {
  margin-top: 80px;
  padding: 20px;
}
.left-header-10-box-area .off-contact-info .info-title {
  font-size: 30px;
  color: var(--header);
  font-weight: 500;
  text-transform: uppercase;
  font-family: "BDO Grotesk", sans-serif !important;
}
@media (max-width: 575px) {
  .left-header-10-box-area .off-contact-info .info-title {
    font-size: 20px;
  }
}
.left-header-10-box-area .off-contact-info .contact-details {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.left-header-10-box-area .off-contact-info .contact-details .sub-info {
  color: #555555;
}
@media (max-width: 575px) {
  .left-header-10-box-area .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}
.left-header-10-box-area .off-contact-info .contact-details p {
  color: #555555;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .left-header-10-box-area .off-contact-info .contact-details p {
    font-size: 15px;
  }
}
.left-header-10-box-area .off-contact-info .contact-details p a {
  color: #555555;
}
.left-header-10-box-area .theme-btn {
  display: inline-block;
  width: 100%;
  background: #893EFF;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  height: 65px;
  line-height: 65px;
  padding: 0 12px;
  color: var(--white);
  border-radius: 15px;
  margin-top: 50px;
  transition: all 0.4s ease-in-out;
}
.left-header-10-box-area .theme-btn i {
  margin-left: 4px;
}
.left-header-10-box-area .theme-btn:hover {
  background: var(--header);
}

.sidebars-offcanvas-itemss .offcanvas-overlayss {
  backdrop-filter: blur(15px);
  background-color: rgba(252, 245, 234, 0.1);
  z-index: 999;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  cursor: crosshair;
}
.sidebars-offcanvas-itemss .offcanvas-overlayss.active {
  visibility: visible;
  opacity: 1;
}
.sidebars-offcanvas-itemss .offcanvas-menuss {
  max-width: 450px;
  z-index: 9999;
  padding: 40px;
  overflow-y: auto;
  scrollbar-width: thin;
  font-size: 20px;
  right: -450px;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  background-color: #0c0c0c;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: none;
  top: 15px;
  width: 470px;
  height: calc(100% - 30px);
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  border-radius: 12px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .offcasvas-close {
  width: 50px;
  height: 50px;
  background: var(--theme);
}
.sidebars-offcanvas-itemss .offcanvas-menuss .header-top {
  margin-bottom: 30px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .action-title {
  font-size: 24px;
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  color: var(--white);
}
.sidebars-offcanvas-itemss .offcanvas-menuss .news-btn {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  color: var(--white);
  overflow: hidden;
  text-transform: capitalize;
  margin-top: 18px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .news-btn i {
  margin-left: 7px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .news-btn .text {
  position: relative;
  display: inline-block;
  height: 22px;
  overflow: hidden;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .news-btn .text-default,
.sidebars-offcanvas-itemss .offcanvas-menuss .news-btn .text-hover {
  display: block;
  transition: transform 0.4s ease;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .news-btn .text-hover {
  position: absolute;
  left: 0;
  top: 100%;
  color: var(--theme);
}
.sidebars-offcanvas-itemss .offcanvas-menuss .news-btn:hover .text-default {
  transform: translateY(-100%);
}
.sidebars-offcanvas-itemss .offcanvas-menuss .news-btn:hover .text-hover {
  transform: translateY(-100%);
}
.sidebars-offcanvas-itemss .offcanvas-menuss .news-btn i {
  transition: transform 0.4s ease;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .offcanvas_gallery {
  height: 264px;
  position: relative;
  margin-top: 30px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .offcanvas_gallery .gallery_img {
  --i: 0;
  max-width: 146px;
  width: 100%;
  aspect-ratio: 146/167;
  object-fit: cover;
  position: absolute;
  left: calc(var(--i) * 82px);
  bottom: calc(var(--i) * 32px);
  z-index: 0;
  transform: translateY(0) scale(1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  border-radius: 8px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .offcanvas_gallery .gallery_img:nth-child(2) {
  --i: 1;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .offcanvas_gallery .gallery_img:nth-child(3) {
  --i: 2;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .offcanvas_gallery .gallery_img:nth-child(4) {
  --i: 3;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .offcanvas_gallery .gallery_img:hover {
  z-index: 1;
  transform: translateY(-5px) scale(1.02);
}
.sidebars-offcanvas-itemss .offcanvas-menuss .offcanvas_gallery .gallery_img:hover ~ .gallery_img {
  z-index: 0;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .off-contact-info {
  margin-top: 40px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .off-contact-info .info-title {
  font-size: 24px;
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .sidebars-offcanvas-itemss .offcanvas-menuss .off-contact-info .info-title {
    font-size: 20px;
  }
}
.sidebars-offcanvas-itemss .offcanvas-menuss .off-contact-info .contact-details {
  margin-top: 14px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .off-contact-info .contact-details .sub-info {
  color: #C1D2CE;
}
@media (max-width: 575px) {
  .sidebars-offcanvas-itemss .offcanvas-menuss .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}
.sidebars-offcanvas-itemss .offcanvas-menuss .off-contact-info .contact-details p {
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .sidebars-offcanvas-itemss .offcanvas-menuss .off-contact-info .contact-details p {
    font-size: 15px;
  }
}
.sidebars-offcanvas-itemss .offcanvas-menuss .off-contact-info .contact-details p a {
  color: var(--white);
}
.sidebars-offcanvas-itemss .offcanvas-menuss .social-icon-list {
  margin-top: 30px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .social-icon-list .follow-title {
  font-size: 24px;
  color: var(--white);
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .sidebars-offcanvas-itemss .offcanvas-menuss .social-icon-list .follow-title {
    font-size: 20px;
  }
}
.sidebars-offcanvas-itemss .offcanvas-menuss .social-icon-list .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .social-icon-list .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: rgba(193, 210, 206, 0.0705882353);
  color: var(--white);
  font-size: 14px;
}
.sidebars-offcanvas-itemss .offcanvas-menuss .social-icon-list .social-icon a:hover {
  background-color: var(--theme);
}
.sidebars-offcanvas-itemss .offcanvas-menuss.active {
  right: 0;
  visibility: visible;
  opacity: 1;
  right: 15px;
}

.header-10s1s1 {
  display: none;
}
@media (max-width: 1399px) {
  .header-10s1s1 {
    display: block;
  }
}

.details-inner-header {
  border-bottom: 1px solid rgba(20, 20, 21, 0.2);
}
@media (max-width: 1199px) {
  .details-inner-header {
    border-bottom: none;
  }
}
.details-inner-header .header-main .sidebar__toggle span {
  background: #111111;
}
.details-inner-header .header-main .navbar .navbar-nav .nav-item .nav-link {
  color: var(--header);
}
.details-inner-header .header-main .navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--theme);
}
.details-inner-header .mobile-menu-area .bars span {
  background: var(--header);
}
@media (max-width: 1199px) {
  .details-inner-header .mobile-menu-area {
    border-bottom: 1px solid rgba(20, 20, 21, 0.2);
  }
}
.details-inner-header .menu-right-info .lets-talk-btn {
  background-color: var(--header);
  color: var(--white);
}

.sticky-menu {
  background-color: #191a18;
  animation: 400ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  border-radius: 0;
  position: fixed !important;
  top: 0 !important;
  left: 0;
  padding: 18px 0;
  border: none;
}
.sticky-menu.header-2 {
  background: transparent;
  box-shadow: none;
}
.sticky-menu.header-2 .header-main {
  background: #F4F4F4;
  box-shadow: 0px 0px 0.224852px 0.224852px rgba(255, 255, 255, 0.07), 0px 0px 0.224852px 0.674556px rgba(255, 255, 255, 0.05), 0px 2.69822px 2.92308px -1.34911px rgb(255, 255, 255), 0px 0.899408px 3.59763px 0.899408px rgba(255, 255, 255, 0.12), 0px 0px 0px 4px #F2F2F2;
  border-radius: 10px;
  padding: 10px 30px;
}
.sticky-menu.header-3 {
  background: #f5f5f5;
  box-shadow: none;
}
.sticky-menu.header-3 .mobile-menu-area {
  background: #f5f5f5;
}
.sticky-menu.details-inner-header {
  background: #f5f5f5;
  box-shadow: none;
}
.sticky-menu.details-inner-header .mobile-menu-area {
  background: #f5f5f5;
}
.sticky-menu.header-9s1s {
  display: block;
}

.sticky-menu .mobile-menu-area {
  background-color: #191a18;
}

.breadcrumb-wrapper {
  position: relative;
}
.breadcrumb-wrapper .page-heading {
  padding: 230px 0 130px;
  position: relative;
  text-align: center;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding-top: 200px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    text-align: center;
    padding-top: 175px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-title {
  font-size: 60px;
  font-weight: 400;
  color: var(--white);
  font-family: "PP Fragment", sans-serif;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 45px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-list {
    justify-content: center;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  font-family: "DM Sans", sans-serif;
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a {
  color: rgba(255, 255, 255, 0.45);
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li a:hover {
  color: var(--white);
}
.breadcrumb-wrapper .page-heading .breadcrumb-list li.color-2 {
  color: rgba(255, 255, 255, 0.45);
}

.error-items {
  text-align: center;
}
.error-items .thumb {
  max-width: 711px;
  margin: 0 auto;
}
.error-items .thumb img {
  width: 100%;
  height: 100%;
}
.error-items .content {
  max-width: 760px;
  margin: 40px auto 0;
  text-align: center;
}
.error-items .content .title {
  font-size: 90px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .error-items .content .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .error-items .content .title {
    font-size: 40px;
  }
}
.error-items .content .theme-btn {
  margin-top: 40px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  background: var(--header);
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 35px;
  color: var(--white);
  padding: 0 48px;
}
.error-items .content .theme-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.news-breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 300px 0 70px;
  z-index: 9;
}
@media (max-width: 767px) {
  .news-breadcrumb-wrapper .page-heading {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}
.news-breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 60px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
  font-weight: 400;
  max-width: 560px;
}
@media (max-width: 1199px) {
  .news-breadcrumb-wrapper .page-heading h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .news-breadcrumb-wrapper .page-heading h1 {
    font-size: 48px;
  }
}
@media (max-width: 470px) {
  .news-breadcrumb-wrapper .page-heading h1 {
    font-size: 40px;
  }
}
.news-breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 575px) {
  .news-breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
    flex-wrap: wrap;
  }
}
.news-breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--white);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.news-breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.news-breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
  color: var(--theme);
  margin-right: 9px;
}
.news-breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
  opacity: 1;
}
.news-breadcrumb-wrapper .page-heading .breadcrumb-items li a i {
  color: var(--theme);
  margin-right: 5px;
}
.news-breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white);
}

.footer-section {
  background: #1A1A1A;
  position: relative;
  z-index: 9;
}
.footer-section::before {
  position: absolute;
  top: 0;
  left: 34%;
  height: 100%;
  width: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1600px) {
  .footer-section::before {
    left: 32%;
  }
}
@media (max-width: 1399px) {
  .footer-section::before {
    display: none;
  }
}
.footer-section.footer-section-two::before {
  left: 40%;
}

.footer-widget-wrapper {
  padding: 100px 0 100px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 80px 0 80px;
  }
}
.footer-widget-wrapper .footer-content .footer-text {
  color: rgba(255, 255, 255, 0.6);
  max-width: 360px;
  margin-top: 35px;
}
.footer-widget-wrapper .footer-content form {
  position: relative;
  max-width: 420px;
  margin-top: 35px;
}
.footer-widget-wrapper .footer-content form input {
  display: inline-block;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 54px;
  line-height: 54px;
  padding: 0 24px;
  width: 100%;
  background: transparent;
  font-size: 16px;
  border-radius: 27px;
  color: rgba(224, 238, 238, 0.7);
  padding-right: 140px;
}
.footer-widget-wrapper .footer-content form input::placeholder {
  color: rgba(224, 238, 238, 0.7);
}
.footer-widget-wrapper .footer-content form .subscribe-btn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 0;
}
.footer-widget-wrapper .footer-content form .subscribe-btn:hover {
  background: var(--white);
  color: var(--header);
}
.footer-widget-wrapper .footer-content .support-check {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.footer-widget-wrapper .footer-content .support-check input {
  display: none;
}
.footer-widget-wrapper .footer-content .support-check .check-boxx {
  max-width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  position: relative;
  width: 100%;
  top: 4px;
  border-radius: 3px;
}
.footer-widget-wrapper .footer-content .support-check input:checked + span::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.footer-widget-wrapper .footer-content .support-check .lebel-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
}
.footer-widget-wrapper .fooer-widget-items .widget-head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.footer-widget-wrapper .fooer-widget-items .widget-head .widget-title {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
}
.footer-widget-wrapper .fooer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper .fooer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-widget-wrapper .fooer-widget-items .gt-list-area li a {
  color: rgba(255, 255, 255, 0.75);
}
.footer-widget-wrapper .fooer-widget-items .gt-list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .fooer-widget-items .gt-list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper .footer-widget-area {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-widget-area {
    margin-left: 0;
  }
}
.footer-widget-wrapper .footer-widget-area.footer-widget-area-two {
  margin-left: 90px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-widget-area.footer-widget-area-two {
    margin-left: 0;
  }
}
.footer-widget-wrapper .fooer-widget-items-two .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper .fooer-widget-items-two .widget-head .widget-title {
  font-size: 24px;
  font-weight: 400;
  color: var(--white);
  font-family: "BDO Grotesk", sans-serif !important;
  text-transform: capitalize;
}
.footer-widget-wrapper .fooer-widget-items-two .gt-list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 20px;
}
.footer-widget-wrapper .fooer-widget-items-two .gt-list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper .fooer-widget-items-two .gt-list-area li a {
  color: #999999;
}
.footer-widget-wrapper .fooer-widget-items-two .gt-list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .fooer-widget-items-two .gt-list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper .fooer-widget-items-two form {
  position: relative;
  max-width: 420px;
  margin-top: 35px;
}
.footer-widget-wrapper .fooer-widget-items-two form input {
  display: inline-block;
  outline: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 54px;
  line-height: 54px;
  padding: 0 24px;
  width: 100%;
  background: transparent;
  font-size: 16px;
  border-radius: 27px;
  color: rgba(224, 238, 238, 0.7);
  padding-right: 140px;
}
.footer-widget-wrapper .fooer-widget-items-two form input::placeholder {
  color: rgba(224, 238, 238, 0.7);
}
.footer-widget-wrapper .fooer-widget-items-two form .subscribe-btn {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  border-radius: 21px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--theme);
  transition: all 0.4s ease-in-out;
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: 0;
}
.footer-widget-wrapper .fooer-widget-items-two form .subscribe-btn:hover {
  background: var(--white);
  color: var(--header);
}
.footer-widget-wrapper .fooer-widget-items-two .support-check {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
.footer-widget-wrapper .fooer-widget-items-two .support-check input {
  display: none;
}
.footer-widget-wrapper .fooer-widget-items-two .support-check .check-boxx {
  max-width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  position: relative;
  width: 100%;
  top: 4px;
  border-radius: 3px;
}
.footer-widget-wrapper .fooer-widget-items-two .support-check input:checked + span::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  inset: 0;
  text-align: center;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}
.footer-widget-wrapper .fooer-widget-items-two .support-check .lebel-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  text-transform: capitalize;
}
.footer-widget-wrapper.footer-widget-wrapper-7 {
  padding-left: 50px;
}
.footer-widget-wrapper.footer-widget-wrapper-7 .footer-content .footer-text {
  color: rgba(17, 17, 17, 0.6);
}
.footer-widget-wrapper.footer-widget-wrapper-7 .footer-content form input {
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: rgba(0, 0, 0, 0.7);
}
.footer-widget-wrapper.footer-widget-wrapper-7 .footer-content form input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.footer-widget-wrapper.footer-widget-wrapper-7 .footer-content form .subscribe-btn {
  color: var(--white);
  background-color: var(--header);
}
.footer-widget-wrapper.footer-widget-wrapper-7 .footer-content form .subscribe-btn:hover {
  background: var(--theme);
}
.footer-widget-wrapper.footer-widget-wrapper-7 .footer-content .support-check {
  color: rgb(153, 153, 153);
}
.footer-widget-wrapper.footer-widget-wrapper-7 .footer-content .support-check .check-boxx {
  border: 1px solid rgba(17, 17, 17, 0.1);
}
.footer-widget-wrapper.footer-widget-wrapper-7 .footer-content .support-check input:checked + span::before {
  color: var(--header);
}
.footer-widget-wrapper.footer-widget-wrapper-7 .footer-content .support-check .lebel-text {
  color: rgb(153, 153, 153);
}
.footer-widget-wrapper.footer-widget-wrapper-7 .fooer-widget-items .widget-head {
  border-bottom: none;
  margin-bottom: 30px;
  padding-bottom: 0;
}
.footer-widget-wrapper.footer-widget-wrapper-7 .fooer-widget-items .widget-head .widget-title {
  font-size: 20px;
  font-weight: 400;
  color: #555555;
}
.footer-widget-wrapper.footer-widget-wrapper-7 .fooer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper.footer-widget-wrapper-7 .fooer-widget-items .gt-list-area li a {
  color: #111111;
}
.footer-widget-wrapper.footer-widget-wrapper-7 .fooer-widget-items .gt-list-area li:hover a {
  color: var(--theme);
}

.footer-section-5 .social-icon {
  gap: 7px;
  position: relative;
  z-index: 99;
  margin-top: 35px;
}
.footer-section-5 .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
.footer-section-5 .social-icon a:hover {
  background: var(--theme);
  border-color: var(--theme);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
  overflow: hidden;
  background: #1A1A1A;
  position: relative;
}
.footer-bottom .copyright-text {
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .footer-bottom .copyright-text {
    font-size: 16px;
  }
}

.footer-bottom-two {
  background: #111111;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
  padding-bottom: 50px;
}
.footer-bottom-two .copyright-text {
  font-size: 18px;
  color: #FFFFFF;
}
.footer-bottom-two .footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom-two .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
  }
}
.footer-bottom-two .footer-bottom-wrapper .social-icon {
  gap: 10px;
  position: relative;
  z-index: 99;
}
.footer-bottom-two .footer-bottom-wrapper .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
.footer-bottom-two .footer-bottom-wrapper .social-icon a:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.footer-bottom-two .footer-bottom-text {
  text-align: center;
  letter-spacing: -0.07em;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.7) 0%, #FFFFFF 238.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: "BDO Grotesk";
  font-weight: 400;
  line-height: 1;
  font-size: 284.227px;
}
@media (max-width: 1600px) {
  .footer-bottom-two .footer-bottom-text {
    font-size: 230px;
  }
}
@media (max-width: 1399px) {
  .footer-bottom-two .footer-bottom-text {
    font-size: 190px;
  }
}
@media (max-width: 1199px) {
  .footer-bottom-two .footer-bottom-text {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .footer-bottom-two .footer-bottom-text {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-two .footer-bottom-text {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .footer-bottom-two .footer-bottom-text {
    font-size: 70px;
  }
}
@media (max-width: 470px) {
  .footer-bottom-two .footer-bottom-text {
    font-size: 60px;
  }
}

.footer-section-two {
  background: #111111;
}

.footer-bottom-wrap-5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 44px;
  margin-top: 98px;
  position: relative;
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .footer-bottom-wrap-5 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-bottom-wrap-5 {
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 15px;
  }
}
.footer-bottom-wrap-5::before {
  position: absolute;
  top: 0;
  left: -4.5%;
  height: 1px;
  width: 1000%;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}
.footer-bottom-wrap-5 p {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .footer-bottom-wrap-5 p {
    font-size: 15px;
  }
}
.footer-bottom-wrap-5 .footer-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .footer-bottom-wrap-5 .footer-list {
    gap: 15px;
  }
}
.footer-bottom-wrap-5 .footer-list li a {
  font-size: 18px;
  color: #999999;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .footer-bottom-wrap-5 .footer-list li a {
    font-size: 15px;
  }
}
.footer-bottom-wrap-5 .footer-list li a:hover {
  color: var(--theme);
}

.footer-widget-wrapper-5 {
  padding: 100px 0 45px;
}
.footer-widget-wrapper-5 .footer-widget-area {
  margin-left: 60px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-5 .footer-widget-area {
    margin-left: 0;
  }
}

.footer-section-5 {
  position: relative;
}
.footer-section-5::before {
  left: 37.3%;
}
@media (max-width: 1899px) {
  .footer-section-5::before {
    left: 35.3%;
  }
}
.footer-section-5 .footer-text-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1899px) {
  .footer-section-5 .footer-text-img {
    max-width: 480px;
  }
  .footer-section-5 .footer-text-img img {
    width: 100%;
    height: 100%;
  }
}

.footer-section-6 {
  background: #1A1A1A;
}
.footer-section-6 .footer-bottom-wrap-6 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
}
.footer-section-6 .footer-bottom-6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-section-6 .footer-bottom-6 {
    display: grid;
    justify-content: center;
    text-align: center;
    gap: 8px;
  }
}
.footer-section-6 .footer-bottom-6 p {
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-transform: capitalize;
}
.footer-section-6 .footer-bottom-6 a {
  font-size: 18px;
  font-weight: 400;
  color: white;
  text-transform: capitalize;
}
.footer-section-6 .footer-image {
  padding: 50px 0;
  position: relative;
}
.footer-section-6 .footer-image .footer-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footer-section-6 .footer-image img {
  width: 100%;
  height: 100%;
  border-radius: 198px;
}

.footer-widget-wrapper-6 {
  position: relative;
  padding: 100px 0 100px;
}
.footer-widget-wrapper-6::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45%;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-6::before {
    display: none;
  }
}
.footer-widget-wrapper-6 .footer-form form {
  max-width: 515px;
  position: relative;
}
.footer-widget-wrapper-6 .footer-form form input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  border-radius: 42px;
  background: transparent;
  width: 100%;
  padding: 22px 35px;
  line-height: 1;
  padding-right: 60px;
}
.footer-widget-wrapper-6 .footer-form form .subscribe-btn {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #fff;
}
.footer-widget-wrapper-6 .footer-form p {
  color: #fff;
  font-size: 22px;
  max-width: 345px;
  margin-top: 25px;
}
.footer-widget-wrapper-6 .footer-widget-right-6 {
  max-width: 700px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-6 .footer-widget-right-6 {
    max-width: initial;
    margin-left: auto;
  }
}
.footer-widget-wrapper-6 .footer-widget-right-6 .fooer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper-6 .footer-widget-right-6 .fooer-widget-items .widget-head .widget-title {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
}
.footer-widget-wrapper-6 .footer-widget-right-6 .fooer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper-6 .footer-widget-right-6 .fooer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-widget-wrapper-6 .footer-widget-right-6 .fooer-widget-items .gt-list-area li a {
  color: rgba(255, 255, 255, 0.75);
}
.footer-widget-wrapper-6 .footer-widget-right-6 .fooer-widget-items .gt-list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper-6 .footer-widget-right-6 .fooer-widget-items .gt-list-area li:hover a {
  color: var(--white);
}

.footer-section-7 {
  background: transparent;
}
.footer-section-7::before {
  display: none;
}

.footer-bottom-7 {
  padding: 30px 0;
  padding-top: 0;
}
.footer-bottom-7 .copyright-text {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: var(--header);
  padding-top: 28px;
}

.footer-widget-wrapper-4 {
  position: relative;
  padding: 100px 0 100px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
.footer-widget-wrapper-4::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 45%;
  width: 1px;
  height: 100%;
  background: rgba(17, 17, 17, 0.1);
  content: "";
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-4::before {
    display: none;
  }
}
.footer-widget-wrapper-4 .footer-form form {
  max-width: 515px;
  position: relative;
}
.footer-widget-wrapper-4 .footer-form form input {
  border: 1px solid rgba(17, 17, 17, 0.1);
  outline: none;
  border-radius: 42px;
  background: transparent;
  width: 100%;
  padding: 22px 35px;
  line-height: 1;
  padding-right: 60px;
}
.footer-widget-wrapper-4 .footer-form form .subscribe-btn {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #111111;
}
.footer-widget-wrapper-4 .footer-form p {
  color: #111111;
  font-size: 22px;
  max-width: 345px;
  margin-top: 25px;
}
.footer-widget-wrapper-4 .footer-widget-right-6 {
  max-width: 700px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-4 .footer-widget-right-6 {
    max-width: initial;
    margin-left: auto;
  }
}
.footer-widget-wrapper-4 .footer-widget-right-6 .fooer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper-4 .footer-widget-right-6 .fooer-widget-items .widget-head .widget-title {
  font-size: 20px;
  font-weight: 400;
  color: #999999;
}
.footer-widget-wrapper-4 .footer-widget-right-6 .fooer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-widget-wrapper-4 .footer-widget-right-6 .fooer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 8px;
}
.footer-widget-wrapper-4 .footer-widget-right-6 .fooer-widget-items .gt-list-area li a {
  color: #111111;
}
.footer-widget-wrapper-4 .footer-widget-right-6 .fooer-widget-items .gt-list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper-4 .footer-widget-right-6 .fooer-widget-items .gt-list-area li:hover a {
  color: var(--theme);
}

.footer-section-4 .footer-bottom-text {
  text-transform: uppercase;
  color: #111111;
  font-weight: 700;
  font-size: 168px;
  text-align: center;
  font-family: "Thunder";
  line-height: 1;
}
@media (max-width: 1600px) {
  .footer-section-4 .footer-bottom-text {
    font-size: 140px;
  }
}
@media (max-width: 1399px) {
  .footer-section-4 .footer-bottom-text {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .footer-section-4 .footer-bottom-text {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .footer-section-4 .footer-bottom-text {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  .footer-section-4 .footer-bottom-text {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .footer-section-4 .footer-bottom-text {
    font-size: 40px;
  }
}
.footer-section-4 .footer-bottom-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding: 18px 0;
}
@media (max-width: 575px) {
  .footer-section-4 .footer-bottom-4 {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.footer-section-4 .footer-bottom-4 p {
  font-size: 18px;
  color: #111111;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .footer-section-4 .footer-bottom-4 p {
    font-size: 15px;
  }
}
.footer-section-4 .footer-bottom-4 .footer-list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .footer-section-4 .footer-bottom-4 .footer-list {
    gap: 15px;
  }
}
.footer-section-4 .footer-bottom-4 .footer-list li a {
  font-size: 18px;
  color: #111111;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .footer-section-4 .footer-bottom-4 .footer-list li a {
    font-size: 15px;
  }
}
.footer-section-4 .footer-bottom-4 .footer-list li a:hover {
  color: var(--theme);
}

.footer-bb-style-3 {
  padding-bottom: 70px !important;
}

.footer-bb-style-inner {
  padding-bottom: 100px !important;
}

.footer-section-8 {
  background: #141414;
  padding: 90px 0 30px;
}
.footer-section-8 .fooer-widget-items .widget-head {
  margin-bottom: 25px;
}
.footer-section-8 .fooer-widget-items .widget-head .widget-title {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
}
.footer-section-8 .fooer-widget-items .mail-info a {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  display: block;
}
.footer-section-8 .fooer-widget-items .gt-list-area li {
  transition: all 0.4s ease-in-out;
}
.footer-section-8 .fooer-widget-items .gt-list-area li:not(:last-child) {
  margin-bottom: 4px;
}
.footer-section-8 .fooer-widget-items .gt-list-area li a {
  color: rgba(255, 255, 255, 0.75);
}
.footer-section-8 .fooer-widget-items .gt-list-area li:hover a {
  color: var(--white);
}
.footer-section-8 .fooer-widget-items .footer-form {
  margin-top: 150px;
}
@media (max-width: 991px) {
  .footer-section-8 .fooer-widget-items .footer-form {
    text-align: left;
    margin-top: 50px;
  }
}
.footer-section-8 .fooer-widget-items .footer-form form {
  position: relative;
}
.footer-section-8 .fooer-widget-items .footer-form form input {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  border-radius: 0;
  background: transparent;
  width: 100%;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 15px;
  text-transform: uppercase;
  padding-right: 30px;
}
.footer-section-8 .fooer-widget-items .footer-form form .subscribe-btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
}
.footer-section-8 .fooer-widget-items .footer-form p {
  color: #fff;
  font-size: 20px;
  max-width: 345px;
  margin-top: 25px;
}
.footer-section-8 .footer-content {
  text-align: center;
}
@media (max-width: 767px) {
  .footer-section-8 .footer-content {
    text-align: left;
  }
}
.footer-section-8 .footer-content p {
  font-size: 16px;
  max-width: 250px;
  margin: 0 auto;
  color: #999999;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer-section-8 .footer-content p {
    margin: initial;
    margin-top: 30px;
  }
}
.footer-section-8 .footer-right-area {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 1399px) {
  .footer-section-8 .footer-right-area {
    max-width: 280px;
  }
}
@media (max-width: 1199px) {
  .footer-section-8 .footer-right-area {
    max-width: 235px;
  }
}
.footer-section-8 .footer-right-area .footer-right-items {
  display: flex;
  justify-content: space-between;
}
.footer-section-8 .footer-right-area .mail-info {
  margin-top: 40px;
}
.footer-section-8 .footer-right-area .mail-info .widget-title {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  display: inline-block;
  margin-bottom: 15px;
}
.footer-section-8 .footer-right-area .mail-info a {
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  display: block;
}
.footer-section-8 .footer-bottom-81 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .footer-section-8 .footer-bottom-81 {
    display: grid;
    justify-content: center;
    gap: 15px;
    margin-top: 50px;
    text-align: center;
  }
}
.footer-section-8 .footer-bottom-81 P, .footer-section-8 .footer-bottom-81 a {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--white);
}
.footer-section-8 .footer-bottom-81 .social-icon {
  gap: 30px;
  margin-left: -215px;
}
@media (max-width: 1399px) {
  .footer-section-8 .footer-bottom-81 .social-icon {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-section-8 .footer-bottom-81 .social-icon {
    justify-content: center;
  }
}
.footer-section-8 .footer-bottom-81 .social-icon a {
  display: inline-block;
  color: var(--white);
  text-align: center;
  font-size: 18px;
}

.footer-widget-wrapper81 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-widget-wrapper81 {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .footer-widget-wrapper81 {
    display: grid;
  }
}

.footer-section-9 .container {
  max-width: 1620px;
}
.footer-section-9 .footer-bottom-text {
  font-size: 370px;
  font-family: "ThunderFont", sans-serif !important;
  line-height: 1;
  padding-top: 30px;
}
@media (max-width: 1600px) {
  .footer-section-9 .footer-bottom-text {
    font-size: 260px;
  }
}
@media (max-width: 1399px) {
  .footer-section-9 .footer-bottom-text {
    font-size: 240px;
  }
}
@media (max-width: 1199px) {
  .footer-section-9 .footer-bottom-text {
    font-size: 200px;
  }
}
@media (max-width: 991px) {
  .footer-section-9 .footer-bottom-text {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .footer-section-9 .footer-bottom-text {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .footer-section-9 .footer-bottom-text {
    font-size: 110px;
  }
}
@media (max-width: 470px) {
  .footer-section-9 .footer-bottom-text {
    font-size: 60px;
  }
}

.footer-section-10 {
  background: #111111;
  padding: 110px 0 30px;
}
.footer-section-10 .footer-bottom9 {
  background: rgba(255, 255, 255, 0.05);
  padding: 35px 0;
}
.footer-section-10 .footer-bottom9 .footer-bottoms-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-section-10 .footer-bottom9 .footer-bottoms-item {
    display: grid;
    justify-content: center;
    gap: 14px;
    text-align: center;
  }
}
.footer-section-10 .footer-bottom9 .footer-bottoms-item p {
  color: rgba(255, 255, 255, 0.7);
}
.footer-section-10 .footer-bottom9 .footer-bottoms-item ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-section-10 .footer-bottom9 .footer-bottoms-item ul li {
  color: rgba(255, 255, 255, 0.7);
}
.footer-section-10 .footer-bottom9 .footer-bottoms-item ul li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-section-10 .footer-bottom9 .footer-bottoms-item ul li a:hover {
  color: var(--white);
}

.footer-widget-wrapper-10 .footer-left-items {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 60px;
  border-radius: 20px;
  padding-bottom: 150px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-10 .footer-left-items {
    border-right: none;
  }
}
.footer-widget-wrapper-10 .footer-left-items .logo-items {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 290px;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-10 .footer-left-items .logo-items {
    gap: 100px;
  }
}
@media (max-width: 1199px) {
  .footer-widget-wrapper-10 .footer-left-items .logo-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.footer-widget-wrapper-10 .footer-left-items .logo-items .social-icon {
  gap: 10px;
}
.footer-widget-wrapper-10 .footer-left-items .logo-items .social-icon a {
  display: inline-block;
  width: 60px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  border-radius: 6px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-widget-wrapper-10 .footer-left-items .logo-items .social-icon a:hover {
  background: #fff;
  color: #111111;
}
.footer-widget-wrapper-10 .footer-left-items p {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  max-width: 345px;
  opacity: 0.6;
}
.footer-widget-wrapper-10 .footer-right-items {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding-left: 150px;
  padding-top: 60px;
  padding-bottom: 150px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper-10 .footer-right-items {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper-10 .footer-right-items {
    padding-left: 0;
  }
}
.footer-widget-wrapper-10 .footer-right-items .footer-widget-items .widget-head {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
  display: inline-block;
  margin-bottom: 20px;
}
.footer-widget-wrapper-10 .footer-right-items .footer-widget-items .footer-list li {
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper-10 .footer-right-items .footer-widget-items .footer-list li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper-10 .footer-right-items .footer-widget-items .footer-list li a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding-left: 20px;
}
.footer-widget-wrapper-10 .footer-right-items .footer-widget-items .footer-list li a::before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
}
.footer-widget-wrapper-10 .footer-right-items .footer-widget-items .footer-list li a:hover {
  color: var(--white);
}
.footer-widget-wrapper-10 .footer-right-items .footer-widget-items .contact-list li {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  gap: 20px;
}
.footer-widget-wrapper-10 .footer-right-items .footer-widget-items .contact-list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper-10 .footer-right-items .footer-widget-items .contact-list li a {
  color: rgba(255, 255, 255, 0.6);
}

.footer-section-101 .text {
  color: rgb(17, 17, 17);
  font-size: 18px;
  font-weight: 400;
}
.footer-section-101 .mail-text {
  display: inline-block;
  font-size: 50px;
  font-family: "BDO Grotesk", sans-serif !important;
  color: rgb(17, 17, 17);
  text-decoration: underline;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .footer-section-101 .mail-text {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .footer-section-101 .mail-text {
    font-size: 22px;
  }
}
.footer-section-101 .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 50px;
}
.footer-section-101 .social-icon a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: rgb(241, 241, 241);
  color: var(--header);
  font-size: 18px;
}
.footer-section-101 .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.footer-section-101 .copy-text-10 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--header);
  margin-top: 70px;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
  .section-title br {
    display: none;
  }
}
.section-title .sub-title {
  color: var(--theme);
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .section-title .sub-title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .section-title .sub-title {
    font-size: 14px;
  }
}
.section-title .sub-title.sub-title-2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  border: 1px solid #111111;
  height: 33px;
  line-height: 33px;
  border-radius: 21px;
  padding-right: 12px;
  padding-left: 24px;
  position: relative;
}
.section-title .sub-title.sub-title-2::before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #111111;
  border-radius: 7px;
}
.section-title h2 {
  color: var(--header);
}
.section-title.style-2 .sub-title {
  color: var(--header);
}
.section-title.style-2 h2 {
  font-size: 70px;
  letter-spacing: -5%;
}
@media (max-width: 991px) {
  .section-title.style-2 h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .section-title.style-2 h2 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .section-title.style-2 h2 {
    font-size: 35px;
  }
}
.section-title.style-4 .sub-title {
  color: var(--header);
}
.section-title.style-4 h2 {
  font-size: 200px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 1199px) {
  .section-title.style-4 h2 {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .section-title.style-4 h2 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .section-title.style-4 h2 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .section-title.style-4 h2 {
    font-size: 35px;
  }
}
.section-title.style-4 h2 span {
  color: var(--theme);
}
.section-title.style-3 .sub-title {
  font-size: 16px;
  font-weight: 400;
  font-family: "BDO Grotesk", sans-serif;
  color: var(--header);
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  text-transform: initial;
}
.section-title.style-3 .sub-title .line-1 {
  background: #111111;
  height: 1px;
  width: 123px;
  display: inline-block;
  position: relative;
  top: 0;
}
.section-title.style-5 .sub-title {
  font-size: 18px;
  font-weight: 400;
  font-family: "BDO Grotesk", sans-serif;
  color: var(--header);
  text-transform: initial !important;
}
.section-title.style-5 h2 {
  font-size: 70px;
  letter-spacing: -5%;
  text-transform: initial !important;
}
@media (max-width: 1199px) {
  .section-title.style-5 h2 {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .section-title.style-5 h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .section-title.style-5 h2 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .section-title.style-5 h2 {
    font-size: 35px;
  }
}
.section-title.style-10 .sub-title {
  font-size: 14px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  font-size: 14px;
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #111111;
  padding: 0 15px;
  border-radius: 30px;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
  .section-title-area br {
    display: none;
  }
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

.section-title-2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title-2 {
    margin-bottom: 0;
  }
  .section-title-2 br {
    display: none;
  }
}
.section-title-2 .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.section-title-2 .title {
  font-size: 100px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  line-height: 100%;
}
@media (max-width: 1399px) {
  .section-title-2 .title {
    font-size: 80px;
  }
}
@media (max-width: 1199px) {
  .section-title-2 .title {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .section-title-2 .title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .section-title-2 .title {
    font-size: 42px;
  }
}
@media (max-width: 470px) {
  .section-title-2 .title {
    font-size: 38px;
  }
}
@media (max-width: 500px) {
  .section-title-2 .title {
    font-size: 32px;
  }
}

.center {
  text-align: center;
  margin: 0 auto;
}

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

.section-bg-2 {
  background-color: #FBF3E6 !important;
}

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

.section-padding {
  padding: 140px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}

.section-padding-2 {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .section-padding-2 {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding-2 {
    padding: 80px 0;
  }
}

/*---------------------------------------
05. Sections
---------------------------------------*/
.hero-1 {
  padding: 220px 0 140px;
}
@media (max-width: 767px) {
  .hero-1 {
    padding: 170px 0 110px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}
.hero-1 .hero-content .hero-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .hero-list {
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.hero-1 .hero-content .hero-list .tag-box {
  display: inline-block;
  font-size: 16px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 32px;
  line-height: 32px;
  border-radius: 30px;
  padding: 0 16px;
}
.hero-1 .hero-content .hero-title {
  color: var(--white);
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .hero-title {
    text-align: center;
  }
}
.hero-1 .hero-content .hero-button {
  margin-left: 150px;
  max-width: 480px;
  margin-top: 35px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content .hero-button {
    margin-left: 80px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content .hero-button {
    margin-left: 0;
    margin: 0 auto;
    margin-top: 25px;
  }
}
.hero-1 .hero-content .hero-button p {
  color: var(--white);
  opacity: 0.7;
  text-transform: capitalize;
}
.hero-1 .hero-content .hero-button .theme-btn-main {
  margin-top: 50px;
}
.hero-1 .hero-content .hero-button .theme-btn-main .theme-btn-arrow-left, .hero-1 .hero-content .hero-button .theme-btn-main .theme-btn-arrow-right {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-1 .hero-content .hero-button .theme-btn-main .btn-text1 {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-1 .hero-image-items {
  max-width: 420px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image-items {
    margin: 0 auto;
  }
}
.hero-1 .hero-image-items .text-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 70px;
  padding-top: 28px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image-items .text-items {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    text-align: center;
  }
}
.hero-1 .hero-image-items .text-items p {
  text-transform: capitalize;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  opacity: 0.7;
}
.hero-1 .hero-image-items .social-icon-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 120px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-image-items .social-icon-items {
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }
}
.hero-1 .hero-image-items .social-icon-items span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  color: var(--white);
}
.hero-1 .hero-image-items .social-icon-items .line {
  display: inline-block;
  width: 120px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 1399px) {
  .hero-1 .hero-image-items .social-icon-items .line {
    display: none;
  }
}
.hero-1 .hero-image-items .social-icon-items .social-icon {
  gap: 10px;
}
.hero-1 .hero-image-items .social-icon-items .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
}
.hero-1 .hero-image-items .social-icon-items .social-icon a:hover {
  background: var(--theme);
  border-color: var(--theme);
}

.hero-2 {
  position: relative;
  padding-top: 150px;
}
@media (max-width: 1199px) {
  .hero-2 {
    padding-bottom: 120px;
  }
}
.hero-2 .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 520px;
  z-index: -1;
  bottom: 0;
}
@media (max-width: 1199px) {
  .hero-2 .hero-bg {
    height: 100%;
  }
}
.hero-2 .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-2 .hero-left-items {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-left-items {
    gap: 20px;
    display: grid;
    justify-content: center;
    text-align: center;
  }
}
.hero-2 .hero-left-items ul li {
  letter-spacing: -5%;
  font-family: "BDO Grotesk", sans-serif !important;
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.4s ease-in-out;
}
.hero-2 .hero-left-items ul li:hover {
  color: var(--white);
}
.hero-2 .hero-social {
  display: flex;
  align-items: center;
  gap: 20px;
  writing-mode: sideways-lr;
  flex-direction: row-reverse;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 55px;
  padding: 34px 38px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-social {
    padding: 20px 26px;
    writing-mode: initial;
    flex-direction: initial;
    justify-content: center;
  }
}
.hero-2 .hero-social .hero-line {
  display: inline-block;
  height: 61px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.hero-2 .hero-social span {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  text-transform: uppercase;
}
.hero-2 .hero-social .social-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-2 .hero-social .social-icon a {
  color: var(--white);
  font-size: 14px;
  transform: rotate(90deg);
}
@media (max-width: 1199px) {
  .hero-2 .hero-social .social-icon a {
    transform: rotate(0deg);
  }
}
.hero-2 .hero-social .social-icon a:hover {
  color: var(--header);
}
.hero-2 .hero-image-items {
  max-width: 390px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.hero-2 .hero-image-items .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(255, 255, 255);
  margin-bottom: 40px;
}
.hero-2 .hero-image-items .text a {
  font-size: 24px;
  color: var(--white);
}
.hero-2 .hero-image-items p {
  font-size: 24px;
  color: var(--white);
  font-family: "BDO Grotesk";
  letter-spacing: -0.05em;
  line-height: 120%;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .hero-2 .hero-image-items p {
    font-size: 19px;
  }
  .hero-2 .hero-image-items p br {
    display: block;
  }
}
.hero-2 .hero-image-items .thumb {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 10px;
  position: relative;
  height: 450px;
}
.hero-2 .hero-image-items .thumb .hero-btn {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  text-align: center;
  width: calc(100% - 40px);
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(180deg, #F4F4F4 0%, #FEFEFE 100%);
  box-shadow: 0px 0px 0.224852px 0.224852px rgba(0, 0, 0, 0.07), 0px 0px 0.224852px 0.674556px rgba(0, 0, 0, 0.05), 0px 2.69822px 2.92308px -1.34911px rgba(0, 0, 0, 0.25), 0px 0.899408px 3.59763px 0.899408px rgba(0, 0, 0, 0.12), 0px 0px 0px 4px #F2F2F2;
  border-radius: 10px;
  line-height: 1;
  padding: 18px 20px;
  transition: all 0.4s ease;
  overflow: hidden;
  z-index: 1;
}
.hero-2 .hero-image-items .thumb .hero-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: all 0.6s ease;
  z-index: -1;
}
.hero-2 .hero-image-items .thumb .hero-btn:hover {
  background: var(--theme);
  color: var(--white);
  box-shadow: 0 15px 35px rgba(var(--theme), 0.35);
}
.hero-2 .hero-image-items .thumb .hero-btn:hover::before {
  left: 120%;
}
.hero-2 .hero-image-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
  height: 450px;
}
.hero-2 .hero-content {
  margin-left: 45px;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content {
    margin-left: 0;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
  }
}
.hero-2 .hero-content .text {
  color: var(--white);
  font-family: "BDO Grotesk";
  max-width: 200px;
  letter-spacing: -0.05em;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .text {
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
.hero-2 .hero-content h1 {
  font-family: "BDO Grotesk";
  font-weight: 400;
  font-size: 80px;
  letter-spacing: -0.05em;
  color: var(--white);
}
@media (max-width: 1600px) {
  .hero-2 .hero-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 44px;
  }
}
@media (max-width: 470px) {
  .hero-2 .hero-content h1 {
    font-size: 37px;
  }
}
.hero-2 .hero-bottom-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 64%;
  transform: translateY(-50%);
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 70px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-bottom-text {
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    transform: translateY(0px);
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-bottom-text {
    justify-content: center;
    display: grid;
    text-align: center;
    gap: 10px;
  }
}
.hero-2 .hero-bottom-text .bottom-text {
  color: var(--header);
  max-width: 342px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-bottom-text .bottom-text {
    color: var(--white);
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-bottom-text .bottom-text {
    margin: 0 auto;
  }
}
.hero-2 .hero-bottom-text .bottom-text span {
  text-align: right;
  display: block;
}
@media (max-width: 767px) {
  .hero-2 .hero-bottom-text .bottom-text span {
    text-align: center;
  }
}
.hero-2 .hero-bottom-text .right-text {
  display: flex;
  align-items: center;
  gap: 230px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-bottom-text .right-text {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-bottom-text .right-text {
    justify-content: center;
  }
}
.hero-2 .hero-bottom-text .right-text p {
  text-transform: capitalize;
  color: var(--header);
  font-weight: 500;
}
@media (max-width: 1199px) {
  .hero-2 .hero-bottom-text .right-text p {
    color: var(--white);
  }
}
.hero-2 .hero-title {
  text-transform: uppercase;
  font-size: 185px;
  letter-spacing: -7%;
  text-align: center;
  position: relative;
  line-height: 1;
  padding-top: 20px;
  margin-top: -20px;
}
@media (max-width: 1600px) {
  .hero-2 .hero-title {
    font-size: 170px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .hero-title {
    font-size: 150px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-title {
    color: var(--white);
    font-size: 125px;
    margin-top: 20px;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-title {
    font-size: 46px;
  }
}
.hero-2 .hero-title .circle-text {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  letter-spacing: -2%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 28px;
  background-color: var(--white);
  position: absolute;
  top: 53px;
  left: 170px;
  transform: rotate(-21.83deg);
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .hero-2 .hero-title .circle-text {
    display: none;
  }
}
.hero-2 .hero-title .circle-text2 {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
  letter-spacing: -2%;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 28px;
  background-color: var(--white);
  position: absolute;
  bottom: 60px;
  right: 180px;
  transform: rotate(-21.83deg);
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .hero-2 .hero-title .circle-text2 {
    display: none;
    margin-top: 20px;
  }
}
.hero-2 .hero-title .top-line {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: var(--header);
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-title .top-line {
    display: none;
  }
}
.hero-2 .hero-title .top-line::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  background: var(--header);
}
.hero-2 .hero-title .top-line::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  background: var(--header);
}
.hero-2 .hero-title .top-line2 {
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: var(--header);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}
.hero-2 .hero-title .top-line2::before {
  position: absolute;
  top: -2px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  background: var(--header);
}
.hero-2 .hero-title .top-line2::after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  background: var(--header);
}
@media (max-width: 1199px) {
  .hero-2 .hero-title .top-line2 {
    display: none;
  }
}
.hero-2 .hero-title .top-line3 {
  display: inline-block;
  height: 297px;
  width: 1px;
  background-color: var(--header);
  position: absolute;
  left: 50px;
  right: 0;
  top: -30px;
  bottom: 0;
}
.hero-2 .hero-title .top-line3::before {
  position: absolute;
  top: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  background: var(--header);
}
.hero-2 .hero-title .top-line3::after {
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  background: var(--header);
}
@media (max-width: 1199px) {
  .hero-2 .hero-title .top-line3 {
    display: none;
  }
}
.hero-2 .hero-title .top-line4 {
  display: inline-block;
  height: 297px;
  width: 1px;
  background-color: var(--header);
  position: absolute;
  right: 50px;
  top: -30px;
  bottom: 0;
}
.hero-2 .hero-title .top-line4::before {
  position: absolute;
  top: 0;
  left: -2px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  background: var(--header);
}
.hero-2 .hero-title .top-line4::after {
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  background: var(--header);
}
@media (max-width: 1199px) {
  .hero-2 .hero-title .top-line4 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hero-2 .hero-item-1 {
    order: 3;
  }
  .hero-2 .hero-item-3 {
    order: 1;
  }
  .hero-2 .hero-item-2 {
    order: 2;
  }
  .hero-4 .hero-item-1 {
    order: 1;
  }
  .hero-4 .hero-item-3 {
    order: 3;
  }
  .hero-4 .hero-item-2 {
    order: 2;
  }
}
.hero-3 {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding: 40px 0;
  margin-bottom: 100px;
  position: relative;
  margin-top: 70px;
}
.hero-3 .hero-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.1);
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-3 .hero-line {
    display: none;
  }
}
.hero-3 .hero-line-2 {
  display: inline-block;
  width: 1px;
  height: 122%;
  background: rgba(17, 17, 17, 0.1);
  position: absolute;
  top: -60px;
  left: 38%;
  right: 0;
}
@media (max-width: 1600px) {
  .hero-3 .hero-line-2 {
    display: none;
  }
}
.hero-3 .hero-line-3 {
  display: inline-block;
  width: 1px;
  height: 122%;
  background: rgba(17, 17, 17, 0.1);
  position: absolute;
  top: -60px;
  left: -30px;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-3 .hero-line-3 {
    display: none;
  }
}
.hero-3 .hero-line-4 {
  display: inline-block;
  width: 1px;
  height: 122%;
  background: rgba(17, 17, 17, 0.1);
  position: absolute;
  top: -60px;
  right: -30px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-line-4 {
    display: none;
  }
}
.hero-3 .hero-line-5 {
  display: inline-block;
  width: 1020px;
  height: 1px;
  background: rgba(17, 17, 17, 0.1);
  position: absolute;
  top: 23%;
  right: -30px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-line-5 {
    display: none;
  }
}
.hero-3 .hero-line-6 {
  display: inline-block;
  width: 1020px;
  height: 1px;
  background: rgba(17, 17, 17, 0.1);
  position: absolute;
  top: 48.5%;
  right: -30px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-line-6 {
    display: none;
  }
}
.hero-3 .hero-line-7 {
  display: inline-block;
  width: 1020px;
  height: 1px;
  background: rgba(17, 17, 17, 0.1);
  position: absolute;
  top: 78.5%;
  right: -30px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-line-7 {
    display: none;
  }
}
.hero-3 .hero-box-items {
  position: relative;
}
.hero-3 .hero-top-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.hero-3 .hero-top-items p {
  font-size: 16px;
  color: var(--header);
  text-transform: capitalize;
}
.hero-3 .hero-items {
  max-width: 548px;
}
@media (max-width: 991px) {
  .hero-3 .hero-items {
    max-width: initial;
  }
}
.hero-3 .hero-items .thumb {
  border-radius: 20px;
}
.hero-3 .hero-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.hero-3 .hero-items .content {
  background: rgba(17, 17, 17, 0.05);
  border-radius: 20px;
  padding: 40px 50px;
}
@media (max-width: 575px) {
  .hero-3 .hero-items .content {
    padding: 20px 20px;
  }
}
.hero-3 .hero-items .content .text-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 30px;
}
@media (max-width: 575px) {
  .hero-3 .hero-items .content .text-items {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.hero-3 .hero-items .content .text-items p {
  letter-spacing: -0.02em;
  color: #111111;
  opacity: 0.7;
  font-weight: 500;
  max-width: 280px;
}
.hero-3 .hero-items .counter-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-3 .hero-items .counter-items .counter-title {
  font-size: 110px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .hero-3 .hero-items .counter-items .counter-title {
    font-size: 80px;
  }
}
.hero-3 .hero-items .counter-items .counter-title .plus {
  font-size: 50px;
  margin-left: 4px;
}
.hero-3 .hero-items .counter-items p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--header);
}
.hero-3 .hero-content h1 {
  font-weight: 500;
  font-size: 180px;
  line-height: 100%;
  letter-spacing: -0.07em;
  text-transform: uppercase;
  margin-top: -30px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-content h1 {
    font-size: 145px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .hero-content h1 {
    font-size: 120px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 80px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 44px;
  }
}
@media (max-width: 470px) {
  .hero-3 .hero-content h1 {
    font-size: 35px;
  }
}
.hero-3 .hero-content h1 .hero-text {
  text-align: right;
  display: block;
  font-style: italic;
  font-weight: 400;
  margin-right: 50px;
}
@media (max-width: 991px) {
  .hero-3 .hero-content h1 .hero-text {
    margin-right: 0;
    text-align: left;
  }
}
.hero-3 .hero-content h1 .hero-text .plus {
  margin-right: 5px;
}
.hero-3 .hero-content .hero-button-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content .hero-button-items {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.hero-3 .hero-content .hero-button-items p {
  text-transform: capitalize;
  color: #111111;
  opacity: 0.7;
  max-width: 430px;
}

.hero-4 {
  background-color: var(--theme);
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}
.hero-4 .sec-line-add {
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 1399px) {
  .hero-4 .sec-line-add {
    display: none;
  }
}
.hero-4 .sec-line-add .sec-line-wrap .one-line {
  background: #fff;
}
.hero-4 .sec-line-add .sec-line-wrap .one-line::before {
  background: #fff;
}
.hero-4 .sec-line-add .sec-line-wrap .one-line::after {
  background: #fff;
}
.hero-4 .sec-line-add.top-style-1 {
  position: static;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .hero-4 .sec-line-add.top-style-1 {
    display: none;
  }
}
.hero-4 .sec-line-add.top-style-2 {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1399px) {
  .hero-4 .sec-line-add.top-style-2 {
    display: none;
  }
}
.hero-4 .hero-lines-1 {
  max-width: 1620px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: -20px;
  justify-content: space-between;
  margin: 0 auto;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .hero-4 .hero-lines-1 {
    display: none !important;
  }
}
.hero-4 .hero-lines-1 span {
  position: relative;
  width: 1px;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.15);
}
.hero-4 .social-icon-items {
  display: flex;
  align-items: center;
  position: absolute;
  right: 55px;
  bottom: 63px;
  gap: 10px;
  z-index: 9;
  writing-mode: sideways-rl;
}
@media (max-width: 1899px) {
  .hero-4 .social-icon-items {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .hero-4 .social-icon-items {
    display: none;
  }
}
.hero-4 .social-icon-items span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  color: var(--white);
}
.hero-4 .social-icon-items .line {
  display: inline-block;
  height: 120px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 1399px) {
  .hero-4 .social-icon-items .line {
    display: none;
  }
}
.hero-4 .social-icon-items .social-icon {
  gap: 10px;
}
.hero-4 .social-icon-items .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transform: rotate(270deg);
}
.hero-4 .social-icon-items .social-icon a:hover {
  background: var(--white);
  border-color: var(--white);
  color: var(--header);
}
.hero-4 .content {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-4 .content {
    text-align: center;
  }
}
.hero-4 .content .infor {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
}
.hero-4 .content .text {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  margin-top: 30px;
}
.hero-4 .content .theme-btn-main-2 {
  margin-top: 38px;
}
.hero-4 .content .theme-btn-main-2.style-4 .theme-btn {
  background: var(--white);
  border: 1px solid #fff;
  color: #111111;
}
.hero-4 .content .theme-btn-main-2.style-4 .theme-btn-arrow-left, .hero-4 .content .theme-btn-main-2.style-4 .theme-btn-arrow-right {
  background: #fff;
  border: 1px solid #fff;
  color: #111111;
}
.hero-4 .hero-image-itemsss {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-4 .hero-image-itemsss {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-image-itemsss {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-image-itemsss {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hero-4 .hero-image-itemsss .hero-image {
  max-width: 228px;
  width: 100%;
  margin-right: -120px;
}
@media (max-width: 1399px) {
  .hero-4 .hero-image-itemsss .hero-image {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-image-itemsss .hero-image {
    margin-right: 0;
    max-width: initial;
    margin: 0 auto;
  }
  .hero-4 .hero-image-itemsss .hero-image img {
    width: 100%;
    height: 100%;
  }
}
.hero-4 .hero-image-itemsss .hero-image.thumb-1 {
  transform: matrix(0.99, -0.17, 0.18, 0.98, 0, 0);
  position: relative;
  z-index: 17;
}
@media (max-width: 767px) {
  .hero-4 .hero-image-itemsss .hero-image.thumb-1 {
    transform: initial;
  }
}
.hero-4 .hero-image-itemsss .hero-image.thumb-2 {
  transform: matrix(0.99, -0.12, 0.13, 0.99, 0, 0);
  position: relative;
  z-index: 9;
}
@media (max-width: 767px) {
  .hero-4 .hero-image-itemsss .hero-image.thumb-2 {
    transform: initial;
  }
}
.hero-4 .hero-image-itemsss .hero-image.thumb-3 {
  position: relative;
  z-index: 5;
  margin-top: -30px;
}
@media (max-width: 767px) {
  .hero-4 .hero-image-itemsss .hero-image.thumb-3 {
    margin-top: 0;
  }
}
.hero-4 .hero-image-itemsss .hero-image.thumb-4 {
  transform: matrix(0.99, 0.12, -0.13, 0.99, 0, 0);
  position: relative;
  z-index: 1;
  margin-top: -15px;
}
@media (max-width: 767px) {
  .hero-4 .hero-image-itemsss .hero-image.thumb-4 {
    transform: initial;
    margin-top: 0;
  }
}
.hero-4 .hero-image-itemsss .hero-image.thumb-5 {
  transform: matrix(0.99, 0.17, -0.18, 0.98, 0, 0);
  margin-right: 0;
}
@media (max-width: 767px) {
  .hero-4 .hero-image-itemsss .hero-image.thumb-5 {
    transform: initial;
  }
}
.hero-4 .content-2 {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero-4 .content-2 {
    text-align: center;
  }
}
.hero-4 .content-2 .text-3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--white);
  margin-left: 90px;
}
@media (max-width: 1600px) {
  .hero-4 .content-2 .text-3 {
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  .hero-4 .content-2 .text-3 {
    margin-left: 0;
    text-align: center;
  }
}
.hero-4 .content-2 .counter-title {
  font-size: 140px;
  font-weight: 700;
  color: var(--white);
  font-family: "ThunderFont", sans-serif !important;
  display: inline-block;
  line-height: 1;
  margin-left: 90px;
  margin-top: 22px;
}
@media (max-width: 1600px) {
  .hero-4 .content-2 .counter-title {
    margin-left: 35px;
  }
}
@media (max-width: 767px) {
  .hero-4 .content-2 .counter-title {
    margin-left: 0;
    text-align: center;
  }
}
.hero-4 .content-2 .text-4 {
  letter-spacing: 0.6em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
}
.hero-4 .hero-title {
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-4 .hero-title h1 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 550px;
  letter-spacing: initial;
  line-height: 1;
  margin-top: 80px;
  margin-bottom: -74px;
}
@media (max-width: 1899px) {
  .hero-4 .hero-title h1 {
    font-size: 515px;
  }
}
@media (max-width: 1600px) {
  .hero-4 .hero-title h1 {
    font-size: 435px;
  }
}
@media (max-width: 1399px) {
  .hero-4 .hero-title h1 {
    font-size: 415px;
  }
}
@media (max-width: 1199px) {
  .hero-4 .hero-title h1 {
    font-size: 350px;
  }
}
@media (max-width: 991px) {
  .hero-4 .hero-title h1 {
    font-size: 240px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-4 .hero-title h1 {
    font-size: 190px;
  }
}
@media (max-width: 575px) {
  .hero-4 .hero-title h1 {
    font-size: 150px;
  }
}
@media (max-width: 470px) {
  .hero-4 .hero-title h1 {
    font-size: 110px;
  }
}

.hero-5 {
  padding: 300px 0 50px;
}
@media (max-width: 1199px) {
  .hero-5 {
    padding: 150px 0 50px;
  }
}
@media (max-width: 575px) {
  .hero-5 {
    padding: 130px 0 50px;
  }
}
.hero-5 .hero-content {
  text-align: center;
  margin-bottom: 170px;
}
@media (max-width: 991px) {
  .hero-5 .hero-content {
    margin-bottom: 160px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-content {
    margin-bottom: 120px;
  }
}
.hero-5 .hero-content .small-box .image {
  border-radius: 10px;
  margin-bottom: 10px;
}
.hero-5 .hero-content .small-box .image img {
  border-radius: 10px;
}
.hero-5 .hero-content p {
  color: var(--white);
  font-family: "BDO Grotesk", sans-serif !important;
  letter-spacing: -0.05em;
  line-height: 110%;
}
.hero-5 .hero-title {
  letter-spacing: -0.07em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 154px;
  color: var(--white);
  text-align: center;
}
@media (max-width: 1899px) {
  .hero-5 .hero-title {
    font-size: 150px;
  }
}
@media (max-width: 1600px) {
  .hero-5 .hero-title {
    font-size: 134px;
  }
}
@media (max-width: 1399px) {
  .hero-5 .hero-title {
    font-size: 110px;
  }
}
@media (max-width: 1199px) {
  .hero-5 .hero-title {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .hero-5 .hero-title {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  .hero-5 .hero-title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .hero-5 .hero-title br {
    display: none !important;
  }
}
@media (max-width: 470px) {
  .hero-5 .hero-title {
    font-size: 40px;
  }
}
.hero-5 .hero-title span {
  font-weight: 400;
  font-style: italic;
}

.hero-6 {
  padding: 30px;
  position: relative;
  padding-top: 140px;
}
.hero-6 .title {
  font-weight: 400;
  font-size: 240px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  font-family: "BDO Grotesk", sans-serif !important;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 1899px) {
  .hero-6 .title {
    font-size: 200px;
  }
}
@media (max-width: 1600px) {
  .hero-6 .title {
    font-size: 150px;
  }
}
@media (max-width: 1399px) {
  .hero-6 .title {
    font-size: 140px;
  }
}
@media (max-width: 1199px) {
  .hero-6 .title {
    font-size: 120px;
  }
}
@media (max-width: 991px) {
  .hero-6 .title {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .hero-6 .title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-6 .title {
    font-size: 45px;
  }
}
@media (max-width: 470px) {
  .hero-6 .title {
    font-size: 38px;
  }
}
.hero-6 .hero-content {
  margin-top: 30px;
  line-height: 1;
}
.hero-6 .hero-content .title-2 {
  font-size: 36px;
  font-weight: 500;
  color: var(--white);
  font-family: "BDO Grotesk", sans-serif !important;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-6 .hero-content .title-2 {
    font-size: 24px;
  }
}
.hero-6 .hero-content .title-2.style-2 {
  margin-left: 85px;
}
@media (max-width: 991px) {
  .hero-6 .hero-content .title-2.style-2 {
    margin-left: 0;
  }
}
.hero-6 .hero-content .title-2.style-3 {
  margin-left: 285px;
}
@media (max-width: 991px) {
  .hero-6 .hero-content .title-2.style-3 {
    margin-left: 0;
  }
}
.hero-6 .hero-content .title-2 span {
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
}
.hero-6 .hero-content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  margin-top: 200px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero-6 .hero-content p {
    font-size: 16px;
  }
}
.hero-6 .hero-content .title-3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  font-family: "BDO Grotesk", sans-serif !important;
  text-align: center;
  max-width: 191px;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero-6 .hero-content .title-3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.hero-6 .bottom-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-6 .bottom-text span {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  z-index: 1;
}

.hero-7 {
  padding: 100px 0 0;
  position: relative;
}
.hero-7 .title {
  text-align: center;
  font-weight: 400;
  font-size: 100px;
  line-height: 100%;
  max-width: 906px;
  margin: 0 auto;
  padding: 100px 0;
}
@media (max-width: 1399px) {
  .hero-7 .title {
    font-size: 85px;
  }
}
@media (max-width: 1199px) {
  .hero-7 .title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .hero-7 .title {
    font-size: 50px;
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .hero-7 .title {
    font-size: 45px;
  }
}
@media (max-width: 470px) {
  .hero-7 .title {
    font-size: 37px;
  }
}
.hero-7 .hero-content {
  max-width: 993px;
  margin: 100px auto 0;
  display: flex;
  gap: 50px;
  justify-content: center;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .hero-7 .hero-content {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .hero-7 .hero-content {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .hero-7 .hero-content {
    margin-top: 60px;
  }
}
.hero-7 .hero-content .thumb-items {
  display: flex;
  gap: 20px;
  align-items: start;
}
.hero-7 .hero-content .thumb-items img {
  width: 100%;
}
.hero-7 .hero-content .content-items {
  max-width: 283px;
}
@media (max-width: 1199px) {
  .hero-7 .hero-content .content-items {
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
  }
}
.hero-7 .hero-content .content-items p {
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #555555;
}
@media (max-width: 1199px) {
  .hero-7 .hero-content .content-items p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .hero-7 .hero-content .content-items p {
    font-size: 18px;
  }
}
.hero-7 .hero-content .content-items .link-btn {
  margin-top: 60px;
  display: inline-block;
  text-decoration: underline;
  font-size: 18px;
  font-weight: 400;
}
.hero-7 .hero-content .content-items .link-btn:hover {
  color: var(--theme);
}
.hero-7 .social-icon-items {
  display: flex;
  align-items: center;
  position: absolute;
  right: 150px;
  bottom: 120px;
  gap: 10px;
  writing-mode: sideways-rl;
}
@media (max-width: 1399px) {
  .hero-7 .social-icon-items {
    display: none;
  }
}
@media (max-width: 1899px) {
  .hero-7 .social-icon-items {
    right: 30px;
  }
}
.hero-7 .social-icon-items span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  color: var(--header);
}
.hero-7 .social-icon-items .line {
  display: inline-block;
  height: 120px;
  width: 1px;
  background: rgba(17, 17, 17, 0.15);
}
@media (max-width: 1399px) {
  .hero-7 .social-icon-items .line {
    display: none;
  }
}
.hero-7 .social-icon-items .social-icon {
  gap: 10px;
}
.hero-7 .social-icon-items .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(17, 17, 17, 0.15);
  color: var(--header);
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transform: rotate(270deg);
}
.hero-7 .social-icon-items .social-icon a:hover {
  background: var(--theme);
  border-color: var(--theme);
  color: var(--white);
}

.gt-vertical-portfolio .hero-left-line {
  position: absolute;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  left: 50px;
  top: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .gt-vertical-portfolio .hero-left-line {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .gt-vertical-portfolio .hero-left-line {
    left: 20px;
  }
}
.gt-vertical-portfolio .hero-right-line {
  position: absolute;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  right: 50px;
  top: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .gt-vertical-portfolio .hero-right-line {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .gt-vertical-portfolio .hero-right-line {
    right: 20px;
  }
}
.gt-vertical-portfolio .hero-line-1 {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 26%;
  left: 0;
  right: 0;
}
.gt-vertical-portfolio .slider {
  min-height: 50vh;
}
.gt-vertical-portfolio .slider .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}
.gt-vertical-portfolio .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
.gt-vertical-portfolio .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gt-vertical-portfolio .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
.gt-vertical-portfolio .theme-btn {
  border: 1px solid 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  margin-top: 50px;
}
.gt-vertical-portfolio .theme-btn:hover {
  color: var(--black);
}
.gt-vertical-portfolio .hero-content {
  position: relative;
}
.gt-vertical-portfolio .hero-content .hero-line11 {
  display: inline-block;
  width: 1px;
  height: 242px;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  top: -57px;
  bottom: 0;
  left: -50px;
}
@media (max-width: 1199px) {
  .gt-vertical-portfolio .hero-content .hero-line11 {
    display: none;
  }
}
.gt-vertical-portfolio .hero-content span {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 20px;
  font-size: 28px;
  display: inline-block;
  color: var(--white);
}
.gt-vertical-portfolio .hero-content p {
  color: var(--white);
}
.gt-vertical-portfolio__content {
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 100px;
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .gt-vertical-portfolio__content {
    padding: 0 40px;
    bottom: 80px;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1199px) {
  .gt-vertical-portfolio__content {
    padding: 0 30px;
    bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-vertical-portfolio__content ul {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.gt-vertical-portfolio__content ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.gt-vertical-portfolio__content-title {
  opacity: 0;
  font-size: 75px;
  line-height: 1.05;
  color: var(--white);
  transform: translateY(-130px);
  position: relative;
  z-index: 999;
  max-width: 800px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .gt-vertical-portfolio__content-title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .gt-vertical-portfolio__content-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .gt-vertical-portfolio__content-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .gt-vertical-portfolio__content-title {
    font-size: 40px;
  }
}
.gt-vertical-portfolio__content-title a {
  color: var(--white);
}
.gt-vertical-portfolio .swiper-slide-active .gt-vertical-portfolio__item {
  animation-name: qodef-animate-slide-out;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}
.gt-vertical-portfolio .swiper-slide-active .gt-vertical-portfolio__content-title {
  opacity: 1;
  transform: translateY(0px);
  transition: all 2200ms ease;
}
.gt-vertical-portfolio__slider {
  width: 100vw;
  height: 100vh;
}
.gt-vertical-portfolio__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  position: absolute;
  align-items: center;
}
.gt-vertical-portfolio__slider__arrow-prev, .gt-vertical-portfolio__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}
.gt-vertical-portfolio .array-button {
  display: grid;
  align-items: center;
  gap: 50px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .gt-vertical-portfolio .array-button {
    gap: 20px;
  }
}
.gt-vertical-portfolio .array-button .array-prev,
.gt-vertical-portfolio .array-button .array-next {
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: var(--theme);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  color: var(--white);
}
.gt-vertical-portfolio .array-button .array-prev:hover,
.gt-vertical-portfolio .array-button .array-next:hover {
  background-color: var(--theme);
  color: #fff;
}

.gt-horizontal-portfolio .slider {
  min-height: 100vh;
}
.gt-horizontal-portfolio .slider .hero-line-1 {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 26%;
  left: 0;
  right: 0;
}
.gt-horizontal-portfolio .slider .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
}
.gt-horizontal-portfolio .slider .swiper-slide .hero-left-line {
  position: absolute;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  left: 50px;
  top: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .gt-horizontal-portfolio .slider .swiper-slide .hero-left-line {
    left: 30px;
  }
}
@media (max-width: 1199px) {
  .gt-horizontal-portfolio .slider .swiper-slide .hero-left-line {
    left: 20px;
  }
}
.gt-horizontal-portfolio .slider .swiper-slide .hero-right-line {
  position: absolute;
  width: 1px;
  height: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  right: 50px;
  top: 0;
  bottom: 0;
}
@media (max-width: 1399px) {
  .gt-horizontal-portfolio .slider .swiper-slide .hero-right-line {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .gt-horizontal-portfolio .slider .swiper-slide .hero-right-line {
    right: 20px;
  }
}
.gt-horizontal-portfolio .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.gt-horizontal-portfolio .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.gt-horizontal-portfolio .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
.gt-horizontal-portfolio .theme-btn {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  margin-top: 50px;
}
.gt-horizontal-portfolio .theme-btn:hover {
  color: var(--black);
}
.gt-horizontal-portfolio .hero-content {
  position: relative;
}
.gt-horizontal-portfolio .hero-content .hero-line11 {
  display: inline-block;
  width: 1px;
  height: 242px;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  top: -57px;
  bottom: 0;
  left: -50px;
}
@media (max-width: 1199px) {
  .gt-horizontal-portfolio .hero-content .hero-line11 {
    display: none;
  }
}
.gt-horizontal-portfolio .hero-content span {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  margin-bottom: 20px;
  font-size: 28px;
  display: inline-block;
}
.gt-horizontal-portfolio .hero-content p {
  color: var(--white);
}
.gt-horizontal-portfolio__content {
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 100px;
  position: absolute;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .gt-horizontal-portfolio__content {
    padding: 0 40px;
    bottom: 80px;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1199px) {
  .gt-horizontal-portfolio__content {
    padding: 0 30px;
    bottom: 30px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-horizontal-portfolio__content ul {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
.gt-horizontal-portfolio__content ul li {
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 17px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.gt-horizontal-portfolio__content-title {
  opacity: 0;
  font-size: 75px;
  line-height: 1.05;
  color: var(--white);
  transform: translateY(-130px);
  position: relative;
  max-width: 800px;
  transition: all 2s ease;
}
@media (max-width: 1399px) {
  .gt-horizontal-portfolio__content-title {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .gt-horizontal-portfolio__content-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .gt-horizontal-portfolio__content-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .gt-horizontal-portfolio__content-title {
    font-size: 40px;
  }
}
.gt-horizontal-portfolio__content-title a {
  color: var(--white);
}
.gt-horizontal-portfolio .swiper-slide-active .gt-horizontal-portfolio__content-title {
  opacity: 1;
  transform: translateY(0px);
}
.gt-horizontal-portfolio .array-button {
  display: grid;
  align-items: center;
  gap: 50px;
  z-index: 999;
}
@media (max-width: 1199px) {
  .gt-horizontal-portfolio .array-button {
    gap: 20px;
  }
}
.gt-horizontal-portfolio .array-button .array-prev,
.gt-horizontal-portfolio .array-button .array-next {
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: var(--theme);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 20px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 7px;
  text-transform: uppercase;
  color: var(--white);
}
.gt-horizontal-portfolio .array-button .array-prev:hover,
.gt-horizontal-portfolio .array-button .array-next:hover {
  background-color: var(--theme);
  color: #fff;
}

.gt-portfolio-parallax-box-slider {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}
.gt-portfolio-parallax-box-slider .gt-parallax-slider-inner {
  gap: 10px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding-top: 100px;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1399px) {
  .gt-portfolio-parallax-box-slider .gt-parallax-slider-inner {
    padding-top: 90px;
  }
}
@media (max-width: 991px) {
  .gt-portfolio-parallax-box-slider .gt-parallax-slider-inner {
    padding-top: 70px;
  }
}
.gt-portfolio-parallax-box-slider .gt-parallax-slider-item {
  width: 500px;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.gt-portfolio-parallax-box-slider .gt-parallax-slider-item img {
  height: 80%;
  min-width: 750px;
  object-fit: cover;
  margin-left: -50px;
  background-size: cover;
  background-position: center;
}
.gt-portfolio-parallax-box-slider .content {
  margin-top: 20px;
}
.gt-portfolio-parallax-box-slider .content .title {
  font-weight: 400;
  margin-top: 5px;
  font-size: 20px;
  line-height: 140%;
}
.gt-portfolio-parallax-box-slider .content .title br {
  display: block;
}
.gt-portfolio-parallax-box-slider .content .title a {
  color: var(--header);
}
.gt-portfolio-parallax-box-slider .content .title a:hover {
  color: var(--theme);
}

.coverflow-slider-wrap {
  display: flex;
  align-items: center;
  height: 50vh;
  margin-top: 230px;
}
.coverflow-slider-wrap .swiper-container {
  width: 100%;
}
.coverflow-slider-wrap .swiper-container .swiper-slide {
  width: 800px;
  height: 500px;
}
.coverflow-slider-wrap .swiper-container .swiper-slide .slide-image {
  height: 480px;
}
@media (max-width: 1399px) {
  .coverflow-slider-wrap .swiper-container .swiper-slide .slide-image {
    height: 380px;
  }
}
.coverflow-slider-wrap .swiper-container .swiper-slide .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coverflow-slider-text-wrap {
  margin-top: 0px;
  text-align: center;
}

.coverflow-slider-text-active {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: relative;
}

.coverflow-slider-text-active .swiper-wrapper {
  display: flex;
  flex-direction: column;
}

.coverflow-slider-text-active .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.coverflow-slider-text-active .coverflow-slider-content h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.6s ease;
  line-height: 1;
}
@media (max-width: 1399px) {
  .coverflow-slider-text-active .coverflow-slider-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .coverflow-slider-text-active .coverflow-slider-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .coverflow-slider-text-active .coverflow-slider-content h1 {
    font-size: 20px;
  }
}

.coverflow-slider-text-active .swiper-slide-active h1 {
  transform: scale(1.2);
  opacity: 1;
}

.coverflow-slider-main .pagi-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 1399px) {
  .coverflow-slider-main .pagi-item {
    display: none;
  }
}
.coverflow-slider-main .pagi-item .dot-number {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .coverflow-slider-main .pagi-item .dot-number {
    display: none;
  }
}
.coverflow-slider-main .pagi-item .dot-number .swiper-pagination-bullet-active .dot-num span {
  color: var(--theme);
}
.coverflow-slider-main .pagi-item .dot-number .dot-num span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  font-family: "PP Fragment", sans-serif;
}
.coverflow-slider-main .pagi-item .arrow-button {
  display: flex;
  align-items: center;
  gap: 24px;
}
.coverflow-slider-main .pagi-item .arrow-button .array-prev {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid var(--header);
  color: var(--header);
  border-radius: 100px;
  z-index: 99999;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.coverflow-slider-main .pagi-item .arrow-button .array-prev:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
  color: var(--bg);
  z-index: 9999;
}
.coverflow-slider-main .pagi-item .arrow-button .array-next {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid var(--header);
  color: var(--header);
  border-radius: 100px;
  z-index: 999;
  transition: all 0.4s ease-in-out;
}
.coverflow-slider-main .pagi-item .arrow-button .array-next:hover {
  background-color: var(--theme);
  border: 1px solid var(--theme);
  color: var(--bg);
}

.project-minimal-section .minimal-content h1 {
  font-size: 140px;
  font-weight: 400;
  font-family: "BDO Grotesk";
}
@media (max-width: 1399px) {
  .project-minimal-section .minimal-content h1 {
    font-size: 110px;
  }
}
@media (max-width: 1199px) {
  .project-minimal-section .minimal-content h1 {
    font-size: 100px;
  }
}
@media (max-width: 991px) {
  .project-minimal-section .minimal-content h1 {
    font-size: 80px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .project-minimal-section .minimal-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 470px) {
  .project-minimal-section .minimal-content h1 {
    font-size: 40px;
  }
}
.project-minimal-section .minimal-content .text {
  max-width: 305px;
  margin-left: auto;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .project-minimal-section .minimal-content .text {
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
  }
}
.project-minimal-section .container {
  max-width: 1860px;
}
.project-minimal-section .project-minimal-wrapper {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .project-minimal-section .project-minimal-wrapper {
    margin-top: 60px;
  }
}

.project-minimal-items .thumb {
  position: relative;
  overflow: hidden;
}
.project-minimal-items .thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-minimal-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-minimal-items .title {
  display: inline-block;
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
}
.project-minimal-items:hover .thumb::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-minimal-items:hover .thumb img {
  transform: scale(1.2);
}

.hero-8 {
  padding: 170px 0 100px;
  position: relative;
}
.hero-8 .hero-shape {
  position: absolute;
  top: 34%;
  right: 0;
}
.hero-8 .hero-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hero-8 .hero-title {
  font-family: "ThunderFont", sans-serif !important;
  font-weight: 700;
  font-size: 355px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: initial;
  text-align: center;
}
@media (max-width: 1899px) {
  .hero-8 .hero-title {
    font-size: 300px;
  }
}
@media (max-width: 1600px) {
  .hero-8 .hero-title {
    font-size: 230px;
  }
}
@media (max-width: 1199px) {
  .hero-8 .hero-title {
    font-size: 180px;
  }
}
@media (max-width: 991px) {
  .hero-8 .hero-title {
    font-size: 140px;
  }
}
@media (max-width: 767px) {
  .hero-8 .hero-title {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .hero-8 .hero-title {
    font-size: 70px;
    letter-spacing: initial;
  }
}
.hero-8 .text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  max-width: 240px;
  border-left: 2px solid var(--white);
  padding-left: 20px;
  display: inline-block;
}
.hero-8 .hero-bottom-items {
  margin-top: 240px;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .hero-8 .hero-bottom-items {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .hero-8 .hero-bottom-items {
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 30px;
    justify-content: center;
  }
}
.hero-8 .hero-bottom-items .hero-info-items {
  max-width: 440px;
  width: 100%;
}
@media (max-width: 991px) {
  .hero-8 .hero-bottom-items .hero-info-items {
    margin: 0 auto;
    text-align: center;
  }
}
.hero-8 .hero-bottom-items .hero-info-items .hero-info p {
  font-size: 16px;
  color: var(--white);
  margin-top: 10px;
}
.hero-8 .hero-bottom-items .hero-info-items .hero-social {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 55px;
}
.hero-8 .hero-bottom-items .hero-info-items .hero-social li {
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-wrap: wrap;
  gap: 10px;
}
.hero-8 .hero-bottom-items .hero-info-items .hero-social li span {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-8 .hero-bottom-items .hero-info-items .hero-social li .follow-text {
  display: inline-block;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  padding: 0 20px;
}
.hero-8 .hero-bottom-items .hero-info-items .hero-social li .follow-text:hover {
  background-color: var(--white);
  color: var(--header);
}
.hero-8 .hero-bottom-items .content {
  max-width: 355px;
}
@media (max-width: 991px) {
  .hero-8 .hero-bottom-items .content {
    margin: 0 auto;
    text-align: center;
  }
}
.hero-8 .hero-bottom-items .content .text-2 {
  font-size: 20px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 575px) {
  .hero-8 .hero-bottom-items .content .text-2 {
    font-size: 16px;
  }
}
.hero-8 .hero-bottom-items .content .text-2 span {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .hero-8 .hero-bottom-items .content .text-2 span {
    margin-left: 0;
  }
}
.hero-8 .hero-bottom-items .content .contact-btn {
  display: inline-block;
  font-weight: 500;
  color: var(--white);
  height: 58px;
  line-height: 58px;
  padding: 0 30px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 65px;
}
.hero-8 .hero-bottom-items .content .contact-btn:hover {
  background-color: var(--theme);
}

.hero-9 {
  position: relative;
  padding: 140px 0 20px;
}
.hero-9 .hero-header-left-items {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  max-width: 290px;
  width: 100%;
  padding: 24px 0;
  padding-left: 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1111;
}
@media (max-width: 1199px) {
  .hero-9 .hero-header-left-items {
    display: none;
  }
}
.hero-9 .hero-header-left-items::before {
  position: absolute;
  top: 10%;
  left: 0;
  content: "";
  height: 1px;
  width: 437px;
  background: rgba(255, 255, 255, 0.1);
}
.hero-9 .hero-header-left-items .left-sidebar-menu {
  position: relative;
  margin-top: 80px;
}
.hero-9 .hero-header-left-items .left-sidebar-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-9 .hero-header-left-items .left-sidebar-menu > ul > li {
  position: relative;
  margin-bottom: 8px;
}
.hero-9 .hero-header-left-items .left-sidebar-menu > ul > li:last-child {
  margin-bottom: 0;
}
.hero-9 .hero-header-left-items .left-sidebar-menu > ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 12px 18px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Kanit", sans-serif;
  transition: 0.35s;
  text-transform: capitalize;
}
.hero-9 .hero-header-left-items .left-sidebar-menu > ul > li > a .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
}
.hero-9 .hero-header-left-items .left-sidebar-menu > ul > li > a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 2px;
  height: 22px;
  background: #ffffff;
  transition: 0.35s;
  transform-origin: center;
}
.hero-9 .hero-header-left-items .left-sidebar-menu > ul > li > a:hover {
  padding-left: 26px;
  color: #ffffff;
}
.hero-9 .hero-header-left-items .left-sidebar-menu > ul > li > a:hover::before {
  transform: translateY(-50%) scaleY(1);
}
.hero-9 .hero-header-left-items .left-sidebar-menu > ul > li:hover > a {
  padding-left: 26px;
}
.hero-9 .hero-header-left-items .left-sidebar-menu > ul > li:hover > a::before {
  transform: translateY(-50%) scaleY(1);
}
.hero-9 .hero-header-left-items .left-sidebar-menu > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}
.hero-9 .hero-header-left-items .left-sidebar-menu .submenu {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateY(-50%) translateX(25px);
  text-transform: capitalize;
  min-width: 240px;
  background: #222222;
  border: 1px solid rgba(255, 255, 255, 0.08);
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
  z-index: 99;
}
.hero-9 .hero-header-left-items .left-sidebar-menu .submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hero-9 .hero-header-left-items .left-sidebar-menu .submenu li:last-child {
  border-bottom: none;
}
.hero-9 .hero-header-left-items .left-sidebar-menu .submenu li a {
  display: block;
  padding: 16px 24px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Kanit", sans-serif;
  text-transform: capitalize;
}
.hero-9 .hero-header-left-items .left-sidebar-menu .submenu li a:hover {
  background: #2f2f2f;
  padding-left: 34px;
}
.hero-9 .hero-header-left-items .social-icon {
  gap: 10px;
  position: absolute;
  bottom: 50px;
}
.hero-9 .hero-header-left-items .social-icon a {
  display: inline-block;
  width: 44px;
  line-height: 44px;
  height: 44px;
  text-align: center;
  border-radius: 6px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.hero-9 .hero-header-left-items .social-icon a:hover {
  background: #fff;
  color: #111111;
}
.hero-9 .hero-text {
  text-align: right;
  position: relative;
}
@media (max-width: 1899px) {
  .hero-9 .hero-text {
    max-width: 1300px;
    margin-left: auto;
  }
  .hero-9 .hero-text img {
    width: 100%;
  }
}
@media (max-width: 1600px) {
  .hero-9 .hero-text {
    text-align: right;
    max-width: 1100px;
    margin-left: auto;
  }
  .hero-9 .hero-text img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .hero-9 .hero-text {
    max-width: 880px;
  }
}
@media (max-width: 1199px) {
  .hero-9 .hero-text {
    max-width: initial;
  }
}
.hero-9 .hero-image {
  position: absolute;
  bottom: 0;
  top: -200px;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-9 .hero-image {
    max-width: 700px;
    top: initial;
  }
  .hero-9 .hero-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-9 .hero-image {
    max-width: 500px;
  }
}
.hero-9 .hero-items {
  padding-left: 290px;
}
@media (max-width: 1199px) {
  .hero-9 .hero-items {
    padding-left: 20px;
    position: relative;
    z-index: 88;
    padding-right: 20px;
  }
}
.hero-9 .hero-items .hero-list {
  margin-bottom: 300px;
  margin-left: 145px;
}
@media (max-width: 1199px) {
  .hero-9 .hero-items .hero-list {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .hero-9 .hero-items .hero-list {
    margin-bottom: 180px;
  }
}
.hero-9 .hero-items .hero-list li {
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
}
.hero-9 .hero-items .hero-list li:not(:last-child) {
  margin-bottom: 5px;
}
.hero-9 .hero-items .hero-list li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.7);
}
.hero-9 .hero-items .hero-list li a {
  color: var(--white);
}
.hero-9 .hero-items .hero-text {
  display: inline-block;
  letter-spacing: 0.6em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.7;
  position: relative;
  z-index: 9;
  margin-left: 150px;
}
@media (max-width: 1199px) {
  .hero-9 .hero-items .hero-text {
    margin-left: 20px;
    text-align: left;
  }
}
.hero-9 .hero-items .list-2 {
  display: flex;
  align-items: center;
  gap: 150px;
  background: rgba(255, 255, 255, 0.1);
  padding: 22px 70px;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .hero-9 .hero-items .list-2 {
    padding: 18px 20px;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.hero-9 .hero-items .list-2 li {
  font-size: 16px;
  color: var(--white);
  font-weight: 400;
  text-transform: uppercase;
}

.hero-10 {
  position: relative;
}
@media (max-width: 1399px) {
  .hero-10 {
    margin-top: 140px;
  }
}
.hero-10 .hero-top-items {
  display: flex;
  justify-content: space-between;
}
.hero-10 .hero-top-items .category-wrapper {
  position: relative;
  display: inline-block;
}
@media (max-width: 1199px) {
  .hero-10 .hero-top-items .category-wrapper {
    display: none;
  }
}
.hero-10 .hero-top-items .category-wrapper .dis-text {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #76756D;
  background: #FFFFFF;
  border: 1px solid #D5D5D5;
  box-shadow: 5px 4px 129.6px 6px rgba(0, 0, 0, 0.03);
  border-radius: 74px;
  padding: 4px 21px;
  position: absolute;
  top: 9px;
  right: -130px;
}
.hero-10 .hero-top-items .category-wrapper:hover .arrow i {
  transform: rotate(180deg);
}
.hero-10 .hero-top-items .category-wrapper:hover .category-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.hero-10 .hero-top-items .category-btn {
  padding: 17px 20px;
  border-radius: 12px;
  background-color: #F1F1F1;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 210px;
  color: var(--header);
  font-weight: 600;
  font-family: "BDO Grotesk", sans-serif !important;
  text-transform: capitalize;
}
.hero-10 .hero-top-items .category-btn .icon i {
  color: var(--white);
  font-size: 18px;
  position: relative;
  top: 1px;
}
.hero-10 .hero-top-items .category-btn .arrow {
  margin-left: 15px;
}
.hero-10 .hero-top-items .category-btn .arrow i {
  font-size: 14px;
  transition: 0.3s;
}
.hero-10 .hero-top-items .category-dropdown {
  position: absolute;
  top: 66%;
  left: 0;
  width: 100%;
  background: #F1F1F1;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.24);
  border-radius: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.35s ease;
  z-index: 99;
}
.hero-10 .hero-top-items .category-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 16px 24px;
}
.hero-10 .hero-top-items .category-dropdown ul li {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 700;
  display: flex;
  gap: 16px;
}
.hero-10 .hero-top-items .category-dropdown ul li:not(:last-child) {
  margin-bottom: 18px;
}
.hero-10 .hero-top-items .category-dropdown ul li a {
  color: var(--header);
  font-size: 18px;
  font-family: "BDO Grotesk", sans-serif !important;
}
.hero-10 .hero-top-items .category-dropdown ul li p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8;
  margin-top: 3px;
}
.hero-10 .hero-top-items .category-dropdown ul li:hover a {
  color: var(--theme);
}
.hero-10 .hero-top-items .category-dropdown ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.hero-10 .hero-top-items {
  /* Sub menu */
}
.hero-10 .hero-top-items .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  width: 220px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateX(15px);
  transition: 0.3s ease;
}
.hero-10 .hero-top-items .sub-menu li {
  padding: 12px 15px;
}
.hero-10 .hero-top-items .hero-right {
  display: flex;
  align-items: center;
  gap: 80px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 30px;
}
@media (max-width: 575px) {
  .hero-10 .hero-top-items .hero-right {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.hero-10 .hero-top-items .hero-right p {
  font-size: 18px;
  opacity: 0.7;
  color: #111111;
  font-weight: 600;
}
.hero-10 .hero-brand-slider {
  margin-right: 280px;
}
@media (max-width: 1199px) {
  .hero-10 .hero-brand-slider {
    margin-right: 0;
  }
}
.hero-10 .hero-brand {
  height: 80px;
  line-height: 80px;
  background: rgb(241, 241, 241);
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 999;
}
.hero-10 .hero-image {
  margin-left: 100px;
  margin-bottom: -80px;
}
@media (max-width: 1399px) {
  .hero-10 .hero-image {
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .hero-10 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
.hero-10 .hero-info {
  background: #F1F1F1;
  border-radius: 20px;
  padding: 30px 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 282px;
  width: 100%;
  z-index: 888;
}
@media (max-width: 767px) {
  .hero-10 .hero-info {
    display: none;
  }
}
.hero-10 .hero-info .content {
  margin-top: 20px;
}
.hero-10 .hero-info .content h2 {
  font-size: 25px;
  margin-bottom: 5px;
}
.hero-10 .hero-info .content p {
  font-size: 16px;
}
.hero-10 .social-icon-items {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  gap: 10px;
  z-index: 9;
  transform: translateY(-50%);
  writing-mode: sideways-rl;
}
@media (max-width: 1899px) {
  .hero-10 .social-icon-items {
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .hero-10 .social-icon-items {
    display: none;
  }
}
.hero-10 .social-icon-items span {
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  text-transform: capitalize;
  color: var(--header);
}
.hero-10 .social-icon-items .line {
  display: inline-block;
  height: 120px;
  width: 1px;
  background: rgba(17, 17, 17, 0.1);
}
@media (max-width: 1399px) {
  .hero-10 .social-icon-items .line {
    display: none;
  }
}
.hero-10 .social-icon-items .social-icon {
  gap: 10px;
}
.hero-10 .social-icon-items .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: var(--header);
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  transform: rotate(270deg);
}
.hero-10 .social-icon-items .social-icon a:hover {
  background: var(--theme);
  border-color: var(--theme);
  color: var(--white);
}

.page-wrapperss {
  margin-left: -20px;
}
@media (max-width: 1899px) {
  .page-wrapperss {
    margin-left: 0;
  }
}

.about-wrapper .about-left-items {
  max-width: 760px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-left-items {
    max-width: initial;
  }
}
.about-wrapper .about-left-items .sub-title {
  display: inline-block;
  color: var(--theme);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-wrapper .about-left-items .text {
  color: var(--header);
  margin-bottom: 5px;
  max-width: 720px;
  letter-spacing: -2%;
}
@media (max-width: 1199px) {
  .about-wrapper .about-left-items .text {
    max-width: initial;
  }
}
.about-wrapper .about-left-items .about-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-left-items .about-info {
    margin-top: 30px;
  }
}
.about-wrapper .about-left-items .about-info .info-content .name {
  color: var(--header);
  font-family: "PP Fragment", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.about-wrapper .about-left-items .about-info .info-content p {
  font-size: 16px;
  line-height: 1.2;
}
.about-wrapper .about-left-items .about-info .info-content .social-icon {
  font-size: 15px;
  gap: 8px;
}
.about-wrapper .about-left-items .about-info .info-content .social-icon a {
  color: var(--text);
}
.about-wrapper .about-left-items .about-info .info-content .social-icon a:hover {
  color: var(--theme);
}
.about-wrapper .about-left-items .about-counter-items {
  background: rgba(17, 17, 17, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
  border-radius: 15px;
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .about-wrapper .about-left-items .about-counter-items {
    padding: 0 35px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper .about-left-items .about-counter-items {
    margin-top: 30px;
    padding: 30px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper .about-left-items .about-counter-items .counter-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.about-wrapper .about-left-items .about-counter-items .counter-items h2 {
  font-size: 48px;
}
.about-wrapper .about-left-items .about-counter-items .counter-items h2 sub {
  font-size: 24px;
  top: 0;
}
.about-wrapper .about-left-items .about-counter-items .counter-items p {
  color: var(--header);
  line-height: 1.3;
}
.about-wrapper .about-left-items .about-counter-items .line-1 {
  width: 1px;
  height: 257px;
  background: rgba(17, 17, 17, 0.1);
  display: inline-block;
}
@media (max-width: 1399px) {
  .about-wrapper .about-left-items .about-counter-items .line-1 {
    display: none;
  }
}
.about-wrapper .about-right-items {
  margin-left: 25px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-right-items {
    margin-left: 0;
  }
}
.about-wrapper .about-right-items .theme-btn-main {
  margin-top: 35px;
}
@media (max-width: 1600px) {
  .about-wrapper .about-right-items h2 {
    font-size: 55px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper .about-right-items h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-right-items h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .about-wrapper .about-right-items h2 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-right-items h2 {
    font-size: 36px;
  }
}
@media (max-width: 470px) {
  .about-wrapper .about-right-items h2 {
    font-size: 28px;
  }
}
.about-wrapper .about-right-items .about-team-items {
  margin-top: 100px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-right-items .about-team-items {
    margin-top: 30px;
  }
}
.about-wrapper .about-right-items .about-team-items .content {
  max-width: 360px;
}
.about-wrapper .about-right-items .about-team-items .content h2 {
  margin-bottom: 5px;
}
.about-wrapper .about-right-items .about-team-items .content .social-icon {
  gap: 10px;
  margin-top: 30px;
}
.about-wrapper .about-right-items .about-team-items .content .social-icon a {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  color: var(--header);
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}
.about-wrapper .about-right-items .about-team-items .content .social-icon a:hover {
  background: var(--header);
  border-color: var(--header);
  color: var(--white);
}

.about-wrapper-two {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .about-wrapper-two {
    margin-top: 0;
  }
}
.about-wrapper-two .about-top-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 67px;
}
@media (max-width: 1199px) {
  .about-wrapper-two .about-top-wrapper {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
  }
}
.about-wrapper-two .about-top-wrapper .sub-titles {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  border: 1px solid #111111;
  height: 33px;
  line-height: 33px;
  border-radius: 21px;
  padding-right: 12px;
  padding-left: 24px;
  position: relative;
}
.about-wrapper-two .about-top-wrapper .sub-titles::before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #111111;
  border-radius: 7px;
}
.about-wrapper-two .about-top-wrapper .top-right {
  display: flex;
  align-items: center;
  gap: 165px;
}
@media (max-width: 1399px) {
  .about-wrapper-two .about-top-wrapper .top-right {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-two .about-top-wrapper .top-right {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.about-wrapper-two .about-top-wrapper .top-right .top-text {
  color: var(--header);
  max-width: 240px;
}
.about-wrapper-two .about-top-wrapper .top-right .title {
  font-size: 70px;
  letter-spacing: -5%;
  line-height: 1;
}
@media (max-width: 1399px) {
  .about-wrapper-two .about-top-wrapper .top-right .title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-two .about-top-wrapper .top-right .title {
    font-size: 50px;
    line-height: 125%;
  }
}
@media (max-width: 767px) {
  .about-wrapper-two .about-top-wrapper .top-right .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .about-wrapper-two .about-top-wrapper .top-right .title {
    font-size: 30px;
  }
}
.about-wrapper-two .about-counter-items {
  max-width: 520px;
}
.about-wrapper-two .about-counter-items .counter-title {
  font-size: 185px;
  letter-spacing: -5%;
  border-bottom: 1px solid #111111;
  line-height: 1;
  padding-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-wrapper-two .about-counter-items .counter-title {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-two .about-counter-items .counter-title {
    font-size: 80px;
  }
}
.about-wrapper-two .about-counter-items .text-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.about-wrapper-two .about-counter-items .text-item p {
  color: var(--header);
}
.about-wrapper-two .about-counter-items .text-item .icon {
  font-size: 20px;
}
.about-wrapper-two .about-items {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .about-wrapper-two .about-items {
    display: grid;
  }
}
.about-wrapper-two .about-items .thumb {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .about-wrapper-two .about-items .thumb {
    height: 250px;
  }
}
.about-wrapper-two .about-items .thumb img {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .about-wrapper-two .about-items .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about-wrapper-two .about-items .content {
  max-width: 475px;
}
@media (max-width: 767px) {
  .about-wrapper-two .about-items .content {
    max-width: initial;
  }
}
.about-wrapper-two .about-items .content p {
  color: var(--header);
}
.about-wrapper-two .about-items .content .about-btn {
  display: inline-flex;
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -2%;
  text-transform: capitalize;
  align-items: center;
  gap: 6px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .about-wrapper-two .about-items .content .about-btn {
    margin-top: 30px;
  }
}
.about-wrapper-two .about-items .content .about-btn i {
  font-size: 16px;
}
.about-wrapper-two .about-items .content .about-btn:hover {
  color: var(--theme-2);
}

.about-wrapper-5 .about-left-text {
  max-width: 212px;
  font-size: 18px;
  font-weight: 400;
  font-family: "BDO Grotesk", sans-serif !important;
  color: rgb(17, 17, 17);
}
@media (max-width: 1399px) {
  .about-wrapper-5 .title {
    font-size: 55px !important;
  }
}
@media (max-width: 991px) {
  .about-wrapper-5 .title {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
  .about-wrapper-5 .title {
    font-size: 40px !important;
  }
}
@media (max-width: 575px) {
  .about-wrapper-5 .title {
    font-size: 30px !important;
  }
}
@media (max-width: 470px) {
  .about-wrapper-5 .title {
    font-size: 26px !important;
  }
}
.about-wrapper-5 .about-right-content .about-img-area {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .about-wrapper-5 .about-right-content .about-img-area {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.about-wrapper-5 .about-right-content .about-img-area .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.about-wrapper-5 .about-right-content .about-img-area .content p {
  max-width: 524px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .about-wrapper-5 .about-right-content .about-img-area .content p {
    margin-bottom: 25px;
    font-size: 17px;
  }
}

.about-section-6 .container {
  max-width: 1820px;
}
.about-section-6 .about-top .title {
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  font-family: "BDO Grotesk", sans-serif !important;
  max-width: 1322px;
}
@media (max-width: 1399px) {
  .about-section-6 .about-top .title {
    font-size: 52px;
  }
}
@media (max-width: 1199px) {
  .about-section-6 .about-top .title {
    font-size: 48px;
  }
}
@media (max-width: 991px) {
  .about-section-6 .about-top .title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .about-section-6 .about-top .title {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .about-section-6 .about-top .title {
    font-size: 30px;
  }
}
.about-section-6 .about-top .title span {
  font-weight: 400;
  font-style: Italic;
  color: rgba(17, 17, 17, 0.5);
  font-family: "BDO Grotesk", sans-serif !important;
}

.about-right-content-6 {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .about-right-content-6 {
    gap: 30px;
    flex-wrap: wrap;
  }
}
.about-right-content-6 .about-thumb {
  height: 460px;
  max-width: 362px;
  width: 100%;
}
.about-right-content-6 .about-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-right-content-6 .about-content .text {
  font-size: 20px;
  font-weight: 400;
  max-width: 603px;
}
@media (max-width: 767px) {
  .about-right-content-6 .about-content .text {
    font-size: 16px;
  }
}
.about-right-content-6 .about-content .content {
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 30px;
  margin-top: 40px;
}
.about-right-content-6 .about-content .content .text-items .title {
  font-size: 15px;
  font-weight: 500;
}
.about-right-content-6 .about-content .content .text-items p {
  max-width: 360px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .about-section-8 br {
    display: none;
  }
}
.about-section-8 .about-wrapper-8 {
  border-top: 1px solid #D9D9D9;
  padding-top: 50px;
}
.about-section-8 .about-wrapper-8 .about-content-items {
  margin-top: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1600px) {
  .about-section-8 .about-wrapper-8 .about-content-items {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .about-section-8 .about-wrapper-8 .about-content-items {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;
  }
}
.about-section-8 .about-wrapper-8 .about-content-items .content {
  max-width: 650px;
  border-left: 1px solid rgba(17, 17, 17, 0.1);
  padding-left: 30px;
}
@media (max-width: 1399px) {
  .about-section-8 .about-wrapper-8 .about-content-items .content {
    max-width: 530px;
  }
}
@media (max-width: 1199px) {
  .about-section-8 .about-wrapper-8 .about-content-items .content {
    padding-left: 0;
    border: none;
  }
}
.about-section-8 .about-wrapper-8 .about-content-items .content .about-list {
  margin-top: 40px;
}
.about-section-8 .about-wrapper-8 .about-content-items .content .about-list .cont {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--header);
  position: relative;
  padding-left: 20px;
}
.about-section-8 .about-wrapper-8 .about-content-items .content .about-list .cont::before {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  content: "";
  background: #111111;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.about-section-8 .about-wrapper-8 .about-content-items .content .about-list ul {
  border-top: 1px solid rgba(15, 15, 15, 0.1);
  margin-top: 40px;
}
.about-section-8 .about-wrapper-8 .about-content-items .content .about-list ul li {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(15, 15, 15, 0.1);
  padding: 16px 0;
  flex-wrap: wrap;
  gap: 10px;
}
.about-section-8 .about-wrapper-8 .about-content-items .content .about-list ul li span {
  font-size: 20px;
  color: #111111;
  font-weight: 500;
}
.about-section-8 .about-wrapper-8 .about-content-items .about-image {
  max-width: 415px;
  margin-left: auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .about-section-8 .about-wrapper-8 .about-content-items .about-image {
    margin-left: initial;
  }
}
.about-section-8 .about-wrapper-8 .about-content-items .about-image img {
  width: 100%;
  height: 100%;
}
.about-section-8 .section-title h2 span {
  margin-left: 300px;
}
@media (max-width: 1399px) {
  .about-section-8 .section-title h2 span {
    margin-left: 120px;
  }
}
@media (max-width: 1199px) {
  .about-section-8 .section-title h2 span {
    margin-left: 0;
  }
}
.about-section-8 .about-vec {
  margin-top: 400px;
}

.about-section-9 .section-title .sub-title {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px;
}
.about-section-9 .section-title .sub-title::before {
  display: none;
}
.about-section-9 .section-title .tx-title {
  font-size: 50px;
  font-weight: 400;
  max-width: 1343px;
}
@media (max-width: 1399px) {
  .about-section-9 .section-title .tx-title {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .about-section-9 .section-title .tx-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .about-section-9 .section-title .tx-title {
    font-size: 20px;
  }
}
.about-section-9 .about-counter-feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 180px;
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .about-section-9 .about-counter-feature {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .about-section-9 .about-counter-feature {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
  }
}
.about-section-9 .about-counter-feature .counter-box {
  text-align: center;
}
.about-section-9 .about-counter-feature .counter-box:not(:last-child) {
  border-right: 1px solid rgba(17, 17, 17, 0.1);
  padding-right: 140px;
}
@media (max-width: 1199px) {
  .about-section-9 .about-counter-feature .counter-box:not(:last-child) {
    padding-right: 0;
    border-right: none;
  }
}

.award-section .title {
  color: var(--white);
  font-size: 145px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
}
@media (max-width: 991px) {
  .award-section .title {
    text-align: center;
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .award-section .title {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .award-section .title {
    font-size: 60px;
  }
}
.award-section .title span {
  font-size: 30px;
  letter-spacing: initial;
}
@media (max-width: 767px) {
  .award-section .title span {
    font-size: 18px;
  }
}
.award-section .container {
  max-width: 1320px;
}
.award-section .text {
  font-size: 20px;
  font-weight: 500;
  color: #999999;
  max-width: 765px;
  margin-left: auto;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .award-section .text {
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 17px;
  }
}
.award-section .award-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .award-section .award-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .award-section .award-wrapper .counter-box {
    text-align: center;
  }
}
.award-section .award-wrapper .counter-box h2 {
  color: var(--white);
  font-size: 70px;
  line-height: 1;
}
.award-section .award-wrapper .counter-box p {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
}
.award-section .award-wrapper .award-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 110px;
}
@media (max-width: 991px) {
  .award-section .award-wrapper .award-list {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .award-section .award-wrapper .award-list {
    text-align: center;
    justify-content: center;
  }
}
.award-section .award-wrapper .award-list li .award-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .award-section .award-wrapper .award-list li .award-items {
    text-align: center;
    justify-content: center;
    display: grid;
  }
}
.award-section .award-wrapper .award-list li .award-items h3 {
  font-size: 22px;
  font-weight: 400;
  color: var(--white);
}
.award-section .award-wrapper .award-list li .award-items span {
  font-size: 18px;
  color: #999999;
}

.work-process-section-two {
  background: #111111;
}
.work-process-section-two .section-title {
  margin-bottom: 70px;
}
.work-process-section-two .section-title .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  border: 1px solid #fff;
  height: 33px;
  line-height: 33px;
  border-radius: 21px;
  padding-right: 12px;
  padding-left: 24px;
  position: relative;
}
.work-process-section-two .section-title .sub-title::before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #fff;
  border-radius: 7px;
}

.work-process-wrapper {
  margin-top: -65px;
}
.work-process-wrapper .work-process-line {
  position: relative;
  width: 100%;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  bottom: -54px;
}

.work-process-items-area {
  margin-top: 30px;
}
.work-process-items-area .work-dot {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #F24700;
  border-radius: 25px;
  margin: 0 auto 30px;
  text-align: center;
  position: relative;
}
.work-process-items-area .work-dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 16px;
  height: 16px;
  background-color: var(--white);
  border-radius: 50%;
}

.work-process-items-two {
  background: #1A1A1A;
  box-shadow: -0.5px -0.5px 0px rgba(0, 0, 0, 0.686);
  border-radius: 10px;
  padding: 24px 24px;
}
.work-process-items-two .icon-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.work-process-items-two .icon-box .day-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 400;
}
.work-process-items-two .icon {
  background: #FFFFFF;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.work-process-items-two .content {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .work-process-items-two .content {
    margin-top: 25px;
  }
}
.work-process-items-two .content .title {
  font-size: 24px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .work-process-items-two .content .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .work-process-items-two .content .title {
    font-size: 18px;
    letter-spacing: initial;
  }
}
.work-process-items-two .content p {
  color: #999999;
}

.work-process-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
}
.work-process-line .line-fill {
  width: 0;
  height: 100%;
  background: #F24700;
}

.work-process-items-area .work-dot {
  background: #1A1A1A;
  transition: 0.4s;
}
.work-process-items-area .work-process-items-two {
  transition: 0.4s;
}
.work-process-items-area.active .work-dot {
  background: var(--theme-2);
}
.work-process-items-area.active .work-process-items-two {
  background: var(--theme-2);
}
.work-process-items-area.active .work-process-items-two p {
  color: var(--white);
}

.who-we-are-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .who-we-are-wrapper {
    display: grid;
    gap: 15px;
  }
}
.who-we-are-wrapper .sub-title {
  font-size: 16px;
  font-weight: 400;
  font-family: "BDO Grotesk", sans-serif;
  color: var(--header);
  display: inline-block;
  position: relative;
  display: -webkit-box;
  align-items: center;
  line-height: 1;
  gap: 10px;
}
.who-we-are-wrapper .sub-title .line-1 {
  background: #111111;
  height: 1px;
  width: 123px;
  display: inline-block;
  position: relative;
  top: -4px;
}
.who-we-are-wrapper .content {
  max-width: 1190px;
}
.who-we-are-wrapper .content .title {
  letter-spacing: -0.05em;
  font-size: 80px;
  line-height: 100%;
  display: inline-block;
}
@media (max-width: 1600px) {
  .who-we-are-wrapper .content .title {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .who-we-are-wrapper .content .title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .who-we-are-wrapper .content .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .who-we-are-wrapper .content .title {
    font-size: 35px;
  }
}
@media (max-width: 470px) {
  .who-we-are-wrapper .content .title {
    font-size: 30px;
  }
}
.who-we-are-wrapper .content .text-items {
  max-width: 530px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .who-we-are-wrapper .content .text-items {
    margin: initial;
    max-width: 700px;
    margin-top: 20px;
  }
}
.who-we-are-wrapper .content .text {
  font-size: 20px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .who-we-are-wrapper .content .text {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .who-we-are-wrapper .content .text {
    font-size: 16px;
  }
}

.counter-section-three {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .counter-section-three {
    margin-top: 80px;
  }
}

.counter-box-three {
  background: #F1F1F1;
  padding: 45px 50px;
  border-radius: 10px;
}
@media (max-width: 1399px) {
  .counter-box-three {
    padding: 35px 30px;
  }
}
@media (max-width: 575px) {
  .counter-box-three {
    padding: 30px;
  }
}
.counter-box-three p {
  margin-bottom: 22px;
}
.counter-box-three h2 {
  font-size: 50px;
}

.how-work-box-items-5 {
  width: 398px;
  height: 398px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(17, 17, 17, 0.1);
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin: 0 auto;
  margin-top: 90px;
}
@media (max-width: 1899px) {
  .how-work-box-items-5 {
    width: 380px;
    height: 380px;
  }
}
@media (max-width: 1600px) {
  .how-work-box-items-5 {
    width: 320px;
    height: 320px;
  }
}
@media (max-width: 1399px) {
  .how-work-box-items-5 {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .how-work-box-items-5 {
    margin-top: 50px;
  }
}
.how-work-box-items-5 .number {
  font-size: 18px;
  color: var(--white);
  position: relative;
  width: 76px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  background: rgba(17, 17, 17, 0.05);
  border-radius: 21.5px;
  z-index: 1;
  position: absolute;
  top: -20px;
  left: 50%;
  right: 0;
  text-align: center;
  transform: translateX(-50%);
}
.how-work-box-items-5 .number::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 33px;
  background: var(--theme);
  border-radius: 21.5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.how-work-box-items-5 .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .how-work-box-items-5 .title {
    font-size: 22px;
  }
}
.how-work-box-items-5.style-two {
  margin-top: 190px;
}
@media (max-width: 1199px) {
  .how-work-box-items-5.style-two {
    margin-top: 50px;
  }
}
.how-work-box-items-5.style-three {
  margin-top: 130px;
}
@media (max-width: 1199px) {
  .how-work-box-items-5.style-three {
    margin-top: 50px;
  }
}

.how-wrapper-5 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 1199px) {
  .how-wrapper-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .how-wrapper-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .how-wrapper-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .how-wrapper-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.counter-top-area-5 {
  display: flex;
  gap: 295px;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .counter-top-area-5 {
    gap: 200px;
  }
}
@media (max-width: 1199px) {
  .counter-top-area-5 {
    gap: 25px;
    display: grid;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .counter-top-area-5 {
    margin-bottom: 30px;
  }
}
.counter-top-area-5 p {
  max-width: 250px;
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
  font-family: "BDO Grotesk", sans-serif !important;
}
@media (max-width: 1199px) {
  .counter-top-area-5 p {
    margin: 0 auto;
    font-size: 16px;
  }
}
.counter-top-area-5 .section-title {
  max-width: 670px;
}

.award-wrapper-six {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 50px;
}
.award-wrapper-six .section-title {
  display: flex;
  gap: 320px;
}
@media (max-width: 1199px) {
  .award-wrapper-six .section-title {
    gap: 130px;
  }
}
@media (max-width: 991px) {
  .award-wrapper-six .section-title {
    gap: 20px;
    display: grid;
  }
}
.award-wrapper-six .section-title span {
  font-size: 16px;
  color: var(--white);
}
.award-wrapper-six .section-title .award-list-items {
  width: 100%;
}
.award-wrapper-six .section-title h2 {
  font-size: 100px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  padding-bottom: 80px;
}
@media (max-width: 1600px) {
  .award-wrapper-six .section-title h2 {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  .award-wrapper-six .section-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .award-wrapper-six .section-title h2 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .award-wrapper-six .section-title h2 {
    font-size: 35px;
  }
}
.award-wrapper-six .section-title .award-wrap .list-items {
  display: flex;
  gap: 160px;
  justify-content: end;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .award-wrapper-six .section-title .award-wrap .list-items {
    flex-wrap: wrap;
    gap: 60px;
    justify-content: start;
  }
}
.award-wrapper-six .section-title .award-wrap .list-items p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .award-wrapper-six .section-title .award-wrap .list-items p {
    font-size: 17px;
  }
}
.award-wrapper-six .section-title .award-wrap .list-items ul {
  max-width: 375px;
  width: 100%;
}
.award-wrapper-six .section-title .award-wrap .list-items ul li {
  font-size: 20px;
  font-weight: 400;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .award-wrapper-six .section-title .award-wrap .list-items ul li {
    font-size: 17px;
  }
}

.thumb-feature-wrap-4 .left-content p {
  font-size: 20px;
  font-weight: 400;
  max-width: 357px;
  color: var(--header);
  margin-top: -50px;
}
@media (max-width: 1199px) {
  .thumb-feature-wrap-4 .left-content p {
    margin-top: 20px;
    font-size: 18px;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .thumb-feature-wrap-4 .left-content p {
    font-size: 16px;
  }
}
.thumb-feature-wrap-4 .left-content img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .thumb-feature-wrap-4 .right-thumb {
    height: 500px;
  }
}
.thumb-feature-wrap-4 .right-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.thumb-feature-wrap-4 .theme-btn-main-2 {
  background: transparent;
  margin-top: 40px;
}

.award-items-area .award-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 35px;
  margin-top: 35px;
}
@media (max-width: 470px) {
  .award-items-area .award-items {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-align: center;
  }
}
.award-items-area .award-items.style-2 {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding-bottom: 35px;
}
.award-items-area .award-items p {
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
}
.award-items-area .award-items .title {
  font-size: 24px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.banner-image-9 img {
  width: 100%;
  height: 100%;
}

.award-section-8 .title {
  font-size: 96px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .award-section-8 .title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .award-section-8 .title {
    font-size: 40px;
  }
}

.award-list-9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  position: relative;
}
@media (max-width: 767px) {
  .award-list-9 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 30px 0;
    text-align: center;
  }
}
.award-list-9:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}
.award-list-9 p {
  font-size: 20px;
  font-weight: 500;
  color: var(--header);
  width: 100%;
}
.award-list-9 .arrow-icon {
  display: inline-flex;
  align-items: center;
  max-width: 90px;
  width: 100%;
  height: 96px;
  line-height: 96px;
  justify-content: center;
  margin-left: auto;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border-radius: 20px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .award-list-9 .arrow-icon {
    background: var(--header);
    color: var(--white);
    margin: 0 auto;
  }
}
.award-list-9 .hover-image {
  position: absolute;
  border-radius: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(10deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  visibility: hidden;
  will-change: transform;
}
@media (max-width: 991px) {
  .award-list-9 .hover-image {
    display: none !important;
  }
}
.award-list-9 .hover-image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.award-list-9 .hover-image:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.award-list-9:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.award-list-9:hover .arrow-icon {
  background-color: #111111;
  color: var(--white);
}

.award-list-items-10 {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding: 30px 0;
  position: relative;
}
.award-list-items-10:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
@media (max-width: 991px) {
  .award-list-items-10 {
    flex-wrap: wrap;
    gap: 60px;
  }
}
.award-list-items-10 p {
  color: #111111;
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .award-list-items-10 p {
    font-size: 17px;
  }
}
.award-list-items-10 ul li {
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.award-list-items-10 ul li:not(:last-child) {
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .award-list-items-10 ul li {
    font-size: 17px;
  }
}
.award-list-items-10 .hover-image {
  position: absolute;
  border-radius: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(10deg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 99;
  visibility: hidden;
  will-change: transform;
}
@media (max-width: 991px) {
  .award-list-items-10 .hover-image {
    display: none !important;
  }
}
.award-list-items-10 .hover-image:hover .hover-image {
  opacity: 1;
  visibility: visible;
}
.award-list-items-10 .hover-image:hover::before {
  opacity: 1;
  transform: scale(1, 1);
}
.award-list-items-10:hover .hover-image {
  opacity: 1;
  visibility: visible;
}

.skills-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.skill-progress-item {
  position: relative;
  display: flex;
  align-items: center;
  height: 80px;
  background: #F1F1F1;
  border-radius: 50px;
  overflow: hidden;
  padding: 0 10px;
}
.skill-progress-item .progress-bar {
  position: absolute;
  inset: 8px;
  background: #F1F1F1;
  border-radius: 50px;
  overflow: hidden;
  z-index: 1;
}
.skill-progress-item .progress-bar .progress-fill {
  height: 100%;
  background: #DEDEDE;
  border-radius: 50px;
  transition: width 0.5s ease;
}
.skill-progress-item .skill-info,
.skill-progress-item .percent {
  position: relative;
  z-index: 2;
}
.skill-progress-item .skill-info {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}
.skill-progress-item .skill-info .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.skill-progress-item .skill-info .icon img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.skill-progress-item .skill-info .content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 3px;
}
.skill-progress-item .skill-info .content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  color: #111111;
  line-height: 1.2;
  margin-bottom: 3px;
}
.skill-progress-item .skill-info .content span {
  display: block;
  margin-top: 2px;
  font-size: 18px;
  color: #555555;
  line-height: 1.3;
}
.skill-progress-item .percent {
  min-width: 55px;
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  color: #181818;
  padding-right: 12px;
}

@media (max-width: 767px) {
  .skill-progress-item {
    height: 72px;
    padding: 0 18px;
  }
  .skill-progress-item .progress-bar {
    inset: 6px;
  }
  .skill-progress-item .skill-info {
    gap: 12px;
  }
  .skill-progress-item .skill-info .icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
  }
  .skill-progress-item .skill-info .icon img {
    width: 18px;
    height: 18px;
  }
  .skill-progress-item .skill-info .content h4 {
    font-size: 16px;
  }
  .skill-progress-item .skill-info .content span {
    font-size: 13px;
  }
  .skill-progress-item .percent {
    font-size: 16px;
    min-width: 45px;
  }
}
@media (max-width: 1199px) {
  .service-section {
    margin-bottom: -50px;
  }
}

.service-wrapper-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .service-wrapper-one {
    display: block;
  }
}
.service-wrapper-one .service-box-items {
  display: flex;
  gap: 90px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 30px;
  background: var(--white);
  margin-bottom: 50px;
  flex-basis: 43%;
}
@media (max-width: 1399px) {
  .service-wrapper-one .service-box-items {
    gap: 30px;
    flex-basis: initial;
    border-top: none;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .service-wrapper-one .service-box-items {
    display: block;
    text-align: center;
  }
}
@media (max-width: 1399px) {
  .service-wrapper-one .service-box-items .title {
    font-size: 24px;
  }
}
.service-wrapper-one .service-box-items .title a:hover {
  color: var(--theme);
}
.service-wrapper-one .service-box-items .content a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
}
@media (max-width: 1399px) {
  .service-wrapper-one .service-box-items .content a {
    font-size: 16px;
  }
}
.service-wrapper-one .service-box-items .content a:hover {
  color: var(--theme);
}
.service-wrapper-one .service-box-items .content .service-image {
  margin-top: 90px;
  overflow: hidden;
  position: relative;
  width: 272px;
}
@media (max-width: 1399px) {
  .service-wrapper-one .service-box-items .content .service-image {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .service-wrapper-one .service-box-items .content .service-image {
    width: initial;
  }
}
.service-wrapper-one .service-box-items .content .service-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-wrapper-one .service-box-items .content .service-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-wrapper-one .service-box-items:hover .service-image img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.service-wrapper-one .service-box-items:hover .service-image img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.service-wrapper-one .service-line {
  display: inline-block;
  height: 427px;
  width: 1px;
  background: rgba(17, 17, 17, 0.1);
  position: relative;
  top: -10px;
}
@media (max-width: 1399px) {
  .service-wrapper-one .service-line {
    display: none;
  }
}

.service-section-2 {
  background: #111111;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.service-wrapper-two {
  position: relative;
}
.service-wrapper-two .icon-two {
  position: absolute;
  top: -20px;
  left: 52%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .service-wrapper-two .icon-two {
    display: none;
  }
}
.service-wrapper-two .service-line {
  width: 1px;
  height: 100%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 52.1%;
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .service-wrapper-two .service-line {
    display: none;
  }
}
.service-wrapper-two .section-title {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .service-wrapper-two .section-title {
    margin-bottom: 35px;
    text-align: center;
  }
}
.service-wrapper-two .section-title .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  border: 1px solid #fff;
  height: 33px;
  line-height: 33px;
  border-radius: 21px;
  padding-right: 12px;
  padding-left: 24px;
  position: relative;
}
.service-wrapper-two .section-title .sub-title::before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #fff;
  border-radius: 7px;
}
.service-wrapper-two .service-image {
  border-radius: 10px;
  position: relative;
}
.service-wrapper-two .service-image .image-line {
  position: absolute;
  right: -57%;
  height: 1px;
  width: 280px;
  background: rgba(255, 255, 255, 0.1);
  top: 55%;
  transform: translateY(-50%);
}
@media (max-width: 1899px) {
  .service-wrapper-two .service-image .image-line {
    display: none;
  }
}
.service-wrapper-two .service-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.service-wrapper-two .service-box-wrap {
  margin-top: 45px;
}
@media (max-width: 1199px) {
  .service-wrapper-two .service-box-wrap {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .service-wrapper-two .service-box-wrap {
    margin-top: 30px;
  }
}
.service-wrapper-two .service-box-wrap .service-box-two {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .service-wrapper-two .service-box-wrap .service-box-two {
    display: block;
  }
}
.service-wrapper-two .service-box-wrap .service-box-two:not(:last-child) {
  margin-bottom: 20px;
}
.service-wrapper-two .service-box-wrap .service-box-two .number-line {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .service-wrapper-two .service-box-wrap .service-box-two .number-line {
    display: none;
  }
}
.service-wrapper-two .service-box-wrap .service-box-two .number-line .number {
  display: inline-block;
  font-size: 16px;
  font-family: "PP Fragment", sans-serif;
  font-weight: 500;
  color: var(--header);
  background-color: var(--white);
  max-width: 41px;
  height: 41px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  width: 100%;
}
.service-wrapper-two .service-box-wrap .service-box-two .number-line .line-1 {
  display: inline-block;
  width: 225px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.service-wrapper-two .service-box-wrap .service-box-two .service-box {
  background: #1A1A1A;
  box-shadow: -0.5px -0.5px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  max-width: 493px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .service-wrapper-two .service-box-wrap .service-box-two .service-box {
    max-width: initial;
    margin-left: initial;
  }
}
.service-wrapper-two .service-box-wrap .service-box-two .service-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 40px 30px;
}
@media (max-width: 1600px) {
  .service-wrapper-two .service-box-wrap .service-box-two .service-box .title-box {
    padding: 30px;
  }
}
.service-wrapper-two .service-box-wrap .service-box-two .service-box .title-box .title {
  font-size: 36px;
}
@media (max-width: 1600px) {
  .service-wrapper-two .service-box-wrap .service-box-two .service-box .title-box .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .service-wrapper-two .service-box-wrap .service-box-two .service-box .title-box .title {
    font-size: 25px;
  }
}
.service-wrapper-two .service-box-wrap .service-box-two .service-box .title-box .title a {
  color: var(--white);
}
.service-wrapper-two .service-box-wrap .service-box-two .service-box .title-box .step {
  display: inline-block;
  font-size: 20px;
  color: var(--white);
}
.service-wrapper-two .service-box-wrap .service-box-two .service-box .text {
  color: var(--white);
  padding: 20px 40px 40px;
}
@media (max-width: 1600px) {
  .service-wrapper-two .service-box-wrap .service-box-two .service-box .text {
    padding: 30px;
  }
}
.service-wrapper-two .service-box-two .number-line .number {
  transition: all 0.4s ease;
}
.service-wrapper-two .service-box-two .service-box {
  transition: all 0.4s ease;
}
.service-wrapper-two .service-box-two.active .number-line .number {
  background: var(--white);
  color: var(--header);
}
.service-wrapper-two .service-box-two.active .service-box {
  background: var(--theme-2);
}

.service-box-wrap {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .service-box-wrap {
    margin-left: 0;
  }
}

.service-box-items-three {
  max-width: 390px;
  border-top: 2px solid var(--header);
  padding-top: 25px;
}
@media (max-width: 575px) {
  .service-box-items-three {
    max-width: initial;
  }
}
.service-box-items-three .title {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .service-box-items-three .title {
    font-size: 22px;
  }
}
.service-box-items-three .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-items-three .title a:hover {
  color: var(--header);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--header) 0%, var(--header) 100%);
}
.service-box-items-three p {
  max-width: 370px;
}
.service-box-items-three .link-btn {
  display: inline-block;
  position: relative;
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 50px;
}
.service-box-items-three .link-btn .content-wrap {
  display: block;
  position: relative;
  line-height: 1.2;
}
.service-box-items-three .link-btn .default-content,
.service-box-items-three .link-btn .hover-content {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  white-space: nowrap;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.service-box-items-three .link-btn .hover-content {
  transform: translateY(100%);
  opacity: 0;
}
.service-box-items-three .link-btn:hover {
  color: var(--theme);
}
.service-box-items-three .link-btn:hover .default-content {
  transform: translateY(-100%);
  opacity: 0;
}
.service-box-items-three .link-btn:hover .hover-content {
  transform: translateY(0);
  opacity: 1;
}
.service-box-items-three .link-btn i {
  margin-left: 5px;
}

.service-feature-section {
  background-color: #111111;
}

.service-feature-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1399px) {
  .service-feature-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .service-feature-wrapper {
    grid-template-columns: repeat(3, 1fr);
    border: none;
    gap: 0 35px;
  }
}
@media (max-width: 991px) {
  .service-feature-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .service-feature-wrapper {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}

.service-feature-items-one {
  display: flex;
  flex-direction: column;
  gap: 180px;
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .service-feature-items-one {
    padding: 0;
    gap: 40px;
    margin-top: 35px;
  }
}
.service-feature-items-one:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1399px) {
  .service-feature-items-one:not(:last-child) {
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  .service-feature-items-one:not(:last-child) {
    border-right: none;
  }
}
.service-feature-items-one .icon {
  display: inline-block;
}
.service-feature-items-one .content .title {
  margin-bottom: 25px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .service-feature-items-one .content .title {
    font-size: 22px;
  }
}
.service-feature-items-one .content p {
  font-size: 20px;
  color: #999999;
  max-width: 360px;
}
@media (max-width: 1600px) {
  .service-feature-items-one .content p {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .service-feature-items-one .content p {
    margin: 0 auto;
  }
}
.service-feature-items-one.style-two {
  flex-direction: column-reverse;
}
@media (max-width: 1199px) {
  .service-feature-items-one.style-two {
    flex-direction: column;
  }
}
.service-feature-items-one:hover .icon img {
  animation: wobble 1.5s ease-in-out;
}

.service-box-items-5 {
  text-align: center;
  background-color: var(--header);
  padding: 50px;
  border-radius: 15px;
  margin-top: 30px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .service-box-items-5 {
    padding: 30px;
  }
}
.service-box-items-5 .left-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-items-5 .right-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-items-5 .title {
  font-size: 30px;
  font-weight: 400;
  font-family: "BDO Grotesk", sans-serif !important;
  margin-top: 130px;
}
@media (max-width: 1399px) {
  .service-box-items-5 .title {
    font-size: 24px;
  }
}
.service-box-items-5 .title a {
  color: var(--white);
}
.service-box-items-5 .plus-icon {
  width: 60px;
  height: 60px;
  line-height: 65px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  text-align: center;
  margin: 40px auto 0;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.service-box-items-5 .plus-icon i {
  color: var(--white);
  font-size: 27px;
}
.service-box-items-5.active {
  background-color: var(--theme);
}
.service-box-items-5.active .icon {
  animation: cir36 10s linear infinite;
}
.service-box-items-5.active .left-shape {
  opacity: 1;
  visibility: visible;
}
.service-box-items-5.active .right-shape {
  opacity: 1;
  visibility: visible;
}
.service-box-items-5.active .plus-icon {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.service-section-6 .section-title {
  margin-bottom: 50px;
}
.service-section-6 .section-title h2 {
  font-size: 100px;
}
@media (max-width: 1600px) {
  .service-section-6 .section-title h2 {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  .service-section-6 .section-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .service-section-6 .section-title h2 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .service-section-6 .section-title h2 {
    font-size: 35px;
  }
}
.service-section-6 .section-title h2 span {
  font-style: italic;
}

.service-box-items-6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1.5px solid rgba(17, 17, 17, 0.1);
  padding: 30px 0;
  background: #fff;
  gap: 30px;
}
@media (max-width: 991px) {
  .service-box-items-6 {
    display: grid;
    justify-content: center;
    text-align: center;
  }
}
.service-box-items-6:last-child {
  border-bottom: 1.5px solid rgba(17, 17, 17, 0.1);
}
.service-box-items-6 .title {
  font-size: 48px;
  flex-basis: 22%;
}
@media (max-width: 1399px) {
  .service-box-items-6 .title {
    font-size: 28px;
    flex-basis: 30%;
  }
}
.service-box-items-6 .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-items-6 .title a:hover {
  color: var(--header);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--header) 0%, var(--header) 100%);
}
.service-box-items-6 .text {
  font-size: 18px;
  color: var(--header);
  opacity: 0.6;
  max-width: 570px;
}
@media (max-width: 1399px) {
  .service-box-items-6 .text {
    max-width: 400px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .service-box-items-6 .text {
    margin: 0 auto;
  }
}
.service-box-items-6 .service-image {
  overflow: hidden;
  position: relative;
  max-width: 450px;
}
.service-box-items-6 .service-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.service-box-items-6 .service-image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.service-box-items-6:hover .service-image::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.service-box-items-6:hover .service-image img {
  transform: scale(1.2);
}

.service-section-7 .section-title .sub-title {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  border: 1px solid #111111;
  height: 33px;
  line-height: 33px;
  border-radius: 21px;
  padding-right: 12px;
  padding-left: 24px;
  position: relative;
}
.service-section-7 .section-title .sub-title::before {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #111111;
  border-radius: 7px;
}
.service-section-7 .section-title h2 {
  font-size: 64px;
  letter-spacing: -5%;
}
@media (max-width: 991px) {
  .service-section-7 .section-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .service-section-7 .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .service-section-7 .section-title h2 {
    font-size: 35px;
  }
}
.service-section-7 .service-wrap-7 {
  padding: 0 50px;
}
@media (max-width: 1399px) {
  .service-section-7 .service-wrap-7 {
    padding: 0;
  }
}

.service-box-7 {
  border: 1px solid rgba(17, 17, 17, 0.1);
  background-color: var(--white);
  position: relative;
  z-index: 1;
}
.service-box-7::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-box-7:not(:last-child) {
  margin-bottom: 20px;
}
.service-box-7 .number-line {
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .service-box-7 .number-line {
    display: none;
  }
}
.service-box-7 .number-line .number {
  display: inline-block;
  font-size: 16px;
  font-family: "PP Fragment", sans-serif;
  font-weight: 500;
  color: var(--header);
  background-color: var(--white);
  max-width: 41px;
  height: 41px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  width: 100%;
}
.service-box-7 .number-line .line-1 {
  display: inline-block;
  width: 225px;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
}
.service-box-7 .service-box {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .service-box-7 .service-box {
    max-width: initial;
    margin-left: initial;
  }
}
.service-box-7 .service-box .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding: 0 40px 30px;
}
@media (max-width: 1600px) {
  .service-box-7 .service-box .title-box {
    padding: 30px;
  }
}
.service-box-7 .service-box .title-box .title {
  font-size: 36px;
}
@media (max-width: 1600px) {
  .service-box-7 .service-box .title-box .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .service-box-7 .service-box .title-box .title {
    font-size: 25px;
  }
}
.service-box-7 .service-box .title-box .step {
  display: inline-block;
  font-size: 20px;
  color: #111111;
}
.service-box-7 .service-box .text {
  padding: 20px 40px 40px;
  color: #111111;
}
@media (max-width: 1600px) {
  .service-box-7 .service-box .text {
    padding: 30px;
  }
}
.service-box-7:hover::before {
  opacity: 1;
  visibility: visible;
}
.service-box-7:hover .service-box .title a {
  color: var(--white);
}
.service-box-7:hover .service-box .text {
  color: var(--white);
}
.service-box-7:hover .service-box .step {
  color: var(--white);
}

.service-wrapper-four {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 35px;
}
.service-wrapper-four .service-sub {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .service-wrapper-four .service-sub {
    margin-bottom: 30px;
  }
}
.service-wrapper-four .service-list-wrap {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .service-wrapper-four .service-list-wrap {
    margin-left: 0;
  }
}
.service-wrapper-four .service-list-wrap .service-item .service-title {
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "PP Fragment", sans-serif;
  letter-spacing: -0.01em;
  line-height: 85%;
}
@media (max-width: 1600px) {
  .service-wrapper-four .service-list-wrap .service-item .service-title {
    font-size: 62px;
  }
}
@media (max-width: 1200px) {
  .service-wrapper-four .service-list-wrap .service-item .service-title {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .service-wrapper-four .service-list-wrap .service-item .service-title {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .service-wrapper-four .service-list-wrap .service-item .service-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .service-wrapper-four .service-list-wrap .service-item .service-title {
    font-size: 30px;
  }
  .service-wrapper-four .service-list-wrap .service-item .service-title:not(:last-child) {
    margin-bottom: 5px;
  }
}
.service-wrapper-four .service-list-wrap .service-item .service-title a {
  color: rgba(17, 17, 17, 0.4);
  display: inline !important;
  transition: 0.4s;
}
.service-wrapper-four .service-list-wrap .service-item .service-title a:hover {
  color: var(--header);
}
.service-wrapper-four .service-content {
  position: relative;
}
.service-wrapper-four .service-content .service-img-wrapper {
  position: relative;
}
@media (max-width: 575px) {
  .service-wrapper-four .service-content .service-img-wrapper {
    display: none;
  }
}
.service-wrapper-four .service-content .service-img-wrapper .hover-image {
  position: absolute;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.4s ease;
}
.service-wrapper-four .service-content .service-img-wrapper .hover-image:first-child {
  opacity: 1;
}
.service-wrapper-four .service-content .service-img-wrapper .hover-image img {
  width: 100%;
  height: 100%;
}

.service-feature-content-in .service-thumb {
  max-width: 250px;
  margin-left: 355px;
}
@media (max-width: 1199px) {
  .service-feature-content-in .service-thumb {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .service-feature-content-in .service-thumb {
    margin: 0 auto;
  }
}
.service-feature-content-in .service-thumb img {
  width: 100%;
  height: 100%;
}
.service-feature-content-in p {
  font-weight: 350;
  font-size: 30px;
  line-height: 117%;
  max-width: 525px;
  color: #111111;
  margin-top: 200px;
}
@media (max-width: 1399px) {
  .service-feature-content-in p {
    font-size: 26px;
  }
}
@media (max-width: 1199px) {
  .service-feature-content-in p {
    font-size: 21px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .service-feature-content-in p {
    text-align: center;
  }
}

.service-feature-img-in img {
  width: 100%;
  height: 100%;
}

.service-details-left-in {
  max-width: 420px;
}
.service-details-left-in p {
  font-size: 18px;
}
.service-details-left-in .list {
  margin-top: 30px;
}
.service-details-left-in .list li {
  color: var(--header);
  font-size: 18px;
}

.service-details-thumb-in {
  overflow: hidden;
  position: relative;
}
.service-details-thumb-in::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.service-details-thumb-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.service-details-thumb-in:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.service-details-thumb-in:hover img {
  transform: scale(1.2);
}

.service-details-section-in {
  position: relative;
  padding-top: 180px !important;
}
.service-details-section-in .shape-1 {
  position: absolute;
  top: 16%;
  left: 50%;
}
.service-details-section-in .section-title {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .service-details-section-in .section-title {
    margin-bottom: 40px;
  }
}
.service-details-section-in .section-title h1 {
  font-size: 64px;
  font-weight: 400;
  letter-spacing: -5%;
}
@media (max-width: 1199px) {
  .service-details-section-in .section-title h1 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .service-details-section-in .section-title h1 {
    font-size: 38px;
  }
}
@media (max-width: 470px) {
  .service-details-section-in .section-title h1 {
    font-size: 30px;
  }
}

.service-details-wrap-in {
  position: relative;
  margin-bottom: 40px;
}
.service-details-wrap-in .details-line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.14);
  position: absolute;
  top: 29px;
}
@media (max-width: 1199px) {
  .service-details-wrap-in .details-line {
    display: none;
  }
}

.service-feature-items-in .dot {
  width: 9px;
  height: 9px;
  line-height: 9px;
  background-color: var(--header);
  border-radius: 50%;
}
@media (max-width: 1199px) {
  .service-feature-items-in .dot {
    display: none;
  }
}
.service-feature-items-in .title-2 {
  margin-top: 50px;
  max-width: 320px;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 1399px) {
  .service-feature-items-in .title-2 {
    font-size: 23px;
  }
}
@media (max-width: 1199px) {
  .service-feature-items-in .title-2 {
    margin-top: 0;
  }
}
.service-feature-items-in p {
  font-size: 18px;
  margin-top: 15px;
}
@media (max-width: 1600px) {
  .service-feature-items-in p {
    font-size: 16px;
  }
}

.service-feature-section-in {
  padding-top: 90px;
}

.service-details-inner-fetaure {
  background: transparent;
}
.service-details-inner-fetaure .service-feature-items-one:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .service-details-inner-fetaure .service-feature-items-one:not(:last-child) {
    border-right: none;
  }
}
.service-details-inner-fetaure .service-feature-items-one .content .title {
  color: #111111;
}
.service-details-inner-fetaure .service-feature-items-one .content p {
  color: #111111;
}
.service-details-inner-fetaure .service-feature-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1199px) {
  .service-details-inner-fetaure .service-feature-wrapper {
    border: none;
  }
}

.marque-paddingss {
  padding-top: 100px !important;
}

.service-section-9 .sec-title {
  font-size: 310px;
  text-transform: uppercase;
  letter-spacing: -4%;
  height: 1;
  font-family: "ThunderFont" !important;
  text-align: center;
}
@media (max-width: 1199px) {
  .service-section-9 .sec-title {
    font-size: 200px;
  }
}
@media (max-width: 767px) {
  .service-section-9 .sec-title {
    font-size: 180px;
  }
}
@media (max-width: 575px) {
  .service-section-9 .sec-title {
    font-size: 120px;
  }
}

.service-card-items-9 {
  background: #F3F4F6;
  padding: 40px 40px;
  border-radius: 20px;
  position: relative;
}
.service-card-items-9 .title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .service-card-items-9 .title {
    font-size: 20px;
    padding-right: 80px;
  }
}
.service-card-items-9 p {
  font-size: 16px;
  font-weight: 500;
}
.service-card-items-9 .arrow-icon {
  display: inline-flex;
  border: 1px solid rgba(16, 16, 16, 0.14);
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  align-items: center;
  gap: 34px;
  padding: 5px;
  padding-right: 34px;
  border-radius: 25px;
  margin-top: 30px;
}
.service-card-items-9 .arrow-icon i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background: #111111;
  color: var(--white);
}
.service-card-items-9 .icon {
  width: 80px;
  height: 80px;
  text-align: center;
  background: var(--white);
  border-radius: 50%;
  line-height: 80px;
  position: absolute;
  top: 40px;
  right: 40px;
}
.service-card-items-9 p {
  max-width: 312px;
}
.service-card-items-9.style-2 {
  background: #1A1A1A;
}
.service-card-items-9.style-2 .title a {
  color: var(--white);
}
.service-card-items-9.style-2 p {
  color: var(--white);
}
.service-card-items-9.style-2 .arrow-icon {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
}
.service-card-items-9.style-2 .arrow-icon i {
  background: var(--white);
  color: #111111;
}

.service-slider-8 {
  margin: 0 -15%;
}
@media (max-width: 1199px) {
  .service-slider-8 {
    margin: 0 20px;
  }
}

.service-section-9 .service-pagination-wrap {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 50px;
}
.service-section-9 .service-pagination-wrap .line {
  flex: 1;
  height: 10px;
  background: rgb(243, 244, 246);
  border-radius: 25px;
}
.service-section-9 .service-slider-pagination {
  display: flex;
  align-items: center;
  gap: 12px;
}
.service-section-9 .service-slider-pagination .array-prev,
.service-section-9 .service-slider-pagination .array-next {
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background: rgb(243, 244, 246);
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.service-section-9 .service-slider-pagination .array-prev:hover,
.service-section-9 .service-slider-pagination .array-next:hover {
  background: #111;
  color: #fff;
}
.service-section-9 .service-slider-pagination .swiper-pagination {
  position: static;
  width: auto;
  font-size: 14px;
  font-weight: 600;
  color: #777;
}
.service-section-9 .service-slider-pagination .swiper-pagination .swiper-pagination-current {
  color: #111;
}
.service-section-9 .service-slider-pagination .swiper-pagination .swiper-pagination-total {
  color: #777;
}

.service-box-items-10 .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: -120px;
  transition: margin-bottom 0.5s ease;
}
.service-box-items-10 .image {
  border-radius: 20px;
  transition: transform 0.5s ease;
  margin-top: 10px;
}
.service-box-items-10 .image.one {
  transform: rotate(-8deg) translate(0, 0);
}
.service-box-items-10 .image.two {
  transform: rotate(17deg) translate(-40px, 70px);
}
.service-box-items-10 .image img {
  display: block;
  border-radius: 20px;
}
.service-box-items-10 .service-content {
  position: relative;
}
@media (max-width: 1899px) {
  .service-box-items-10 .service-content img {
    width: 100%;
    height: 100%;
  }
}
.service-box-items-10 .service-content .content {
  position: absolute;
  bottom: 30px;
  left: 35px;
}
.service-box-items-10 .service-content .content .title {
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .service-box-items-10 .service-content .content .title {
    font-size: 28px;
  }
}
.service-box-items-10 .service-content .content .title a:hover {
  color: var(--theme);
}
.service-box-items-10:hover .thumb {
  margin-bottom: 20px;
}
.service-box-items-10:hover .image.one, .service-box-items-10:hover .image.two {
  transform: rotate(0deg) translate(0, 0);
}

.marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 50px;
  margin-top: 100px;
}
.marquee.slide-right {
  transform: scaleX(-1);
}
.marquee.slide-right .text,
.marquee.slide-right .stroke-text {
  transform: scaleX(-1);
}
.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -5%;
  color: var(--header);
  display: flex;
  align-items: center;
  gap: 50px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  font-family: "PP Fragment", sans-serif;
}
@media (max-width: 1199px) {
  .marquee .text {
    letter-spacing: initial;
  }
}
@media (max-width: 767px) {
  .marquee .text {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .marquee .text {
    font-size: 50px;
  }
}
.marquee .text .marque-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: var(--header);
  position: relative;
  top: -10px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.team-banner {
  margin-top: 35px;
}
.team-banner img {
  width: 100%;
  height: 100%;
}

.testimonial-area-two .phone-mockup {
  width: 410px;
  height: 760px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 1899px) {
  .testimonial-area-two .phone-mockup {
    height: 600px;
  }
}
@media (max-width: 1600px) {
  .testimonial-area-two .phone-mockup {
    height: 650px;
  }
}
@media (max-width: 1399px) {
  .testimonial-area-two .phone-mockup {
    display: none;
  }
}
.testimonial-area-two .phone-mockup .text-circle-items {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  left: 10px;
  right: 10px;
  justify-content: center;
  gap: 15px;
}
.testimonial-area-two .phone-mockup .text-circle-items .text-circle {
  position: relative;
}
.testimonial-area-two .phone-mockup .text-circle-items .text-circle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-area-two .phone-mockup .text-circle-items .text-circle .circle-text {
  animation: cir36 10s linear infinite;
}
.testimonial-area-two .phone-mockup img {
  height: 100%;
  width: 100%;
}

.services-wrapper-1 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
  padding-bottom: 190px;
  margin-top: -615px;
}
@media (max-width: 1899px) {
  .services-wrapper-1 {
    padding-bottom: 250px;
  }
}
@media (max-width: 1600px) {
  .services-wrapper-1 {
    padding-bottom: 300px;
    margin-top: -510px;
  }
}
@media (max-width: 1399px) {
  .services-wrapper-1 {
    margin-top: 0;
    padding-bottom: 0;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 20px;
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .services-wrapper-1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .services-wrapper-1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .services-wrapper-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-wrapper-1 > * {
  display: inline-block;
}
.services-wrapper-1 .item-1 {
  transform: translate(calc(200% + 20px), 0);
}
@media (max-width: 1399px) {
  .services-wrapper-1 .item-1 {
    transform: initial;
  }
}
.services-wrapper-1 .item-2 {
  transform: translate(calc(100% + 10px), 0);
}
@media (max-width: 1399px) {
  .services-wrapper-1 .item-2 {
    transform: initial;
  }
}
.services-wrapper-1 .item-3 {
  transform: translate(calc(0% + 0px), 0);
}
@media (max-width: 1399px) {
  .services-wrapper-1 .item-3 {
    transform: initial;
  }
}
.services-wrapper-1 .item-4 {
  transform: translate(calc(-100% - 10px), 0);
}
@media (max-width: 1399px) {
  .services-wrapper-1 .item-4 {
    transform: initial;
  }
}
.services-wrapper-1 .item-5 {
  transform: translate(calc(-200% - 20px), 0);
}
@media (max-width: 1399px) {
  .services-wrapper-1 .item-5 {
    transform: initial;
  }
}

.testimonial-box-1 .thumb {
  position: relative;
  overflow: hidden;
}
.testimonial-box-1 .thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(17, 17, 17, 0) 56.25%, rgba(17, 17, 17, 0.8) 100%);
  border-radius: 10px;
}
.testimonial-box-1 .thumb img {
  border-radius: 10px;
  width: 100%;
}
.testimonial-box-1 .thumb .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.5s ease;
}
.testimonial-box-1 .thumb .content .star {
  font-size: 14px;
  color: #FFA800;
}
.testimonial-box-1 .thumb .content .title {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
}
.testimonial-box-1 .thumb .content p {
  color: #999999;
}
.testimonial-box-1 .thumb .hover-content {
  background: #111111;
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.5s ease;
}
.testimonial-box-1 .thumb .hover-content .top-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 70px;
}
.testimonial-box-1 .thumb .hover-content .top-star .star {
  font-size: 14px;
  color: #FFA800;
}
.testimonial-box-1 .thumb .hover-content p {
  font-size: 16px;
  color: #FFFFFF;
}
.testimonial-box-1 .thumb:hover .content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
}
.testimonial-box-1 .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tetsimonial-section-three {
  background: #111111;
}

.testimonial-box-three {
  background-color: var(--white);
  border-radius: 10px;
  padding: 40px 40px;
  max-width: 530px;
  margin-top: 110px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .testimonial-box-three {
    margin-top: 30px;
    max-width: initial;
    padding: 30px;
  }
}
.testimonial-box-three .icon-box {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 575px) {
  .testimonial-box-three .icon-box {
    flex-wrap: wrap;
  }
}
.testimonial-box-three .icon-box .content .name {
  font-family: "BDO Grotesk";
  color: #111111;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.testimonial-box-three .icon-box .content span {
  font-size: 16px;
  color: rgba(17, 17, 17, 0.4);
}
.testimonial-box-three .text {
  letter-spacing: -0.03em;
  color: rgba(17, 17, 17, 0.5);
  font-size: 16px;
  line-height: 169%;
  margin-top: 26px;
  font-weight: 500;
}
.testimonial-box-three.style-two {
  margin: 0 auto;
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .testimonial-box-three.style-two {
    margin-top: 30px;
  }
}
.testimonial-box-three.style-three {
  margin-left: auto;
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .testimonial-box-three.style-three {
    margin-top: 30px;
    margin-left: initial;
  }
}

.testimonial-wrapper-5 {
  margin-top: 60px;
}
.testimonial-wrapper-5 .testi-thumb-box {
  position: relative;
}
@media (max-width: 991px) {
  .testimonial-wrapper-5 .testi-thumb-box {
    height: 500px;
  }
}
.testimonial-wrapper-5 .testi-thumb-box img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-wrapper-5 .testi-thumb-box .ratting-image {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.testimonial-wrapper-5 .testi-box {
  background-color: var(--header);
  padding: 40px 30px;
  border-radius: 15px;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.testimonial-wrapper-5 .testi-box .quote-icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--header);
  text-align: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.testimonial-wrapper-5 .testi-box::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background-color: var(--white);
  content: "";
  border-radius: 8px;
  border-top-left-radius: 45px;
}
.testimonial-wrapper-5 .testi-box .white-shape {
  position: absolute;
  z-index: 11;
  bottom: 0;
  right: 0;
}
.testimonial-wrapper-5 .testi-box .star {
  color: #FFA800;
}
.testimonial-wrapper-5 .testi-box .main-text {
  margin-top: 20px;
  color: var(--white);
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}
@media (max-width: 1600px) {
  .testimonial-wrapper-5 .testi-box .main-text {
    font-size: 17px;
  }
}
.testimonial-wrapper-5 .testi-box .bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
}
@media (max-width: 1600px) {
  .testimonial-wrapper-5 .testi-box .bottom-area {
    margin-top: 63px;
  }
}
@media (max-width: 1399px) {
  .testimonial-wrapper-5 .testi-box .bottom-area {
    margin-top: 90px;
  }
}
@media (max-width: 1199px) {
  .testimonial-wrapper-5 .testi-box .bottom-area {
    margin-top: 40px;
  }
}
.testimonial-wrapper-5 .testi-box .bottom-area .content .title-2 {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  font-family: "BDO Grotesk", sans-serif !important;
}
.testimonial-wrapper-5 .testi-box .bottom-area .content span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  font-family: "BDO Grotesk", sans-serif !important;
  margin-top: 2px;
}
.testimonial-wrapper-5 .testi-box:hover {
  background-color: var(--theme);
}
.testimonial-wrapper-5 .testimonial-slider-5 {
  margin-right: -36%;
}
@media (max-width: 767px) {
  .testimonial-wrapper-5 .testimonial-slider-5 {
    margin-right: 0;
  }
}

.testimonial-section-six {
  background: #111111;
}
.testimonial-section-six .section-title {
  text-align: center;
  margin-bottom: 30px;
}
.testimonial-section-six .section-title h2 {
  color: var(--white);
  letter-spacing: -0.05em;
  font-style: italic;
  font-weight: 400;
  font-size: 160px;
}
@media (max-width: 1399px) {
  .testimonial-section-six .section-title h2 {
    font-size: 140px;
  }
}
@media (max-width: 991px) {
  .testimonial-section-six .section-title h2 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-six .section-title h2 {
    font-size: 45px;
  }
}

.testimonial-box-items-six {
  background: #1A1A1A;
  padding: 50px 35px;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .testimonial-box-items-six {
    padding: 40px 25px;
  }
}
.testimonial-box-items-six .top-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-box-items-six .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-box-items-six .star {
  font-size: 14px;
  color: #FFA800;
  margin-bottom: 20px;
}
.testimonial-box-items-six .text {
  font-size: 19px;
  line-height: 140%;
  color: var(--white);
}
@media (max-width: 1600px) {
  .testimonial-box-items-six .text {
    font-size: 16px;
  }
}
.testimonial-box-items-six .client-info {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.testimonial-box-items-six .client-info span {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  font-family: "BDO Grotesk", sans-serif !important;
}
.testimonial-box-items-six .client-info p {
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}
.testimonial-box-items-six .client-info .icon {
  width: 60px;
  height: 60px;
  line-height: 57px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.client-testimonial__main {
  position: relative;
}
.client-testimonial__warpper {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: flex-start;
  margin-right: 30px;
  margin-left: 30px;
}
@media (max-width: 1399px) {
  .client-testimonial__warpper {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
  }
}
@media (max-width: 991px) {
  .client-testimonial__warpper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .client-testimonial__warpper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.award-section-6 {
  background: #111111;
}

.testimonial-section-7 .title {
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 20px;
}
.testimonial-section-7 .testimonial-wrapper-7 {
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background: #F1F1F1;
  position: relative;
  z-index: 9;
}
.testimonial-section-7 .testimonial-wrapper-7 .testi-client {
  max-width: 350px;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .testimonial-section-7 .testimonial-wrapper-7 .testi-client {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.testimonial-section-7 .testimonial-wrapper-7 .testi-client .client-img img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}
.testimonial-section-7 .testimonial-wrapper-7.style-inner-about {
  background: transparent;
  padding: 0;
  margin-top: 0;
  max-width: 970px;
  margin: 0 auto;
}
.testimonial-section-7 .testimonial-wrapper-7.style-inner-about .title-2 {
  color: #555555;
  font-size: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 133%;
}

.testi-wrap-7 {
  text-align: center;
}
.testi-wrap-7 .title-2 {
  font-size: 36px;
  font-weight: 500;
  max-width: 870px;
  line-height: 110%;
  letter-spacing: -0.05em;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .testi-wrap-7 .title-2 {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .testi-wrap-7 .title-2 {
    font-size: 22px;
  }
}
.testi-wrap-7 .name {
  font-size: 24px;
  color: var(--header);
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 30px;
}

.testi-circle-icon-4 {
  margin-top: 70px;
}

.testi-content-4 {
  margin-top: 70px;
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .testi-content-4 {
    margin-left: 0;
    margin-top: 40px;
  }
}
.testi-content-4 .title {
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  max-width: 740px;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .testi-content-4 .title {
    font-size: 40px;
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .testi-content-4 .title {
    margin-left: 0;
    font-size: 28px;
  }
}
@media (max-width: 470px) {
  .testi-content-4 .title {
    font-size: 24px;
  }
}
.testi-content-4 .title-2 {
  margin-top: 50px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1399px) {
  .testi-content-4 .title-2 {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .testi-content-4 .title-2 {
    margin-left: 0;
    font-size: 28px;
  }
}
.testi-content-4 .title-2 span {
  font-size: 24px;
  font-weight: 400;
  color: rgba(17, 17, 17, 0.4);
}

.testi-right-items-4 {
  position: relative;
}
.testi-right-items-4 .arrow-icon {
  display: inline-block;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #111111;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 111;
}
@media (max-width: 1399px) {
  .testi-right-items-4 .arrow-icon {
    display: none;
  }
}
.testi-right-items-4 .text-title {
  font-size: 24px;
  font-weight: 400;
}
.testi-right-items-4 .thumb {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .testi-right-items-4 .thumb {
    height: 480px;
  }
}
.testi-right-items-4 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-section-4 {
  position: relative;
  z-index: 1;
}
.testimonial-section-4 .section-title h2 {
  font-size: 200px;
}
@media (max-width: 991px) {
  .testimonial-section-4 .section-title h2 {
    font-size: 160px;
  }
}
@media (max-width: 767px) {
  .testimonial-section-4 .section-title h2 {
    font-size: 110px;
  }
}
@media (max-width: 575px) {
  .testimonial-section-4 .section-title h2 {
    font-size: 70px;
  }
}
.testimonial-section-4 .section-title h2 span {
  margin-left: 150px;
}
@media (max-width: 575px) {
  .testimonial-section-4 .section-title h2 span {
    margin-left: 0;
  }
}
.testimonial-section-4 .swiper-dot {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .testimonial-section-4 .swiper-dot {
    margin-left: 75px;
  }
}
@media (max-width: 1199px) {
  .testimonial-section-4 .swiper-dot {
    margin-left: 0;
  }
}
.testimonial-section-4 .testi-box1 {
  text-align: center;
  margin-left: 100px;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}
.testimonial-section-4 .testi-circle {
  position: absolute;
  left: 256px;
  bottom: 220px;
  z-index: -1;
}
@media (max-width: 1399px) {
  .testimonial-section-4 .testi-circle {
    display: none;
  }
}

.testimonial-wrapper-8 {
  max-width: 995px;
  margin: 0 auto;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 98px 0 78px;
  border-radius: 50%;
  height: 995px;
}
@media (max-width: 991px) {
  .testimonial-wrapper-8 {
    border: none;
    height: initial;
    padding: 50px 40px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-8 {
    padding: 40px 20px;
  }
}
.testimonial-wrapper-8 .testimonail-items-8 {
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  margin-top: 75px;
}
.testimonial-wrapper-8 .testimonail-items-8 .text {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.testimonial-wrapper-8 .testimonail-items-8 h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  max-width: 600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .testimonial-wrapper-8 .testimonail-items-8 h2 {
    font-size: 20px;
  }
}
.testimonial-wrapper-8 .testimonail-items-8 .quote-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 30px;
}
@media (max-width: 575px) {
  .testimonial-wrapper-8 .testimonail-items-8 .quote-icon {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
  }
}
.testimonial-wrapper-8 .testimonail-items-8 .quote-icon .name {
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonial-wrapper-8 .testimonail-items-8 .quote-icon .name span {
  color: var(--header);
  font-size: 18px;
  font-weight: 600;
}
.testimonial-wrapper-8 .testimonail-items-8 .quote-icon .name p {
  font-size: 16px;
  font-weight: 400;
}
.testimonial-wrapper-8 .swiper {
  max-width: 690px;
  margin: 0 auto;
}
.testimonial-wrapper-8 .testi-client {
  max-width: 390px;
  margin: 0 auto;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .testimonial-wrapper-8 .testi-client {
    margin-top: 30px;
  }
}
.testimonial-wrapper-8 .testimonial-counter-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 135px;
  border-top: 1px solid rgba(15, 15, 15, 0.1);
  padding-top: 50px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .testimonial-wrapper-8 .testimonial-counter-items {
    gap: 40px;
    flex-wrap: wrap;
  }
}
.testimonial-wrapper-8 .testimonial-counter-items .counter-box h2 {
  font-size: 75px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .testimonial-wrapper-8 .testimonial-counter-items .counter-box h2 {
    font-size: 48px;
    text-align: center;
  }
}
.testimonial-wrapper-8 .testimonial-counter-items .counter-box p {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .testimonial-wrapper-8 .testimonial-counter-items .counter-box p {
    font-size: 18px;
  }
}
.testimonial-wrapper-8 .testimonial-counter-items .counter-box .star {
  font-size: 14px;
  color: #FDAD00;
  margin-top: 0;
}

.testimonial-wrapper-10 .testimonial-left-items-10 {
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 1600px) {
  .testimonial-wrapper-10 .testimonial-left-items-10 {
    height: 100%;
  }
}
.testimonial-wrapper-10 .testimonial-left-items-10 h2 {
  font-size: 50px;
}
@media (max-width: 1899px) {
  .testimonial-wrapper-10 .testimonial-left-items-10 h2 {
    font-size: 42px;
  }
}
@media (max-width: 1600px) {
  .testimonial-wrapper-10 .testimonial-left-items-10 h2 {
    font-size: 36px;
  }
}
.testimonial-wrapper-10 .testimonial-left-items-10 .counter-items-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 117px;
  gap: 20px;
}
@media (max-width: 1600px) {
  .testimonial-wrapper-10 .testimonial-left-items-10 .counter-items-wrap {
    margin-top: 145px;
  }
}
.testimonial-wrapper-10 .testimonial-left-items-10 .counter-items-wrap .counts-items h3 {
  font-size: 50px;
}
@media (max-width: 1600px) {
  .testimonial-wrapper-10 .testimonial-left-items-10 .counter-items-wrap .counts-items h3 {
    font-size: 35px;
  }
}
@media (max-width: 1600px) {
  .testimonial-wrapper-10 .testimonial-left-items-10 .counter-items-wrap .counts-items p {
    font-size: 16px;
  }
}
.testimonial-wrapper-10 .testimonial-left-items-10 .counter-items-wrap .count-line {
  display: inline-block;
  width: 1px;
  height: 70px;
  background: rgba(17, 17, 17, 0.1);
}
@media (max-width: 1600px) {
  .testimonial-wrapper-10 .testimonial-left-items-10 .counter-items-wrap .count-line {
    display: none;
  }
}
.testimonial-wrapper-10 .testimonial-box-items-10 {
  background: #F1F1F1;
  padding: 40px 40px;
  border-radius: 10px;
}
.testimonial-wrapper-10 .testimonial-box-items-10 .text {
  font-size: 20px;
  color: var(--header);
  margin-top: 30px;
}
.testimonial-wrapper-10 .testimonial-box-items-10 .clinet-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 108px;
}
@media (max-width: 1600px) {
  .testimonial-wrapper-10 .testimonial-box-items-10 .clinet-info {
    margin-top: 90px;
  }
}
.testimonial-wrapper-10 .testimonial-box-items-10 .clinet-info .client-cont span {
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1;
}
.testimonial-wrapper-10 .arrows-button {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.testimonial-wrapper-10 .arrows-button .array-prev, .testimonial-wrapper-10 .arrows-button .array-next {
  height: 40px;
  line-height: 40px;
  width: 75px;
  text-align: center;
  border: 1px solid rgba(17, 17, 17, 0.2);
  border-radius: 23.5px;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}
.testimonial-wrapper-10 .arrows-button .array-prev:hover, .testimonial-wrapper-10 .arrows-button .array-next:hover {
  background: #F1F1F1;
  border-color: #F1F1F1;
}

.project-section .section-title {
  display: flex;
  gap: 350px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 50px;
}
@media (max-width: 991px) {
  .project-section .section-title {
    gap: 0;
    justify-content: center;
    display: grid;
    text-align: center;
  }
}

.project-card-items {
  margin-top: 100px;
  max-width: 750px;
}
@media (max-width: 991px) {
  .project-card-items {
    margin-top: 30px;
  }
}
.project-card-items .thumb {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .project-card-items .thumb {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .project-card-items .thumb {
    height: 400px;
  }
}
.project-card-items .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-card-items .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .project-card-items .content {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.project-card-items .content p {
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .project-card-items .content .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .project-card-items .content .title {
    font-size: 20px;
  }
}
.project-card-items .content .title a:hover {
  color: var(--theme);
}
.project-card-items.style-2 {
  max-width: 575px;
  margin-left: auto;
  margin-top: 350px;
}
@media (max-width: 1199px) {
  .project-card-items.style-2 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .project-card-items.style-2 {
    margin-top: 30px;
    max-width: initial;
  }
}
.project-card-items.style-3 {
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .project-card-items.style-3 .thumb {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .project-card-items.style-3 {
    margin-top: 30px;
    max-width: initial;
  }
}
.project-card-items.style-4 {
  max-width: 575px;
}
@media (max-width: 991px) {
  .project-card-items.style-4 {
    margin-top: 30px;
    max-width: initial;
  }
}

.project-content-box {
  max-width: 365px;
}
@media (max-width: 767px) {
  .project-content-box {
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
  }
}
.project-content-box .project-btn {
  display: flex;
  width: 170px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 170px;
  font-size: 16px;
  color: var(--header);
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  background: transparent;
  text-align: center;
  border-radius: 50%;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 9;
  border: 1px solid rgba(17, 17, 17, 0.2);
  margin-top: 70px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .project-content-box .project-btn {
    margin: 20px auto;
  }
}
.project-content-box .project-btn::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.project-content-box .project-btn span {
  display: block;
}
.project-content-box .project-btn:hover {
  color: var(--white);
}
.project-content-box .project-btn:hover::before {
  width: 100%;
  height: 100%;
  background-color: var(--theme);
}
.project-content-box .wt-hover-btn-item {
  position: relative;
  transition: transform 0.2s ease-out;
  will-change: transform;
}

.project-wrapper-two {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 47px;
}
.project-wrapper-two .section-title {
  display: flex;
  gap: 245px;
}
@media (max-width: 991px) {
  .project-wrapper-two .section-title {
    gap: 5px;
    justify-content: center;
    text-align: center;
    display: grid;
  }
}
.project-wrapper-two .section-title .sub-title {
  margin-bottom: 0;
}

.project-box-items-two .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .project-box-items-two .thumb {
    height: 480px;
  }
}
.project-box-items-two .thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-box-items-two .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  border-radius: 15px;
}
.project-box-items-two .content {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .project-box-items-two .content .title {
    font-size: 22px;
  }
}
.project-box-items-two .content .title a:hover {
  color: var(--theme-2);
}
.project-box-items-two .content p {
  font-size: 16px;
  margin-top: 4px;
}
.project-box-items-two:hover .thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-box-items-two:hover .thumb img {
  transform: scale(1.2);
}
.project-box-items-two.style-two {
  max-width: 590px;
  margin-left: auto;
  margin-top: 220px;
}
@media (max-width: 1399px) {
  .project-box-items-two.style-two {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .project-box-items-two.style-two {
    margin-top: 30px;
    max-width: initial;
    margin-left: initial;
  }
}
.project-box-items-two.style-three {
  max-width: 515px;
  margin-left: auto;
  margin-top: 200px;
}
@media (max-width: 1399px) {
  .project-box-items-two.style-three {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .project-box-items-two.style-three {
    margin-top: 30px;
    max-width: initial;
    margin-left: initial;
  }
}
.project-box-items-two.style-four {
  max-width: 630px;
  margin-left: auto;
  margin-top: 320px;
}
@media (max-width: 1399px) {
  .project-box-items-two.style-four {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .project-box-items-two.style-four {
    margin-top: 30px;
    max-width: initial;
    margin-left: initial;
  }
}
.project-box-items-two.style-five {
  margin-top: 200px;
}
@media (max-width: 1399px) {
  .project-box-items-two.style-five {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .project-box-items-two.style-five {
    margin-top: 30px;
    max-width: initial;
    margin-left: initial;
  }
}
.project-box-items-two.style-six {
  max-width: 515px;
  margin-top: 420px;
}
@media (max-width: 1399px) {
  .project-box-items-two.style-six {
    margin-top: 200px;
  }
}
@media (max-width: 767px) {
  .project-box-items-two.style-six {
    margin-top: 30px;
    max-width: initial;
    margin-left: initial;
  }
}
.project-box-items-two.style-seven {
  margin-left: auto;
  max-width: 315px;
  margin-top: 320px;
}
@media (max-width: 1399px) {
  .project-box-items-two.style-seven {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .project-box-items-two.style-seven {
    margin-top: 30px;
    max-width: initial;
    margin-left: initial;
  }
}

@media (max-width: 991px) {
  .project-section-three .section-title {
    margin-bottom: 30px;
  }
}
.project-section-three .section-title .title {
  font-size: 240px;
}
@media (max-width: 767px) {
  .project-section-three .section-title .title {
    font-size: 150px;
  }
}
@media (max-width: 575px) {
  .project-section-three .section-title .title {
    font-size: 100px;
  }
}

.project-image-three {
  max-width: 315px;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
@media (max-width: 991px) {
  .project-image-three {
    max-width: initial;
  }
}
.project-image-three .content {
  background: #FFBD7A;
  border-radius: 0px 10px 10px 0px;
  padding: 20px 20px;
  position: absolute;
  bottom: 50px;
  left: 0;
  transform: translateX(-100px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1399px) {
  .project-image-three .content .title {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .project-image-three .content .title {
    font-size: 22px;
  }
}
.project-image-three .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-image-three .content .title a:hover {
  color: var(--header);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--header) 0%, var(--header) 100%);
}
.project-image-three .content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
  margin-top: 4px;
}
.project-image-three img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.project-image-three:hover .content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.project-image-three.style-2 {
  max-width: 515px;
  margin-left: auto;
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .project-image-three.style-2 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .project-image-three.style-2 {
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    margin-top: 30px;
  }
}
.project-image-three.style-3 {
  max-width: 515px;
  margin-left: 165px;
  margin-top: 250px;
}
@media (max-width: 1199px) {
  .project-image-three.style-3 {
    margin-top: 150px;
  }
}
@media (max-width: 991px) {
  .project-image-three.style-3 {
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    margin-top: 30px;
  }
}
.project-image-three.style-4 {
  max-width: 490px;
  margin-left: auto;
  margin-top: 300px;
  margin-right: 100px;
}
@media (max-width: 1199px) {
  .project-image-three.style-4 {
    margin-top: 200px;
  }
}
@media (max-width: 991px) {
  .project-image-three.style-4 {
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    margin-top: 30px;
  }
}
.project-image-three.style-5 {
  max-width: 515px;
  margin-top: 250px;
}
@media (max-width: 1199px) {
  .project-image-three.style-5 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .project-image-three.style-5 {
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    margin-top: 30px;
  }
}
.project-image-three.style-6 {
  max-width: 515px;
  margin-left: auto;
  margin-top: 480px;
}
@media (max-width: 1199px) {
  .project-image-three.style-6 {
    margin-top: 220px;
  }
}
@media (max-width: 991px) {
  .project-image-three.style-6 {
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    margin-top: 30px;
  }
}
.project-image-three.style-7 {
  max-width: 315px;
  margin-left: auto;
  margin-top: 270px;
}
@media (max-width: 1199px) {
  .project-image-three.style-7 {
    margin-top: 150px;
  }
}
@media (max-width: 991px) {
  .project-image-three.style-7 {
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
    margin-top: 30px;
  }
}

.project-box-items-5 .project-thumb {
  position: relative;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 15px;
}
.project-box-items-5 .project-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-box-items-5 .project-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-box-items-5 .project-thumb .top-shape {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-box-items-5 .project-thumb .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-box-items-5 .project-thumb .left-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-box-items-5 .project-thumb .right-shape {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-box-items-5 .title {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  font-family: "BDO Grotesk", sans-serif !important;
  max-width: 330px;
  line-height: 130%;
  letter-spacing: -0.05em;
}
@media (max-width: 991px) {
  .project-box-items-5 .title {
    letter-spacing: initial;
    font-size: 16px;
    margin-top: 20px;
  }
}
.project-box-items-5 .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-5 .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-box-items-5 .title-2 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 400;
  font-family: "BDO Grotesk", sans-serif !important;
  max-width: 330px;
  line-height: 130%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .project-box-items-5 .title-2 {
    letter-spacing: initial;
    font-size: 16px;
    margin-top: 20px;
  }
}
.project-box-items-5 .title-2 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-5 .title-2 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-box-items-5:hover .project-thumb::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-box-items-5:hover .project-thumb img {
  transform: scale(1.2);
}
.project-box-items-5.active .project-thumb .top-shape {
  opacity: 1;
  visibility: visible;
}
.project-box-items-5.active .project-thumb .bottom-shape {
  opacity: 1;
  visibility: visible;
}
.project-box-items-5.active .project-thumb .left-shape {
  opacity: 1;
  visibility: visible;
}
.project-box-items-5.active .project-thumb .right-shape {
  opacity: 1;
  visibility: visible;
}

.project-section-6 {
  margin-top: 50px;
}
.project-section-6 .section-title {
  text-align: center;
}
.project-section-6 .section-title h2 {
  margin-bottom: 20px;
  letter-spacing: -5%;
  font-size: 160px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 1600px) {
  .project-section-6 .section-title h2 {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .project-section-6 .section-title h2 {
    font-size: 88px;
  }
}
@media (max-width: 575px) {
  .project-section-6 .section-title h2 {
    font-size: 45px;
  }
}
.project-section-6 .section-title h2 span {
  font-style: italic;
}
.project-section-6 .section-title p {
  max-width: 360px;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  margin: 0 auto;
  font-family: "BDO Grotesk", sans-serif !important;
}
@media (max-width: 575px) {
  .project-section-6 .section-title p {
    font-size: 16px;
  }
}
.project-section-6 .project-btn {
  height: 70px;
  line-height: 70px;
  border: 1px solid var(--header);
  font-size: 18px;
  font-weight: 500;
  padding: 0 34px;
  display: inline-block;
  border-radius: 35px;
  transition: all 0.4s ease-in-out;
}
.project-section-6 .project-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.proejct-image-style-6 {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
  height: 610px;
}
@media (max-width: 1199px) {
  .proejct-image-style-6 {
    height: 500px;
  }
}
.proejct-image-style-6 img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
}
.proejct-image-style-6 .project-6 {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  max-width: 645px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% + 40px));
  transition: all 0.5s ease;
  z-index: 2;
}
@media (max-width: 1600px) {
  .proejct-image-style-6 .project-6 {
    max-width: 500px;
  }
}
@media (max-width: 1399px) {
  .proejct-image-style-6 .project-6 {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .proejct-image-style-6 .project-6 {
    max-width: 400px;
  }
}
.proejct-image-style-6 .project-6 .thumb {
  transform: scale(0.9);
  transition: all 0.5s ease;
}
.proejct-image-style-6 .project-6 .thumb img {
  width: 100%;
  height: 100%;
}
.proejct-image-style-6 .project-6 .title {
  background: var(--white);
  padding: 20px;
  font-size: 15px;
  font-weight: 500;
  max-width: 280px;
  margin: 0 auto;
  transform: translateY(20px);
  transition: all 0.5s ease;
}
@media (max-width: 1399px) {
  .proejct-image-style-6 .project-6 .title {
    max-width: 200px;
  }
}
.proejct-image-style-6 .project-6 .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.proejct-image-style-6 .project-6 .title a:hover {
  color: var(--header);
  background-size: 100% 1.2px;
  background-image: linear-gradient(180deg, var(--header) 0%, var(--header) 100%);
}
.proejct-image-style-6:hover img {
  transform: scale(1.05);
}
.proejct-image-style-6:hover .project-6 {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.proejct-image-style-6:hover .project-6 .thumb {
  transform: scale(1);
}
.proejct-image-style-6:hover .project-6 .title {
  transform: translateY(7px);
}

.project-thumb-box-items-7 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .project-thumb-box-items-7 {
    height: 500px;
  }
}
.project-thumb-box-items-7 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.project-thumb-box-items-7 .content {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  transform: translate(-50%, -50%);
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.project-thumb-box-items-7 .content .title {
  font-size: 30px;
  font-weight: 500;
  padding: 15px 20px;
  background: #fff;
  max-width: 300px;
}
@media (max-width: 991px) {
  .project-thumb-box-items-7 .content .title {
    font-size: 22px;
    font-weight: 500;
    padding: 15px 20px;
    max-width: 220px;
  }
}
.project-thumb-box-items-7 .content .title-2 {
  display: inline-block;
  margin-top: 5px;
  padding: 12px 15px;
  background: #fff;
  line-height: 1;
}
.project-thumb-box-items-7:hover .content {
  opacity: 1;
  visibility: visible;
}

.project-content-box-items-7 .title-text {
  font-weight: 400;
  font-size: 36px;
  line-height: 111%;
  max-width: 286px;
  margin: 0 auto;
  text-align: center;
  text-decoration: underline;
}
.project-content-box-items-7 .title-text:hover {
  color: var(--theme);
}

.project-section-4 .project-top-area-4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  margin-bottom: 15px;
}
.project-section-4 .project-top-area-4 p {
  font-size: 16px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  max-width: 340px;
  margin: 0 auto;
  color: var(--header);
}
@media (max-width: 1199px) {
  .project-section-4 .project-top-area-4 p {
    display: none;
  }
}
.project-section-4 .project-top-area-4 p.style-2 {
  text-align: right;
}
.project-section-4 .project-top-area-4 .section-title {
  text-align: center;
}
.project-section-4 .project-top-area-4 .section-title h2 {
  font-size: 184px;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .project-section-4 .project-top-area-4 .section-title h2 {
    font-size: 140px;
  }
}
@media (max-width: 1399px) {
  .project-section-4 .project-top-area-4 .section-title h2 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .project-section-4 .project-top-area-4 .section-title h2 {
    font-size: 70px;
  }
}
@media (max-width: 470px) {
  .project-section-4 .project-top-area-4 .section-title h2 {
    font-size: 45px;
  }
}

.project-thumb-box-4 .project-thumb {
  max-width: 900px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .project-thumb-box-4 .project-thumb {
    max-width: initial;
  }
}
.project-thumb-box-4 .project-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-thumb-box-4 .project-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-thumb-box-4 .content {
  margin-top: 20px;
}
.project-thumb-box-4 .content .title-2 {
  font-weight: 550;
  font-size: 50px;
  line-height: 1;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .project-thumb-box-4 .content .title-2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .project-thumb-box-4 .content .title-2 {
    font-size: 24px;
  }
}
.project-thumb-box-4 .content .title-2 a:hover {
  color: var(--theme);
}
.project-thumb-box-4 .content .title-3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .project-thumb-box-4 .content .title-3 {
    font-size: 24px;
  }
}
.project-thumb-box-4.style-2 {
  max-width: 550px;
}
@media (max-width: 1199px) {
  .project-thumb-box-4.style-2 {
    max-width: initial;
  }
}
.project-thumb-box-4.style-3 {
  max-width: 750px;
}
@media (max-width: 1199px) {
  .project-thumb-box-4.style-3 {
    max-width: initial;
  }
}
.project-thumb-box-4.style-3 {
  max-width: 750px;
}
@media (max-width: 1199px) {
  .project-thumb-box-4.style-3 {
    max-width: initial;
  }
}
.project-thumb-box-4.style-4 {
  max-width: 770px;
}
@media (max-width: 1199px) {
  .project-thumb-box-4.style-4 {
    max-width: initial;
  }
}
.project-thumb-box-4.style-5 {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .project-thumb-box-4.style-5 {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .project-thumb-box-4.style-5 .project-thumb {
    height: 450px;
  }
}
.project-thumb-box-4:hover .project-thumb::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-thumb-box-4:hover .project-thumb img {
  transform: scale(1.2);
}

.project-wrap-7 {
  padding: 20px 0;
}
.project-wrap-7 .row {
  padding: 0 20px;
}
@media (max-width: 575px) {
  .project-wrap-7 .row {
    padding: 0 7px;
  }
}

.project-details-top-in {
  padding-top: 180px !important;
}
.project-details-top-in .top-items {
  display: flex;
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .project-details-top-in .top-items {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.project-details-top-in .top-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.project-details-top-in .top-items .title {
  font-size: 90px;
  font-weight: 300;
  max-width: 555px;
}
@media (max-width: 1399px) {
  .project-details-top-in .top-items .title {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .project-details-top-in .top-items .title {
    font-size: 68px;
  }
}
@media (max-width: 767px) {
  .project-details-top-in .top-items .title {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .project-details-top-in .top-items .title {
    font-size: 40px;
  }
}
.project-details-top-in .project-items-in {
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  padding-top: 20px;
}
.project-details-top-in .project-items-in p {
  font-size: 18px;
}
.project-details-top-in .project-items-in .title-2 {
  font-size: 18px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  margin-top: 8px;
}
.project-details-top-in .project-details-thumb-in {
  margin-top: 100px;
}
@media (max-width: 1199px) {
  .project-details-top-in .project-details-thumb-in {
    margin-top: 30px;
  }
}
.project-details-top-in .project-details-thumb-in img {
  width: 100%;
  height: 100%;
}

.project-details-middle-in .title-3 {
  font-size: 64px;
  font-weight: 300;
  font-family: "PP Fragment", sans-serif;
}
@media (max-width: 1199px) {
  .project-details-middle-in .title-3 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .project-details-middle-in .title-3 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .project-details-middle-in .title-3 {
    font-size: 38px;
  }
}
.project-details-middle-in .content {
  max-width: 825px;
}
.project-details-middle-in .content p {
  font-size: 20px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .project-details-middle-in .content p {
    font-size: 16px;
  }
}
.project-details-middle-in .content .list {
  margin-top: 35px;
}
.project-details-middle-in .content .list li {
  color: var(--header);
  font-size: 20px;
  font-weight: 400;
}

.project-details-thumb-in {
  height: 100%;
}
.project-details-thumb-in .thumb {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.project-details-thumb-in .thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-details-thumb-in .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-details-thumb-in .thumb:hover::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-details-thumb-in .thumb:hover img {
  transform: scale(1.2);
}

.project-details-items-in {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .project-details-items-in {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.project-details-items-in .title-text {
  font-size: 30px;
  font-weight: 400;
}
.project-details-items-in p {
  font-size: 20px;
  margin-top: 8px;
  max-width: 530px;
}
@media (max-width: 1199px) {
  .project-details-items-in p {
    font-size: 16px;
  }
}

.pages-nav {
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .pages-nav {
    margin-top: 30px;
  }
}
.pages-nav .left-arrow {
  width: 170px;
  height: 90px;
  line-height: 90px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
}
.pages-nav .left-arrow img {
  margin-right: 15px;
}
.pages-nav .right-arrow {
  width: 170px;
  height: 90px;
  line-height: 90px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 50px;
  display: inline-block;
  font-size: 20px;
}
.pages-nav .right-arrow img {
  margin-left: 15px;
}

.project-section-8 .title {
  font-family: "ThunderFont", sans-serif !important;
  font-weight: 700;
  font-size: 555px;
  color: var(--header);
  text-transform: uppercase;
  letter-spacing: initial;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1899px) {
  .project-section-8 .title {
    font-size: 500px;
  }
}
@media (max-width: 1600px) {
  .project-section-8 .title {
    font-size: 400px;
  }
}
@media (max-width: 1399px) {
  .project-section-8 .title {
    font-size: 300px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .project-section-8 .title {
    font-size: 210px;
  }
}
@media (max-width: 767px) {
  .project-section-8 .title {
    font-size: 150px;
    margin-bottom: 90px;
  }
}
@media (max-width: 575px) {
  .project-section-8 .title {
    font-size: 110px;
  }
}
@media (max-width: 470px) {
  .project-section-8 .title {
    font-size: 80px;
  }
}
.project-section-8 .text-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
  padding: 20px 0;
  margin-top: -60px;
  margin-bottom: 100px;
  position: relative;
  z-index: 11;
}
.project-section-8 .text-items p, .project-section-8 .text-items a {
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}

.project-image-8 {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .project-image-8 {
    height: 600px;
  }
}
.project-image-8 img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
}
.project-image-8 .project-8 {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(calc(-50% + 40px));
  transition: all 0.5s ease;
  z-index: 2;
}
@media (max-width: 1600px) {
  .project-image-8 .project-8 {
    max-width: 500px;
  }
}
@media (max-width: 1399px) {
  .project-image-8 .project-8 {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .project-image-8 .project-8 {
    max-width: 400px;
  }
}
.project-image-8 .project-8 .thumb {
  transform: scale(0.9);
  transition: all 0.5s ease;
}
@media (max-width: 1600px) {
  .project-image-8 .project-8 .thumb {
    height: 300px;
  }
}
.project-image-8 .project-8 .thumb img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  transition: all 0.5s ease;
  object-fit: cover;
}
.project-image-8 .project-8 .project-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.project-image-8 .project-8 .project-content p {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
}
.project-image-8 .project-8 .title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "BDO Grotesk", sans-serif !important;
  margin-bottom: 0;
}
.project-image-8 .project-8 .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.project-image-8 .project-8 .title a:hover {
  background-size: 100% 1.2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.project-image-8:hover img {
  transform: scale(1.05);
}
.project-image-8:hover .project-8 {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.project-image-8:hover .project-8 .thumb {
  transform: scale(1);
}

.project-section-9 .section-title {
  text-align: center;
}
.project-section-9 .section-title h2 {
  font-size: 310px;
  font-weight: 400;
  font-family: "ThunderFont" !important;
  letter-spacing: initial;
  line-height: 1;
}
@media (max-width: 1899px) {
  .project-section-9 .section-title h2 {
    font-size: 220px;
  }
}
@media (max-width: 575px) {
  .project-section-9 .section-title h2 {
    font-size: 150px;
    margin-bottom: 25px;
  }
}
.project-section-9 .section-title p {
  font-size: 20px;
  font-weight: 400;
  color: var(--header);
  max-width: 390px;
  margin: 0 auto;
  margin-top: -40px;
}
.project-section-9 .project-thumb-9 {
  overflow: hidden;
  border-radius: 20px;
  margin-top: 100px;
  display: block;
  max-width: 685px;
  margin-left: 100px;
  position: relative;
  z-index: 99;
}
@media (max-width: 1399px) {
  .project-section-9 .project-thumb-9 {
    max-width: initial;
    margin-left: 0;
    margin-top: 40px;
  }
}
.project-section-9 .project-thumb-9 img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.project-section-9 .project-thumb-9.style-2 {
  max-width: 416px;
  margin-left: auto;
  margin-right: 100px;
}
@media (max-width: 1399px) {
  .project-section-9 .project-thumb-9.style-2 {
    max-width: initial;
    margin-left: 0;
    margin-top: 40px;
    margin-right: 0;
  }
}
.project-section-9 .project-thumb-9.style-3 {
  max-width: 1720px;
  margin-left: 0;
}
@media (max-width: 1399px) {
  .project-section-9 .project-thumb-9.style-3 {
    max-width: initial;
    margin-left: 0;
    margin-top: 40px;
    margin-right: 0;
  }
}
.project-section-9 .project-thumb-9.style-4 {
  max-width: 416px;
  margin-left: 100px;
}
@media (max-width: 1399px) {
  .project-section-9 .project-thumb-9.style-4 {
    max-width: initial;
    margin-left: 0;
    margin-top: 40px;
    margin-right: 0;
  }
}
.project-section-9 .project-thumb-9.style-5 {
  max-width: 685px;
  margin-left: auto;
  margin-right: 100px;
}
@media (max-width: 1399px) {
  .project-section-9 .project-thumb-9.style-5 {
    max-width: initial;
    margin-left: 0;
    margin-top: 40px;
    margin-right: 0;
  }
}
.project-section-9 .project-thumb-9.style-6 {
  max-width: 1295px;
  margin-left: 0;
  margin: 0 auto;
  margin-top: 100px;
}
@media (max-width: 1399px) {
  .project-section-9 .project-thumb-9.style-6 {
    max-width: initial;
    margin-left: 0;
    margin-top: 40px;
    margin-right: 0;
  }
}

.project-items-10 {
  max-width: 750px;
  margin-left: auto;
  margin-top: 50px;
  background: var(--white);
}
@media (max-width: 1199px) {
  .project-items-10 {
    max-width: initial;
  }
}
.project-items-10 .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.project-items-10 .thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.project-items-10 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.project-items-10 .project-content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .project-items-10 .project-content {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.project-items-10 .project-content .content .title {
  font-size: 22px;
  margin-bottom: 5px;
}
.project-items-10 .project-content .content .title a:hover {
  color: var(--theme);
}
.project-items-10 .project-content .content p {
  color: #999999;
}
.project-items-10 .project-content .project-btn {
  background: #E6E6E6;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--header);
  padding: 0 25px;
  border-radius: 40px;
}
.project-items-10 .project-content .project-btn i {
  margin-left: 5px;
}
.project-items-10 .project-content .project-btn:hover {
  background: var(--theme);
  color: var(--white);
}
.project-items-10:hover .thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.project-items-10:hover .thumb img {
  transform: scale(1.2);
}

.as-team-1-wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .as-team-1-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .as-team-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .as-team-1-wrap {
    grid-template-columns: 1fr;
  }
}

.as-team-1-member-ani {
  position: relative;
  /* will-change: transform; */
}

.as-team-1-member-ani:nth-child(2) {
  z-index: -1;
}

.as-team-1-member-ani:nth-child(3) {
  z-index: -2;
}

.as-team-1-member-ani:nth-child(4) {
  z-index: -3;
}

.as-team-1-member .member-img {
  transition: all 0.5s var(--as-cube-1);
}
.as-team-1-member .member-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.team-section {
  position: relative;
}
.team-section .section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .team-section .section-title {
    margin-bottom: 30px;
  }
}
.team-section .as-team-1-member-ani {
  overflow: hidden;
}
.team-section .as-team-1-member-ani .as-team-1-member {
  position: relative;
  overflow: hidden;
}
.team-section .as-team-1-member-ani .as-team-1-member .team-content {
  background-color: var(--white);
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: -50px;
  right: 5px;
  left: 5px;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1199px) {
  .team-section .as-team-1-member-ani .as-team-1-member .team-content {
    padding: 20px 17px;
    flex-wrap: wrap;
    gap: 8px;
  }
}
.team-section .as-team-1-member-ani .as-team-1-member .team-content .content .title {
  letter-spacing: -0.05em;
  font-size: 28px;
}
@media (max-width: 1399px) {
  .team-section .as-team-1-member-ani .as-team-1-member .team-content .content .title {
    font-size: 20px;
  }
}
.team-section .as-team-1-member-ani .as-team-1-member .team-content .content .title a:hover {
  color: var(--theme);
}
.team-section .as-team-1-member-ani .as-team-1-member .team-content .content p {
  font-size: 16px;
}
.team-section .as-team-1-member-ani .as-team-1-member .team-content .social-icon {
  display: flex;
  align-items: center;
  gap: 3px;
}
.team-section .as-team-1-member-ani .as-team-1-member .team-content .social-icon .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--header);
  color: var(--white);
  text-align: center;
  font-size: 12px;
  transition: all 0.4s ease-in-out;
}
.team-section .as-team-1-member-ani .as-team-1-member .team-content .social-icon .text {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: var(--header);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  transition: all 0.4s ease-in-out;
}
.team-section .as-team-1-member-ani .as-team-1-member .team-content .social-icon:hover .icon, .team-section .as-team-1-member-ani .as-team-1-member .team-content .social-icon:hover .text {
  background: var(--theme);
}
.team-section .as-team-1-member-ani .as-team-1-member::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.team-section .as-team-1-member-ani .as-team-1-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.team-section .as-team-1-member-ani:hover .as-team-1-member::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.team-section .as-team-1-member-ani:hover .as-team-1-member img {
  transform: scale(1.2);
}
.team-section .as-team-1-member-ani:hover .as-team-1-member .team-content {
  opacity: 1;
  visibility: visible;
  bottom: 5px;
}
.team-section .team-bottom {
  background-color: var(--white);
  border-radius: 100px;
  padding: 2px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 790px;
  margin: 100px auto 0;
  text-align: center;
  position: relative;
  z-index: 99;
}
@media (max-width: 1199px) {
  .team-section .team-bottom {
    padding: 2px 20px;
    border-radius: 10px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 35px;
  }
}
.team-section .team-bottom p {
  color: var(--header);
}
.team-section .team-bottom .call-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team-section .team-bottom .call-info .number {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: var(--header);
}
.team-section .team-line {
  width: 100%;
  height: 1px;
  display: inline-block;
  background: rgba(17, 17, 17, 0.1);
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .team-section .team-line {
    display: none;
  }
}

.team-box-items-two {
  margin-top: 30px;
}
.team-box-items-two .thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.team-box-items-two .thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.team-box-items-two .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  border-radius: 10px;
}
.team-box-items-two .content {
  margin-top: 18px;
}
.team-box-items-two .content .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
}
.team-box-items-two .content .title a:hover {
  color: var(--theme-2);
}
.team-box-items-two:hover .thumb::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.team-box-items-two:hover .thumb img {
  transform: scale(1.2);
}
.team-box-items-two.style-2 .thumb {
  border-radius: 0;
}
.team-box-items-two.style-2 .thumb img {
  border-radius: 0;
}
.team-box-items-two.style-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-box-items-two.style-2 .content .title a:hover {
  color: var(--header);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--header) 0%, var(--header) 100%);
}
.team-box-items-two.style-top {
  margin-top: 90px;
}
@media (max-width: 1199px) {
  .team-box-items-two.style-top {
    margin-top: 30px;
  }
}

.team-section-three {
  background: #111111;
  border-radius: 21.5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.team-section-three .section-title {
  display: flex;
  gap: 350px;
}
@media (max-width: 1199px) {
  .team-section-three .section-title {
    gap: 10px;
    display: grid;
    justify-content: center;
    text-align: center;
  }
}
.team-section-three .section-title .sub-title {
  display: flex;
  top: -5px;
  align-items: stretch;
}
.team-section-three .section-title .sub-title .line-1 {
  top: -3px;
  margin-left: 6px;
}

.team-box-items-three {
  margin-top: 70px;
}
@media (max-width: 1199px) {
  .team-box-items-three {
    margin-top: 30px;
  }
}
.team-box-items-three .thumb {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.team-box-items-three .thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.team-box-items-three .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  border-radius: 10px;
}
.team-box-items-three .content {
  margin-top: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 17px;
  position: relative;
}
.team-box-items-three .content .social-icon {
  display: flex;
  align-items: center;
  gap: 3px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .team-box-items-three .content .social-icon {
    position: static;
    margin-top: 15px;
  }
}
.team-box-items-three .content .social-icon .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: var(--white);
  color: var(--header);
  text-align: center;
  font-size: 12px;
  transition: all 0.4s ease-in-out;
}
.team-box-items-three .content .social-icon .text {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background: var(--white);
  color: var(--header);
  font-size: 14px;
  font-weight: 500;
  padding: 0 15px;
  transition: all 0.4s ease-in-out;
}
.team-box-items-three .content .title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2px;
  text-transform: capitalize;
}
.team-box-items-three .content .title a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.team-box-items-three .content .title a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.team-box-items-three .content p {
  color: #999999;
}
.team-box-items-three:hover .thumb::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.team-box-items-three:hover .thumb img {
  transform: scale(1.2);
}
.team-box-items-three.style-two {
  margin-top: 170px;
}
@media (max-width: 1199px) {
  .team-box-items-three.style-two {
    margin-top: 30px;
  }
}
.team-box-items-three.style-three {
  margin-top: 270px;
}
@media (max-width: 1199px) {
  .team-box-items-three.style-three {
    margin-top: 30px;
  }
}
.team-box-items-three.style-four {
  margin-top: 370px;
}
@media (max-width: 1199px) {
  .team-box-items-three.style-four {
    margin-top: 30px;
  }
}

.team-wrapper-four {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .team-wrapper-four {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .team-wrapper-four {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .team-wrapper-four {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-wrapper-four::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  border-radius: 20px;
  z-index: -1;
  height: 315px;
  top: initial;
}
@media (max-width: 767px) {
  .team-wrapper-four::before {
    display: none;
  }
}
.team-wrapper-four .team-thumb-5 {
  position: relative;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .team-wrapper-four .team-thumb-5 {
    max-width: 200px;
    margin: 0 auto;
  }
}
.team-wrapper-four .team-thumb-5 .hover-content {
  background-color: var(--theme);
  border-radius: 15px;
  padding: 30px 30px;
  position: absolute;
  top: -32%;
  right: 0;
  width: 383px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: 111;
}
@media (max-width: 1199px) {
  .team-wrapper-four .team-thumb-5 .hover-content {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .team-wrapper-four .team-thumb-5 .hover-content {
    top: -32%;
    right: -30px;
    width: 280px;
  }
}
.team-wrapper-four .team-thumb-5 .hover-content .shape-1 {
  position: absolute;
  right: 70px;
  bottom: -48px;
}
.team-wrapper-four .team-thumb-5 .hover-content .number {
  font-size: 40px;
  font-weight: 400;
  font-family: "BDO Grotesk", sans-serif !important;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  color: transparent;
  position: absolute;
  top: 30px;
  right: 30px;
}
.team-wrapper-four .team-thumb-5 .hover-content .title {
  font-size: 18px;
  font-weight: 400;
}
.team-wrapper-four .team-thumb-5 .hover-content .title a {
  color: var(--white);
}
.team-wrapper-four .team-thumb-5 .hover-content p {
  color: rgba(255, 255, 255, 0.5);
}
.team-wrapper-four .team-thumb-5 .hover-content .social-text span {
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  font-family: "BDO Grotesk", sans-serif !important;
  display: inline-block;
  margin-bottom: 12px;
  margin-top: 30px;
}
.team-wrapper-four .team-thumb-5 .hover-content .social-text .social-icon {
  gap: 8px;
}
.team-wrapper-four .team-thumb-5 .hover-content .social-text a {
  display: inline-block;
  width: 38px;
  line-height: 38px;
  text-align: center;
  height: 38px;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
  font-size: 14px;
}
.team-wrapper-four .team-thumb-5 .hover-content .social-text a:hover {
  background: #fff;
  color: #111111;
}
.team-wrapper-four .team-thumb-5:nth-child(3) {
  margin: 0 -110px;
  position: relative;
}
@media (max-width: 767px) {
  .team-wrapper-four .team-thumb-5:nth-child(3) {
    margin: 0 auto;
  }
}
.team-wrapper-four .team-thumb-5:nth-child(1) {
  margin-right: -70px;
  position: relative;
}
@media (max-width: 767px) {
  .team-wrapper-four .team-thumb-5:nth-child(1) {
    margin: 0 auto;
  }
}
.team-wrapper-four .team-thumb-5:nth-child(2) {
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .team-wrapper-four .team-thumb-5 img {
    width: 100%;
    height: 100%;
  }
}
.team-wrapper-four .team-thumb-5.active {
  filter: none;
}
.team-wrapper-four .team-thumb-5.active .hover-content {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .team-section-4 {
    padding-bottom: 0 !important;
  }
}

.team-section-six .section-title {
  margin-bottom: 50px;
}
.team-section-six .section-title h2 {
  font-size: 100px;
  line-height: 95%;
}
@media (max-width: 1600px) {
  .team-section-six .section-title h2 {
    font-size: 80px;
  }
}
@media (max-width: 1399px) {
  .team-section-six .section-title h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .team-section-six .section-title h2 {
    font-size: 48px;
  }
  .team-section-six .section-title h2 br {
    display: block;
  }
}
@media (max-width: 575px) {
  .team-section-six .section-title h2 {
    font-size: 35px;
  }
}

.team-section-4 {
  background-color: #111111;
  position: relative;
}
.team-section-4 .bg-shape {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
}
.team-section-4 .section-title {
  margin-bottom: 43px;
}

.team-section-41 {
  background-color: #111111;
  position: relative;
}
.team-section-41 .bg-shape {
  position: absolute;
  bottom: 15%;
  left: 0;
  right: 0;
}
.team-section-41 .section-title {
  margin-bottom: 43px;
}

.team-box-items-4 {
  position: relative;
  z-index: 11;
}
@media (max-width: 1199px) {
  .team-box-items-4 {
    margin-top: 30px;
  }
}
.team-box-items-4 .thumb {
  overflow: hidden;
  position: relative;
}
.team-box-items-4 .thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.team-box-items-4 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
}
.team-box-items-4 .content {
  margin-top: 20px;
}
.team-box-items-4 .content .title-2 {
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .team-box-items-4 .content .title-2 {
    font-size: 24px;
  }
}
.team-box-items-4 .content .title-2 a {
  color: var(--white);
}
.team-box-items-4 .content .title-2 a:hover {
  color: var(--theme);
}
.team-box-items-4 .content .title-2 span {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.4);
}
.team-box-items-4.style-2 {
  margin-top: 150px;
}
@media (max-width: 1199px) {
  .team-box-items-4.style-2 {
    margin-top: 30px;
  }
}
.team-box-items-4:hover .thumb::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.team-box-items-4:hover .thumb img {
  transform: scale(1.2);
}

.team-section-inner .team-top-items {
  display: flex;
  gap: 110px;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .team-section-inner .team-top-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.team-section-inner .team-top-items .team-left {
  max-width: 275px;
}
.team-section-inner .team-top-items .team-left p {
  font-size: 18px;
  font-weight: 500;
  color: #555555;
  line-height: 1.4;
  margin-top: 20px;
}
.team-section-inner .team-top-items .team-right {
  max-width: 586px;
}
.team-section-inner .team-top-items .team-right .title {
  font-size: 90px;
}
@media (max-width: 991px) {
  .team-section-inner .team-top-items .team-right .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .team-section-inner .team-top-items .team-right .title {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .team-section-inner .team-top-items .team-right .title {
    font-size: 45px;
  }
}
@media (max-width: 470px) {
  .team-section-inner .team-top-items .team-right .title {
    font-size: 40px;
  }
}
.team-section-inner .team-top-items .team-right p {
  font-size: 20px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .team-section-inner .team-top-items .team-right p {
    font-size: 16px;
  }
}

.team-info-inner-wrapper .team-info-items {
  border-top: 1px solid #E1E1E1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
@media (max-width: 991px) {
  .team-info-inner-wrapper .team-info-items {
    display: grid;
    gap: 25px;
    justify-content: center;
    text-align: center;
  }
}
.team-info-inner-wrapper .team-info-items:last-child {
  border-bottom: 1px solid #E1E1E1;
}
.team-info-inner-wrapper .team-info-items .info-items {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-basis: 27%;
}
@media (max-width: 991px) {
  .team-info-inner-wrapper .team-info-items .info-items {
    flex-basis: initial;
    display: grid;
    gap: 15px;
    justify-content: center;
    text-align: center;
  }
}
.team-info-inner-wrapper .team-info-items .info-items .name {
  font-size: 30px;
  font-weight: 400;
  font-family: "PP Fragment", sans-serif;
  color: var(--header);
}
@media (max-width: 1600px) {
  .team-info-inner-wrapper .team-info-items .info-items .name {
    font-size: 25px;
  }
}
.team-info-inner-wrapper .team-info-items .text {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  flex-basis: 10%;
}
@media (max-width: 1600px) {
  .team-info-inner-wrapper .team-info-items .text {
    flex-basis: 18%;
  }
}

.team-details-section-in {
  padding-top: 190px !important;
}
.team-details-section-in .container {
  max-width: 1290px;
}

.team-details-content-in .title {
  font-size: 90px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .team-details-content-in .title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .team-details-content-in .title {
    font-size: 35px;
  }
}
.team-details-content-in .title-2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 37px;
}
@media (max-width: 575px) {
  .team-details-content-in .title-2 {
    font-size: 22px;
  }
}
.team-details-content-in p {
  font-size: 20px;
  max-width: 590px;
}
@media (max-width: 1199px) {
  .team-details-content-in p {
    font-size: 16px;
  }
}
.team-details-content-in .social-list {
  margin-top: 45px;
}
.team-details-content-in .social-list li {
  border-top: 1px dashed rgb(135, 132, 130);
  padding-top: 25px;
  padding-bottom: 25px;
  transition: all 0.4s ease-in-out;
}
.team-details-content-in .social-list li:hover {
  background-color: rgb(241, 241, 241);
}
.team-details-content-in .social-list li.style-2 {
  border-bottom: 1px dashed rgb(135, 132, 130);
}
.team-details-content-in .social-list li a {
  font-size: 20px;
  font-weight: 400;
}

.team-details-thumb-in {
  height: 100%;
}
@media (max-width: 991px) {
  .team-details-thumb-in {
    height: 500px;
  }
}
.team-details-thumb-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-section-8 {
  margin: 0 10px;
}
.team-section-8 .team-box-items-two .thumb {
  border-radius: 0;
}
.team-section-8 .team-box-items-two .thumb img {
  border-radius: 0;
}

.news-box-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  padding: 30px 0;
  background: var(--white);
}
@media (max-width: 991px) {
  .news-box-items {
    display: block;
  }
}
.news-box-items:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.14);
}
.news-box-items .news-items {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .news-box-items .news-items {
    display: block;
  }
}
.news-box-items .news-items .thumb {
  max-width: 310px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-box-items .news-items .thumb {
    max-width: initial;
    margin-bottom: 25px;
  }
}
.news-box-items .news-items .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-box-items .news-items .thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.news-box-items .news-items .content {
  max-width: 580px;
}
.news-box-items .news-items .content .calender {
  color: var(--header);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .news-box-items .news-items .content .calender {
    margin-bottom: 15px;
  }
}
@media (max-width: 1399px) {
  .news-box-items .news-items .content .title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .news-box-items .news-items .content .title {
    margin-bottom: 15px;
  }
}
.news-box-items .news-items .content .title a:hover {
  color: var(--theme);
}
.news-box-items .content {
  max-width: 400px;
}
@media (max-width: 1399px) {
  .news-box-items .content {
    max-width: 290px;
  }
  .news-box-items .content p {
    font-size: 14px;
  }
}
.news-box-items .content p {
  margin-bottom: 35px;
}
.news-box-items:hover .news-items .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.news-box-items:hover .news-items .thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.news-section-two {
  margin-top: -28px;
}

.news-main-items-two {
  transition: all 0.6s ease;
  height: 120px;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .news-main-items-two {
    height: initial;
  }
}
.news-main-items-two .news-box-items-2 {
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 15px;
  padding: 10px;
  padding-right: 50px;
  display: flex;
  align-items: center;
  gap: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.6s ease;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@media (max-width: 1199px) {
  .news-main-items-two .news-box-items-2 {
    gap: 25px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .news-main-items-two .news-box-items-2 {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
  }
}
.news-main-items-two .news-box-items-2 .thumb {
  border-radius: 10px;
  max-width: 561px;
  height: 100px;
  width: 100%;
}
@media (max-width: 1199px) {
  .news-main-items-two .news-box-items-2 .thumb {
    max-width: 400px;
  }
}
.news-main-items-two .news-box-items-2 .thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-main-items-two .news-box-items-2 .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.news-main-items-two .news-box-items-2 .content ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.news-main-items-two .news-box-items-2 .content ul li {
  font-weight: 500;
  color: var(--header);
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 0 24px;
}
.news-main-items-two .news-box-items-2 .content .news-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  border-radius: 25px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  transition: all 0.4s ease-in-out;
}
.news-main-items-two .news-box-items-2 .content .news-btn:hover {
  background: var(--theme-2);
  border-color: var(--theme-2);
  color: var(--white);
}
.news-main-items-two .news-hover-items {
  display: flex;
  align-items: center;
  gap: 30px;
  background-color: #F1F1F1;
  padding: 10px;
  padding-right: 50px;
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transform: scale(0.95);
}
@media (max-width: 991px) {
  .news-main-items-two .news-hover-items {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 3;
    height: initial !important;
    display: block;
    position: relative;
    padding: 20px;
  }
}
.news-main-items-two .news-hover-items .thumb {
  border-radius: 10px;
  max-width: 561px;
  width: 100%;
}
@media (max-width: 991px) {
  .news-main-items-two .news-hover-items .thumb {
    max-width: initial;
    margin-bottom: 20px;
  }
}
.news-main-items-two .news-hover-items .thumb img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-main-items-two .news-hover-items .content {
  width: 100%;
}
.news-main-items-two .news-hover-items .content ul {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.news-main-items-two .news-hover-items .content ul li {
  font-weight: 500;
  color: var(--header);
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  padding: 0 24px;
}
.news-main-items-two .news-hover-items .content .title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: -5%;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .news-main-items-two .news-hover-items .content .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .news-main-items-two .news-hover-items .content .title {
    font-size: 22px;
    line-height: 125%;
  }
}
.news-main-items-two .news-hover-items .content .title a:hover {
  color: var(--theme-2);
}
.news-main-items-two .news-hover-items .content .authot-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .news-main-items-two .news-hover-items .content .authot-info {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.news-main-items-two .news-hover-items .content .authot-info .client-items {
  display: flex;
  align-items: center;
  gap: 15px;
}
.news-main-items-two .news-hover-items .content .authot-info .client-items .image img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.news-main-items-two .news-hover-items .content .authot-info .client-items .details .name {
  font-size: 20px;
  font-weight: 500;
  color: var(--header);
  font-family: "BDO Grotesk";
}
.news-main-items-two .news-hover-items .content .authot-info .news-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--header);
  border-radius: 25px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  height: 52px;
  line-height: 52px;
  padding: 0 30px;
  transition: all 0.4s ease-in-out;
}
.news-main-items-two .news-hover-items .content .authot-info .news-btn:hover {
  background: var(--theme-2);
  border-color: var(--theme-2);
  color: var(--white);
}
.news-main-items-two.active {
  height: 380px !important;
  transition: all 0.6s ease;
}
@media (max-width: 991px) {
  .news-main-items-two.active {
    height: initial !important;
  }
}
.news-main-items-two.active .news-box-items-2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
}
@media (max-width: 991px) {
  .news-main-items-two.active .news-box-items-2 {
    display: none;
  }
}
.news-main-items-two.active .news-hover-items {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  z-index: 3;
  height: 380px !important;
}
@media (max-width: 991px) {
  .news-main-items-two.active .news-hover-items {
    height: initial !important;
  }
}

.news-section-three {
  background: #111111;
}
.news-section-three .section-title {
  display: flex;
  gap: 350px;
}
@media (max-width: 1199px) {
  .news-section-three .section-title {
    gap: 10px;
    justify-content: center;
    display: grid;
    text-align: center;
  }
}
.news-section-three .section-title .sub-title {
  display: flex;
  top: -5px;
  align-items: stretch;
}
.news-section-three .section-title .sub-title .line-1 {
  top: -3px;
  margin-left: 6px;
}

.news-box-items-three {
  margin-top: 30px;
}
.news-box-items-three .thumb {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.news-box-items-three .thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.news-box-items-three .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  border-radius: 15px;
}
.news-box-items-three .content {
  margin-top: 22px;
}
.news-box-items-three .content p {
  color: #999999;
  margin-bottom: 10px;
}
.news-box-items-three .content .title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 24px;
}
@media (max-width: 1600px) {
  .news-box-items-three .content .title {
    font-size: 25px;
  }
}
@media (max-width: 1399px) {
  .news-box-items-three .content .title {
    font-size: 22px;
  }
}
.news-box-items-three .content .title a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-box-items-three .content .title a:hover {
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.news-box-items-three .content .link-btn {
  display: inline-block;
  position: relative;
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 30px;
}
.news-box-items-three .content .link-btn .content-wrap {
  display: block;
  position: relative;
  line-height: 1.2;
}
.news-box-items-three .content .link-btn .default-content,
.news-box-items-three .content .link-btn .hover-content {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  white-space: nowrap;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.news-box-items-three .content .link-btn .hover-content {
  transform: translateY(100%);
  opacity: 0;
}
.news-box-items-three .content .link-btn:hover {
  color: var(--white);
}
.news-box-items-three .content .link-btn:hover .default-content {
  transform: translateY(-100%);
  opacity: 0;
}
.news-box-items-three .content .link-btn:hover .hover-content {
  transform: translateY(0);
  opacity: 1;
}
.news-box-items-three .content .link-btn i {
  margin-left: 5px;
}
.news-box-items-three:hover .thumb::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.news-box-items-three:hover .thumb img {
  transform: scale(1.2);
}

.news-card-items-5 {
  margin-top: 30px;
}
.news-card-items-5 .news-img {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.news-card-items-5 .news-img::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.news-card-items-5 .news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  border-radius: 15px;
}
.news-card-items-5 .content {
  margin-top: 22px;
}
.news-card-items-5 .content .title {
  font-size: 30px;
  font-weight: 400;
  color: var(--header);
  font-family: "BDO Grotesk", sans-serif !important;
}
@media (max-width: 1600px) {
  .news-card-items-5 .content .title {
    font-size: 24px;
  }
}
@media (max-width: 1399px) {
  .news-card-items-5 .content .title {
    font-size: 22px;
  }
}
.news-card-items-5 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-items-5 .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-card-items-5 .content .title-2 {
  font-size: 30px;
  font-weight: 400;
  color: var(--header);
  font-family: "PP Fragment", sans-serif !important;
}
@media (max-width: 1600px) {
  .news-card-items-5 .content .title-2 {
    font-size: 24px;
  }
}
@media (max-width: 1399px) {
  .news-card-items-5 .content .title-2 {
    font-size: 22px;
  }
}
.news-card-items-5 .content .title-2 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.news-card-items-5 .content .title-2 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.news-card-items-5 .content p {
  font-size: 14px;
  font-weight: 400;
  color: var(--text);
  font-family: "DM Sans", sans-serif;
  margin-top: 20px;
}
.news-card-items-5 .content p b {
  font-weight: 500;
  color: var(--header);
}
.news-card-items-5:hover .news-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.news-card-items-5:hover .news-img img {
  transform: scale(1.2);
}

.news-details-wrapper .quote-box-items {
  padding: 40px 40px;
  background: var(--header);
  display: flex;
  gap: 30px;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .quote-box-items {
    padding: 30px 22px;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
.news-details-wrapper .quote-box-items .icon {
  line-height: 1;
}
.news-details-wrapper .quote-box-items .content p {
  font-size: 26px;
  font-weight: 500;
  color: var(--white);
  line-height: 142%;
}
@media (max-width: 1199px) {
  .news-details-wrapper .quote-box-items .content p {
    font-size: 19px;
  }
}
.news-details-wrapper .quote-box-items .content .name {
  font-size: 18px;
  font-weight: 500;
  color: var(--white);
  position: relative;
  padding-left: 140px;
  margin-top: 25px;
}
.news-details-wrapper .quote-box-items .content .name::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  height: 1px;
  width: 120px;
  background: rgba(255, 255, 255, 0.2);
}
.news-details-wrapper .content-two {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .content-two {
    margin-bottom: 35px;
  }
}
.news-details-wrapper .content-two h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .content-two h2 {
    font-size: 24px;
  }
}
.news-details-wrapper .news-details-image img {
  width: 100%;
  height: 100%;
}
.news-details-wrapper .tag-share-wrap {
  margin: 60px 0;
}
.news-details-wrapper .tag-share-wrap .tagcloud span {
  font-size: 26px;
  font-weight: 500;
  color: var(--header);
  display: inline-block;
  margin-right: 8px;
}
.news-details-wrapper .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 8px 26px;
  line-height: 1;
  border: 1px solid rgba(17, 17, 17, 0.14);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 18px;
}
@media (max-width: 575px) {
  .news-details-wrapper .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-wrapper .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-wrapper .tag-share-wrap .social-share span {
  font-size: 26px;
  color: var(--header);
  font-weight: 600;
}
.news-details-wrapper .tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--white);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  background: #1877F2;
  display: inline-block;
}
.news-details-wrapper .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-wrapper .tag-share-wrap .social-share a.bg-2 {
  background: #111111;
}
.news-details-wrapper .tag-share-wrap .social-share a.bg-3 {
  background: #CB2027;
}
.news-details-wrapper .tag-share-wrap .social-share a.bg-4 {
  background: #0A66C2;
}
.news-details-wrapper .client-info-area {
  display: flex;
  gap: 30px;
  padding: 30px 40px;
  margin-top: 50px;
  border: 1px solid rgba(17, 17, 17, 0.1);
}
@media (max-width: 991px) {
  .news-details-wrapper .client-info-area {
    margin-top: 30px;
    padding: 25px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-wrapper .client-info-area .content p {
  font-size: 18px;
  font-style: 500;
  color: #111111;
  opacity: 0.6;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.news-details-wrapper .client-info-area .content .title-6 {
  font-size: 26px;
  font-weight: 400;
  margin-top: 6px;
  color: #111111;
}
.news-details-wrapper .client-info-area .content span {
  font-size: 18px;
  font-style: 500;
  color: #111111;
  opacity: 0.6;
  text-transform: capitalize;
}
.news-details-wrapper .client-info-area .content .social-share {
  margin-top: 20px;
}
.news-details-wrapper .client-info-area .content .social-share a {
  font-size: 16px;
  color: var(--white);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  background: #1877F2;
  display: inline-block;
}
.news-details-wrapper .client-info-area .content .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-wrapper .client-info-area .content .social-share a.bg-2 {
  background: #111111;
}
.news-details-wrapper .client-info-area .content .social-share a.bg-3 {
  background: #CB2027;
}
.news-details-wrapper .client-info-area .content .social-share a.bg-4 {
  background: #0A66C2;
}
.news-details-wrapper .comment-area {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .comment-area {
    margin-top: 30px;
  }
}
.news-details-wrapper .comment-area h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .comment-area h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .comment-area h3 {
    font-size: 20px;
  }
}
.news-details-wrapper .comment-area .blog-single-comment {
  display: flex;
  gap: 18px;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .comment-area .blog-single-comment {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .news-details-wrapper .comment-area .blog-single-comment {
    flex-wrap: wrap;
  }
}
.news-details-wrapper .comment-area .blog-single-comment .image img {
  max-width: initial;
}
.news-details-wrapper .comment-area .blog-single-comment .content h4 {
  color: var(--header);
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .news-details-wrapper .comment-area .blog-single-comment .content h4 {
    flex-wrap: wrap;
    gap: 12px;
  }
}
.news-details-wrapper .comment-area .blog-single-comment .content h4 span {
  color: rgba(17, 17, 17, 0.6);
  font-size: 16px;
  font-weight: 500;
}
.news-details-wrapper .comment-area .blog-single-comment .content .single-box {
  margin-bottom: 10px;
}
.news-details-wrapper .comment-area .blog-single-comment .content .reply {
  color: #343434;
  font-weight: 500;
}
.news-details-wrapper .comment-area .blog-single-comment .content .reply i {
  margin-left: 5px;
}
.news-details-wrapper .comment-area .blog-single-comment.style-2 {
  margin-left: 110px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .comment-area .blog-single-comment.style-2 {
    margin-left: 0;
  }
}
.news-details-wrapper .comment-form-wrap {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .comment-form-wrap {
    margin-top: 30px;
  }
}
.news-details-wrapper .comment-form-wrap h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .comment-form-wrap h3 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .comment-form-wrap h3 {
    font-size: 20px;
  }
}
.news-details-wrapper .comment-form-wrap p {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .comment-form-wrap p {
    margin-bottom: 30px;
  }
}
.news-details-wrapper .comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.news-details-wrapper .comment-form-wrap .form-clt input,
.news-details-wrapper .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  padding: 15px 0;
  font-weight: 400;
  font-size: 16px;
  color: var(--text);
  border-radius: 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-details-wrapper .comment-form-wrap .form-clt input::placeholder,
.news-details-wrapper .comment-form-wrap .form-clt textarea::placeholder {
  color: #666666;
}
.news-details-wrapper .comment-form-wrap .form-clt textarea {
  padding-bottom: 50px;
  resize: none;
}
.news-details-wrapper .comment-form-wrap .form-check .form-check-input {
  float: left;
  margin-left: -10px;
  transform: translateY(4px);
}
@media (max-width: 767px) {
  .news-details-wrapper .comment-form-wrap .form-check .form-check-input {
    transform: translateY(23px);
  }
}
.news-details-wrapper .comment-form-wrap .form-check .form-check-label {
  font-size: 15px;
  color: #454e63;
  margin-left: 10px;
}
.news-details-wrapper .comment-form-wrap .theme-btn {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  background: var(--header);
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 35px;
  color: var(--white);
  padding: 0 48px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .news-details-wrapper .comment-form-wrap .theme-btn {
    height: 55px;
    line-height: 55px;
    padding: 0 40px;
  }
}
.news-details-wrapper .comment-form-wrap .theme-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-sidebar {
  max-width: 460px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .news-details-sidebar {
    margin-left: initial;
  }
}
.news-details-sidebar ul li {
  color: var(--header);
  font-size: 18px;
  font-weight: 500;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-details-sidebar ul li .name-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-details-sidebar ul li:last-child {
  display: block;
}
.news-details-sidebar ul li .social-share {
  margin-top: 15px;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  padding-top: 20px;
}
.news-details-sidebar ul li .social-share a {
  font-size: 16px;
  color: var(--white);
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  background: #1877F2;
  display: inline-block;
}
.news-details-sidebar ul li .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-sidebar ul li .social-share a.bg-2 {
  background: #111111;
}
.news-details-sidebar ul li .social-share a.bg-3 {
  background: #CB2027;
}
.news-details-sidebar ul li .social-share a.bg-4 {
  background: #0A66C2;
}

.brand-section-9 .brand-text {
  font-size: 20px;
  color: var(--header);
  max-width: 390px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 500;
}

.brand-box {
  height: 180px;
  line-height: 180px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 20px;
  text-align: center;
  padding: 0 20px;
}

.faq-items-style-1 {
  margin-top: 55px;
}
.faq-items-style-1 .accordion-box {
  position: relative;
}
.faq-items-style-1 .accordion-box .block {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 50px;
  margin-bottom: 30px;
  line-height: 1;
}
@media (max-width: 991px) {
  .faq-items-style-1 .accordion-box .block {
    border-radius: 10px !important;
  }
}
.faq-items-style-1 .accordion-box .block .acc-btn {
  position: relative;
  font-size: 20px;
  color: var(--header);
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  cursor: pointer;
  transition: all 500ms ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 30px;
  padding-right: 14px;
  gap: 14px;
}
@media (max-width: 1399px) {
  .faq-items-style-1 .accordion-box .block .acc-btn {
    line-height: 1.4;
  }
}
@media (max-width: 470px) {
  .faq-items-style-1 .accordion-box .block .acc-btn {
    font-size: 16px;
  }
}
.faq-items-style-1 .accordion-box .block .acc-btn .icon {
  max-width: 39px;
  transition: all 500ms ease;
  border-radius: 50%;
  color: var(--header);
  text-align: center;
  width: 100%;
}
.faq-items-style-1 .accordion-box .block .acc-btn .icon:before {
  content: "\f067";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: var(--header);
  transition: all 0.3s ease;
}
.faq-items-style-1 .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 30px 30px;
  padding-top: 22px;
}
@media (max-width: 470px) {
  .faq-items-style-1 .accordion-box .block .acc-content {
    padding: 18px 20px;
  }
}
.faq-items-style-1 .accordion-box .block .acc-content .content {
  position: relative;
}
.faq-items-style-1 .accordion-box .block .acc-content .content .text {
  line-height: 175%;
  font-size: 18px;
  font-weight: 400;
  color: rgb(85, 85, 85);
}
@media (max-width: 1199px) {
  .faq-items-style-1 .accordion-box .block .acc-content .content .text {
    font-size: 15px;
  }
}
.faq-items-style-1 .accordion-box .block.active-block {
  border: none;
}
.faq-items-style-1 .accordion-box .block.active-block .acc-btn {
  background-color: #F1F1F1;
  border-radius: 50px;
}
@media (max-width: 991px) {
  .faq-items-style-1 .accordion-box .block.active-block .acc-btn {
    border-radius: 10px !important;
  }
}
.faq-items-style-1 .accordion-box .block.active-block .acc-btn .icon:before {
  content: "\f068";
  color: var(--header);
}
.faq-items-style-1 .accordion-box .block .acc-content.current {
  display: block;
}
.faq-items-style-1 .accordion-box .block:last-child {
  margin-bottom: 0;
}

.cta-banner-section {
  margin-top: 104px;
  position: relative;
  margin-bottom: 60px;
}
.cta-banner-section .cta-thumb {
  height: 890px;
  position: relative;
}
@media (max-width: 1600px) {
  .cta-banner-section .cta-thumb {
    height: 700px;
  }
}
.cta-banner-section .cta-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-banner-section .content-box {
  background-color: var(--white);
  position: absolute;
  bottom: -60px;
  right: 150px;
  max-width: 550px;
}
@media (max-width: 1600px) {
  .cta-banner-section .content-box {
    right: 40px;
  }
}
@media (max-width: 991px) {
  .cta-banner-section .content-box {
    left: 20px;
    right: 20px;
  }
}
.cta-banner-section .content-box .content {
  padding: 55px 40px;
}
@media (max-width: 991px) {
  .cta-banner-section .content-box .content {
    padding: 30px;
  }
}
.cta-banner-section .content-box .content .video-box-items {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 75px;
}
@media (max-width: 991px) {
  .cta-banner-section .content-box .content .video-box-items {
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
.cta-banner-section .content-box .content .video-box-items .video-btn {
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--header);
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.cta-banner-section .content-box .content .video-box-items .video-btn:hover {
  background-color: var(--theme);
}
.cta-banner-section .content-box .content .video-box-items span {
  text-transform: capitalize;
  color: var(--header);
  max-width: 270px;
}
.cta-banner-section .content-box .content .title {
  font-size: 30px;
  line-height: 135%;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .cta-banner-section .content-box .content .title {
    font-size: 22px;
  }
}
.cta-banner-section .content-box .service-btn {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.cta-banner-section .content-box .service-btn i {
  margin-left: 5px;
}
.cta-banner-section .content-box .service-btn:hover {
  background-color: var(--header);
}

.banner-section-three .banner-image-3 {
  height: 950px;
}
@media (max-width: 1600px) {
  .banner-section-three .banner-image-3 {
    height: 850px;
  }
}
@media (max-width: 1199px) {
  .banner-section-three .banner-image-3 {
    height: 680px;
  }
}
@media (max-width: 991px) {
  .banner-section-three .banner-image-3 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .banner-section-three .banner-image-3 {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .banner-section-three .banner-image-3 {
    height: 450px;
  }
}
.banner-section-three .banner-image-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-section-4 {
  position: relative;
}
@media (max-width: 1399px) {
  .cta-section-4 {
    padding-top: 0 !important;
  }
}
.cta-section-4 .cta-left-shape {
  position: absolute;
  top: -150px;
  left: 0;
}
@media (max-width: 1600px) {
  .cta-section-4 .cta-left-shape {
    max-width: 600px;
    top: -60px;
  }
  .cta-section-4 .cta-left-shape img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .cta-section-4 .cta-left-shape {
    display: none;
  }
}
.cta-section-4 .cta-right-shape {
  position: absolute;
  top: -150px;
  right: 0;
}
@media (max-width: 1600px) {
  .cta-section-4 .cta-right-shape {
    max-width: 500px;
    top: -60px;
  }
  .cta-section-4 .cta-right-shape img {
    width: 100%;
  }
}
@media (max-width: 1399px) {
  .cta-section-4 .cta-right-shape {
    display: none;
  }
}
.cta-section-4 .cta-content-4 {
  text-align: center;
}
.cta-section-4 .cta-content-4 .title {
  font-size: 100px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  max-width: 476px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .cta-section-4 .cta-content-4 .title {
    font-size: 60px;
  }
}
.cta-section-4 .cta-content-4 .theme-btn-main-2 {
  background: transparent;
  margin-top: 40px;
}

.cta-inner-wrapper .cta-inner-image {
  height: 100%;
}
.cta-inner-wrapper .cta-inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-inner-wrapper .cta-inner-content {
  background: #F1F1F1;
  padding: 100px 50px;
}
@media (max-width: 991px) {
  .cta-inner-wrapper .cta-inner-content {
    padding: 50px 30px;
  }
}
.cta-inner-wrapper .cta-inner-content .title {
  font-size: 30px;
  font-weight: 400;
  max-width: 336px;
  line-height: 135%;
  margin-bottom: 270px;
}
@media (max-width: 991px) {
  .cta-inner-wrapper .cta-inner-content .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
.cta-inner-wrapper .cta-inner-content .text {
  margin-bottom: 50px;
}

.contact-section-in .contact-top-area {
  display: flex;
  gap: 312px;
  margin-bottom: 100px;
}
@media (max-width: 1399px) {
  .contact-section-in .contact-top-area {
    gap: 220px;
  }
}
@media (max-width: 991px) {
  .contact-section-in .contact-top-area {
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
}
.contact-section-in .contact-top-area .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: rgb(17, 17, 17);
}
.contact-section-in .contact-top-area h2 {
  max-width: 765px;
  font-size: 90px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .contact-section-in .contact-top-area h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .contact-section-in .contact-top-area h2 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .contact-section-in .contact-top-area h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .contact-section-in .contact-top-area h2 {
    font-size: 35px;
  }
}

.contact-left-content-in .contact-items span {
  font-size: 18px;
  font-weight: 400;
  color: var(--header);
  font-family: "DM Sans", sans-serif;
}
.contact-left-content-in .contact-items .title {
  font-weight: 400;
  font-size: 30px;
  max-width: 411px;
  font-family: "PP Fragment", sans-serif;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .contact-left-content-in .contact-items .title {
    font-size: 22px;
  }
}
.contact-left-content-in .contact-items .title a {
  text-decoration: underline;
}
.contact-left-content-in .contact-items .title a:hover {
  color: var(--theme);
}
.contact-left-content-in .contact-items.style-2 {
  margin-top: 60px;
  max-width: 135px;
}

.google-map-items iframe {
  width: 100%;
  height: 750px;
}

.contact-inner-page .contact-form-box .form-clt input, .contact-inner-page .contact-form-box .form-clt textarea {
  color: var(--white);
  border: none;
  font-size: 18px;
  color: var(--header);
  border-bottom: 1px solid var(--header);
  text-transform: capitalize;
  outline: none;
  width: 100%;
  padding-bottom: 12px;
}
.contact-inner-page .contact-form-box .form-clt input::placeholder, .contact-inner-page .contact-form-box .form-clt textarea::placeholder {
  color: var(--header);
}
.contact-inner-page .contact-form-box .form-clt textarea {
  padding-bottom: 50px;
}
.contact-inner-page .contact-form-box .form-clt .form .single-select {
  border: none;
  color: var(--header);
  border-radius: 0;
  border-bottom: 1px solid var(--header);
  font-size: 18px;
  height: initial;
  line-height: initial;
  padding: 0;
  padding-bottom: 15px;
}
.contact-inner-page .contact-form-box .form-clt .form .single-select .list {
  width: 100%;
}
.contact-inner-page .contact-form-box .form-clt .form .single-select .current {
  color: var(--header);
}
.contact-inner-page .contact-form-box .form-clt .form .single-select::after {
  border-bottom: 2px solid var(--header);
  border-right: 2px solid var(--header);
  right: 0;
}
.contact-inner-page .contact-form-box .theme-btn {
  display: inline-block;
  background: var(--header);
  height: 70px;
  line-height: 70px;
  color: var(--white);
  border-radius: 35px;
  padding: 0 44px;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.contact-inner-page .contact-form-box .theme-btn:hover {
  background: var(--theme);
}

.contact-form-items-10 form .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (max-width: 767px) {
  .contact-form-items-10 form .form-grid {
    grid-template-columns: 1fr;
  }
}
.contact-form-items-10 form .form-clt {
  margin-bottom: 14px;
  position: relative;
}
.contact-form-items-10 form .form-clt label {
  position: absolute;
  left: 16px;
  top: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #2B2B2B;
  pointer-events: none;
  line-height: 1;
}
.contact-form-items-10 form .form-clt input,
.contact-form-items-10 form .form-clt textarea {
  width: 100%;
  border: 0;
  outline: none;
  background: #F2F2F2;
  border-radius: 20px;
  color: #555555;
  font-size: 18px;
  font-weight: 400;
  padding: 38px 16px 14px;
  transition: all 0.3s ease;
  text-transform: capitalize;
}
.contact-form-items-10 form .form-clt input::placeholder,
.contact-form-items-10 form .form-clt textarea::placeholder {
  color: #555555;
}
.contact-form-items-10 form .form-clt input {
  height: 77px;
}
.contact-form-items-10 form .form-clt textarea {
  height: 190px;
  resize: none;
}
.contact-form-items-10 form .form-clt input::placeholder,
.contact-form-items-10 form .form-clt textarea::placeholder {
  color: #767676;
}
.contact-form-items-10 form .form-clt input:focus,
.contact-form-items-10 form .form-clt textarea:focus {
  background: #ECECEC;
  box-shadow: inset 0 0 0 1px #8E3FFD;
}
.contact-form-items-10 form .theme-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 330px;
  height: 60px;
  border: 0;
  border-radius: 15px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  background: #893EFF;
  transition: all 0.35s ease;
}
.contact-form-items-10 form .theme-btn:hover {
  background: var(--header);
  color: var(--white);
}

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

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #FBF3E6;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 0;
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.gt-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.gt-brand-slide-element {
  width: auto;
  display: inline-block;
}

.p-relative {
  position: relative;
}

/* ================================
   Split Text Styles
================================ */
.split-title .word {
  display: inline-block;
  white-space: nowrap;
}

/* char animation */
.split-title .char {
  display: inline-block;
  transform-origin: left center;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}

.body-bg-2 {
  background-color: #FFFCF8;
}

.array-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.array-buttons .array-prev, .array-buttons .array-next {
  transition: all 0.4s ease-in-out;
}
.array-buttons .array-prev:hover, .array-buttons .array-next:hover {
  color: var(--theme);
}

.page-nav-wrap {
  margin-top: 50px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--theme);
  color: var(--header);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  background: var(--bg);
  color: var(--white);
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border-radius: 50%;
  font-family: "PP Fragment", sans-serif;
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--header);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--header);
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}

.swiper-dot {
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: 0.6s;
  background-color: #03070D;
  opacity: 1;
  border-radius: 8px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 5px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}

.jump-anim,
.studio-text {
  display: inline-block;
}

.p-relative {
  position: relative;
}

.tp-clip-anim {
  position: relative;
  overflow: hidden;
}
.tp-clip-anim .mask {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.1);
  opacity: 0;
  animation: reveal 1s forwards;
}
.tp-clip-anim .mask-1 {
  clip-path: inset(0 88.8% 0 0%);
  animation-delay: 0.1s;
}
.tp-clip-anim .mask-2 {
  clip-path: inset(0 77.7% 0 11.1%);
  animation-delay: 0.2s;
}
.tp-clip-anim .mask-3 {
  clip-path: inset(0 66.6% 0 22.2%);
  animation-delay: 0.3s;
}
.tp-clip-anim .mask-4 {
  clip-path: inset(0 55.5% 0 33.3%);
  animation-delay: 0.4s;
}
.tp-clip-anim .mask-5 {
  clip-path: inset(0 44.4% 0 44.4%);
  animation-delay: 0.5s;
}
.tp-clip-anim .mask-6 {
  clip-path: inset(0 33.3% 0 55.5%);
  animation-delay: 0.6s;
}
.tp-clip-anim .mask-7 {
  clip-path: inset(0 22.2% 0 66.6%);
  animation-delay: 0.7s;
}
.tp-clip-anim .mask-8 {
  clip-path: inset(0 11.1% 0 77.7%);
  animation-delay: 0.8s;
}
.tp-clip-anim .mask-9 {
  clip-path: inset(0 0% 0 88.8%);
  animation-delay: 0.9s;
}

@keyframes reveal {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.tp-clip-anim {
  width: 100%;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  position: relative;
}
.tp-clip-anim .tp-anim-img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.tp-clip-anim .mask {
  background-size: cover;
  background-position: center;
  transform: scale(1.005);
}
.tp-clip-anim > * {
  grid-area: 1/1/2/2;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.container-1680 {
  max-width: 1680px;
}

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

.image-distortion {
  overflow: hidden;
  height: 100%;
  position: relative;
}
.image-distortion canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.text_invert > div {
  background-image: linear-gradient(to right, rgb(137, 137, 137) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.text_invert-2 > div {
  background-image: linear-gradient(to right, rgb(17, 17, 17) 50%, rgb(137, 137, 137) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

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

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

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

.container-2 {
  max-width: 1520px;
}

.wt-about-title {
  display: inline-block;
}

.wt-about-title .char {
  display: inline-block;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.7) 0%, #FFFFFF 238.31%);
  will-change: transform;
}

.container-7 {
  max-width: 1290px;
}

.sec-line-add {
  width: 100%;
  height: 1px;
  background: rgba(17, 17, 17, 0.15);
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
}
.sec-line-add .sec-line-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-line-add .sec-line-wrap .one-line {
  width: 15px;
  height: 1px;
  background: #111111;
  position: relative;
}
.sec-line-add .sec-line-wrap .one-line::before {
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 15px;
  content: "";
  background: #111111;
}
.sec-line-add .sec-line-wrap .one-line.one {
  margin-left: -18px;
}
.sec-line-add .sec-line-wrap .one-line.three {
  margin-right: -19px;
}

.line-shape-animation {
  max-width: 1290px;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: -20px;
  justify-content: space-between;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1399px) {
  .line-shape-animation {
    display: none !important;
  }
}

.line-shape-animation span {
  position: relative;
  width: 1px;
  height: 100%;
  display: block;
  background: rgba(17, 17, 17, 0.15);
}

.line-shape-animation span::before,
.line-shape-animation span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: var(--header);
  box-shadow: rgba(17, 17, 17, 0.15) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span::after {
  animation: dscroll 2s linear infinite;
  width: 2px;
  height: 24px;
  bottom: 0;
  left: 0;
  background: var(--header);
  box-shadow: rgba(17, 17, 17, 0.15) 0px 8px 24px;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  clip-path: polygon(51% 8%, 68% 15%, 66% 40%, 60% 78%, 56% 100%, 46% 100%, 42% 84%, 38% 56%, 34% 17%);
}

.line-shape-animation span:nth-child(2)::after {
  animation: dscroll 2.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::after {
  animation: dscroll 2.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::after {
  animation: dscroll 2.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::after {
  animation: dscroll 2.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::after {
  animation: dscroll 1s linear infinite;
}

.line-shape-animation span:nth-child(7)::after {
  animation: dscroll 3.5s linear infinite;
}

.line-shape-animation span:nth-child(2)::backdrop {
  animation: dscroll 4.1s linear infinite;
}

.line-shape-animation span:nth-child(3)::before {
  animation: dscroll 4.2s linear infinite;
}

.line-shape-animation span:nth-child(4)::before {
  animation: dscroll 4.3s linear infinite;
}

.line-shape-animation span:nth-child(5)::before {
  animation: dscroll 4.4s linear infinite;
}

.line-shape-animation span:nth-child(6)::before {
  animation: dscroll 4s linear infinite;
}

.line-shape-animation span:nth-child(7)::before {
  animation: dscroll 4.5s linear infinite;
}

@keyframes dscroll {
  100% {
    transform: translateY(100vh);
  }
}
.p-relative {
  position: relative !important;
}

.style-text-theme-color {
  color: #B70808 !important;
  text-transform: uppercase;
}

.page-wrapper-3 {
  padding: 20px;
}/*# sourceMappingURL=main.css.map */