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

  Theme Name: Zorax - Modern Agency Portfolio HTML Template
  Author: 
  Support: 
  Description: 
  Version: 1.0.0

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

/************ TABLE OF CONTENTS ***************
/* variable css */
/* typography css */
/* animation css */
/* common css */
/* theme css */
/* preloader css */
/* scroll css */
/* button css */
/* menu css */
/* modal css */
/* cursor css */
/* header css */
/* footer css */
/* hero css */
/* about css */
/* work css */
/* service css */
/* fun-fact css */
/* team css */
/* brand css */
/* blog css */
/* testimonial css */
/* cta css */
/* award css */
/* story css */
/* process css */
/* pricing css */
/* error css */
/* contact css */
/* offcanvas css */
/* skill css */
/* text-slider css */
/* img-reveal css */
/* variable css */
@import url("https://fonts.googleapis.com/css2?family=Handjet:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap");
@import url("../webfonts/BDOGrotesk/stylesheet.css");
:root {
  --primary: #0F0E0E;
  --secondary: rgba(15, 14, 14, 0.6);
  --border: rgba(15, 14, 14, 0.1);
  --bg: #0F0E0E;
  --theme: #C9F31D;
  --black: #0F0E0E;
  --white: #FFFFFF;
  --action: #C9F31D;
  --secondary-2: #04030A;
  --background: #1B1B1B;
  --font-color: #FFFFFF;
}

html {
  --container-max-widths: 1320px;
}
@media (min-width: 1630px) {
  html {
    --container-max-widths: 1630px;
  }
}
@media only screen and (max-width: 1399px) {
  html {
    --container-max-widths: 1140px;
  }
}
@media only screen and (max-width: 1199px) {
  html {
    --container-max-widths: 960px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    --container-max-widths: 720px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    --container-max-widths: 540px;
  }
}

/* typography css */
/* google fonts */
:root {
  --font_kanit: "Kanit", sans-serif;
  --font_inter: "Inter", sans-serif;
  --font_roboto: "Roboto", sans-serif;
  --font_handjet: "Handjet", sans-serif;
  --font_cooperhewitt: "CooperHewitt";
  --font_awesome: "Font Awesome 6 pro";
}

/* downloaded fonts  */
@font-face {
  font-family: "CooperHewitt";
  src: url("../webfonts/CooperHewitt-Medium.otf");
  font-weight: 707;
  font-style: normal;
}
@font-face {
  font-family: "CooperHewitt";
  src: url("../webfonts/CooperHewitt-Semibold.otf");
  font-weight: 709;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font_kanit);
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

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

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

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

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

p {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--secondary);
}

strong {
  font-weight: 500;
}

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

img {
  max-width: 100%;
}

.medium {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

main {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

/* animation css */
.t_parallax_image {
  overflow: hidden;
}

@keyframes t-Bubble {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes t-Zoom {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.5;
  }
  100% {
    scale: 1;
  }
}
@keyframes t-Zoom_2 {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@keyframes ui-SlideBottom {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes t-reveal {
  to {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes t-fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes t-spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes t-characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes t-sheen {
  50% {
    transform: translateY(-20px);
    color: var(--primary);
  }
}
@keyframes t-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* common css */
/* Scrollbar styling */
::-webkit-scrollbar {
  width: 5px;
}

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

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

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

/* Utility classes for positioning */
.ui-pos-rel {
  position: relative;
}

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

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

/* Container with max-width and padding */
.ui-container-1900 {
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.ui-container-1630 {
  max-width: 1630px;
}

.ui-container-1920 {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

/* Background color classes */
.ui-bg-primary {
  background-color: var(--primary);
  /* Primary background color */
}

.ui-bg-white {
  background-color: var(--white);
  /* White background color */
}

.ui-bg-black {
  background-color: var(--black);
}
.dark .ui-bg-black {
  background-color: #171717;
}

.ui-bg-light-gray {
  background-color: #F0F0F0;
}
.dark .ui-bg-light-gray {
  background-color: #212121;
}

.ui-bg-light {
  background-color: #F8F2EF;
}
.dark .ui-bg-light {
  background-color: #111111;
  --primary: #F8F2EF;
}

.ui-text-white {
  color: var(--white);
}

.ui-text-primary {
  color: var(--primary);
}

.text-gray {
  color: #555555;
}
.dark .text-gray {
  color: #999999;
}

.ui-light {
  color: #F8F2EF;
}

.agency-body-border {
  border-right: 1px solid rgba(17, 17, 17, 0.2);
  border-left: 1px solid rgba(17, 17, 17, 0.2);
}
.dark .agency-body-border {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .agency-body-border {
    border: none;
  }
}

/* Full background image styling */
.ui-bg-full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ui-bg-full img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Centering utility */
.pos-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* Parallax view styling */
.parallax-view {
  overflow: hidden;
}

.section-subtitle {
  font-size: 18px;
  font-weight: 400;
  padding: 3px 15px;
  line-height: 26px;
  border-radius: 4px;
  color: rgba(15, 14, 14, 0.6);
  display: inline-block;
  border: 1px solid var(--border);
}

.section-subtitle-2 {
  font-size: 18px;
  font-weight: 400;
  padding: 3px 19px;
  line-height: 26px;
  border-radius: 50px;
  color: rgba(15, 14, 14, 0.6);
  display: inline-block;
  border: 1px solid var(--border);
}

.section-subtitle-3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 12px;
  color: rgba(15, 14, 14, 0.6);
  display: inline-flex;
  align-items: center;
}
.section-subtitle-3:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 12px;
}

.section-subtitle-4 {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 17px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 4px;
  color: rgba(15, 14, 14, 0.6);
  display: inline-flex;
  border: 1px solid var(--border);
  align-items: center;
  gap: 12px;
}

/* Section title styling with responsive font sizes */
.section-title {
  font-size: 64px;
}
@media only screen and (max-width: 1919px) {
  .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 35px;
  }
}

.section-title-2 {
  font-size: 80px;
}
@media only screen and (max-width: 1919px) {
  .section-title-2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-title-2 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title-2 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title-2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-2 {
    font-size: 35px;
  }
}

.section-title-3 {
  font-size: 36px;
}
@media only screen and (max-width: 1399px) {
  .section-title-3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-title-3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-title-3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-3 {
    font-size: 26px;
  }
}

.text-reveal-line {
  overflow: hidden;
}

/* Section spacing with responsive padding */
.section-spacing {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

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

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

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

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

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

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

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

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

/* Mobile menu customization */
.mobile-menu {
  margin-top: 40px;
}
.mobile-menu.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mobile-menu.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.mobile-menu.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: #999999;
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.mobile-menu.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  text-transform: capitalize;
  border-top: 1px solid var(--border);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a:hover {
  color: var(--primary);
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  width: 100%;
  height: 48px;
  justify-content: end;
  font-weight: 300;
  border: none !important;
  background-color: transparent;
  font-size: 28px !important;
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.mobile-menu.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(255, 255, 255, 0.1);
  opacity: 1;
}
.mobile-menu.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 16px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 15px;
}
.mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.mobile-menu.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--border);
}
.mobile-menu.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.mobile-menu.mean-container .mean-bar {
  padding-bottom: 30px;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.mobile-menu.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.mobile-menu.mean-container a.meanmenu-reveal {
  display: none !important;
}

/* Sticky header styling */
.header-sticky {
  transition: all 0.5s;
}

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

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

/* Inverted text style */
.text-invert > div {
  background-image: linear-gradient(to right, var(--primary) 50%, rgba(15, 14, 14, 0.1) 50%);
  background-size: 200% 100%;
  background-position-x: 100%;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

/* theme css */
body {
  background-color: #FFFFFF;
  color: var(--secondary);
}

.body-wrapper {
  background-color: var(--white);
}
.body-wrapper.dark {
  background-color: var(--black);
}
.body-wrapper.creative-agency {
  background-color: var(--secondary-2);
}
.body-wrapper.personal-portfolio {
  background-color: #111111;
}

.img_anim_reveal {
  visibility: hidden;
  overflow: hidden;
}
.img_anim_reveal img {
  object-fit: cover;
  transform-origin: left;
}

.anim-reveal {
  overflow: hidden;
}

.anim-reveal-line {
  overflow: hidden;
}

.color-white {
  color: var(--white);
}
.color-black {
  color: var(--black);
}
.color-primary {
  color: var(--primary);
}
.color-secondary {
  color: var(--secondary);
}

.ui-bg-white {
  background-color: var(--white);
}
.ui-bg-black {
  background-color: var(--black);
}
.dark .ui-bg-black {
  background-color: #171717;
}
.ui-bg-primary {
  background-color: var(--primary);
}
.ui-bg-secondary {
  background-color: var(--secondary);
}
.ui-bg-transparent {
  background-color: transparent;
}
.ui-bg-theme {
  background-color: var(--theme);
}

.zi-1 {
  z-index: 1;
}
.zi-2 {
  z-index: 2;
}
.zi-0 {
  z-index: 0;
}
.zi--1 {
  z-index: -1;
}

.text-underline {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  text-decoration-skip-ink: none;
}

.header__area-6 {
  position: unset;
}

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

.text-indent-40 {
  text-indent: 40px;
}
.text-indent-50 {
  text-indent: 50px;
}

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

section {
  margin-bottom: -1px;
}

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

.dir-rtl {
  direction: rtl;
}

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

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

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

.admin-bar header,
.admin-bar .body-wrapper {
  margin-top: 32px;
}

.swiper,
.swiper-container {
  direction: ltr;
}

.border-e-0 {
  border-inline-end: 0 !important;
}

.border-s-0 {
  border-inline-start: 0 !important;
}

/* preloader css */
.container-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
}
.container-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.container-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 6em;
  width: 6em;
  border: 7px solid var(--primary);
  border-top-color: var(--white);
  margin: 0 auto 3.5em auto;
}
@media only screen and (max-width: 1199px) {
  .container-preloader .animation-preloader .spinner {
    height: 4em;
    width: 4em;
    border-width: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .spinner {
    margin: 0 auto 0.2em auto;
  }
}
.container-preloader .animation-preloader .txt-loading {
  font: bold 5em "Montserrat", sans-serif;
  text-align: center;
  user-select: none;
}
.container-preloader .animation-preloader .txt-loading .characters {
  color: var(--white);
  position: relative;
  display: inline-block;
}
.dark .container-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 767px) {
  .container-preloader .animation-preloader .txt-loading .characters {
    font-size: 50px;
  }
}
.container-preloader .animation-preloader .txt-loading .characters:before {
  color: var(--primary);
  content: attr(data-text);
  animation: characters 4s infinite;
  left: 0;
  top: 0;
  opacity: 0;
  position: absolute;
  transform: rotateY(-90deg);
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}
.container-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}
.container-preloader .loader-section {
  background-color: var(--white);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.dark .container-preloader .loader-section {
  background-color: var(--white);
}
.container-preloader .loader-section.section-left {
  left: 0;
}
.container-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* scroll css */
.scroll__down {
  display: flex;
  gap: 20px;
  align-items: center;
}
.scroll__down p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.9;
  text-transform: uppercase;
  color: var(--white);
}
.scroll__down span {
  width: 66px;
  height: 106px;
  border: 1px solid var(--black-6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 89px;
}
.scroll__down span i {
  color: var(--white);
}
.scroll__down-wrapper {
  height: 425px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1399px) {
  .scroll__down-wrapper {
    height: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .scroll__down-wrapper {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll__down-wrapper {
    height: auto;
    padding: 40px 0;
  }
}
.scroll-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 0px;
  z-index: 9999;
  background: var(--white);
  border-radius: 100px;
  mix-blend-mode: exclusion;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.scroll-top.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}

.go-top-writer {
  width: 105px;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  color: var(--white);
  background-image: url(../imgs/writer/go-top.webp);
  background-position: right center;
  background-repeat: no-repeat;
  right: 16%;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
}
.go-top-writer:hover {
  color: var(--primary);
}
.go-top-writer.showed {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .go-top-writer br {
    display: block;
  }
}

.progress-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100px);
  transition: all 300ms linear;
}

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

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

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

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

.light .scroll__down p {
  color: var(--black);
}
.light .scroll__down span {
  border-color: var(--white-3);
}
.light .scroll__down span i {
  color: var(--black);
}
.light.go-top-writer {
  color: var(--black);
  background-color: transparent;
  background-image: url(../imgs/writer/go-top-light.webp);
}
.light.progress-wrap {
  margin: 0;
  background-color: transparent;
}
.light.progress-wrap svg path {
  fill: var(--black);
}
.light.progress-wrap::after {
  color: var(--white);
}

/* button css */
.ui-btn {
  display: inline-flex;
}
.ui-btn:hover .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.ui-btn:hover .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}
.ui-btn .btn-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  padding: 14px 24px;
  background-color: var(--black);
  border-radius: 10px;
  color: var(--white);
  transition: all 0.3s;
}
.ui-btn .btn-icon {
  width: 46px;
  background-color: var(--black);
  color: var(--white);
  font-size: 16px;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.ui-btn.bordered:hover .btn-text {
  background-color: var(--theme);
  border-color: transparent;
}
.ui-btn.bordered:hover .btn-icon {
  background-color: var(--theme);
  border-color: transparent;
}
.ui-btn.bordered .btn-text {
  background-color: transparent;
  border: 1px solid var(--black);
  padding: 13px 23px;
  color: var(--black);
}
.ui-btn.bordered .btn-icon {
  background-color: transparent;
  border: 1px solid var(--black);
  color: var(--black);
}
.ui-btn.circle .btn-text {
  border-radius: 100px;
}
.ui-btn.circle .btn-icon {
  border-radius: 100px;
}
.ui-btn.reversed {
  flex-direction: row-reverse;
  gap: 10px;
}
.ui-btn.reversed:hover .btn-icon {
  transform: translateX(10px);
}
.ui-btn.v2.bordered:hover .btn-text {
  background-color: var(--theme);
  color: var(--black);
  border-color: var(--black);
}
.ui-btn.v2.bordered:hover .btn-icon {
  background-color: var(--theme);
  border-color: var(--black);
  color: var(--black);
}
.ui-btn.v2.bordered .btn-text {
  background-color: transparent;
  border: 1px solid var(--white);
  padding: 13px 23px;
  color: var(--white);
}
.ui-btn.v2.bordered .btn-icon {
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}

.ui-btn-2 {
  display: inline-flex;
  gap: 34px;
  align-items: center;
  padding: 5px 34px 5px 5px;
  background-color: #ddf160;
  border-radius: 30px;
}
.ui-btn-2:hover {
  background-color: var(--white);
}
.ui-btn-2:hover .btn-text {
  color: var(--black);
}
.ui-btn-2:hover .btn-icon {
  background-color: #ddf160;
  color: var(--black);
}
.ui-btn-2 .btn-text {
  font-family: var(--font_roboto);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: var(--black);
  transition: all 0.3s;
}
.ui-btn-2 .btn-icon {
  width: 40px;
  height: 40px;
  background-color: var(--black);
  color: var(--white);
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.ui-btn-underline {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: var(--primary);
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding-bottom: 0px;
  white-space: nowrap;
}
.ui-btn-underline:hover::before {
  width: 0;
}
.ui-btn-underline:hover i {
  rotate: 0deg;
}
.ui-btn-underline::before {
  position: absolute;
  content: "";
  inset-inline-start: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: 0.3s;
}
.ui-btn-underline .icon {
  display: flex;
}
.ui-btn-underline i {
  font-size: 17px;
  font-weight: 400;
  transition: all 0.3s;
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.btn-hover-default {
  transition: all 0.5s;
}
.btn-hover-default:hover {
  color: var(--black);
  background-color: var(--white);
}
.btn-hover-cross {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.btn-hover-cross::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cross:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-hover-cross:hover::after {
  height: 120%;
  opacity: 1;
}
.btn-hover-divide {
  overflow: hidden;
  position: relative;
  transition: all 1s;
  z-index: 1;
}
.btn-hover-divide::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-divide:hover {
  border-color: var(--primary);
  background-color: transparent !important;
  border-color: transparent;
}
.btn-hover-divide:hover::after {
  height: 400%;
  opacity: 1;
}
.btn-hover-cropping {
  overflow: hidden;
  position: relative;
  transition: all 1s;
}
.btn-hover-cropping::after {
  position: absolute;
  content: "";
  width: 150%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: var(--primary);
  transform: translateX(-50%) translateY(-50%) rotate(25deg);
  transition: all 0.75s;
  opacity: 0.5;
  z-index: -1;
}
.btn-hover-cropping:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-hover-cropping:hover::after {
  height: 400%;
  opacity: 1;
}
.btn-hover-mask {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 5px;
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  border: 1px solid var(--white);
  z-index: 1;
}
.btn-hover-mask::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--white);
  mask: url("https://raw.githubusercontent.com/robin-dela/css-mask-animation/master/img/nature-sprite.webp");
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
}
.btn-hover-mask:hover {
  color: var(--white);
}
.btn-hover-mask:hover::after {
  animation: mask_animation 0.7s steps(22) forwards;
}
.btn-rollover-top {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-top:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 0px;
  width: 100%;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-top:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-rollover-top:hover::before {
  top: 0%;
  bottom: auto;
  height: 100%;
}
.btn-rollover-left {
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.btn-rollover-left::before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  background-color: var(--primary);
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.btn-rollover-left:hover {
  border-color: var(--primary);
  background-color: transparent;
}
.btn-rollover-left:hover::before {
  left: 0%;
  right: auto;
  width: 100%;
}
.btn-rollover-cross {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.btn-rollover-cross::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 100%;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  transition: all 0.75s;
}
.btn-rollover-cross::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 100%;
  right: 100%;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  transition: all 0.75s;
}
.btn-rollover-cross:hover {
  border-color: transparent;
  color: var(--primary);
}
.btn-rollover-cross:hover::before {
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-rollover-cross:hover::after {
  top: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-parallal-border {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
.btn-parallal-border::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  bottom: 0;
  left: 0;
  opacity: 0;
  border-bottom: 3px solid var(--primary);
  border-left: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}
.btn-parallal-border::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  top: 0;
  right: 0;
  opacity: 0;
  border-top: 3px solid var(--primary);
  border-right: 3px solid var(--primary);
  border-radius: 5px;
  transition: all 0.75s;
}
.btn-parallal-border:hover {
  border-color: transparent;
  color: var(--primary);
}
.btn-parallal-border:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn-parallal-border:hover::after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

.circle-text {
  width: 140px;
  height: 140px;
  position: relative;
  border-radius: 100px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .circle-text {
    width: 120px;
    height: 120px;
  }
}
.circle-text .text {
  animation: spinner 5s infinite linear;
}
.circle-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.circle-text:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 37px solid transparent;
  border-radius: 50%;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
.ui-btn-group {
  display: inline-flex;
}
.ui-btn-group > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-right: -46px;
  transition: all 0.3s;
}
.ui-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  transition: all 0.3s;
}
.ui-btn-group > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
  transition: all 0.3s;
}
.ui-btn-group:hover > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
}
.ui-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.ui-btn-group:hover > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: -46px;
}
.ui-btn-group .btn-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  padding: 14px 24px;
  background-color: var(--black);
  border-radius: 100px;
  color: var(--white);
  transition: all 0.3s;
  z-index: 1;
}
.ui-btn-group .btn-icon {
  width: 46px;
  background-color: var(--black);
  color: var(--white);
  font-size: 16px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.ui-btn-group.bordered:hover .btn-text {
  background-color: var(--theme);
  border-color: transparent;
}
.ui-btn-group.bordered:hover .btn-icon {
  background-color: var(--theme);
  border-color: transparent;
}
.ui-btn-group.bordered .btn-text {
  background-color: var(--white);
  border: 1px solid #eeeeee;
  padding: 13px 23px;
  color: var(--black);
}
.ui-btn-group.bordered .btn-icon {
  background-color: var(--white);
  border: 1px solid #eeeeee;
  color: var(--black);
}

.ui-btn-group-2 {
  display: inline-flex;
  gap: 2px;
}
.ui-btn-group-2 > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-right: 0;
  transition: all 0.3s;
}
.ui-btn-group-2 > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  transition: all 0.3s;
}
.ui-btn-group-2 > *:nth-child(3) {
  transform: scale3d(0.5, 0.5, 1);
  margin-left: -46px;
  transition: all 0.3s;
}
.ui-btn-group-2:hover > *:nth-child(1) {
  transform: scale3d(0.5, 0.5, 1);
  margin-right: -46px;
}
.ui-btn-group-2:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
}
.ui-btn-group-2:hover > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-left: 0;
}
.ui-btn-group-2 .btn-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  padding: 14px 24px;
  background-color: var(--black);
  border-radius: 100px;
  color: var(--white);
  transition: all 0.3s;
  z-index: 1;
}
.ui-btn-group-2 .btn-icon {
  width: 46px;
  min-width: 46px;
  background-color: var(--black);
  color: var(--white);
  font-size: 16px;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.ui-btn-group-2.bordered:hover .btn-text {
  background-color: var(--theme);
  border-color: transparent;
}
.ui-btn-group-2.bordered:hover .btn-icon {
  background-color: var(--theme);
  border-color: transparent;
}
.ui-btn-group-2.bordered .btn-text {
  background-color: var(--white);
  border: 1px solid #04030a;
  padding: 13px 23px;
  color: var(--black);
}
.ui-btn-group-2.bordered .btn-icon {
  background-color: var(--white);
  border: 1px solid #04030a;
  color: var(--black);
}

/* menu css */
.main-menu.menu-dark > ul > li > a {
  color: var(--black);
}
.main-menu.menu-light > ul > li > a {
  color: var(--white);
}
.main-menu > ul {
  display: flex;
}
.main-menu > ul > li {
  padding: 5px 0;
}
.main-menu > ul > li:hover > a {
  color: var(--secondary);
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 0;
}
.main-menu > ul > li:hover > ul.dp-menu li:hover > ul {
  opacity: 1;
  pointer-events: all;
  inset-inline-start: 100%;
}
.main-menu li {
  position: relative;
  list-style: none;
}
.main-menu li a {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--primary);
  padding: 37px 15px;
  text-transform: capitalize;
}
.main-menu ul.dp-menu {
  background-color: #232529;
  padding: 18px 0px;
  width: 250px;
  position: absolute;
  inset-inline-start: 10px;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  border-radius: 6px;
  margin-top: 5px;
  transition: all 0.5s;
}
.main-menu ul.dp-menu.column-2 {
  column-count: 2;
  width: 480px;
  column-gap: 0;
}
.main-menu ul.dp-menu ul {
  background: var(--black);
  padding: 18px 0px;
  width: 300px;
  position: absolute;
  inset-inline-start: calc(100% + 10px);
  top: 0;
  opacity: 0;
  z-index: 10;
  transition: all 0.5s;
}
.main-menu ul.dp-menu li {
  position: relative;
  padding: 0 25px;
}
.main-menu ul.dp-menu li:hover > a {
  color: var(--white);
  background-color: transparent;
}
.main-menu ul.dp-menu li:hover > ul {
  opacity: 1;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul.dp-menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  padding: 10px 0;
  background-color: transparent;
  border-radius: 6px;
  text-transform: uppercase;
}
.main-menu ul.dp-menu li a:hover {
  letter-spacing: 0.5px;
}
.main-menu ul.dp-menu li a:after {
  transform: rotate(-90deg);
  margin-left: auto;
}
.main-menu .has-mega-menu {
  position: static;
}
.main-menu li.menu-item-has-children > a:after {
  content: "";
  font-family: var(--font_awesome);
  margin-inline-start: 5px;
  font-weight: 600;
  font-size: 14px;
}
.main-menu .mega-menu {
  background-color: var(--black);
  padding: 30px 50px;
  width: 100%;
  position: absolute;
  left: 10px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 50px;
  justify-content: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: 10;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-menu {
    column-gap: 30px;
  }
}
.main-menu .mega-menu li:has(ul) > a:after {
  content: "";
}
.main-menu .mega-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  height: 40px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--black);
  border-radius: 8px;
  overflow: hidden;
}
.main-menu .mega-menu li a:hover {
  color: var(--white);
  background: #2C2C2F;
}
.main-menu .mega-menu .title {
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #333337;
  padding-bottom: 20px;
  margin-bottom: 20px;
  pointer-events: none;
  border-radius: 0;
}
.main-menu .mega-style-2 {
  padding: 0 15%;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.main-menu .mega-style-2 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-2 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-2 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-2 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
}
.main-menu .mega-style-2 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-2 ul li a {
  padding-left: 30px;
}
.main-menu .mega-style-3 {
  padding: 0 0 0 20px;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
}
.main-menu .mega-style-3 .title {
  height: 70px;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  padding-left: 30px;
}
.main-menu .mega-style-3 .title:after {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: #333337;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
}
.main-menu .mega-style-3 > li:not(:first-child) {
  border-left: 1px solid #333337;
}
.main-menu .mega-style-3 > li:last-child {
  border: none;
  width: 36vw;
}
@media only screen and (max-width: 1399px) {
  .main-menu .mega-style-3 > li:last-child {
    width: 32vw;
  }
}
.main-menu .mega-style-3 ul {
  column-count: 2;
  position: relative;
  padding: 20px 0;
  column-gap: 0;
}
.main-menu .mega-style-3 ul:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 700px;
  background-color: #333337;
  top: 0;
  left: 50%;
  z-index: 1;
}
.main-menu .mega-style-3 ul li {
  margin: 0 10px;
}
.main-menu .mega-style-3 ul li a {
  padding-left: 20px;
}
.main-menu .mega-grid-6 {
  grid-template-columns: repeat(6, 1fr);
}
.main-menu .mega-grid-2 {
  grid-template-columns: repeat(2, 1fr);
  row-gap: 60px;
}
.main-menu .list-3-column ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
}
@media only screen and (max-width: 1399px) {
  .main-menu .list-3-column ul {
    column-gap: 30px;
  }
}
.main-menu .span-first-item ul li:first-child {
  grid-column: 1/-1;
  column-span: all;
}
.main-menu .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  border-radius: 2px;
  margin-inline-start: 8px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .main-menu-2 {
    display: none;
  }
}
.main-menu-2 li {
  display: inline-block;
  padding: 0 10px;
}
.main-menu-2 li a {
  display: block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px;
  text-transform: capitalize;
}
.main-menu-2 li a:hover {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .main-menu-2 li a {
    padding: 5px 0;
  }
}
.main-menu-3 li {
  display: inline-block;
  margin-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .main-menu-3 li {
    margin-right: 25px;
  }
}
.main-menu-3 li:last-child {
  margin-right: 0;
}
.main-menu-3 li a {
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.main-menu-3 li a:hover {
  color: var(--primary);
}
.main-menu-4 li {
  display: inline-block;
  margin-right: 50px;
}
.main-menu-4 li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white);
  text-transform: uppercase;
}
.main-menu-4 li a:hover {
  color: var(--primary);
}

.mega-menu-thumb {
  width: 108%;
  aspect-ratio: 100/83;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-thumb {
    width: 100%;
    height: 100%;
  }
}
.mega-menu-thumb:after {
  position: absolute;
  content: "";
  width: 76%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(28, 29, 32, 0) 0%, #1C1D20 100%);
}
.mega-menu-thumb .laptop-view {
  width: 70%;
  aspect-ratio: 100/114;
  object-fit: cover;
  object-position: center top;
  position: absolute;
  right: 70px;
  bottom: 0;
}

.mega-menu-counter__item {
  text-align: center;
  display: inline-block;
  margin-top: 35%;
  margin-left: 17%;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .mega-menu-counter__item {
    margin: 30px auto 50px;
  }
}
.mega-menu-counter__text p {
  font-size: 30px;
  line-height: 28px;
  color: var(--white);
  font-weight: 500;
}
.mega-menu-counter__number {
  font-size: 150px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 24px;
  color: var(--white);
  background: linear-gradient(136deg, #9479FF 0%, #FFA6D6 47.92%, #FFFCE3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 1199px) {
  .menu-with-number {
    display: none;
  }
}
.menu-with-number li {
  display: inline-block;
}
.menu-with-number li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 34px 40px;
  display: inline-block;
  text-transform: uppercase;
}
.menu-with-number li a:hover span {
  color: var(--white);
}
.menu-with-number li a:hover span::before {
  background-color: var(--white);
}
.menu-with-number li a.active span {
  color: var(--white);
}
.menu-with-number li a.active span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  background-color: var(--white);
}
.menu-with-number li a span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 10px;
  text-align: right;
  color: #999999;
  position: relative;
  transition: all 0.5s;
}
.menu-with-number li a span::before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  right: 20px;
  top: 50%;
  transition: all 0.5s;
  background-color: var(--black-6);
}

.sidebar-menu li {
  display: block;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1919px) {
  .sidebar-menu li {
    padding-bottom: 10px;
  }
}
.sidebar-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: var(--white);
  padding: 10px 0;
  text-transform: uppercase;
}
.sidebar-menu li a:hover, .sidebar-menu li a.active {
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .sidebar-menu li a {
    padding: 5px 0;
  }
}

/* mean menu customize */
.offcanvas__menu-wrapper.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.offcanvas__menu-wrapper.mean-container .mean-nav > ul > li:last-child > a {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}
.offcanvas__menu-wrapper.mean-container .mean-nav .new {
  font-size: 10px;
  font-weight: 600;
  background: #FFA38E;
  color: var(--black);
  padding: 3px 7px;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 15px 0;
  padding-inline-start: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  color: var(--white);
  text-transform: capitalize;
  border-top: 1px solid var(--black-4);
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  transform: translateY(var(--y)) translateZ(0);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a {
    font-size: 20px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
  width: 54px;
  height: 54px;
  justify-content: center;
  font-weight: 300;
  border: none !important;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand {
    height: 50px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--secondary);
  opacity: 1;
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li:first-child {
  border-top: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
  font-size: 20px;
  text-transform: capitalize;
  border-top: none !important;
  padding: 12px 0;
  padding-inline-start: 30px;
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
  height: 58px;
}
@media only screen and (max-width: 991px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .offcanvas__menu-wrapper.mean-container .mean-nav ul li li a.mean-expand {
    height: 22px;
  }
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li:last-child {
  border-bottom: 1px solid var(--black-4);
}
.offcanvas__menu-wrapper.mean-container .mean-nav ul li li li a {
  padding-left: 40px;
}
.offcanvas__menu-wrapper.mean-container .mean-bar {
  padding: 0;
  background: none;
  max-height: auto;
  overflow-y: scroll;
}
.offcanvas__menu-wrapper.mean-container .mean-bar::-webkit-scrollbar {
  width: 0;
}
.offcanvas__menu-wrapper.mean-container a.meanmenu-reveal {
  display: none !important;
}

.light .main-menu li a:hover {
  color: var(--primary);
}
.light .main-menu-2 li a {
  color: var(--black);
}
.light .main-menu-2 li a:hover {
  color: var(--primary);
}
.light .main-menu-3 li a {
  color: var(--black);
}
.light .main-menu-3 li a:hover {
  color: var(--primary);
}
.light .sidebar-menu li a {
  color: var(--black);
}
.light .sidebar-menu li a:hover {
  color: var(--primary);
}
.light .menu-with-number li a {
  color: var(--black);
}
.light .menu-with-number li a:hover span {
  color: var(--black);
}
.light .menu-with-number li a:hover span::before {
  background-color: var(--black);
}
.light .menu-with-number li a span {
  color: var(--black-9);
}
.light .menu-with-number li a span::before {
  background-color: var(--black-9);
}
.light .menu-with-number li a.active span {
  color: var(--black);
}
.light .menu-with-number li a.active span::before {
  background-color: var(--black);
}

/* modal css */
.modal__dialog {
  width: 760px;
  max-width: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 991px) {
  .modal__dialog {
    width: 700px;
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modal__dialog {
    width: 350px;
  }
}
.modal__content {
  height: 500px;
}
@media only screen and (max-width: 767px) {
  .modal__content {
    height: 300px;
  }
}
.modal__content iframe {
  width: 100%;
  height: 100%;
}
.modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -15px;
  right: -15px;
  z-index: 9;
  border-radius: 50px;
  font-size: 20px;
  color: var(--white);
  background: var(--black);
  transition: all 0.3s;
}
.modal__close:hover {
  color: var(--primary);
}
.modal__sfluence {
  width: 100%;
  height: 100%;
  padding: 60px;
}
@media only screen and (max-width: 767px) {
  .modal__sfluence {
    padding: 20px 10px;
  }
}
.modal__sfluence-area {
  width: 100vw;
  height: 100vh;
  background: var(--black);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0.5);
}
.modal__sfluence-area.showed {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.modal__sfluence-area .close_btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0px;
  right: 20px;
  z-index: 9;
  border-radius: 50px;
  font-size: 30px;
  color: var(--white);
  transition: all 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__sfluence-area .close_btn:hover {
  color: var(--primary);
}
@media only screen and (max-width: 767px) {
  .modal__sfluence-area .close_btn {
    right: 0;
  }
}
.modal__sfluence-area iframe,
.modal__sfluence-area video {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal__sfluence-area iframe,
.modal__sfluence-area video {
    height: 300px;
    object-fit: cover;
    margin-top: 45%;
  }
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* cursor css  */
.cb-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}

.cb-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 80px;
  height: 30px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

.cb-cursor-text {
  position: absolute;
  top: -28px;
  left: -4px;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: black;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}

@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion,
.cb-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .cb-cursor.-exclusion:before,
.cb-cursor.-opaque:before {
    background: white;
  }
}
.cb-cursor.-normal,
.cb-cursor.-text {
  mix-blend-mode: normal;
}

.cb-cursor.-normal:before,
.cb-cursor.-text:before {
  background: currentColor;
}

.cb-cursor.-inverse {
  color: white;
}

.cb-cursor.-visible:before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}

.cb-cursor.-visible.-active:before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-pointer:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.cb-cursor.-text:before {
  background: #fff;
  -webkit-transform: scale(1.7);
  -moz-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
  transform: scale(1.7);
}

.cb-cursor.-text .cb-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.cb-cursor.-text.-active:before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.cb-cursor.-opaque:before {
  -webkit-transform: scale(1.32);
  -moz-transform: scale(1.32);
  -ms-transform: scale(1.32);
  -o-transform: scale(1.32);
  transform: scale(1.32);
}

.cb-cursor.-opaque.-active:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.cb-cursor.-lg:before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}

.cb-cursor.-hidden:before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.-color-red {
  color: red;
}

.-color-green {
  color: #51c67d;
}

.cb-demo {
  background: #fff;
}

.cb-demo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100vh;
}

.cb-demo-container {
  padding: 0 20px;
}

@media (min-width: 1600px) {
  .cb-demo-container {
    padding: 0 120px;
  }
}
.cb-demo-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 30px 0;
}

@media (min-width: 1600px) {
  .cb-demo-row {
    margin: 60px 0;
  }
}
.cb-demo-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px 30px;
  margin: 0 20px;
  color: #000;
}

@media (min-width: 1600px) {
  .cb-demo-item {
    padding: 90px 30px;
    margin: 0 30px;
  }
}
.cb-demo-item-title {
  position: relative;
  margin: 0 0 25px 0;
  font-size: 30px;
  font-weight: bold;
}

.cb-demo-item-text {
  position: relative;
  max-width: 70%;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.cb-demo-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #f8f8f8;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s, -moz-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s, -moz-box-shadow 0.2s;
}

.cb-cursor.-green {
  color: green;
}

.cb-cursor.-green:before {
  background: green;
}

.cb-cursor.-red .cb-cursor-text {
  color: black;
  top: 0px;
  left: 0px;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
}

.cb-cursor.-red {
  color: black;
  background-color: black;
  width: 5px;
  height: 5px;
}

.cb-cursor.-red:before {
  border-radius: 500px;
  background: white;
  width: 100px;
  height: 100px;
  color: #fff;
}

