@charset "UTF-8";
/*======================================================================================
Theme Name: Devix 
Author: merkulove
Author URI: https://themeforest.net/user/merkulove/portfolio
Description: Devix – Developer Portfolio HTML Template
Service 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=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
:root {
  --body: #FBFBFB;
  --black: #000;
  --white: #fff;
  --theme: #93F203;
  --theme2: #6805F1;
  --header: #0D0D0D;
  --text: #373636;
  --border: #FCFCFC;
  --bg: #0D0D0D;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
}

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

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: "Space Grotesk", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -2px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }
}
@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: 40px;
  }
}
@media (max-width: 470px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 107%;
}
@media (max-width: 1399px) {
  h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 33px;
  }
}
@media (max-width: 470px) {
  h2 {
    font-size: 29px;
  }
}

h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 106%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

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 {
  font-size: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
  text-transform: uppercase;
  height: 65px;
  line-height: 65px;
  background-color: var(--theme);
  overflow: hidden;
  display: inline-block;
  padding: 0 80px;
  color: var(--header);
  border-radius: 35px;
  font-family: "Space Grotesk", sans-serif;
  text-align: center;
}
@media (max-width: 575px) {
  .theme-btn {
    font-size: 14px;
    padding: 0 25px;
    height: 52px;
    line-height: 52px;
  }
}
.theme-btn::before {
  content: "";
  position: absolute;
  width: 0;
  top: -10px;
  height: 0;
  background-color: var(--theme2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease;
  z-index: -1;
}
.theme-btn:hover {
  color: var(--white);
}
.theme-btn:hover::before {
  width: 800px;
  height: 800px;
  display: inline-block;
}

.link-btn {
  font-size: 15px;
  font-weight: 900;
  color: var(--theme);
  text-transform: capitalize;
  display: inline-block;
  font-family: "DM Sans";
  margin-top: 10px;
}
.link-btn:hover {
  color: var(--theme2);
}
.link-btn i {
  margin-left: 10px;
}

/*---------------------------------------
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: "Work Sans", sans-serif;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

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

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

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

.preloader {
  position: fixed;
  height: 100vh;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: transparent;
  z-index: 99999;
}

.preloader svg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 110vh;
  fill: #111;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader.two svg {
  fill: #1d1d22;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 8px 24px;
}

.preloader .preloader-heading .load-text {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 15px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  z-index: 20;
  color: var(--theme);
}
@media (max-width: 991px) {
  .preloader .preloader-heading .load-text {
    letter-spacing: 2px;
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.back-to-top {
  background-color: var(--theme2);
  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);
  border-radius: 12px;
}
.back-to-top:hover {
  background-color: var(--header);
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.cursor-outer {
  margin-inline-start: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--theme2);
  background-color: var(--theme2);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.34;
  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%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}

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

.cursor-inner {
  margin-inline-start: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--theme2);
  opacity: 1;
  transition: all 0.24s ease-out 0s;
}

.cursor-inner span {
  color: var(--white);
  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 {
  margin-inline-start: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--theme2);
  border: 1px solid #686363;
  opacity: 0;
}

@-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 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
---------------------------------------*/
@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  position: relative;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul .menu-thumb {
  position: inherit;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 0;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #373636;
  font-family: "Work Sans", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
  margin-right: -5px;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 12px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme2) !important;
}
.header-main .main-menu ul li .circle-menu-box {
  background-color: #F0EFEF;
  border-radius: 23px;
  padding: 8px 20px;
  border: 1px solid #F0EFEF;
}
.header-main .main-menu ul li .circle-menu-box:hover {
  border: 1px solid var(--theme2);
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 120%;
  inset-inline-start: 0;
  min-width: 250px;
  background: var(--white);
  padding: 20px 0;
  border-radius: 10px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  color: #373636;
  transition: all 0.4s ease-in-out;
  border-top: 4px solid var(--theme2);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transform: scaleY(0);
  transform-origin: top;
  visibility: hidden;
  gap: 0;
  padding: 10px 0;
  transition: 0.4s;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 500;
  color: #373636;
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: var(--theme2);
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--theme2) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--theme2) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--theme2);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme2);
}
.header-main .main-menu ul li .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;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
  border-radius: 10px;
}
.header-main .main-menu ul li .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;
}
@media (max-width: 1399px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .gt-theme-btn {
    font-size: 14px;
    min-width: 140px;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  justify-content: center;
  line-height: 1;
  background-color: var(--theme);
  color: var(--black);
  border-radius: 30px;
  max-width: 180px;
  margin: 0 auto;
  height: 54px;
  line-height: 54px;
  padding: 0 28px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn i {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
  background-color: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 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 .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
  border-radius: 10px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb a {
  padding: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Work Sans", sans-serif;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title a {
  color: var(--header);
}
.header-main .main-menu ul li:hover > a {
  color: var(--theme2);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme2);
}
.header-main .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  transition: all 0.5s ease;
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .header__hamburger {
  line-height: 1;
}
.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(--header);
  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(--header);
  border-radius: 7px;
}
.header-main .sidebar__toggle.mobile_menu_bar span {
  background-color: var(--header);
}
.header-main .sidebar__toggle:hover span {
  width: 100%;
}

.header-1 {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 1199px) {
  .header-1 {
    top: 0;
  }
}
.header-1 .header-right .theme-btn {
  background-color: var(--theme2);
  height: 45px;
  line-height: 45px;
  min-width: initial;
  color: var(--white);
  padding: 0 24px;
  text-transform: capitalize;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .header-1 .header-right .theme-btn {
    display: none;
  }
}
.header-1 .header-right .theme-btn::before {
  background-color: var(--header);
}

.header-2 {
  top: 40px;
}
@media (max-width: 1199px) {
  .header-2 {
    top: 0;
  }
}
.header-2 .main-menu ul li .circle-menu-box {
  background-color: #1D1D1D;
  border-radius: 23px;
  padding: 8px 20px;
  border: 1px solid #1D1D1D;
  color: var(--white);
}
.header-2 .main-menu ul li .circle-menu-box:hover {
  border: 1px solid var(--theme);
  color: var(--theme) !important;
}
.header-2 .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-2 .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-2 .sidebar__toggle span:last-child, .header-2 .sidebar__toggle span:first-child {
  width: 25px;
}
.header-2 .sidebar__toggle.mobile_menu_bar {
  width: 50px;
  height: 50px;
  padding: 12px;
  background: var(--white);
  border-radius: 7px;
}
.header-2 .sidebar__toggle.mobile_menu_bar span {
  background-color: var(--white);
}
.header-2 .sidebar__toggle:hover span {
  width: 100%;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all 0.9s;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  background-color: var(--white);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 {
  padding: 8px 0;
}
.sticky.header-1 .main-menu ul li .submenu {
  top: 100%;
}
.sticky.header-2 {
  background-color: var(--header);
}

.offcanvas__info {
  background: var(--header) none repeat scroll 0 0;
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 9999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
  top: 15px;
  width: 470px;
  height: calc(100% - 30px);
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  border-start-start-radius: 12px;
  border-end-start-radius: 12px;
  border-radius: 12px;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  transform: translateX(-15px);
}

.offcanvas__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 40px;
  overflow: auto;
  height: 100%;
}
.offcanvas__wrapper .offcanvas__top {
  margin-bottom: 30px;
}
.offcanvas__wrapper .offcanvas__logo img {
  width: 190px;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .offcanvas__logo img {
    width: 130px;
  }
}
.offcanvas__wrapper .offcanvas__close {
  color: var(--theme);
  display: inline-block;
  font-size: 35px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.offcanvas__wrapper .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__close:hover {
  transform: rotate(90deg);
}
.offcanvas__wrapper .offcanvas__close:hover i {
  color: var(--theme);
}
.offcanvas__wrapper .text {
  color: #C1D2CE;
  font-size: 15px;
}
.offcanvas__wrapper .off-contact-info {
  margin-top: 30px;
}
.offcanvas__wrapper .off-contact-info .info-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .info-title {
    font-size: 20px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details {
  margin-top: 14px;
}
.offcanvas__wrapper .off-contact-info .contact-details .sub-info {
  color: #C1D2CE;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .contact-details .sub-info {
    font-size: 14px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details p {
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .off-contact-info .contact-details p {
    font-size: 15px;
  }
}
.offcanvas__wrapper .off-contact-info .contact-details p a {
  color: var(--white);
}
.offcanvas__wrapper .social-icon-list {
  margin-top: 30px;
}
.offcanvas__wrapper .social-icon-list .follow-title {
  font-size: 24px;
  color: var(--white);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}
@media (max-width: 575px) {
  .offcanvas__wrapper .social-icon-list .follow-title {
    font-size: 20px;
  }
}
.offcanvas__wrapper .social-icon-list .social-icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.offcanvas__wrapper .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__wrapper .social-icon-list .social-icon a:hover {
  background-color: var(--theme);
  color: var(--header);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  backdrop-filter: blur(10px);
  z-index: 99999;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
  .offcanvas__info {
    width: 390px;
  }
}
@media (max-width: 450px) {
  .offcanvas__info {
    width: 340px;
  }
}
.header-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: var(--white);
}

.header-top-bar {
  background-color: var(--theme);
  padding: 10px 0;
}
@media (max-width: 991px) {
  .header-top-bar {
    display: none;
  }
}
.header-top-bar .top-head-items {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.header-top-bar .top-head-items .theme-btn {
  border-radius: 4px;
  height: 27px;
  line-height: 27px;
  font-size: 13px;
  line-height: 27px;
  padding: 0 10px;
}
.header-top-bar .top-head-items .theme-btn::before {
  background-color: var(--white);
}
.header-top-bar .top-head-items p {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.header-top-bar .top-head-items p a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 5px;
}

.breadcrumb-wrapper .page-heading {
  padding: 80px 0 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    text-align: center;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-title .breadcrumb-title {
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title .breadcrumb-title {
    font-size: 60px;
  }
  .breadcrumb-wrapper .page-heading .breadcrumb-title .breadcrumb-title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title .breadcrumb-title {
    font-size: 48px;
  }
}
@media (max-width: 470px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title .breadcrumb-title {
    font-size: 40px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-title .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title .breadcrumb-list {
    justify-content: center;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-title .breadcrumb-list li {
  font-weight: 500;
  text-transform: uppercase;
  color: #939393;
}
.breadcrumb-wrapper .page-heading .breadcrumb-title .breadcrumb-list li a {
  color: var(--theme2);
}
.breadcrumb-wrapper .page-heading .breadcrumb-text {
  font-size: 18px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  max-width: 500px;
  line-height: 133%;
}

.footer-main-2 {
  padding-bottom: 110px;
}

.error-items .thumb {
  max-width: 1158px;
  margin: 0 auto;
}
.error-items .thumb img {
  width: 100%;
  height: 100%;
}
.error-items .content {
  max-width: 1424px;
  margin: 40px auto 0;
  display: flex;
  gap: 170px;
  align-items: center;
}
@media (max-width: 1399px) {
  .error-items .content {
    gap: 40px;
  }
}
@media (max-width: 1199px) {
  .error-items .content {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.error-items .content h2 {
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 15px;
  max-width: 670px;
}
@media (max-width: 991px) {
  .error-items .content h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .error-items .content h2 {
    font-size: 40px;
  }
}
.error-items .content .right-con p {
  max-width: 584px;
}
.error-items .content .right-con .theme-btn {
  border: 1px solid transparent;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .error-items .content .right-con .theme-btn {
    margin-top: 20px;
  }
}

.footer-section {
  background-color: #1D1D1D;
  position: relative;
  z-index: 9;
  padding-bottom: 111px;
}
.footer-section .footer-shape {
  position: absolute;
  top: 0;
  left: 30%;
  height: 100%;
  z-index: -1;
}
.footer-section .footer-shape img {
  height: 100%;
}

.footer-widget-wrapper {
  padding: 90px 0 120px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper .footer-widget-items {
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-head h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--white);
}
.footer-widget-wrapper .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 16px;
  font-weight: 500;
}
.footer-widget-wrapper .footer-widget-items .list-area li i {
  margin-right: 9px;
  font-size: 10px;
  color: var(--theme);
}
.footer-widget-wrapper .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 15px;
}
.footer-widget-wrapper .footer-widget-items .list-area li a {
  color: var(--white);
}
.footer-widget-wrapper .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .footer-widget-items .list-area li:hover a {
  color: var(--theme);
}
.footer-widget-wrapper .footer-widget-items .social-list .social-icon-area {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .footer-widget-wrapper .footer-widget-items .social-list .social-icon-area {
    flex-wrap: wrap;
  }
}
.footer-widget-wrapper .footer-widget-items .social-list .social-icon-area .social-icon {
  border: 1px solid #939393;
  border-radius: 23px;
  display: inline-flex;
  padding: 10px 20px;
  color: var(--white);
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .footer-widget-wrapper .footer-widget-items .social-list .social-icon-area .social-icon {
    padding: 10px 18px;
  }
}
.footer-widget-wrapper .footer-widget-items .social-list .social-icon-area .social-icon i {
  margin-right: 8px;
  color: var(--white);
}
.footer-widget-wrapper .footer-widget-items .social-list .social-icon-area .social-icon:hover {
  background-color: var(--theme2);
  border-color: var(--theme2);
}
.footer-widget-wrapper .footer-widget-items .form-area {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 575px) {
  .footer-widget-wrapper .footer-widget-items .form-area {
    display: block;
  }
}
.footer-widget-wrapper .footer-widget-items .form-area form {
  max-width: 293px;
  width: 100%;
  position: relative;
}
@media (max-width: 575px) {
  .footer-widget-wrapper .footer-widget-items .form-area form {
    max-width: initial;
  }
}
.footer-widget-wrapper .footer-widget-items .form-area form input {
  max-width: 293px;
  width: 100%;
  outline: none;
  border: none;
  padding: 20px 20px;
  border: 1px solid #939393;
  border-radius: 8px;
  background-color: transparent;
  line-height: 1;
  padding-right: 30px;
  color: #939393;
}
@media (max-width: 1399px) {
  .footer-widget-wrapper .footer-widget-items .form-area form input {
    max-width: 265px;
  }
}
@media (max-width: 1199px) {
  .footer-widget-wrapper .footer-widget-items .form-area form input {
    max-width: 100%;
  }
}
.footer-widget-wrapper .footer-widget-items .form-area form input::placeholder {
  color: #939393;
  font-size: 16px;
  font-weight: 400;
}
.footer-widget-wrapper .footer-widget-items .form-area .footer-button .theme-btn {
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 30px;
  line-height: 1;
  height: 56px;
  line-height: 56px;
}
@media (max-width: 575px) {
  .footer-widget-wrapper .footer-widget-items .form-area .footer-button .theme-btn {
    width: 100%;
    margin-top: 20px;
  }
}

.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
  padding-top: 0;
}
.footer-bottom-wrapper p {
  color: rgb(147, 147, 147);
}
.footer-bottom-wrapper .theme-btn {
  background-color: transparent;
  border: 1px solid rgb(88, 88, 88);
  color: rgb(147, 147, 147);
  padding: 0 30px;
  line-height: 1;
  height: 40px;
  line-height: 40px;
}
.footer-bottom-wrapper .theme-btn:hover {
  color: var(--white);
  border-color: var(--theme2);
}

.footer-bottom-2 {
  background-color: #1D1D1D;
  padding: 15px 0;
}
.footer-bottom-2 .footer-bottom-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer-bottom-2 .footer-bottom-area {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }
}
.footer-bottom-2 .footer-bottom-area p {
  color: var(--white);
}
.footer-bottom-2 .footer-bottom-area .social-icon-area {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}
.footer-bottom-2 .footer-bottom-area .social-icon-area .social-icon {
  border: 1px solid rgb(147, 147, 147);
  border-radius: 50%;
  display: flex;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.footer-bottom-2 .footer-bottom-area .social-icon-area .social-icon i {
  color: var(--white);
}
.footer-bottom-2 .footer-bottom-area .social-icon-area .social-icon:hover {
  background-color: var(--theme2);
  border-color: var(--theme2);
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
  .section-title br {
    display: none;
  }
}
.section-title .sub-title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme2);
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  display: inline-block;
}
.section-title h2 {
  color: var(--header);
  text-transform: uppercase;
}
.section-title h2.style-2 {
  text-transform: initial;
}
@media (max-width: 1199px) {
  .section-title h2.style-2 {
    line-height: 145%;
  }
}
.section-title h2.style-2 span {
  font-family: "VT323", monospace;
  font-size: 80px;
  font-weight: 400;
}
@media (max-width: 575px) {
  .section-title h2.style-2 span {
    font-size: 70px;
  }
}
@media (max-width: 470px) {
  .section-title h2.style-2 span {
    font-size: 55px;
  }
}

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

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

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

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

/*---------------------------------------
05. Sections
---------------------------------------*/
.hero-1 {
  padding: 150px 0 100px;
  position: relative;
  z-index: 9;
}
.hero-1 .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero-1 .shape-1 {
    opacity: 0.2;
  }
}
.hero-1 .shape-2 {
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: -1;
}
.hero-1 .hero-content {
  margin-right: 80px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content {
    text-align: center;
  }
}
.hero-1 .hero-content h1 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    margin-bottom: 20px;
  }
}
.hero-1 .hero-content h1 span {
  color: var(--theme2);
}
.hero-1 .hero-content p {
  max-width: 560px;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 135%;
}
@media (max-width: 1199px) {
  .hero-1 .hero-content p {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content p {
    font-size: 19px;
    margin: 20px auto 0;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content p {
    font-size: 17px;
  }
}
.hero-1 .hero-thumb-items .thumb {
  border-radius: 8px;
  position: relative;
  height: 736px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-thumb-items .thumb {
    height: 630px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-thumb-items .thumb {
    height: 600px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .hero-1 .hero-thumb-items .thumb {
    height: 580px;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-thumb-items .thumb {
    height: 490px;
  }
}
@media (max-width: 470px) {
  .hero-1 .hero-thumb-items .thumb {
    height: 400px;
  }
}
.hero-1 .hero-thumb-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.hero-1 .hero-thumb-items .thumb::before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 20px;
  z-index: 11;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.hero-1 .hero-thumb-items .theme-btn {
  margin-top: 30px;
  width: 100%;
  height: 65px;
  line-height: 65px;
}

.hero-2 {
  padding: 160px 0 100px;
  position: relative;
  z-index: 9;
}
.hero-2::before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 8px;
  z-index: 11;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: -1;
}
@media (max-width: 1199px) {
  .hero-2::before {
    display: none;
  }
}
.hero-2 .hero-shape {
  position: absolute;
  top: 14%;
  left: 23%;
  z-index: -1;
}
.hero-2 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-2 .hero-content h1 {
  text-transform: uppercase;
  color: var(--white);
  font-family: "VT323", monospace;
  font-size: 180px;
  font-weight: 400;
  text-align: center;
  margin-bottom: -50px;
}
@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    margin-bottom: 30px;
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 90px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 70px;
  }
}
@media (max-width: 470px) {
  .hero-2 .hero-content h1 {
    font-size: 60px;
  }
}
.hero-2 .hero-content .hero-left-content {
  position: relative;
  z-index: 99;
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-left-content {
    text-align: center;
  }
}
.hero-2 .hero-content .hero-left-content ul li p {
  color: var(--white);
  font-size: 30px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content .hero-left-content ul li p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content .hero-left-content ul li p {
    font-size: 22px;
  }
}
.hero-2 .hero-content .hero-left-content ul li p span {
  color: var(--theme);
}
.hero-2 .hero-content .hero-left-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.hero-2 .hero-content .hero-left-content .social-icon {
  font-size: 24px;
  gap: 20px;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-left-content .social-icon {
    justify-content: center;
    margin-top: 30px;
  }
}
.hero-2 .hero-content .hero-left-content .social-icon a {
  color: var(--white);
}
.hero-2 .hero-content .hero-left-content .social-icon a:hover {
  color: var(--theme2);
}
.hero-2 .hero-content .hero-image {
  margin-bottom: -100px;
  margin-left: -27%;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content .hero-image {
    margin-left: -40%;
  }
}
@media (max-width: 1199px) {
  .hero-2 .hero-content .hero-image {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .hero-2 .hero-content .hero-image img {
    width: 100%;
    height: 100%;
  }
}
.hero-2 .hero-content .hero-right-content {
  text-align: right;
  position: relative;
  z-index: 11;
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-right-content {
    text-align: center;
  }
}
.hero-2 .hero-content .hero-right-content p {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  text-align: right;
  max-width: 376px;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .hero-2 .hero-content .hero-right-content p {
    margin-left: auto;
    font-size: 16px;
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-right-content p {
    text-align: center;
    margin-left: initial;
    font-size: 15px;
    margin: 30px auto 0;
  }
}
.hero-2 .hero-content .hero-right-content .hero-btn {
  margin-top: 40px;
  display: inline-flex;
  align-items: center;
  text-align: right;
}
.hero-2 .hero-content .hero-right-content .hero-btn .theme-btn {
  padding: 0 40px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  text-transform: uppercase;
}
.hero-2 .hero-content .hero-right-content .hero-btn .flesh-icon {
  border: 1px solid #93F203;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.hero-3 {
  padding: 160px 0 0;
  position: relative;
  z-index: 9;
  padding-right: 30px;
}
@media (max-width: 1899px) {
  .hero-3 {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .hero-3 {
    padding-left: 15px;
  }
}
.hero-3 .hero-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .hero-3 .hero-shape-1 {
    opacity: 0.3;
  }
}
.hero-3 .hero-shape-2 {
  position: absolute;
  z-index: -1;
  top: 30%;
  right: 38%;
}
@media (max-width: 1399px) {
  .hero-3 .hero-shape-2 {
    opacity: 0.3;
  }
}
.hero-3 .hero-content {
  position: relative;
}
.hero-3 .hero-content .hero-circle-img {
  position: absolute;
  top: 75px;
  right: 0;
  max-width: 340px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-content .hero-circle-img {
    right: 0;
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-content .hero-circle-img {
    display: none;
  }
}
.hero-3 .hero-content .hero-circle-img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.hero-3 .hero-content .title {
  font-size: 94px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 1430px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-content .title {
    font-size: 74px;
    max-width: 1300px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content .title {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content .title {
    font-size: 35px;
  }
}
@media (max-width: 470px) {
  .hero-3 .hero-content .title {
    font-size: 28px;
  }
}
.hero-3 .hero-thumb-area {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-top: 60px;
  position: relative;
  z-index: 8;
}
@media (max-width: 1399px) {
  .hero-3 .hero-thumb-area {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-thumb-area {
    display: block;
    padding-left: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-thumb-area {
    padding-left: 15px;
  }
}
.hero-3 .hero-thumb-area .hero-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.hero-3 .hero-thumb-area .content .work-text {
  color: var(--header);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.hero-3 .hero-thumb-area .content .work-text::before {
  position: absolute;
  top: 9px;
  left: -22px;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--theme);
  border-radius: 50%;
}
.hero-3 .hero-thumb-area .content p {
  max-width: 500px;
  font-size: 24px;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .hero-3 .hero-thumb-area .content p {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .hero-3 .hero-thumb-area .content p {
    font-size: 17px;
  }
}
.hero-3 .hero-thumb-area .content .hero-btn-area {
  display: flex;
  align-items: center;
  margin-top: 40px;
  gap: 10px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-thumb-area .content .hero-btn-area {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-thumb-area .content .hero-btn-area {
    flex-wrap: wrap;
  }
}
.hero-3 .hero-thumb-area .content .hero-btn-area .theme-btn {
  height: 65px;
  line-height: 65px;
  min-width: 300px;
}
@media (max-width: 767px) {
  .hero-3 .hero-thumb-area .content .hero-btn-area .theme-btn {
    min-width: 150px;
    height: 55px;
    line-height: 55px;
  }
}
.hero-3 .hero-thumb-area .content .hero-btn-area .theme-btn.style-2 {
  background-color: var(--header);
  color: var(--white);
}
.hero-3 .hero-thumb-area .content .link-icon-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 110px;
}
@media (max-width: 1600px) {
  .hero-3 .hero-thumb-area .content .link-icon-area {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-thumb-area .content .link-icon-area {
    justify-content: start;
    gap: 30px;
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.hero-3 .hero-thumb-area .content .link-icon-area .left-link-items {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .hero-3 .hero-thumb-area .content .link-icon-area .left-link-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-3 .hero-thumb-area .content .link-icon-area .left-link-items .social-icon {
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
}
.hero-3 .hero-thumb-area .content .link-icon-area .left-link-items .social-icon i {
  color: var(--theme2);
  margin-left: 7px;
}
.hero-3 .hero-thumb-area .content .link-icon-area .left-link-items .social-icon:hover {
  color: var(--theme2);
}
.hero-3 .hero-thumb-area .content .link-icon-area .social-icon {
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
}
.hero-3 .hero-thumb-area .content .link-icon-area .social-icon:hover {
  color: var(--theme2);
}

.about-content-2 {
  margin-top: 30px;
  max-width: 640px;
}
@media (max-width: 991px) {
  .about-content-2 {
    margin: 30px auto 0;
    text-align: center;
  }
}
.about-content-2 .about-text {
  font-size: 24px;
  border-bottom: 1px solid rgb(147, 147, 147);
  padding-bottom: 50px;
}
@media (max-width: 1399px) {
  .about-content-2 .about-text {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .about-content-2 .about-text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-content-2 .about-text {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about-content-2 .about-text {
    font-size: 16px;
  }
}
.about-content-2 .about-text span {
  font-size: 24px;
  display: inline-block;
}
@media (max-width: 1399px) {
  .about-content-2 .about-text span {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .about-content-2 .about-text span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about-content-2 .about-text span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .about-content-2 .about-text span {
    font-size: 16px;
  }
}
.about-content-2 .counter-area {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about-content-2 .counter-area {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.about-content-2 .counter-area .counter-items h2 {
  color: var(--theme2);
}
.about-content-2 .counter-area .counter-items p {
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase;
}

.about-thumb-2 {
  position: relative;
  border-radius: 6px;
  margin-top: 30px;
  z-index: 1;
}
.about-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.about-thumb-2::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 6px;
  z-index: 11;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow: hidden;
}

.about-section-2 {
  position: relative;
  z-index: 9;
}
.about-section-2 .about-shape-1 {
  position: absolute;
  top: -35%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .about-section-2 .about-shape-1 {
    opacity: 0.3;
  }
}

.about-wrapper-inner {
  padding: 80px;
  border-radius: 8px;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .about-wrapper-inner {
    padding: 50px;
  }
}
@media (max-width: 991px) {
  .about-wrapper-inner {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .about-wrapper-inner {
    padding: 30px;
  }
}
.about-wrapper-inner .about-content .work-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-left: 24px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-wrapper-inner .about-content .work-text {
    font-size: 17px;
  }
}
.about-wrapper-inner .about-content .work-text::before {
  position: absolute;
  top: 9px;
  left: -22px;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--theme);
  border-radius: 50%;
}
.about-wrapper-inner .about-content .about-text {
  margin-top: 20px;
  color: var(--white);
  max-width: 550px;
}
.about-wrapper-inner .about-content .about-btn-area {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .about-wrapper-inner .about-content .about-btn-area {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
  }
}
.about-wrapper-inner .about-content .about-btn-area .social-icon {
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  color: var(--white);
  text-transform: uppercase;
}
.about-wrapper-inner .about-content .about-btn-area .social-icon:hover {
  color: var(--theme);
}
.about-wrapper-inner .about-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.counter-feature-box {
  margin-top: 30px;
  border: 1px solid var(--white);
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
}
.counter-feature-box .counter-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-bottom: 10px;
}
.counter-feature-box .counter-top .title {
  color: var(--white);
  font-size: 60px;
  font-weight: 600;
}
.counter-feature-box p {
  color: var(--white);
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  font-family: "Space Grotesk", sans-serif;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .counter-feature-box p {
    font-size: 16px;
  }
}
.counter-feature-box:hover .counter-top .icon img {
  animation: wobble 1.5s ease-in-out;
}
.counter-feature-box.style-2 {
  border: 1px solid rgb(55, 54, 54);
}
.counter-feature-box.style-2 .counter-top h2 {
  color: var(--header);
}
.counter-feature-box.style-2 p {
  color: var(--text);
}

.creative-corner-content-list {
  margin-top: 30px;
}
.creative-corner-content-list li {
  max-width: 545px;
}
@media (max-width: 1199px) {
  .creative-corner-content-list li {
    max-width: initial;
  }
}
.creative-corner-content-list li span {
  background: #F0EFEF;
  border-radius: 20px;
  padding: 9px 36px;
  color: #373636;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.creative-corner-content-list li .title {
  margin-top: 25px;
}
@media (max-width: 1399px) {
  .creative-corner-content-list li .title {
    font-size: 29px;
  }
}
@media (max-width: 1199px) {
  .creative-corner-content-list li .title {
    font-size: 27px;
  }
}
@media (max-width: 575px) {
  .creative-corner-content-list li .title {
    font-size: 25px;
  }
}
.creative-corner-content-list li p {
  margin-top: 8px;
}
.creative-corner-content-list li:not(:last-child) {
  margin-bottom: 40px;
  border-bottom: 1px solid #979797;
  padding-bottom: 30px;
}
.creative-corner-content-list li:hover span {
  background-color: var(--theme);
  color: var(--header);
}

.creative-thumb {
  position: relative;
  margin-top: 30px;
  border-radius: 8px;
}
.creative-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.creative-thumb .content {
  position: absolute;
  bottom: 60px;
  left: 60px;
}
@media (max-width: 1399px) {
  .creative-thumb .content {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
}
.creative-thumb .content span {
  background: #F0EFEF;
  border-radius: 20px;
  padding: 9px 16px;
  color: #373636;
  font-size: 16px;
}
.creative-thumb .content .title {
  margin-top: 25px;
  max-width: 603px;
  color: var(--white);
}
@media (max-width: 1199px) {
  .creative-thumb .content .title {
    font-size: 25px;
  }
}

.career-waypoints-list {
  margin-top: 30px;
}
.career-waypoints-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #939393;
  padding: 30px 0;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .career-waypoints-list li {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .career-waypoints-list li {
    justify-content: center;
    text-align: center;
  }
}
.career-waypoints-list li::before {
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--theme2);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: -1;
  width: 1000%;
}
.career-waypoints-list li .first-items {
  max-width: 416px;
}
.career-waypoints-list li .first-items span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  color: var(--header);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 6px;
}
.career-waypoints-list li .text {
  max-width: 455px;
  font-size: 16px;
  font-weight: 400;
  color: #373636;
  line-height: 138%;
}
@media (max-width: 575px) {
  .career-waypoints-list li .text {
    font-size: 15px;
  }
}
.career-waypoints-list li .date {
  font-size: 20px;
  font-weight: 500;
}
.career-waypoints-list li .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 111%;
}
@media (max-width: 575px) {
  .career-waypoints-list li .title {
    font-size: 26px;
  }
}
.career-waypoints-list li.active {
  border-color: var(--theme2);
}
.career-waypoints-list li.active::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.career-waypoints-list li.active .first-items {
  max-width: 416px;
}
.career-waypoints-list li.active .first-items span {
  color: var(--white);
}
.career-waypoints-list li.active .text {
  color: var(--white);
}
.career-waypoints-list li.active .date {
  color: var(--white);
}
.career-waypoints-list li.active .title {
  color: var(--white);
}

.career-waypoints-section .project-button {
  text-align: center;
  margin-top: 50px;
}
.career-waypoints-section .project-button .theme-btn {
  height: 65px;
  line-height: 65px;
}

.marquee {
  position: relative;
  --duration: 100s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 30px;
}
.marquee .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee .text {
  font-weight: 500;
  font-size: 30px;
  font-family: "Space Grotesk", sans-serif;
  color: var(--white);
}

.marquee-section {
  padding: 25px 0;
  background-color: var(--theme2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.tech-stack-content {
  margin: 0 auto;
  max-width: 1000px;
}
.tech-stack-content .section-title .sub-title {
  color: var(--theme);
}
.tech-stack-content .section-title h2 {
  font-weight: 500;
}
.tech-stack-content .stack-list {
  margin-top: 35px;
}
.tech-stack-content .stack-list .stack-area {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  justify-content: center;
  position: relative;
  z-index: 9;
}
@media (max-width: 1199px) {
  .tech-stack-content .stack-list .stack-area {
    flex-wrap: wrap;
  }
}
.tech-stack-content .stack-list .stack-area .stack-icon {
  border-radius: 23px;
  display: inline-flex;
  padding: 10px 20px;
  background-color: #1D1D1D;
  color: var(--white);
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
.tech-stack-content .stack-list .stack-area .stack-icon:hover {
  background-color: var(--theme);
  color: var(--header);
}
.tech-stack-content .stack-list .stack-area.style-2 {
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 700px;
}

.tech-stack-section {
  position: relative;
  border-radius: 6px;
  z-index: 9;
}
.tech-stack-section::before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 6px;
  z-index: 11;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: -1;
}
@media (max-width: 1199px) {
  .tech-stack-section::before {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.tech-stack-section .stack-shape-1 {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: -1;
}
@media (max-width: 1899px) {
  .tech-stack-section .stack-shape-1 {
    left: 5%;
  }
}
@media (max-width: 1399px) {
  .tech-stack-section .stack-shape-1 {
    opacity: 0.1;
  }
}
.tech-stack-section .stack-shape-2 {
  position: absolute;
  top: 40%;
  right: 10%;
  z-index: -1;
}
@media (max-width: 1899px) {
  .tech-stack-section .stack-shape-2 {
    right: 5%;
  }
}
@media (max-width: 1399px) {
  .tech-stack-section .stack-shape-2 {
    opacity: 0.1;
  }
}
.tech-stack-section .stack-bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 1199px) {
  .tech-stack-section .section-title h2 {
    line-height: 120%;
  }
}

.waypoint-box-items {
  margin-top: 30px;
  border: 1px solid rgb(147, 147, 147);
  padding: 40px 40px;
  transform: rotate(2deg);
  border-radius: 8px;
}
@media (max-width: 1399px) {
  .waypoint-box-items {
    transform: rotate(0deg);
    padding: 30px;
  }
}
.waypoint-box-items.style-2 {
  transform: rotate(-1deg);
}
@media (max-width: 1399px) {
  .waypoint-box-items.style-2 {
    transform: rotate(0deg);
  }
}
.waypoint-box-items.style-3 {
  transform: rotate(2deg);
}
@media (max-width: 1399px) {
  .waypoint-box-items.style-3 {
    transform: rotate(0deg);
  }
}
.waypoint-box-items.style-4 {
  transform: rotate(-2deg);
}
@media (max-width: 1399px) {
  .waypoint-box-items.style-4 {
    transform: rotate(0deg);
  }
}
.waypoint-box-items.style-5 {
  transform: rotate(0);
}
.waypoint-box-items.style-6 {
  transform: rotate(-2deg);
}
@media (max-width: 1399px) {
  .waypoint-box-items.style-6 {
    transform: rotate(0deg);
  }
}
.waypoint-box-items span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .waypoint-box-items span {
    font-size: 13px;
  }
}
.waypoint-box-items .title {
  font-size: 36px;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .waypoint-box-items .title {
    font-size: 20px;
  }
}
.waypoint-box-items p {
  font-size: 18px;
  color: rgb(55, 54, 54);
  margin-top: 15px;
}
@media (max-width: 1600px) {
  .waypoint-box-items p {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .waypoint-box-items p {
    font-size: 14px;
  }
}
.waypoint-box-items p .text {
  display: inline-block;
  font-size: 18px;
  color: rgb(55, 54, 54);
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 1600px) {
  .waypoint-box-items p .text {
    font-size: 16px;
  }
}
@media (max-width: 1399px) {
  .waypoint-box-items p .text {
    font-size: 14px;
  }
}
.waypoint-box-items h4 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 1399px) {
  .waypoint-box-items h4 {
    font-size: 18px;
    margin-top: 20px;
  }
}

.process-box-items-3 {
  margin-top: 30px;
  border: 1px solid #171714;
  border-radius: 8px;
  transform: rotate(-1deg);
  background-color: var(--white);
  margin-top: -1px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .process-box-items-3 {
    transform: rotate(0deg) !important;
  }
}
.process-box-items-3 .content {
  padding: 50px 40px;
  padding-bottom: 30px;
  transform: rotate(-1deg);
}
@media (max-width: 1199px) {
  .process-box-items-3 .content {
    transform: rotate(0) !important;
    padding: 30px;
  }
}
.process-box-items-3 .content .number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--theme);
  border-radius: 50%;
  color: var(--header);
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  transform: rotate(-1deg);
}
.process-box-items-3 .content .title {
  font-size: 36px;
  margin-top: 15px;
  transform: rotate(-1deg);
}
.process-box-items-3 .content p {
  margin-top: 10px;
  transform: rotate(-1deg);
}
.process-box-items-3 .thumb {
  background-color: var(--header);
  text-align: center;
  transform: rotate(-1deg);
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  margin-bottom: -3px;
}
@media (max-width: 1199px) {
  .process-box-items-3 .thumb {
    transform: rotate(0) !important;
  }
}
.process-box-items-3 .thumb img {
  transform: rotate(-1deg);
}
@media (max-width: 1199px) {
  .process-box-items-3 .thumb img {
    transform: rotate(0) !important;
  }
}
.process-box-items-3.style-2 {
  transform: rotate(0);
  margin-left: -20px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .process-box-items-3.style-2 {
    margin-left: 0;
    margin-top: 0;
    transform: rotate(0);
  }
}
.process-box-items-3.style-2 .thumb {
  background-color: #6805F1;
  margin-left: -4px;
  margin-bottom: -4px;
}
.process-box-items-3.style-2 .thumb img {
  transform: rotate(7deg);
}
@media (max-width: 1199px) {
  .process-box-items-3.style-2 .thumb img {
    transform: rotate(0) !important;
  }
}
.process-box-items-3.style-3 {
  transform: rotate(-1deg);
  margin-left: -20px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .process-box-items-3.style-3 {
    margin-left: 0;
    margin-top: 0;
    transform: rotate(0);
  }
}
.process-box-items-3.style-3 .thumb {
  transform: rotate(-1deg);
  margin-left: -4px;
  margin-bottom: -4px;
}
@media (max-width: 1199px) {
  .process-box-items-3.style-3 .thumb {
    transform: rotate(0) !important;
  }
}
.process-box-items-3.style-3 .thumb img {
  transform: rotate(-1deg);
}
.process-box-items-3.style-4 {
  transform: rotate(3deg);
  margin-left: -15px;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .process-box-items-3.style-4 {
    margin-left: 0;
    margin-top: 0;
    transform: rotate(0);
  }
}
.process-box-items-3.style-4 .content {
  transform: rotate(3deg);
}
@media (max-width: 1199px) {
  .process-box-items-3.style-4 .content {
    transform: rotate(0) !important;
  }
}
.process-box-items-3.style-4 .thumb {
  background-color: #6805F1;
  margin-left: -4px;
  margin-bottom: -4px;
}
.process-box-items-3.style-4 .thumb img {
  transform: rotate(9deg);
}
@media (max-width: 1199px) {
  .process-box-items-3.style-4 .thumb img {
    transform: rotate(0) !important;
  }
}

.comprehensive-wrapper {
  margin-top: 60px;
}
.comprehensive-wrapper .comprehensive-items {
  border-bottom: 1px solid rgb(55, 54, 54);
  padding-bottom: 40px;
  margin-top: 40px;
  position: relative;
}
.comprehensive-wrapper .comprehensive-items .title {
  margin-top: 20px;
  color: var(--white);
}
.comprehensive-wrapper .comprehensive-items p {
  max-width: 697px;
  color: var(--white);
  margin-top: 10px;
}
.comprehensive-wrapper .comprehensive-items .hover-image {
  max-width: 480px;
  height: 240px;
  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%;
  border-radius: 10px;
  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) {
  .comprehensive-wrapper .comprehensive-items .hover-image {
    display: none;
  }
}
.comprehensive-wrapper .comprehensive-items .hover-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.comprehensive-wrapper .comprehensive-items:hover .hover-image {
  opacity: 1;
  visibility: visible;
}

.tech-stack-items {
  border: 1px solid rgb(29, 29, 29);
  border-radius: 8px;
  padding: 40px;
}
.tech-stack-items .tech-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tech-stack-items .tech-top .title {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .tech-stack-items .tech-top .title {
    font-size: 24px;
  }
}
.tech-stack-items p {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .tech-stack-items p {
    font-size: 14px;
  }
}
.tech-stack-items:hover .tech-top .icon img {
  animation: wobble 1.5s ease-in-out;
}

.feature-box-items-inner .content {
  margin-top: 25px;
}
.feature-box-items-inner .content .title {
  font-size: 36px;
  font-weight: 500;
}
.feature-box-items-inner .content ul {
  margin-top: 20px;
}
.feature-box-items-inner .content ul li {
  font-size: 18px;
}
.feature-box-items-inner .content ul li i {
  color: var(--theme2);
  margin-right: 5px;
}
.feature-box-items-inner .content ul li:not(:last-child) {
  margin-bottom: 7px;
}

.contact-me-box-items {
  text-align: center;
  border: 1px solid rgb(29, 29, 29);
  padding: 40px 70px;
  border-radius: 8px;
}
.contact-me-box-items .content {
  margin-top: 15px;
}
.contact-me-box-items .content .title {
  font-size: 36px;
  font-weight: 500;
}
.contact-me-box-items .content p {
  margin-top: 7px;
  max-width: 290px;
  margin: 7px auto 0;
}

.work-positions-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  padding: 40px 0;
  border-bottom: 1px solid #939393;
}
@media (max-width: 1199px) {
  .work-positions-items {
    display: block;
    text-align: center;
  }
}
.work-positions-items::before {
  position: absolute;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--theme2);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  z-index: -1;
  width: 1000%;
}
.work-positions-items .year {
  font-size: 20px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  color: #0D0D0D;
}
.work-positions-items .title {
  font-size: 30px;
}
@media (max-width: 1199px) {
  .work-positions-items .title {
    margin: 25px 0;
  }
}
@media (max-width: 575px) {
  .work-positions-items .title {
    font-size: 24px;
  }
}
.work-positions-items .content {
  max-width: 600px;
}
@media (max-width: 1399px) {
  .work-positions-items .content {
    max-width: 500px;
  }
}
@media (max-width: 1199px) {
  .work-positions-items .content {
    margin: 0 auto;
  }
}
.work-positions-items .content .title-2 {
  font-size: 20px;
}
.work-positions-items .content ul {
  margin-top: 16px;
}
.work-positions-items .content ul li {
  font-size: 18px;
  color: #373636;
  line-height: 133%;
}
@media (max-width: 575px) {
  .work-positions-items .content ul li {
    font-size: 15px;
  }
}
.work-positions-items .content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.work-positions-items.active::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.work-positions-items.active .year {
  color: #fff;
}
.work-positions-items.active .title {
  color: #fff;
}
.work-positions-items.active .content .title-2 {
  color: #fff;
}
.work-positions-items.active .content ul li {
  color: #fff;
}

.work-positions {
  position: relative;
}
.work-positions .section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .work-positions .section-title {
    margin-bottom: 30px;
  }
}

.process-section-3 .section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .process-section-3 .section-title {
    margin-bottom: 30px;
  }
}

.marquee-2 {
  position: relative;
  --duration: 100s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 30px;
}
.marquee-2 .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee-2 .text {
  font-weight: 500;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  color: var(--bg);
}

.marquee-section-2 {
  padding: 16px 0;
  background-color: #F0EFEF;
  position: relative;
  margin-top: 110px;
}
@media (max-width: 1199px) {
  .marquee-section-2 {
    margin-top: 80px;
  }
}
.marquee-section-2 .shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.bread-top-shape {
  position: relative;
}
.bread-top-shape .shape {
  position: absolute;
  top: -110px;
  right: 0;
}
@media (max-width: 1399px) {
  .bread-top-shape .shape {
    opacity: 0.2;
  }
}
@media (max-width: 1199px) {
  .bread-top-shape .shape {
    display: none;
  }
}

.tech-stack-section-inner .section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tech-stack-section-inner .section-title {
    margin-bottom: 30px;
  }
}

.tech-stack-section-2 .section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .tech-stack-section-2 .section-title {
    margin-bottom: 30px;
  }
}

.contact-me-section .section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact-me-section .section-title {
    margin-bottom: 30px;
  }
}

.service-box-items {
  border: 1px solid #0D0D0D;
  border-radius: 8px;
  padding: 40px;
  transition: all 0.4s ease-in-out;
  position: relative;
  height: 100%;
  overflow: hidden;
  height: 250px;
}
@media (max-width: 1399px) {
  .service-box-items {
    height: 300px;
  }
}
.service-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 8px;
  border: 1px solid var(--white);
  top: 15px;
  left: 15px;
  z-index: 1;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-items .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.service-box-items .bg-shape img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.service-box-items .icon {
  font-size: 70px;
  margin-bottom: 20px;
  text-align: right;
  color: var(--header);
  position: relative;
  z-index: 9;
}
.service-box-items .icon i {
  display: inline-block;
}
.service-box-items .content {
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: -65px;
  left: 40px;
  right: 40px;
  z-index: 99;
}
.service-box-items .content .title {
  font-size: 30px;
  font-weight: 500;
  max-width: 314px;
  line-height: 120%;
}
@media (max-width: 1399px) {
  .service-box-items .content .title {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .service-box-items .content .title {
    font-size: 20px;
  }
}
.service-box-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-box-items .content .title a:hover {
  color: var(--theme2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme2) 0%, var(--theme2) 100%);
}
.service-box-items .content P {
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  max-width: 300px;
}
@media (max-width: 1399px) {
  .service-box-items .content P {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .service-box-items .content P {
    font-size: 14px;
  }
}
.service-box-items.active::before {
  opacity: 1;
  visibility: visible;
}
.service-box-items.active .bg-shape {
  opacity: 1;
  visibility: visible;
}
.service-box-items.active .icon img, .service-box-items.active .icon i {
  animation: wobble 1.5s ease-in-out;
  color: var(--theme);
}
.service-box-items.active .content {
  bottom: 30px;
}
.service-box-items.active .content .title a {
  color: var(--white);
}
.service-box-items.active .content .title a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.service-box-items.active .content p {
  opacity: 1;
  visibility: visible;
  color: var(--white);
}

.service-section .section-title {
  margin-bottom: 50px;
}

.service-wrapper-area ul li .service-box-items-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid rgb(13, 13, 13);
  padding: 40px;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  width: 100%;
  gap: 10px;
}
.service-wrapper-area ul li .service-box-items-inner::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 6px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.service-wrapper-area ul li .service-box-items-inner .bg-shape {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  border-radius: 8px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.service-wrapper-area ul li .service-box-items-inner .bg-shape img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.service-wrapper-area ul li .service-box-items-inner .content {
  position: relative;
  z-index: 9;
}
.service-wrapper-area ul li .service-box-items-inner .content .title {
  max-width: 350px;
  font-size: 36px;
}
.service-wrapper-area ul li .service-box-items-inner .content .title br {
  display: block;
}
@media (max-width: 575px) {
  .service-wrapper-area ul li .service-box-items-inner .content .title {
    font-size: 28px;
  }
}
.service-wrapper-area ul li .service-box-items-inner .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.service-wrapper-area ul li .service-box-items-inner .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.service-wrapper-area ul li .service-box-items-inner .content .link-btns {
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}
.service-wrapper-area ul li .service-box-items-inner .content .link-btns:hover {
  color: var(--theme2);
}
.service-wrapper-area ul li .service-box-items-inner .icon {
  font-size: 70px;
}
.service-wrapper-area ul li .service-box-items-inner:hover .bg-shape {
  opacity: 1;
  visibility: visible;
}
.service-wrapper-area ul li .service-box-items-inner:hover .title a {
  color: var(--white);
}
.service-wrapper-area ul li .service-box-items-inner:hover .link-btns {
  color: var(--white);
}
.service-wrapper-area ul li .service-box-items-inner:hover i {
  display: inline-block;
  animation: wobble 1.5s ease-in-out;
  color: var(--theme);
}
.service-wrapper-area ul li:not(:last-child) {
  margin-bottom: 12px;
}

.service-thumb-inner {
  margin-bottom: 80px;
  margin-top: 80px;
}
.service-thumb-inner img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.project-section .container {
  max-width: 1686px;
}
.project-section .project-button {
  text-align: center;
  margin-top: 50px;
}
.project-section .project-button .theme-btn {
  height: 65px;
  line-height: 65px;
}

.project-box-items-1 {
  background-color: #053ED3;
  border-radius: 8px;
  padding-top: 60px;
  margin-top: 30px;
}
.project-box-items-1 .content {
  text-align: center;
  padding: 0 15px;
}
.project-box-items-1 .content .title {
  font-size: 36px;
  font-weight: 500;
  max-width: 442px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .project-box-items-1 .content .title {
    font-size: 28px;
  }
}
.project-box-items-1 .content .title a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-1 .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-box-items-1 .content p {
  color: var(--white);
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .project-box-items-1 .content p br {
    display: none;
  }
}
.project-box-items-1 .thumb {
  max-width: 725px;
  margin: 30px auto 0;
}
.project-box-items-1 .thumb img {
  width: 100%;
  height: 100%;
}

.project-box-items-2 {
  position: relative;
  margin-top: 16px;
}
@media (max-width: 1199px) {
  .project-box-items-2 {
    height: 400px;
  }
}
.project-box-items-2 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.project-box-items-2 .content {
  max-width: 335px;
  position: absolute;
  bottom: 150px;
  left: 128px;
}
@media (max-width: 1600px) {
  .project-box-items-2 .content {
    left: 30px;
    bottom: 30px;
    right: 30px;
  }
}
.project-box-items-2 .content .title {
  font-size: 36px;
  font-weight: 500;
  max-width: 442px;
  margin: 0 auto;
}
.project-box-items-2 .content .title a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-2 .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-box-items-2 .content p {
  color: var(--white);
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .project-box-items-2 .content p br {
    display: none;
  }
}

.project-box-items-3 {
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1399px) {
  .project-box-items-3 {
    height: 440px;
  }
}
.project-box-items-3 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.project-box-items-3 .content {
  position: absolute;
  bottom: 38px;
  left: 34px;
}
@media (max-width: 1199px) {
  .project-box-items-3 .content {
    left: 30px;
    bottom: 30px;
    right: 30px;
  }
}
.project-box-items-3 .content .title {
  font-size: 36px;
  font-weight: 500;
  max-width: 442px;
  margin: 0 auto;
}
.project-box-items-3 .content .title a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-3 .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-box-items-3 .content p {
  color: var(--white);
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .project-box-items-3 .content p br {
    display: none;
  }
}
.project-box-items-3 .video {
  position: absolute;
  bottom: 120px;
  right: 130px;
}
@media (max-width: 1600px) {
  .project-box-items-3 .video {
    right: 80px;
  }
}
@media (max-width: 1399px) {
  .project-box-items-3 .video {
    top: 30%;
    bottom: initial;
    right: initial;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.project-box-items-3 .video .video-btn {
  width: 146px;
  height: 146px;
  line-height: 146px;
  text-align: center;
  border-radius: 122px;
  color: var(--white);
  display: inline-block;
  font-size: 43px;
  background: rgba(51, 51, 51, 0.6);
  background-blend-mode: plus-lighter;
  backdrop-filter: blur(15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-box-items-3 .video .video-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
@media (max-width: 1600px) {
  .project-box-items-3 .video .video-btn {
    width: 110px;
    height: 110px;
    line-height: 110px;
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .project-box-items-3 .video .video-btn {
    font-size: 18px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

.project-box-items-4 {
  position: relative;
  margin-top: 16px;
}
@media (max-width: 1600px) {
  .project-box-items-4 {
    height: 595px;
  }
}
@media (max-width: 1399px) {
  .project-box-items-4 {
    height: initial;
  }
}
@media (max-width: 1199px) {
  .project-box-items-4 {
    height: 430px;
  }
}
.project-box-items-4 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.project-box-items-4 .content {
  position: absolute;
  top: 50%;
  left: 20px;
  right: 20px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.14), inset 1.01283px 0.94394px 4.18px rgba(255, 255, 255, 0.0075);
  backdrop-filter: blur(25px);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  max-width: 430px;
  margin: 0 auto;
}
.project-box-items-4 .content .title {
  font-size: 36px;
  font-weight: 500;
  max-width: 442px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .project-box-items-4 .content .title {
    font-size: 25px;
  }
}
.project-box-items-4 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-box-items-4 .content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.project-box-items-4 .content p {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .project-box-items-4 .content p br {
    display: none;
  }
}

.project-video-image-2 {
  margin-top: 30px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .project-video-image-2 {
    height: 480px;
  }
}
.project-video-image-2::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 6px;
  z-index: 11;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow: hidden;
}
.project-video-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
.project-video-image-2 .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.project-video-image-2 .video .video-btn {
  width: 146px;
  height: 146px;
  line-height: 146px;
  text-align: center;
  border-radius: 122px;
  color: var(--white);
  display: inline-block;
  font-size: 43px;
  background: rgba(51, 51, 51, 0.6);
  background-blend-mode: plus-lighter;
  backdrop-filter: blur(15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .project-video-image-2 .video .video-btn {
    font-size: 18px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.project-video-image-2 .video .video-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
.project-video-image-2 .video .ripple::before, .project-video-image-2 .video .ripple::after {
  width: 146px !important;
  height: 146px !important;
}
@media (max-width: 575px) {
  .project-video-image-2 .video .ripple::before, .project-video-image-2 .video .ripple::after {
    width: 180px !important;
    height: 180px !important;
  }
}

.project-left-content {
  margin-top: 20px;
}
.project-left-content .title {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .project-left-content .title {
    font-size: 28px;
  }
}
.project-left-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.project-left-content .title a:hover {
  color: var(--theme2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme2) 0%, var(--theme2) 100%);
}
.project-left-content p {
  margin-top: 5px;
  font-size: 18px;
  text-transform: uppercase;
}
.project-left-content span {
  margin-top: 5px;
  display: inline-block;
}
.project-left-content span b {
  color: var(--theme2);
  text-transform: uppercase;
}

.project-thumb-items-2 {
  margin-top: 20px;
}
.project-thumb-items-2 .thumb {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.project-thumb-items-2 .thumb::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 6px;
  z-index: 11;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow: hidden;
}
.project-thumb-items-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-thumb-items-2 .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);
}
.project-thumb-items-2 .thumb.style-2 .video {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.project-thumb-items-2 .thumb.style-2 .video .video-btn {
  width: 146px;
  height: 146px;
  line-height: 146px;
  text-align: center;
  border-radius: 122px;
  color: var(--white);
  display: inline-block;
  font-size: 43px;
  background: rgba(51, 51, 51, 0.6);
  background-blend-mode: plus-lighter;
  backdrop-filter: blur(15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .project-thumb-items-2 .thumb.style-2 .video .video-btn {
    font-size: 18px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.project-thumb-items-2 .thumb.style-2 .video .ripple::before, .project-thumb-items-2 .thumb.style-2 .video .ripple::after {
  width: 146px !important;
  height: 146px !important;
}
@media (max-width: 575px) {
  .project-thumb-items-2 .thumb.style-2 .video .ripple::before, .project-thumb-items-2 .thumb.style-2 .video .ripple::after {
    width: 180px !important;
    height: 180px !important;
  }
}
.project-thumb-items-2:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-thumb-items-2:hover .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);
}

.circle-box {
  width: 300px;
  min-width: 300px;
  height: 300px;
  text-align: center;
  border-radius: 50%;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: var(--theme2);
  font-size: 36px;
  font-weight: 500;
  color: var(--white);
  position: relative;
  margin-left: -80px;
  z-index: 11;
}
@media (max-width: 1399px) {
  .circle-box {
    margin-left: 0;
    margin: 40px auto 0;
    font-size: 28px;
    width: 200px;
    min-width: 200px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .circle-box {
    width: 170px;
    min-width: 170px;
    height: 170px;
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .circle-box {
    width: 150px;
    min-width: 150px;
    height: 150px;
    font-size: 20px;
  }
}
.circle-box span {
  position: relative;
  z-index: 9;
}
.circle-box::before {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: rgba(240, 187, 67, 0.35);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
  z-index: 0;
  opacity: 0;
}
.circle-box::after {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  content: "";
  background: var(--theme);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1.8s;
  z-index: 0;
  opacity: 0;
}
.circle-box:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.circle-box:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.circle-box:hover span {
  color: var(--header);
}

.project-section-2 {
  position: relative;
}
.project-section-2 .project-shape-1 {
  position: absolute;
  bottom: -10%;
  right: 0;
}
@media (max-width: 1600px) {
  .project-section-2 .project-shape-1 {
    opacity: 0.3;
  }
}

.website-box-area-3 {
  margin-top: 60px;
  background: #FBFBFB;
}
.website-box-area-3.style-2 {
  margin-top: 16px;
}
.website-box-area-3 .website-content .title {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .website-box-area-3 .website-content .title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .website-box-area-3 .website-content .title {
    font-size: 27px;
  }
}
.website-box-area-3 .website-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.website-box-area-3 .website-content .title a:hover {
  color: var(--theme2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme2) 0%, var(--theme2) 100%);
}
.website-box-area-3 .website-content ul {
  margin-top: 30px;
}
.website-box-area-3 .website-content ul li {
  display: flex;
  align-items: center;
  gap: 80px;
}
@media (max-width: 1199px) {
  .website-box-area-3 .website-content ul li {
    gap: 30px;
  }
}
.website-box-area-3 .website-content ul li h4 {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .website-box-area-3 .website-content ul li h4 {
    font-size: 16px;
  }
}
.website-box-area-3 .website-content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.website-box-area-3 .website-thumb {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .website-box-area-3 .website-thumb {
    margin-left: 0;
  }
}
.website-box-area-3 .website-thumb::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 6px;
  z-index: 11;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow: hidden;
}
.website-box-area-3 .website-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.website-box-area-3 .website-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);
}
.website-box-area-3:hover .website-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.website-box-area-3:hover .website-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);
}

.project-thumb-box-inner {
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
}
.project-thumb-box-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(23, 23, 20, 0.52);
  z-index: 11;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.project-thumb-box-inner .hover-img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-thumb-box-inner .hover-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);
}
.project-thumb-box-inner .icon-text {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.project-thumb-box-inner .icon-text img {
  width: initial;
  height: initial;
}
@media (max-width: 767px) {
  .project-thumb-box-inner .icon-text img {
    width: 150px;
  }
}
.project-thumb-box-inner:hover .icon-text {
  opacity: 1;
  visibility: visible;
}
.project-thumb-box-inner:hover .hover-img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.project-thumb-box-inner:hover .hover-img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.project-slider {
  margin-left: -30%;
  margin-right: -30%;
}
@media (max-width: 1399px) {
  .project-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.project-slider-10 {
  margin-right: -25%;
}
@media (max-width: 575px) {
  .project-slider-10 {
    margin-right: 0;
  }
}

.project-thumb-items-inner {
  margin-top: 30px;
}
.project-thumb-items-inner .thumb {
  position: relative;
  border-radius: 8px;
}
.project-thumb-items-inner .thumb::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 8px;
  z-index: 11;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
}
.project-thumb-items-inner .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.project-thumb-items-inner .content {
  margin-top: 20px;
}
.project-thumb-items-inner .content .title {
  font-size: 36px;
  font-weight: 500;
}
.project-thumb-items-inner .content p span {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 6px;
  color: rgb(13, 13, 13);
  display: inline-block;
}

.portfolio-card-items-new {
  margin-bottom: 16px;
}
.portfolio-card-items-new .portfolio-thumb {
  position: relative;
  outline: 1px solid var(--white);
  outline-offset: -15px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .portfolio-card-items-new .portfolio-thumb {
    height: 550px;
  }
  .portfolio-card-items-new .portfolio-thumb img {
    object-fit: cover;
  }
}
.portfolio-card-items-new .portfolio-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #010101;
  opacity: 0.5;
  border-radius: 6px;
}
.portfolio-card-items-new .portfolio-thumb .video-btn {
  width: 189px;
  height: 189px;
  line-height: 189px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  background: rgba(51, 51, 51, 0.6);
  backdrop-filter: blur(15px);
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
}
@media (max-width: 1399px) {
  .portfolio-card-items-new .portfolio-thumb .video-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: none;
  }
}
.portfolio-card-items-new .portfolio-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.portfolio-card-items-new .portfolio-thumb .portfolio-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 160px;
  position: absolute;
  left: 60px;
  bottom: 60px;
}
@media (max-width: 1399px) {
  .portfolio-card-items-new .portfolio-thumb .portfolio-content {
    flex-wrap: wrap;
    gap: 20px;
    left: 20px;
    bottom: 30px;
    right: 20px;
  }
}
.portfolio-card-items-new .portfolio-thumb .portfolio-content.style-2 {
  gap: 60px;
}
@media (max-width: 767px) {
  .portfolio-card-items-new .portfolio-thumb .portfolio-content.style-2 {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.portfolio-card-items-new .portfolio-thumb .portfolio-content .left-content .title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 6px;
}
.portfolio-card-items-new .portfolio-thumb .portfolio-content .left-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.portfolio-card-items-new .portfolio-thumb .portfolio-content .left-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.portfolio-card-items-new .portfolio-thumb .portfolio-content .left-content span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #F0EFEF;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .portfolio-card-items-new .portfolio-thumb .portfolio-content .left-content span {
    font-size: 16px;
  }
}
.portfolio-card-items-new .portfolio-thumb .portfolio-content .left-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #F0EFEF;
  font-family: "Work Sans", sans-serif;
  margin-top: 10px;
}
.portfolio-card-items-new .portfolio-thumb .portfolio-content .left-content h3 span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme);
}
.portfolio-card-items-new .portfolio-thumb .portfolio-content p {
  font-size: 16px;
  font-weight: 400;
  color: #F0EFEF;
  max-width: 584px;
}
@media (max-width: 1399px) {
  .portfolio-card-items-new .portfolio-thumb .portfolio-content p {
    font-size: 15px;
  }
}

.portfolio-card-items-new-2 .portfolio-thumb {
  position: relative;
  outline: 2px solid var(--white);
  outline-offset: -15px;
  border-radius: 20px;
}
.portfolio-card-items-new-2 .portfolio-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
.portfolio-card-items-new-2 .portfolio-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.portfolio-card-items-new-2 .portfolio-content {
  margin-top: 30px;
}
.portfolio-card-items-new-2 .portfolio-content .title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (max-width: 1399px) {
  .portfolio-card-items-new-2 .portfolio-content .title {
    font-size: 30px;
  }
}
.portfolio-card-items-new-2 .portfolio-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.portfolio-card-items-new-2 .portfolio-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.portfolio-card-items-new-2 .portfolio-content span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .portfolio-card-items-new-2 .portfolio-content span {
    font-size: 15px;
  }
}
.portfolio-card-items-new-2 .portfolio-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: var(--bg);
  font-family: "Work Sans", sans-serif;
  margin-top: 10px;
}
.portfolio-card-items-new-2 .portfolio-content h3 span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: var(--bg);
}

.portfolio-inner-section-2 .marque-bg-section {
  background-color: #1D1D1D;
  margin-top: 30px;
  padding: 80px;
  padding-right: 0;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .portfolio-inner-section-2 .marque-bg-section {
    padding: 30px;
    margin-bottom: 30px;
  }
}
.portfolio-inner-section-2 .marque-bg-section .digital-marketing {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  margin-bottom: -260px;
}
@media (max-width: 1399px) {
  .portfolio-inner-section-2 .marque-bg-section .digital-marketing {
    margin-bottom: -30px;
  }
}
.portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}
.portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track.style-2 {
  animation-direction: reverse;
}
.portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
}
.portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm .cmn-textslide {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  opacity: 0.25;
  color: #373636;
  transition: all 0.5s;
  font-family: "Space Grotesk", sans-serif;
  position: relative;
  cursor: pointer;
  z-index: 2;
  text-transform: uppercase;
}
.portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm .cmn-textslide .digital-thumb {
  max-width: 703px;
  max-height: 470px;
  margin: -150px auto 0;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.6s;
}
.portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm .cmn-textslide .digital-thumb img {
  width: 100%;
  height: 100%;
}
.portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm .cmn-textslide:hover {
  opacity: 1;
}
.portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm .cmn-textslide:hover .digital-thumb {
  transform: scale(1);
  visibility: visible;
}
@media (max-width: 1399px) {
  .portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm .cmn-textslide {
    font-size: 48px;
    line-height: 110px;
  }
  .portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm .cmn-textslide .digital-thumb {
    max-width: 230px;
    max-height: 235px;
  }
}
@media (max-width: 991px) {
  .portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm {
    gap: 16px;
  }
  .portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm .cmn-textslide {
    font-size: 36px;
  }
  .portfolio-inner-section-2 .marque-bg-section .digital-marketing .marquee-track .comm .cmn-textslide .digital-thumb {
    max-width: 170px;
    max-height: 105px;
    margin: -100px auto 0;
  }
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.portfolio-main-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .portfolio-main-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.portfolio-main-items .details-content .title {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .portfolio-main-items .details-content .title {
    font-size: 30px;
  }
  .portfolio-main-items .details-content .title br {
    display: none;
  }
}
@media (max-width: 991px) {
  .portfolio-main-items .details-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-main-items .details-content .title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .portfolio-main-items .details-content .title {
    font-size: 20px;
  }
}
.portfolio-main-items .details-content .title a:hover {
  color: var(--theme2);
}
.portfolio-main-items .details-content .list {
  margin-top: 22px;
}
.portfolio-main-items .details-content .list li {
  display: flex;
  align-items: center;
  gap: 40px;
  color: #373636;
  font-size: 16px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}
@media (max-width: 1399px) {
  .portfolio-main-items .details-content .list li {
    gap: 30px;
  }
}
.portfolio-main-items .details-content .list li:not(:last-child) {
  margin-bottom: 15px;
}
.portfolio-main-items .details-content .list li span {
  font-size: 20px;
  font-weight: 500;
  color: var(--bg);
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 1399px) {
  .portfolio-main-items .details-content .list li span {
    font-size: 16px;
  }
  .portfolio-main-items .details-content .list li span br {
    display: none;
  }
}
.portfolio-main-items .details-content .list li span.style-1 {
  margin-left: 30px;
  display: inline-block;
}
.portfolio-main-items .details-thumb {
  position: relative;
  outline: 2px solid var(--white);
  outline-offset: -15px;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .portfolio-main-items .details-thumb {
    flex-basis: 100%;
  }
}
.portfolio-main-items .details-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(62, 62, 62, 0.0001);
  border-radius: 6px;
}
.portfolio-main-items .details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.portfolio-details-wrapper-1 .details-thumb {
  position: relative;
  outline: 1px solid var(--white);
  outline-offset: -15px;
  border-radius: 20px;
}
.portfolio-details-wrapper-1 .details-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.portfolio-details-wrapper-1 .details-box-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 16px;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .portfolio-details-wrapper-1 .details-box-item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.portfolio-details-wrapper-1 .details-box-item .details-box {
  border: 1px solid #939393;
  border-radius: 8px;
  padding: 40px;
  max-width: 464px;
  width: 100%;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .details-box-item .details-box {
    padding: 30px;
    max-width: initial;
  }
}
.portfolio-details-wrapper-1 .details-box-item .details-box span {
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
}
.portfolio-details-wrapper-1 .details-box-item .details-box p {
  font-size: 30px;
  font-weight: 500;
  color: var(--bg);
  font-family: "Space Grotesk", sans-serif;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .details-box-item .details-box p {
    font-size: 24px;
  }
}
.portfolio-details-wrapper-1 h2 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 h2 {
    font-size: 40px;
  }
  .portfolio-details-wrapper-1 h2 br {
    display: none;
  }
  .portfolio-details-wrapper-1 h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .portfolio-details-wrapper-1 h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .portfolio-details-wrapper-1 h2 {
    font-size: 25px;
  }
}
.portfolio-details-wrapper-1 .left-content p {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  max-width: 640px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .left-content p {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-1 .left-content .visit-btn {
  color: 20px;
  font-weight: 500;
  color: #6805F1;
  text-transform: uppercase;
  text-decoration: underline;
  display: inline-block;
  margin-top: 15px;
  font-family: "Space Grotesk", sans-serif;
}
.portfolio-details-wrapper-1 .right-content span {
  font-size: 20px;
  font-weight: 600;
  color: var(--bg);
  font-family: "Space Grotesk", sans-serif;
}
.portfolio-details-wrapper-1 .right-content .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .right-content .list-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.portfolio-details-wrapper-1 .right-content .list-item .list li {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .right-content .list-item .list li {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-1 .right-content .list-item .list li:not(:last-child) {
  margin-bottom: 6px;
}
.portfolio-details-wrapper-1 .right-content .list-item .list li i {
  color: var(--theme2);
  margin-right: 3px;
}
.portfolio-details-wrapper-1 .right-content p {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .right-content p {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-1 .right-content .list-2 {
  margin-bottom: 20px;
}
.portfolio-details-wrapper-1 .right-content .list-2 li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  padding-left: 15px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .right-content .list-2 li {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-1 .right-content .list-2 li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 12px;
  left: 0;
  background-color: var(--theme2);
  border-radius: 30px;
}
.portfolio-details-wrapper-1 .right-content .list-2 li:not(:last-child) {
  margin-bottom: 5px;
}
.portfolio-details-wrapper-1 .counter-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #939393;
  border-bottom: 1px solid #939393;
  padding: 60px 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .counter-inner-wrapper {
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.portfolio-details-wrapper-1 .counter-inner-wrapper .counter-content-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.portfolio-details-wrapper-1 .counter-inner-wrapper .counter-content-item h3 {
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .counter-inner-wrapper .counter-content-item h3 {
    font-size: 45px;
  }
}
.portfolio-details-wrapper-1 .counter-inner-wrapper .counter-content-item p {
  font-size: 16px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  color: var(--bg);
  max-width: 240px;
  line-height: 20px;
}
.portfolio-details-wrapper-1 .info-box-item {
  background-color: #F0EFEF;
  padding: 80px 340px;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  position: relative;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .info-box-item {
    padding: 30px;
  }
}
.portfolio-details-wrapper-1 .info-box-item::before {
  position: absolute;
  border: 1px solid var(--text);
  content: "";
  border-radius: 8px;
  top: 16px;
  left: 16px;
  bottom: 16px;
  right: 16px;
}
.portfolio-details-wrapper-1 .info-box-item .info-content p {
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  font-family: "Space Grotesk", sans-serif;
  color: var(--header);
  margin-top: 30px;
  max-width: 704px;
  padding-bottom: 30px;
  border-bottom: 1px solid #939393;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .info-box-item .info-content p {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-1 .info-box-item .info-content .text-item {
  display: flex;
  align-items: center;
  gap: 365px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-1 .info-box-item .info-content .text-item {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.portfolio-details-wrapper-1 .info-box-item .info-content .text-item h3 {
  font-size: 20px;
  font-weight: 600;
}
.portfolio-details-wrapper-1 .info-box-item .info-content .text-item span {
  font-size: 16px;
  font-weight: 400;
  color: var(--text);
}

.breadcrumb-wrapper-style {
  position: relative;
  z-index: 9;
}
.breadcrumb-wrapper-style::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(62, 62, 62, 0.0001) 0.48%, #000000 100%);
  z-index: -1;
}
.breadcrumb-wrapper-style .page-heading {
  padding: 600px 0 130px;
  position: relative;
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper-style .page-heading {
    padding: 100px 0 100px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-style .page-heading {
    padding: 80px 0 80px;
  }
}
.breadcrumb-wrapper-style .page-heading .breadcrumb-title .breadcrumb-title {
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--white);
}
@media (max-width: 1399px) {
  .breadcrumb-wrapper-style .page-heading .breadcrumb-title .breadcrumb-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper-style .page-heading .breadcrumb-title .breadcrumb-title {
    font-size: 50px;
  }
}
.breadcrumb-wrapper-style .page-heading .breadcrumb-title .breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 6px;
}
.breadcrumb-wrapper-style .page-heading .breadcrumb-title .breadcrumb-list li {
  font-weight: 500;
  text-transform: uppercase;
  color: #F0EFEF;
}
.breadcrumb-wrapper-style .page-heading .breadcrumb-title .breadcrumb-list li a {
  color: var(--theme);
}

.portfolio-details-wrapper-2 .project-content h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .portfolio-details-wrapper-2 .project-content h2 {
    font-size: 20px;
  }
}
.portfolio-details-wrapper-2 .project-content h3 {
  font-size: 20px;
  font-weight: 500;
}
.portfolio-details-wrapper-2 .project-content .tag {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #979797;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.portfolio-details-wrapper-2 .project-content .tag span {
  font-size: 16px;
  border-radius: 100px;
  background-color: #F0EFEF;
  line-height: 1;
  padding: 8px 15px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .project-content .tag span {
    padding: 8px 10px;
  }
}
.portfolio-details-wrapper-2 .project-content h4 {
  font-size: 20px;
  font-weight: 500;
}
.portfolio-details-wrapper-2 .project-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  max-width: 465px;
  margin-top: 10px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .project-content p {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-2 .project-content .theme-btn {
  margin-top: 60px;
  width: 100%;
  height: 70px;
  line-height: 70px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .project-content .theme-btn {
    margin-top: 30px;
    height: 50px;
    line-height: 50px;
  }
}
.portfolio-details-wrapper-2 .project-right-content {
  margin-left: 40px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .project-right-content {
    margin-left: 0;
  }
}
.portfolio-details-wrapper-2 .project-right-content h2 {
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .project-right-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .portfolio-details-wrapper-2 .project-right-content h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .portfolio-details-wrapper-2 .project-right-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .portfolio-details-wrapper-2 .project-right-content h2 {
    font-size: 24px;
  }
}
.portfolio-details-wrapper-2 .project-right-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .project-right-content h3 {
    font-size: 20px;
  }
}
.portfolio-details-wrapper-2 .project-right-content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .project-right-content p {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-2 .thumb {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .thumb {
    margin-bottom: 0px;
    margin-top: 0px;
  }
}
.portfolio-details-wrapper-2 .thumb img {
  width: 100%;
  height: 100%;
}
.portfolio-details-wrapper-2 .text-items {
  display: flex;
  align-items: center;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid #939393;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .text-items {
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}
.portfolio-details-wrapper-2 .text-items h3 {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .text-items h3 {
    font-size: 26px;
  }
}
.portfolio-details-wrapper-2 .text-items p {
  font-size: 24px;
  font-weight: 400;
  max-width: 824px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .text-items p {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-2 .text-items-2 {
  display: flex;
  align-items: center;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .text-items-2 {
    flex-wrap: wrap;
    gap: 25px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.portfolio-details-wrapper-2 .text-items-2 h3 {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .text-items-2 h3 {
    font-size: 26px;
  }
}
.portfolio-details-wrapper-2 .text-items-2 .list {
  margin-bottom: 20px;
}
.portfolio-details-wrapper-2 .text-items-2 .list li {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  padding-left: 15px;
  max-width: 824px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .text-items-2 .list li {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-2 .text-items-2 .list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 12px;
  left: 0;
  background-color: var(--theme2);
  border-radius: 30px;
}
.portfolio-details-wrapper-2 .text-items-2 .list li:not(:last-child) {
  margin-bottom: 15px;
}
.portfolio-details-wrapper-2 .count-result-item {
  display: flex;
  align-items: center;
  align-items: start;
  justify-content: space-between;
  border-bottom: 1px solid #939393;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .count-result-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 25px;
  }
}
.portfolio-details-wrapper-2 .count-result-item h3 {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .count-result-item h3 {
    font-size: 26px;
  }
}
.portfolio-details-wrapper-2 .count-result-item .result-item .result-count {
  display: flex;
  align-items: center;
  gap: 68px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .count-result-item .result-item .result-count {
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 30px;
  }
}
.portfolio-details-wrapper-2 .count-result-item .result-item .result-count .content h3 {
  font-size: 60px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .count-result-item .result-item .result-count .content h3 {
    font-size: 40px;
  }
}
.portfolio-details-wrapper-2 .count-result-item .result-item .result-count .content p {
  font-size: 20px;
  font-weight: 500;
  font-family: "Work Sans", sans-serif;
  color: var(--bg);
  max-width: 344px;
  margin-top: 5px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .count-result-item .result-item .result-count .content p {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-2 .user-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .user-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.portfolio-details-wrapper-2 .user-item .icon-item {
  display: flex;
  align-items: center;
  align-items: start;
  gap: 22px;
}
.portfolio-details-wrapper-2 .user-item .icon-item .content p {
  font-size: 24px;
  font-weight: 400;
  max-width: 725px;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .portfolio-details-wrapper-2 .user-item .icon-item .content p {
    font-size: 16px;
  }
}
.portfolio-details-wrapper-2 .user-item .icon-item .content span {
  font-size: 16px;
  font-weight: 400;
}
.portfolio-details-wrapper-2 .user-item .icon-item .content span b {
  font-size: 16px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  color: var(--bg);
}

.other-project-section .section-title-area .array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.other-project-section .section-title-area .array-button .array-prev {
  border-radius: 100px;
  background-color: #F0EFEF;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #939393;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.other-project-section .section-title-area .array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--bg);
}
.other-project-section .section-title-area .array-button .array-next {
  border-radius: 100px;
  border: 1px solid var(--bg);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme2);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.other-project-section .section-title-area .array-button .array-next:hover {
  background-color: var(--header);
  color: var(--white);
}

.other-project-wrapper {
  margin-right: -102%;
  margin-top: 30px;
}
@media (max-width: 1600px) {
  .other-project-wrapper {
    margin-right: -80%;
  }
}
@media (max-width: 1199px) {
  .other-project-wrapper {
    margin-right: -45%;
  }
}
@media (max-width: 991px) {
  .other-project-wrapper {
    margin-right: 0;
  }
}
.other-project-wrapper .other-card-items .portfolio-thumb {
  position: relative;
  outline: 1px solid var(--white);
  outline-offset: -15px;
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .other-project-wrapper .other-card-items .portfolio-thumb {
    height: 550px;
  }
  .other-project-wrapper .other-card-items .portfolio-thumb img {
    object-fit: cover;
  }
}
.other-project-wrapper .other-card-items .portfolio-thumb::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #010101;
  opacity: 0.5;
  border-radius: 6px;
}
.other-project-wrapper .other-card-items .portfolio-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 160px;
  position: absolute;
  left: 60px;
  bottom: 60px;
}
@media (max-width: 1399px) {
  .other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content {
    flex-wrap: wrap;
    gap: 20px;
    left: 20px;
    bottom: 30px;
    right: 20px;
  }
}
.other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content .left-content .title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 6px;
}
.other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content .left-content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
  color: var(--white);
}
.other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content .left-content .title a:hover {
  color: var(--theme);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme) 0%, var(--theme) 100%);
}
.other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content .left-content span {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: #F0EFEF;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content .left-content span {
    font-size: 16px;
  }
}
.other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content .left-content h3 {
  font-size: 16px;
  font-weight: 400;
  color: #F0EFEF;
  font-family: "Work Sans", sans-serif;
  margin-top: 10px;
}
.other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content .left-content h3 span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme);
}
.other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content p {
  font-size: 16px;
  font-weight: 400;
  color: #F0EFEF;
  max-width: 584px;
}
@media (max-width: 1399px) {
  .other-project-wrapper .other-card-items .portfolio-thumb .portfolio-content p {
    font-size: 15px;
  }
}

.marquee-2 {
  position: relative;
  --duration: 50s;
  --gap: 0px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 30px;
}
.marquee-2 .marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}
.marquee-2 .text {
  font-weight: 500;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  color: var(--bg);
}

.marquee-section-2 {
  padding: 16px 0;
  background-color: #F0EFEF;
}

.testimonial-box-items {
  margin-top: 30px;
  background-color: var(--bg);
  padding: 60px 50px;
  border-radius: 6px;
  position: relative;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1399px) {
  .testimonial-box-items {
    height: 100%;
  }
}
.testimonial-box-items::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 6px;
  z-index: 11;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  z-index: -1;
}
.testimonial-box-items .title {
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
}
@media (max-width: 767px) {
  .testimonial-box-items .title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .testimonial-box-items .title {
    font-size: 24px;
  }
}
.testimonial-box-items .testi-text {
  color: var(--white);
  font-size: 24px;
  font-weight: 400;
  margin-top: 20px;
  line-height: 125%;
}
@media (max-width: 1399px) {
  .testimonial-box-items .testi-text {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .testimonial-box-items .testi-text {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .testimonial-box-items .testi-text {
    font-size: 20px;
  }
}
.testimonial-box-items .client-name {
  font-size: 19px;
  font-weight: 500;
  color: var(--white);
  margin-top: 50px;
}
.testimonial-box-items p {
  color: var(--white);
}

.testimonial-inner-1 {
  position: relative;
}
.testimonial-inner-1 .array-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: -35px;
  right: -35px;
}
@media (max-width: 1199px) {
  .testimonial-inner-1 .array-button {
    display: none;
  }
}

.testimonial-thumb-box-items-3 {
  margin-top: 30px;
  background-color: rgb(13, 13, 13);
  border-radius: 8px;
  padding: 40px;
}
.testimonial-thumb-box-items-3 .testimonial-video-image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 20px;
}
.testimonial-thumb-box-items-3 .testimonial-video-image img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.testimonial-thumb-box-items-3 .testimonial-video-image .video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.testimonial-thumb-box-items-3 .testimonial-video-image .video .video-btn {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 122px;
  color: var(--white);
  display: inline-block;
  font-size: 23px;
  background: rgba(51, 51, 51, 0.6);
  background-blend-mode: plus-lighter;
  backdrop-filter: blur(15px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .testimonial-thumb-box-items-3 .testimonial-video-image .video .video-btn {
    font-size: 18px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}
.testimonial-thumb-box-items-3 .testimonial-video-image .video .video-btn:hover {
  background-color: var(--white);
  color: var(--header);
}
.testimonial-thumb-box-items-3 .name {
  font-size: 18px;
  font-family: 500;
  margin-top: 35px;
  color: var(--white);
}
.testimonial-thumb-box-items-3 p {
  color: var(--white);
}
.testimonial-thumb-box-items-3 p span {
  color: var(--theme);
}

.testimonial-box-items-3 {
  margin-top: 30px;
  border: 1px solid rgb(23, 23, 20);
  border-radius: 8px;
  padding: 40px;
}
@media (max-width: 1199px) {
  .testimonial-box-items-3 {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-box-items-3 {
    padding: 30px;
  }
}
.testimonial-box-items-3 .title {
  font-size: 29px;
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .testimonial-box-items-3 .title {
    font-size: 22px;
  }
}
.testimonial-box-items-3 .name {
  font-size: 18px;
  font-family: 500;
  margin-top: 40px;
}

.pricing-wrapper {
  background-color: #1D1D1D;
  border-radius: 8px;
  padding: 80px;
  position: relative;
  z-index: 9;
}
.pricing-wrapper .line {
  height: 100%;
  width: 1px;
  background-color: #373636;
  display: inline-block;
  position: absolute;
  top: 80px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 99;
  height: calc(100% - 160px);
}
@media (max-width: 1399px) {
  .pricing-wrapper .line {
    display: none;
  }
}
@media (max-width: 1399px) {
  .pricing-wrapper {
    padding: 55px;
  }
}
@media (max-width: 1199px) {
  .pricing-wrapper {
    padding: 45px;
  }
}
@media (max-width: 991px) {
  .pricing-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .pricing-wrapper {
    padding: 35px;
  }
}
@media (max-width: 575px) {
  .pricing-wrapper {
    padding: 32px;
  }
}
@media (max-width: 470px) {
  .pricing-wrapper {
    padding: 28px;
  }
}

.pricing-box-items {
  max-width: 550px;
}
.pricing-box-items.style-2 {
  margin-left: auto;
}
@media (max-width: 1199px) {
  .pricing-box-items.style-2 {
    margin-left: initial;
  }
}
.pricing-box-items .pricing-header span {
  font-family: "Space Grotesk", sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: var(--white);
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .pricing-box-items .pricing-header span {
    font-size: 24px;
  }
}
.pricing-box-items .pricing-header h2 {
  font-size: 60px;
  font-weight: 600;
  color: var(--theme);
}
@media (max-width: 575px) {
  .pricing-box-items .pricing-header h2 {
    font-size: 45px;
  }
}
.pricing-box-items .text {
  color: #F0EFEF;
  max-width: 505px;
  margin-top: 15px;
}
.pricing-box-items ul {
  margin-top: 30px;
}
.pricing-box-items ul li {
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  color: #F0EFEF;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (max-width: 1199px) {
  .pricing-box-items ul li {
    font-size: 16px;
  }
}
@media (max-width: 470px) {
  .pricing-box-items ul li {
    font-size: 16px;
  }
}
.pricing-box-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.pricing-box-items ul li i {
  color: var(--theme);
  font-size: 18px;
}
.pricing-box-items .pricing-button {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .pricing-box-items .pricing-button {
    margin-top: 25px;
  }
}

.website-thumb-items-1 {
  margin-top: 30px;
  position: relative;
  z-index: 9;
  border-radius: 8px;
  overflow: hidden;
}
.website-thumb-items-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
  border-radius: 8px;
  z-index: 99;
}
@media (max-width: 1199px) {
  .website-thumb-items-1 {
    height: 500px;
  }
}
.website-thumb-items-1 img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.website-thumb-items-1 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);
}
.website-thumb-items-1 .content {
  position: absolute;
  z-index: 99;
  bottom: 50px;
  left: 50px;
}
@media (max-width: 1199px) {
  .website-thumb-items-1 .content {
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}
@media (max-width: 991px) {
  .website-thumb-items-1 .content .title br {
    display: none;
  }
  .website-thumb-items-1 .content .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .website-thumb-items-1 .content .title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .website-thumb-items-1 .content .title {
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  .website-thumb-items-1 .content .title {
    font-size: 20px;
  }
}
.website-thumb-items-1 .content .title a {
  color: var(--white);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.website-thumb-items-1 .content .title a:hover {
  color: var(--white);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--white) 0%, var(--white) 100%);
}
.website-thumb-items-1 .content p {
  color: var(--white);
  margin-top: 15px;
}
.website-thumb-items-1 .content p span {
  font-weight: 500;
  color: var(--theme);
}
.website-thumb-items-1 .web-development {
  position: absolute;
  z-index: 99;
  top: 50px;
  right: 50px;
  background: #F0EFEF;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .website-thumb-items-1 .web-development {
    right: 20px;
    top: 20px;
  }
}
.website-thumb-items-1:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.website-thumb-items-1:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.website-thumb-items-2 {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.website-thumb-items-2 .thumb {
  position: relative;
  z-index: 9;
  border-radius: 8px;
  overflow: hidden;
}
.website-thumb-items-2 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.website-thumb-items-2 .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);
}
.website-thumb-items-2 .thumb .web-development {
  position: absolute;
  z-index: 99;
  top: 30px;
  right: 30px;
  background: #F0EFEF;
  border-radius: 20px;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .website-thumb-items-2 .thumb .web-development {
    top: 20px;
    right: 20px;
  }
}
.website-thumb-items-2 .content {
  margin-top: 20px;
}
.website-thumb-items-2 .content .title {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .website-thumb-items-2 .content .title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .website-thumb-items-2 .content .title br {
    display: none;
  }
  .website-thumb-items-2 .content .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .website-thumb-items-2 .content .title {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .website-thumb-items-2 .content .title {
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  .website-thumb-items-2 .content .title {
    font-size: 20px;
  }
}
.website-thumb-items-2 .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.website-thumb-items-2 .content .title a:hover {
  color: var(--theme2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme2) 0%, var(--theme2) 100%);
}
.website-thumb-items-2 .content p {
  margin-top: 10px;
}
.website-thumb-items-2:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.website-thumb-items-2:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.website-section {
  position: relative;
}
.website-section .website-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.insights-box-items {
  margin-top: 30px;
}
.insights-box-items .thumb {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.insights-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.insights-box-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);
}
.insights-box-items .content {
  margin-top: 20px;
}
.insights-box-items .content .title {
  font-size: 36px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .insights-box-items .content .title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .insights-box-items .content .title {
    font-size: 27px;
  }
}
.insights-box-items .content .title a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.insights-box-items .content .title a:hover {
  color: var(--theme2);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--theme2) 0%, var(--theme2) 100%);
}
.insights-box-items .content p {
  max-width: 500px;
  margin-top: 10px;
}
.insights-box-items .content .insights-btn-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .insights-box-items .content .insights-btn-area {
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
  }
}
.insights-box-items .content .insights-btn-area ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
.insights-box-items .content .insights-btn-area ul li .development {
  background: #F0EFEF;
  border-radius: 20px;
  padding: 9px 16px;
}
.insights-box-items .content .insights-btn-area ul li .date {
  background: #F0EFEF;
  border-radius: 20px;
  padding: 9px 16px;
}
.insights-box-items .content .link-btn {
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  color: var(--header);
  text-transform: uppercase;
}
.insights-box-items .content .link-btn:hover {
  color: var(--theme2);
}
.insights-box-items:hover .thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.insights-box-items:hover .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-post-box-items {
  border: 1px solid #939393;
  border-radius: 6px;
  margin-top: 16px;
}
.news-post-box-items .thumb {
  position: relative;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
}
.news-post-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 6px 6px 0px 0px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-post-box-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-post-box-items .content {
  padding: 40px;
  padding-top: 0;
  position: relative;
  margin-top: -20px;
  z-index: 99;
}
@media (max-width: 1199px) {
  .news-post-box-items .content {
    padding: 40px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .news-post-box-items .content {
    padding: 28px;
  }
}
.news-post-box-items .content ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1199px) {
  .news-post-box-items .content ul {
    flex-wrap: wrap;
  }
}
.news-post-box-items .content ul li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  color: #373636;
  border-radius: 20px;
  background-color: #F0EFEF;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
}
@media (max-width: 470px) {
  .news-post-box-items .content ul li {
    font-size: 14px;
  }
}
.news-post-box-items .content ul li i {
  color: var(--theme2);
}
.news-post-box-items .content .title {
  font-size: 36px;
  font-weight: 500;
  line-height: 111%;
  margin-top: 20px;
}
@media (max-width: 1399px) {
  .news-post-box-items .content .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .news-post-box-items .content .title {
    font-size: 22px;
  }
  .news-post-box-items .content .title br {
    display: none;
  }
}
.news-post-box-items .content .title a:hover {
  color: var(--theme2);
}
.news-post-box-items .content .link-btn {
  font-size: 20px;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  color: var(--header);
  text-transform: uppercase;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
@media (max-width: 1199px) {
  .news-post-box-items .content .link-btn {
    position: static;
    margin-top: 30px;
  }
}
.news-post-box-items .content .link-btn:hover {
  color: var(--theme2);
}
.news-post-box-items:hover .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-post-box-items:hover .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-post-wrapper {
  position: relative;
  z-index: 99;
}

.news-main-slidebar {
  max-width: 380px;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .news-main-slidebar {
    margin-left: initial;
  }
}
.news-main-slidebar .single-sideber-widget {
  margin-bottom: 30px;
  border-bottom: 1px solid #939393;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.news-main-slidebar .single-sideber-widget.style-2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news-main-slidebar .single-sideber-widget .search-widget form {
  width: 100%;
  position: relative;
}
.news-main-slidebar .single-sideber-widget .search-widget form input {
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  padding: 14px 20px;
  width: 100%;
  border: none;
  color: var(--text);
  border: 1px solid #939393;
  border-radius: 28px;
}
.news-main-slidebar .single-sideber-widget .search-widget form button {
  position: absolute;
  right: 20px;
  top: 14px;
  color: var(--header);
}
.news-main-slidebar .single-sideber-widget .widget-title {
  margin-bottom: 20px;
}
.news-main-slidebar .single-sideber-widget .widget-title h3 {
  font-weight: 400;
  font-size: 30px;
}
.news-main-slidebar .single-sideber-widget .widget-title span {
  font-weight: 600;
  font-size: 22px;
  font-family: "Space Grotesk", sans-serif;
}
.news-main-slidebar .single-sideber-widget .category-list li {
  font-size: 16px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
}
.news-main-slidebar .single-sideber-widget .category-list li:not(:last-child) {
  margin-bottom: 12px;
}
.news-main-slidebar .single-sideber-widget .category-list li i {
  color: var(--theme2);
}
.news-main-slidebar .single-sideber-widget .category-list li a {
  color: var(--header);
}
.news-main-slidebar .single-sideber-widget .category-list li a i {
  margin-right: 12px;
}
.news-main-slidebar .single-sideber-widget .category-list li a:hover {
  color: var(--theme2);
}
.news-main-slidebar .single-sideber-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-main-slidebar .single-sideber-widget .recent-post-area .recent-items .recent-thumb {
  position: relative;
  overflow: hidden;
  max-width: 110px;
  width: 100%;
  border-radius: 8px;
}
.news-main-slidebar .single-sideber-widget .recent-post-area .recent-items .recent-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;
  border-radius: 8px;
}
.news-main-slidebar .single-sideber-widget .recent-post-area .recent-items .recent-thumb img {
  border-radius: 8px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  transition: all 1s;
  width: 100%;
  height: 100%;
}
.news-main-slidebar .single-sideber-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}
.news-main-slidebar .single-sideber-widget .recent-post-area .recent-items .recent-content .title {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  font-family: "Space Grotesk", sans-serif;
  display: inline-block;
}
@media (max-width: 1199px) {
  .news-main-slidebar .single-sideber-widget .recent-post-area .recent-items .recent-content .title {
    font-size: 17px;
  }
}
.news-main-slidebar .single-sideber-widget .recent-post-area .recent-items .recent-content .title a:hover {
  color: var(--theme2);
}
.news-main-slidebar .single-sideber-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--header);
  font-size: 16px;
}
.news-main-slidebar .single-sideber-widget .recent-post-area .recent-items:hover .recent-thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.news-main-slidebar .single-sideber-widget .recent-post-area .recent-items:hover .recent-thumb img {
  transform: scale(1.2);
}
.news-main-slidebar .single-sideber-widget .recent-comments li {
  display: flex;
  font-size: 18px;
  color: #373636;
  gap: 10px;
  line-height: 1.3;
}
.news-main-slidebar .single-sideber-widget .recent-comments li:not(:last-child) {
  margin-bottom: 15px;
}
.news-main-slidebar .single-sideber-widget .recent-comments li i {
  color: var(--theme2);
  line-height: 1;
}
.news-main-slidebar .single-sideber-widget .tagcloud a {
  display: inline-block;
  padding: 12px 18px;
  line-height: 1;
  font-weight: 400;
  font-family: "Space Grotesk", sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 20px;
  border: 1px solid #939393;
  color: #373636;
}
.news-main-slidebar .single-sideber-widget .tagcloud a:last-child {
  margin-right: 0;
}
.news-main-slidebar .single-sideber-widget .tagcloud a:hover {
  background-color: var(--theme2);
  color: var(--white);
  border-color: 1px solid var(--theme2);
}
.news-main-slidebar .single-sideber-widget .archive-list li {
  font-weight: 500;
  font-size: 16px;
  font-family: "Space Grotesk", sans-serif;
  color: var(--header);
  text-transform: uppercase;
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 22px;
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .calendar-header button {
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background-color: #F0EFEF;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  font-size: 14px;
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .calendar-header button:hover {
  color: var(--white);
  background-color: var(--theme2);
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .calendar-header .monthyears {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  color: #0D0D0D;
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .weekdays,
.news-main-slidebar .single-sideber-widget .calendar-wrapper .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 10px;
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .weekdays div {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
  color: #0D0D0D;
  font-size: "Space Grotesk", sans-serif;
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .day {
  height: 36px;
  width: 36px;
  margin: auto;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  color: #939393;
  transition: all 0.4s ease-in-out;
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .day:hover {
  background: var(--theme2);
  color: var(--white);
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .day.today {
  background: var(--theme2);
  color: #fff;
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .day.selected {
  border: 1px solid var(--theme2);
  color: #222;
}
.news-main-slidebar .single-sideber-widget .calendar-wrapper .day.empty {
  visibility: hidden;
  cursor: default;
}

.news-details-wrapper .news-thumb {
  margin-top: 0;
}
.news-details-wrapper .news-thumb img {
  width: 100%;
  height: 100%;
}
.news-details-wrapper .container {
  max-width: 962px;
}
.news-details-wrapper .news-details-content-inner .list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content-inner .list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.news-details-wrapper .news-details-content-inner .list li .development {
  background: #F0EFEF;
  border-radius: 20px;
  padding: 9px 16px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content-inner .list li .development {
    font-size: 14px;
  }
}
.news-details-wrapper .news-details-content-inner .list li .date {
  background: #F0EFEF;
  border-radius: 20px;
  padding: 9px 16px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content-inner .list li .date {
    font-size: 14px;
  }
}
.news-details-wrapper .news-details-content-inner .title {
  margin-top: 16px;
}
.news-details-wrapper .news-details-content-inner .text {
  max-width: 961px;
  font-size: 24px;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content-inner .text {
    font-size: 18px;
  }
}
.news-details-wrapper .news-details-content-inner .text-area {
  margin-top: 15px;
}
.news-details-wrapper .news-details-content-inner .text-area .frist-text p {
  font-size: 18px;
  font-weight: 400;
  color: rgb(55, 54, 54);
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content-inner .text-area .frist-text p {
    font-size: 16px;
  }
}
.news-details-wrapper .news-details-content-inner .text-area .frist-text span {
  font-size: 18px;
  font-weight: 400;
  color: rgb(55, 54, 54);
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content-inner .text-area .frist-text span {
    font-size: 16px;
  }
}
.news-details-wrapper .news-details-content-inner .text-area .sec-text-2 {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content-inner .text-area .sec-text-2 {
    margin-left: 0;
  }
}
.news-details-wrapper .news-details-content-inner .text-area .sec-text-2 li {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  padding-left: 30px;
}
.news-details-wrapper .news-details-content-inner .text-area .sec-text-2 li:not(:last-child) {
  margin-bottom: 13px;
}
.news-details-wrapper .news-details-content-inner .text-area .sec-text-2 li::before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--theme2);
  border-radius: 50%;
}
.news-details-wrapper .news-details-content-inner .text-area .sec-text-2 li p {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content-inner .text-area .sec-text-2 li p {
    font-size: 16px;
  }
}
.news-details-wrapper .news-details-content-inner .news-details-thumb-2 {
  margin-top: 30px;
}
.news-details-wrapper .news-details-content-inner .news-details-thumb-2 img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-details-wrapper .news-details-content-inner .title-2 {
  font-size: 36px;
  font-weight: 500;
  margin-top: 20px;
}
.news-details-wrapper .news-details-content-inner .text-2 {
  font-size: 18px;
  margin-top: 10px;
}
.news-details-wrapper .news-details-content-inner .websit-text-box {
  margin-top: 24px;
  background-color: var(--white);
  border-left: 3px solid var(--theme2);
  padding: 10px 20px;
}
.news-details-wrapper .news-details-content-inner .websit-text-box .title-3 {
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  max-width: 804px;
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-content-inner .websit-text-box .title-3 {
    font-size: 17px;
    line-height: 130%;
  }
}
.news-details-wrapper .news-details-content-inner .websit-text-box .merku {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  font-family: "Space Grotesk", sans-serif;
  display: inline-block;
}
.news-details-wrapper .news-details-content-inner .news-thumb-area {
  margin-top: 20px;
}
.news-details-wrapper .news-details-content-inner .news-thumb-area .news-details-thumb-3 {
  text-align: center;
}
.news-details-wrapper .news-details-content-inner .news-thumb-area .news-details-thumb-3 .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.news-details-wrapper .news-details-content-inner .news-thumb-area .news-details-thumb-3 .tellus {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgb(13, 13, 13);
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
.news-details-wrapper .news-details-content-inner .text-3 {
  margin-bottom: 60px;
}
.news-details-wrapper .news-details-content-inner .tags-items {
  border-top: 1px solid rgb(147, 147, 147);
  padding-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content-inner .tags-items {
    padding-top: 30px;
  }
}
.news-details-wrapper .news-details-content-inner .tags-items .tag-text {
  font-size: 14px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}
.news-details-wrapper .news-details-content-inner .tags-items a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: transparent;
  border: 1px solid rgb(147, 147, 147);
  border-radius: 20px;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}
.news-details-wrapper .news-details-content-inner .tags-items a:hover {
  background-color: var(--theme2);
  color: var(--white);
}
.news-details-wrapper .news-details-content-inner .social-icon {
  border: 1px solid #939393;
  border-radius: 23px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  color: var(--header);
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  margin-top: 10px;
}
.news-details-wrapper .news-details-content-inner .social-icon .share-text {
  font-size: 14px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}
.news-details-wrapper .news-details-content-inner .social-icon img, .news-details-wrapper .news-details-content-inner .social-icon i {
  margin-right: 8px;
}
.news-details-wrapper .news-details-content-inner .social-icon:hover {
  background-color: var(--theme);
}
.news-details-wrapper .news-details-content-inner .web-development {
  background-color: #F0EFEF;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 944px;
  margin-top: 40px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .news-details-wrapper .news-details-content-inner .web-development {
    flex-wrap: wrap;
    margin-top: 30px;
    gap: 20px;
  }
}
.news-details-wrapper .news-details-content-inner .web-development .first-web .icon i {
  color: var(--theme2);
}
.news-details-wrapper .news-details-content-inner .web-development .first-web .title-4 {
  font-size: 20px;
  font-weight: 500;
  max-width: 340px;
  margin-top: 6px;
}
.news-details-wrapper .news-details-content-inner .web-development .first-web p {
  font-size: 14px;
  margin-top: 6px;
}
.news-details-wrapper .news-details-content-inner .web-development .line {
  height: 94px;
  width: 1px;
  background-color: #939393;
}
@media (max-width: 991px) {
  .news-details-wrapper .news-details-content-inner .web-development .line {
    display: none;
  }
}
.news-details-wrapper .news-details-content-inner .web-development .sec-web {
  text-align: right;
}
@media (max-width: 991px) {
  .news-details-wrapper .news-details-content-inner .web-development .sec-web {
    text-align: left;
  }
}
.news-details-wrapper .news-details-content-inner .web-development .sec-web .icon i {
  color: var(--theme2);
}
.news-details-wrapper .news-details-content-inner .web-development .sec-web .title-5 {
  font-size: 20px;
  font-weight: 500;
  max-width: 390px;
  margin-top: 6px;
}
.news-details-wrapper .news-details-content-inner .web-development .sec-web p {
  font-size: 14px;
  margin-top: 6px;
}
.news-details-wrapper .news-details-content-inner .comments-area {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content-inner .comments-area {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content-inner .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-wrapper .news-details-content-inner .comments-area .comments-heading .title-6 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content-inner .comments-area .comments-heading .title-6 {
    font-size: 22px;
  }
}
.news-details-wrapper .news-details-content-inner .comments-area .blog-single-comment {
  border: 1px solid rgb(147, 147, 147);
  padding: 20px;
  border-radius: 8px;
  margin-top: 15px;
}
.news-details-wrapper .news-details-content-inner .comments-area .blog-single-comment.style-2 {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .news-details-wrapper .news-details-content-inner .comments-area .blog-single-comment.style-2 {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content-inner .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-wrapper .news-details-content-inner .comments-area .blog-single-comment .content .head {
  margin-bottom: 10px;
}
.news-details-wrapper .news-details-content-inner .comments-area .blog-single-comment .content .head .con h3 {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
}
.news-details-wrapper .news-details-content-inner .comments-area .blog-single-comment .content .head .link-btn {
  font-size: 16px;
  font-weight: 500;
  color: rgb(13, 13, 13);
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
}
.news-details-wrapper .news-details-content-inner .comments-area .blog-single-comment .content .head .link-btn:hover {
  color: var(--theme2);
}
.news-details-wrapper .news-details-content-inner .comment-form-wrap {
  margin-top: 50px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content-inner .comment-form-wrap {
    margin-top: 30px;
  }
}
.news-details-wrapper .news-details-content-inner .comment-form-wrap h3 {
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .news-details-wrapper .news-details-content-inner .comment-form-wrap h3 {
    font-size: 48px;
  }
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content-inner .comment-form-wrap h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}
.news-details-wrapper .news-details-content-inner .comment-form-wrap .form-clt span {
  color: var(--text);
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.news-details-wrapper .news-details-content-inner .comment-form-wrap .form-clt input,
.news-details-wrapper .news-details-content-inner .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background: rgb(240, 239, 239);
  padding: 15px 20px;
  font-weight: 400;
  color: var(--text);
  border-radius: 10px;
}
.news-details-wrapper .news-details-content-inner .comment-form-wrap .form-clt input::placeholder,
.news-details-wrapper .news-details-content-inner .comment-form-wrap .form-clt textarea::placeholder {
  color: #939393;
}
.news-details-wrapper .news-details-content-inner .comment-form-wrap .form-clt textarea {
  padding-bottom: 120px;
  resize: none;
}
.news-details-wrapper .news-details-content-inner .comment-form-wrap .form-check .form-check-input {
  float: left;
  margin-left: -10px;
  transform: translateY(4px);
}
@media (max-width: 767px) {
  .news-details-wrapper .news-details-content-inner .comment-form-wrap .form-check .form-check-input {
    transform: translateY(23px);
  }
}
.news-details-wrapper .news-details-content-inner .comment-form-wrap .form-check .form-check-label {
  font-size: 15px;
  color: #454e63;
  margin-left: 10px;
}
.news-details-wrapper .news-details-content-inner .comment-form-wrap .theme-btn {
  background-color: var(--theme);
  border-radius: 35px;
  padding: 20px 40px;
  line-height: 1;
  color: var(--header);
  max-width: 340px;
  width: 100%;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-details-content-inner .comment-form-wrap .theme-btn {
    max-width: 200px;
  }
}
.news-details-wrapper .news-details-content-inner .comment-form-wrap .theme-btn:hover {
  color: var(--white);
}

.brand-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .brand-wrapper {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    gap: 20px;
    margin-top: 30px;
  }
  .brand-wrapper img {
    width: 130px;
  }
}
@media (max-width: 991px) {
  .brand-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .brand-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .brand-wrapper {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
}
.brand-wrapper.style-3 {
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .brand-wrapper.style-3 {
    margin-top: 30px;
  }
}
.brand-wrapper .brand-box-2 {
  max-width: 250px;
  height: 250px;
  line-height: 250px;
  background-color: #F0EFEF;
  border-radius: 50%;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1399px) {
  .brand-wrapper .brand-box-2 {
    max-width: 200px;
    height: 200px;
    line-height: 200px;
    width: 100%;
  }
}
.brand-wrapper .brand-box-2.style-2 {
  max-width: 300px;
  height: 300px;
  line-height: 300px;
  width: 100%;
}
@media (max-width: 1399px) {
  .brand-wrapper .brand-box-2.style-2 {
    max-width: 200px;
    height: 200px;
    line-height: 200px;
    width: 100%;
  }
  .brand-wrapper .brand-box-2.style-2 img {
    width: 130px;
  }
}
@media (max-width: 575px) {
  .brand-wrapper .brand-box-2 {
    margin: 0 auto;
  }
}
.brand-wrapper .brand-box-2 .brand-img-1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-wrapper .brand-box-2 .brand-img-1 img {
  opacity: 0.4;
  transition: all 0.6s ease;
  transform: translateY(0);
}
.brand-wrapper .brand-box-2 .brand-img-1:last-child img {
  transform: translateY(-350%);
  opacity: 0;
}
.brand-wrapper .brand-box-2:hover .brand-img-1:first-child img {
  transform: translateY(100%);
  opacity: 0;
}
.brand-wrapper .brand-box-2:hover .brand-img-1:last-child img {
  transform: translateY(0);
  opacity: 1;
}

.brand-section-2 {
  position: relative;
}
.brand-section-2 .brand-shape-1 {
  position: absolute;
  bottom: -30%;
  right: -1%;
}
@media (max-width: 1600px) {
  .brand-section-2 .brand-shape-1 {
    opacity: 0.3;
  }
}

.brand-items .brand-image {
  text-align: center;
  height: 285px;
  line-height: 285px;
}
@media (max-width: 1199px) {
  .brand-items .brand-image {
    border-bottom: 1px solid rgb(29, 29, 29);
    border-left: 1px solid rgb(29, 29, 29);
  }
}
@media (max-width: 991px) {
  .brand-items .brand-image {
    height: 200px;
    line-height: 200px;
  }
}
.brand-items.bb-right {
  border-right: 1px solid rgb(29, 29, 29);
}
.brand-items .bb-bottom {
  border-bottom: 1px solid rgb(29, 29, 29);
}

.brand-section-3 .section-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .brand-section-3 .section-title {
    margin-bottom: 25px;
  }
}

.faq-items {
  margin-top: 30px;
  text-align: center;
}
.faq-items .accordion .accordion-item {
  border: none;
  margin-bottom: 25px;
  background: #F0EFEF;
  padding: 0;
  border-radius: 8px !important;
}
.faq-items .accordion .accordion-item h2 button {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  box-shadow: none;
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  padding: 24px 20px;
  font-family: "Space Grotesk", sans-serif;
  color: var(--header);
}
@media (max-width: 1399px) {
  .faq-items .accordion .accordion-item h2 button {
    font-size: 20px;
    padding: 24px 16px;
  }
}
@media (max-width: 575px) {
  .faq-items .accordion .accordion-item h2 button {
    font-size: 15px;
    padding: 24px 16px;
  }
}
.faq-items .accordion .accordion-item .accordion-body {
  border-top: 6px solid #fff;
}
.faq-items .accordion .accordion-item .accordion-body p {
  color: var(--text);
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 575px) {
  .faq-items .accordion .accordion-item .accordion-body p {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
}
.faq-items .accordion .accordion-button {
  background-color: #F0EFEF;
  color: var(--theme2) !important;
}
.faq-items .accordion .accordion-button::after {
  display: none;
}
.faq-items .accordion .accordion-button::before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  top: 27px;
  right: 22px;
  font-size: 18px;
  text-align: center;
  transition: all 0.4s ease-in-out;
  color: var(--theme2);
}
.faq-items .accordion .accordion-button.collapsed {
  background-color: transparent;
  color: var(--header) !important;
}
.faq-items .accordion .accordion-button.collapsed::before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  color: var(--theme2);
}

.expertise-section {
  padding-bottom: 300px;
}
@media (max-width: 1399px) {
  .expertise-section {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .expertise-section {
    padding-bottom: 80px;
  }
}
.expertise-section .expertise-slider {
  position: relative;
  width: 100%;
  height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .expertise-section .expertise-slider {
    height: 360px;
  }
}
@media (max-width: 767px) {
  .expertise-section .expertise-slider {
    height: 240px;
  }
}
.expertise-section .expertise-slider .slider-wrapper {
  position: relative;
}
.expertise-section .expertise-slider .slide {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 560px;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%) scale(0.7);
  z-index: 1;
}
@media (max-width: 1399px) {
  .expertise-section .expertise-slider .slide {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .expertise-section .expertise-slider .slide {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .expertise-section .expertise-slider .slide {
    width: 150px;
  }
}
.expertise-section .expertise-slider .slide img {
  width: 100%;
  border-radius: 10px;
  display: block;
  outline: 2px solid rgba(255, 255, 255, 0.2);
  outline-offset: -15px;
}
.expertise-section .expertise-slider .slide.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  z-index: 5;
}
.expertise-section .expertise-slider .slide.prev {
  transform: translate(-110%, -30%) rotate(-8deg) scale(0.9);
  z-index: 3;
}
.expertise-section .expertise-slider .slide.next {
  transform: translate(23%, -25%) rotate(9deg) scale(0.8);
  z-index: 3;
}
.expertise-section .top-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .expertise-section .top-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.expertise-section .top-title-area .left-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  max-width: 380px;
  margin-top: 15px;
}
@media (max-width: 1399px) {
  .expertise-section .top-title-area .left-content p {
    font-size: 16px;
  }
}
.expertise-section .top-title-area .right-content {
  max-width: 204px;
  width: 100%;
}
.expertise-section .top-title-area .right-content h3 {
  color: var(--theme2);
  font-size: 80px;
  font-weight: 600;
}
@media (max-width: 1399px) {
  .expertise-section .top-title-area .right-content h3 {
    font-size: 50px;
  }
}
.expertise-section .top-title-area .right-content p {
  font-size: 20px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .expertise-section .top-title-area .right-content p {
    font-size: 18px;
  }
}
.expertise-section .top-title-area .array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.expertise-section .top-title-area .array-button .array-prev {
  border-radius: 100px;
  background-color: #F0EFEF;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #939393;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.expertise-section .top-title-area .array-button .array-prev:hover {
  background-color: var(--theme);
  color: var(--bg);
}
.expertise-section .top-title-area .array-button .array-next {
  border-radius: 100px;
  border: 1px solid var(--bg);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--theme2);
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.expertise-section .top-title-area .array-button .array-next:hover {
  background-color: var(--header);
  color: var(--white);
}

@media (max-width: 1199px) {
  .cta-content1 {
    display: grid;
    align-items: center;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
.cta-content1 .title {
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 1600px) {
  .cta-content1 .title {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .cta-content1 .title {
    position: initial;
    font-size: 38px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .cta-content1 .title {
    font-size: 30px;
  }
}
@media (max-width: 470px) {
  .cta-content1 .title {
    font-size: 25px;
  }
}
.cta-content1 .title.style-2 {
  top: 40px;
  left: 50%;
}
@media (max-width: 1399px) {
  .cta-content1 .title.style-2 {
    left: 40%;
  }
}
@media (max-width: 1199px) {
  .cta-content1 .title.style-2 {
    left: 15px;
    right: 15px;
  }
}
.cta-content1 .title.style-3 {
  top: 100px;
  left: 24%;
}
@media (max-width: 1399px) {
  .cta-content1 .title.style-3 {
    left: 20%;
  }
}
@media (max-width: 1199px) {
  .cta-content1 .title.style-3 {
    left: 15px;
    right: 15px;
  }
}
.cta-content1 .title.style-4 {
  bottom: -180px;
  left: 50%;
}
@media (max-width: 1399px) {
  .cta-content1 .title.style-4 {
    left: 44%;
  }
}
@media (max-width: 1199px) {
  .cta-content1 .title.style-4 {
    left: 15px;
    right: 15px;
  }
}
.cta-content1 .title a {
  color: var(--white);
  position: relative;
  transition: all 0.4s ease-in-out;
}
.cta-content1 .title a .circle-arrow {
  background-color: var(--theme);
  border-radius: 50%;
  text-align: center;
  width: 72px;
  height: 72px;
  line-height: 77px;
  display: inline-block;
  color: #1D1D1D;
  margin-left: 20px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cta-content1 .title a .circle-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 30px;
    margin: 30px auto 0;
  }
  .cta-content1 .title a .circle-arrow img {
    width: 20px;
  }
}
.cta-content1 .title a.active {
  color: var(--theme);
}
.cta-content1 .title a.active .circle-arrow {
  opacity: 1;
  visibility: visible;
}

.cta-project-section {
  height: 710px;
}
@media (max-width: 1199px) {
  .cta-project-section {
    height: initial;
  }
}

.contact-left-items .section-title p {
  color: #373636;
  line-height: 152%;
  max-width: 500px;
}
.contact-left-items .title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-left: 30px;
}
.contact-left-items .title::before {
  position: absolute;
  top: 2px;
  left: -25px;
  right: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  content: "";
  background: #F20303;
  border-radius: 50%;
}
.contact-left-items .calendar-wrapper .title2 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #373636;
  display: inline-block;
  margin-top: 18px;
}
.contact-left-items .calendar-wrapper .calendar {
  border: 1.5px solid #0D0D0D;
  border-radius: 8px;
  padding: 25px 25px;
  height: 100%;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.contact-left-items .calendar-wrapper .calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.contact-left-items .calendar-wrapper .calendar-header button {
  background: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background-color: #F0EFEF;
  color: var(--header);
  transition: all 0.4s ease-in-out;
  font-size: 14px;
}
.contact-left-items .calendar-wrapper .calendar-header button:hover {
  color: var(--white);
  background-color: var(--theme2);
}
.contact-left-items .calendar-wrapper .calendar-header .monthyears {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Space Grotesk", sans-serif;
  color: #0D0D0D;
}
.contact-left-items .calendar-wrapper .weekdays,
.contact-left-items .calendar-wrapper .days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  gap: 10px;
}
.contact-left-items .calendar-wrapper .weekdays div {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 16px;
  color: #0D0D0D;
  font-size: "Space Grotesk", sans-serif;
}
.contact-left-items .calendar-wrapper .day {
  height: 36px;
  width: 36px;
  margin: auto;
  line-height: 36px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  color: #939393;
  transition: all 0.4s ease-in-out;
}
.contact-left-items .calendar-wrapper .day:hover {
  background: var(--theme2);
  color: var(--white);
}
.contact-left-items .calendar-wrapper .day.today {
  background: var(--theme2);
  color: #fff;
}
.contact-left-items .calendar-wrapper .day.selected {
  border: 1px solid var(--theme2);
  color: #222;
}
.contact-left-items .calendar-wrapper .day.empty {
  visibility: hidden;
  cursor: default;
}

.contact-right-items {
  margin-left: 100px;
}
@media (max-width: 1399px) {
  .contact-right-items {
    margin-left: 0;
  }
}
@media (max-width: 1199px) {
  .contact-right-items {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .contact-right-items {
    margin-left: 0;
  }
}
.contact-right-items .contact-form-box {
  margin-top: 30px;
}
.contact-right-items .contact-form-box .form-clt span {
  font-size: 14px;
}
.contact-right-items .contact-form-box .form-clt input, .contact-right-items .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 8px;
  border: 1px solid #F0EFEF;
  background: #F0EFEF;
  margin-top: 10px;
}
.contact-right-items .contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}
.contact-right-items .contact-form-box .theme-btn {
  transition: all 0.4s ease-in-out;
}

.contact-left-contect-2 {
  position: relative;
  z-index: 9;
}
.contact-left-contect-2 .contact-text {
  margin-top: 25px;
  color: var(--white);
  max-width: 450px;
  font-size: 18px;
}
.contact-left-contect-2 .work-text {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 40px;
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.contact-left-contect-2 .work-text::before {
  position: absolute;
  top: 9px;
  left: -22px;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: var(--theme);
  border-radius: 50%;
}

.contact-right-content-2 .contact-form-box {
  position: relative;
  z-index: 99;
}
.contact-right-content-2 .contact-form-box .form-clt span {
  font-size: 14px;
  color: var(--white);
  text-transform: uppercase;
}
.contact-right-content-2 .contact-form-box .form-clt input, .contact-right-content-2 .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 8px;
  border: 1px solid #F0EFEF;
  background: #F0EFEF;
  margin-top: 10px;
}
.contact-right-content-2 .contact-form-box .form-clt textarea {
  padding-bottom: 120px;
}
.contact-right-content-2 .contact-form-box .theme-btn {
  transition: all 0.4s ease-in-out;
  min-width: 340px;
}
@media (max-width: 1199px) {
  .contact-right-content-2 .contact-form-box .theme-btn {
    min-width: 200px;
  }
}
.contact-right-content-2 .contact-form-box .theme-btn::before {
  background-color: var(--white);
}
.contact-right-content-2 .contact-form-box .theme-btn:hover {
  color: var(--header);
}

.contact-section-2 {
  position: relative;
  z-index: 9;
}
.contact-section-2::before {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 6px;
  z-index: 11;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  z-index: -1;
}
@media (max-width: 1199px) {
  .contact-section-2::before {
    display: none;
  }
}
.contact-section-2 .contact-shape-1 {
  position: absolute;
  bottom: 30px;
  left: 30%;
  z-index: -1;
}

.contact-section-3 {
  background-color: #F0EFEF;
}

.contact-thumb-3 {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .contact-thumb-3 {
    height: 500px;
  }
}
.contact-thumb-3::before {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  border-radius: 6px;
  z-index: 11;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow: hidden;
}
.contact-thumb-3 img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.contact-thumb-3 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);
}
.contact-thumb-3:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.contact-thumb-3:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.contact-content-3 {
  margin-top: 30px;
}
.contact-content-3.style-2 {
  margin-top: 0;
}
.contact-content-3 .select-service-area span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 6px;
}
.contact-content-3 .select-service-area .select-service {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1399px) {
  .contact-content-3 .select-service-area .select-service {
    flex-wrap: wrap;
  }
}
.contact-content-3 .select-service-area .select-service .theme-btn {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  padding: 0 25px;
  background-color: var(--white);
  transition: all 0.4s ease-in-out;
  height: 44px;
  line-height: 44px;
}
.contact-content-3 .contact-form-box {
  margin-top: 15px;
  position: relative;
  z-index: 99;
}
.contact-content-3 .contact-form-box .form-clt span {
  font-size: 14px;
  text-transform: uppercase;
}
.contact-content-3 .contact-form-box .form-clt input, .contact-content-3 .contact-form-box .form-clt textarea {
  line-height: 1;
  padding: 20px 20px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
  border-radius: 8px;
  border: 1px solid var(--white);
  background: var(--white);
  margin-top: 10px;
}
.contact-content-3 .contact-form-box .form-clt textarea {
  padding-bottom: 100px;
}
.contact-content-3 .contact-form-box .contact-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .contact-content-3 .contact-form-box .contact-button {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.contact-content-3 .contact-form-box .contact-button .theme-btn {
  transition: all 0.4s ease-in-out;
  max-width: 341px;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .contact-content-3 .contact-form-box .contact-button .theme-btn {
    max-width: 200px;
  }
}
.contact-content-3 .contact-form-box .contact-button p a {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1399px) {
  .contact-content-3 .contact-form-box .contact-button p a {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  .contact-content-3 .contact-form-box .contact-button p a {
    font-size: 18px;
  }
}
.contact-content-3.style-bg-2 .form-clt input, .contact-content-3.style-bg-2 .form-clt textarea {
  border: 1px solid #F0EFEF;
  background: #F0EFEF;
}
.contact-content-3.style-bg-2 .select-service-area .select-service .theme-btn {
  background-color: #F0EFEF;
}

.contact-left-items-3 {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .contact-left-items-3 {
    margin-right: 0;
  }
}
.contact-left-items-3 .contact-text {
  margin-top: 25px;
}
.contact-left-items-3 p {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .contact-left-items-3 p {
    margin-top: 25px;
  }
}
.contact-left-items-3 p a {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .contact-left-items-3 p a {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .contact-left-items-3 p a {
    font-size: 22px;
  }
}
.contact-left-items-3.style-3 .section-title span {
  font-size: 20px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  color: var(--header);
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom: 10px;
}
.contact-left-items-3.style-3 .section-title span::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--theme);
}
.contact-left-items-3.style-3 .section-title h2 {
  text-transform: initial !important;
}
.contact-left-items-3.style-3 .social-list {
  margin-top: 50px;
}
.contact-left-items-3.style-3 .social-list a {
  display: block;
  color: var(--header);
  font-size: 30px;
  font-weight: 500;
  font-family: "Space Grotesk", sans-serif;
  text-decoration: underline;
  margin-bottom: 20px;
}
.contact-left-items-3.style-3 .social-list a i {
  color: var(--theme2);
  margin-left: 12px;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
  z-index: 999;
}
.array-button .array-prev, .array-button .array-next {
  border-radius: 100px;
  background: #F0EFEF;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #939393;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.array-button .array-prev:hover, .array-button .array-next:hover {
  background-color: var(--theme);
  color: var(--header);
}

.swiper-dot {
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: #E6E8EB;
  opacity: 1;
  border-radius: 10px;
}
.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;
}

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

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

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

.tilt_scale {
  transition: transform 0.2s ease;
  display: inline-block;
}