.cb-cursor.-portfolio:before {
  display: none;
}
.cb-cursor.-portfolio .cb-cursor-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  text-align: start;
}
.cb-cursor.-portfolio .work-btn {
  width: 120px;
  height: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary);
  transition: all 0.5s;
}
.cb-cursor.-portfolio .work-btn i {
  font-size: 16px;
}

/* header css */
/* header area style  */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(15, 14, 14, 0.12);
}
.header-area-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  height: 90px;
}
@media only screen and (max-width: 1199px) {
  .header-area-inner {
    height: 80px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #ffffff;
}
.header-area .main-menu > ul {
  display: flex;
  gap: 44px;
}
.header-area .main-menu > ul > li:hover > a {
  background-color: var(--theme);
  color: var(--black);
}
.header-area .main-menu li a {
  font-size: 18px;
  font-weight: 400;
  padding: 3px 11px;
  color: rgba(15, 14, 14, 0.7);
  text-transform: uppercase;
  border-radius: 6px;
}

.header-logo {
  margin-right: auto;
}
.header-logo img {
  width: 145px;
}

.header-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 575px) {
  .header-btn {
    display: none;
  }
}

.header-navicon .side-toggle {
  width: 80px;
  height: 50px;
  border: 1px solid var(--border);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* header-2 area style  */
.header-2-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-2-area-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  height: 90px;
}
.header-2-area .sticky,
.header-2-area .transformed {
  background-color: #ffffff;
}

.header-2-meta {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-2-meta {
    display: none;
  }
}
.header-2-meta .meta-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--black);
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 15px 25px;
  transition: all 0.3s;
}
.header-2-meta .meta-item:hover {
  background-color: var(--theme);
  border-color: transparent;
}
.header-2-meta .meta-item.v2 {
  border-color: rgba(255, 255, 255, 0.2);
  color: var(--white);
}
.header-2-meta .meta-item.v2 img {
  transition: all 0.3s;
}
.header-2-meta .meta-item.v2:hover {
  color: var(--black);
}
.header-2-meta .meta-item.v2:hover img {
  filter: brightness(0);
}

.header-2-navicon .ui-offcanvas-open-btn {
  width: 80px;
  height: 50px;
  border: 1px solid var(--border);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.header-2-navicon .ui-offcanvas-open-btn:hover {
  background-color: var(--theme);
  border-color: transparent;
}
.header-2-navicon.v2 .ui-offcanvas-open-btn {
  width: 80px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-2-navicon.v2 .ui-offcanvas-open-btn:hover {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.header-2-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .header-2-logo {
    position: static;
    transform: none;
    margin-left: auto;
  }
}
.header-2-logo img {
  width: 145px;
}

.header-2-nav {
  display: none;
}

.header-2-btn {
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .header-2-btn {
    display: none;
  }
}
.header-2-btn .ui-btn-group-2 .btn-text {
  padding: 15px 33px;
  border-color: var(--border);
}
.header-2-btn .ui-btn-group-2 .btn-icon {
  width: 50px;
  border-color: var(--border);
}

/* header-3 area style  */
.header-3-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-3-area-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  height: 90px;
}
@media only screen and (max-width: 1199px) {
  .header-3-area-inner {
    height: 80px;
  }
}
.header-3-area .sticky,
.header-3-area .transformed {
  background-color: #ffffff;
}
.header-3-area .main-menu > ul {
  display: flex;
  gap: 44px;
}
.header-3-area .main-menu > ul > li:hover > a {
  background-color: var(--theme);
  color: var(--black);
}
.header-3-area .main-menu li a {
  font-size: 18px;
  font-weight: 400;
  padding: 3px 11px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  border-radius: 6px;
}

.header-3-logo {
  margin-right: auto;
}
.header-3-logo img {
  width: 145px;
}

.header-3-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 575px) {
  .header-3-btn {
    display: none;
  }
}
.header-3-btn .ui-btn:hover .btn-text {
  background-color: var(--theme);
}
.header-3-btn .ui-btn:hover .btn-icon {
  background-color: var(--theme);
}
.header-3-btn .ui-btn .btn-text {
  background-color: var(--white);
  color: var(--black);
}
.header-3-btn .ui-btn .btn-icon {
  background-color: var(--white);
  color: var(--black);
}

.header-3-navicon .side-toggle {
  width: 80px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* header-4 area style  */
.header-4-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 24px;
}
@media only screen and (max-width: 1919px) {
  .header-4-area {
    margin-top: 14px;
  }
}
.header-4-area-inner {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  height: 90px;
}
.header-4-area .sticky,
.header-4-area .transformed {
  background-color: #ffffff;
}

.header-4-meta {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .header-4-meta {
    display: none;
  }
}
.header-4-meta .meta-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: var(--white);
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border-radius: 100px;
  padding: 14px 26px;
  background-color: rgba(255, 255, 255, 0.1);
}
.header-4-meta .meta-item:hover {
  background-color: var(--theme);
  color: var(--black);
}
.header-4-meta .meta-item:hover img {
  filter: brightness(0);
}
.header-4-meta .meta-item img {
  transition: all 0.3s;
}

.header-4-logo-wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  width: 470px;
  margin-right: auto;
}
@media only screen and (max-width: 1919px) {
  .header-4-logo-wrapper {
    width: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .header-4-logo-wrapper {
    width: 100%;
  }
}

.header-4-logo {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 40px;
}
@media only screen and (max-width: 1919px) {
  .header-4-logo {
    height: 80px;
    padding: 0 30px;
  }
}
.header-4-logo img {
  width: 145px;
}

.header-4-navicon {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
@media only screen and (max-width: 1919px) {
  .header-4-navicon {
    width: 80px;
    height: 80px;
  }
}

.header-4-nav {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-4-btn {
    display: none;
  }
}
.header-4-btn .ui-btn-group:hover .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.header-4-btn .ui-btn-group:hover .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}
.header-4-btn .ui-btn-group .btn-text {
  padding: 14px 31px;
  background-color: #242526;
}
.header-4-btn .ui-btn-group .btn-icon {
  background-color: #242526;
}

/* header-5 area style  */
.header-5-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1b1b1b;
}
.header-5-area-inner {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
  height: 100px;
}
@media only screen and (max-width: 1399px) {
  .header-5-area-inner {
    height: 80px;
  }
}
.header-5-area .sticky,
.header-5-area .transformed {
  background-color: #ffffff;
}
.header-5-area .main-menu > ul {
  display: flex;
  gap: 44px;
}
.header-5-area .main-menu > ul > li:hover > a {
  background-color: var(--white);
  color: var(--black);
}
.header-5-area .main-menu li a {
  font-size: 18px;
  font-weight: 400;
  padding: 3px 11px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  border-radius: 30px;
}

.header-5-logo {
  margin-right: auto;
}
.header-5-logo img {
  width: 145px;
}

.header-5-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media only screen and (max-width: 1399px) {
  .header-5-btn {
    display: none;
  }
}
.header-5-btn .ui-btn-group-2:hover .btn-text {
  background-color: var(--white);
  color: var(--black);
}
.header-5-btn .ui-btn-group-2:hover .btn-icon {
  background-color: var(--white);
  color: var(--black);
}
.header-5-btn .ui-btn-group-2 .btn-text {
  background-color: #1b1b1b;
  border: 1px solid #3b3b3b;
  color: var(--white);
}
.header-5-btn .ui-btn-group-2 .btn-icon {
  background-color: #1b1b1b;
  border: 1px solid #3b3b3b;
  color: var(--white);
}

.header-5-navicon .side-toggle {
  width: 46px;
  height: 46px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
}
.header-5-navicon .side-toggle:hover svg {
  transform: rotateY(-180deg);
}
.header-5-navicon .side-toggle svg {
  transition: all 0.5s;
}

/* header-6 area style  */
.header-6-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-6-area-inner {
  display: flex;
  gap: 15px;
  align-items: center;
  position: relative;
  height: 100px;
}
@media only screen and (max-width: 1919px) {
  .header-6-area-inner {
    height: 80px;
  }
}
.header-6-area .sticky,
.header-6-area .transformed {
  background-color: #ffffff;
}

.header-6-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-right: auto;
}
@media only screen and (max-width: 1199px) {
  .header-6-meta {
    display: none;
  }
}
.header-6-meta .meta-item {
  font-family: var(--font_roboto);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  color: var(--white);
  display: inline-flex;
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 13px 25px;
  transition: all 0.3s;
}
.header-6-meta .meta-item:hover {
  background-color: var(--theme);
  border-color: transparent;
  color: var(--black);
}
.header-6-meta .meta-item:hover img {
  filter: none;
}
.header-6-meta .meta-item img {
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}

.header-6-navicon .ui-offcanvas-open-btn {
  font-family: var(--font_roboto);
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  display: flex;
  padding: 13px 29px;
  gap: 12px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.header-6-navicon .ui-offcanvas-open-btn:hover {
  background-color: var(--theme);
  border-color: transparent;
  color: var(--black);
}
.header-6-navicon .ui-offcanvas-open-btn:hover img {
  filter: brightness(1) invert(1);
  transition: all 0.3s;
}

@media only screen and (max-width: 1199px) {
  .header-6-logo {
    margin-right: auto;
  }
}
.header-6-logo img {
  width: 145px;
}
@media (max-width: 575px) {
  .header-6-logo img {
    width: 125px;
  }
}

.header-6-nav {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-6-language-box {
    display: none;
  }
}
.header-6-language-box .nice-select {
  background-color: transparent;
  color: var(--white);
  font-family: var(--font_roboto);
  font-size: 15px;
  padding-left: 19px;
  padding-right: 33px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}
.header-6-language-box .nice-select:after {
  width: 7px;
  height: 7px;
  right: 19px;
  border-color: var(--white);
}
.header-6-language-box .nice-select .list {
  background-color: var(--black);
}
.header-6-language-box .nice-select .option:hover,
.header-6-language-box .nice-select .option.focus,
.header-6-language-box .nice-select .option.selected.focus {
  background-color: rgba(255, 255, 255, 0.14);
}

.header-6-search {
  cursor: pointer;
  padding: 14px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}
@media only screen and (max-width: 991px) {
  .header-6-search {
    display: none;
  }
}
.header-6-search i {
  font-size: 16px;
  color: var(--white);
}

.modal-6-search {
  background-color: var(--primary);
  z-index: 99999;
}
.modal-6-search .modal-content {
  background-color: transparent;
  border: 0;
}
.modal-6-search .form-search {
  display: flex;
  gap: 10px;
  border: 1px solid #19242b;
  border-radius: 70px;
  padding: 0 19px;
}
.modal-6-search .form-search input {
  width: 100%;
  height: 55px;
  background: transparent;
  border: 0;
  color: var(--white);
}
.modal-6-search .form-search input:focus {
  outline: 0;
}
.modal-6-search .form-search button i {
  color: var(--white);
}
.modal-6-search .btn-close {
  content: "";
  font-family: "icomoon";
  font-size: 16px;
  opacity: 1;
  filter: brightness(100) contrast(0);
  border-radius: 50px;
  width: 2em;
  height: 2em;
  border: 1px solid var(--white);
  position: absolute;
  inset-inline-end: 20px;
  top: 20px;
  transition: unset;
}

/* footer css */
/* footer area style  */
.footer-area {
  background-color: var(--black);
}

.footer-cta-content {
  position: relative;
}

.footer-cta-link {
  position: absolute;
  top: 62px;
  right: 18px;
  transform: rotate(15deg);
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .footer-cta-link {
    top: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-cta-link {
    top: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-cta-link {
    top: 22px;
    transform: rotate(10deg);
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta-link {
    top: 2px;
  }
}
.footer-cta-link .link-mail {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  background-color: var(--theme);
  padding: 11px 24px;
  border-radius: 10px;
  display: inline-block;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .footer-cta-link .link-mail {
    font-size: 16px;
    padding: 6px 20px;
  }
}

.footer-cta-title {
  font-weight: 500;
  font-size: 143px;
  line-height: 1.12;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer-cta-title {
    font-size: 123px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-cta-title {
    font-size: 103px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-cta-title {
    font-size: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-cta-title {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .footer-cta-title {
    font-size: 31px;
  }
}
.footer-cta-title a:hover {
  color: var(--white);
  opacity: 0.6;
}

.footer-cta-inner {
  padding-top: 49px;
  padding-bottom: 61px;
}
@media only screen and (max-width: 1399px) {
  .footer-cta-inner {
    padding-top: 29px;
    padding-bottom: 31px;
  }
}

.footer-widget-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 50px 83px;
  grid-template-columns: 455px auto auto 300px;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .footer-widget-wrapper {
    gap: 50px 53px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-widget-wrapper {
    grid-template-columns: 355px auto auto 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-widget-wrapper > div:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  .footer-widget-wrapper > div:nth-child(1) {
    padding-right: 0;
    border-right: 0;
  }
}
.footer-widget-wrapper > div:nth-child(2) {
  padding-left: 28px;
}
@media only screen and (max-width: 1399px) {
  .footer-widget-wrapper > div:nth-child(2) {
    padding-left: 0;
  }
}
.footer-widget-wrapper > div:nth-child(3) {
  padding-right: 11px;
}
@media only screen and (max-width: 1399px) {
  .footer-widget-wrapper > div:nth-child(3) {
    padding-right: 0;
  }
}

.footer-info {
  margin-top: 17px;
}
.footer-info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 326px;
}

.footer-social-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 36px;
}
.footer-social-links a {
  width: 40px;
  height: 40px;
  background-color: var(--theme);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--white);
}
.footer-social-links a:hover {
  background-color: var(--white);
  color: var(--black);
}
.footer-social-links a.facebook {
  background-color: #1877F2;
}
.footer-social-links a.facebook:hover {
  background-color: var(--white);
  color: var(--black);
}
.footer-social-links a.twitter {
  background-color: #1DA1F2;
}
.footer-social-links a.twitter:hover {
  background-color: var(--white);
  color: var(--black);
}
.footer-social-links a.pinterest {
  background-color: #CB2027;
}
.footer-social-links a.pinterest:hover {
  background-color: var(--white);
  color: var(--black);
}
.footer-social-links a.linkedin {
  background-color: #0A66C2;
}
.footer-social-links a.linkedin:hover {
  background-color: var(--white);
  color: var(--black);
}

.footer-widget-box {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1399px) {
  .footer-widget-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-widget-box {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.footer-widget-box .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: var(--white);
}

.footer-logo {
  margin-top: 10px;
}

.footer-nav-list {
  margin-top: 22px;
}
.footer-nav-list li {
  list-style: none;
}
.footer-nav-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 46px;
  color: rgba(255, 255, 255, 0.6);
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-nav-list li a:hover {
  color: var(--white);
}
.footer-nav-list li a:before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  margin-right: 10px;
}

.footer-newsletter-form-box {
  margin-top: 36px;
}

.footer-newsletter-form .input-field {
  display: grid;
  gap: 20px 10px;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-newsletter-form .input-field input {
  border: none;
  outline: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
  width: 100%;
  background: none;
}
.footer-newsletter-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.footer-back-to-top-btn {
  margin-top: 120px;
  text-align: end;
}

.footer-back-to-top {
  font-weight: 400;
  font-size: 24px;
  line-height: 52px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--white);
}
.footer-back-to-top:hover {
  color: var(--white);
  opacity: 0.6;
}

.copyright-area-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 455px auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .copyright-area-inner {
    grid-template-columns: 355px auto;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-area-inner {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.copyright-area-inner > div:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 1199px) {
  .copyright-area-inner > div:nth-child(1) {
    border-right: 0;
  }
}

.copyright-text {
  padding-top: 20px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .copyright-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.copyright-text .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 767px) {
  .copyright-text .text {
    text-align: center;
  }
}
.copyright-text .text a:hover {
  color: var(--white);
}

.copyright-nav-list {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .copyright-nav-list {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
  }
}
.copyright-nav-list li {
  display: flex;
  align-items: center;
}
.copyright-nav-list li:not(:first-child):before {
  content: "";
  margin-right: 7px;
  width: 2px;
  height: 13px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
}
.copyright-nav-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
.copyright-nav-list li a:hover {
  color: var(--white);
}

/* footer-2 area style  */
.footer-2-area {
  background-color: var(--black);
}

.footer-2-widget-wrapper-box {
  padding-top: 110px;
  padding-bottom: 103px;
}
@media only screen and (max-width: 1919px) {
  .footer-2-widget-wrapper-box {
    padding-top: 90px;
    padding-bottom: 83px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-2-widget-wrapper-box {
    padding-top: 60px;
    padding-bottom: 53px;
  }
}

.footer-2-widget-wrapper {
  display: grid;
  gap: 50px 60px;
  grid-template-columns: 340px auto auto 265px;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .footer-2-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-2-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

.footer-2-logo {
  margin-top: 10px;
}
.footer-2-logo img {
  width: 140px;
}

.footer-2-info {
  margin-top: 34px;
}
.footer-2-info .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 340px;
}

.footer-2-social-links {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 44px;
}
.footer-2-social-links a {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-2-social-links a:hover {
  color: var(--white);
}

.footer-2-widget-box .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: var(--white);
}

.footer-2-nav-list {
  margin-top: 22px;
}
.footer-2-nav-list li {
  list-style: none;
}
.footer-2-nav-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 46px;
  color: rgba(255, 255, 255, 0.6);
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-2-nav-list li a:hover {
  color: var(--white);
}

.footer-2-contact {
  display: grid;
  gap: 22px;
  margin-top: 32px;
}
.footer-2-contact .contact-box {
  display: flex;
  align-items: flex-start;
}
.footer-2-contact .contact-box .icon {
  width: 38px;
  min-width: 38px;
  margin-top: 5px;
}
.footer-2-contact .contact-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-2-contact .contact-box .text a:hover {
  color: var(--white);
}

.footer-2-cta-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 35px;
  padding-bottom: 42px;
  display: flex;
  gap: 15px 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .footer-2-cta-content {
    padding-top: 25px;
    padding-bottom: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-2-cta-content {
    flex-direction: column;
  }
}

.footer-2-back-to-top-btn {
  margin-top: 8px;
}

.footer-2-back-to-top {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}
.footer-2-back-to-top:hover {
  color: var(--white);
  opacity: 0.6;
}
.footer-2-back-to-top .icon {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer-2-back-to-top .icon img {
  width: 12px;
}

.copyright-2-area-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 455px auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .copyright-2-area-inner {
    grid-template-columns: 355px auto;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-2-area-inner {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.footer-2-cta-title {
  font-weight: 400;
  font-size: 120px;
  line-height: 1;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .footer-2-cta-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-2-cta-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-2-cta-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .footer-2-cta-title {
    font-size: 45px;
  }
}
.footer-2-cta-title a:hover {
  color: var(--white);
  opacity: 0.6;
}

.copyright-2-text {
  padding-top: 20px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .copyright-2-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.copyright-2-text .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 767px) {
  .copyright-2-text .text {
    text-align: center;
  }
}
.copyright-2-text .text a:hover {
  color: var(--white);
}

.copyright-2-nav-list {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .copyright-2-nav-list {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
  }
}
.copyright-2-nav-list li {
  display: flex;
  align-items: center;
}
.copyright-2-nav-list li:not(:first-child):before {
  content: "";
  margin-right: 7px;
  width: 2px;
  height: 13px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
}
.copyright-2-nav-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
.copyright-2-nav-list li a:hover {
  color: var(--white);
}

/* footer-3 area style  */
.footer-3-area {
  position: relative;
  z-index: 1;
}

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

.footer-3-widget-wrapper-box {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1919px) {
  .footer-3-widget-wrapper-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-widget-wrapper-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.footer-3-widget-wrapper {
  display: grid;
  gap: 50px 60px;
  grid-template-columns: 880px 475px;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .footer-3-widget-wrapper {
    grid-template-columns: 780px 475px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-widget-wrapper {
    grid-template-columns: 1fr 425px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-3-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

.footer-3-nav-list {
  margin-top: -16px;
}
.footer-3-nav-list li {
  list-style: none;
}
.footer-3-nav-list li:first-child a {
  padding-top: 0;
}
.footer-3-nav-list li:last-child a {
  padding-bottom: 0;
  border: none;
}
.footer-3-nav-list li a {
  font-weight: 400;
  font-size: 80px;
  line-height: 1.2;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 14px;
  padding-top: 10px;
  display: block;
}
@media only screen and (max-width: 1919px) {
  .footer-3-nav-list li a {
    font-size: 65px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-3-nav-list li a {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-3-nav-list li a {
    font-size: 35px;
  }
}
.footer-3-nav-list li a:hover {
  color: var(--white);
  border-color: var(--white);
}

.footer-3-contact {
  display: grid;
  gap: 25px 40px;
  grid-template-columns: repeat(2, 385px);
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .footer-3-contact {
    grid-template-columns: repeat(2, 355px);
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-contact {
    grid-template-columns: repeat(1, 355px);
  }
}
@media (max-width: 575px) {
  .footer-3-contact {
    grid-template-columns: repeat(1, auto);
  }
}
.footer-3-contact li {
  list-style: none;
}
.footer-3-contact .contact-box {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .footer-3-contact .contact-box {
    flex-direction: column;
  }
}
.footer-3-contact .contact-box .icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.footer-3-contact .contact-box .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: var(--white);
}
.footer-3-contact .contact-box .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}

.footer-3-cta-content {
  margin-top: 82px;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .footer-3-cta-content {
    margin-top: 42px;
  }
}
.footer-3-cta-content .ui-btn-group:hover .btn-text {
  background-color: var(--white);
}
.footer-3-cta-content .ui-btn-group:hover .btn-icon {
  background-color: var(--white);
}
.footer-3-cta-content .ui-btn-group .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.footer-3-cta-content .ui-btn-group .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}

.footer-3-cta-link {
  position: absolute;
  right: 106px;
  top: 104px;
}
@media only screen and (max-width: 1919px) {
  .footer-3-cta-link {
    right: 46px;
    top: 69px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-cta-link {
    right: -54px;
    top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-3-cta-link {
    position: static;
    margin-top: 25px;
  }
}

.footer-3-cta-title {
  font-weight: 400;
  font-size: 180px;
  line-height: 0.97;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .footer-3-cta-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-3-cta-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-3-cta-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .footer-3-cta-title {
    font-size: 45px;
  }
}

.copyright-3-area-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 455px auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .copyright-3-area-inner {
    grid-template-columns: 355px auto;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-3-area-inner {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.copyright-3-text {
  padding-top: 48px;
  padding-bottom: 51px;
}
@media only screen and (max-width: 1399px) {
  .copyright-3-text {
    padding-top: 28px;
    padding-bottom: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-3-text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.copyright-3-text .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 767px) {
  .copyright-3-text .text {
    text-align: center;
  }
}
.copyright-3-text .text a:hover {
  color: var(--white);
}

.copyright-3-nav-list {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  padding-top: 48px;
  padding-bottom: 51px;
}
@media only screen and (max-width: 1399px) {
  .copyright-3-nav-list {
    padding-top: 28px;
    padding-bottom: 31px;
  }
}
@media only screen and (max-width: 767px) {
  .copyright-3-nav-list {
    padding-top: 0;
    padding-bottom: 0;
    justify-content: center;
  }
}
.copyright-3-nav-list li {
  display: flex;
  align-items: center;
}
.copyright-3-nav-list li:not(:first-child):before {
  content: "";
  margin-right: 7px;
  width: 2px;
  height: 13px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
}
.copyright-3-nav-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
.copyright-3-nav-list li a:hover {
  color: var(--white);
}

/* footer-4 area style  */
.footer-4-area {
  background-color: var(--background);
  margin-top: -3px;
}

.footer-4-widget-wrapper-box {
  padding-top: 140px;
}
@media only screen and (max-width: 1919px) {
  .footer-4-widget-wrapper-box {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-4-widget-wrapper-box {
    padding-top: 60px;
  }
}

.footer-4-widget-wrapper {
  display: grid;
  gap: 50px 0;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .footer-4-widget-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 50px 50px;
  }
}
@media (max-width: 575px) {
  .footer-4-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

.footer-4-widget-box {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 991px) {
  .footer-4-widget-box {
    border-left: 0;
    border-bottom: 0;
  }
}
.footer-4-widget-box:first-child {
  border-left: 0;
}
.footer-4-widget-box:first-child .title {
  padding-left: 0;
}
.footer-4-widget-box .title {
  font-family: var(--font_cooperhewitt);
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 33px;
  padding-bottom: 26px;
  padding-left: 60px;
}
@media only screen and (max-width: 1919px) {
  .footer-4-widget-box .title {
    padding-top: 18px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-4-widget-box .title {
    padding-left: 0;
  }
}

.footer-4-nav-list {
  margin-top: 35px;
  display: inline-grid;
  gap: 24px 80px;
  grid-template-columns: auto auto;
  margin-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .footer-4-nav-list {
    gap: 24px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-4-nav-list {
    margin-left: 0;
  }
}
.footer-4-nav-list li {
  list-style: none;
}
.footer-4-nav-list li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
}
.footer-4-nav-list li a:hover {
  color: var(--white);
}
.footer-4-nav-list > li > ul {
  display: grid;
  gap: 24px 0;
}

.footer-4-contact {
  display: grid;
  gap: 40px;
  margin-top: 44px;
  padding-bottom: 86px;
}
@media only screen and (max-width: 1919px) {
  .footer-4-contact {
    gap: 20px;
    padding-bottom: 66px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-4-contact {
    padding-bottom: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-4-contact {
    padding-bottom: 0px;
  }
}
.footer-4-contact .contact-box {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-4-contact .contact-box .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer-4-contact .contact-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-4-contact .contact-box .text a:hover {
  color: var(--white);
}

.footer-4-cta-content {
  position: relative;
}

.copyright-4-area-inner {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.copyright-4-text {
  padding-top: 21px;
  padding-bottom: 23px;
}
.copyright-4-text .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  text-align: center;
}
.copyright-4-text .text a {
  color: var(--white);
}

.footer-4-cta-content {
  position: relative;
}

.footer-4-cta-link {
  position: absolute;
  top: 22px;
  left: -76px;
  transform: rotate(-35deg);
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .footer-4-cta-link {
    transform: rotate(-20deg);
  }
}
@media only screen and (max-width: 991px) {
  .footer-4-cta-link {
    transform: rotate(-10deg);
  }
}
@media only screen and (max-width: 767px) {
  .footer-4-cta-link {
    top: 12px;
    left: -46px;
  }
}
@media (max-width: 575px) {
  .footer-4-cta-link {
    top: 2px;
    left: -26px;
  }
}
.footer-4-cta-link .link-book {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  background-color: var(--theme);
  padding: 19px 34px;
  border-radius: 100px;
  display: inline-block;
  color: var(--secondary-2);
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .footer-4-cta-link .link-book {
    font-size: 16px;
    padding: 6px 20px;
  }
}

.footer-4-cta-title {
  font-family: var(--font_cooperhewitt);
  font-weight: 500;
  font-size: 160px;
  line-height: 1.12;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .footer-4-cta-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-4-cta-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-4-cta-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-4-cta-title {
    font-size: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-4-cta-title {
    font-size: 65px;
  }
}
@media (max-width: 575px) {
  .footer-4-cta-title {
    font-size: 40px;
  }
}
.footer-4-cta-title a {
  display: inline-block;
}
.footer-4-cta-title a:hover {
  color: var(--white);
  opacity: 0.6;
}
.footer-4-cta-title span {
  color: var(--theme);
}

.footer-4-cta-inner {
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 25px;
}

.footer-4-insta-wrapper-box {
  position: relative;
  z-index: 1;
}
.footer-4-insta-wrapper-box:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 50%;
  background-color: #04030A;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.footer-4-insta-wrapper {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .footer-4-insta-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.footer-4-insta-box {
  display: inline-block;
}
.footer-4-insta-box:hover .thumb:before {
  opacity: 1;
}
.footer-4-insta-box:hover .meta {
  opacity: 1;
}
.footer-4-insta-box .thumb {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.footer-4-insta-box .thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(4, 3, 10, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.footer-4-insta-box .thumb img {
  width: 100%;
}
.footer-4-insta-box .meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: lowercase;
  color: var(--secondary-2);
  background-color: var(--white);
  padding: 9px 14px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

/* footer-5 area style  */
.footer-5-area {
  background-color: #171717;
}

.footer-5-top {
  padding-top: 115px;
  padding-bottom: 135px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .footer-5-top {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-5-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-5-top {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.footer-5-top .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1750px;
  max-height: 512px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.footer-5-top .area-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-5-widget-wrapper {
  display: grid;
  gap: 50px 60px;
  grid-template-columns: 275px auto auto 340px;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-5-widget-wrapper {
    grid-template-columns: 275px auto auto 300px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-5-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-5-widget-wrapper {
    grid-template-columns: 1fr;
  }
}

.footer-5-info {
  margin-top: 24px;
}
.footer-5-info .text {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.footer-5-social-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 33px;
}
.footer-5-social-links a {
  width: 40px;
  height: 40px;
  background-color: var(--theme);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--white);
}
.footer-5-social-links a:hover {
  background-color: var(--white);
  color: var(--black);
}
.footer-5-social-links a.facebook {
  background-color: #1877F2;
}
.footer-5-social-links a.facebook:hover {
  background-color: var(--white);
  color: var(--black);
}
.footer-5-social-links a.twitter {
  background-color: #1DA1F2;
}
.footer-5-social-links a.twitter:hover {
  background-color: var(--white);
  color: var(--black);
}
.footer-5-social-links a.pinterest {
  background-color: #CB2027;
}
.footer-5-social-links a.pinterest:hover {
  background-color: var(--white);
  color: var(--black);
}
.footer-5-social-links a.linkedin {
  background-color: #0A66C2;
}
.footer-5-social-links a.linkedin:hover {
  background-color: var(--white);
  color: var(--black);
}

.footer-5-widget-box .title {
  font-family: var(--font_roboto);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
}

.footer-5-logo {
  margin-top: 5px;
}

.footer-5-nav-list {
  margin-top: 16px;
}
.footer-5-nav-list li {
  list-style: none;
}
.footer-5-nav-list li a {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 50px;
  color: rgba(255, 255, 255, 0.6);
  list-style: none;
  display: flex;
  align-items: center;
}
.footer-5-nav-list li a:hover {
  color: var(--white);
}
.footer-5-nav-list li a:before {
  content: "";
  width: 3px;
  height: 3px;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  margin-right: 10px;
}

.footer-5-newsletter-form-box {
  margin-top: 29px;
}
.footer-5-newsletter-form-box .form-text {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 250px;
}

.footer-5-newsletter-form {
  margin-top: 53px;
}
.footer-5-newsletter-form .input-field {
  display: grid;
  gap: 20px 10px;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-5-newsletter-form .input-field input {
  border: none;
  outline: none;
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--white);
  width: 100%;
  background: none;
}
.footer-5-newsletter-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.footer-5-newsletter-form .input-field .newsletter-btn {
  font-family: var(--font_roboto);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #121212;
  background-color: #DDF160;
  padding: 6px 26px;
  border-radius: 100px;
}
.footer-5-newsletter-form .input-field .newsletter-btn:hover {
  background-color: var(--white);
}

.copyright-5-area {
  background-color: #121212;
}

.copyright-5-inner {
  padding-top: 19px;
  padding-bottom: 17px;
}

.copyright-5-text .text {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.copyright-5-text .text a:hover {
  color: var(--white);
}

/* hero css */
/* hero area style  */
.hero-area {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  align-content: center;
}

.hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1630px) {
  .hero-container {
    max-width: 1630px;
  }
}

.hero-area-inner {
  padding-top: 266px;
  padding-bottom: 254px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-inner {
    padding-top: 216px;
    padding-bottom: 194px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-inner {
    padding-top: 166px;
    padding-bottom: 104px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-inner {
    padding-top: 146px;
    padding-bottom: 64px;
  }
}

.hero-title {
  font-weight: 500;
  font-size: 160px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .hero-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 40px;
  }
}
.hero-title .last-text {
  margin-left: 1.09em;
}

.hero-title-shape-1 {
  display: inline-flex;
  transform: translateY(10px);
}
@media only screen and (max-width: 1199px) {
  .hero-title-shape-1 {
    transform: translateY(6px);
  }
}
@media (max-width: 575px) {
  .hero-title-shape-1 {
    transform: translateY(2px);
  }
}
.hero-title-shape-1 img {
  width: 291px;
}
@media only screen and (max-width: 1919px) {
  .hero-title-shape-1 img {
    width: 241px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-title-shape-1 img {
    width: 171px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-title-shape-1 img {
    width: 151px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-title-shape-1 img {
    width: 111px;
  }
}
@media (max-width: 575px) {
  .hero-title-shape-1 img {
    width: 70px;
  }
}

.hero-title-shape-2 {
  display: inline-flex;
  position: relative;
  width: 270px;
  height: 104px;
}
@media only screen and (max-width: 1919px) {
  .hero-title-shape-2 {
    width: 220px;
    height: 84px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-title-shape-2 {
    width: 180px;
    height: 67px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-title-shape-2 {
    width: 150px;
    height: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-title-shape-2 {
    width: 110px;
    height: 41px;
  }
}
@media (max-width: 575px) {
  .hero-title-shape-2 {
    width: 70px;
    height: 26px;
  }
}
.hero-title-shape-2 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transform: translate(0, 0);
  position: absolute;
  z-index: 1;
  max-width: 100vw;
  max-height: 100vh;
  margin-left: 0px;
}
@media (max-width: 575px) {
  .hero-title-shape-2 video {
    border-radius: 4px;
  }
}

.hero-full-image {
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .hero-full-image {
    display: none;
  }
}

.hero-btn-wrapper {
  display: block;
  margin-top: -160px;
  position: relative;
  margin-left: 880px;
  text-align: right;
}
@media only screen and (max-width: 1919px) {
  .hero-btn-wrapper {
    margin-top: -130px;
    margin-left: 720px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-btn-wrapper {
    margin-top: -100px;
    margin-left: 550px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-btn-wrapper {
    margin-top: 20px;
    margin-left: 0;
  }
}
.hero-btn-wrapper:before {
  position: absolute;
  content: "";
  width: calc(100% - 196px);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.24);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1919px) {
  .hero-btn-wrapper:before {
    width: calc(100% - 166px);
  }
}
@media only screen and (max-width: 1199px) {
  .hero-btn-wrapper:before {
    width: calc(100% - 126px);
  }
}
.hero-btn-wrapper .btn-move {
  display: inline-block;
}
.hero-btn-wrapper .circle-text {
  width: 160px;
  height: 160px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1919px) {
  .hero-btn-wrapper .circle-text {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-btn-wrapper .circle-text {
    width: 100px;
    height: 100px;
    padding: 6px;
  }
}
.hero-btn-wrapper .circle-text .icon {
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 45px;
}
@media only screen and (max-width: 1919px) {
  .hero-btn-wrapper .circle-text .icon {
    width: 35px;
  }
}

/* hero-2 area style  */
.hero-2-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 100vh;
  align-content: center;
}

.hero-2-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.hero-2-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(243, 112, 255, 0.7) 0%, #FFFFFF 100%);
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-2-bg:after {
  position: absolute;
  content: "";
  width: 50%;
  aspect-ratio: 100/100;
  left: -11%;
  top: -326px;
  background: rgba(26, 248, 237, 0.6);
  filter: blur(400px);
  border-radius: 760px;
}
.hero-2-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-2-area-inner {
  padding-top: 193px;
  padding-bottom: 165px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .hero-2-area-inner {
    padding-top: 163px;
    padding-bottom: 135px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-area-inner {
    padding-top: 133px;
    padding-bottom: 95px;
  }
}

.hero-2-shape-1 {
  position: absolute;
  right: 2px;
  bottom: 80px;
  z-index: -1;
}
.hero-2-shape-1 img {
  width: 85px;
}
@media only screen and (max-width: 1199px) {
  .hero-2-shape-1 img {
    width: 55px;
  }
}
@media (max-width: 575px) {
  .hero-2-shape-1 img {
    width: 35px;
  }
}

.hero-2-shape-2 {
  position: absolute;
  left: 0;
  bottom: -62px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .hero-2-shape-2 {
    bottom: -35px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-shape-2 {
    bottom: -25px;
  }
}
@media (max-width: 575px) {
  .hero-2-shape-2 {
    bottom: -15px;
  }
}
.hero-2-shape-2 .text {
  font-weight: 500;
  font-size: 270px;
  line-height: 0.7;
  text-transform: uppercase;
  color: #D6E0E5;
  display: inline-block;
}
@media only screen and (max-width: 1919px) {
  .hero-2-shape-2 .text {
    font-size: 220px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2-shape-2 .text {
    font-size: 150px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-shape-2 .text {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .hero-2-shape-2 .text {
    font-size: 70px;
  }
}

.hero-2-shape-3 {
  position: absolute;
  width: 1154px;
  height: 934px;
  right: -267px;
  bottom: -192px;
  z-index: -6;
}
.hero-2-shape-3 svg {
  width: 100%;
}
.hero-2-shape-3 .rotating {
  transform-origin: center;
  animation: spin 15s linear infinite;
}
.hero-2-shape-3 svg:hover .rotating {
  animation-play-state: paused;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.hero-2-title-wrapper .btn-wrapper {
  margin-top: 70px;
}
@media only screen and (max-width: 1919px) {
  .hero-2-title-wrapper .btn-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-title-wrapper .btn-wrapper {
    margin-top: 40px;
  }
}
.hero-2-title-wrapper .ui-btn .btn-text {
  padding: 16px 33px;
}
.hero-2-title-wrapper .ui-btn .btn-icon {
  width: 50px;
}

.hero-2-title {
  font-weight: 400;
  font-size: 100px;
  line-height: 0.91;
  text-transform: none;
  max-width: 1030px;
}
@media only screen and (max-width: 1919px) {
  .hero-2-title {
    font-size: 80px;
    max-width: 810px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2-title {
    font-size: 60px;
    max-width: 620px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-2-title {
    font-size: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2-title br {
    display: none;
  }
}

.hero-2-title-shape-1 img {
  width: 140px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
  margin-top: -15px;
}
@media only screen and (max-width: 1919px) {
  .hero-2-title-shape-1 img {
    width: 110px;
    height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-2-title-shape-1 img {
    width: 90px;
    height: 44px;
    margin-top: -10px;
  }
}
@media (max-width: 575px) {
  .hero-2-title-shape-1 img {
    width: 60px;
    height: 34px;
    margin-top: -4px;
    border-radius: 3px;
  }
}

.hero-2-meta {
  margin-top: -160px;
  display: grid;
  grid-template-columns: 235px;
  justify-content: flex-end;
  pointer-events: none;
}
@media only screen and (max-width: 1199px) {
  .hero-2-meta {
    margin-top: -90px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-meta {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-2-meta {
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .hero-2-meta {
    grid-template-columns: 1fr;
  }
}
.hero-2-meta .number {
  font-weight: 400;
  font-size: 70px;
  line-height: 1;
}
@media only screen and (max-width: 1199px) {
  .hero-2-meta .number {
    font-size: 50px;
  }
}
.hero-2-meta .client-gallery {
  margin-top: 20px;
  display: inline-flex;
}
.hero-2-meta .client-gallery img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--white);
}
.hero-2-meta .client-gallery img:not(:first-child) {
  margin-left: -18px;
}
.hero-2-meta .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 11px;
}

.hero-2-text-wrapper {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 500px;
  margin-right: 325px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  .hero-2-text-wrapper {
    grid-template-columns: 420px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-2-text-wrapper {
    margin-right: 0;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .hero-2-text-wrapper {
    grid-template-columns: 1fr;
  }
}
.hero-2-text-wrapper .tag-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-2-text-wrapper .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  border: 1px solid var(--border);
  padding: 6px 15px;
  border-radius: 30px;
}
.hero-2-text-wrapper .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.42;
  margin-top: 14px;
}
@media only screen and (max-width: 1199px) {
  .hero-2-text-wrapper .text {
    font-size: 20px;
  }
}

/* hero-3 area style  */
.hero-3-area {
  position: relative;
  z-index: 1;
  padding-top: 249px;
  padding-bottom: 127px;
  min-height: 100vh;
  align-content: center;
}
@media only screen and (max-width: 1919px) {
  .hero-3-area {
    padding-top: 219px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-area {
    padding-top: 189px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-3-area {
    padding-bottom: 67px;
  }
}
.hero-3-area .scroll-btn-wrapper {
  position: absolute;
  bottom: 51px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-3-area .scroll-down-btn:hover .scroll-down-text {
  color: var(--theme);
}
.hero-3-area .scroll-down-btn .scroll-down-icon {
  background-color: #07513D;
}
.hero-3-area .scroll-down-btn .scroll-down-text {
  color: rgba(255, 255, 255, 0.8);
}

.hero-3-line-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .hero-3-line-wrapper {
    display: none;
  }
}

.hero-3-line {
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

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

.hero-3-title {
  font-weight: 400;
  font-size: 170px;
  line-height: 0.94;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .hero-3-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-title {
    font-size: 110px;
  }
}
@media (max-width: 575px) {
  .hero-3-title {
    font-size: 60px;
  }
}

.hero-3-title-shape-1 {
  margin-left: 15px;
  margin-right: 18px;
}
@media only screen and (max-width: 1199px) {
  .hero-3-title-shape-1 {
    margin-left: 5px;
    margin-right: 8px;
  }
}
.hero-3-title-shape-1 .robot {
  width: 320px;
  height: 116px;
  border: 10px solid var(--theme);
  border-radius: 200px;
  padding: 13px;
  display: inline-flex;
  justify-content: space-between;
  transform: translateY(-21px);
}
@media only screen and (max-width: 1919px) {
  .hero-3-title-shape-1 .robot {
    width: 250px;
    height: 96px;
    border-width: 7px;
    padding: 10px;
    transform: translateY(-17px);
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-title-shape-1 .robot {
    width: 210px;
    height: 76px;
    border-width: 6px;
    padding: 7px;
    transform: translateY(-10px);
  }
}
@media (max-width: 575px) {
  .hero-3-title-shape-1 .robot {
    width: 100px;
    height: 48px;
    border-width: 3px;
    padding: 6px;
    transform: translateY(-10px);
  }
}
.hero-3-title-shape-1 .robot .eye {
  position: relative;
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 0px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.9) 0%, #FFFFFF 84.38%, rgba(223, 223, 223, 0.9) 100%);
}
@media only screen and (max-width: 1919px) {
  .hero-3-title-shape-1 .robot .eye {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-title-shape-1 .robot .eye {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .hero-3-title-shape-1 .robot .eye {
    width: 30px;
    height: 30px;
  }
}
.hero-3-title-shape-1 .robot .eye:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #000000 0%, #404040 100%);
  box-shadow: inset 0px 6.83636px 6.83636px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1919px) {
  .hero-3-title-shape-1 .robot .eye:before {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-title-shape-1 .robot .eye:before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-title-shape-1 .robot .eye:before {
    width: 12px;
    height: 12px;
  }
}

.hero-3-content {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 575px;
}
@media only screen and (max-width: 1919px) {
  .hero-3-content {
    grid-template-columns: 1fr 485px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-content {
    grid-template-columns: 1fr 375px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-3-content {
    grid-template-columns: 1fr;
  }
}
.hero-3-content .btn-wrapper {
  margin-top: 50px;
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .btn-wrapper {
    margin-top: 30px;
  }
}
.hero-3-content .ui-btn-group:hover .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.hero-3-content .ui-btn-group:hover .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}
.hero-3-content .ui-btn-group .btn-text {
  background-color: #244740;
}
.hero-3-content .ui-btn-group .btn-icon {
  background-color: #244740;
}
.hero-3-content .text-wrapper {
  margin-top: 55px;
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .text-wrapper {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-3-content .text-wrapper {
    margin-top: 0;
  }
}
.hero-3-content .text {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.47;
  color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 1919px) {
  .hero-3-content .text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-content .text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-3-content .text br {
    display: none;
  }
}

.hero-3-text-wrapper {
  margin-top: 9px;
}
@media only screen and (max-width: 991px) {
  .hero-3-text-wrapper {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}

.hero-3-thumb video {
  width: 360px;
  aspect-ratio: 100/100;
  object-fit: cover;
  mask-image: url(../imgs/shape/shape-31.webp);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 1919px) {
  .hero-3-thumb video {
    width: 310px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-3-thumb video {
    width: 240px;
  }
}

/* hero-4 area style  */
.hero-4-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-4-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.hero-4-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-4-area-inner {
  padding-top: 179px;
  padding-bottom: 101px;
  position: relative;
  z-index: 1;
}

.hero-4-shape-1 {
  position: absolute;
  transform: rotate(41deg);
  bottom: -243px;
  left: -260px;
  z-index: -1;
}

.hero-4-content .breadcrumb-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-4-content .breadcrumb {
  list-style: none;
  margin-bottom: 0;
}
.hero-4-content .breadcrumb li {
  display: inline;
  font-size: 18px;
  line-height: 27px;
  color: var(--white);
  text-transform: uppercase;
}
.hero-4-content .breadcrumb li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.hero-4-content .breadcrumb li a:hover {
  color: var(--white);
  text-decoration: underline;
}
.hero-4-content .breadcrumb li + li:before {
  padding: 0 3px;
  color: rgba(255, 255, 255, 0.7);
  content: "/ ";
}
.hero-4-content .title-wrapper {
  margin-top: 24px;
}
.hero-4-content .hero-4-title {
  font-weight: 400;
  font-size: 100px;
  line-height: 0.91;
  text-transform: capitalize;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .hero-4-content .hero-4-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-4-content .hero-4-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-4-content .hero-4-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero-4-content .hero-4-title {
    font-size: 40px;
  }
}
.hero-4-content .text-wrapper {
  margin-top: 96px;
}
@media only screen and (max-width: 1919px) {
  .hero-4-content .text-wrapper {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-4-content .text-wrapper {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-4-content .text-wrapper {
    margin-top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-4-content .text-wrapper {
    margin-top: 26px;
  }
}
.hero-4-content .text {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.47;
  color: rgba(255, 255, 255, 0.8);
  max-width: 510px;
  margin-left: auto;
}
@media only screen and (max-width: 1919px) {
  .hero-4-content .text {
    font-size: 24px;
    max-width: 410px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-4-content .text {
    font-size: 20px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-4-content .text {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .hero-4-content .text br {
    display: none;
  }
}

/* hero-5 area style  */
.hero-5-area-inner {
  display: grid;
  gap: 40px 138px;
  grid-template-columns: 1fr auto;
  padding-top: 196px;
}
@media only screen and (max-width: 1199px) {
  .hero-5-area-inner {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5-area-inner {
    grid-template-columns: 1fr;
  }
}

.hero-5-content .breadcrumb-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-5-content .breadcrumb {
  list-style: none;
  margin-bottom: 0;
}
.hero-5-content .breadcrumb li {
  display: inline;
  font-size: 18px;
  line-height: 27px;
  color: var(--black);
  text-transform: uppercase;
}
.hero-5-content .breadcrumb li a {
  color: rgba(15, 14, 14, 0.7);
  text-decoration: none;
}
.hero-5-content .breadcrumb li a:hover {
  color: var(--white);
  text-decoration: underline;
}
.hero-5-content .breadcrumb li + li:before {
  padding: 0 3px;
  color: rgba(15, 14, 14, 0.7);
  content: "/ ";
}
.hero-5-content .title-wrapper {
  margin-top: 22px;
}
.hero-5-content .section-title {
  max-width: 540px;
}
.hero-5-content .text-wrapper {
  margin-top: 41px;
}
@media only screen and (max-width: 1199px) {
  .hero-5-content .text-wrapper {
    margin-top: 31px;
  }
}
.hero-5-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  max-width: 535px;
}
.hero-5-content .text::first-letter {
  font-weight: 400;
  font-size: 34px;
  line-height: 30px;
  color: var(--primary);
}
.hero-5-content .scroll-btn-wrapper {
  margin-top: 217px;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 1919px) {
  .hero-5-content .scroll-btn-wrapper {
    margin-top: 117px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-5-content .scroll-btn-wrapper {
    margin-top: 47px;
    justify-content: start;
  }
}

.hero-5-thumb {
  margin-top: 7px;
  margin-right: 155px;
}
@media only screen and (max-width: 1199px) {
  .hero-5-thumb {
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-5-thumb {
    margin-top: 0;
  }
}
.hero-5-thumb img {
  width: 447px;
  height: 750px;
  object-fit: cover;
  object-position: 67% 0;
}
@media only screen and (max-width: 1919px) {
  .hero-5-thumb img {
    height: 650px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-5-thumb img {
    height: 550px;
  }
}

/* hero-6 area style  */
.hero-6-area-inner {
  padding-top: 200px;
}
@media only screen and (max-width: 1199px) {
  .hero-6-area-inner {
    padding-top: 160px;
  }
}

.hero-6-content {
  position: relative;
  z-index: 1;
}
.hero-6-content .hero-6-shape-1 {
  position: absolute;
  top: 135px;
  left: 715px;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .hero-6-content .hero-6-shape-1 {
    top: 115px;
    left: 535px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-6-content .hero-6-shape-1 {
    top: 95px;
    left: 435px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-6-content .hero-6-shape-1 {
    display: none;
  }
}
.hero-6-content .hero-6-shape-2 {
  position: absolute;
  top: 165px;
  left: 798px;
  z-index: -1;
  transform: rotate(45deg);
}
@media only screen and (max-width: 1199px) {
  .hero-6-content .hero-6-shape-2 {
    top: 145px;
    left: 618px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-6-content .hero-6-shape-2 {
    top: 125px;
    left: 518px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-6-content .hero-6-shape-2 {
    display: none;
  }
}
.hero-6-content .hero-6-shape-2 img {
  width: 210px;
}
@media only screen and (max-width: 991px) {
  .hero-6-content .hero-6-shape-2 img {
    width: 160px;
  }
}
.hero-6-content .title-wrapper {
  margin-top: 21px;
}
.hero-6-content .section-title {
  max-width: 630px;
}
@media only screen and (max-width: 1199px) {
  .hero-6-content .section-title {
    max-width: 530px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-6-content .section-title {
    max-width: 430px;
  }
}
.hero-6-content .text-wrapper {
  margin-top: 147px;
  max-width: 655px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .hero-6-content .text-wrapper {
    margin-top: 97px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-6-content .text-wrapper {
    margin-top: 27px;
  }
}
.hero-6-content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .hero-6-content .text {
    font-size: 18px;
  }
}
.hero-6-content .feature-list {
  margin-top: 45px;
  display: grid;
  gap: 17px 30px;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .hero-6-content .feature-list {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .hero-6-content .feature-list {
    grid-template-columns: auto;
  }
}
.hero-6-content .feature-list li {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--black);
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .hero-6-content .feature-list li {
    font-size: 18px;
  }
}

.hero-6-thumb {
  margin-top: 174px;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .hero-6-thumb {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-6-thumb {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-6-thumb {
    margin-top: 60px;
  }
}
.hero-6-thumb img {
  width: 100%;
}

/* hero-7 area style  */
.hero-7-area {
  position: relative;
  z-index: 1;
}

.hero-7-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-7-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-7-area-inner {
  padding-top: 202px;
  padding-bottom: 195px;
}
@media only screen and (max-width: 1399px) {
  .hero-7-area-inner {
    padding-top: 182px;
    padding-bottom: 155px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-7-area-inner {
    padding-top: 152px;
    padding-bottom: 115px;
  }
}

.hero-7-content {
  text-align: center;
}

.hero-7-content .breadcrumb-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 22px;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .hero-7-content .breadcrumb-wrapper {
    margin-top: 12px;
  }
}
.hero-7-content .breadcrumb {
  list-style: none;
  margin-bottom: 0;
}
.hero-7-content .breadcrumb li {
  display: inline;
  font-size: 18px;
  line-height: 27px;
  color: var(--black);
  text-transform: uppercase;
}
.hero-7-content .breadcrumb li a {
  color: rgba(15, 14, 14, 0.7);
  text-decoration: none;
}
.hero-7-content .breadcrumb li a:hover {
  color: var(--white);
  text-decoration: underline;
}
.hero-7-content .breadcrumb li + li:before {
  padding: 0 3px;
  color: rgba(15, 14, 14, 0.7);
  content: "/ ";
}

/* hero-8 area style  */
.hero-8-area-inner {
  padding-top: 200px;
}
@media only screen and (max-width: 1199px) {
  .hero-8-area-inner {
    padding-top: 160px;
  }
}

.hero-8-content {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 330px;
}
@media only screen and (max-width: 767px) {
  .hero-8-content {
    grid-template-columns: 1fr;
  }
}
.hero-8-content .title-wrapper {
  margin-top: 21px;
}
.hero-8-content .section-title {
  max-width: 415px;
}
@media only screen and (max-width: 1199px) {
  .hero-8-content .section-title {
    max-width: 360px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-8-content .section-title {
    max-width: 300px;
  }
}
.hero-8-content .text-wrapper {
  margin-top: 15px;
}
.hero-8-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.blog-fun-fact-wrapper {
  margin-top: 32px;
  display: flex;
}

.blog-fun-fact-box .number {
  font-weight: 400;
  font-size: 44px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--black);
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .blog-fun-fact-box .number {
    font-size: 34px;
  }
}
.blog-fun-fact-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 7px;
}
.blog-fun-fact-box:not(:first-child) {
  margin-left: 62px;
  position: relative;
}
.blog-fun-fact-box:not(:first-child):before {
  content: "";
  width: 2px;
  height: 60px;
  background-color: var(--theme);
  position: absolute;
  top: 10px;
  left: -32px;
}

/* hero-9 area style  */
.hero-9-area {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
@media only screen and (max-width: 1199px) {
  .hero-9-area {
    margin-top: 80px;
  }
}
.hero-9-area .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-9-area .area-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(15, 14, 14, 0.6);
  z-index: 1;
}
.hero-9-area .area-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-9-area-inner {
  padding-top: 140px;
  padding-bottom: 93px;
}
@media only screen and (max-width: 1399px) {
  .hero-9-area-inner {
    padding-top: 100px;
    padding-bottom: 73px;
  }
}

.hero-9-content .breadcrumb-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-9-content .breadcrumb {
  list-style: none;
  margin-bottom: 0;
}
.hero-9-content .breadcrumb li {
  display: inline;
  font-size: 18px;
  line-height: 27px;
  color: var(--white);
  text-transform: uppercase;
}
.hero-9-content .breadcrumb li a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.hero-9-content .breadcrumb li a:hover {
  color: var(--white);
  text-decoration: underline;
}
.hero-9-content .breadcrumb li + li:before {
  padding: 0 3px;
  color: rgba(255, 255, 255, 0.7);
  content: "/ ";
}
.hero-9-content .title-wrapper {
  margin-top: 22px;
}
.hero-9-content .section-title {
  color: var(--white);
}

.project-meta-wrapper {
  margin-top: 96px;
  display: flex;
  gap: 30px 100px;
  flex-wrap: wrap;
}
.project-meta-wrapper .meta-box .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
}
.project-meta-wrapper .meta-box .info {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: var(--white);
  margin-top: 4px;
}

/* hero-10 area style  */
.hero-10-area-inner {
  display: grid;
  gap: 40px 100px;
  grid-template-columns: 560px 1fr;
  padding-top: 196px;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .hero-10-area-inner {
    grid-template-columns: 460px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-10-area-inner {
    grid-template-columns: 430px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-10-area-inner {
    padding-top: 160px;
    gap: 40px 30px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-10-area-inner {
    grid-template-columns: 1fr;
  }
}

.hero-10-content .breadcrumb-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
}
.hero-10-content .breadcrumb {
  list-style: none;
  margin-bottom: 0;
}
.hero-10-content .breadcrumb li {
  display: inline;
  font-size: 18px;
  line-height: 27px;
  color: var(--black);
  text-transform: uppercase;
}
.hero-10-content .breadcrumb li a {
  color: rgba(15, 14, 14, 0.7);
  text-decoration: none;
}
.hero-10-content .breadcrumb li a:hover {
  color: var(--white);
  text-decoration: underline;
}
.hero-10-content .breadcrumb li + li:before {
  padding: 0 3px;
  color: rgba(15, 14, 14, 0.7);
  content: "/ ";
}
.hero-10-content .title-wrapper {
  margin-top: 22px;
}
.hero-10-content .section-title {
  max-width: 495px;
}
.hero-10-content .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 160px;
  gap: 40px 20px;
}
@media only screen and (max-width: 1919px) {
  .hero-10-content .text-wrapper {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-10-content .text-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .hero-10-content .text-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-10-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.scroll-down-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
.scroll-down-btn .scroll-down-icon {
  width: 120px;
  height: 120px;
  background-color: rgba(15, 14, 14, 0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.scroll-down-btn .scroll-down-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-top: 16px;
  color: var(--black);
}

.hero-10-thumb-wrapper {
  margin-top: 4px;
  margin-right: -315px;
  display: grid;
  gap: 30px;
  grid-template-columns: 260px 1fr;
  align-items: flex-end;
}
@media only screen and (max-width: 1919px) {
  .hero-10-thumb-wrapper {
    grid-template-columns: 240px 1fr;
    margin-right: -85px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-10-thumb-wrapper {
    margin-right: -135px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-10-thumb-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .hero-10-thumb-wrapper {
    margin-right: 0;
  }
}
.hero-10-thumb-wrapper .column {
  display: grid;
  gap: 30px;
}
@media only screen and (max-width: 1199px) {
  .hero-10-thumb-wrapper .column {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .hero-10-thumb-wrapper .column {
    grid-template-columns: 1fr;
  }
}

.hero-10-thumb img {
  width: 100%;
}

.hero-10-contact {
  background-color: var(--theme);
  padding: 30px 30px;
}
@media only screen and (max-width: 1919px) {
  .hero-10-contact {
    padding: 20px 20px;
  }
}
.hero-10-contact .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-top: 87px;
}
.hero-10-contact .link {
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  display: inline-block;
  margin-top: 3px;
  color: var(--black);
}

/* hero-11 area style  */
.hero-11-area {
  background-color: #1B1B1B;
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding-inline: 40px;
  min-height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 1399px) {
  .hero-11-area {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-11-area {
    padding-inline: 0;
  }
}

.hero-11-bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  padding: 20px 20px 20px 20px;
  min-height: 100vh;
}
@media only screen and (max-width: 1199px) {
  .hero-11-bg-wrapper {
    padding: 0 0px 0px 0px;
  }
}

.hero-11-bg {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .hero-11-bg {
    border-radius: 0;
  }
}
.hero-11-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #04030A;
  opacity: 0.26;
}
.hero-11-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .hero-11-bg img {
    object-position: left;
  }
}

.hero-11-bg-lines {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .hero-11-bg-lines {
    display: none;
  }
}
.hero-11-bg-lines .line {
  width: 15px;
  height: 100%;
  background-color: var(--background);
}
.hero-11-bg-lines .line .line-shape-1 {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: transparent;
  top: 0;
  right: 100%;
  border-radius: 50%;
  box-shadow: 16px -16px 0px var(--background);
}
.hero-11-bg-lines .line .line-shape-2 {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: transparent;
  top: 0;
  left: 100%;
  border-radius: 50%;
  box-shadow: -16px -16px 0px var(--background);
}
.hero-11-bg-lines .line .line-shape-3 {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: transparent;
  bottom: 0;
  right: 100%;
  border-radius: 50%;
  box-shadow: 16px 16px 0px var(--background);
}
.hero-11-bg-lines .line .line-shape-4 {
  position: absolute;
  width: 32px;
  height: 32px;
  background-color: transparent;
  bottom: 0;
  left: 100%;
  border-radius: 50%;
  box-shadow: -16px 16px 0px var(--background);
}
.hero-11-bg-lines .line-1 {
  position: absolute;
  left: 33%;
}
.hero-11-bg-lines .line-2 {
  position: absolute;
  left: 66%;
}

.hero-11-area-inner {
  padding-top: 226px;
  padding-bottom: 80px;
  min-height: calc(100vh - 100px);
  align-content: center;
}
@media only screen and (max-width: 1919px) {
  .hero-11-area-inner {
    padding-top: 126px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-11-area-inner {
    padding-top: 96px;
  }
}

.hero-11-content .section-subtitle-4 {
  border-color: rgba(255, 255, 255, 0.14);
  color: var(--white);
}
.hero-11-content .title-wrapper {
  margin-top: 20px;
}
.hero-11-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: white;
  opacity: 0.7;
  max-width: 475px;
}
.hero-11-content .btn-wrapper {
  margin-top: 57px;
}
@media only screen and (max-width: 1919px) {
  .hero-11-content .btn-wrapper {
    margin-top: 37px;
  }
}
.hero-11-content .ui-btn-group-2 .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.hero-11-content .ui-btn-group-2 .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}

.hero-11-title {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 70px;
  line-height: 1.14;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  max-width: 670px;
}
@media only screen and (max-width: 1919px) {
  .hero-11-title {
    font-size: 60px;
    max-width: 570px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-11-title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-11-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-11-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-11-title {
    font-size: 35px;
  }
}

.hero-11-info {
  border: 1px solid rgba(255, 255, 255, 0.14);
  max-width: 420px;
  border-radius: 10px;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: -15px;
  margin-left: auto;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1919px) {
  .hero-11-info {
    max-width: 340px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-11-info {
    margin-top: 35px;
    margin-left: 0;
  }
}
.hero-11-info .thumb {
  border-radius: 8px;
  overflow: hidden;
}
.hero-11-info .thumb img {
  width: 180px;
  aspect-ratio: 100/72;
}
@media only screen and (max-width: 1919px) {
  .hero-11-info .thumb img {
    width: 140px;
  }
}
.hero-11-info .text {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 22px;
  line-height: 1.45;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  max-width: 145px;
}
@media only screen and (max-width: 1919px) {
  .hero-11-info .text {
    font-size: 18px;
    max-width: 125px;
  }
}

/* hero-12 area style  */
.hero-12-area-wrapper {
  margin-top: 100px;
  padding: 0 100px;
}
@media only screen and (max-width: 1919px) {
  .hero-12-area-wrapper {
    margin-top: 80px;
    padding: 0 10px;
  }
}

.hero-12-area {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .hero-12-area {
    border-radius: 14px;
  }
}

.hero-12-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-12-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-12-area-inner {
  position: relative;
  padding-top: 130px;
  padding-bottom: 190px;
  min-height: calc(100vh - 100px);
  align-content: center;
}
@media only screen and (max-width: 1919px) {
  .hero-12-area-inner {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-12-area-inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-12-area-inner {
    padding-bottom: 0;
  }
}

.hero-12-shape-1 {
  position: absolute;
  bottom: 204px;
  left: 558px;
  z-index: -1;
  animation: ui-SlideBottom 7s linear infinite;
}
@media only screen and (max-width: 1919px) {
  .hero-12-shape-1 {
    left: 418px;
    bottom: 104px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-12-shape-1 {
    left: 378px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-12-shape-1 {
    left: 278px;
  }
}
.hero-12-shape-1 img {
  transform: rotate(51deg);
  width: 97px;
}
@media only screen and (max-width: 1399px) {
  .hero-12-shape-1 img {
    width: 77px;
  }
}

.hero-12-shape-2 {
  position: absolute;
  width: 1404px;
  height: 1404px;
  left: 566px;
  top: 377px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1919px) {
  .hero-12-shape-2 {
    width: 1104px;
    height: 1104px;
    left: 436px;
    top: 297px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-12-shape-2 {
    top: 697px;
    left: -264px;
  }
}

.hero-12-shape-3 {
  position: absolute;
  width: 1404px;
  height: 1404px;
  left: 886px;
  top: -204px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 1919px) {
  .hero-12-shape-3 {
    width: 1104px;
    height: 1104px;
    left: 676px;
    top: -84px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-12-shape-3 {
    left: -4px;
    top: 446px;
  }
}

.hero-12-thumb {
  position: absolute;
  width: 853px;
  bottom: 0px;
  left: 785px;
  z-index: -1;
}
@media only screen and (max-width: 1919px) {
  .hero-12-thumb {
    width: 673px;
    left: 615px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-12-thumb {
    width: 593px;
    left: 535px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-12-thumb {
    width: 533px;
    left: 455px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-12-thumb {
    position: static;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .hero-12-thumb {
    width: 100%;
  }
}
.hero-12-thumb img {
  width: 100%;
}

.hero-12-content .title-wrapper {
  margin-top: 22px;
}
.hero-12-content .btn-wrapper {
  margin-top: 39px;
}
.hero-12-content .ui-btn-2 {
  background-color: #121212;
}
.hero-12-content .ui-btn-2:hover {
  background-color: var(--white);
}
.hero-12-content .ui-btn-2:hover .btn-icon {
  background-color: var(--black);
  color: var(--white);
}
.hero-12-content .ui-btn-2:hover .btn-text {
  color: var(--black);
}
.hero-12-content .ui-btn-2 .btn-icon {
  background-color: var(--white);
  color: var(--black);
}
.hero-12-content .ui-btn-2 .btn-text {
  color: var(--white);
}

.hero-12-subtitle {
  font-family: var(--font_roboto);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}

.hero-12-title {
  font-weight: 500;
  font-size: 140px;
  line-height: 0.93;
  text-transform: uppercase;
  color: var(--white);
  max-width: 990px;
}
@media only screen and (max-width: 1919px) {
  .hero-12-title {
    font-size: 110px;
    max-width: 790px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-12-title {
    font-size: 100px;
    max-width: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-12-title {
    font-size: 80px;
    max-width: 570px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-12-title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .hero-12-title {
    font-size: 50px;
  }
}
.hero-12-title span {
  font-family: var(--font_handjet);
  font-weight: 600;
  color: #ddf160;
}

.hero-12-experience-box {
  position: absolute;
  bottom: 166px;
  left: 694px;
  background-color: #121212;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .hero-12-experience-box {
    bottom: 76px;
    left: 554px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-12-experience-box {
    width: 160px;
    height: 160px;
    left: 504px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-12-experience-box {
    left: 394px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-12-experience-box {
    bottom: 236px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-12-experience-box {
    left: 0;
  }
}
@media (max-width: 575px) {
  .hero-12-experience-box {
    position: relative;
    top: 0;
    margin-top: 30px;
  }
}
.hero-12-experience-box .area-shape-1 {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 21px;
  top: 92px;
  background-color: #C360F1;
  border-radius: 50%;
}
.hero-12-experience-box .area-shape-2 {
  position: absolute;
  width: 154px;
  height: 154px;
  left: 105px;
  top: 51px;
  background: #DF4073;
  border-radius: 50%;
}
.hero-12-experience-box .area-shape-3 {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0 0 200px 200px;
  overflow: hidden;
}
.hero-12-experience-box .info {
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.hero-12-experience-box .info .number {
  font-family: var(--font_handjet);
  font-weight: 900;
  font-size: 50px;
  line-height: 1;
  color: var(--white);
  display: block;
}
@media only screen and (max-width: 1399px) {
  .hero-12-experience-box .info .number {
    font-size: 40px;
  }
}
.hero-12-experience-box .info .text {
  font-family: var(--font_roboto);
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  color: var(--white);
  display: block;
  margin-top: 1px;
}

.hero-12-social-links {
  position: absolute;
  right: 0;
  top: 32%;
  display: grid;
  gap: 8px;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .hero-12-social-links {
    top: 22%;
  }
}
@media only screen and (max-width: 991px) {
  .hero-12-social-links {
    top: 16%;
  }
}
@media only screen and (max-width: 767px) {
  .hero-12-social-links {
    position: static;
    display: flex;
    margin-top: 30px;
  }
}
.hero-12-social-links a {
  width: 44px;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 50%;
  font-size: 18px;
}
.hero-12-social-links a:hover {
  background-color: #DDF160;
  color: #161616;
}

.hero-12-capsule-wrapper-box {
  width: 275px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .hero-12-capsule-wrapper-box {
    width: 320px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-12-capsule-wrapper-box {
    right: auto;
    left: 15%;
    width: 70%;
  }
}
@media (max-width: 575px) {
  .hero-12-capsule-wrapper-box {
    width: 100%;
    left: 0;
  }
}

.hero-12-capsule-wrapper {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  height: 100vh;
}
.hero-12-capsule-wrapper > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
}

.hero-12-tag {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 34px;
  text-transform: uppercase;
  background-color: #67F369;
  display: inline-block;
  padding: 13px 28px;
  border-radius: 130px;
  color: #121212;
  transform: translate(-50%, -50%) rotate(0rad);
}
@media only screen and (max-width: 1919px) {
  .hero-12-tag {
    padding: 8px 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-12-tag {
    padding: 3px 18px;
    font-size: 14px;
  }
}
.hero-12-tag.bg-1 {
  background-color: #F88B4B;
}
.hero-12-tag.bg-2 {
  background-color: #F37DD1;
}
.hero-12-tag.bg-3 {
  background-color: #FFBB10;
}
.hero-12-tag.bg-4 {
  background-color: #D3FF10;
}

/* about css */
/* about area style  */
.about-header .title-wrapper {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.about-header .section-title {
  display: inline;
  padding-right: 36px;
  background-color: var(--white);
  max-width: 780px;
}
.about-header .line-shape {
  width: 100%;
  height: 1px;
  background-color: var(--border);
  display: inline-block;
  position: absolute;
  bottom: 29px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .about-header .line-shape {
    bottom: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .about-header .line-shape {
    bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .about-header .line-shape {
    display: none;
  }
}
.about-header .line-shape-image {
  position: absolute;
  right: 0;
  padding-left: 36px;
  width: 161px;
  background-color: var(--white);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .about-header .line-shape-image {
    width: 131px;
  }
}
@media only screen and (max-width: 991px) {
  .about-header .line-shape-image {
    width: 101px;
  }
}
.about-header .line-shape-image img {
  animation: spinner 10s infinite linear;
}

.about-content-wrapper {
  margin-top: 86px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: auto 590px;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  .about-content-wrapper {
    grid-template-columns: auto 400px;
    margin-top: 66px;
  }
}
@media only screen and (max-width: 991px) {
  .about-content-wrapper {
    grid-template-columns: auto;
  }
}
@media only screen and (max-width: 767px) {
  .about-content-wrapper {
    margin-top: 46px;
  }
}

.about-thumb-wrapper {
  max-width: 578px;
  position: relative;
  padding-right: 58px;
}
@media (max-width: 575px) {
  .about-thumb-wrapper {
    padding-right: 0;
  }
}
.about-thumb-wrapper .about-meta {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 278px;
  background-color: var(--theme);
  padding: 23px 30px 27px;
}
@media (max-width: 575px) {
  .about-thumb-wrapper .about-meta {
    padding: 13px 20px 17px;
  }
}
.about-thumb-wrapper .about-meta .number {
  font-weight: 400;
  font-size: 54px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  color: var(--primary);
}
.about-thumb-wrapper .about-meta .number span {
  font-size: 34px;
}
.about-thumb-wrapper .about-meta .since {
  font-family: var(--font_inter);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 10px;
  color: var(--primary);
}
.about-thumb-wrapper .about-meta .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-top: 34px;
}

.about-content {
  margin-top: 80px;
}
@media only screen and (max-width: 1399px) {
  .about-content {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-content {
    margin-top: 0px;
  }
}
.about-content .content-image img {
  width: 173px;
  aspect-ratio: 100/98;
  object-fit: cover;
  mask-image: url(../imgs/shape/shape-5.webp);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
.about-content .text-wrapper {
  margin-top: 65px;
}
@media only screen and (max-width: 991px) {
  .about-content .text-wrapper {
    margin-top: 45px;
  }
}
.about-content .text {
  font-size: 20px;
  line-height: 30px;
}
.about-content .text::first-letter {
  font-weight: 400;
  font-size: 34px;
  line-height: 30px;
  color: var(--primary);
}
.about-content .btn-wrapper {
  margin-top: 46px;
}

/* image-gallery-thumb style */
.image-gallery-thumb video {
  width: 100%;
  aspect-ratio: 100/49;
  object-fit: cover;
  mask-image: url(../imgs/shape/shape-12.webp);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

/* about-2 area style  */
.about-2-content-wrapper {
  border-top: 1px solid var(--border);
  padding-top: 40px;
  display: grid;
  gap: 40px 80px;
  grid-template-columns: 490px 1fr;
}
@media only screen and (max-width: 1919px) {
  .about-2-content-wrapper {
    grid-template-columns: 430px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .about-2-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.about-2-content-first .content-thumb {
  margin-top: 47px;
  width: 100%;
  aspect-ratio: 100/58;
}
.about-2-content-first .content-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.about-2-content-first .info-list {
  margin-top: 127px;
  display: grid;
  gap: 20px 80px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1919px) {
  .about-2-content-first .info-list {
    gap: 20px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-2-content-first .info-list {
    margin-top: 47px;
  }
}
@media (max-width: 575px) {
  .about-2-content-first .info-list {
    grid-template-columns: 1fr;
  }
}
.about-2-content-first .info-box .title {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
}
.about-2-content-first .info-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}
.about-2-content-first .btn-wrapper {
  margin-top: 53px;
}
.about-2-content-first .ui-btn:hover .btn-text {
  background-color: var(--black);
  color: var(--white);
}
.about-2-content-first .ui-btn:hover .btn-icon {
  background-color: var(--black);
  color: var(--white);
}
.about-2-content-first .ui-btn .btn-text {
  padding: 15px 33px;
  background-color: var(--theme);
  color: var(--black);
}
.about-2-content-first .ui-btn .btn-icon {
  width: 50px;
  background-color: var(--theme);
  color: var(--black);
}

.about-2-thumb-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 500px 435px;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .about-2-thumb-wrapper {
    grid-template-columns: 1fr 385px;
  }
}
@media only screen and (max-width: 991px) {
  .about-2-thumb-wrapper {
    grid-template-columns: 1fr 355px;
  }
}
@media only screen and (max-width: 767px) {
  .about-2-thumb-wrapper {
    grid-template-columns: 1fr;
  }
}

.about-2-thumb {
  border-radius: 12px;
  overflow: hidden;
}
.about-2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-2-content-last .section-title {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.23;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .about-2-content-last .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-2-content-last .section-title {
    font-size: 35px;
  }
}
.about-2-content-last .work-years {
  font-weight: 400;
  font-size: 170px;
  line-height: 1;
  color: var(--primary);
  margin-top: 80px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .about-2-content-last .work-years {
    font-size: 100px;
    margin-top: 50px;
  }
}
.about-2-content-last .experience-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: capitalize;
  background-color: var(--theme);
  color: var(--primary);
  display: inline-block;
  padding: 7px 30px;
  border-radius: 100px;
  margin-top: 15px;
}
.about-2-content-last .text-wrapper {
  margin-top: 51px;
}
.about-2-content-last .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

/* about-3 area style  */
.about-3-content {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 830px;
}
@media only screen and (max-width: 1919px) {
  .about-3-content {
    grid-template-columns: 1fr 740px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-3-content {
    grid-template-columns: 1fr 590px;
  }
}
@media only screen and (max-width: 991px) {
  .about-3-content {
    display: block;
  }
}
.about-3-content .text-wrapper {
  margin-top: -17px;
}
@media only screen and (max-width: 991px) {
  .about-3-content .text-wrapper {
    margin-top: 40px;
  }
}
.about-3-content .text {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.58;
  text-transform: capitalize;
  color: var(--black);
  text-indent: 4.6em;
}
@media only screen and (max-width: 1919px) {
  .about-3-content .text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-3-content .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .about-3-content .text {
    font-size: 18px;
  }
}
.about-3-content .btn-wrapper {
  margin-top: 39px;
}

.about-3-thumb {
  margin-top: 116px;
  display: inline-flex;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .about-3-thumb {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .about-3-thumb {
    margin-top: 36px;
  }
}
.about-3-thumb img {
  width: 476px;
}
@media only screen and (max-width: 1919px) {
  .about-3-thumb img {
    width: 426px;
  }
}
.about-3-thumb .title-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-3-thumb .section-title {
  color: rgba(15, 14, 14, 0.2);
  margin-bottom: 4px;
}
@media only screen and (max-width: 1919px) {
  .about-3-thumb .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .about-3-thumb .section-title {
    font-size: 35px;
  }
}

/* about-4 area style  */
.about-4-area-inner {
  padding-top: 101px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .about-4-area-inner {
    padding-top: 60px;
  }
}

.about-4-shape-1 {
  position: absolute;
  left: 225px;
  top: 152px;
  z-index: -1;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 1199px) {
  .about-4-shape-1 {
    left: 25px;
    top: 242px;
  }
}
@media only screen and (max-width: 991px) {
  .about-4-shape-1 {
    display: none;
  }
}
.about-4-shape-1 img {
  width: 211px;
}
@media only screen and (max-width: 1199px) {
  .about-4-shape-1 img {
    width: 151px;
  }
}

.about-4-content .content-first {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 885px;
}
@media only screen and (max-width: 1399px) {
  .about-4-content .content-first {
    grid-template-columns: 1fr 775px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-4-content .content-first {
    grid-template-columns: 1fr 695px;
  }
}
@media only screen and (max-width: 991px) {
  .about-4-content .content-first {
    grid-template-columns: 1fr;
  }
}
.about-4-content .subtitle-wrapper {
  margin-top: 19px;
}
@media only screen and (max-width: 991px) {
  .about-4-content .subtitle-wrapper {
    margin-top: 0;
  }
}
.about-4-content .text-wrapper {
  margin-top: 21px;
}
.about-4-content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  max-width: 845px;
}
.about-4-content .info-list {
  margin-top: 85px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 1fr;
  max-width: 470px;
}
@media only screen and (max-width: 1919px) {
  .about-4-content .info-list {
    gap: 20px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-4-content .info-list {
    margin-top: 47px;
  }
}
@media (max-width: 575px) {
  .about-4-content .info-list {
    grid-template-columns: 1fr;
  }
}
.about-4-content .info-box .title {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-transform: capitalize;
}
.about-4-content .info-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}

.about-4-gallery {
  margin-top: 73px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 450px 490px;
  margin-left: 220px;
}
@media only screen and (max-width: 1399px) {
  .about-4-gallery {
    gap: 20px 40px;
    grid-template-columns: 400px 430px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-4-gallery {
    margin-top: 43px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-4-gallery {
    gap: 20px 20px;
    grid-template-columns: 0.9fr 1fr;
  }
}
@media (max-width: 575px) {
  .about-4-gallery {
    grid-template-columns: 1fr;
  }
}

/* about-5 area style  */
.about-5-inner {
  display: grid;
  gap: 40px 0;
  grid-template-columns: 1fr 820px;
}
@media only screen and (max-width: 1919px) {
  .about-5-inner {
    grid-template-columns: 1fr 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-5-inner {
    grid-template-columns: 1fr 460px;
  }
}
@media only screen and (max-width: 767px) {
  .about-5-inner {
    grid-template-columns: 1fr;
  }
}

.about-5-thumb {
  overflow: hidden;
}
.about-5-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-5-content {
  padding: 60px 80px 90px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .about-5-content {
    padding: 40px 50px 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-5-content {
    padding: 30px 40px 50px;
  }
}
@media (max-width: 575px) {
  .about-5-content {
    padding: 20px 20px 30px;
  }
}
.about-5-content .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.about-5-content .area-bg:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(15, 14, 14, 0.4);
}
.about-5-content .area-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-5-content .section-title {
  max-width: 465px;
  color: var(--white);
}
.about-5-content .text-wrapper {
  margin-top: 195px;
}
@media only screen and (max-width: 1919px) {
  .about-5-content .text-wrapper {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-5-content .text-wrapper {
    margin-top: 35px;
  }
}
.about-5-content .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 450px;
}
@media only screen and (max-width: 1199px) {
  .about-5-content .text {
    font-size: 18px;
  }
}
.about-5-content .btn-wrapper {
  margin-top: 72px;
}
@media only screen and (max-width: 1199px) {
  .about-5-content .btn-wrapper {
    margin-top: 42px;
  }
}

.about-5-btn {
  width: 120px;
  height: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary);
  transition: all 0.5s;
}
.about-5-btn:hover {
  background-color: var(--theme);
}
.about-5-btn i {
  font-size: 16px;
  margin-left: 5px;
}

/* about-6 area style  */
.about-6-area {
  background-color: #04030A;
}

.about-6-content {
  margin-top: 16px;
  display: grid;
  gap: 40px 100px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .about-6-content {
    gap: 40px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-6-content {
    grid-template-columns: 1fr;
  }
}
.about-6-content .section-title-wrapper {
  display: grid;
  gap: 40px 90px;
  grid-template-columns: auto 1fr;
}
@media only screen and (max-width: 1919px) {
  .about-6-content .section-title-wrapper {
    gap: 40px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .about-6-content .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-6-content .subtitle-wrapper {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-6-content .section-subtitle-4 {
  border-color: rgba(255, 255, 255, 0.14);
  color: #b4b3b5;
}
.about-6-content .meta-box-wrapper {
  margin-top: 4px;
  display: flex;
}
.about-6-content .meta-box-wrapper > *:not(:first-child) {
  margin-left: -25px;
}
@media only screen and (max-width: 1399px) {
  .about-6-content .meta-box-wrapper > *:not(:first-child) {
    margin-left: -20px;
  }
}
.about-6-content .meta-box-wrapper > *:nth-child(1) {
  position: relative;
  z-index: 2;
}
.about-6-content .meta-box-wrapper > *:nth-child(2) {
  position: relative;
  z-index: 1;
}

.about-6-title {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .about-6-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-6-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-6-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-6-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .about-6-title {
    font-size: 26px;
  }
}

.about-6-experience-box {
  position: relative;
  display: inline-block;
  margin-top: 3px;
}
.about-6-experience-box .year {
  font-weight: 500;
  font-size: 260px;
  line-height: 0.77;
  display: inline-block;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .about-6-experience-box .year {
    font-size: 200px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-6-experience-box .year {
    font-size: 170px;
  }
}
.about-6-experience-box .text {
  position: absolute;
  left: 20px;
  bottom: 44px;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  color: var(--white);
  padding: 18px 27px 18px 40px;
  background-color: #04030A;
  border-radius: 100px;
}
@media only screen and (max-width: 1919px) {
  .about-6-experience-box .text {
    padding: 8px 27px 8px 27px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-6-experience-box .text {
    left: 0;
    bottom: 34px;
  }
}

.about-6-meta-box {
  width: 140px;
  height: 140px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--background);
}
@media only screen and (max-width: 1399px) {
  .about-6-meta-box {
    width: 120px;
    height: 120px;
  }
}
.about-6-meta-box .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 7px;
}
.about-6-meta-box .number {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 36px;
  line-height: 1.28;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--font-color);
  display: inline-block;
  margin-top: 7px;
}
@media only screen and (max-width: 1399px) {
  .about-6-meta-box .number {
    font-size: 30px;
    margin-top: 3px;
  }
}
.about-6-meta-box.meta-bg-white {
  border-color: transparent;
  background-color: var(--font-color);
}
.about-6-meta-box.meta-bg-white .text {
  color: var(--secondary-2);
}
.about-6-meta-box.meta-bg-white .number {
  color: var(--secondary-2);
}

.about-6-capsule-wrapper {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  margin-top: -200px;
  height: 560px;
}
@media only screen and (max-width: 1919px) {
  .about-6-capsule-wrapper {
    height: 520px;
  }
}
@media only screen and (max-width: 991px) {
  .about-6-capsule-wrapper {
    height: 560px;
  }
}
@media (max-width: 575px) {
  .about-6-capsule-wrapper {
    height: 600px;
  }
}
.about-6-capsule-wrapper > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
}

.about-6-tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  background-color: #F5F5F5;
  display: inline-block;
  padding: 13px 30px;
  border-radius: 130px;
  color: var(--secondary-2);
  transform: translate(-50%, -50%) rotate(0rad);
}
@media only screen and (max-width: 1919px) {
  .about-6-tag {
    padding: 8px 25px;
  }
}
.about-6-tag.bg-theme {
  background-color: var(--theme);
}

.about-6-lines-wrapper {
  display: grid;
  gap: 10px 0;
}
@media only screen and (max-width: 1399px) {
  .about-6-lines-wrapper {
    gap: 7px 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-6-lines-wrapper {
    gap: 4px 0;
  }
}
.about-6-lines-wrapper .line {
  border-bottom: 1px solid var(--font-color);
}

/* about-7 area style  */
.about-7-area {
  padding-top: 120px;
}
@media only screen and (max-width: 1919px) {
  .about-7-area {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-7-area {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-7-area {
    padding-top: 60px;
  }
}

.about-7-area-inner {
  background-color: #171717;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 56px 60px 100px;
}
@media only screen and (max-width: 1919px) {
  .about-7-area-inner {
    padding: 46px 50px 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-7-area-inner {
    padding: 36px 40px 50px;
  }
}
@media only screen and (max-width: 991px) {
  .about-7-area-inner {
    padding: 16px 20px 20px;
    border-radius: 10px;
  }
}

.about-7-shape-1 {
  position: absolute;
  top: 252px;
  right: 342px;
  transform: rotate(48deg);
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .about-7-shape-1 {
    right: 242px;
  }
}
@media only screen and (max-width: 991px) {
  .about-7-shape-1 {
    right: 142px;
  }
}
.about-7-shape-1 img {
  animation: ui-SlideBottom 7s linear infinite;
}

.about-7-header {
  display: grid;
  gap: 40px 40px;
  grid-template-columns: 1fr auto;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .about-7-header {
    grid-template-columns: 1fr;
  }
}
.about-7-header .title-wrapper {
  margin-top: 44px;
}
@media only screen and (max-width: 991px) {
  .about-7-header .title-wrapper {
    margin-top: 0;
  }
}
.about-7-header .text-wrapper {
  max-width: 240px;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 15px;
}
.about-7-header .text-icon {
  min-width: 20px;
  margin-top: 4px;
}
.about-7-header .text {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding: 0 17px 0 11px;
}
.about-7-header .text:before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  left: 0;
  top: 5px;
  background: linear-gradient(180deg, rgba(221, 241, 96, 0) 0%, #DDF160 51.24%, rgba(221, 241, 96, 0) 100%);
}

.about-7-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.07;
  color: var(--white);
  max-width: 875px;
}
@media only screen and (max-width: 1919px) {
  .about-7-title {
    font-size: 50px;
    max-width: 725px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-7-title {
    font-size: 42px;
    max-width: 615px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-7-title {
    font-size: 38px;
    max-width: 555px;
  }
}
@media only screen and (max-width: 767px) {
  .about-7-title {
    font-size: 32px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .about-7-title {
    font-size: 30px;
  }
}
.about-7-title .b-first {
  font-weight: 500;
  text-transform: uppercase;
  color: #ff5410;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0.3em;
}
.about-7-title .b-first:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #121212;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100px;
  z-index: -1;
}
.about-7-title .b-second {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffbb10;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0.3em;
}
.about-7-title .b-second:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #121212;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100px;
  z-index: -1;
}
@media (max-width: 575px) {
  .about-7-title br {
    display: none;
  }
}

.fun-fact-5-wrapper-box {
  margin-top: 166px;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-5-wrapper-box {
    margin-top: 116px;
  }
}
@media only screen and (max-width: 991px) {
  .fun-fact-5-wrapper-box {
    margin-top: 66px;
  }
}

.fun-fact-5-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .fun-fact-5-wrapper {
    gap: 40px 40px;
  }
}
@media (max-width: 575px) {
  .fun-fact-5-wrapper {
    grid-template-columns: 1fr;
  }
}

.fun-fact-5-box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 23px;
}
@media only screen and (max-width: 991px) {
  .fun-fact-5-box {
    padding-bottom: 13px;
  }
}
.fun-fact-5-box .number {
  font-family: var(--font_handjet);
  font-weight: 400;
  font-size: 150px;
  line-height: 1;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .fun-fact-5-box .number {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .fun-fact-5-box .number {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .fun-fact-5-box .number {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .fun-fact-5-box .number {
    font-size: 60px;
  }
}
.fun-fact-5-box .number .odometer.odometer-auto-theme,
.fun-fact-5-box .number .odometer.odometer-theme-default {
  font-family: var(--font_handjet);
  font-weight: 600;
  line-height: 1;
}
.fun-fact-5-box .text {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--white);
  padding-left: 14px;
  position: relative;
  margin-top: 8px;
}
@media only screen and (max-width: 991px) {
  .fun-fact-5-box .text {
    margin-top: 0;
  }
}
.fun-fact-5-box .text:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ddf160;
  border-radius: 50%;
  top: 9px;
  left: 0;
}

/* work css */
/* work area style  */
.work-header .section-title {
  font-weight: 400;
  font-size: 160px;
  line-height: 0.6;
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .work-header .section-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-header .section-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .work-header .section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .work-header .section-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .work-header .section-title {
    font-size: 38px;
  }
}

.work-wrapper-box {
  margin-top: 108px;
}
@media only screen and (max-width: 1199px) {
  .work-wrapper-box {
    margin-top: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .work-wrapper-box {
    margin-top: 48px;
  }
}

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

.work-box-wrapper.item-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-box-wrapper.span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 1199px) {
  .work-box-wrapper.span-2 {
    grid-column: auto;
  }
}
.work-box-wrapper.column-start-3 {
  grid-column-start: 3;
}
@media only screen and (max-width: 1199px) {
  .work-box-wrapper.column-start-3 {
    grid-column-start: auto;
  }
}

.work-box {
  width: 100%;
}
.work-box .thumb {
  position: relative;
  overflow: hidden;
}
.work-box .thumb:hover:before {
  opacity: 1;
  top: 43%;
}
.work-box .thumb:before {
  position: absolute;
  content: "";
  width: 170%;
  aspect-ratio: 100/100;
  left: 50%;
  transform: translateX(-50%);
  top: 73%;
  background: var(--theme);
  filter: blur(200px);
  border-radius: 100%;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.work-box .thumb img {
  width: 100%;
  cursor: none;
}
.work-box .content {
  margin-top: 17px;
  display: grid;
  gap: 10px 20px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
@media (max-width: 575px) {
  .work-box .content {
    grid-template-columns: 1fr;
  }
}
.work-box .title {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
}
.work-box .title a:hover {
  color: var(--secondary);
}
.work-box .meta {
  margin-bottom: 5px;
}
.work-box .tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 5px 11px;
}
.work-box.max-460 {
  max-width: 460px;
}
@media only screen and (max-width: 1199px) {
  .work-box.max-460 {
    max-width: unset;
  }
}

.work-btn {
  width: 120px;
  height: 120px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 50%;
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary);
  transition: all 0.5s;
}
.work-btn i {
  font-size: 16px;
}

/* work-2 area style  */
.work-2-header {
  border-top: 1px solid var(--border);
  padding-top: 8px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .work-2-header {
    padding-top: 18px;
  }
}
.work-2-header .subtitle-wrapper {
  position: absolute;
  top: 39px;
  left: 0;
}
@media only screen and (max-width: 1399px) {
  .work-2-header .subtitle-wrapper {
    top: 29px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-2-header .subtitle-wrapper {
    position: static;
  }
}
@media only screen and (max-width: 1199px) {
  .work-2-header .title-wrapper {
    margin-top: 10px;
  }
}
.work-2-header .section-title-2 {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .work-2-header .section-title-2 {
    text-align: start;
  }
}
.work-2-header .total-projects-count {
  position: absolute;
  top: 42px;
  right: 0;
}
@media only screen and (max-width: 1399px) {
  .work-2-header .total-projects-count {
    top: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-2-header .total-projects-count {
    position: static;
    margin-top: 10px;
  }
}
.work-2-header .total-projects-count .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--primary);
}

.work-2-wrapper-box {
  margin-top: 42px;
}

.work-2-wrapper .swiper-carousel .swiper-slide-active .btn-wrapper {
  opacity: 1;
  visibility: visible;
}
.work-2-wrapper .swiper-carousel .swiper-slide-active .content {
  opacity: 1;
  visibility: visible;
}
.work-2-wrapper .swiper-carousel .swiper-slide {
  width: 1030px;
}
@media only screen and (max-width: 1919px) {
  .work-2-wrapper .swiper-carousel .swiper-slide {
    width: 830px;
  }
}
@media only screen and (max-width: 1919px) {
  .work-2-wrapper .swiper-carousel .swiper-slide {
    width: 100%;
  }
}
.work-2-wrapper .swiper-carousel .swiper-carousel-animate-opacity {
  height: 100%;
}
.work-2-wrapper .swiper-carousel .swiper-pagination-bullets {
  bottom: 0;
}

.work-2-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media only screen and (max-width: 1919px) {
  .work-2-pagination {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-2-pagination {
    margin-top: 40px;
  }
}
.work-2-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 20px;
  opacity: 1;
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 0;
  transition: all 0.3s;
}
.work-2-pagination .swiper-pagination-bullet-active {
  width: 74px;
  border-width: 2px;
  border-radius: 4px;
}
.work-2-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.work-2-box {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}
.work-2-box .thumb {
  position: relative;
  z-index: -1;
}
.work-2-box .thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(15, 14, 14, 0) 20.92%, #0F0E0E 100%);
  z-index: 1;
  pointer-events: none;
}
.work-2-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-2-box .btn-wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 767px) {
  .work-2-box .btn-wrapper {
    display: none;
  }
}
.work-2-box .content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 50px 60px;
  display: grid;
  gap: 10px 40px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .work-2-box .content {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .work-2-box .content {
    grid-template-columns: auto;
    padding: 20px 20px;
  }
}
.work-2-box .title {
  font-weight: 400;
  font-size: 44px;
  line-height: 54px;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .work-2-box .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .work-2-box .title {
    font-size: 30px;
  }
}
.work-2-box .title a:hover {
  color: var(--white);
}
.work-2-box .meta {
  display: flex;
  gap: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .work-2-box .meta {
    margin-bottom: 0;
  }
}
.work-2-box .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  display: inline-block;
  padding: 6px 15px;
}

.work-2-btn {
  width: 80px;
  height: 80px;
  background-color: var(--black);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .work-2-btn {
    width: 70px;
    height: 70px;
  }
}

/* brand-overview area style  */
.brand-overview-inner {
  padding-top: 141px;
}
@media only screen and (max-width: 1919px) {
  .brand-overview-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .brand-overview-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .brand-overview-inner {
    padding-top: 60px;
  }
}

.brand-overview-content {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 660px;
}
@media only screen and (max-width: 1399px) {
  .brand-overview-content {
    grid-template-columns: 1fr 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .brand-overview-content {
    grid-template-columns: 1fr;
  }
}
.brand-overview-content .text-wrapper {
  margin-top: 8px;
}
.brand-overview-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
}
.brand-overview-content .text + .text {
  margin-top: 18px;
}
.brand-overview-content .feature-list {
  margin-top: 31px;
  display: grid;
  gap: 18px;
}
.brand-overview-content .feature-list li {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
  color: var(--black);
  list-style: none;
  border-bottom: 1px solid rgba(15, 14, 14, 0.12);
  padding-bottom: 18px;
  margin-left: 22px;
  display: inline-block;
  max-width: 250px;
  position: relative;
}
.brand-overview-content .feature-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  left: -22px;
  top: 11px;
}

/* project-gallery area style  */
.project-gallery-pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .project-gallery-pagination {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .project-gallery-pagination {
    margin-top: 40px;
  }
}
.project-gallery-pagination.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: rgba(15, 14, 14, 0.2);
  border-radius: 6px;
  margin: 0 0;
  opacity: 1;
  transition: all 0.5s;
}
.project-gallery-pagination.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--black);
  width: 24px;
}

/* project-metrics area style  */
.project-metrics-inner {
  padding-top: 141px;
}
@media only screen and (max-width: 1919px) {
  .project-metrics-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .project-metrics-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .project-metrics-inner {
    padding-top: 60px;
  }
}

.project-metrics-content .text-wrapper {
  margin-top: 21px;
}
.project-metrics-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.project-metrics-wrapper-box {
  margin-top: 53px;
}

.project-metrics-wrapper {
  border-top: 1px solid rgba(15, 14, 14, 0.12);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .project-metrics-wrapper {
    grid-template-columns: repeat(2, 1fr);
    border-top: 0;
  }
}
@media (max-width: 575px) {
  .project-metrics-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .project-metrics-wrapper > * {
    border-left: 1px solid rgba(15, 14, 14, 0.12);
    border-top: 1px solid rgba(15, 14, 14, 0.12);
  }
}
.project-metrics-wrapper > *:not(:first-child) {
  border-left: 1px solid rgba(15, 14, 14, 0.12);
}

.project-metrics-box {
  padding: 36px 60px 43px;
}
@media only screen and (max-width: 1399px) {
  .project-metrics-box {
    padding: 36px 40px 43px;
  }
}
@media only screen and (max-width: 1199px) {
  .project-metrics-box {
    padding: 26px 20px 23px;
  }
}
.project-metrics-box .title {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.23;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399px) {
  .project-metrics-box .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .project-metrics-box .title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .project-metrics-box .title {
    font-size: 30px;
  }
}
.project-metrics-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 4px;
}

/* project-gallery-2 area style  */
.project-gallery-2-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1199px) {
  .project-gallery-2-wrapper {
    gap: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .project-gallery-2-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project-gallery-2-thumb img {
  width: 100%;
}
.project-gallery-2-thumb.span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .project-gallery-2-thumb.span-2 {
    grid-column: auto;
  }
}

/* work-4 area style  */
.work-4-inner {
  padding-bottom: 140px;
}
@media only screen and (max-width: 1919px) {
  .work-4-inner {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-4-inner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-4-inner {
    padding-bottom: 60px;
  }
}

.work-4-header .title-wrapper {
  margin-top: 13px;
}

.work-4-title {
  font-weight: 400;
  font-size: 170px;
  line-height: 0.94;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .work-4-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-4-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .work-4-title {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .work-4-title {
    font-size: 50px;
  }
}
.work-4-title span {
  font-size: 40px;
}
@media only screen and (max-width: 1199px) {
  .work-4-title span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .work-4-title span {
    font-size: 20px;
  }
}

.work-4-wrapper-box {
  margin-top: 60px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 1px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .work-4-wrapper-box {
    padding-bottom: 30px;
  }
}

.work-4-wrapper {
  position: relative;
  z-index: 1;
}

.work-4-box {
  padding-top: 50px;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0px 50px;
  grid-template-columns: 1fr 655px;
  background-color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .work-4-box {
    grid-template-columns: 1fr 455px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .work-4-box {
    grid-template-columns: 1fr;
  }
}
.work-4-box .number {
  font-weight: 400;
  font-size: 100px;
  line-height: 0.6;
  text-transform: capitalize;
  display: inline-block;
  color: #0F0E0E24;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .work-4-box .number {
    font-size: 60px;
  }
}
.work-4-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-4-box .content-wrapper {
  border-left: 1px solid #DDDDDD;
}
.work-4-box .content {
  padding: 36px 0 100px 86px;
  border-bottom: 1px solid #DDDDDD;
}
@media only screen and (max-width: 1199px) {
  .work-4-box .content {
    padding: 16px 0 30px 36px;
  }
}
@media (max-width: 575px) {
  .work-4-box .content {
    padding: 16px 0 20px 16px;
  }
}
.work-4-box .title {
  font-weight: 400;
  font-size: 54px;
  line-height: 1.11;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .work-4-box .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .work-4-box .title {
    font-size: 28px;
  }
}
.work-4-box .meta {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 29px;
}
.work-4-box .tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  border: 1px solid var(--border);
  border-radius: 4px;
  color: var(--black);
  padding: 5px 11px;
}
.work-4-box .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 460px;
}
.work-4-box .text-wrapper {
  margin: 52px 0 100px 86px;
}
@media only screen and (max-width: 1199px) {
  .work-4-box .text-wrapper {
    margin: 22px 0 100px 36px;
  }
}
@media (max-width: 575px) {
  .work-4-box .text-wrapper {
    margin: 22px 0 100px 16px;
  }
}

.work-4-nav {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 568px;
}
@media only screen and (max-width: 1199px) {
  .work-4-nav {
    width: 418px;
  }
}
@media only screen and (max-width: 991px) {
  .work-4-nav {
    width: 100%;
    justify-content: center;
  }
}

.work-4-nav-btn {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(15, 14, 14, 0.14);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  font-size: 18px;
  transition: all 0.3s;
}
.work-4-nav-btn:hover {
  border-color: transparent;
  background-color: var(--theme);
}

/* work-5 area style  */
.work-5-area {
  background-color: #04030a;
}

.work-5-header {
  margin-top: 51px;
}
.work-5-header .section-title-wrapper {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .work-5-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.work-5-header .total-projects-count .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
  padding: 3px 19px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 100px;
}

.work-5-section-title {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 160px;
  line-height: 0.71;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .work-5-section-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-5-section-title {
    font-size: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-5-section-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .work-5-section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .work-5-section-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .work-5-section-title {
    font-size: 38px;
  }
}

.work-5-wrapper-box {
  margin-top: 137px;
  margin-bottom: 40px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .work-5-wrapper-box {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-5-wrapper-box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-5-wrapper-box {
    margin-top: 60px;
  }
}

.work-5-wrapper {
  padding: 0 100px;
}
@media only screen and (max-width: 1399px) {
  .work-5-wrapper {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-5-wrapper {
    padding: 0 0px;
  }
}
@media only screen and (max-width: 767px) {
  .work-5-wrapper {
    display: grid;
    gap: 30px 0;
  }
}
.work-5-wrapper > *:nth-child(2n+1) {
  margin-left: auto;
}

.work-5-box {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  max-width: 550px;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .work-5-box {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1919px) {
  .work-5-box {
    max-width: 350px;
  }
}
@media only screen and (max-width: 991px) {
  .work-5-box {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .work-5-box {
    max-width: 100%;
  }
}
.work-5-box:hover .thumb:before {
  opacity: 1;
}
.work-5-box:hover .thumb img {
  transform: scale(1.1);
}
.work-5-box:hover .title {
  transform: translateY(0);
  opacity: 1;
}
.work-5-box:hover .tag {
  transform: translateY(0);
  opacity: 1;
}
.work-5-box .thumb {
  position: relative;
  z-index: -1;
}
.work-5-box .thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(4, 3, 10, 0.14);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
  pointer-events: none;
}
.work-5-box .thumb img {
  width: 100%;
  transition: all 0.3s;
}
.work-5-box .content {
  padding: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .work-5-box .content {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .work-5-box .content {
    padding: 15px;
  }
}
.work-5-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--secondary-2);
  padding: 8px 14px;
  background-color: var(--theme);
  display: inline-block;
  border-radius: 6px;
  margin-top: 4px;
  transition: all 0.3s;
  transform: translateY(10px);
  opacity: 0;
}
@media only screen and (max-width: 1919px) {
  .work-5-box .title {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .work-5-box .title {
    font-size: 22px;
  }
}
.work-5-box .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  background-color: var(--theme);
  display: inline-block;
  color: var(--secondary-2);
  padding: 5px 14px;
  border-radius: 4px;
  transition: all 0.3s;
  transform: translateY(10px);
  opacity: 0;
  transition-delay: 0.05s;
}

.work-5-all-btn-wrapper {
  position: absolute;
  right: 0;
  bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .work-5-all-btn-wrapper {
    bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .work-5-all-btn-wrapper {
    position: static;
    margin-top: 40px;
  }
}
.work-5-all-btn-wrapper .ui-btn-underline {
  font-family: var(--font_cooperhewitt);
  font-weight: 707;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--white);
  gap: 16px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1919px) {
  .work-5-all-btn-wrapper .ui-btn-underline {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-5-all-btn-wrapper .ui-btn-underline {
    font-size: 26px;
    padding-bottom: 6px;
  }
}
@media (max-width: 575px) {
  .work-5-all-btn-wrapper .ui-btn-underline {
    font-size: 22px;
  }
}
.work-5-all-btn-wrapper .ui-btn-underline::before {
  height: 1px;
}
.work-5-all-btn-wrapper .ui-btn-underline i {
  font-size: 27px;
}
@media only screen and (max-width: 1199px) {
  .work-5-all-btn-wrapper .ui-btn-underline i {
    font-size: 20px;
  }
}

/* work-6 area style  */
.work-6-inner {
  padding-top: 140px;
}
@media only screen and (max-width: 1919px) {
  .work-6-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-6-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6-inner {
    padding-top: 60px;
  }
}

.work-6-header .section-title-wrapper {
  text-align: center;
}
.work-6-header .title-wrapper {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 130px;
}
@media only screen and (max-width: 1919px) {
  .work-6-header .title-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6-header .title-wrapper {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .work-6-header .title-wrapper {
    padding-top: 0;
  }
}
.work-6-header .title-wrapper .title-tags {
  padding: 0 30px 20px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .work-6-header .title-wrapper .title-tags {
    display: none;
  }
}
.work-6-header .title-wrapper .title-tags > *:nth-child(1) .tag {
  background-color: #D3FF10;
}
.work-6-header .title-wrapper .title-tags > *:nth-child(2) {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .work-6-header .title-wrapper .title-tags > *:nth-child(2) {
    margin-top: 20px;
  }
}
.work-6-header .title-wrapper .title-tags > *:nth-child(2) .tag {
  background-color: #FFBB10;
}
.work-6-header .title-wrapper .title-tags > *:nth-child(3) .tag {
  background-color: #F37DD1;
}
.work-6-header .title-wrapper .title-tags > *:nth-child(4) {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .work-6-header .title-wrapper .title-tags > *:nth-child(4) {
    margin-top: 20px;
  }
}
.work-6-header .title-wrapper .title-tags > *:nth-child(4) .tag {
  background-color: #67F369;
}
.work-6-header .title-wrapper .title-tags > *:nth-child(5) .tag {
  background-color: #F88B4B;
}
.work-6-header .title-wrapper .tag-box {
  padding-top: 19px;
  padding-left: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top-left-radius: 30px;
}
@media only screen and (max-width: 1199px) {
  .work-6-header .title-wrapper .tag-box {
    padding-top: 9px;
    padding-left: 9px;
  }
}
.work-6-header .title-wrapper .tag {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #121212;
  background-color: #D3FF10;
  padding: 3px 18px;
  border-radius: 100px;
}
@media only screen and (max-width: 1199px) {
  .work-6-header .title-wrapper .tag {
    font-size: 12px;
    line-height: 20px;
    padding: 3px 15px;
  }
}

.work-6-title {
  font-weight: 600;
  font-size: 200px;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .work-6-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-6-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6-title {
    font-size: 110px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 991px) {
  .work-6-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .work-6-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .work-6-title {
    font-size: 35px;
  }
}

.work-6-wrapper-box {
  margin-top: 103px;
}
@media only screen and (max-width: 1399px) {
  .work-6-wrapper-box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6-wrapper-box {
    margin-top: 60px;
  }
}

.work-6-wrapper {
  display: grid;
  gap: 180px 220px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 1919px) {
  .work-6-wrapper {
    gap: 80px 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6-wrapper {
    gap: 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .work-6-wrapper {
    grid-template-columns: 1fr;
    gap: 40px 40px;
  }
}

.work-6-box:hover .details-btn {
  opacity: 1;
}
.work-6-box:hover .meta {
  opacity: 1;
}
.work-6-box .thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.work-6-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
.work-6-box .details-btn {
  position: absolute;
  right: 60px;
  top: 60px;
  width: 60px;
  height: 60px;
  background-color: #DDF160;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .work-6-box .details-btn {
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6-box .details-btn {
    opacity: 1;
  }
}
.work-6-box .details-btn .btn-icon {
  transform: rotate(-45deg);
}
.work-6-box .details-btn .btn-icon i {
  font-size: 20px;
  color: #121212;
}
@media only screen and (max-width: 1919px) {
  .work-6-box .details-btn .btn-icon i {
    font-size: 16px;
  }
}
.work-6-box .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .work-6-box .meta {
    bottom: 20px;
    left: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6-box .meta {
    opacity: 1;
  }
}
.work-6-box .tag {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #121212;
  display: inline-block;
  padding: 4px 18px 2px;
  background-color: #D3FF10;
  border-radius: 100px;
}
.work-6-box .tag:nth-child(1) {
  background-color: #D3FF10;
}
.work-6-box .tag:nth-child(2) {
  background-color: #FFBB10;
}
.work-6-box .tag:nth-child(3) {
  background-color: #F37DD1;
}
.work-6-box .content {
  padding: 25px 40px 27px;
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr auto;
  background-color: #171717;
  border-radius: 14px;
  margin-top: 10px;
}
@media only screen and (max-width: 1919px) {
  .work-6-box .content {
    padding: 15px 30px 17px;
  }
}
.work-6-box .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .work-6-box .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6-box .title {
    font-size: 24px;
  }
}
.work-6-box .title a:hover {
  color: var(--theme);
}
.work-6-box .year {
  font-family: var(--font_handjet);
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #DDF160;
  display: inline-block;
  margin-top: 14px;
}
@media only screen and (max-width: 1919px) {
  .work-6-box .year {
    margin-top: 7px;
  }
}
.work-6-box.span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .work-6-box.span-2 {
    grid-column: auto;
  }
}

/* service css */
/* service area style  */
.service-area {
  background-color: #F9F9F9;
}

.service-header .title-wrapper {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.service-header .section-title {
  display: inline;
  padding-right: 36px;
  background-color: #F9F9F9;
  max-width: 780px;
}
.service-header .line-shape {
  width: 100%;
  height: 1px;
  background-color: var(--border);
  display: inline-block;
  position: absolute;
  bottom: 29px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .service-header .line-shape {
    bottom: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .service-header .line-shape {
    bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .service-header .line-shape {
    display: none;
  }
}
.service-header .line-shape-image {
  position: absolute;
  right: 0;
  padding-left: 36px;
  width: 161px;
  background-color: #F9F9F9;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .service-header .line-shape-image {
    width: 131px;
  }
}
@media only screen and (max-width: 991px) {
  .service-header .line-shape-image {
    width: 101px;
  }
}
.service-header .line-shape-image img {
  animation: spinner 10s infinite linear;
}

.service-wrapper-box {
  margin-top: 130px;
}
@media only screen and (max-width: 1199px) {
  .service-wrapper-box {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .service-wrapper-box {
    margin-top: 46px;
  }
}

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

.service-box {
  border-left: 1px solid rgba(15, 14, 14, 0.12);
  border-right: 1px solid rgba(15, 14, 14, 0.12);
  padding: 44px 43px 70px;
  background-color: var(--white);
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .service-box {
    padding: 24px 23px 30px;
  }
}
.service-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
}
.service-box .icon-wrapper {
  margin-top: 23px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.service-box .icon-wrapper:before {
  position: absolute;
  content: "";
  width: calc(100% + (44px * 2));
  aspect-ratio: 100/100;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  border: 1px dashed rgba(15, 14, 14, 0.14);
  border-radius: 50%;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
@media only screen and (max-width: 1199px) {
  .service-box .icon-wrapper:before {
    width: calc(100% + (24px * 2));
  }
}
.service-box .icon {
  width: 100px;
  height: 100px;
  background-color: #F9F9F9;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.service-box .content {
  margin-top: 61px;
}
@media only screen and (max-width: 1199px) {
  .service-box .content {
    margin-top: 31px;
  }
}
.service-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  max-width: 286px;
}
.service-box .ui-btn {
  margin-top: 47px;
}
@media only screen and (max-width: 1199px) {
  .service-box .ui-btn {
    margin-top: 32px;
  }
}

/* service-2 area style  */
.service-2-header {
  border-top: 1px solid var(--border);
  padding-top: 8px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .service-2-header {
    padding-top: 18px;
  }
}
.service-2-header .subtitle-wrapper {
  position: absolute;
  top: 39px;
  left: 0;
}
@media only screen and (max-width: 1399px) {
  .service-2-header .subtitle-wrapper {
    top: 29px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-2-header .subtitle-wrapper {
    position: static;
  }
}
@media only screen and (max-width: 1199px) {
  .service-2-header .title-wrapper {
    margin-top: 10px;
  }
}
.service-2-header .section-title-2 {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .service-2-header .section-title-2 {
    text-align: start;
  }
}

.service-2-wrapper-box {
  margin-top: 42px;
}

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

.service-2-box {
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 40px 40px 33px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1919px) {
  .service-2-box {
    padding: 30px 30px 23px;
  }
}
@media (max-width: 575px) {
  .service-2-box {
    padding: 20px 20px 18px;
  }
}
.service-2-box:hover {
  background-color: var(--theme);
  border-color: transparent;
}
.service-2-box:hover .icon-wrapper:before {
  opacity: 1;
}
.service-2-box:hover .service-2-btn {
  opacity: 1;
}
.service-2-box .icon-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.service-2-box .icon-wrapper:before {
  position: absolute;
  content: "";
  width: calc(100% - 224px);
  height: 1px;
  background-color: var(--black);
  left: 104px;
  top: 32px;
  opacity: 0;
  transition: all 0.3s;
}
.service-2-box .service-2-btn {
  width: 80px;
  height: 80px;
  background-color: var(--black);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .service-2-box .service-2-btn {
    width: 70px;
    height: 70px;
  }
}
.service-2-box .content {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr 300px;
  margin-top: 54px;
}
@media only screen and (max-width: 1199px) {
  .service-2-box .content {
    grid-template-columns: 1fr;
    margin-top: 24px;
  }
}
.service-2-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-transform: capitalize;
}
.service-2-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 1px;
}

.service-2-wrapper-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-2-wrapper-btn .ui-btn:hover .btn-text {
  background-color: var(--black);
  color: var(--white);
}
.service-2-wrapper-btn .ui-btn:hover .btn-icon {
  background-color: var(--black);
  color: var(--white);
}
.service-2-wrapper-btn .ui-btn .btn-text {
  padding: 15px 33px;
  background-color: var(--theme);
  color: var(--black);
}
.service-2-wrapper-btn .ui-btn .btn-icon {
  width: 50px;
  background-color: var(--theme);
  color: var(--black);
}

/* service-3 area style  */
.service-3-area {
  background-color: #F6F6F9;
}

.service-3-inner {
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .service-3-inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-3-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-3-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.service-3-shape-1 {
  position: absolute;
  z-index: -1;
  bottom: -75px;
  right: calc(100% - 180px);
  width: max-content;
}
@media only screen and (max-width: 991px) {
  .service-3-shape-1 {
    display: none;
  }
}

.service-3-header .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 850px;
}
@media only screen and (max-width: 1399px) {
  .service-3-header .section-title-wrapper {
    grid-template-columns: 1fr 720px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-3-header .section-title-wrapper {
    grid-template-columns: 1fr 640px;
  }
}
@media only screen and (max-width: 991px) {
  .service-3-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.service-3-header .title-wrapper {
  margin-top: -19px;
}
@media only screen and (max-width: 991px) {
  .service-3-header .title-wrapper {
    margin-top: 0;
  }
}

.service-3-wrapper-box {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 850px;
  margin-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .service-3-wrapper-box {
    grid-template-columns: 1fr 720px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-3-wrapper-box {
    grid-template-columns: 1fr 640px;
  }
}
@media only screen and (max-width: 991px) {
  .service-3-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.service-3-thumb {
  margin-top: 212px;
}
@media only screen and (max-width: 1199px) {
  .service-3-thumb {
    margin-top: 162px;
  }
}
@media only screen and (max-width: 991px) {
  .service-3-thumb {
    margin-top: 0px;
  }
}

.service-3-wrapper {
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.service-3-wrapper .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  border-radius: 14px;
  pointer-events: none;
  background: var(--white);
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}
.service-3-wrapper .active-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-3-box {
  padding: 33px 40px 33px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto;
  align-items: center;
  border-top: 1px solid #DDDDDD;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .service-3-box {
    padding: 23px 30px 23px;
  }
}
@media (max-width: 575px) {
  .service-3-box {
    padding: 13px 15px 13px;
  }
}
.service-3-box:hover .icon img {
  filter: brightness(0) invert(1);
}
.service-3-box:hover .title {
  color: var(--white);
}
.service-3-box:hover .details-btn {
  opacity: 1;
}
.service-3-box .content {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 60px 1fr;
  align-items: center;
}
@media (max-width: 575px) {
  .service-3-box .content {
    grid-template-columns: 1fr;
  }
}
.service-3-box .icon img {
  transition: all 0.5s;
}
.service-3-box .title {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.3;
  text-transform: capitalize;
  transition: all 0.3s;
}
@media only screen and (max-width: 1399px) {
  .service-3-box .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-3-box .title {
    font-size: 24px;
  }
}
.service-3-box .details-btn {
  width: 74px;
  height: 74px;
  background-color: var(--theme);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  font-size: 28px;
  border-radius: 50%;
  transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
  .service-3-box .details-btn {
    width: 54px;
    height: 54px;
    font-size: 20px;
  }
}
.service-3-box .details-btn:hover {
  background-color: var(--white);
}

/* service-4 area style  */
.service-4-area-wrapper {
  padding: 0 20px;
  background-color: #04030A;
}

.service-4-area {
  background-color: var(--white);
  border-radius: 30px;
}

.service-4-header {
  margin-top: 6px;
}
.service-4-header .section-title-wrapper {
  display: grid;
  gap: 40px 120px;
  grid-template-columns: auto 1fr;
}
@media only screen and (max-width: 1919px) {
  .service-4-header .section-title-wrapper {
    gap: 40px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .service-4-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.service-4-header .subtitle-wrapper {
  margin-top: 4px;
}
.service-4-header .section-subtitle-4 {
  border-color: rgba(4, 3, 10, 0.14);
  color: #4f4f54;
}
.service-4-header .section-title-3 {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  line-height: 1.28;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--secondary-2);
  max-width: 535px;
}

.service-4-wrapper-box {
  margin-top: 42px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .service-4-wrapper-box {
    padding-bottom: 60px;
  }
}

.service-4-wrapper .swiper-carousel .swiper-carousel-animate-opacity {
  height: 100%;
}
.service-4-wrapper .swiper-carousel .swiper-pagination-bullets {
  bottom: 0;
}

.service-4-pagination {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media only screen and (max-width: 1919px) {
  .service-4-pagination {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-4-pagination {
    margin-top: 40px;
  }
}
.service-4-pagination .swiper-pagination-bullet {
  width: 2px;
  height: 20px;
  opacity: 0.14;
  border: 1px solid var(--black);
  background-color: var(--white);
  border-radius: 0;
  transition: all 0.3s;
}
.service-4-pagination .swiper-pagination-bullet-active {
  width: 74px;
  border-width: 2px;
  border-radius: 4px;
  opacity: 1;
}
.service-4-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.service-4-box {
  background-color: whitesmoke;
  padding: 40px 40px 46px;
  border-radius: 10px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1919px) {
  .service-4-box {
    padding: 30px 20px 36px;
  }
}
.service-4-box:hover {
  background-color: var(--secondary-2);
}
.service-4-box:hover .title {
  color: var(--white);
}
.service-4-box:hover .title .icon img {
  filter: brightness(0) invert(1);
}
.service-4-box:hover .text {
  color: #7f7e82;
}
.service-4-box:hover .ui-btn-group-2 .btn-icon {
  border-color: transparent;
  background-color: var(--theme);
}
.service-4-box:hover .ui-btn-group-2 .btn-text {
  border-color: transparent;
  background-color: var(--theme);
}
.service-4-box .title {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 22px;
  line-height: 1.32;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--secondary-2);
}
@media only screen and (max-width: 1919px) {
  .service-4-box .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1919px) {
  .service-4-box .title {
    font-size: 18px;
  }
}
.service-4-box .title a {
  display: flex;
  align-items: flex-start;
  transition: all 0.3s;
}
.service-4-box .title a:hover {
  color: var(--white);
}
.service-4-box .title .icon {
  display: inline-block;
  margin-right: 14px;
  line-height: 1;
}
.service-4-box .title .icon img {
  transition: all 0.3s;
}
.service-4-box .thumb {
  margin-top: 27px;
  border-radius: 8px;
  overflow: hidden;
}
.service-4-box .thumb:hover img {
  transform: scale(1.1);
}
.service-4-box .thumb img {
  width: 100%;
  transition: all 0.3s;
}
.service-4-box .content {
  margin-top: 13px;
}
.service-4-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.service-4-box .ui-btn-group-2 {
  margin-top: 37px;
}
@media only screen and (max-width: 1919px) {
  .service-4-box .ui-btn-group-2 {
    margin-top: 27px;
  }
}
.service-4-box .ui-btn-group-2 .btn-icon {
  border-color: #d8d8d9;
  background-color: whitesmoke;
}
.service-4-box .ui-btn-group-2 .btn-text {
  border-color: #d8d8d9;
  background-color: whitesmoke;
}

/* service-5 area style  */
.service-5-area {
  background-color: #171717;
}

.service-5-inner {
  padding-top: 120px;
  padding-bottom: 152px;
}
@media only screen and (max-width: 1919px) {
  .service-5-inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-5-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-5-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.service-5-header .section-title-wrapper {
  text-align: center;
}
.service-5-header .title-wrapper {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 130px;
}
@media only screen and (max-width: 1919px) {
  .service-5-header .title-wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-5-header .title-wrapper {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .service-5-header .title-wrapper {
    padding-top: 0;
  }
}
.service-5-header .title-wrapper .title-tags {
  padding: 0 30px 20px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .service-5-header .title-wrapper .title-tags {
    display: none;
  }
}
.service-5-header .title-wrapper .title-tags > *:nth-child(1) .tag {
  background-color: #D3FF10;
}
.service-5-header .title-wrapper .title-tags > *:nth-child(2) {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .service-5-header .title-wrapper .title-tags > *:nth-child(2) {
    margin-top: 20px;
  }
}
.service-5-header .title-wrapper .title-tags > *:nth-child(2) .tag {
  background-color: #FFBB10;
}
.service-5-header .title-wrapper .title-tags > *:nth-child(3) .tag {
  background-color: #F37DD1;
}
.service-5-header .title-wrapper .title-tags > *:nth-child(4) {
  margin-top: 40px;
}
@media only screen and (max-width: 1199px) {
  .service-5-header .title-wrapper .title-tags > *:nth-child(4) {
    margin-top: 20px;
  }
}
.service-5-header .title-wrapper .title-tags > *:nth-child(4) .tag {
  background-color: #67F369;
}
.service-5-header .title-wrapper .title-tags > *:nth-child(5) .tag {
  background-color: #F88B4B;
}
.service-5-header .title-wrapper .tag-box {
  padding-top: 19px;
  padding-left: 19px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top-left-radius: 30px;
}
@media only screen and (max-width: 1199px) {
  .service-5-header .title-wrapper .tag-box {
    padding-top: 9px;
    padding-left: 9px;
  }
}
.service-5-header .title-wrapper .tag {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #121212;
  background-color: #D3FF10;
  padding: 3px 18px;
  border-radius: 100px;
}
@media only screen and (max-width: 1199px) {
  .service-5-header .title-wrapper .tag {
    font-size: 12px;
    line-height: 20px;
    padding: 3px 15px;
  }
}

.service-5-title {
  font-weight: 600;
  font-size: 200px;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .service-5-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-5-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-5-title {
    font-size: 110px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 991px) {
  .service-5-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .service-5-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .service-5-title {
    font-size: 35px;
  }
}

.service-5-wrapper-box {
  margin-top: 81px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 410px 1050px;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .service-5-wrapper-box {
    grid-template-columns: 360px 850px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-5-wrapper-box {
    grid-template-columns: 360px 650px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-5-wrapper-box {
    margin-top: 60px;
    grid-template-columns: 320px 540px;
  }
}
@media only screen and (max-width: 991px) {
  .service-5-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.service-5-info-card {
  margin-top: 11px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border-radius: 14px;
  max-width: 480px;
}
.service-5-info-card .thumb {
  border-radius: 14px;
  overflow: hidden;
}
.service-5-info-card .thumb img {
  width: 100%;
}
.service-5-info-card .content {
  padding: 26px 20px 28px;
}
@media (max-width: 575px) {
  .service-5-info-card .content {
    padding: 16px 0px 8px;
  }
}
.service-5-info-card .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: var(--white);
}
.service-5-info-card .text {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
}

.service-5-wrapper {
  display: grid;
  gap: 29px;
}

.service-5-box {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr auto;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 575px) {
  .service-5-box {
    grid-template-columns: 1fr;
  }
}
.service-5-box:hover .number {
  color: #DDF160;
}
.service-5-box:hover .title {
  margin-bottom: 23px;
}
@media only screen and (max-width: 1199px) {
  .service-5-box:hover .title {
    margin-bottom: 10px;
  }
}
.service-5-box:hover .tags {
  opacity: 1;
}
.service-5-box:hover .details-btn {
  opacity: 1;
}
.service-5-box .content-wrapper {
  display: grid;
  gap: 10px 10px;
  grid-template-columns: auto 1fr;
}
@media (max-width: 575px) {
  .service-5-box .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.service-5-box .number {
  font-family: var(--font_handjet);
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 7px;
  transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
  .service-5-box .number {
    margin-top: 4px;
  }
}
.service-5-box .title {
  font-weight: 400;
  font-size: 50px;
  line-height: 1;
  color: var(--white);
  margin-bottom: -53px;
  transition: all 0.5s;
  background-color: #171717;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .service-5-box .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-5-box .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.service-5-box .title a:hover {
  color: var(--theme);
}
.service-5-box .tags {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 11px 29px 9px;
  opacity: 0;
}
@media only screen and (max-width: 1919px) {
  .service-5-box .tags {
    padding: 8px 24px 6px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-5-box .tags {
    opacity: 1;
  }
}
.service-5-box .tag {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--white);
  display: flex;
  align-items: center;
}
.service-5-box .tag:not(:first-child):before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #DDF160;
  border-radius: 50%;
  margin: 0 8px;
}
.service-5-box .details-btn {
  width: 40px;
  height: 40px;
  background-color: #DDF160;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #161616;
  opacity: 0;
  margin-top: 35px;
  transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
  .service-5-box .details-btn {
    margin-top: 15px;
    opacity: 1;
  }
}
@media (max-width: 575px) {
  .service-5-box .details-btn {
    margin-top: 0;
  }
}

/* fun-fact css */
/* fun-fact area style  */
.fun-fact-content-wrapper {
  display: grid;
  gap: 40px 0;
  grid-template-columns: 550px 512px 235px;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-content-wrapper {
    grid-template-columns: 400px 512px 235px;
  }
}
@media only screen and (max-width: 1199px) {
  .fun-fact-content-wrapper {
    grid-template-columns: 300px 392px 185px;
  }
}
@media only screen and (max-width: 991px) {
  .fun-fact-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.fun-fact-thumb-wrapper {
  max-width: 550px;
  position: relative;
  aspect-ratio: 100/140;
}

.fun-fact-thumb-1 {
  border-radius: 500px;
  overflow: hidden;
  width: 87%;
  max-width: 480px;
  aspect-ratio: 100/160;
}
.fun-fact-thumb-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fun-fact-thumb-2 {
  position: absolute;
  right: -14%;
  bottom: -10%;
  width: 81%;
}

.fun-fact-content {
  position: relative;
  padding-top: 61px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-content {
    padding-top: 21px;
  }
}
.fun-fact-content:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--border);
  left: -103px;
  top: 0;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-content:before {
    left: -93px;
  }
}
@media only screen and (max-width: 1399px) {
  .fun-fact-content:before {
    left: -73px;
  }
}
@media only screen and (max-width: 1199px) {
  .fun-fact-content:before {
    left: -50px;
  }
}
@media only screen and (max-width: 991px) {
  .fun-fact-content:before {
    display: none;
  }
}
.fun-fact-content:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--border);
  right: -136px;
  top: 0;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-content:after {
    right: -116px;
  }
}
@media only screen and (max-width: 1399px) {
  .fun-fact-content:after {
    right: -76px;
  }
}
@media only screen and (max-width: 1199px) {
  .fun-fact-content:after {
    right: -40px;
  }
}
@media only screen and (max-width: 991px) {
  .fun-fact-content:after {
    display: none;
  }
}
.fun-fact-content .content-image {
  margin-top: 139px;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-content .content-image {
    margin-top: 49px;
  }
}
.fun-fact-content .content-image img {
  width: 200px;
  aspect-ratio: 100/100;
  object-fit: cover;
  mask-image: url(../imgs/shape/shape-11.webp);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}
@media only screen and (max-width: 1199px) {
  .fun-fact-content .content-image img {
    width: 150px;
  }
}
.fun-fact-content .text-wrapper {
  margin-top: 55px;
}
.fun-fact-content .text {
  font-size: 20px;
  line-height: 30px;
}
.fun-fact-content .text::first-letter {
  font-weight: 400;
  font-size: 34px;
  line-height: 30px;
  color: var(--primary);
}

.fun-fact-box {
  padding-top: 67px;
  padding-bottom: 71px;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-box {
    padding-top: 37px;
    padding-bottom: 41px;
  }
}
.fun-fact-box:not(:first-child) {
  border-top: 1px solid var(--border);
}
.fun-fact-box .number {
  font-weight: 400;
  font-size: 84px;
  line-height: 0.88;
  color: rgba(15, 14, 14, 0.14);
}
@media only screen and (max-width: 1919px) {
  .fun-fact-box .number {
    font-size: 64px;
  }
}
.fun-fact-box .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(15, 14, 14, 0.5);
  margin-top: 14px;
}

/* fun-fact-2 area style  */
.fun-fact-2-wrapper-box {
  margin-top: 60px;
}

.fun-fact-2-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .fun-fact-2-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .fun-fact-2-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fun-fact-2-wrapper > div {
  position: relative;
}
.fun-fact-2-wrapper > div:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(15, 14, 14, 0) 14.5%, rgba(15, 14, 14, 0.2) 100%);
}
@media only screen and (max-width: 991px) {
  .fun-fact-2-wrapper > div:before {
    display: none;
  }
}
.fun-fact-2-wrapper > div:nth-child(4):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(15, 14, 14, 0) 14.5%, rgba(15, 14, 14, 0.2) 100%);
}
@media only screen and (max-width: 991px) {
  .fun-fact-2-wrapper > div:nth-child(4):after {
    display: none;
  }
}

.fun-fact-2-box {
  text-align: center;
  padding: 211px 20px 64px;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-2-box {
    padding: 111px 20px 64px;
  }
}
@media only screen and (max-width: 991px) {
  .fun-fact-2-box {
    padding: 31px 20px 34px;
  }
}
.fun-fact-2-box .number {
  font-weight: 400;
  font-size: 140px;
  line-height: 1;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-2-box .number {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .fun-fact-2-box .number {
    font-size: 80px;
  }
}
.fun-fact-2-box .number .odometer.odometer-auto-theme,
.fun-fact-2-box .number .odometer.odometer-theme-default {
  font-family: var(--font_kanit);
  line-height: 1;
  margin-top: -0.2em;
}
.fun-fact-2-box .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  margin-top: 2px;
}
@media only screen and (max-width: 1199px) {
  .fun-fact-2-box .text {
    font-size: 18px;
  }
}

/* fun-fact-3 area style  */
.fun-fact-3-wrapper-box {
  display: grid;
  grid-template-columns: 1fr 800px;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-3-wrapper-box {
    grid-template-columns: 1fr 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .fun-fact-3-wrapper-box {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 991px) {
  .fun-fact-3-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.fun-fact-3-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fun-fact-3-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
  .fun-fact-3-wrapper {
    grid-template-columns: 1fr;
  }
}

.fun-fact-3-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fun-fact-3-box {
  padding: 42px 50px 39px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #F6F6F9;
}
@media only screen and (max-width: 1199px) {
  .fun-fact-3-box {
    padding: 22px 20px 19px;
  }
}
.fun-fact-3-box.ui-bg-theme {
  background-color: var(--theme);
}
.fun-fact-3-box .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .fun-fact-3-box .text {
    font-size: 16px;
  }
}
.fun-fact-3-box .number {
  font-weight: 400;
  font-size: 140px;
  margin-top: 50px;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-3-box .number {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1919px) {
  .fun-fact-3-box .number {
    font-size: 80px;
  }
}
.fun-fact-3-box .number .odometer.odometer-auto-theme,
.fun-fact-3-box .number .odometer.odometer-theme-default {
  font-family: var(--font_kanit);
  line-height: 1;
  margin-top: -0.2em;
}
.fun-fact-3-box .arrow-shape {
  position: absolute;
  top: 72px;
  right: calc(100% - 140px);
  width: max-content;
  z-index: -1;
}
.fun-fact-3-box .dotted-shape {
  position: absolute;
  top: 82px;
  left: calc(100% - 156px);
  width: max-content;
  z-index: -1;
}

/* fun-fact-4 area style  */
.fun-fact-4-area {
  background-color: #04030A;
}

.fun-fact-4-header {
  margin-top: 16px;
}
.fun-fact-4-header .section-title-wrapper {
  display: grid;
  gap: 40px 120px;
  grid-template-columns: auto 1fr;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-4-header .section-title-wrapper {
    gap: 40px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .fun-fact-4-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.fun-fact-4-header .subtitle-wrapper {
  margin-top: 4px;
}
.fun-fact-4-header .section-subtitle-4 {
  border-color: rgba(255, 255, 255, 0.14);
  color: #b4b3b5;
}
.fun-fact-4-header .section-title-3 {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  line-height: 1.28;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--font-color);
  max-width: 730px;
}

.fun-fact-4-wrapper-box {
  margin-top: 106px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 950px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-4-wrapper-box {
    margin-top: 86px;
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 1399px) {
  .fun-fact-4-wrapper-box {
    grid-template-columns: 1fr 650px;
  }
}
@media only screen and (max-width: 1199px) {
  .fun-fact-4-wrapper-box {
    margin-top: 66px;
    grid-template-columns: 1fr 580px;
  }
}
@media only screen and (max-width: 991px) {
  .fun-fact-4-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.fun-fact-4-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.fun-fact-4-thumb img {
  border-radius: 10px;
}

.fun-fact-4-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 575px) {
  .fun-fact-4-wrapper {
    grid-template-columns: 1fr;
  }
}
.fun-fact-4-wrapper > *:nth-child(2n+1) {
  border-right: 1px solid #222127;
}
@media (max-width: 575px) {
  .fun-fact-4-wrapper > *:nth-child(2n+1) {
    border-right: 0;
  }
}
.fun-fact-4-wrapper > *:nth-child(1) {
  border-bottom: 1px solid #222127;
}
@media (max-width: 575px) {
  .fun-fact-4-wrapper > *:nth-child(1) {
    border-bottom: 0;
  }
}
.fun-fact-4-wrapper > *:nth-child(2) {
  border-bottom: 1px solid #222127;
  position: relative;
}
.fun-fact-4-wrapper > *:nth-child(2):before {
  position: absolute;
  content: "";
  width: 210px;
  height: 1px;
  background-color: #222127;
  top: 0;
  right: 0;
}
.fun-fact-4-wrapper > *:nth-child(2):after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #222127;
  top: 0;
  right: 0;
  border-radius: 0 0 6px 6px;
}
.fun-fact-4-wrapper > *:nth-child(3) {
  position: relative;
}
.fun-fact-4-wrapper > *:nth-child(3):before {
  position: absolute;
  content: "";
  width: 210px;
  height: 1px;
  background-color: #222127;
  bottom: 0;
  right: 0;
}
.fun-fact-4-wrapper > *:nth-child(3):after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: #222127;
  bottom: 0;
  right: 0;
  border-radius: 6px 0 0 0;
}

.fun-fact-4-box {
  padding: 82px 80px 74px;
}
@media only screen and (max-width: 1919px) {
  .fun-fact-4-box {
    padding: 62px 60px 54px;
  }
}
@media only screen and (max-width: 1399px) {
  .fun-fact-4-box {
    padding: 62px 40px 54px;
  }
}
.fun-fact-4-box .number {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 90px;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--font-color);
}
@media only screen and (max-width: 1919px) {
  .fun-fact-4-box .number {
    font-size: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .fun-fact-4-box .number {
    font-size: 50px;
  }
}
.fun-fact-4-box .number .odometer-auto-theme {
  margin-top: -0.11em;
}
.fun-fact-4-box .number .odometer.odometer-auto-theme,
.fun-fact-4-box .number .odometer.odometer-theme-default {
  font-family: var(--font_cooperhewitt);
  line-height: 1em;
}
.fun-fact-4-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  color: #5f5e62;
}

/* fun-fact-5 area style  */
/* team css */
/* team area style  */
.team-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-area:before {
  position: absolute;
  content: "";
  width: 1920px;
  height: 1000%;
  background-color: #F9F9F9;
  z-index: -1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1000px 1000px 0 0;
}

.team-area-inner {
  padding-top: 120px;
  padding-bottom: 140px;
}

.team-header {
  text-align: center;
}
.team-header .title-wrapper {
  margin-top: 15px;
}

.team-wrapper-box {
  margin-top: 66px;
}

.team-wrapper {
  position: relative;
}

.team-active .swiper-slide-duplicate-next .team-box {
  transform: scale(0.57);
  transform-origin: left;
}
.team-active .swiper-slide-duplicate-next .team-box .post {
  opacity: 0;
}
.team-active .swiper-slide-duplicate-next .team-box .social-links {
  opacity: 0;
}
.team-active .swiper-slide-prev .team-box {
  transform: scale(0.57);
  transform-origin: left;
}
.team-active .swiper-slide-prev .team-box .post {
  opacity: 0;
}
.team-active .swiper-slide-prev .team-box .social-links {
  opacity: 0;
}
.team-active .swiper-slide-active .team-box {
  transform: scale(1);
  transform-origin: left;
}
.team-active .swiper-slide-active .team-box .post {
  opacity: 1;
}
.team-active .swiper-slide-active .team-box .social-links {
  opacity: 1;
}
.team-active .swiper-slide-next .team-box {
  transform: scale(0.57);
  transform-origin: right;
}
.team-active .swiper-slide-next .team-box .post {
  opacity: 0;
}
.team-active .swiper-slide-next .team-box .social-links {
  opacity: 0;
}
.team-active .swiper-slide-duplicate-prev .team-box {
  transform: scale(0.57);
  transform-origin: right;
}
.team-active .swiper-slide-duplicate-prev .team-box .post {
  opacity: 0;
}
.team-active .swiper-slide-duplicate-prev .team-box .social-links {
  opacity: 0;
}
.team-active .swiper-slide {
  text-align: center;
}

.team-box {
  display: inline-block;
  transition: all 2s;
}
.team-box .thumb {
  border-radius: 1000px;
  overflow: hidden;
}
.team-box .content {
  text-align: center;
  margin-top: 34px;
}
@media only screen and (max-width: 1199px) {
  .team-box .content {
    margin-top: 24px;
  }
}
.team-box .name {
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .team-box .name {
    font-size: 28px;
  }
}
.team-box .post {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
  transition: all 0.5s;
}
.team-box .social-links {
  margin-top: 21px;
  transition: all 0.5s;
}
.team-box .ui-btn {
  flex-direction: row-reverse;
}
.team-box .ui-btn:hover .btn-text {
  background-color: var(--theme);
}
.team-box .ui-btn:hover .btn-icon {
  background-color: var(--theme);
}
.team-box .ui-btn .btn-text {
  background-color: #0882BD;
}
.team-box .ui-btn .btn-icon {
  background-color: #0882BD;
}

.team-nav {
  display: flex;
  gap: 520px;
  position: absolute;
  top: 243px;
  left: 0;
  width: 100%;
  justify-content: center;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .team-nav {
    gap: 420px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-nav {
    gap: 390px;
  }
}
@media only screen and (max-width: 991px) {
  .team-nav {
    position: static;
    gap: 10px;
    margin-top: 40px;
  }
}

.team-nav-btn {
  width: 100px;
  height: 100px;
  border: 1px solid var(--black);
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: var(--black);
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .team-nav-btn {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
.team-nav-btn:hover {
  background-color: var(--theme);
  border-color: transparent;
}

/* team-2 area style  */
.team-2-header {
  border-top: 1px solid var(--border);
  padding-top: 8px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .team-2-header {
    padding-top: 18px;
  }
}
.team-2-header .subtitle-wrapper {
  position: absolute;
  top: 39px;
  left: 0;
}
@media only screen and (max-width: 1399px) {
  .team-2-header .subtitle-wrapper {
    top: 29px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-2-header .subtitle-wrapper {
    position: static;
  }
}
@media only screen and (max-width: 1199px) {
  .team-2-header .title-wrapper {
    margin-top: 10px;
  }
}
.team-2-header .section-title-2 {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .team-2-header .section-title-2 {
    text-align: start;
  }
}

.team-2-wrapper-box {
  margin-top: 42px;
}

.team-2-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .team-2-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-2-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-2-box {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-2-box:hover .thumb:before {
  opacity: 1;
}
.team-2-box:hover .thumb img {
  transform: scale(1);
}
.team-2-box:hover .social-links {
  opacity: 1;
}
.team-2-box:hover .content {
  opacity: 1;
}
.team-2-box .thumb {
  position: relative;
  z-index: -1;
}
.team-2-box .thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(15, 14, 14, 0) 32.32%, #0F0E0E 100%);
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.team-2-box .thumb img {
  width: 100%;
  transform: scale(1.1);
  transition: all 0.5s;
}
.team-2-box .social-links {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.team-2-box .social-links a {
  width: 40px;
  height: 40px;
  background-color: var(--theme);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--white);
}
.team-2-box .social-links a:hover {
  background-color: var(--white);
  color: var(--black);
}
.team-2-box .social-links a.facebook {
  background-color: #1877F2;
}
.team-2-box .social-links a.facebook:hover {
  background-color: var(--white);
  color: var(--black);
}
.team-2-box .social-links a.twitter {
  background-color: #1DA1F2;
}
.team-2-box .social-links a.twitter:hover {
  background-color: var(--white);
  color: var(--black);
}
.team-2-box .social-links a.pinterest {
  background-color: #CB2027;
}
.team-2-box .social-links a.pinterest:hover {
  background-color: var(--white);
  color: var(--black);
}
.team-2-box .social-links a.linkedin {
  background-color: #0A66C2;
}
.team-2-box .social-links a.linkedin:hover {
  background-color: var(--white);
  color: var(--black);
}
.team-2-box .content {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 53px 20px;
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 1199px) {
  .team-2-box .content {
    padding: 23px 20px;
  }
}
.team-2-box .name {
  font-weight: 400;
  font-size: 34px;
  line-height: 1;
  text-transform: capitalize;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .team-2-box .name {
    font-size: 24px;
  }
}
.team-2-box .name a:hover {
  color: var(--white);
}
.team-2-box .post {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.6);
}

.team-2-btn-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.team-2-btn-wrapper .ui-btn:hover .btn-text {
  background-color: var(--black);
  color: var(--white);
}
.team-2-btn-wrapper .ui-btn:hover .btn-icon {
  background-color: var(--black);
  color: var(--white);
}
.team-2-btn-wrapper .ui-btn .btn-text {
  padding: 15px 33px;
  background-color: var(--theme);
  color: var(--black);
}
.team-2-btn-wrapper .ui-btn .btn-icon {
  width: 50px;
  background-color: var(--theme);
  color: var(--black);
}

.team-2-pagination-wrapper {
  margin-top: 60px;
}
@media only screen and (max-width: 1399px) {
  .team-2-pagination-wrapper {
    margin-top: 40px;
  }
}

.team-2-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.team-2-pagination a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--black);
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(15, 14, 14, 0.12);
  border-radius: 6px;
}
.team-2-pagination a:hover:not(.active) {
  background-color: #ddd;
  border-color: transparent;
}
.team-2-pagination a.active {
  background-color: var(--theme);
  border-color: transparent;
}

/* team-info area style  */
.team-info-inner {
  margin-top: 70px;
  margin-right: -115px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 630px 640px;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .team-info-inner {
    margin-right: 0;
    grid-template-columns: 630px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .team-info-inner {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .team-info-inner {
    grid-template-columns: 440px 1fr;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .team-info-inner {
    grid-template-columns: 1fr;
  }
}

.team-info-thumb {
  border-radius: 10px;
  overflow: hidden;
}
.team-info-thumb img {
  width: 100%;
}

.team-info-content {
  margin-top: 46px;
}
@media only screen and (max-width: 1919px) {
  .team-info-content {
    margin-top: 0;
  }
}
.team-info-content .name {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.2;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399px) {
  .team-info-content .name {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-info-content .name {
    font-size: 34px;
  }
}
.team-info-content .post {
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  color: rgba(15, 14, 14, 0.7);
  margin-top: 8px;
}
@media only screen and (max-width: 1199px) {
  .team-info-content .post {
    font-size: 22px;
  }
}
.team-info-content .text-wrapper {
  margin-top: 55px;
}
.team-info-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
}
.team-info-content .team-contact-meta {
  margin-top: 45px;
  border-top: 1px solid rgba(15, 14, 14, 0.12);
  border-bottom: 1px solid rgba(15, 14, 14, 0.12);
  display: inline-flex;
  padding-top: 10px;
  padding-bottom: 12px;
  gap: 10px 0;
}
@media (max-width: 575px) {
  .team-info-content .team-contact-meta {
    flex-direction: column;
  }
}
.team-info-content .meta-item {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  position: relative;
}
.team-info-content .meta-item:not(:first-child) {
  margin-left: 41px;
}
@media (max-width: 575px) {
  .team-info-content .meta-item:not(:first-child) {
    margin-left: 0;
  }
}
.team-info-content .meta-item:not(:first-child):before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(15, 14, 14, 0.12);
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 575px) {
  .team-info-content .meta-item:not(:first-child):before {
    display: none;
  }
}
.team-info-content .team-social-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.team-info-content .team-social-links a {
  width: 40px;
  height: 40px;
  background-color: var(--theme);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--white);
}
.team-info-content .team-social-links a:hover {
  background-color: var(--black);
  color: var(--white);
}
.team-info-content .team-social-links a.facebook {
  background-color: #1877F2;
}
.team-info-content .team-social-links a.facebook:hover {
  background-color: var(--black);
  color: var(--white);
}
.team-info-content .team-social-links a.twitter {
  background-color: #1DA1F2;
}
.team-info-content .team-social-links a.twitter:hover {
  background-color: var(--black);
  color: var(--white);
}
.team-info-content .team-social-links a.pinterest {
  background-color: #CB2027;
}
.team-info-content .team-social-links a.pinterest:hover {
  background-color: var(--black);
  color: var(--white);
}
.team-info-content .team-social-links a.linkedin {
  background-color: #0A66C2;
}
.team-info-content .team-social-links a.linkedin:hover {
  background-color: var(--black);
  color: var(--white);
}

.team-portfolio-link-box {
  margin-top: 50px;
}
.team-portfolio-link-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-transform: capitalize;
}

.team-portfolio-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 27px;
}
.team-portfolio-links a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 6px 19px;
}
.team-portfolio-links a:hover {
  background-color: #0077B5;
  color: var(--white);
  border-color: transparent;
}

/* team-skill area style  */
.team-skill-inner {
  padding-top: 191px;
}
@media only screen and (max-width: 1919px) {
  .team-skill-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-skill-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-skill-inner {
    padding-top: 60px;
  }
}

.team-skill-content .text-wrapper {
  margin-top: 19px;
}
.team-skill-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  max-width: 1060px;
}

.team-skill-wrapper-box {
  margin-top: 59px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 500px;
  align-items: flex-start;
}
@media only screen and (max-width: 1199px) {
  .team-skill-wrapper-box {
    grid-template-columns: 1fr 420px;
  }
}
@media only screen and (max-width: 991px) {
  .team-skill-wrapper-box {
    grid-template-columns: 1fr;
  }
}

.team-skill-list-wrapper .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-transform: capitalize;
}

.tream-skill-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.tream-skill-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  display: flex;
}
.tream-skill-list li:before {
  width: 4px;
  height: 4px;
  content: "";
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 11px;
}

.team-progress-wrapper {
  margin-top: 24px;
  display: grid;
  gap: 21px;
}
@media only screen and (max-width: 991px) {
  .team-progress-wrapper {
    margin-top: 0;
  }
}

.progress-box .progress-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.progress-box .progress-title span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.progress-box .progress-category {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  color: var(--secondary);
}
.progress-box .progress {
  height: 4px;
  background-color: rgba(15, 14, 14, 0.12);
  border-radius: 6px;
}
.progress-box .progress-bar {
  background-color: var(--theme);
  border-radius: 6px;
}

/* team-contact area style  */
.team-contact-inner {
  padding-top: 134px;
}
@media only screen and (max-width: 1919px) {
  .team-contact-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-contact-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-contact-inner {
    padding-top: 60px;
  }
}

.team-contact-wrapper-box {
  margin-top: 46px;
}
@media only screen and (max-width: 1199px) {
  .team-contact-wrapper-box {
    margin-top: 36px;
  }
}

.team-contact-wrap .contact-formwrap {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1199px) {
  .team-contact-wrap .contact-formwrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-contact-wrap .contact-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-contact-wrap .contact-formwrap .span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .team-contact-wrap .contact-formwrap .span-2 {
    grid-column: auto;
  }
}
.team-contact-wrap .contact-formfield {
  background-color: var(--white);
  padding: 0 29px;
  border: 1px solid var(--border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.team-contact-wrap .contact-formfield input {
  width: 100%;
  height: 58px;
  border: none;
  outline: none;
  color: var(--black);
  transition: all 0.5s;
  font-size: 16px;
  line-height: 26px;
  background: none;
}
.team-contact-wrap .contact-formfield input:focus {
  background-color: none;
}
.team-contact-wrap .contact-formfield input::placeholder {
  color: var(--secondary);
}
.team-contact-wrap .contact-formfield textarea {
  width: 100%;
  height: 268px;
  border: none;
  outline: none;
  color: var(--black);
  transition: all 0.5s;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 0;
  background: none;
  resize: none;
}
.team-contact-wrap .contact-formfield textarea:focus {
  background-color: none;
}
.team-contact-wrap .contact-formfield textarea::placeholder {
  color: var(--secondary);
}
.team-contact-wrap .submit-btn {
  margin-top: 44px;
}
@media only screen and (max-width: 1199px) {
  .team-contact-wrap .submit-btn {
    margin-top: 34px;
  }
}
.team-contact-wrap .ui-btn:hover .btn-text {
  background-color: var(--black);
  color: var(--white);
}
.team-contact-wrap .ui-btn:hover .btn-icon {
  background-color: var(--black);
  color: var(--white);
}
.team-contact-wrap .ui-btn .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.team-contact-wrap .ui-btn .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}

/* team-3 area style  */
.team-3-header .title-wrapper {
  padding-top: 61px;
  border-top: 1px solid #DDDDDD;
  margin-top: 34px;
}
@media only screen and (max-width: 1399px) {
  .team-3-header .title-wrapper {
    padding-top: 41px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-3-header .title-wrapper {
    padding-top: 21px;
    margin-top: 24px;
  }
}

.team-3-section-title {
  font-weight: 400;
  font-size: 170px;
  line-height: 0.8;
  text-transform: uppercase;
  text-align: center;
  background: linear-gradient(180deg, rgba(15, 14, 14, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media only screen and (max-width: 1919px) {
  .team-3-section-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-3-section-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .team-3-section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .team-3-section-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .team-3-section-title {
    font-size: 35px;
  }
}

.team-3-wrapper-box {
  margin-top: 52px;
}

.team-3-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 991px) {
  .team-3-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .team-3-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-3-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.team-3-box {
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.team-3-box:hover .thumb:before {
  opacity: 1;
}
.team-3-box:hover .thumb img {
  transform: scale(1);
}
.team-3-box:hover .content {
  opacity: 1;
}
.team-3-box .thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 100/100;
  overflow: hidden;
}
.team-3-box .thumb:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(15, 14, 14, 0.3);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}
.team-3-box .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  transform: scale(1.1);
}
.team-3-box .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s;
  z-index: 1;
  pointer-events: none;
}
.team-3-box .ui-btn {
  flex-direction: row-reverse;
  pointer-events: all;
}
.team-3-box .ui-btn:hover .btn-text {
  background-color: var(--theme);
}
.team-3-box .ui-btn:hover .btn-icon {
  background-color: var(--theme);
}
.team-3-box .ui-btn .btn-text {
  background-color: #0882BD;
}
.team-3-box .ui-btn .btn-icon {
  background-color: #0882BD;
}
.team-3-box.circle {
  border-radius: 50%;
  overflow: hidden;
}

.team-3-join-btn {
  width: 100%;
  aspect-ratio: 100/100;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--theme);
  border-radius: 50%;
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: var(--primary);
  transition: all 0.5s;
}
.team-3-join-btn:hover {
  background-color: var(--black);
  color: var(--white);
}
.team-3-join-btn i {
  font-size: 16px;
  margin-left: 5px;
  transform: rotate(-45deg);
}

/* team-4 area style  */
.team-4-area {
  background-color: #04030A;
}

.team-4-header {
  margin-top: 16px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr auto;
}
@media only screen and (max-width: 767px) {
  .team-4-header {
    grid-template-columns: 1fr;
  }
}
.team-4-header .section-title-wrapper {
  display: grid;
  gap: 40px 120px;
  grid-template-columns: auto 1fr;
}
@media only screen and (max-width: 1919px) {
  .team-4-header .section-title-wrapper {
    gap: 40px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .team-4-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-4-header .subtitle-wrapper {
  margin-top: 4px;
}
.team-4-header .section-subtitle-4 {
  border-color: rgba(255, 255, 255, 0.14);
  color: #b4b3b5;
}
.team-4-header .section-title-3 {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  line-height: 1.28;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--font-color);
  max-width: 425px;
}

.team-4-wrapper-box {
  margin-top: 86px;
}
@media only screen and (max-width: 1919px) {
  .team-4-wrapper-box {
    margin-top: 56px;
  }
}

.team-4-nav {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .team-4-nav {
    margin-top: 0;
  }
}

.team-4-nav-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #27262C;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--white);
  transition: all 0.3s;
}
.team-4-nav-btn:hover {
  background-color: var(--theme);
  border-color: transparent;
  color: var(--black);
}

.team-4-box:hover .thumb img {
  transform: scale(1);
}
.team-4-box .thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.team-4-box .thumb .bg {
  position: absolute;
  content: "";
  width: 100%;
  height: 66%;
  left: 0;
  bottom: 0;
  background-color: #1B1B1B;
  border-radius: 10px;
  clip-path: polygon(0 55%, 95% 0, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
}
.team-4-box .thumb .bg:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 54%;
  background-color: #1B1B1B;
  border-radius: 10px;
  box-shadow: -10px -10px 0 #04030A;
}
.team-4-box .thumb img {
  width: 100%;
  transform: scale(1.1);
  transition: all 0.5s;
  transform-origin: top center;
}
.team-4-box .social-links {
  margin-top: 38px;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .team-4-box .social-links {
    margin-top: 28px;
  }
}
.team-4-box .social-links a {
  width: 36px;
  height: 36px;
  border: 1px solid #3B3B3B;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--white);
}
.team-4-box .social-links a:hover {
  background-color: var(--white);
  border-color: transparent;
  color: var(--black);
}
.team-4-box .content {
  text-align: center;
  padding: 34px 20px 46px;
  background-color: #1B1B1B;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .team-4-box .content {
    padding: 24px 20px 36px;
  }
}
.team-4-box .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--white);
}
.team-4-box .name a:hover {
  color: var(--white);
}
.team-4-box .post {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 4px;
  color: #BBBBBB;
}

/* brand css */
/* brand area style  */
.brand-content-wrapper {
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 440px 750px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .brand-content-wrapper {
    grid-template-columns: 440px 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .brand-content-wrapper {
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .brand-content-wrapper {
    grid-template-columns: 1fr;
  }
}

.brand-shape-1 {
  position: absolute;
  bottom: 0;
  right: calc(100% - 50px);
  z-index: -1;
  width: max-content;
}
@media only screen and (max-width: 1199px) {
  .brand-shape-1 {
    display: none;
  }
}

.brand-content .title-wrapper {
  margin-top: 15px;
}
.brand-content .text-wrapper {
  margin-top: 17px;
}
.brand-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.brand-content .btn-wrapper {
  margin-top: 47px;
}

.brand-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575px) {
  .brand-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.brand-box {
  width: 100%;
  aspect-ratio: 100/100;
  height: 100%;
  border: 1px solid var(--border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  transition: background-color 0.3s, border-color 0.3s;
}
.brand-box:hover {
  background-color: var(--theme);
  border-color: transparent;
}

/* brand-2 area style  */
.brand-2-area-inner {
  padding-top: 120px;
}
@media only screen and (max-width: 1919px) {
  .brand-2-area-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .brand-2-area-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .brand-2-area-inner {
    padding-top: 60px;
  }
}

.brand-2-header {
  border-top: 1px solid #DDDDDD;
  padding-top: 72px;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .brand-2-header {
    padding-top: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .brand-2-header {
    padding-top: 32px;
  }
}

.brand-2-wrapper-box {
  margin-top: 52px;
}

.brand-active .swiper-wrapper {
  transition-timing-function: linear !important;
}
.brand-active .swiper-slide {
  width: auto;
}

.brand-2-box {
  width: 220px;
  height: 140px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all 0.3s;
}
@media only screen and (max-width: 1199px) {
  .brand-2-box {
    width: 170px;
    height: 90px;
  }
}
.brand-2-box:hover {
  background-color: var(--theme);
}

/* brand-3 area style  */
.brand-3-wrapper-box {
  margin-top: 264px;
}
@media only screen and (max-width: 1919px) {
  .brand-3-wrapper-box {
    margin-top: 204px;
  }
}
@media only screen and (max-width: 1199px) {
  .brand-3-wrapper-box {
    margin-top: 154px;
  }
}
@media only screen and (max-width: 991px) {
  .brand-3-wrapper-box {
    margin-top: 60px;
  }
}

.brand-3-active .swiper-wrapper {
  transition-timing-function: linear !important;
  align-items: center;
}
.brand-3-active .swiper-slide {
  width: auto;
}

.brand-4-area {
  background-color: var(--background);
  margin-bottom: -1px;
}

.brand-4-area-inner {
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
  gap: 20px 80px;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .brand-4-area-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .brand-4-area-inner {
    gap: 20px 40px;
  }
}

.brand-4-wrapper-box {
  overflow: hidden;
}

.brand-4-video {
  display: flex;
  align-items: center;
}
.brand-4-video .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .brand-4-video .avatar {
    width: 80px;
    height: 80px;
  }
}
.brand-4-video .btn-wrapper {
  margin-left: -30px;
  border-radius: 50%;
}
.brand-4-video .play-button {
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: var(--theme);
  border: 4px solid var(--background);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.brand-4-video .play-button:hover {
  background-color: var(--black);
  color: var(--theme);
}

.brand-4-active .swiper-wrapper {
  transition-timing-function: linear !important;
}
.brand-4-active .swiper-slide {
  width: auto;
}

/* blog css */
/* blog area style  */
.blog-header .title-wrapper {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.blog-header .section-title {
  display: inline;
  padding-right: 36px;
  background-color: var(--white);
  max-width: 780px;
}
.blog-header .line-shape {
  width: 100%;
  height: 1px;
  background-color: var(--border);
  display: inline-block;
  position: absolute;
  bottom: 29px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .blog-header .line-shape {
    bottom: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-header .line-shape {
    bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-header .line-shape {
    display: none;
  }
}
.blog-header .line-shape-image {
  position: absolute;
  right: 0;
  padding-left: 36px;
  width: 161px;
  background-color: var(--white);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .blog-header .line-shape-image {
    width: 131px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-header .line-shape-image {
    width: 101px;
  }
}
.blog-header .line-shape-image img {
  animation: spinner 10s infinite linear;
}

.blog-wrapper-box {
  margin-top: 66px;
}
@media only screen and (max-width: 767px) {
  .blog-wrapper-box {
    margin-top: 36px;
  }
}

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

.blog:hover .thumb img {
  transform: scale(1.1);
}
.blog .thumb {
  overflow: hidden;
}
.blog .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.blog .content {
  margin-top: 24px;
}
.blog .meta {
  display: flex;
  gap: 24px;
  align-items: center;
  flex-wrap: wrap;
}
.blog .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  color: var(--black);
  background-color: var(--theme);
  padding: 6px 14px;
  border-radius: 6px;
}
.blog .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.blog .date i {
  margin-right: 8px;
}
.blog .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 14px;
  padding-right: 20px;
}
@media only screen and (max-width: 1399px) {
  .blog .title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog .title {
    font-size: 22px;
    padding-right: 0;
  }
}
.blog .ui-btn {
  margin-top: 27px;
}

/* blog-2 area style  */
.blog-2-header {
  border-top: 1px solid var(--border);
  padding-top: 8px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .blog-2-header {
    padding-top: 18px;
  }
}
.blog-2-header .subtitle-wrapper {
  position: absolute;
  top: 39px;
  left: 0;
}
@media only screen and (max-width: 1399px) {
  .blog-2-header .subtitle-wrapper {
    top: 29px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-2-header .subtitle-wrapper {
    position: static;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-2-header .title-wrapper {
    margin-top: 10px;
  }
}
.blog-2-header .section-title-2 {
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .blog-2-header .section-title-2 {
    text-align: start;
  }
}

.blog-2-wrapper-box {
  margin-top: 62px;
}

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

.blog-2 {
  border: 1px solid rgba(15, 14, 14, 0.1);
  border-radius: 12px;
  padding: 40px 40px 62px;
}
@media only screen and (max-width: 1919px) {
  .blog-2 {
    padding: 30px 30px 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-2 {
    padding: 15px 15px 17px;
  }
}
.blog-2:hover .thumb img {
  transform: scale(1.1);
}
.blog-2 .thumb {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.blog-2 .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.blog-2 .meta {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .blog-2 .meta {
    bottom: 15px;
    left: 15px;
  }
}
.blog-2 .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--black);
  background-color: var(--white);
  display: inline-block;
  padding: 2px 14px;
  border-radius: 100px;
}
.blog-2 .content {
  margin-top: 20px;
}
.blog-2 .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.42;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .blog-2 .title {
    font-size: 20px;
  }
}
.blog-2 .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
}
.blog-2 .ui-btn-normal {
  margin-top: 34px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-2 .ui-btn-normal:hover .btn-icon {
  margin-left: 5px;
}
.blog-2 .ui-btn-normal .btn-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--black);
}
.blog-2 .ui-btn-normal .btn-icon {
  color: var(--black);
  transition: all 0.3s;
}

/* blog-3 area style  */
.blog-3-area-inner {
  padding-top: 176px;
}
@media only screen and (max-width: 1919px) {
  .blog-3-area-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-3-area-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-3-area-inner {
    padding-top: 60px;
  }
}

.blog-3-pagination-wrapper {
  margin-top: 80px;
}
@media only screen and (max-width: 1919px) {
  .blog-3-pagination-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-3-pagination-wrapper {
    margin-top: 40px;
  }
}

.blog-3-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-3-pagination a {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: var(--black);
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(15, 14, 14, 0.12);
  border-radius: 6px;
}
.blog-3-pagination a:hover:not(.active) {
  background-color: #ddd;
  border-color: transparent;
}
.blog-3-pagination a.active {
  background-color: var(--theme);
  border-color: transparent;
}

/* blog-4 area style  */
.blog-4-header .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 720px;
}
@media only screen and (max-width: 1399px) {
  .blog-4-header .section-title-wrapper {
    grid-template-columns: 1fr 680px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-4-header .section-title-wrapper {
    grid-template-columns: 1fr 640px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-4-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-4-header .title-wrapper {
  margin-top: -19px;
}
@media only screen and (max-width: 991px) {
  .blog-4-header .title-wrapper {
    margin-top: 0;
  }
}

.blog-4-wrapper-box {
  margin-top: 66px;
}

.blog-4-wrapper {
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.blog-4-wrapper .active-bg {
  left: 0;
  right: 0;
  z-index: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  border-radius: 14px;
  pointer-events: none;
  background: var(--white);
  transform: translateY(0);
  transform-origin: top center;
  transition: transform 0.4s ease, height 0.4s ease, opacity 0.4s ease;
}
.blog-4-wrapper .active-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-4-box {
  border-top: 1px solid #DDDDDD;
  position: relative;
  z-index: 1;
  padding: 40px 60px 48px 50px;
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 440px 460px;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .blog-4-box {
    padding: 25px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-4-box {
    grid-template-columns: 1fr 460px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-4-box {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .blog-4-box {
    padding: 15px 15px 15px 15px;
  }
}
.blog-4-box:hover .tag {
  color: var(--theme);
}
.blog-4-box:hover .date {
  color: var(--white);
}
.blog-4-box:hover .date i {
  color: var(--white);
}
.blog-4-box:hover .title {
  color: var(--white);
}
.blog-4-box:hover .title a {
  color: var(--white);
}
.blog-4-box:hover .text {
  color: rgba(255, 255, 255, 0.8);
}
.blog-4-box:hover .ui-btn-group:hover .btn-text {
  background-color: var(--white);
  color: var(--black);
}
.blog-4-box:hover .ui-btn-group:hover .btn-icon {
  background-color: var(--white);
  color: var(--black);
}
.blog-4-box:hover .ui-btn-group .btn-text {
  background-color: var(--theme);
  border-color: transparent;
}
.blog-4-box:hover .ui-btn-group .btn-icon {
  background-color: var(--theme);
  border-color: transparent;
}
.blog-4-box .content {
  margin-top: 22px;
}
.blog-4-box .meta {
  display: flex;
  gap: 16px;
  align-items: center;
}
.blog-4-box .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.blog-4-box .tag:after {
  content: "";
  width: 6px;
  height: 1px;
  background-color: currentColor;
  margin-left: 11px;
}
.blog-4-box .date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
.blog-4-box .date i {
  margin-right: 10px;
  color: var(--black);
  transition: all 0.5s;
}
.blog-4-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.33;
  text-transform: capitalize;
  margin-top: 13px;
}
@media only screen and (max-width: 1199px) {
  .blog-4-box .title {
    font-size: 24px;
  }
}
.blog-4-box .title a {
  transition: all 0.5s;
}
.blog-4-box .title a:hover {
  color: var(--white);
}
.blog-4-box .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  transition: all 0.5s;
}
.blog-4-box .ui-btn-group {
  margin-top: 22px;
}

/* blog-details area style  */
.blog-details .meta-wrapper {
  display: flex;
  gap: 20px 80px;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 96px;
}
@media only screen and (max-width: 1919px) {
  .blog-details .meta-wrapper {
    margin-top: 66px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details .meta-wrapper {
    justify-content: flex-start;
    margin-top: 36px;
  }
}
.blog-details .meta-wrapper .meta-box .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.blog-details .meta-wrapper .meta-box .info {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: var(--black);
  margin-top: 4px;
}
.blog-details .post-thumb {
  margin-top: 113px;
}
@media only screen and (max-width: 1919px) {
  .blog-details .post-thumb {
    margin-top: 83px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details .post-thumb {
    margin-top: 43px;
  }
}
.blog-details .post-thumb img {
  width: 100%;
}
.blog-details .content-wrapper {
  padding-top: 69px;
  display: grid;
  gap: 40px 147px;
  grid-template-columns: 43px 910px;
}
@media only screen and (max-width: 1199px) {
  .blog-details .content-wrapper {
    gap: 40px 80px;
    grid-template-columns: 43px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details .content-wrapper {
    padding-top: 39px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-details .blog-view-share {
  margin-top: 11px;
}
@media only screen and (max-width: 767px) {
  .blog-details .blog-view-share {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
  }
}
.blog-details .blog-views .meta-box {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .blog-details .blog-views .meta-box {
    text-align: start;
  }
}
.blog-details .blog-views .meta-box .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
}
.blog-details .blog-share {
  margin-top: 27px;
}
@media only screen and (max-width: 767px) {
  .blog-details .blog-share {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 0;
  }
}
.blog-details .blog-share .meta-box {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .blog-details .blog-share .meta-box {
    text-align: start;
  }
}
.blog-details .blog-share .meta-box .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
}
.blog-details .blog-share .social-icon {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-top: 27px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .blog-details .blog-share .social-icon {
    flex-direction: row;
    justify-content: start;
    margin-top: 0;
  }
}
.blog-details .blog-share .social-icon a {
  color: var(--black);
  font-size: 22px;
}
.blog-details .text-wrapper .text {
  max-width: 825px;
}
.blog-details .text-wrapper .text + .text {
  margin-top: 18px;
}
.blog-details .text-wrapper .section-title + .text {
  margin-top: 19px;
}
.blog-details .author-blockquote {
  background-color: var(--black);
  padding: 29px 40px 37px;
  display: flex;
  gap: 20px 30px;
  margin-top: 69px;
}
@media only screen and (max-width: 767px) {
  .blog-details .author-blockquote {
    padding: 14px 20px 17px;
  }
}
@media (max-width: 575px) {
  .blog-details .author-blockquote {
    flex-direction: column;
  }
}
.blog-details .author-blockquote .quote-icon {
  margin-top: 11px;
  width: 54px;
  min-width: 54px;
}
@media only screen and (max-width: 1199px) {
  .blog-details .author-blockquote .quote-icon {
    width: 44px;
    min-width: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details .author-blockquote .quote-icon {
    width: 34px;
    min-width: 34px;
  }
}
.blog-details .author-blockquote .text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--white);
}
@media only screen and (max-width: 1199px) {
  .blog-details .author-blockquote .text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details .author-blockquote .text {
    font-size: 20px;
  }
}
.blog-details .author-blockquote .author {
  margin-top: 16px;
}
.blog-details .author-blockquote .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--white);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .blog-details .author-blockquote .name {
    font-size: 16px;
  }
}
.blog-details .author-blockquote .name:before {
  width: 120px;
  content: "";
  height: 1px;
  margin-right: 16px;
  background-color: rgba(255, 255, 255, 0.2);
}
.blog-details .author-blockquote + .text-wrapper {
  margin-top: 61px;
}
.blog-details .gallery-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 39px;
}
@media only screen and (max-width: 1199px) {
  .blog-details .gallery-wrapper {
    gap: 15px;
  }
}
.blog-details .gallery-wrapper + .text-wrapper {
  margin-top: 23px;
}
.blog-details .tags-wrapper-box {
  margin-top: 71px;
  display: flex;
  gap: 20px 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.blog-details .tags-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.blog-details .tags-wrapper .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.13;
  text-transform: capitalize;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .blog-details .tags-wrapper .title {
    font-size: 24px;
  }
}
.blog-details .tags-wrapper .tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-details .tags-wrapper .tag {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  border: 1px solid rgba(15, 14, 14, 0.1);
  border-radius: 4px;
  display: inline-block;
  padding: 6px 15px;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .blog-details .tags-wrapper .tag {
    font-size: 16px;
  }
}
.blog-details .social-wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-details .social-wrapper .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.13;
  text-transform: capitalize;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .blog-details .social-wrapper .title {
    font-size: 24px;
  }
}
.blog-details .social-wrapper .blog-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-details .social-wrapper .blog-social a {
  width: 40px;
  height: 40px;
  background-color: var(--theme);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-radius: 50%;
  color: var(--white);
}
.blog-details .social-wrapper .blog-social a:hover {
  background-color: var(--black);
  color: var(--white);
}
.blog-details .social-wrapper .blog-social a.facebook {
  background-color: #1877F2;
}
.blog-details .social-wrapper .blog-social a.facebook:hover {
  background-color: var(--black);
  color: var(--white);
}
.blog-details .social-wrapper .blog-social a.twitter {
  background-color: #1DA1F2;
}
.blog-details .social-wrapper .blog-social a.twitter:hover {
  background-color: var(--black);
  color: var(--white);
}
.blog-details .social-wrapper .blog-social a.pinterest {
  background-color: #CB2027;
}
.blog-details .social-wrapper .blog-social a.pinterest:hover {
  background-color: var(--black);
  color: var(--white);
}
.blog-details .social-wrapper .blog-social a.linkedin {
  background-color: #0A66C2;
}
.blog-details .social-wrapper .blog-social a.linkedin:hover {
  background-color: var(--black);
  color: var(--white);
}
.blog-details .author-info {
  margin-top: 84px;
  background-color: var(--black);
  display: flex;
  gap: 20px 30px;
  padding: 30px 30px;
}
@media only screen and (max-width: 767px) {
  .blog-details .author-info {
    padding: 20px 20px;
  }
}
@media (max-width: 575px) {
  .blog-details .author-info {
    flex-direction: column;
  }
}
.blog-details .author-info .thumb {
  width: 100px;
  min-width: 100px;
}
.blog-details .author-info .thumb img {
  width: 100%;
}
.blog-details .author-info .post {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
}
.blog-details .author-info .name {
  font-weight: 400;
  font-size: 30px;
  line-height: 34px;
  text-transform: capitalize;
  color: var(--white);
  margin-top: 1px;
}
.blog-details .author-info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 9px;
  max-width: 585px;
}
.blog-details .author-info .social-links {
  margin-top: 19px;
  display: flex;
  gap: 20px;
}
.blog-details .author-info .social-links a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
}
.blog-details .comments-wrapper-box {
  margin-top: 62px;
}
.blog-details .comment-header-title {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.23;
}
@media only screen and (max-width: 1199px) {
  .blog-details .comment-header-title {
    font-size: 34px;
  }
}
.blog-details .comments-wrapper {
  margin-top: 31px;
}
.blog-details .comment-box {
  display: flex;
  gap: 36px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .blog-details .comment-box {
    flex-direction: column;
  }
}
.blog-details .comment-box:not(:first-child) {
  margin-top: 31px;
}
@media only screen and (max-width: 1199px) {
  .blog-details .comment-box:not(:first-child) {
    margin-top: 21px;
  }
}
.blog-details .comment-box.replied {
  padding-left: 68px;
}
@media only screen and (max-width: 1199px) {
  .blog-details .comment-box.replied {
    padding-left: 30px;
  }
}
.blog-details .comment-box .thumb {
  width: 70px;
  min-width: 70px;
  height: 70px;
  overflow: hidden;
  margin-top: 7px;
}
@media only screen and (max-width: 1199px) {
  .blog-details .comment-box .thumb {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }
}
.blog-details .comment-box .content {
  position: relative;
}
.blog-details .comment-box .date {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 575px) {
  .blog-details .comment-box .date {
    position: static;
    margin-bottom: 15px;
  }
}
.blog-details .comment-box .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.blog-details .comment-box .text {
  margin-top: 6px;
}
.blog-details .comment-box .reply-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: var(--black);
  margin-top: 26px;
}
.blog-details .comment-form-wrapper-box {
  margin-top: 60px;
}
.blog-details .comment-form-title {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.23;
}
@media only screen and (max-width: 1199px) {
  .blog-details .comment-form-title {
    font-size: 34px;
  }
}
.blog-details .comment-form-box {
  margin-top: 39px;
}
.blog-details .comment-form-box .submit-btn {
  margin-top: 39px;
}
.blog-details .comment-form-box .ui-btn:hover .btn-text {
  background-color: var(--black);
  color: var(--white);
}
.blog-details .comment-form-box .ui-btn:hover .btn-icon {
  background-color: var(--black);
  color: var(--white);
}
.blog-details .comment-form-box .ui-btn .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.blog-details .comment-form-box .ui-btn .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}
.blog-details .comment-formwrap {
  display: grid;
  gap: 30px 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .blog-details .comment-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-details .comment-formwrap .span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .blog-details .comment-formwrap .span-2 {
    grid-column: auto;
  }
}
.blog-details .comment-formfield {
  background-color: var(--white);
  padding: 0 29px;
  border: 1px solid var(--border);
  border-radius: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.blog-details .comment-formfield input {
  width: 100%;
  height: 54px;
  border: none;
  outline: none;
  color: var(--black);
  transition: all 0.5s;
  font-size: 16px;
  line-height: 26px;
  background: none;
}
.blog-details .comment-formfield input:focus {
  background-color: none;
}
.blog-details .comment-formfield input::placeholder {
  color: var(--secondary);
}
.blog-details .comment-formfield i {
  font-size: 16px;
  color: var(--secondary);
  position: absolute;
  right: 20px;
  top: 17px;
}
.blog-details .comment-formfield textarea {
  width: 100%;
  height: 268px;
  border: none;
  outline: none;
  color: var(--black);
  transition: all 0.5s;
  font-size: 16px;
  line-height: 17px;
  padding: 16px 0;
  background: none;
  resize: none;
}
.blog-details .comment-formfield textarea:focus {
  background-color: none;
}
.blog-details .comment-formfield textarea::placeholder {
  color: var(--secondary);
}
.blog-details .checkbox {
  margin-top: 19px;
  display: flex;
  align-items: flex-start;
}
.blog-details .checkbox input {
  margin-right: 10px;
  margin-top: 6px;
}
.blog-details .checkbox label {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

/* blog-5 area style  */
.blog-5-area-inner {
  padding-top: 141px;
}
@media only screen and (max-width: 1919px) {
  .blog-5-area-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-5-area-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-5-area-inner {
    padding-top: 60px;
  }
}

.blog-5-wrapper-box {
  margin-top: 56px;
}
@media only screen and (max-width: 767px) {
  .blog-5-wrapper-box {
    margin-top: 36px;
  }
}

/* blog-6 area style  */
.blog-6-area {
  background-color: #04030A;
}

.blog-6-header {
  margin-top: 16px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr auto;
}
@media only screen and (max-width: 767px) {
  .blog-6-header {
    grid-template-columns: 1fr;
  }
}
.blog-6-header .section-title-wrapper {
  display: grid;
  gap: 40px 120px;
  grid-template-columns: auto 1fr;
}
@media only screen and (max-width: 1919px) {
  .blog-6-header .section-title-wrapper {
    gap: 40px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-6-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-6-header .subtitle-wrapper {
  margin-top: 4px;
}
.blog-6-header .section-subtitle-4 {
  border-color: rgba(255, 255, 255, 0.14);
  color: #b4b3b5;
}
.blog-6-header .section-title-3 {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  line-height: 1.28;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--font-color);
  max-width: 380px;
}

.blog-6-wrapper-box {
  margin-top: 86px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .blog-6-wrapper-box {
    margin-top: 56px;
  }
}

.blog-6-nav {
  margin-top: 16px;
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-6-nav {
    margin-top: 0;
  }
}

.blog-6-nav-btn {
  width: 50px;
  height: 50px;
  border: 1px solid #27262C;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--white);
  transition: all 0.3s;
}
.blog-6-nav-btn:hover {
  background-color: var(--theme);
  border-color: transparent;
  color: var(--black);
}

.blog-6 {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
}
.blog-6:hover .thumb img {
  transform: scale(1.1);
}
.blog-6 .thumb-wrapper {
  position: relative;
  margin: 15px 15px 0;
}
.blog-6 .thumb {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.blog-6 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.blog-6 .date {
  background-color: var(--theme);
  border-radius: 6px;
  position: absolute;
  right: 15px;
  bottom: 0;
  transform: translateY(50%);
  z-index: 1;
  text-align: center;
  padding: 11px 10px 12px;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1919px) {
  .blog-6 .date {
    transform: none;
    bottom: 15px;
  }
}
.blog-6 .date .day {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  color: var(--secondary-2);
  display: block;
}
.blog-6 .date .month {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--secondary-2);
  display: block;
  margin-top: 3px;
}
.blog-6 .meta {
  display: flex;
  gap: 10px;
  margin: 24px 30px 0;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1919px) {
  .blog-6 .meta {
    margin: 24px 15px 0;
  }
}
.blog-6 .tag {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--secondary-2);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: whitesmoke;
}
@media only screen and (max-width: 1399px) {
  .blog-6 .tag {
    padding: 6px 14px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-6 .tag {
    font-size: 14px;
  }
}
.blog-6 .comment {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--secondary-2);
  display: inline-block;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: whitesmoke;
  display: flex;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .blog-6 .comment {
    padding: 6px 14px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-6 .comment {
    font-size: 14px;
  }
}
.blog-6 .title {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 24px;
  line-height: 1.42;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  margin: 24px 30px 0;
}
@media only screen and (max-width: 1919px) {
  .blog-6 .title {
    margin: 24px 15px 0;
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-6 .title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .blog-6 .title {
    font-size: 18px;
  }
}
.blog-6 .title a:hover {
  color: var(--white);
}
.blog-6 .btn-wrapper {
  margin-top: 53px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 24px 30px 40px;
  display: flex;
  gap: 20px 10px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .blog-6 .btn-wrapper {
    padding: 24px 15px 30px;
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 33px;
  }
}
.blog-6 .author {
  display: inline-flex;
  gap: 16px;
}
.blog-6 .author .avatar {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .blog-6 .author .avatar {
    width: 46px;
    height: 46px;
    min-width: 46px;
  }
}
.blog-6 .author .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--white);
  margin-top: 11px;
}
.blog-6 .ui-btn-group-2:hover .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.blog-6 .ui-btn-group-2:hover .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}
.blog-6 .ui-btn-group-2 .btn-text {
  background-color: #04030A;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
}
.blog-6 .ui-btn-group-2 .btn-icon {
  background-color: #04030A;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
}

/* blog-7 area style  */
.blog-7-inner {
  padding-top: 110px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1919px) {
  .blog-7-inner {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-7-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-7-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.blog-7-title {
  font-weight: 600;
  font-size: 200px;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .blog-7-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-7-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-7-title {
    font-size: 110px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 991px) {
  .blog-7-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-7-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .blog-7-title {
    font-size: 35px;
  }
}

.blog-7-wrapper-box {
  margin-top: 100px;
}
@media only screen and (max-width: 1399px) {
  .blog-7-wrapper-box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-7-wrapper-box {
    margin-top: 60px;
  }
}

.blog-7-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767px) {
  .blog-7-wrapper {
    grid-template-columns: 1fr;
  }
}

.blog-7 {
  background-color: #171717;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  gap: 30px 30px;
  grid-template-columns: 274px 1fr;
}
@media only screen and (max-width: 1919px) {
  .blog-7 {
    grid-template-columns: 194px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-7 {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.blog-7:hover .thumb img {
  transform: scale(1.1);
}
.blog-7 .thumb {
  border-radius: 10px;
  overflow: hidden;
}
.blog-7 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.blog-7 .content {
  margin-top: 43px;
}
@media only screen and (max-width: 1919px) {
  .blog-7 .content {
    margin-top: 13px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-7 .content {
    margin-top: 0;
  }
}
.blog-7 .meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.blog-7 .tag {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 2px 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}
.blog-7 .date {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  padding: 2px 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
}
.blog-7 .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: var(--white);
  margin-top: 12px;
  max-width: 415px;
}
@media only screen and (max-width: 1919px) {
  .blog-7 .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-7 .title {
    font-size: 18px;
  }
}
.blog-7 .title a:hover {
  color: var(--theme);
}

.blog-7-btn-wrapper {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .blog-7-btn-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-7-btn-wrapper {
    margin-top: 40px;
  }
}

/* testimonial css */
/* testimonial area style  */
.testimonial-area {
  background-color: var(--black);
}

.testimonial-inner {
  padding-top: 120px;
  padding-bottom: 139px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.testimonial-header {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
}
.testimonial-header .subtitle-wrapper {
  display: flex;
  gap: 10px 30px;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .testimonial-header .subtitle-wrapper {
    flex-direction: column;
  }
}
.testimonial-header .section-subtitle-2 {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.1);
}
.testimonial-header .testimonial-header-meta {
  display: flex;
  gap: 10px 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 3px;
  width: 100%;
}
@media (max-width: 575px) {
  .testimonial-header .testimonial-header-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonial-header .testimonial-header-meta .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.6);
}
.testimonial-header .title-wrapper {
  margin-top: 18px;
}
.testimonial-header .section-title-2 {
  color: white;
}

.testimonial-wrapper-box {
  margin-top: 62px;
}

.testimonial-item {
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 60px 50px 67px;
  margin-bottom: 16px;
  box-shadow: 0px 16px 0px rgba(255, 255, 255, 0.06);
}
@media only screen and (max-width: 1919px) {
  .testimonial-item {
    padding: 30px 30px 27px;
  }
}
.testimonial-item .author {
  display: flex;
  gap: 20px 20px;
}
@media (max-width: 575px) {
  .testimonial-item .author {
    flex-direction: column;
  }
}
.testimonial-item .avatar {
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonial-item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-item .meta {
  margin-top: 14px;
}
@media (max-width: 575px) {
  .testimonial-item .meta {
    margin-top: 0;
  }
}
.testimonial-item .rating {
  display: inline-flex;
  gap: 5px;
}
.testimonial-item .rating i {
  color: #F5A915;
  font-size: 14px;
}
.testimonial-item .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  color: var(--white);
  margin-top: 14px;
}
.testimonial-item .content {
  margin-top: 49px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-item .content {
    margin-top: 29px;
  }
}
.testimonial-item .content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.6);
}

/* testimonial-2 area style  */
.testimonial-2-wrapper-box {
  margin-top: 34px;
  border-top: 1px solid #DDDDDD;
  padding-top: 83px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-2-wrapper-box {
    padding-top: 43px;
  }
}

.testimonial-2-item {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 1fr 845px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-2-item {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-2-item {
    grid-template-columns: 1fr 650px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-2-item {
    grid-template-columns: 1fr 450px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-2-item {
    grid-template-columns: 1fr;
  }
}
.testimonial-2-item .author {
  margin-top: 14px;
}
.testimonial-2-item .avatar img {
  width: 190px;
  height: 190px;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .testimonial-2-item .avatar img {
    width: 120px;
    height: 120px;
  }
}
.testimonial-2-item .meta {
  margin-top: 27px;
}
.testimonial-2-item .name {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .testimonial-2-item .name {
    font-size: 24px;
  }
}
.testimonial-2-item .post {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 17px;
  color: rgba(15, 14, 14, 0.7);
}
@media only screen and (max-width: 1199px) {
  .testimonial-2-item .post {
    margin-top: 12px;
  }
}
.testimonial-2-item .content {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 80px 1fr;
}
@media only screen and (max-width: 991px) {
  .testimonial-2-item .content {
    grid-template-columns: 1fr;
  }
}
.testimonial-2-item .icon {
  margin-top: 17px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-2-item .icon {
    margin-top: 14px;
  }
}
.testimonial-2-item .text {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.67;
  color: rgba(15, 14, 14, 0.8);
}
@media only screen and (max-width: 1399px) {
  .testimonial-2-item .text {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-2-item .text {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .testimonial-2-item .text {
    font-size: 20px;
  }
}

.testimonial-2-nav-wrapper {
  margin-top: 113px;
  max-width: 645px;
}
@media only screen and (max-width: 1199px) {
  .testimonial-2-nav-wrapper {
    margin-top: 63px;
    max-width: 545px;
  }
}

.testimonial-2-nav {
  display: flex;
  gap: 14px;
  flex-direction: column;
  align-items: flex-end;
}

.testimonial-2-button-prev {
  margin-right: 17px;
}

.testimonial-2-button-next {
  margin-left: 17px;
}

.testimonial-2-nav-btn {
  display: inline-block;
  color: var(--black);
  font-size: 20px;
}

.testimonial-2-pagination {
  position: relative;
  margin-top: 20px;
}
.testimonial-2-pagination.swiper-pagination-progressbar {
  background: #DDDDDD;
  height: 4px;
}
.testimonial-2-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--black);
}

/* testimonial-3 area style  */
.testimonial-3-area {
  background-color: #F6F6F9;
}

.testimonial-3-area-inner {
  padding-top: 120px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-3-area-inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-3-area-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-3-area-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* testimonial-4 area style  */
.testimonial-4-area {
  background-color: #04030A;
}

.testimonial-4-header {
  margin-top: 16px;
}
.testimonial-4-header .section-title-wrapper {
  display: grid;
  gap: 40px 120px;
  grid-template-columns: auto 1fr;
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-header .section-title-wrapper {
    gap: 40px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-4-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.testimonial-4-header .subtitle-wrapper {
  margin-top: 4px;
}
.testimonial-4-header .section-subtitle-4 {
  border-color: rgba(255, 255, 255, 0.14);
  color: #b4b3b5;
}
.testimonial-4-header .section-title-3 {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  line-height: 1.28;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--font-color);
  max-width: 490px;
}

.testimonial-4-wrapper-box {
  margin-top: 86px;
  display: grid;
  gap: 30px 30px;
  grid-template-columns: 340px auto;
  margin-right: calc((100vw - var(--container-max-widths)) / -2 - 15px);
}
@media only screen and (max-width: 1919px) {
  .testimonial-4-wrapper-box {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-4-wrapper-box {
    margin-right: 0;
    grid-template-columns: auto;
  }
}

.testimonial-4-wrapper {
  overflow: hidden;
}

.testimonial-4-info-box {
  text-align: center;
  padding: 48px 30px 38px;
  background-color: var(--background);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .testimonial-4-info-box {
    padding: 28px 15px 18px;
  }
}
.testimonial-4-info-box .rating {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 60px;
  line-height: 0.7;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .testimonial-4-info-box .rating {
    font-size: 50px;
  }
}
.testimonial-4-info-box .title {
  font-family: var(--font_cooperhewitt);
  font-weight: 707;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  margin-top: 18px;
}
.testimonial-4-info-box .client-gallery {
  margin-top: 19px;
  display: flex;
  justify-content: center;
}
.testimonial-4-info-box .client-gallery img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-4-info-box .client-gallery img:not(:first-child) {
  margin-left: -15px;
}
.testimonial-4-info-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 27px;
}
.testimonial-4-info-box .text span {
  color: var(--white);
}

.testimonial-4-item {
  padding: 40px 40px 43px;
  background-color: var(--background);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .testimonial-4-item {
    padding: 15px 15px 18px;
  }
}
.testimonial-4-item .author-wrapper {
  display: flex;
  gap: 20px 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .testimonial-4-item .author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.testimonial-4-item .author {
  display: flex;
  gap: 0 14px;
}
.testimonial-4-item .avatar {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
}
.testimonial-4-item .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testimonial-4-item .meta {
  margin-top: 11px;
}
.testimonial-4-item .name {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
}
.testimonial-4-item .post {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #bbbbbb;
}
.testimonial-4-item .rating {
  display: inline-flex;
  gap: 8px;
}
.testimonial-4-item .rating i {
  color: #ffa000;
  font-size: 14px;
}
.testimonial-4-item .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #bbbbbb;
}
.testimonial-4-item .content {
  display: flex;
  gap: 30px 40px;
  margin-top: 47px;
}
@media (max-width: 575px) {
  .testimonial-4-item .content {
    flex-direction: column;
    margin-top: 27px;
  }
}
.testimonial-4-item .icon {
  margin-top: 9px;
}
.testimonial-4-item .icon img {
  width: 40px;
  min-width: 40px;
  opacity: 0.1;
}

/* testimonial-5 area style  */
.testimonial-5-inner {
  padding-top: 110px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-5-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-5-inner {
    padding-top: 60px;
  }
}

.testimonial-5-title {
  font-weight: 600;
  font-size: 200px;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .testimonial-5-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-5-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-5-title {
    font-size: 110px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-5-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-5-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .testimonial-5-title {
    font-size: 35px;
  }
}

.testimonial-5-wrapper-box {
  margin-top: 100px;
}
@media only screen and (max-width: 1399px) {
  .testimonial-5-wrapper-box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-5-wrapper-box {
    margin-top: 60px;
  }
}

.testimonial-5-item .content {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 30px 30px;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .testimonial-5-item .content {
    padding: 20px 20px;
  }
}
.testimonial-5-item .info {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.89;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1919px) {
  .testimonial-5-item .info {
    font-size: 16px;
  }
}
.testimonial-5-item .rating {
  display: inline-flex;
  gap: 5px;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  margin-top: 127px;
}
@media only screen and (max-width: 1919px) {
  .testimonial-5-item .rating {
    margin-top: 67px;
  }
}
@media only screen and (max-width: 1399px) {
  .testimonial-5-item .rating {
    margin-top: 17px;
  }
}
.testimonial-5-item .rating i {
  font-size: 14px;
  color: #FF8000;
}
.testimonial-5-item .text-wrapper {
  margin-top: 14px;
}
.testimonial-5-item .text {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.89;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 1919px) {
  .testimonial-5-item .text {
    font-size: 16px;
  }
}
.testimonial-5-item .avatar {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100px;
  overflow: hidden;
}
.testimonial-5-item .author {
  display: flex;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 10px;
  padding: 20px;
  border-radius: 14px;
  align-items: center;
  transition: all 0.5s;
}
.testimonial-5-item .name {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .testimonial-5-item .name {
    font-size: 20px;
  }
}
.testimonial-5-item .post {
  font-family: var(--font_roboto);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 6px;
}

.testimonial-5-active .swiper-slide-active .content {
  border-color: transparent;
  background-color: #171717;
}
@media only screen and (max-width: 1199px) {
  .testimonial-5-active .swiper-slide-active .content {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
  }
}
.testimonial-5-active .swiper-slide-active .author {
  border-color: transparent;
  background-color: #171717;
}
@media only screen and (max-width: 1199px) {
  .testimonial-5-active .swiper-slide-active .author {
    border-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
  }
}

.testimonial-5-nav-wrapper {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .testimonial-5-nav-wrapper {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .testimonial-5-nav-wrapper {
    margin-top: 40px;
  }
}

.testimonial-5-nav {
  background-color: #DDF160;
  display: inline-flex;
  gap: 30px;
  padding: 12px 24px;
  border-radius: 100px;
  align-items: center;
}

.testimonial-5-nav-btn {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border: 1px solid rgba(18, 18, 18, 0.1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #121212;
  font-size: 14px;
}

.testimonial-5-pagination {
  position: static;
  display: inline-flex;
  gap: 5px;
}
.testimonial-5-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: rgba(18, 18, 18, 0.1);
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}
.testimonial-5-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #121212;
}
.testimonial-5-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

/* cta css */
/* cta area style  */
/* award css */
/* award area style  */
.award-header .title-wrapper {
  margin-top: 25px;
}

.award-section-title {
  font-weight: 400;
  font-size: 170px;
  line-height: 0.8;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .award-section-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-section-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .award-section-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .award-section-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .award-section-title {
    font-size: 35px;
  }
}

.award-wrapper-box {
  margin-top: 72px;
  border-top: 1px solid #DDDDDD;
  padding-top: 100px;
}
@media only screen and (max-width: 1919px) {
  .award-wrapper-box {
    margin-top: 52px;
    padding-top: 70px;
  }
}

.award-box {
  text-align: center;
  padding: 91px 10px;
  position: relative;
  z-index: 1;
  border-radius: 200px;
  overflow: hidden;
}
.award-box .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.award-box .area-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 14, 14, 0.2);
  top: 0;
  left: 0;
}
.award-box .area-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.award-box .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
}
.award-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  margin-top: 10px;
  color: var(--white);
}
.award-box .year {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin-top: 7px;
}

.award-nav {
  margin-top: 80px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media only screen and (max-width: 1919px) {
  .award-nav {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-nav {
    margin-top: 40px;
  }
}

.award-nav-btn {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(15, 14, 14, 0.14);
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--black);
  transition: all 0.3s;
}
.award-nav-btn:hover {
  background-color: var(--theme);
  border-color: transparent;
}

/* award-2 area style  */
.award-2-header .title-wrapper {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.award-2-header .section-title {
  display: inline;
  padding-right: 36px;
  background-color: var(--white);
}
.award-2-header .line-shape {
  width: 100%;
  height: 1px;
  background-color: var(--border);
  display: inline-block;
  position: absolute;
  bottom: 29px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .award-2-header .line-shape {
    bottom: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .award-2-header .line-shape {
    bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .award-2-header .line-shape {
    display: none;
  }
}
.award-2-header .line-shape-image {
  position: absolute;
  right: 0;
  padding-left: 36px;
  width: 171px;
  background-color: var(--white);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .award-2-header .line-shape-image {
    width: 131px;
  }
}
@media only screen and (max-width: 991px) {
  .award-2-header .line-shape-image {
    width: 101px;
  }
}
.award-2-header .line-shape-image img {
  animation: spinner 10s infinite linear;
}

.award-2-wrapper-box {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .award-2-wrapper-box {
    margin-top: 46px;
  }
}

.award-2-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-top: 32px;
  padding-bottom: 31px;
}
@media only screen and (max-width: 991px) {
  .award-2-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    gap: 30px;
  }
}

.award-2-box {
  margin-left: 440px;
}
@media only screen and (max-width: 1399px) {
  .award-2-box {
    margin-left: 410px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-2-box {
    margin-left: 360px;
  }
}
@media only screen and (max-width: 991px) {
  .award-2-box {
    margin-left: 0;
  }
}
.award-2-box:hover .thumb, .award-2-box.active .thumb {
  opacity: 1;
  visibility: visible;
  transform: rotate(0) translate(0, 0);
}
.award-2-box:hover .content, .award-2-box.active .content {
  background-color: var(--theme);
  border-color: transparent;
}
.award-2-box .thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s;
  transform-origin: bottom left;
  opacity: 0;
  visibility: hidden;
  transform: rotate(10deg) translate(20px, 20px);
  width: 410px;
  height: 100%;
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .award-2-box .thumb {
    width: 380px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-2-box .thumb {
    width: 330px;
  }
}
@media only screen and (max-width: 991px) {
  .award-2-box .thumb {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 100%;
    height: auto;
  }
}
.award-2-box .thumb img {
  max-width: 100%;
  max-height: 100%;
}
.award-2-box .content {
  padding: 29px 40px;
  border-bottom: 1px solid rgba(15, 14, 14, 0.14);
  display: grid;
  gap: 5px 20px;
  grid-template-columns: 1fr 260px 60px;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .award-2-box .content {
    grid-template-columns: 1fr 170px 60px;
    padding: 19px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-2-box .content {
    grid-template-columns: 1fr 110px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .award-2-box .content {
    grid-template-columns: 1fr 170px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .award-2-box .content {
    grid-template-columns: 1fr 90px 60px;
  }
}
@media (max-width: 575px) {
  .award-2-box .content {
    grid-template-columns: 1fr;
  }
}
.award-2-box .title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .award-2-box .title {
    font-size: 18px;
  }
}
.award-2-box .category {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .award-2-box .category {
    font-size: 18px;
  }
}
.award-2-box .year {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  display: inline-block;
  text-align: end;
}
@media only screen and (max-width: 1399px) {
  .award-2-box .year {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .award-2-box .year {
    text-align: start;
  }
}
.award-2-box:first-child .content {
  border-top: 1px solid rgba(15, 14, 14, 0.14);
}
@media only screen and (max-width: 991px) {
  .award-2-box:first-child .content {
    border-top: 0;
  }
}

/* award-3 area style  */
.award-3-area {
  background-color: #04030A;
}

.award-3-header {
  margin-top: 16px;
}
.award-3-header .section-title-wrapper {
  display: grid;
  gap: 40px 120px;
  grid-template-columns: auto 1fr;
}
@media only screen and (max-width: 1919px) {
  .award-3-header .section-title-wrapper {
    gap: 40px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .award-3-header .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.award-3-header .subtitle-wrapper {
  margin-top: 4px;
}
.award-3-header .section-subtitle-4 {
  border-color: rgba(255, 255, 255, 0.14);
  color: #b4b3b5;
}
.award-3-header .section-title-3 {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  line-height: 1.28;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--font-color);
  max-width: 930px;
}

.award-3-wrapper-box {
  margin-top: 86px;
  margin-left: 400px;
}
@media only screen and (max-width: 1919px) {
  .award-3-wrapper-box {
    margin-top: 56px;
    margin-left: 300px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-3-wrapper-box {
    margin-left: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-3-wrapper-box {
    margin-left: 0px;
  }
}

.award-3-wrapper {
  padding-bottom: 2px;
}

.award-3-box {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 380px 1fr 188px auto;
  padding-top: 38px;
  padding-bottom: 40px;
  border-top: 1px solid #45444a;
}
@media only screen and (max-width: 1919px) {
  .award-3-box {
    padding-top: 28px;
    padding-bottom: 30px;
    grid-template-columns: 280px 1fr 188px auto;
  }
}
@media only screen and (max-width: 991px) {
  .award-3-box {
    grid-template-columns: 130px 1fr 108px auto;
  }
}
@media only screen and (max-width: 767px) {
  .award-3-box {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.award-3-box:hover .thumb img {
  opacity: 1;
  transform: translateY(-50%) rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .award-3-box:hover .thumb img {
    transform: none;
  }
}
.award-3-box .meta-wrapper {
  display: inline-flex;
  flex-direction: column;
}
.award-3-box .year {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
}
.award-3-box .category {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
  margin-top: 4px;
}
.award-3-box .title {
  font-family: var(--font_cooperhewitt);
  font-weight: 709;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .award-3-box .title {
    margin-top: 0;
  }
}
.award-3-box .btn-wrapper {
  margin-top: 2px;
}
.award-3-box .award-3-btn {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--white);
  border: 1px solid #45444a;
  border-radius: 50%;
}
.award-3-box .award-3-btn:hover {
  background-color: var(--theme);
  border-color: transparent;
  color: var(--secondary-2);
}
.award-3-box .award-3-btn:hover .btn-icon {
  transform: rotate(0deg);
}
.award-3-box .award-3-btn .btn-icon {
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.award-3-box .thumb {
  position: relative;
}
.award-3-box .thumb img {
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
  max-width: 100%;
  transform: translateY(-50%) rotate(15deg);
}
@media only screen and (max-width: 767px) {
  .award-3-box .thumb img {
    position: static;
    opacity: 1;
    transform: none;
    max-width: 300px;
  }
}
.award-3-box:last-child {
  border-bottom: 1px solid #45444a;
}

/* story css */
/* story area style  */
.story-area-inner {
  padding-top: 141px;
}
@media only screen and (max-width: 1919px) {
  .story-area-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .story-area-inner {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-area-inner {
    padding-top: 60px;
  }
}

.story-content .text-wrapper {
  margin-top: 21px;
}
.story-content .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

.story-thumb {
  margin-top: 73px;
  position: relative;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1919px) {
  .story-thumb {
    margin-top: 43px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-thumb {
    margin-top: 33px;
    padding-bottom: 50px;
  }
}
.story-thumb img {
  width: 100%;
}
.story-thumb .btn-wrapper {
  position: absolute;
  right: 100px;
  bottom: 0;
  z-index: 1;
}
.story-thumb .play-button {
  width: 180px;
  height: 180px;
  background-color: var(--theme);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--black);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .story-thumb .play-button {
    width: 120px;
    height: 120px;
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-thumb .play-button {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
}
.story-thumb .play-button:hover {
  background-color: var(--black);
  color: var(--theme);
}
.story-thumb .play-button:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* story-2 area style  */
.story-2-area {
  position: relative;
  z-index: 1;
}
.story-2-area .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.story-2-area .area-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-2-content .avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.story-2-content .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.story-2-content .author {
  background-color: var(--white);
  border-radius: 6px;
  display: inline-flex;
  gap: 14px;
  padding: 20px 20px 20px 30px;
}
.story-2-content .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.story-2-content .post {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}
.story-2-content .text-wrapper {
  margin-top: 10px;
  max-width: 554px;
}
.story-2-content .text {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.09;
  background-color: var(--white);
  color: var(--black);
  max-width: 554px;
  padding: 12px 16px 9px 30px;
  border-radius: 6px;
}
@media only screen and (max-width: 1399px) {
  .story-2-content .text {
    font-size: 30px;
    max-width: 494px;
  }
}
@media only screen and (max-width: 767px) {
  .story-2-content .text {
    font-size: 26px;
    max-width: 434px;
  }
}
@media (max-width: 575px) {
  .story-2-content .text {
    font-size: 22px;
    max-width: 374px;
  }
}
.story-2-content .btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .story-2-content .btn-wrapper {
    position: static;
    transform: none;
    margin-top: 30px;
  }
}
.story-2-content .play-button {
  width: 110px;
  height: 110px;
  font-size: 22px;
  background-color: var(--theme);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1199px) {
  .story-2-content .play-button {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
}
.story-2-content .play-button:hover {
  background-color: var(--black);
  color: var(--theme);
}
.story-2-content .play-button:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  animation-name: popupBtn;
  animation-duration: 1.8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: -1;
}
@keyframes popupBtn {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  50% {
    transform: scale(1.25);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.slide-text {
  font-weight: 400;
  font-size: 200px;
  line-height: 1;
  white-space: nowrap;
  color: var(--white);
  padding-bottom: 31px;
  margin-top: 237px;
}
@media only screen and (max-width: 1919px) {
  .slide-text {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .slide-text {
    font-size: 100px;
    margin-top: 87px;
  }
}
@media only screen and (max-width: 991px) {
  .slide-text {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .slide-text {
    font-size: 65px;
  }
}
.slide-text span {
  color: rgba(255, 255, 255, 0.6);
}

/* story-3 area style  */
.story-3-area {
  position: relative;
  z-index: 1;
  background-color: #04030a;
}
.story-3-area .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.story-3-area .area-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-3-inner {
  padding-top: 120px;
  padding-bottom: 440px;
  position: relative;
}
@media only screen and (max-width: 1919px) {
  .story-3-inner {
    padding-top: 100px;
    padding-bottom: 340px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-3-inner {
    padding-top: 60px;
    padding-bottom: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .story-3-inner {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.story-3-inner .btn-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .story-3-inner .btn-wrapper {
    position: static;
    transform: none;
    margin-top: 30px;
  }
}
.story-3-inner .btn-wrapper:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #4a4545;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .story-3-inner .btn-wrapper:before {
    display: none;
  }
}

.story-3-content .text {
  font-family: var(--font_cooperhewitt);
  font-weight: 600;
  font-size: 46px;
  line-height: 1.09;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  background-color: var(--theme);
  color: var(--black);
  padding: 21px 25px 9px 20px;
  border-radius: 10px;
  display: inline-block;
}
@media only screen and (max-width: 1919px) {
  .story-3-content .text {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1399px) {
  .story-3-content .text {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-3-content .text {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .story-3-content .text {
    font-size: 22px;
  }
}
.story-3-content .play-button {
  width: 120px;
  height: 120px;
  font-size: 22px;
  background-color: var(--theme);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--black);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1919px) {
  .story-3-content .play-button {
    width: 100px;
    height: 100px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .story-3-content .play-button {
    width: 80px;
    height: 80px;
    font-size: 18px;
  }
}
.story-3-content .play-button:hover {
  background-color: var(--black);
  color: var(--theme);
}

/* story-4 area style  */
.story-4-inner {
  padding-top: 110px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1919px) {
  .story-4-inner {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .story-4-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-4-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.story-4-title {
  font-weight: 600;
  font-size: 200px;
  line-height: 0.9;
  text-transform: uppercase;
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .story-4-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 1399px) {
  .story-4-title {
    font-size: 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-4-title {
    font-size: 110px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 991px) {
  .story-4-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .story-4-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .story-4-title {
    font-size: 35px;
  }
}

.story-4-wrapper-box {
  margin-top: 100px;
}
@media only screen and (max-width: 1399px) {
  .story-4-wrapper-box {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-4-wrapper-box {
    margin-top: 60px;
  }
}

.story-4-wrapper {
  display: grid;
  gap: 40px 0;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .story-4-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .story-4-wrapper {
    grid-template-columns: 1fr;
  }
}
.story-4-wrapper > *:nth-child(2n) {
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1199px) {
  .story-4-wrapper > *:nth-child(2n) {
    flex-direction: column;
  }
}
.story-4-wrapper > *:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 1199px) {
  .story-4-wrapper > *:last-child {
    border-right: 0;
  }
}

.story-4-box {
  display: flex;
  flex-direction: column;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
.story-4-box:hover {
  background-color: #171717;
  border-color: transparent;
}
.story-4-box:hover .thumb img {
  opacity: 1;
}
.story-4-box .content {
  padding: 45px 45px 38px 45px;
}
@media only screen and (max-width: 1919px) {
  .story-4-box .content {
    padding: 25px 25px 23px 25px;
  }
}
@media only screen and (max-width: 1399px) {
  .story-4-box .content {
    padding: 15px 15px 13px 15px;
  }
}
.story-4-box .step {
  font-family: var(--font_roboto);
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}
.story-4-box .step span {
  font-family: var(--font_handjet);
}
.story-4-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: var(--white);
  margin-top: 4px;
}
@media only screen and (max-width: 1919px) {
  .story-4-box .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1399px) {
  .story-4-box .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-4-box .title {
    font-size: 20px;
  }
}
.story-4-box .thumb {
  padding: 70px 65px;
}
@media only screen and (max-width: 1919px) {
  .story-4-box .thumb {
    padding: 30px 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .story-4-box .thumb {
    padding: 20px 15px 0;
  }
}
.story-4-box .thumb img {
  width: 100%;
  aspect-ratio: 100/110;
  object-fit: cover;
  transition: all 0.5s;
  opacity: 0;
}
@media only screen and (max-width: 1199px) {
  .story-4-box .thumb img {
    opacity: 1;
  }
}

/* process css */
/* process area style  */
.process-wrapper {
  display: grid;
  gap: 50px 80px;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .process-wrapper {
    gap: 50px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .process-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .process-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.process-wrapper:before {
  position: absolute;
  content: "";
  width: 5000px;
  height: 1px;
  background-color: rgba(15, 14, 14, 0.12);
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .process-wrapper:before {
    display: none;
  }
}

.process-box {
  position: relative;
  padding-top: 42px;
}
@media only screen and (max-width: 1199px) {
  .process-box {
    padding-top: 32px;
  }
}
.process-box:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(15, 14, 14, 0.12);
  top: 5px;
  left: 0;
  display: none;
}
@media only screen and (max-width: 991px) {
  .process-box:before {
    display: block;
  }
}
.process-box:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  background-color: var(--black);
  border-radius: 50%;
  top: 0;
  left: 0;
}
.process-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .process-box .title {
    font-size: 24px;
  }
}
.process-box .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}

.process-thumb-gallery {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 93px;
}
@media only screen and (max-width: 1919px) {
  .process-thumb-gallery {
    margin-top: 63px;
  }
}
@media only screen and (max-width: 1199px) {
  .process-thumb-gallery {
    margin-top: 43px;
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .process-thumb-gallery {
    gap: 15px;
  }
}
@media (max-width: 575px) {
  .process-thumb-gallery {
    grid-template-columns: 1fr;
  }
}
.process-thumb-gallery img {
  width: 100%;
}

/* process-2 area style  */
.process-2-area {
  position: relative;
  z-index: 1;
}
.process-2-area .area-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.process-2-area .area-bg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(15, 14, 14, 0.5);
  z-index: 1;
}
.process-2-area .area-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.process-2-inner {
  padding-top: 80px;
  padding-bottom: 110px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 600px 670px;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1399px) {
  .process-2-inner {
    padding-bottom: 80px;
    grid-template-columns: 520px 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .process-2-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-template-columns: 1fr 440px;
  }
}
@media only screen and (max-width: 991px) {
  .process-2-inner {
    grid-template-columns: 1fr;
  }
}

.process-2-content .section-subtitle-3 {
  background-color: var(--white);
  border-radius: 6px;
  padding: 12px 20px 12px 30px;
}
.process-2-content .title-wrapper {
  margin-top: 61px;
}
@media only screen and (max-width: 1399px) {
  .process-2-content .title-wrapper {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 1199px) {
  .process-2-content .title-wrapper {
    margin-top: 31px;
  }
}
.process-2-content .section-title {
  color: var(--white);
}
.process-2-content .text-wrapper {
  margin-top: 22px;
}
.process-2-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}

.process-2-box .content {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px;
}
@media only screen and (max-width: 1199px) {
  .process-2-box .content {
    padding: 15px;
  }
}
.process-2-box .thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.process-2-box .thumb img {
  width: 100%;
}
.process-2-box .btn-wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--white);
  padding: 15px 0 0 15px;
  border-radius: 20px 0 0 0;
}
.process-2-box .btn-wrapper:before {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 20px;
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  box-shadow: 20px 20px 0 var(--white);
}
.process-2-box .btn-wrapper:after {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 20px;
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  box-shadow: 20px 20px 0 var(--white);
}
.process-2-box .ui-btn-group:hover .btn-text {
  background-color: var(--black);
  color: var(--white);
}
.process-2-box .ui-btn-group:hover .btn-icon {
  background-color: var(--black);
  color: var(--white);
}
.process-2-box .ui-btn-group .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.process-2-box .ui-btn-group .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}
.process-2-box .title {
  font-weight: 400;
  font-size: 34px;
  line-height: 1.59;
  text-transform: capitalize;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}
@media only screen and (max-width: 1399px) {
  .process-2-box .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .process-2-box .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .process-2-box .title {
    font-size: 20px;
  }
}
.process-2-box .title a {
  width: 100%;
  display: block;
  padding-top: 23px;
  padding-bottom: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .process-2-box .title a {
    padding-top: 13px;
    padding-bottom: 15px;
  }
}
.process-2-box .title a:hover {
  color: var(--theme);
}
.process-2-box .title .icon {
  font-size: 26px;
  margin-left: auto;
}
@media only screen and (max-width: 1399px) {
  .process-2-box .title .icon {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .process-2-box .title .icon {
    font-size: 16px;
  }
}

/* pricing css */
/* pricing area style  */
.pricing-header .title-wrapper {
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
.pricing-header .section-title {
  display: inline;
  padding-right: 36px;
  background-color: var(--white);
  max-width: 780px;
}
.pricing-header .line-shape {
  width: 100%;
  height: 1px;
  background-color: var(--border);
  display: inline-block;
  position: absolute;
  bottom: 29px;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .pricing-header .line-shape {
    bottom: 26px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-header .line-shape {
    bottom: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-header .line-shape {
    display: none;
  }
}
.pricing-header .line-shape-image {
  position: absolute;
  right: 0;
  padding-left: 36px;
  width: 161px;
  background-color: var(--white);
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1399px) {
  .pricing-header .line-shape-image {
    width: 131px;
  }
}
@media only screen and (max-width: 991px) {
  .pricing-header .line-shape-image {
    width: 101px;
  }
}
.pricing-header .line-shape-image img {
  animation: spinner 10s infinite linear;
}

.pricing-wrapper-box {
  margin-top: 120px;
}
@media only screen and (max-width: 1199px) {
  .pricing-wrapper-box {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .pricing-wrapper-box {
    margin-top: 46px;
  }
}

.price-box {
  border-bottom: 1px solid var(--border);
  padding: 31px 20px 33px;
}
@media only screen and (max-width: 1199px) {
  .price-box {
    padding: 21px 20px 23px;
  }
}
.price-box .content {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 310px 1fr 300px;
  align-items: center;
}
@media only screen and (max-width: 1399px) {
  .price-box .content {
    grid-template-columns: 270px 1fr 250px;
  }
}
@media only screen and (max-width: 1199px) {
  .price-box .content {
    grid-template-columns: 190px 1fr 170px;
  }
}
@media only screen and (max-width: 767px) {
  .price-box .content {
    grid-template-columns: 1fr;
  }
}
.price-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.4;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .price-box .title {
    font-size: 24px;
  }
}
.price-box .feature-list {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .price-box .feature-list {
    grid-template-columns: auto;
  }
}
.price-box .feature-list li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  display: flex;
  align-items: center;
}
.price-box .feature-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 50%;
  margin-right: 10px;
}
.price-box .price {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.23;
  text-transform: capitalize;
  display: inline-block;
  color: var(--black);
  text-align: end;
}
@media only screen and (max-width: 1199px) {
  .price-box .price {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .price-box .price {
    text-align: start;
  }
}
.price-box:first-child {
  border-top: 1px solid var(--border);
}

/* error css */
/* error area style  */
.error-area-inner {
  margin-top: 90px;
  padding-top: 118px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1919px) {
  .error-area-inner {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .error-area-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area-inner {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 80px;
  }
}

.error-content {
  text-align: center;
}
.error-content .thumb img {
  width: 822px;
}
@media only screen and (max-width: 1919px) {
  .error-content .thumb img {
    width: 622px;
  }
}
@media only screen and (max-width: 991px) {
  .error-content .thumb img {
    width: 522px;
  }
}
@media only screen and (max-width: 767px) {
  .error-content .thumb img {
    width: 422px;
  }
}
.error-content .title-wrapper {
  margin-top: 50px;
}
.error-content .title {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.2;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .error-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .error-content .title {
    font-size: 35px;
  }
}
.error-content .text-wrapper {
  margin-top: 12px;
}
.error-content .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  max-width: 410px;
  margin-inline: auto;
}
.error-content .btn-wrapper {
  margin-top: 33px;
}
.error-content .ui-btn:hover .btn-text {
  background-color: var(--black);
  color: var(--white);
}
.error-content .ui-btn:hover .btn-icon {
  background-color: var(--black);
  color: var(--white);
}
.error-content .ui-btn .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.error-content .ui-btn .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}

/* contact css */
/* contact area style  */
.contact-area-inner {
  background-color: #F9F9F9;
  padding: 30px 80px 30px 30px;
  display: grid;
  gap: 40px 100px;
  grid-template-columns: 1fr 710px;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .contact-area-inner {
    gap: 40px 60px;
    grid-template-columns: 1fr 640px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-inner {
    grid-template-columns: 1fr;
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area-inner {
    padding: 15px 15px 15px 15px;
  }
}

.contact-map {
  width: 100%;
  height: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}

.contact-wrapper-box {
  padding-top: 85px;
  padding-bottom: 82px;
}
@media only screen and (max-width: 1199px) {
  .contact-wrapper-box {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.contact-wrapper-box .title {
  font-weight: 400;
  font-size: 44px;
  line-height: 1.68;
  text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
  .contact-wrapper-box .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-wrapper-box .title {
    font-size: 35px;
  }
}

.contact-wrap {
  margin-top: 39px;
}
@media only screen and (max-width: 1199px) {
  .contact-wrap {
    margin-top: 19px;
  }
}
.contact-wrap .contact-formwrap {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1199px) {
  .contact-wrap .contact-formwrap {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-wrap .contact-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-wrap .contact-formwrap .span-2 {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .contact-wrap .contact-formwrap .span-2 {
    grid-column: auto;
  }
}
.contact-wrap .contact-formfield {
  background-color: #F9F9F9;
  padding: 0 29px;
  border: 1px solid var(--border);
  border-radius: 0px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.contact-wrap .contact-formfield input {
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  color: var(--black);
  transition: all 0.5s;
  font-size: 16px;
  line-height: 26px;
  background: none;
}
.contact-wrap .contact-formfield input:focus {
  background-color: none;
}
.contact-wrap .contact-formfield input::placeholder {
  color: var(--secondary);
}
.contact-wrap .contact-formfield textarea {
  width: 100%;
  height: 160px;
  border: none;
  outline: none;
  color: var(--black);
  transition: all 0.5s;
  font-size: 16px;
  line-height: 26px;
  padding: 16px 0;
  background: none;
  resize: none;
}
.contact-wrap .contact-formfield textarea:focus {
  background-color: none;
}
.contact-wrap .contact-formfield textarea::placeholder {
  color: var(--secondary);
}
.contact-wrap .submit-btn {
  margin-top: 44px;
}
@media only screen and (max-width: 1199px) {
  .contact-wrap .submit-btn {
    margin-top: 34px;
  }
}
.contact-wrap .ui-btn:hover .btn-text {
  background-color: var(--black);
  color: var(--white);
}
.contact-wrap .ui-btn:hover .btn-icon {
  background-color: var(--black);
  color: var(--white);
}
.contact-wrap .ui-btn .btn-text {
  background-color: var(--theme);
  color: var(--black);
}
.contact-wrap .ui-btn .btn-icon {
  background-color: var(--theme);
  color: var(--black);
}

/* location area style  */
.location-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 991px) {
  .location-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .location-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.location-box {
  background-color: #F9F9F9;
  padding: 24px 24px 34px;
}
@media (max-width: 575px) {
  .location-box {
    padding: 14px 14px 24px;
  }
}
.location-box .thumb img {
  width: 100%;
}
.location-box .content {
  margin-top: 26px;
  text-align: center;
}
.location-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .location-box .title {
    font-size: 24px;
  }
}
.location-box .links {
  margin-top: 22px;
}
@media only screen and (max-width: 1199px) {
  .location-box .links {
    margin-top: 12px;
  }
}
.location-box .links li {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  list-style: none;
}
.location-box .ui-btn.bordered {
  margin-top: 40px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .location-box .ui-btn.bordered {
    margin-top: 20px;
  }
}
.location-box .ui-btn .btn-text {
  width: 100%;
  border-color: rgba(18, 18, 18, 0.1);
}

/* offcanvas css */
.ui-offcanvas-area {
  position: relative;
}
.ui-offcanvas-area.opened .animated-text > nav > ul > li a::after {
  visibility: visible;
  opacity: 1;
  bottom: 35px;
}
.ui-offcanvas-area.opened .animated-text > nav > ul > li a::before {
  width: 100%;
}
.ui-offcanvas-area.opened .ui-offcanvas-left, .ui-offcanvas-area.opened .ui-offcanvas-right {
  visibility: visible;
  opacity: 1;
}
.ui-offcanvas-area.opened .ui-offcanvas-wrapper {
  visibility: visible;
  opacity: 1;
}
.ui-offcanvas-area.opened .ui-offcanvas-bg.is-left, .ui-offcanvas-area.opened .ui-offcanvas-bg.is-right {
  transform: scale(1, 1);
  transition-delay: 0s;
}
.ui-offcanvas-area.opened .ui-offcanvas-menu {
  transition-delay: 0s;
}
.ui-offcanvas-area.opened .ui-offcanvas-close {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.ui-offcanvas-area .ui-offcanvas-menu > nav > ul > li > a {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 991px) {
  .ui-offcanvas-area .ui-offcanvas-menu > nav > ul > li > a {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .ui-offcanvas-area .ui-offcanvas-menu > nav > ul > li > a {
    font-size: 30px;
  }
}
.ui-offcanvas-area .ui-offcanvas-menu > nav > ul > li > a::after {
  position: absolute;
  left: 0;
  top: 3px;
  font-weight: 500;
  font-size: 13px;
  content: "0" counter(count);
  counter-increment: count;
  color: rgba(113, 113, 114, 0.8);
}
.ui-offcanvas-area .ui-offcanvas-menu > nav > ul > li.is-active > a {
  color: var(--white);
}
.ui-offcanvas-area .ui-offcanvas-menu > nav > ul > li.is-active .ui-menu-close i {
  color: var(--white);
}
.ui-offcanvas-area .ui-offcanvas-menu > nav > ul > li > ul > li > a {
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
  transition: 0.3s;
  color: #717172;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 991px), (max-width: 575px) {
  .ui-offcanvas-area .ui-offcanvas-menu > nav > ul > li > ul > li > a {
    font-size: 20px;
  }
}
.ui-offcanvas-area .ui-offcanvas-menu > nav > ul > li > ul > li > a:hover {
  transform: translateX(15px);
  color: var(--white);
}
.ui-offcanvas-area .ui-offcanvas-menu .ui-submenu li a:hover {
  background-color: initial;
  color: var(--white);
}
.ui-offcanvas-area .ui-offcanvas-menu ul li:not(:last-child) > a {
  border-bottom: 0;
}
.ui-offcanvas-area .ui-offcanvas-menu ul li > a {
  padding: 0;
  padding-left: 30px;
}
.ui-offcanvas-area .ui-offcanvas-menu ul li .submenu {
  padding-left: 20px;
  margin-top: 40px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 991px), (max-width: 575px) {
  .ui-offcanvas-area .ui-offcanvas-menu ul li .submenu {
    padding-left: 0;
  }
}
.ui-offcanvas-area .ui-offcanvas-menu ul li .submenu li:not(:last-child) {
  margin-bottom: 30px;
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-bg.is-left {
  background: var(--white);
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-logo .logo-1 {
  display: none;
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-menu > nav > ul > li.is-active > a {
  color: var(--black);
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-menu > nav > ul > li.is-active .ui-menu-close i {
  color: var(--black);
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-menu > nav > ul > li > a {
  color: #D5D5D5;
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-menu > nav > ul > li > ul > li > a {
  color: var(--black);
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-menu .ui-submenu li a:hover {
  background-color: initial;
  color: var(--black);
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-bg.is-right {
  background-color: #F6F6F9;
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-right-info-title {
  color: var(--black);
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-right-social a {
  color: var(--black);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-right-social a:hover {
  color: var(--white);
  border-color: var(--black);
  background-color: var(--black);
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-close-btn .text {
  color: var(--black);
}
.ui-offcanvas-area.offcanvas-2-white-bg .ui-offcanvas-close-btn {
  color: var(--black);
}
.ui-offcanvas-area.offcanvas-2-black-bg .ui-offcanvas-logo .logo-2 {
  display: none !important;
}
.ui-offcanvas-bg.left-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 60%;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media only screen and (max-width: 767px) {
  .ui-offcanvas-bg.left-box {
    width: 100%;
  }
}
.ui-offcanvas-bg.right-box {
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 1111;
}
@media (max-width: 575px) {
  .ui-offcanvas-bg.right-box {
    width: 100%;
  }
}
.ui-offcanvas-bg.is-left {
  left: 0;
  transform: scale(1, 0);
  transform-origin: top center;
  background: var(--black);
  transition-delay: 1s;
}
.ui-offcanvas-bg.is-right {
  right: 0;
  transform-origin: bottom center;
  transform: scale(1, 0);
  background-color: #1C1D20;
  transition-delay: 1s;
}
.ui-offcanvas-wrapper .left-box {
  position: fixed;
  top: 0;
  width: 60%;
  height: 100vh;
  z-index: 9999;
  overflow-y: scroll;
  pointer-events: auto;
  scrollbar-width: none;
  padding: 40px 80px 50px 80px;
}
@media only screen and (max-width: 991px) {
  .ui-offcanvas-wrapper .left-box {
    padding: 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ui-offcanvas-wrapper .left-box {
    width: 100%;
    padding: 30px 20px;
  }
}
.ui-offcanvas-wrapper .left-box .ui-offcanvas-menu {
  padding: 0px 125px;
}
@media only screen and (max-width: 1919px), only screen and (max-width: 1399px) {
  .ui-offcanvas-wrapper .left-box .ui-offcanvas-menu {
    padding: 0 70px;
  }
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px) {
  .ui-offcanvas-wrapper .left-box .ui-offcanvas-menu {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .ui-offcanvas-wrapper .left-box .ui-offcanvas-menu {
    padding: 0;
  }
}
.ui-offcanvas-wrapper .left-box .ui-offcanvas-menu .mobile-menu.mean-container .mean-nav ul li a {
  font-size: 40px;
  padding: 25px 0;
}
@media only screen and (max-width: 1919px) {
  .ui-offcanvas-wrapper .left-box .ui-offcanvas-menu .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 30px;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .ui-offcanvas-wrapper .left-box .ui-offcanvas-menu .mobile-menu.mean-container .mean-nav ul li a {
    font-size: 24px;
  }
}
.ui-offcanvas-wrapper .left-box .ui-offcanvas-menu .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
  height: 70px;
  font-size: 38px !important;
}
@media only screen and (max-width: 1919px) {
  .ui-offcanvas-wrapper .left-box .ui-offcanvas-menu .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 60px;
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .ui-offcanvas-wrapper .left-box .ui-offcanvas-menu .mobile-menu.mean-container .mean-nav ul li a.mean-expand {
    height: 54px;
  }
}
.ui-offcanvas-wrapper .left-box .ui-offcanvas-menu .mobile-menu.mean-container .mean-nav ul li li a {
  font-size: 30px;
  padding: 15px 0;
  padding-inline-start: 15px;
}
@media only screen and (max-width: 1919px) {
  .ui-offcanvas-wrapper .left-box .ui-offcanvas-menu .mobile-menu.mean-container .mean-nav ul li li a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .ui-offcanvas-wrapper .left-box .ui-offcanvas-menu .mobile-menu.mean-container .mean-nav ul li li a {
    font-size: 18px;
  }
}
.ui-offcanvas-wrapper .right-box {
  position: fixed;
  top: 0;
  width: 40%;
  height: 100vh;
  z-index: 9999;
  padding: 50px 100px 50px 0;
  scrollbar-width: none;
  overscroll-behavior-y: contain;
}
@media only screen and (max-width: 991px) {
  .ui-offcanvas-wrapper .right-box {
    padding-right: 40px;
  }
}
.ui-offcanvas-wrapper .right-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 575px) {
  .ui-offcanvas-wrapper .right-box {
    width: 100%;
  }
}
.ui-offcanvas-wrapper .ui-menu-close {
  top: 10px;
  height: 0;
  width: 0;
}
@media (max-width: 575px) {
  .ui-offcanvas-wrapper .ui-menu-close {
    top: 0;
    right: 20px;
  }
}
.ui-offcanvas-wrapper .ui-menu-close i {
  font-size: 20px;
  color: #717172;
}
.ui-offcanvas-left {
  visibility: hidden;
  opacity: 0;
  left: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
@media only screen and (max-width: 767px) {
  .ui-offcanvas-left-wrap {
    margin-bottom: 80px;
  }
}
.ui-offcanvas-right {
  visibility: hidden;
  opacity: 0;
  right: 0;
  transition: 0.3s;
  transition-delay: 0.8s;
}
.ui-offcanvas-right-inner {
  height: 100%;
  padding: 100px;
}
@media only screen and (max-width: 1399px) {
  .ui-offcanvas-right-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .ui-offcanvas-right-inner {
    padding: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .ui-offcanvas-right-inner {
    padding: 30px;
  }
}
.ui-offcanvas-right-info-box {
  margin-top: 160px;
  padding: 0 200px;
}
@media only screen and (min-width: 1801px) and (max-width: 1850px), only screen and (min-width: 1701px) and (max-width: 1800px) {
  .ui-offcanvas-right-info-box {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px), only screen and (max-width: 1919px) {
  .ui-offcanvas-right-info-box {
    padding: 0 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .ui-offcanvas-right-info-box {
    padding: 0 100px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .ui-offcanvas-right-info-box {
    padding: 0 70px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .ui-offcanvas-right-info-box {
    padding: 0 60px;
    padding-right: 0;
    margin-top: 130px;
  }
}
.ui-offcanvas-right-info-title {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 35px;
  color: var(--white);
}
.ui-offcanvas-right-info-item {
  margin-bottom: 30px;
}
.ui-offcanvas-right-info-item label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  color: var(--primary);
  margin-bottom: 10px;
}
.ui-offcanvas-right-info-item > a {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1199px), only screen and (max-width: 991px), (max-width: 575px) {
  .ui-offcanvas-right-info-item > a br {
    display: none;
  }
}
.ui-offcanvas-right-social a {
  height: 40px;
  width: 40px;
  transition: 0.3s;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.ui-offcanvas-right-social a:hover {
  color: var(--black);
  border-color: var(--white);
  background-color: var(--white);
}
.ui-offcanvas-close {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.5s;
  transform: translateY(20px);
}
@media only screen and (max-width: 991px) {
  .ui-offcanvas-close {
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .ui-offcanvas-close {
    padding-right: 0px;
  }
}
.ui-offcanvas-close-btn {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  display: inline-flex;
  align-items: center;
}
.ui-offcanvas-close-btn .text {
  width: 60px;
  height: 20px;
  transition: 0.3s;
  overflow: hidden;
  display: inline-block;
  transform: translateY(4px);
  color: var(--white);
}
.ui-offcanvas-close-btn .text span {
  transition: 0.3s;
  display: inline-block;
  transform: translateX(130%);
}
.ui-offcanvas-close-btn:hover .text span {
  transform: translateX(0%);
}
.ui-offcanvas-close-btn:hover span svg {
  transform: rotate(90deg);
}
.ui-offcanvas-text {
  right: 0;
  bottom: 0;
  position: absolute;
  transform: rotate(-90deg) translateY(100%);
}
.ui-offcanvas-text span {
  font-size: 320px;
  font-weight: 700;
  color: rgba(33, 35, 41, 0.3);
}
.ui-offcanvas-logo {
  margin-bottom: 105px;
}
@media only screen and (max-width: 767px) {
  .ui-offcanvas-logo {
    margin-bottom: 0;
  }
}
.ui-offcanvas-logo .logo-2 {
  display: block !important;
}

/* skill css */
/* skill area style  */
.skill-area {
  padding-top: 140px;
}
@media only screen and (max-width: 1919px) {
  .skill-area {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .skill-area {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .skill-area {
    padding-top: 60px;
  }
}

.skill-area-inner {
  display: grid;
  gap: 40px 80px;
  grid-template-columns: 1fr 700px;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .skill-area-inner {
    grid-template-columns: 1fr 600px;
  }
}
@media only screen and (max-width: 1399px) {
  .skill-area-inner {
    grid-template-columns: 1fr 520px;
  }
}
@media only screen and (max-width: 1199px) {
  .skill-area-inner {
    grid-template-columns: 1fr 390px;
  }
}
@media only screen and (max-width: 991px) {
  .skill-area-inner {
    grid-template-columns: 1fr;
  }
}

.skill-title {
  font-weight: 400;
  font-size: 60px;
  line-height: 1.07;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .skill-title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .skill-title {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .skill-title {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .skill-title {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .skill-title {
    font-size: 30px;
  }
}
.skill-title .b-first {
  font-weight: 500;
  text-transform: uppercase;
  color: #ff5410;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0.3em;
}
.skill-title .b-first:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #202020;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100px;
  z-index: -1;
}
.skill-title .b-second {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffbb10;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 0.3em;
}
.skill-title .b-second:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #202020;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 100px;
  z-index: -1;
}

.work-info-wrapper {
  display: grid;
  gap: 14px;
  margin-top: 49px;
}
@media only screen and (max-width: 991px) {
  .work-info-wrapper {
    margin-top: 29px;
  }
}

.work-info-box {
  padding: 39px 30px 40px;
  background-color: #171717;
  border-radius: 10px;
  display: grid;
  gap: 10px 32px;
  grid-template-columns: auto 1fr;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .work-info-box {
    padding: 19px 30px 20px;
  }
}
@media (max-width: 575px) {
  .work-info-box {
    grid-template-columns: auto;
  }
}
.work-info-box .year {
  font-family: var(--font_roboto);
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
}
.work-info-box .title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.5;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .work-info-box .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-info-box .title {
    font-size: 24px;
  }
}

.skill-wrapper-box {
  position: relative;
  z-index: 1;
}
.skill-wrapper-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 51.24%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 991px) {
  .skill-wrapper-box:before {
    display: none;
  }
}
.skill-wrapper-box .area-shape-1 {
  position: absolute;
  right: -30px;
  top: 40px;
  z-index: -1;
  transform: rotate(33deg);
}

.skill-wrapper {
  padding: 0 36px 0 72px;
  display: grid;
  gap: 9px 0;
  grid-template-columns: auto auto auto;
}
@media only screen and (max-width: 1919px) {
  .skill-wrapper {
    padding: 0 36px 0 42px;
  }
}
@media only screen and (max-width: 1199px) {
  .skill-wrapper {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 991px) {
  .skill-wrapper {
    grid-template-columns: auto auto auto;
    padding: 0 36px 0 0;
  }
}
@media (max-width: 575px) {
  .skill-wrapper {
    grid-template-columns: auto auto;
    padding: 0 0 0 0;
  }
}
.skill-wrapper > * {
  margin-left: -19px;
}
@media only screen and (max-width: 1199px) {
  .skill-wrapper > * {
    margin-left: 0;
  }
}
.skill-wrapper > *:nth-child(1) {
  margin-left: 0;
}
.skill-wrapper > *:nth-child(3) {
  grid-column-start: 1;
  margin-left: 0;
}
@media only screen and (max-width: 1199px) {
  .skill-wrapper > *:nth-child(3) {
    grid-column-start: auto;
  }
}
.skill-wrapper > *:nth-child(6) {
  margin-left: 0;
}

.skill-box {
  text-align: center;
  width: 210px;
  height: 258px;
  background-color: #171717;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), inset 3px 0px 0px #D167FF;
  border-radius: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1919px) {
  .skill-box {
    width: 180px;
    height: 208px;
  }
}
@media only screen and (max-width: 1199px) {
  .skill-box {
    width: 160px;
    height: 188px;
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .skill-box {
    width: 100%;
  }
}
.skill-box .title {
  font-family: var(--roboto);
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.14);
  writing-mode: sideways-lr;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  white-space: nowrap;
}
@media only screen and (max-width: 1919px) {
  .skill-box .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1919px) {
  .skill-box .icon img {
    max-height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .skill-box .icon img {
    max-height: 50px;
  }
}
.skill-box .experience {
  font-family: var(--font_handjet);
  font-weight: 500;
  font-size: 40px;
  line-height: 24px;
  color: var(--white);
  margin-top: 41px;
}
@media only screen and (max-width: 1919px) {
  .skill-box .experience {
    font-size: 34px;
    margin-top: 31px;
  }
}
@media only screen and (max-width: 1199px) {
  .skill-box .experience {
    font-size: 28px;
    margin-top: 21px;
  }
}

/* text-slider css */
/* text slider area style  */
.text-slider-active .swiper-slide {
  width: auto;
}

.text-slider-2-active {
  margin-top: 54px;
  direction: rtl;
}
@media only screen and (max-width: 1919px) {
  .text-slider-2-active {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1399px) {
  .text-slider-2-active {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-slider-2-active {
    margin-top: 24px;
  }
}
.text-slider-2-active .swiper-slide {
  width: auto;
}

.text-slider-wrapper-box {
  background-color: var(--background);
  margin-top: 40px;
  padding-top: 221px;
  padding-bottom: 214px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .text-slider-wrapper-box {
    padding-top: 110px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1399px) {
  .text-slider-wrapper-box {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-slider-wrapper-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.text-slider-wrapper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.text-slider-item .title {
  font-family: var(--font_cooperhewitt);
  font-weight: 500;
  font-size: 50px;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--white);
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 1919px) {
  .text-slider-item .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .text-slider-item .title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-slider-item .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .text-slider-item .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .text-slider-item .title {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .text-slider-item .title {
    font-size: 20px;
  }
}
.text-slider-item .title .shape {
  width: 120px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.14);
  margin: 0 8px;
}
@media only screen and (max-width: 1919px) {
  .text-slider-item .title .shape {
    width: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .text-slider-item .title .shape {
    width: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-slider-item .title .shape {
    width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .text-slider-item .title .shape {
    width: 40px;
  }
}

/* img-reveal css */
/* img-reveal area style  */
.hover-content {
  position: relative;
  z-index: 2;
}

.content__img {
  width: 290px;
  aspect-ratio: 1/1.24;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  will-change: transform, filter;
}
@media only screen and (max-width: 1919px) {
  .content__img {
    width: 220px;
  }
}
@media only screen and (max-width: 1399px) {
  .content__img {
    width: 190px;
  }
}
@media only screen and (max-width: 1199px) {
  .content__img {
    width: 150px;
  }
}

.content__img-inner {
  background-position: 50% 50%;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-size: cover;
  position: absolute;
  top: calc(-1 * 10px / 2);
  left: calc(-1 * 10px / 2);
}

#showcase-slider-holder {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 1;
  z-index: 2;
}

.port-showcase-slider-item {
  height: 100vh;
}

.port-showcase-slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: middle;
  transform: translate(-50%, -50%);
}

.port-showcase-slider-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
  display: inline-block;
  color: #fff;
}

.port-showcase-slider-title {
  font-size: 215px;
  font-weight: 500;
  line-height: 0.8;
  color: #fff;
  font-family: "Teko", serif;
  letter-spacing: -6px;
}
@media only screen and (max-width: 1399px) {
  .port-showcase-slider-title {
    font-size: 145px;
  }
}
@media only screen and (max-width: 991px) {
  .port-showcase-slider-title {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .port-showcase-slider-title {
    font-size: 90px;
  }
}

.tp-showcase-arrow-box {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 0 100px;
}
.tp-showcase-arrow-box button {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.tp-showcase-arrow-box button.swiper-prev i {
  transition: 0.3s;
  margin-right: 5px;
}
.tp-showcase-arrow-box button.swiper-next i {
  transition: 0.3s;
  margin-left: 5px;
}
.tp-showcase-arrow-box button i {
  transform: translateY(1px);
}

.port-showcase-slider-social {
  position: absolute;
  bottom: 75px;
  z-index: 99;
  left: 50%;
  text-align: center;
}
.port-showcase-slider-social a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin: 0 12px;
  color: #fff;
}

#canvas-slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: width 0.5s ease-in-out 0;
  transition: width 0.5s ease-in-out 0s;
  z-index: 1;
}
#canvas-slider .slider-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #222;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wpr-advance_slider_wrapper {
  overflow: hidden;
}

.wpr-advance_slider_wrapper .swiper-slide {
  overflow: hidden;
}

.wpr-advance_slider_wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.wpr-advance_slider_wrapper .swiper-slide-title > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wpr-advance_slider_wrapper .swiper-slide-desc {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Kanit", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.wpr-advance_slider_wrapper .ts-navigation {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  bottom: 52px;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
}

@media (max-width: 767px) {
  .wpr-advance_slider_wrapper .ts-navigation {
    bottom: 20px;
  }
}
.wpr-advance_slider_wrapper .ts-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  transition: all 0.3s;
  background-color: #fff;
}

.wpr-advance_slider_wrapper .ts-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.wpr-advance_slider_wrapper .ts-pagination .swiper-pagination {
  display: flex;
  gap: 20px;
}

.wpr-advance_slider_wrapper .ts-pagination .swiper-pagination-horizontal {
  justify-content: center;
}

.wpr-advance_slider_wrapper .ts-pagination .swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
}

@media (max-width: 767px) {
  .wpr-advance_slider_wrapper .ts-pagination .swiper-pagination-horizontal .swiper-pagination-bullet {
    width: 15px;
  }
}
.wpr-advance_slider_wrapper .ts-pagination .swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 60px;
}

@media (max-width: 767px) {
  .wpr-advance_slider_wrapper .ts-pagination .swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
  }
}
.wpr-advance_slider_wrapper .ts-pagination .swiper-pagination-vertical {
  flex-direction: column;
}

.wpr-advance_slider_wrapper .ts-pagination .swiper-pagination-vertical .swiper-pagination-bullet {
  width: 2px;
  height: 30px;
}

.wpr-advance_slider_wrapper .ts-pagination .swiper-pagination-vertical .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 60px;
}

.wpr-advance_slider_wrapper .wpr-arrow {
  cursor: pointer;
  position: relative;
  z-index: 11;
  padding: 8px;
  font-size: 20px;
  line-height: 0;
  border: 1px solid #cacaca;
  transition: all 0.3s;
}

.wpr-advance_slider_wrapper .wpr-arrow i,
.wpr-advance_slider_wrapper .wpr-arrow svg {
  width: 1em;
  height: auto;
}

.wpr-advance_slider_wrapper .wpr-arrow.swiper-button-disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}

.wpr-advance_slider_wrapper .swiper-slide-content {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 30px;
}

@media (max-width: 767px) {
  .wpr-advance_slider_wrapper .swiper-slide-content {
    padding: 0 15px;
  }
}
.swiper-gl {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.swiper-gl .swiper-slide {
  position: relative;
}

.swiper-gl .swiper-gl-image {
  display: none;
}

.swiper-gl > canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.swiper-gl .swiper-gl-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.swiper-slicer {
  width: 100%;
  height: 100vh;
}

.swiper-slicer .swiper-slicer-image,
.swiper-slicer .swiper-slicer-image-clone,
.swiper-slicer .swiper-slicer-image-clones {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-slicer .swiper-slicer-image {
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: none !important;
}

.swiper-slicer .swiper-slicer-image-clone {
  overflow: hidden;
  transition-timing-function: cubic-bezier(1, 0, 0.5, 1);
}

.swiper-slicer .swiper-slicer-image-clone .swiper-slicer-image {
  display: block;
}

.swiper-slicer .swiper-slide-active {
  z-index: 1;
}

.swiper-slicer .swiper-slide-content {
  position: relative;
}

.swiper-shutters {
  width: 100%;
  height: 100vh;
}

.swiper-shutters .swiper-shutters-image,
.swiper-shutters .swiper-shutters-image-clone,
.swiper-shutters .swiper-shutters-image-clones {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-shutters .swiper-shutters-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: none !important;
}

.swiper-shutters .swiper-shutters-image-clone {
  overflow: hidden;
}

.swiper-fashion {
  width: 100%;
  height: 100vh;
  transition: 1s background-color 1.3s;
}

.swiper-fashion .swiper-slide-content {
  justify-content: center;
  align-items: center;
  transition-delay: 1s;
  z-index: 10;
  text-align: center;
}

.swiper-fashion .swiper-slide-title {
  font-weight: 700;
  font-size: 80px;
  -webkit-text-stroke: 2px #fff;
  order: 1;
}

@media (max-width: 880px) {
  .swiper-fashion .swiper-slide-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .swiper-fashion .swiper-slide-title {
    font-size: 40px;
  }
}
.fashion-slider-no-transition {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition-property: none !important;
}

.fashion-slider-no-transition :not(.swiper-wrapper) {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition-property: none !important;
}

.fashion-slider-no-transition .swiper-wrapper {
  transition-delay: 0s !important;
}

.fashion-slider-no-transition :not(.swiper-wrapper) {
  transition-duration: 0s !important;
  transition-delay: 0s !important;
  transition-property: none !important;
}

.swiper-fashion .swiper-wrapper {
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.fashion-slider-scale {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0.6, 0.6);
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  opacity: 0.9;
  overflow: hidden;
}

.fashion-slider-scale img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1.2, 1.2) translateX(50%);
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-property: transform;
}

.swiper-spring {
  width: 100%;
  height: 320px;
  position: relative;
}

.swiper-spring .swiper-slide {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 0 24px;
  transition-timing-function: cubic-bezier(0.76, 0.09, 0.215, 1);
}

.swiper-spring .swiper-slide-content {
  position: relative;
  height: auto;
  padding: 0;
}

.swiper-spring .swiper-slide img {
  flex: 1;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-carousel {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  height: 400px;
  overflow: hidden;
}

.swiper-carousel .swiper-slide .swiper-slide-content {
  opacity: 0;
}

.swiper-carousel .swiper-slide-active .swiper-slide-content {
  opacity: 1;
  transition: all 0.3s ease-in;
}

.swiper-poster {
  overflow: visible;
  max-width: 400px;
  height: 550px;
}

.swiper-poster .swiper-slide {
  border-radius: 10px;
}

.swiper-material {
  height: 300px;
  max-width: 800px;
  --swiper-material-scale: 1;
  --swiper-material-slide-size: 100%;
  --swiper-material-slide-border-radius: 32px;
}

.swiper-material .swiper-slide {
  overflow: visible;
}

.swiper-material .swiper-material-wrapper {
  border-radius: var(--swiper-material-slide-border-radius);
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  box-sizing: border-box;
  pointer-events: auto;
}

.swiper-material .swiper-material-content {
  position: absolute;
  transform: translate3d(0, 0, 0);
}

.swiper-material .swiper-horizontal .swiper-material-content {
  height: 100%;
  width: var(--swiper-material-slide-size);
  left: calc(50% - var(--swiper-material-slide-size) / 2);
  top: 0;
}

.swiper-material .swiper-vertical .swiper-material-content {
  width: 100%;
  height: var(--swiper-material-slide-size);
  top: calc(50% - var(--swiper-material-slide-size) / 2);
  left: 0;
}

.wpr-arrow.wpr-arrow-prev,
.wpr-arrow.wpr-arrow-next {
  font-size: 62px;
  border-style: none;
}

.ts-pagination .swiper-pagination-horizontal {
  bottom: 56px;
}

@media (max-width: 767px) {
  .ts-pagination .swiper-pagination-horizontal {
    bottom: 10px;
  }
}
.ts-pagination .swiper-pagination-vertical {
  right: 56px;
}

@media (max-width: 767px) {
  .ts-pagination .swiper-pagination-vertical {
    right: 25px;
  }
}
.ts-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

.ts-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}

.wpr-arrow svg {
  height: auto;
}

.portfolio-5 {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
}
.portfolio-5 .swiper {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
}
.portfolio-5__item {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-5 .swiper-slicer-image {
  max-width: unset;
}
.portfolio-5 img {
  margin: 0 !important;
  padding: 0 !important;
}
.portfolio-5__content {
  z-index: 9;
  left: 50%;
  bottom: 200px;
  position: absolute;
  transform: translateX(-50%);
  width: max-content;
}
@media (max-width: 575px) {
  .portfolio-5__content {
    left: 50px;
    transform: inherit;
    width: auto;
  }
}
.portfolio-5__content-title {
  opacity: 0;
  font-size: 100px;
  line-height: 1.05;
  color: var(--white);
  font-family: "BDO Grotesk";
}
.portfolio-5__content-title a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .portfolio-5__content-title {
    font-size: 60px;
  }
}
.portfolio-5__list {
  opacity: 0;
  display: flex;
  margin-top: 40px;
  align-items: center;
  transform: translateY(-150px);
}
.portfolio-5__list li {
  list-style: none;
}
.portfolio-5__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-5 .swiper-slide-active .portfolio-5__item {
  animation-name: qodef-animate-slide-out;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}
.portfolio-5 .swiper-slide-active .portfolio-5__content-title {
  transition: all 2200ms ease;
  animation: slideFadeIn 2.2s ease forwards;
}
.portfolio-5 .swiper-slide-active .portfolio-5__list {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2000ms ease;
}
.portfolio-5__slider {
  width: 100vw;
  height: 100vh;
}
.portfolio-5__slider__arrow {
  gap: 40px;
  left: 50px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  position: absolute;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  .portfolio-5__slider__arrow {
    gap: 20px;
  }
}
.portfolio-5__slider__arrow-prev, .portfolio-5__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}
.portfolio-5 .portfolio-5-pagination {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 9;
  display: flex;
  gap: 15px;
  top: inherit;
  right: 0;
  transform: translateX(-50%);
}
.portfolio-5 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1399px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 1199px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
.portfolio-5 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio-5 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: var(--white);
}
.portfolio-5 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateY(-130px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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