@charset "UTF-8";
/* ==============
 ========= css documentation =========

 * theme name: Xpovio
 * version: 1.0
 * description: Creative Agency Portfolio HTML5 Template
 * author: Gramentheme
 * author-url: https://themeforest.net/user/gramentheme

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> agency styles
     5.02 --> agency two styles
     5.03 --> portfolio
     5.04 --> poftfolio two styles
     5.05 --> masonry filter styles
     5.06 --> portfolio three styles
     5.07 --> offer styles
     5.08 --> offer two styles
     5.09 --> testimonial styles
     5.10 --> testimonial two styles
     5.11 --> testimonial three syles
     5.12 --> blog styles
     5.13 --> blog two styles
     5.14 --> blog three styles
     5.15 --> sponsor styles
     5.16 --> sponsor three styles
     5.17 --> next page styles
     5.18 --> award styles
     5.19 --> video modal styles
     5.20 --> cta styles
     5.21 --> cta two styles
     5.22 --> service faq styles
     5.23 --> work steps styles
     5.24 --> projects 
     5.25 --> project text slider
     5.26 --> team slider
     5.27 --> mission styles
     5.28 --> achievements
     5.29 --> service plan
     5.30 --> ux process
     5.31 --> project styles
     5.32 --> project details
     5.33 --> blog styles
     5.34 --> blog details
     5.35 --> blog comment form
     5.36 --> team main
     5.37 --> team details
     5.38 --> portfolio
     5.39 --> feedback
     5.40 --> faq
     5.41 --> contact
     5.42 --> error

 06. themes
     6.01 --> default theme

 07. responsive

    ==================================
============== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500&display=swap");
@font-face {
  font-family: "ClashGrotesk-Variable";
  src: url("../fonts/fonts/ClashGrotesk-Variable.woff2") format("woff2"), url("../fonts/fonts/ClashGrotesk-Variable.woff") format("woff"), url("../fonts/fonts/ClashGrotesk-Variable.ttf") format("truetype");
  font-weight: 200 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Extralight";
  src: url("../fonts/fonts/ClashGrotesk-Extralight.woff2") format("woff2"), url("../fonts/fonts/ClashGrotesk-Extralight.woff") format("woff"), url("../fonts/fonts/ClashGrotesk-Extralight.ttf") format("truetype");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Light";
  src: url("../fonts/fonts/ClashGrotesk-Light.woff") format("woff2"), url("../fonts/fonts/ClashGrotesk-Light.woff") format("woff"), url("../fonts/fonts/ClashGrotesk-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Regular";
  src: url("../fonts/fonts/ClashGrotesk-Regular.woff2") format("woff2"), url("../fonts/fonts/ClashGrotesk-Regular.woff") format("woff"), url("../fonts/fonts/ClashGrotesk-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Medium";
  src: url("../fonts/fonts/ClashGrotesk-Medium.woff2") format("woff2"), url("../fonts/fonts/ClashGrotesk-Medium.woff") format("woff"), url("../fonts/fonts/ClashGrotesk-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Semibold";
  src: url("../fonts/fonts/ClashGrotesk-Semibold.woff2") format("woff2"), url("../fonts/fonts/ClashGrotesk-Semibold.woff") format("woff"), url("../fonts/fonts/ClashGrotesk-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "ClashGrotesk-Bold";
  src: url("../fonts/fonts/ClashGrotesk-Bold.woff2") format("woff2"), url("../fonts/fonts/ClashGrotesk-Bold.woff") format("woff"), url("../fonts/fonts/ClashGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Baurems-Regular";
  src: url("../fonts/fonts/baurems-regular-webfont.woff2") format("woff2"), url("../fonts/fonts/baurems-regular-webfont.woff") format("woff"), url("../fonts/fonts/Baurems-Regular.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
:root {
  --inter: "ClashGrotesk-Bold", sans-serif;
  --inter-semi: "ClashGrotesk-Semibold", sans-serif;
  --baurems: "Baurems-Regular", sans-serif;
  --archivo:"Archivo", sans-serif;
  --theme-font: var(--inter);
  --theme-bg: #000000;
  --color-accent: #ffff;
  --theme-color: var(--color-accent);
  --white: #ffffff;
  --black: #0D0E0D;
  --color-white: var(--white);
  --color-bubblegum: #FCECEB;
  --color-candle: #FFFFE3;
  --color-oblea: #E2FDE6;
  --dark-gray: #181D18;
  --primary-color: var(--theme-color);
  --secondary-color: var(--theme-color);
  --tertiary-color: var(--dark-gray);
  --quaternary-color: var(--theme-color);
  --quinary-color: var(--theme-color);
  --senary-color: var(--theme-color);
  --septenary-color: var(--theme-color);
  --octonary-color: var(--theme-color);
  --nonary-color: var(--theme-color);
  --transition: all 0.3s ease-in-out;
  --shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  --shadow-secondary: 0 0 31px rgba(0, 0, 0, 0.1);
}

html {
  --background-color: var(--color-white);
  --color-text: var(--color-black);
  --color-invert: var(--color-black);
  --overlay-color-text: var(--color-white);
  --color-contrast-text: var(--color-black);
  --color-contrast: var(--color-black);
  --fill: var(--color-contrast-text);
  --stroke: var(--color-contrast-text);
  --color-invert-schema: var(--color-black);
  --primary-border-color: var(--color-black);
  --schema-icon-background: var(--color-white);
  --dropdown-color-text: var(--color-black);
  --dropdown-color-background: var(--color-white);
  --sections-border-color: var(--color-black);
  --contrast-map-buildings: var(--contrast-map);
  --color-contrast-border: var(--color-black);
  --stroke-map: var(--color-black);
  --svg-empty-panel: var(--color-stone);
  --indicator-stroke: var(--color-black);
  --post-card-background: var(--color-cultured);
  --events-icons: 0;
  --ratio-events:1;
}
html[data-accent=color-blue], html[data-accent=color-green], html[data-accent=color-orange] {
  --color-contrast-text: var(--color-white);
  --color-contrast: var(--color-white);
}

.header-logo {
  width: 60px;
  height: 60px;
}
.header-logo path {
  fill: var(--theme-color);
}

/* ==== 
 --------- (2.01) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--theme-font);
  font-size: 16px;
  line-height: 0px;
  font-weight: 400;
  color: var(--theme-color);
  background-color: var(--theme-bg);
  overflow-x: clip;
  max-width: 100vw;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  border-radius: 5px;
}

.body-active {
  height: 100vh;
  overflow: clip;
}

.my-app {
  position: relative;
  min-width: 100vw;
  min-height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  overflow-x: clip;
}

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

a,
button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  transition: var(--transition);
  cursor: pointer;
}
a i,
button i {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  transition: none;
}
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}
a:focus,
button:focus {
  box-shadow: none;
  outline: 0px;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

hr,
blockquote,
textarea {
  margin: 0px;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}
input:focus,
textarea:focus {
  box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: var(--inter);
  padding: 0px;
  margin: 0px;
  color: var(--theme-color);
}

.container {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (min-width: 576px) and (max-width: 896px) {
  .container {
    max-width: 90vw;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 90vw;
  }
}
.title-anim .interval * {
  white-space: nowrap;
}

/* .title-anim{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  .interval{
    display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  }


} */
/* ==== 
     --------- (2.01) reset styles end ---------
     ==== */
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 820px;
  }
}
@media (max-width: 980px) and (min-width: 680px) {
  .banner-proto .banner-home-slide {
    margin-top: -325px !important;
  }
}
/* ==== 
 --------- (2.02) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--theme-color);
}

.primary-text {
  font-size: 20px;
  line-height: 30px;
}

.secondary-text {
  font-size: 28px;
  line-height: 38px;
}

.tertiary-text {
  font-size: 14px;
  line-height: 24px;
}

a,
button {
  font-size: 16px;
  line-height: 18px;
  color: var(--theme-color);
  font-weight: 500;
  cursor: pointer;
}
a:hover,
button:hover {
  color: var(--primary-color);
}

h1,
.h1 {
  font-size: clamp(3.5rem, 2.73rem + 3.52vw, 6.25rem);
  line-height: 130px;
}

.light-title {
  font-size: 75px;
  line-height: 85px;
}

.light-title-lg {
  font-size: 30px;
  line-height: 40px;
}

h2 {
  font-size: 55px;
  line-height: 70px;
}

h3 {
  font-size: 40px;
  line-height: 50px;
}

h4 {
  font-size: 24px;
  line-height: 34px;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
}

h1 a,
h1 span,
h2 a,
h2 span,
h3 a,
h3 span,
h4 a,
h4 span,
h5 a,
h5 span,
h6 a,
h6 span,
p a,
p span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

/* ==== 
 --------- (2.02) typography styles end ---------
 ==== */
.title-anim .interval {
  line-height: 100%;
}

.inter-font {
  font-family: var(--inter);
}

.baurems-font {
  font-family: var(--baurems);
}

.archivo-font {
  font-family: var(--archivo);
}

.h1, .h1-inter {
  font-family: var(--inter);
  font-size: clamp(3.75rem, 1.7375rem + 9.2vw, 10.9375rem);
  line-height: 105%;
}

.h2, .h2-inter {
  font-family: var(--inter-semi);
  font-size: clamp(2.5rem, 1.0125rem + 6.8vw, 7.8125rem);
  font-weight: 600;
  line-height: 105%;
}

.h3, .h3-inter {
  font-family: var(--inter-semi);
  font-size: clamp(1.875rem, 0.825rem + 4.8vw, 5.625rem);
  font-weight: 600;
  line-height: 105%;
}

.h4, .h4-baurems {
  font-family: var(--baurems);
  font-size: clamp(5rem, 3.25rem + 8vw, 11.25rem);
  line-height: 115%;
}

.h5, .h5-inter {
  font-family: var(--inter-semi);
  font-size: clamp(1.5rem, 1.29rem + 0.96vw, 2.25rem);
  font-weight: 600;
  line-height: 105%;
}

.archivo-body, .archivo, p {
  font-family: var(--archivo);
  font-size: clamp(1rem, 0.965rem + 0.16vw, 1.125rem);
  font-weight: 400;
  line-height: 115%;
}

/* ==== 
 --------- (2.03) global styles start ---------
 ==== */
img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  transition: all 0.14s ease-out;
  mix-blend-mode: difference;
}
.cursor-outer.cursor-hover {
  opacity: 0;
  transition: none;
}
.cursor-outer.cursor-big {
  opacity: 0;
}

.mouseCursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 50%;
  transform: translateZ(0);
  visibility: hidden;
  text-align: center;
}
.mouseCursor.cursor-big {
  width: 20px;
  height: 20px;
  margin-left: -12px;
  margin-top: -12px;
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: var(--primary-color);
  opacity: 0.8;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  mix-blend-mode: difference;
}
.cursor-inner span {
  color: var(--theme-color);
  line-height: 60px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.cursor-inner.cursor-big span {
  opacity: 1;
}
.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 1px solid #686363;
  opacity: 0;
}

.unset {
  max-width: unset;
}

.dir-rtl {
  direction: rtl;
}

.bg-img {
  background-color: var(--theme-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.slick-slide {
  margin: 0px 15px;
}
.slick-slide img {
  display: inline-block;
}

.slick-list {
  margin: 0px -15px;
}

.fw-9 {
  font-weight: 900 !important;
}

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

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

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

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

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

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

.text-tertiary {
  color: var(--tertiary-color);
}

.text-quaternary {
  color: var(--quaternary-color);
}

.text-quinary {
  color: var(--quinary-color);
}

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

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

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

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

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

.text-stroke {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--theme-color);
  font-family: sans-serif;
}

.gaper {
  row-gap: 30px;
}

.section {
  padding: 130px 0px;
}

.section__cta {
  margin-top: 65px;
  text-align: center;
}

.section__content-cta {
  margin-top: 60px;
}

.banner__content {
  margin-top: -8px;
  text-align: center;
}
.banner__content h6 {
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: var(--theme-color);
  margin-bottom: 22px;
}
.banner__content h1 {
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 16px;
  text-transform: capitalize;
}

.cta-group {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.section__header {
  margin: 60px;
}
.section__header .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  line-height: 1;
  border: 1px solid #414141;
  color: var(--primary-color);
  border-radius: 30px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.section__header .sub-title i {
  transform: rotate(-45deg);
}
.section__header .title {
  text-transform: capitalize;
  font-weight: 700;
}

.section__header--secondary {
  margin-bottom: 60px;
}

.section__content .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  line-height: 1;
  border: 1px solid #414141;
  color: var(--primary-color);
  border-radius: 30px;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.section__content .sub-title i {
  transform: rotate(-45deg);
}
.section__content .title {
  margin-bottom: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.social li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social a {
  color: var(--tertiary-color);
  background-color: #f0efff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.social a:hover {
  color: var(--black);
  background-color: var(--primary-color);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes navLinkFadeReverse {
  from {
    opacity: 0;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.slide-group {
  display: flex;
  align-items: center;
  gap: 24px;
}

.slide-btn {
  width: 74px;
  min-width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #414141;
  transition: var(--transition);
  background-color: transparent;
  color: #414141;
  font-size: 40px;
  z-index: 2;
}
.slide-btn:hover {
  color: var(--black);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.lines {
  overflow: hidden;
  z-index: -1;
  display: flex;
  justify-content: space-around;
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0px;
  z-index: -3;
}
.lines .line {
  width: 1px;
  height: 100%;
  min-height: 100vh;
  top: 0;
  background-color: #343434;
  z-index: -1;
}

.vid-m {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 99;
  width: 160px;
  height: 285px;
  max-height: 285px;
}
.vid-m .vid-c {
  text-align: end;
}
.vid-m video {
  width: 100%;
  height: 100%;
  max-height: 285px;
  border-radius: 20px;
}
.vid-m button {
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: black;
  font-size: 14px;
  margin-left: auto;
  transform: translateY(50%);
  position: relative;
  z-index: 9;
}
.vid-m h5 {
  position: absolute;
  top: 30%;
  right: 100%;
  padding: 20px;
  background-color: var(--primary-color);
  color: black;
  border-radius: 20px 20px 0px 20px;
  line-height: 0px;
  transform: translateX(30%);
}

/* ==== 
   --------- (2.03) global styles end ---------
   ==== */
.invert-color {
  filter: invert(1);
}

.bubblegum {
  background-color: var(--color-bubblegum);
}

.candle {
  background-color: var(--color-candle);
}

.oblea {
  background-color: var(--color-oblea);
}

.white {
  background-color: var(--color-white);
}

.color-schema-selector-container button {
  width: 10px;
  height: 10px;
}

.baurems {
  font-family: var(--baurems);
  font-size: clamp(3.5rem, 2.24rem + 5.76vw, 8rem);
}

.control-container button {
  width: 10px;
  height: 10px;
}

/* ==== 
 --------- (3.01) buttons styles start ---------
 ==== */
.btn {
  padding: 16px 32px;
  font-weight: 700;
  border: 1px solid var(--primary-color);
  border-radius: 50px;
  text-transform: uppercase;
  color: var(--primary-color);
  position: relative;
  overflow: hidden;
}
.btn:hover {
  border: 1px solid var(--primary-color);
  color: var(--white);
}
.btn:focus {
  box-shadow: none;
  outline: 0px;
}

.btn--primary {
  z-index: 1;
}
.btn--primary::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background-color: var(--primary-color);
  transition: all 0.6s ease;
  z-index: -1;
}
.btn--primary:hover {
  color: var(--black);
}
.btn--primary:hover::before {
  width: 100%;
  left: 0px;
}

.btn--secondary {
  z-index: 1;
  color: var(--white);
  border: 1px solid #414141;
}
.btn--secondary::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background-color: var(--primary-color);
  transition: all 0.6s ease;
  z-index: -1;
}
.btn--secondary:hover {
  color: var(--black);
}
.btn--secondary:hover::before {
  width: 100%;
  left: 0px;
}

.btn--tertiary {
  z-index: 1;
  color: var(--primary-color);
  border: 1px solid black !important;
  background-color: #181818;
  gap: 20px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}
.btn--tertiary::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  background-color: var(--primary-color);
  transition: all 0.6s ease;
  z-index: -1;
}
.btn--tertiary:hover {
  border: 1px solid var(--primary-color);
  color: var(--black);
}
.btn--tertiary:hover::before {
  width: 100%;
  left: 0px;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background-color: #1f1f1f;
  box-shadow: inset 0 0 0 8px #1f1f1f;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  z-index: 999;
  overflow: hidden;
}
.progress-wrap span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34px;
  height: 34px;
  background-color: var(--theme-color);
  border-radius: 50%;
  overflow: hidden;
}
.progress-wrap span::after {
  content: "\f176";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  border-radius: 50%;
  color: var(--primary-color);
  left: 50%;
  top: 50%;
  transform: translate(-50%, 200%);
  height: 34px;
  width: 34px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.progress-wrap span::before {
  position: absolute;
  content: "\f176";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  border-radius: 50%;
  color: var(--black);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 34px;
  width: 34px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.progress-wrap:hover span::before {
  transform: translate(-50%, -200%);
}
.progress-wrap:hover span::after {
  transform: translate(-50%, -50%);
}
.progress-wrap path {
  fill: none;
}
.progress-wrap .progress-circle path {
  stroke: var(--primary-color);
  stroke-width: 4;
  box-sizing: content-box;
  transition: all 200ms linear;
}

.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.video-modal-btn a {
  width: 84px;
  min-width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  font-size: 20px;
  color: var(--white);
}

@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.7);
    opacity: 0;
  }
}
/* ==== 
 --------- (3.01) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.02) forms styles start ---------
 ==== */
.input-email {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid #c1c1c1;
}
.input-email input {
  flex-grow: 1;
  background-color: transparent;
  padding: 16px 30px;
  width: calc(100% - 80px);
}
.input-email button {
  width: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

/* ==== 
 --------- (3.02) forms styles end ---------
 ==== */
/* ==== 
 --------- (3.03) preloader styles start ---------
 ==== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: var(--theme-bg);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ==== 
 --------- (3.03) preloader styles end ---------
 ==== */
/* ==== 
 --------- (4.01) header styles start ---------
 ==== */
.primary-navbar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 999;
}
.primary-navbar .container .row .col-12 {
  padding: 0 !important;
}
.primary-navbar .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: nowrap;
}
@media (max-width: 680px) {
  .primary-navbar .navbar .navbar__logo a svg {
    display: none;
  }
}
.primary-navbar .navbar__menu {
  flex-grow: 1;
}
.primary-navbar .navbar__menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.primary-navbar .navbar__item button,
.primary-navbar .navbar__item a {
  padding: 41px 20px;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
}
.primary-navbar .navbar__item--has-children {
  position: relative;
}
.primary-navbar .navbar__item--has-children:hover > .navbar__dropdown-label {
  color: var(--primary-color);
}
.primary-navbar .navbar__item--has-children:hover > .navbar__dropdown-label::after {
  transform: rotate(180deg);
}
.primary-navbar .navbar__item--has-children:hover > .navbar__dropdown-label-sub::after {
  transform: rotate(180deg);
}
.primary-navbar .navbar__item--has-children:hover > .navbar__sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: all;
}
.primary-navbar .navbar__dropdown-label {
  position: relative;
  justify-content: space-between;
}
.primary-navbar .navbar__dropdown-label::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\e093";
  border: none;
  transition: transform 0.3s ease-in-out;
  font-size: inherit;
  transform: rotate(0deg);
}
.primary-navbar .navbar__sub-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 220px;
  max-width: 260px;
  background-color: var(--white);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  pointer-events: none;
  transition: var(--transition);
  box-shadow: var(--shadow);
  padding: 20px 0px;
  border-radius: 5px;
  z-index: 9;
}
.primary-navbar .navbar__sub-menu::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 25px;
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  background-color: inherit;
  transition: var(--transition);
  z-index: -1;
}
.primary-navbar .navbar__sub-menu li:nth-last-of-type(1) a {
  border-bottom: 0px;
}
.primary-navbar .navbar__sub-menu a,
.primary-navbar .navbar__sub-menu button {
  width: 100%;
  display: flex;
  padding: 16px 40px;
  color: var(--black);
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid rgba(206, 206, 206, 0.4784313725);
}
.primary-navbar .navbar__sub-menu a::before,
.primary-navbar .navbar__sub-menu button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  height: 1px;
  width: 0px;
  transition: var(--transition);
  background-color: var(--primary-color);
}
.primary-navbar .navbar__sub-menu a:hover,
.primary-navbar .navbar__sub-menu button:hover {
  color: var(--primary-color);
}
.primary-navbar .navbar__sub-menu a:hover::before,
.primary-navbar .navbar__sub-menu button:hover::before {
  width: 10px;
}
.primary-navbar .navbar__sub-menu .navbar__dropdown-label-sub::before {
  display: none;
}
.primary-navbar .navbar__sub-menu--lg {
  min-width: 300px;
  max-width: 300px;
}
.primary-navbar .navbar__sub-menu__nested {
  top: 0%;
  left: 100%;
  min-width: 200px;
}
.primary-navbar .navbar__sub-menu__nested::before {
  left: -5px;
  top: 17px;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.1);
}
.primary-navbar .navbar__sub-menu-n {
  display: none;
}
.primary-navbar .navbar__options {
  display: flex;
  align-items: center;
  gap: 30px;
}
.primary-navbar .navbar__options ul {
  display: flex;
  justify-content: flex-start;
}
.primary-navbar .navbar__options ul button {
  margin: 0 0.45rem;
  border-radius: 50px;
  width: 1rem;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .primary-navbar .navbar__options ul button {
    margin: 0 1rem;
  }
}
.primary-navbar .open-mobile-menu {
  font-size: 30px;
  color: var(--white);
}

@keyframes stickyNavbar {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.navbar-active {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: transparent;
  animation: stickyNavbar 0.9s ease-in-out;
}

.secondary--navbar {
  padding: 30px 0px;
}
.secondary--navbar .open-offcanvas-nav {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #414141;
  position: relative;
}
.secondary--navbar .open-offcanvas-nav::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 50%;
  transition: var(--transition);
  font-family: "Font Awesome 5 Pro";
  font-size: 2rem;
  color: var(--primary-color);
}
.secondary--navbar .open-offcanvas-nav:hover {
  border: 1px solid var(--primary-color);
}
.secondary--navbar .open-offcanvas-nav:hover::before {
  background-color: transparent;
  opacity: 0.7;
}

.offcanvas-nav .offcanvas-menu {
  position: fixed;
  inset: 0px;
  overflow: hidden;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: var(--transition);
  z-index: 9999;
  transition-delay: 0.6s;
  transition: all 0.9s ease-in-out;
  background-color: var(--black);
  /*     &::before {
        content: "What are u looking for?";
        position: absolute;
        top: 30%;
        right: 10%;
        font-size: 5vw;
        line-height: 1.2;
        font-weight: 900;
        text-transform: uppercase;
        max-width: 50vw;
        z-index: -1;
        color: white;
        opacity: 0.1;
        text-align: end;
      } */
}
.offcanvas-nav .offcanvas-menu .offcanvas-menu__header {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 0px 20px 0px 20px;
  justify-content: space-between;
}
.offcanvas-nav .offcanvas-menu .close-offcanvas-menu {
  font-size: 36px;
}
.offcanvas-nav .offcanvas-menu .offcanvas-menu__wrapper {
  position: fixed;
  inset: 0px;
  background-color: transparent;
  z-index: 9999;
  padding: 60px 100px 60px 60px;
  height: 100vh;
  overflow-y: auto;
  overflow-x: clip;
  display: flex;
  flex-direction: column;
  transition: 0.3s ease-in-out;
  transition-delay: 0.3s;
  gap: 60px;
  transform: translateY(100%);
  opacity: 1;
  visibility: visible;
}
.offcanvas-nav .offcanvas-menu .offcanvas-menu__wrapper::-webkit-scrollbar {
  width: 0px;
}
.offcanvas-nav .offcanvas-menu .navbar__menu > ul {
  flex-direction: column;
}
.offcanvas-nav .offcanvas-menu .navbar__item {
  width: 100%;
  transition: var(--transition);
}
.offcanvas-nav .offcanvas-menu .navbar__item a,
.offcanvas-nav .offcanvas-menu .navbar__item button {
  color: var(--white);
  padding: 10px 80px 10px 20px;
  line-height: 1;
  font-size: 16px;
  width: 100%;
  text-transform: uppercase;
  font-size: 8rem;
  transition: all ease-in-out 500ms;
}
.offcanvas-nav .offcanvas-menu .navbar__item a:hover,
.offcanvas-nav .offcanvas-menu .navbar__item button:hover {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--white);
  color: transparent;
}
.offcanvas-nav .offcanvas-menu .navbar__item a::after,
.offcanvas-nav .offcanvas-menu .navbar__item button::after {
  transition: none;
}
.offcanvas-nav .offcanvas-menu .nav-fade {
  transform: translateY(30px);
  opacity: 0;
  transition: all 0.7s ease-in-out !important;
}
.offcanvas-nav .offcanvas-menu .navbar__item--has-children .navbar__dropdown-label {
  position: relative;
}
.offcanvas-nav .offcanvas-menu .navbar__item--has-children .navbar__dropdown-label::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
}
.offcanvas-nav .offcanvas-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
  transform: rotate(0deg);
}
.offcanvas-nav .offcanvas-menu .navbar__item-active {
  color: var(--primary-color) !important;
}
.offcanvas-nav .offcanvas-menu .navbar__item-active::after {
  content: "\f068" !important;
  font-family: "Font Awesome 6 Pro" !important;
}
.offcanvas-nav .offcanvas-menu .navbar__sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  width: 100%;
  max-width: 100%;
  padding: 0px;
  display: none;
  transition: none;
  background-color: transparent;
  border-radius: 0px;
  padding-left: 30px;
}
.offcanvas-nav .offcanvas-menu .navbar__sub-menu::before {
  content: none;
}
.offcanvas-nav .offcanvas-menu .navbar__sub-menu a,
.offcanvas-nav .offcanvas-menu .navbar__sub-menu button {
  color: var(--white);
  padding: 16px 20px;
  font-size: 16px;
}
.offcanvas-nav .offcanvas-menu .navbar__sub-menu a::before,
.offcanvas-nav .offcanvas-menu .navbar__sub-menu button::before {
  content: none;
}
.offcanvas-nav .offcanvas-menu .offcanvas-menu__options {
  padding: 0px 20px;
}
.offcanvas-nav .offcanvas-menu .offcanvas-menu__options a,
.offcanvas-nav .offcanvas-menu .offcanvas-menu__options button {
  width: 100%;
}
.offcanvas-nav .offcanvas-menu .offcanvas-menu__social {
  transition: var(--transition);
  padding: 0px 20px;
}
.offcanvas-nav .offcanvas-menu .offcanvas-menu__social a {
  font-size: 20px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offcanvas-nav .offcanvas-menu__list,
.offcanvas-nav .offcanvas-menu__options,
.offcanvas-nav .offcanvas-menu__social {
  /* max-width: 500px; */
}
.offcanvas-nav .show-offcanvas-menu {
  transform: translateX(0px);
  opacity: 1;
  visibility: visible;
}
.offcanvas-nav .show-offcanvas-menu .offcanvas-menu__wrapper {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.offcanvas-nav .show-offcanvas-menu .nav-fade {
  animation: navLinkFade 0.5s ease forwards;
  transition: all 0.7s ease-in-out !important;
}
.offcanvas-nav .nav-fade-active {
  animation: navLinkFade 1s ease reverse !important;
}

.tertiary--navbar {
  background-color: #1f1f1f;
  overflow-x: clip;
}
.tertiary--navbar .navbar__item a {
  text-transform: lowercase !important;
}
.tertiary--navbar .navbar__options {
  gap: 0px;
}
.tertiary--navbar .open-offcanvas-nav {
  padding: 25px 40px;
  flex-direction: column;
  background-color: #2c2c2c;
  text-transform: uppercase;
  font-size: 14px;
}
.tertiary--navbar .open-offcanvas-nav i {
  font-size: 24px;
}
.tertiary--navbar .open-offcanvas-nav:hover {
  background-color: var(--primary-color);
  color: var(--black);
}
.tertiary--navbar .tertiary-cta {
  padding: 21px 0px 21px 120px;
  background-color: var(--primary-color);
  position: relative;
}
.tertiary--navbar .tertiary-cta::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 90%;
  min-width: 50vw;
  background-color: var(--primary-color);
}
.tertiary--navbar .tertiary-cta .btn {
  border: 1px solid var(--white);
}
.tertiary--navbar .tertiary-cta .btn::before {
  background-color: var(--white);
}
.tertiary--navbar .tertiary-cta .btn:hover {
  border: 1px solid var(--white);
}

.quaternary--navbar {
  padding: 30px 0px;
}
.quaternary--navbar .open-offcanvas-nav {
  font-size: 30px;
  color: #d9d9d9;
}
.quaternary--navbar .open-offcanvas-nav:hover {
  color: var(--primary-color);
}
.quaternary--navbar .btn {
  border: 0px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0px;
}
.quaternary--navbar .btn i {
  color: var(--primary-color);
}
.quaternary--navbar .btn::before {
  content: none;
}
.quaternary--navbar .btn:hover {
  border: 0px;
  color: var(--primary-color);
}

.quinary--navbar .navbar__logo {
  display: flex;
  align-items: center;
  gap: 120px;
}
.quinary--navbar .open-offcanvas-nav {
  font-size: 30px;
}
.quinary--navbar .open-offcanvas-nav:hover {
  color: var(--primary-color);
}

/* ==== 
 --------- (4.01) header styles end ---------
 ==== */
/* ==== 
 --------- (4.02) banner styles start ---------
 ==== */
.banner {
  padding: 200px 0px 130px;
  background-color: rgba(0, 0, 0, 0.477);
  position: relative;
  z-index: 1;
}
.banner .banner__content {
  margin-top: -20px;
}
.banner .interval {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 10px;
}
.banner .interval i {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--primary-color);
}
.banner .banner__content-inner {
  max-width: 400px;
  margin-top: 200px;
  text-align: start;
}
.banner .banner__content-inner .cta {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 60px;
  row-gap: 24px;
  flex-wrap: wrap;
}
.banner .banner__content-inner h5 {
  color: var(--primary-color);
}
.banner .banner__content-inner .single p {
  color: var(--secondary-color);
  margin-top: 6px;
  text-transform: capitalize;
}
.banner .banner-one-thumb {
  position: absolute;
  top: 220px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
  max-width: 494px;
  height: auto;
  border-radius: 50%;
}
.banner .star {
  position: absolute;
  top: 220px;
  left: 100px;
  z-index: -1;
}
.banner .banner-social-text {
  display: flex;
  align-items: center;
  gap: 24px;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}
.banner .banner-social-text a {
  text-transform: uppercase;
  color: var(--secondary-color);
  font-weight: 500;
  font-size: 14px;
}
.banner .banner-social-text a:hover {
  color: var(--primary-color);
}
.banner .banner-left-text {
  position: absolute;
  bottom: 200px;
  left: 90px;
}
.banner .banner-right-text {
  position: absolute;
  bottom: 200px;
  right: 90px;
}
.banner .video-frame {
  position: absolute;
  bottom: 120px;
  right: 10%;
  width: 190px;
  min-width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.banner .video-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  animation: rotateInfinite 24s linear infinite;
  animation-play-state: running;
}
.banner .video-frame:hover img {
  animation-play-state: paused;
}

.banner-two {
  padding: 260px 0px 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-two::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
}
.banner-two .banner-two__meta {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.banner-two .banner-two__meta .cta {
  display: flex;
  align-items: center;
  gap: 60px;
  row-gap: 24px;
  flex-wrap: wrap;
}
.banner-two .banner-two__meta h5 {
  color: var(--white);
}
.banner-two .banner-two__meta .single p {
  color: var(--secondary-color);
  margin-top: 6px;
  text-transform: capitalize;
}
.banner-two .thumb {
  width: 100%;
}
.banner-two .thumb video {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .banner-two .thumb video {
    border-radius: 100px;
  }
}
.banner-two .banner-two__content {
  text-align: center;
}
.banner-two .banner-two__content h2 {
  font-weight: 900;
  margin-top: 30px;
}
.banner-two .banner-two__content h2 span {
  color: var(--primary-color);
}
.banner-two .banner-two__content .banner-two__content-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 90px;
}
.banner-two .banner-two__content .arrow-wrapper {
  flex-grow: 1;
}
.banner-two .banner-two__content .arrow {
  position: relative;
  display: block;
}
.banner-two .banner-two__content .arrow::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 2px;
  width: calc(100% - 6px);
  background-color: var(--white);
}
.banner-two .banner-two__content .arrow::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-48%);
  font-size: 24px;
}
.banner-two .banner-two__content .paragraph {
  max-width: 60%;
  text-align: center;
}
@media (max-width: 780px) {
  .banner-two .banner-two__content .paragraph {
    max-width: 100%;
  }
}
.banner-two .dawn {
  position: absolute;
  top: 25%;
  right: 12%;
  z-index: -1;
  max-width: 10vw;
}

.banner-three {
  background-color: var(--black);
  position: relative;
  overflow-x: clip;
}
.banner-three .banner-three__slider-single {
  padding: 290px 0px 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.banner-three .banner-three__slider-single::before {
  content: "";
  position: absolute;
  inset: 0px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
.banner-three .banner-three__content h1 {
  font-weight: 900;
}
.banner-three .banner-three__content .cta {
  display: flex;
  align-items: center;
  gap: 40px;
}
.banner-three .banner-three__content .arrow {
  position: relative;
  display: block;
  width: 220px;
}
.banner-three .banner-three__content .arrow::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 2px;
  width: calc(100% - 6px);
  background-color: var(--white);
}
.banner-three .banner-three__content .arrow::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-48%);
  font-size: 24px;
}
.banner-three .banner-three__content .btn--secondary {
  display: inline-flex;
  gap: 12px;
  text-transform: capitalize;
  border: 1px solid var(--white);
}
.banner-three .banner-three__content .btn--secondary i {
  color: var(--primary-color);
}
.banner-three .banner-three__content .btn--secondary:hover {
  border: 1px solid var(--primary-color);
}
.banner-three .banner-three__content .btn--secondary:hover i {
  color: inherit;
}
.banner-three .social {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  flex-direction: column;
  z-index: 1;
}
.banner-three .social a {
  background-color: transparent;
  border: 1px solid #888888;
  color: #888888;
}
.banner-three .social a:hover {
  border: 1px solid var(--primary-color);
  color: var(--white);
  background-color: var(--primary-color);
}
.banner-three .arrow-img {
  position: absolute;
  z-index: 1;
  left: 10%;
  bottom: 15%;
  max-width: 20vw;
}
.banner-three .dot-img {
  position: absolute;
  z-index: 1;
  right: 5%;
  bottom: 30%;
  max-width: 10vw;
}
.banner-three .banner-three__slider-progress-wrapper {
  position: absolute;
  bottom: 60px;
  left: 0px;
  right: 0px;
  z-index: 1;
}
.banner-three .banner-three__slider-progress {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 870px;
}
.banner-three .banner-three__slider-progress .single-item {
  min-width: 260px;
  opacity: 0.5;
  cursor: pointer;
}
.banner-three .banner-three__slider-progress .single-item p {
  margin: 12px 0px;
}
.banner-three .banner-three__slider-progress .single-item .slider-progress {
  width: 100%;
  height: 4px;
  background: #a5a5a5;
  position: relative;
}
.banner-three .banner-three__slider-progress .single-item .inProgress {
  position: absolute;
  inset: 0px;
  background-color: var(--primary-color);
  height: 100%;
  z-index: 2;
}
.banner-three .single-item-active {
  opacity: 1 !important;
}
.banner-three .single-item-active span {
  color: var(--primary-color);
}
.banner-three .banner-three__meta {
  display: inline-flex;
  align-items: center;
  background-color: #1f1f1f;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}
.banner-three .banner-three__meta::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  height: 50px;
  width: 80px;
  border-top: 10px solid var(--primary-color);
  border-left: 10px solid var(--primary-color);
}
.banner-three .banner-three__meta .cta {
  display: flex;
  align-items: center;
  gap: 60px;
  row-gap: 24px;
  flex-wrap: wrap;
  padding: 24px;
}
.banner-three .banner-three__meta h5 {
  color: var(--white);
}
.banner-three .banner-three__meta .single p {
  color: var(--secondary-color);
  margin-top: 6px;
  text-transform: capitalize;
}
.banner-three .banner-three__video {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.banner-three .banner-three__video::before {
  content: "";
  position: absolute;
  inset: 0px;
  opacity: 0.69;
  background: #000;
}
.banner-three .banner-three__video .video-frame {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: var(--primary-color);
}
.banner-three .banner-three__video .video-frame::before {
  content: "";
  position: absolute;
  inset: 0px;
  border: 2px dashed var(--primary-color);
  border-radius: 50%;
  animation: rotateInfinite 24s linear infinite;
  animation-play-state: running;
}
.banner-three .banner-three__video .video-frame:hover {
  color: var(--white);
}
.banner-three .banner-three__video .video-frame:hover::before {
  animation-play-state: paused;
}

.banner-four {
  background-color: var(--black);
  padding: 260px 0px 130px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-bottom: 1px solid #414141;
}
.banner-four::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: left top 100px;
  background-image: url("../images/banner/line.png");
}
.banner-four .intro {
  padding-left: 180px;
}
.banner-four .intro p {
  max-width: 400px;
  margin-bottom: 30px;
}
.banner-four .arrow {
  position: relative;
  display: block;
  width: 100%;
  max-width: 740px;
}
.banner-four .arrow::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  height: 2px;
  width: calc(100% - 6px);
  background-color: var(--white);
}
.banner-four .arrow::after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-48%);
  font-size: 24px;
}
.banner-four .banner-four__content {
  position: relative;
  z-index: 9;
}
.banner-four .banner-four__title {
  max-width: 1100px;
  margin-top: 70px;
}
.banner-four .banner-four__title h1 {
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  line-height: initial;
}
.banner-four .banner-four__title .frame {
  width: 160px;
  min-width: 160px;
  height: 160px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  font-size: 46px;
  position: relative;
  color: white;
}
.banner-four .banner-four__title .frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  animation: rotateInfinite 24s linear infinite;
  animation-play-state: running;
}
.banner-four .banner-four__title .frame i {
  width: 110px;
  min-width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-four .banner-four__title .frame:hover img {
  animation-play-state: paused;
}
.banner-four .small {
  position: absolute;
  top: 260px;
  left: 9%;
  z-index: 2;
  max-width: 15vw;
}
.banner-four .large {
  position: absolute;
  top: 230px;
  right: -10px;
  z-index: -1;
  max-width: 45vw;
}
@media (min-width: 768px) {
  .banner-four .large {
    max-width: 30vw;
    top: 100px;
    right: 6%;
  }
}

.banner-five .banner-five__wrapper {
  gap: 30px;
  padding: 220px 0px 130px;
  display: flex;
  align-items: center;
  gap: 60px;
}
.banner-five .banner-five__wrapper .slick-track {
  padding: 20px 0px !important;
}
.banner-five .banner-five__single {
  min-width: 450px;
  width: 450px;
}
.banner-five .projects-s__single {
  padding: 30px;
  border: 1px solid #414141;
}
.banner-five .projects-s__single .thumb a {
  width: 100%;
}
.banner-five .projects-s__single .thumb a img {
  width: 100%;
}
.banner-five .projects-s__single .content {
  margin-top: 30px;
}
.banner-five .projects-s__single .content h4 {
  text-transform: capitalize;
}
.banner-five .projects-s__single .content p {
  margin-top: 20px;
  color: #d9d9d9;
}

.cmn-banner {
  padding: 210px 0px 130px;
  background-color: var(--black);
}
.cmn-banner .title {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -12px;
}

.breadcrumb {
  margin: 0px;
  padding: 0px;
  border: 1px dashed #414141;
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 100px;
  margin-top: 20px;
}
.breadcrumb .breadcrumb-item {
  margin-top: 0px;
  color: var(--white);
  padding: 0px 0px 0px 24px;
  position: relative;
  padding-right: 16px;
  text-transform: uppercase;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item a {
  color: var(--theme-color);
  font-weight: 600;
  font-size: 14px;
}
.breadcrumb .breadcrumb-item a:hover {
  color: var(--primary-color);
}
.breadcrumb .breadcrumb-item::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  left: 0px;
  font-size: 14px;
  color: var(--theme-color);
  padding: 0px;
}
.breadcrumb .breadcrumb-item:first-of-type {
  padding-left: 0px;
}
.breadcrumb .breadcrumb-item:first-of-type a:hover {
  color: var(--primary-color);
}
.breadcrumb .breadcrumb-item:first-of-type::before {
  content: none;
}
.breadcrumb .active {
  color: var(--primary-color);
  padding-right: 0px;
  font-weight: 600;
}

/* ==== 
 --------- (4.02) banner styles end ---------
 ==== */
.title-anim {
  position: relative;
  --beforeRotation: 1;
}
.title-anim .inner-flower {
  position: absolute;
  left: 0;
  bottom: -100px;
  width: 280px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  filter: invert(1);
  transform: rotate(var(--beforeRotation));
}

/* work grid */
.frame {
  text-align: center;
  position: relative;
  z-index: 900;
}

.frame__author {
  text-decoration: none;
  color: var(--color-alt);
}

.frame__title {
  font-size: 1rem;
  margin: 0 0 1rem;
  font-weight: normal;
}

.frame__links {
  display: inline;
}

.frame__links a:not(:last-child),
.frame__demos a:not(:last-child) {
  margin-right: 1rem;
}

.frame__demos {
  margin: 1rem 0;
}

.frame__demo--current,
.frame__demo--current:hover {
  text-decoration: none;
  color: var(--color-alt);
}

.demo-2 .content {
  padding: 3rem;
  display: flex;
  position: relative;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

.imag-conteiner {
  width: 50%;
}

.text-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  margin-left: 50px;
  position: relative;
}

.content--auto {
  min-height: 0;
}

.content--feature {
  justify-content: flex-start;
  min-height: 0;
}

.content--fixed {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}

.content__pretitle {
  margin-top: auto;
  font-size: 1.85rem;
  color: var(--color-alt);
}

.content__pretitle::before {
  content: "―";
  margin-right: 0.25rem;
}

.content__title {
  font-size: 80px;
  margin: 100px 0 0px 0;
  max-width: 800px;
  text-align: center;
  font-family: ff-good-web-pro-extra-conden, sans-serif;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 4px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #fff;
  color: #000;
  -webkit-text-fill-color: transparent;
  will-change: transform;
}

.content__text {
  font-size: 2.25rem;
  font-size: clamp(1rem, 4vw, 2.25rem);
}

.content__text--right {
  align-self: flex-end;
}

.content__text--centered {
  margin: auto;
}

.content__breakout {
  white-space: nowrap;
  text-transform: uppercase;
  font-family: matrix-ii, serif;
  font-weight: 700;
  font-style: normal;
  color: white;
}

.content__breakout--big {
  font-size: 13vw;
  font-weight: 200;
}

.content__breakout--medium {
  font-size: 5vw;
}

.tiles {
  --tiles-height: 52vw;
  height: var(--tiles-height);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 670px) {
  .tiles {
    height: 250px;
    margin: 0;
  }
}

.tiles--columns-rotated {
  --tiles-height: 180vmax;
}

.tiles--columns {
  --tiles-height: 140vh;
}

.tiles--oneline {
  --tiles-height: 50vh;
  min-height: 400px;
  margin: 10vh 0;
  overflow: visible !important;
}
@media screen and (max-width: 670px) {
  .tiles--oneline {
    min-height: 200px;
    margin: 30px 0;
  }
}

.tiles--small {
  --tiles-height: 100px;
  margin: 10vh 0 0;
}

.tiles--fixed {
  --tiles-height: 65vw;
  margin-top: 25vh;
}

.tiles--perspective {
  overflow: visible;
  perspective: 1000px;
  --tiles-height: 500px;
}

.tiles__wrap {
  width: 150%;
  --tileswrap-height: var(--tiles-height);
  height: var(--tileswrap-height);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 670px) {
  .tiles__wrap {
    height: 100%;
  }
}

.tiles--rotated .tiles__wrap {
  --tileswrap-height: calc(var(--tiles-height) * 1.8);
  transform: translate3d(-50%, -50%, 0) rotate(22.5deg);
}
@media screen and (max-width: 670px) {
  .tiles--rotated .tiles__wrap {
    transform: translate3d(-50%, -80%, 0) rotate(22.5deg);
  }
}
@media screen and (max-width: 850px) and (min-width: 670px) {
  .tiles--rotated .tiles__wrap {
    transform: translate3d(-50%, -55%, 0) rotate(22.5deg);
  }
}

.tiles--columns-rotated .tiles__wrap {
  width: 150%;
  display: flex;
  transform: translate3d(-50%, -50%, 0) rotate(-22.5deg);
  left: 50%;
  top: 50%;
  align-items: center;
  justify-content: center;
}

.tiles--columns .tiles__wrap {
  width: 100%;
  display: flex;
  --tileswrap-height: calc(var(--tiles-height) * 1.4);
  transform: translate3d(0, -50%, 0);
  left: 0;
  top: 50%;
}

.tiles--perspective .tiles__wrap {
  width: 200%;
  transform: translate3d(-50%, -50%, 0) translateX(-25%) translateZ(-1200px) rotateX(75.5deg) rotateZ(12deg);
}

.tiles--fixed .tiles__wrap {
  width: 100%;
}

.tiles__line {
  display: flex;
}

.tiles--columns .tiles__line {
  width: 25%;
  padding: 0 1rem;
  display: block;
}

.tiles--columns-rotated .tiles__line {
  width: 320px;
  flex: none;
  padding: 0 1.5vw;
  display: block;
}

.tiles--columns-rotated .tiles__line:nth-child(even) {
  margin-top: -160px;
}

.tiles--oneline .tiles__line {
  height: 100%;
}

.tiles--small .tiles__line {
  height: 100%;
}

.tiles__line-img {
  --tile-margin: 1vw;
  flex: none;
  width: calc(16.6666% - var(--tile-margin) * 2);
  height: calc(var(--tileswrap-height) / 3 - 3 * var(--tile-margin) / 2);
  margin: var(--tile-margin);
  background-size: cover;
  background-position: top left;
  transition: all 0.3s ease-out;
  transform-origin: center center;
  border-radius: 15px;
}

.tiles__line-img:hover {
  transform: scale(1.05);
}

.tiles--perspective .tiles__line-img {
  backface-visibility: hidden;
  outline: 1px solid transparent;
  --tile-margin: 1vw;
  width: calc(16.6666% - var(--tile-margin) * 2);
  height: 21.6658vw;
}

.tiles--oneline .tiles__line-img {
  --tile-margin: 1vw;
  margin: 0 var(--tile-margin);
  width: calc(25% - var(--tile-margin) * 2);
  height: 100%;
}

.tiles--small .tiles__line-img {
  --tile-margin: 5px;
  margin: 0 var(--tile-margin);
  width: calc(12.5% - var(--tile-margin) * 2);
  height: 100%;
}

.tiles--rotated .tiles__line-img {
  --tile-margin: 1vw;
  width: calc(16.6666% - var(--tile-margin) * 2);
  height: calc(var(--tileswrap-height) / 5 - 4 * var(--tile-margin) / 2);
}

@media (max-width: 680px) {
  .tiles--rotated .tiles__line-img {
    --tile-margin: 1vw;
    width: calc(23% - var(--tile-margin) * 2);
    height: calc(var(--tileswrap-height) / 5 - -3 * var(--tile-margin) / 2);
  }
}
.tiles--columns-rotated .tiles__line-img {
  --tile-margin: 3vw 0;
  width: 100%;
  height: 400px;
}

.tiles--columns .tiles__line-img {
  --tile-margin: 2rem 0;
  width: 100%;
  height: 32.5vw;
}

.tiles--fixed .tiles__line-img {
  --tile-margin: 10px;
  -webkit-filter: brightness(0.8);
  width: calc(16.6666% - var(--tile-margin) * 2);
  height: calc(var(--tileswrap-height) / 3 - 3 * var(--tile-margin) / 2);
}

.tiles--darker .tiles__line-img {
  opacity: 0.7;
}

.tiles__title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10vw;
  padding: 3rem;
  margin: 0;
  line-height: 0.8;
  font-family: span, serif;
  font-weight: 700;
  font-style: normal;
}

.tiles__title--alt {
  margin-bottom: 5px;
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  align-self: flex-start;
  transition: 1s ease-in-out;
  cursor: pointer;
}
.tiles__title--alt::-moz-selection {
  background: transparent;
}
.tiles__title--alt::selection {
  background: transparent;
}
.tiles__title--alt:hover {
  transform: scale(1.2);
  background: black;
  -webkit-background-clip: text;
  -webkit-text-fill-color: black;
}
@media screen and (max-width: 670px) {
  .tiles__title--alt {
    font-size: 2rem;
  }
}

.tiles__title--intro {
  padding-top: 10vh;
  align-items: flex-start;
  justify-content: flex-start;
}

.tiles__title--right {
  justify-content: center;
}

.tiles__title--left {
  justify-content: center;
}

.tiles__title--full {
  height: 100%;
}

.backtop {
  align-self: center;
  margin: auto 0;
  font-size: 6vw;
  cursor: pointer;
  text-decoration: none;
}

.backtop::after {
  content: "⤴";
  font-size: 3vw;
  vertical-align: top;
  margin-left: 1rem;
}

/*! locomotive-scroll v3.5.4 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
  overflow: hidden;
}

html.has-scroll-dragging {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.has-scroll-smooth body {
  overflow: hidden;
}

.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}

.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100vh;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  opacity: 0;
}

.c-scrollbar:hover {
  transform: scaleX(1.45);
}

.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
  opacity: 1;
}

.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: black;
  opacity: 0.5;
  width: 7px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}

.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}

@media screen and (min-width: 53em) {
  .frame {
    display: grid;
    align-content: space-between;
    width: 100%;
    grid-gap: 5vw;
    grid-template-columns: auto auto auto 1fr;
    grid-template-areas: "title title links demos";
  }
  .frame__title {
    margin: 0;
    grid-area: title;
  }
  .frame__demos {
    margin: 0;
    grid-area: demos;
    justify-self: end;
  }
  .frame__links {
    grid-area: links;
    padding: 0;
    justify-self: end;
  }
  .tiles--columns-rotated .tiles__line {
    width: 33vmax;
  }
  .tiles--columns-rotated .tiles__line:nth-child(even) {
    margin-top: -20vmax;
  }
  .tiles--columns-rotated .tiles__line-img {
    height: 40vmax;
  }
  .content--numbered::after {
    counter-increment: contentSection;
    display: none !important;
    content: counter(contentSection, decimal-leading-zero);
    position: absolute;
    top: 50%;
    right: 3rem;
    border: 1px solid;
    color: var(--color-alt);
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .content__text {
    max-width: 800px;
    width: 50vw;
    min-width: calc(300px - 6rem);
  }
  .content__text--wide {
    max-width: 1000px;
    width: 65vw;
  }
  .tiles--small {
    --tiles-height: 240px;
  }
}
/* grid */
.share-container {
  position: absolute;
  bottom: 35px;
  z-index: 3;
  height: 43px;
  width: 43px;
}
@media screen and (max-width: 670px) {
  .share-container {
    bottom: 10px;
  }
}

.share-container.left {
  left: 30px;
}

.share-container.right {
  right: 30px;
}
@media screen and (max-width: 670px) {
  .share-container.right {
    right: 7px;
  }
}

.share-container.left .open-button img {
  margin-right: 4px;
  margin-top: 1px;
}

.share-bubble {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 14px 9px rgba(0, 0, 0, 0.03);
  transition: box-shadow 0.5s ease;
  cursor: pointer;
}

.share-bubble.open {
  /* transition: box-shadow 0.5s ease; */
  box-shadow: 0px 0px 14px 9px rgba(0, 0, 0, 0.2);
}

.share-bubble a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-bubble a svg {
  width: 70%;
}

.share-bubble img {
  width: 60%;
}

.banner-home-slide {
  background-color: rgba(15, 15, 15, 0.339);
  margin-top: 250px;
}

.banner-proto {
  position: relative;
  padding-top: 160px;
}
@media (max-width: 980px) {
  .banner-proto {
    padding-top: 115px;
  }
}
.banner-proto .banner-content {
  position: relative;
  z-index: 4;
  display: flex;
  justify-content: flex-end;
  /* position: absolute;
  top: 150px;
  width: 100%; */
}
.banner-proto .banner-content h1 {
  text-align: right;
  max-width: 100%;
}
@media (max-width: 1180px) {
  .banner-proto .banner-content h1 {
    max-width: 85%;
  }
}
@media (max-width: 680px) {
  .banner-proto .banner-content h1 {
    max-width: 95%;
  }
}
.banner-proto .banner-content .inner-flower {
  position: absolute;
  bottom: -20px;
  left: -30px;
  width: 20%;
  filter: invert(1);
  z-index: 3;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 980px) {
  .banner-proto .banner-content .inner-flower {
    width: 25%;
    bottom: 0px;
  }
}
@media (max-width: 580px) {
  .banner-proto .banner-content .inner-flower {
    width: 20%;
    bottom: 40px;
    left: -20px;
  }
}
.banner-proto .banner-home-slide {
  margin-top: -200px;
  position: relative;
}
@media (max-width: 980px) {
  .banner-proto .banner-home-slide {
    margin-top: -95px;
  }
}
.banner-proto .banner-home-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.551);
  z-index: 2;
}
.banner-proto .banner-home-slide .archivo-body {
  position: absolute;
  left: 30px;
  bottom: 50px;
  width: 40%;
  z-index: 3;
  font-family: var(--inter);
  max-width: 40%;
  font-size: clamp(1.0625rem, 0.7917rem + 1.1404vw, 1.875rem);
}
@media (max-width: 980px) {
  .banner-proto .banner-home-slide .archivo-body {
    width: 80%;
    left: 15px;
    bottom: 25px;
    max-width: 60%;
  }
}
@media (max-width: 680px) {
  .banner-proto .banner-home-slide .archivo-body {
    width: 90%;
    left: 15px;
    bottom: 25px;
    max-width: 90%;
  }
}

/* cta words banner */
.cta-text-divider {
  width: 100%;
}

.footer-four__content .section__content-cta a {
  border: 1px solid white;
}

/* ==== 
 --------- (4.03) footer styles start ---------
 ==== */
.footer {
  background-color: var(--tertiary-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.footer .gaper {
  row-gap: 60px;
}
.footer .footer__single-meta {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
  margin: 30px 0px 40px;
}
.footer .footer__single-meta a {
  max-width: 220px;
  color: var(--white);
  line-height: 28px;
  font-weight: 500;
  align-items: flex-start;
}
.footer .footer__single-meta a i {
  line-height: inherit;
}
.footer .footer__single-meta a:hover {
  color: var(--primary-color);
}
.footer .footer__single-intro {
  margin-bottom: 30px;
}
.footer .footer__single-intro h5 {
  text-transform: capitalize;
  font-weight: 600;
}
.footer ul li {
  margin-bottom: 12px;
}
.footer ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer ul li a {
  text-transform: capitalize;
}
.footer ul li a:hover {
  padding-left: 6px;
}
.footer .footer__single-form {
  margin-top: 30px;
}
.footer .footer__copyright {
  padding: 65px 0px;
}
.footer .footer__copyright .gaper {
  row-gap: 30px;
}
.footer .footer__copyright-text p {
  color: var(--secondary-color);
}
.footer .footer__copyright-text p a {
  font-weight: 600;
}
.footer .footer__copyright-text p a:hover {
  color: var(--primary-color);
}
.footer .social {
  gap: 8px;
}
.footer .social a {
  background-color: transparent;
  border: 1px solid #888888;
  color: #888888;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.footer .social a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0px;
  height: 0px;
  background-image: linear-gradient(180deg, #f90 0%, #ee332b 100%);
  transition: var(--transition);
  z-index: -1;
}
.footer .social a:hover {
  color: var(--white);
  border: 1px solid var(--primary-color);
}
.footer .social a:hover::before {
  width: 100%;
  height: 100%;
}

.footer-two {
  background-color: var(--black);
}
.footer-two .logo {
  margin-bottom: 30px;
}
.footer-two .footer__single-meta {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}
.footer-two .footer__single-meta a {
  max-width: 220px;
  color: var(--white);
  line-height: 28px;
  font-weight: 500;
  align-items: flex-start;
}
.footer-two .footer__single-meta a i {
  line-height: inherit;
}
.footer-two .footer__single-meta a:hover {
  color: var(--primary-color);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.footer-two .social a {
  width: 160px;
  min-width: 160px;
  height: 70px;
  border: 1px solid #454545;
  border-radius: 100px;
  gap: 12px;
  background-color: transparent;
  overflow: hidden;
}
.footer-two .social a span {
  transition: all 0.3s ease-in-out;
  transform: translateX(-25px);
}
.footer-two .social a i {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-image: linear-gradient(180deg, #f90 0%, #ee332b 100%);
  color: white;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-20px);
  transition: all 0.3s ease-in-out;
}
.footer-two .social a:hover span {
  transform: translateX(0px);
}
.footer-two .social a:hover i {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  display: flex;
  animation: fadeIn 0.3s;
}
.footer-two .footer__copyright {
  padding: 40px 0px;
  border-top: 1px solid #454545;
  margin-top: 65px;
}
.footer-two .footer__copyright ul {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.footer-two .footer__copyright ul a {
  text-transform: capitalize;
  color: var(--white);
}
.footer-two .footer__copyright ul a:hover {
  color: var(--primary-color);
}

.footer-three {
  background-color: var(--tertiary-color);
  position: relative;
  z-index: 1;
}
.footer-three .gaper {
  row-gap: 60px;
}
.footer-three .footer-thumb {
  position: relative;
  margin-bottom: 30px;
}
.footer-three .footer-thumb img {
  width: 100%;
  min-height: 200px;
}
.footer-three .footer-thumb .footer-thumb__content {
  position: absolute;
  top: 40px;
  left: 0px;
  padding: 10px 20px 10px 40px;
  background-color: #414141;
  border-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.footer-three .footer-thumb .footer-thumb__content h5 {
  text-transform: capitalize;
}
.footer-three .footer-three__group {
  padding-left: 30px;
}
.footer-three .footer-three__group .intro {
  margin-bottom: 24px;
}
.footer-three .footer-three__group h5 {
  font-weight: 600;
  text-transform: capitalize;
  margin-top: -8px;
}
.footer-three .footer-three__group ul {
  display: flex;
  align-items: center;
  gap: 30px;
  row-gap: 24px;
  flex-wrap: wrap;
}
.footer-three .footer-three__group a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--white);
  font-weight: 400;
  line-height: 1.4;
}
.footer-three .footer-three__group a i {
  color: var(--secondary-color);
  transition: var(--transition);
}
.footer-three .footer-three__group a:hover {
  color: var(--primary-color);
}
.footer-three .footer-three__group a:hover i {
  color: var(--primary-color);
}
.footer-three .footer-three__group .cta {
  margin-top: 30px;
}
.footer-three .footer-three__group .cta a {
  color: var(--primary-color);
}
.footer-three .footer-three__group .cta a i {
  color: var(--primary-color);
}
.footer-three .footer-three__copyright {
  padding: 40px 0px;
  border-top: 1px solid #454545;
  margin-top: 65px;
}
.footer-three .footer-three__copyright .gaper {
  row-gap: 30px !important;
}
.footer-three .footer-three__copyright .footer__copyright-text p {
  color: var(--secondary-color);
}
.footer-three .footer-three__copyright .footer__copyright-text p a {
  font-weight: 600;
}
.footer-three .footer-three__copyright .footer__copyright-text p a:hover {
  color: var(--primary-color);
}

.footer-four {
  position: relative;
  /*  &::before {
     content: "";
     position: absolute;
     top: 0px;
     left: 0px;
     right: 0px;
     width: 100%;
     max-width: 1410px;
     height: 1px;
     background-color: #414141;
     margin-left: auto;
     margin-right: auto;
   } */
}
.footer-four .cta-t a {
  width: 100%;
  padding: 25px 20px;
  justify-content: center;
  display: flex;
  gap: 40px;
  text-transform: uppercase;
  background-color: var(--white);
  color: var(--black);
  border-radius: 200px;
  white-space: NOWRAP;
  font-size: 3REM;
  transition: all ease 400ms;
  cursor: pointer;
}
.footer-four .cta-t a:hover {
  color: var(--theme-color);
  background-color: var(--black);
  transform: scale(1.2);
  cursor: pointer;
}
.footer-four .cta-t p {
  color: var(--secondary-color);
  margin-top: 30px;
  text-align: center;
}
.footer-four .copy-t {
  padding-bottom: 30px;
}
.footer-four .copy-t ul {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-four .copy-t a {
  color: var(--white);
}
.footer-four .copy-t a:hover {
  color: var(--primary-color);
}
.footer-four .footer-three__copyright {
  padding: 40px 0px;
  border-top: 1px solid #454545;
}
.footer-four .footer-three__copyright .gaper {
  row-gap: 30px !important;
}
.footer-four .footer-three__copyright .footer__copyright-text p {
  color: var(--secondary-color);
}
.footer-four .footer-three__copyright .footer__copyright-text p a {
  font-weight: 600;
}
.footer-four .footer-three__copyright .footer__copyright-text p a:hover {
  color: var(--primary-color);
}

.footer-cmn {
  background-color: #101010;
}

/* ==== 
 --------- (4.03) footer styles end ---------
 ==== */
*,
*::after,
*::before {
  box-sizing: border-box;
}

:root {
  --color-text: #fff;
  --color-bg: #131417;
  --color-link: #aaa;
  --color-link-hover: #fff;
  --color-label: #adadad;
  --color-text-alt: #575757;
  --color-caption: #fff;
}

/* Page Loader */
.js .loading::before,
.js .loading::after {
  content: "";
  position: fixed;
  z-index: 1000;
}

.js .loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.js .loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
  cursor: pointer;
}

a:hover {
  color: var(--color-link-hover);
  outline: none;
}

/* Better focus styles from https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible */
a:focus {
  /* Provide a fallback style for browsers
   that don't support :focus-visible */
  outline: none;
  background: lightgrey;
}

a:focus:not(:focus-visible) {
  /* Remove the focus indicator on mouse-focus for browsers
   that do support :focus-visible */
  background: transparent;
}

a:focus-visible {
  /* Draw a very noticeable focus style for
   keyboard-focus on browsers that do support
   :focus-visible */
  outline: 2px solid red;
  background: transparent;
}

main {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.unbutton {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  font: inherit;
  cursor: pointer;
}

.unbutton:focus {
  outline: none;
}

.frame {
  position: relative;
  width: 100%;
  padding: 1rem;
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: "title" "prev" "sponsor" "demos";
  grid-gap: 0.5rem;
  justify-items: start;
  align-self: start;
  justify-self: start;
  pointer-events: none;
  align-items: center;
  font-size: 0.85rem;
  opacity: 0.7;
}

body #cdawrap {
  justify-self: start;
}

.frame a {
  pointer-events: auto;
}

.frame a:not(.frame__title-back) {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.frame a:not(.frame__title-back)::before {
  content: "";
  height: 1px;
  width: 100%;
  background: currentColor;
  position: absolute;
  top: 90%;
  transition: transform 0.3s;
  transform-origin: 0% 50%;
}

.frame a:not(.frame__title-back):hover::before {
  transform: scaleX(0);
  transform-origin: 100% 50%;
}

.frame__title {
  grid-area: title;
  display: flex;
}

.frame__title-main {
  font-size: inherit;
  margin: 0;
  font-weight: inherit;
}

.frame__title-back {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.frame__title-back span {
  display: none;
}

.frame__title-back svg {
  fill: currentColor;
}

.frame__prev {
  grid-area: prev;
}

.project {
  padding: 1rem;
  max-width: 1000px;
  margin: 20vh auto;
  display: grid;
  grid-column-gap: 7vw;
  grid-row-gap: 0.5rem;
}

.project--intro {
  grid-template-columns: 1fr;
  grid-template-areas: "label-name" "name" "label-date" "date" "title" "label-mission" "mission";
}

.project--details {
  grid-template-areas: "label-default" "paragraph";
  grid-template-columns: 1fr;
}

.project--left {
  justify-content: start;
}

.project--right {
  justify-content: end;
}

.project--details p {
  grid-area: paragraph;
  max-width: 400px;
}

.project__label--default {
  grid-area: label-default;
}

.project p {
  line-height: 1.4;
  margin: 0;
  color: var(--color-text-alt);
}

.project__label {
  color: var(--color-label);
}

.project__label--name {
  grid-area: label-name;
}

.project__label--date {
  grid-area: label-date;
}

.project__label--mission {
  grid-area: label-mission;
}

.project__name {
  grid-area: name;
}

.project__date {
  grid-area: date;
}

.project__mission {
  grid-area: mission;
  line-height: 1.4;
}

.project__mission p:first-child {
  grid-area: p1;
}

.project__mission p:child {
  grid-area: p2;
}

.project__mission p {
  color: var(--color-text-alt);
}

.project__title {
  grid-area: title;
  font-size: clamp(2rem, 13vw, 8rem);
  font-weight: 400;
  margin: 10vh 0;
  line-height: 1;
}

.project__heading {
  color: var(--color-label);
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}

.gallery-wrap {
  position: relative;
  width: 100%;
  height: -moz-fit-content !important;
  height: fit-content !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40vh auto;
  overflow: hidden;
}
@media (min-width: 1080px) {
  .gallery-wrap {
    height: 100vh;
  }
}

.gallery-wrap--auto {
  height: auto;
}

.gallery-wrap--large {
  height: 110vh;
}

.gallery-wrap--dense {
  margin: 0;
}

.gallery {
  position: relative;
  width: 100%;
  height: 100%;
  flex: none;
}

.gallery--breakout {
  width: -moz-min-content;
  width: min-content;
}

.gallery__item {
  background-position: 50% 50%;
  background-size: cover;
  flex: none;
  border-radius: 6px;
  position: relative;
  filter: brightness(1);
}

.gallery__item-cut {
  overflow: hidden;
  display: grid;
  place-items: center;
}

.gallery__item-inner {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.caption {
  font-size: clamp(1rem, 3vw, 1.75rem);
  z-index: 101;
  color: var(--color-caption);
  font-weight: 400;
}

.gallery--row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  --size-factor: 1.25;
  --item-height: 20vh;
}

.gallery--row .gallery__item {
  width: auto;
  aspect-ratio: 2/3;
}

.gallery--row .gallery__item--s {
  height: var(--item-height);
}

.gallery--row .gallery__item--m {
  height: calc(var(--size-factor) * var(--item-height));
}

.gallery--row .gallery__item--l {
  height: calc(var(--size-factor) * 2 * var(--item-height));
}

.gallery--row .gallery__item--xl {
  z-index: 100;
  height: calc(var(--size-factor) * 3 * var(--item-height));
}

.gallery--switch.gallery--row .gallery__item--m,
.gallery--switch.gallery--row .gallery__item--l {
  height: var(--item-height);
}

.gallery--row .caption {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -50vh;
  left: 0;
  padding: 4.5vw;
  max-width: 730px;
  opacity: 0;
}

.gallery--switch.gallery--row .caption {
  bottom: 0;
  opacity: 1;
}

.gallery--one {
  display: grid;
  place-items: center;
}

.gallery--one .gallery__item {
  width: 400%;
  height: 400%;
  filter: brightness(1) hue-rotate(90deg);
}

.gallery--switch.gallery--one .gallery__item {
  width: 100%;
  height: 100%;
  filter: brightness(0.7) hue-rotate(0deg);
}

.gallery--one .caption {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  margin: 100vh 0 0 -50vw;
  font-size: clamp(2rem, 5vw, 3rem);
  display: grid;
  place-items: center;
}

.gallery--switch.gallery--one .caption {
  margin-top: -50vh;
}

.gallery--grid {
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(3, auto);
  row-gap: 2.5vw;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
}

.gallery--grid .gallery__item {
  height: 33vh;
  width: 33vw;
}

.gallery--switch.gallery--grid {
  gap: 0;
}

.gallery--switch.gallery--grid .gallery__item {
  height: 110vh;
  width: 110vw;
  filter: brightness(0.65);
}

.gallery--grid .caption {
  position: absolute;
  width: 100vw;
  height: 100vh;
  padding: 0;
  top: 50%;
  left: 50%;
  margin-top: 50vh;
  margin-left: -50vw;
  display: grid;
  place-items: center;
  max-width: none;
  opacity: 0;
}

.gallery--switch.gallery--grid .caption {
  margin-top: -40vh;
  opacity: 1;
}

.gallery--grid .caption p {
  padding: 50vh 30vw 10vh 10vw;
}

.gallery--switch.gallery--grid .caption p {
  margin-top: 0;
}

.gallery--stack {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-items: center;
  justify-content: start;
  gap: 2rem;
  padding: 2rem;
  --offset: 1rem;
}

.gallery--stack .gallery__item {
  border-radius: 1.5vw;
  width: 25vw;
  height: 35vw;
  z-index: 1;
}
@media (max-width: 1020px) {
  .gallery--stack .gallery__item {
    opacity: 0.6;
  }
}

.gallery--stack-glass .gallery__item {
  filter: opacity(1);
}

.gallery--switch.gallery--stack .gallery__item {
  grid-area: 1/1/2/2;
}

.gallery--stack .caption {
  position: absolute;
  bottom: 0% !important;
  left: 100%;
  width: 100vw;
  padding: 5vw;
  color: var(--color-text-alt);
  opacity: 0;
  z-index: 0;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
}
.gallery--stack .caption h4 {
  line-height: 60px;
  max-width: 50%;
}
@media (min-width: 1080px) {
  .gallery--stack .caption h4 {
    line-height: 120px;
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .gallery--stack .caption {
    left: 0;
    opacity: 1;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery--stack .caption h4 {
    max-width: 100%;
    text-align: center;
  }
}

.gallery--stack .caption p {
  margin: 0;
}

.gallery--switch.gallery--stack .caption {
  left: 0;
  opacity: 1;
}

.gallery--stack-inverse .gallery__item:nth-child(5) {
  z-index: 2;
}

.gallery--stack-inverse .gallery__item:nth-child(4) {
  z-index: 3;
}

.gallery--stack-inverse .gallery__item:nth-child(3) {
  z-index: 4;
}

.gallery--stack-inverse .gallery__item:nth-child(2) {
  z-index: 5;
}

.gallery--stack-inverse .gallery__item:nth-child(1) {
  z-index: 6;
}

.gallery--switch.gallery--stack .gallery__item:nth-child(2) {
  margin-left: var(--offset);
}

.gallery--switch.gallery--stack .gallery__item:nth-child(3) {
  margin-left: calc(var(--offset) * 2);
}

.gallery--switch.gallery--stack .gallery__item:nth-child(4) {
  margin-left: calc(var(--offset) * 3);
}

.gallery--switch.gallery--stack .gallery__item:nth-child(5) {
  margin-left: calc(var(--offset) * 4);
}

.gallery--switch.gallery--stack .gallery__item:nth-child(6) {
  margin-left: calc(var(--offset) * 5);
}

.gallery--switch.gallery--stack-dark .gallery__item:nth-child(2) {
  filter: brightness(0.8);
}

.gallery--switch.gallery--stack-dark .gallery__item:nth-child(3) {
  filter: brightness(0.7);
}

.gallery--switch.gallery--stack-dark .gallery__item:nth-child(4) {
  filter: brightness(0.6);
}

.gallery--switch.gallery--stack-dark .gallery__item:nth-child(5) {
  filter: brightness(0.5);
}

.gallery--switch.gallery--stack-dark .gallery__item:nth-child(6) {
  filter: brightness(0.4);
}

.gallery--switch.gallery--stack-glass .gallery__item {
  opacity: 0.7;
}

.gallery--switch.gallery--stack-scale .gallery__item:nth-child(2) {
  transform: scale(0.98);
}

.gallery--switch.gallery--stack-scale .gallery__item:nth-child(3) {
  transform: scale(0.96);
}

.gallery--switch.gallery--stack-scale .gallery__item:nth-child(4) {
  transform: scale(0.94);
}

.gallery--switch.gallery--stack-scale .gallery__item:nth-child(5) {
  transform: scale(0.92);
}

.gallery--switch.gallery--stack-scale .gallery__item:nth-child(6) {
  transform: scale(0.9);
}

.gallery--gridtiny {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  width: 300%;
  padding: 0 2vh;
  height: -moz-min-content;
  height: min-content;
  gap: 1vh;
}

.gallery--switch.gallery--gridtiny {
  width: 100%;
  gap: 2vh;
}

.gallery--gridtiny .gallery__item {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  filter: contrast(0.8) saturate(0) brightness(0.6) opacity(1);
}

.gallery--switch.gallery--gridtiny .gallery__item {
  filter: contrast(1) saturate(1) brightness(0.8) opacity(0.8);
}

.gallery--gridtiny .caption {
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 50%;
  top: 50%;
  margin: -50vh 0 0 -50vw;
  display: grid;
  place-items: center;
  font-size: clamp(2rem, 8vw, 4rem);
  opacity: 0;
}

.gallery--switch.gallery--gridtiny .caption {
  opacity: 1;
}

.gallery--switch .gallery__item--center {
  height: 100vh;
  width: 100vw;
  aspect-ratio: auto;
  filter: brightness(0.5);
}

.gallery--bento {
  display: grid;
  gap: 1vh;
  grid-template-columns: repeat(3, 32.5vw);
  grid-template-rows: repeat(4, 23vh);
  justify-content: center;
  align-content: center;
}

.gallery--switch.gallery--bento {
  grid-template-columns: repeat(3, 100vw);
  grid-template-rows: repeat(4, 49.5vh);
  gap: 15vh;
}

.gallery--bento .gallery__item:nth-child(1) {
  grid-area: 1/1/3/2;
}

.gallery--bento .gallery__item:nth-child(2) {
  grid-area: 1/2/2/3;
}

.gallery--bento .gallery__item:nth-child(3) {
  grid-area: 2/2/4/3;
}

.gallery--bento .gallery__item:nth-child(4) {
  grid-area: 1/3/3/3;
}

.gallery--bento .gallery__item:nth-child(5) {
  grid-area: 3/1/3/2;
}

.gallery--bento .gallery__item:nth-child(6) {
  grid-area: 3/3/5/4;
}

.gallery--bento .gallery__item:nth-child(7) {
  grid-area: 4/1/5/2;
}

.gallery--bento .gallery__item:nth-child(8) {
  grid-area: 4/2/5/3;
}

.gallery--bento .caption {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  margin: 100vh 0 0 -50vw;
  font-size: clamp(2rem, 10vw, 5rem);
  display: grid;
  place-items: center;
}

.gallery--switch.gallery--bento .caption {
  margin-top: -50vh;
}

.gallery--grid10 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2vw;
}

.gallery--switch.gallery--grid10 {
  grid-template-columns: 1fr 300px 1fr;
  grid-template-rows: 1fr 60vh 1fr;
  grid-gap: 0;
}

.gallery--switch.gallery--grid10 .gallery__item {
  grid-area: 2/2/3/3;
}

.gallery--grid10 .caption {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  margin: 100vh 0 0 -50vw;
  display: grid;
  place-items: center;
  font-size: clamp(2rem, 8vw, 6rem);
}

.gallery--switch.gallery--grid10 .caption {
  opacity: 1;
  margin-top: -50vh;
}

@media screen and (min-width: 53em) {
  .frame {
    grid-template-columns: auto auto auto 1fr;
    grid-template-areas: "title prev ... sponsor";
    align-content: space-between;
    justify-items: start;
    grid-gap: 2rem;
  }
  .frame__demos {
    justify-self: end;
  }
  .project--intro {
    grid-template-columns: auto 1fr;
    grid-template-areas: "label-name name" "label-date date" "title title" "label-mission mission";
  }
  .project--details {
    grid-template-areas: "label-default paragraph";
    grid-template-columns: auto auto;
  }
  .project__label {
    text-align: right;
  }
  .project__mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "p1 ..." "... p2";
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .gallery--grid10 {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
  .gallery--grid10:not(.gallery--switch) .pos-1 {
    grid-area: 1/1;
  }
  .gallery--grid10:not(.gallery--switch) .pos-2 {
    grid-area: 1/2;
  }
  .gallery--grid10:not(.gallery--switch) .pos-3 {
    grid-area: 1/4;
  }
  .gallery--grid10:not(.gallery--switch) .pos-4 {
    grid-area: 1/5;
  }
  .gallery--grid10:not(.gallery--switch) .pos-5 {
    grid-area: 3/6;
  }
  .gallery--grid10:not(.gallery--switch) .pos-6 {
    grid-area: 1/7;
  }
  .gallery--grid10:not(.gallery--switch) .pos-7 {
    grid-area: 1/9;
  }
  .gallery--grid10:not(.gallery--switch) .pos-8 {
    grid-area: 3/10;
  }
  .gallery--grid10:not(.gallery--switch) .pos-9 {
    grid-area: 2/8;
  }
  .gallery--grid10:not(.gallery--switch) .pos-10 {
    grid-area: 4/9;
  }
  .gallery--grid10:not(.gallery--switch) .pos-11 {
    grid-area: 3/8;
  }
  .gallery--grid10:not(.gallery--switch) .pos-12 {
    grid-area: 2/2;
  }
  .gallery--grid10:not(.gallery--switch) .pos-13 {
    grid-area: 3/1;
  }
  .gallery--grid10:not(.gallery--switch) .pos-14 {
    grid-area: 3/4;
  }
  .gallery--grid10:not(.gallery--switch) .pos-15 {
    grid-area: 4/3;
  }
  .gallery--grid10:not(.gallery--switch) .pos-16 {
    grid-area: 4/7;
  }
  .gallery--stack .caption {
    bottom: 0;
    width: 100vw;
    max-width: unset;
  }
  .gallery--stack .caption h4 {
    line-height: 120%;
    text-align: right;
  }
}
@media screen and (min-width: 53em) and (min-width: 1080px) {
  .gallery--stack .caption {
    width: 60vw;
    bottom: 23%;
    max-width: 800px;
  }
}
@media screen and (min-width: 53em) {
  .gallery--switch.gallery--stack .caption {
    left: 40vw;
  }
  body #cdawrap {
    justify-self: end;
  }
}
.flex, .flex__col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex__col {
  flex-direction: column;
}

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

section.flex {
  width: 100%;
  height: 100vh;
  align-items: flex-start;
}

.items {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.items__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150vw;
  height: 150vw;
  gap: 2vw;
  transform: translate(-50%, -50%) rotate(45deg);
  will-change: transform;
}
@media (max-width: 1080px) {
  .items__inner {
    transform: translate(-50%, -50%) rotate(45deg) scale(1.5);
  }
  .items__inner .items__col .item {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .items__inner .items__col .item .content-portf {
    opacity: 1 !important;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    transform: unset;
  }
  .items__inner .items__col .item .content-portf h2 {
    font-size: 17px;
    line-height: 15px;
  }
}

.items__col {
  position: relative;
  gap: 2vw;
  will-change: transform;
}

.item {
  position: relative;
  width: 25vw;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  will-change: width;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
  will-change: transform;
}

.content-portf {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120%;
  height: 100%;
  padding: 20%;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100%;
  transform: translate(-50%, -50%) scale(0);
  will-change: border-radius transform;
}
.content-portf h2, .content-portf p {
  white-space: normal;
}
@media (min-width: 780px) {
  .content-portf h2, .content-portf p {
    white-space: nowrap;
  }
}
@media (max-width: 780px) {
  .content-portf h3 {
    display: none;
  }
}

.dummy-section {
  height: 55vh;
  background: black;
}
@media (max-width: 1080px) {
  .dummy-section {
    display: none;
  }
}

/* dialogs */
/**
 * 1. Make the dialog container, and its child overlay spread across
 *    the entire window.
 */
.dialog-container,
.dialog-overlay {
  position: fixed; /* 1 */
  top: 0; /* 1 */
  right: 0; /* 1 */
  bottom: 0; /* 1 */
  left: 0; /* 1 */
}

/**
  * 1. Make sure the dialog container and all its descendants sits on
  *    top of the rest of the page.
  * 2. Make the dialog container a flex container to easily center the
  *    dialog.
  */
.dialog-container {
  z-index: 2; /* 1 */
  display: flex; /* 2 */
}

/**
  * 1. Make sure the dialog container and all its descendants are not
  *    visible and not focusable when it is hidden.
  */
.dialog-container[aria-hidden=true] {
  display: none; /* 1 */
}

/**
  * 1. Make the overlay look like an overlay.
  */
.dialog-overlay {
  background-color: rgba(43, 46, 56, 0.9); /* 1 */
  animation: fade-in 200ms both;
}

/**
  * 1. Vertically and horizontally center the dialog in the page.
  * 2. Make sure the dialog sits on top of the overlay.
  * 3. Make sure the dialog has an opaque background.
  */
.dialog-content {
  margin: auto;
  z-index: 2;
  position: relative;
  background-color: black;
  animation: fade-in 400ms 200ms both, slide-up 400ms 200ms both;
  padding: 1em;
  max-width: 90%;
  width: 90vw;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2rem;
  border-radius: 50px;
  border: 1px solid var(--color-accent);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 680px) {
  .dialog-content {
    width: 70vw;
  }
}
.dialog-content h4 {
  line-height: 70px;
  margin-bottom: 2rem;
  max-width: 70%;
}
@media (min-width: 680px) {
  .dialog-content h4 {
    line-height: 110px;
  }
}

@media screen and (min-width: 700px) {
  .dialog-content {
    padding: 2em;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
}
@keyframes slide-up {
  from {
    transform: translateY(10%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .dialog-overlay,
  .dialog-content {
    animation: none;
  }
}
.dialog-content h1 {
  margin: 0;
  font-size: 1.25em;
}

.dialog-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  border: 0;
  padding: 0.25em;
  background-color: transparent;
  font-size: 1.5em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  cursor: pointer;
  transition: 0.15s;
  border-radius: 50%;
}

.dialog-close:hover {
  background-color: rgba(50, 50, 0, 0.15);
}

@media screen and (min-width: 700px) {
  .dialog-close {
    top: 1em;
    right: 1em;
  }
}
.banner-two.portfolio-hero {
  padding: 150px 0px 0;
}
@media (min-width: 780px) {
  .banner-two.portfolio-hero {
    padding: 150px 0px 130px;
  }
}
.banner-two.portfolio-hero .banner-two-inner .banner-two__meta .thumb {
  width: 100%;
}
@media (min-width: 780px) {
  .banner-two.portfolio-hero .banner-two-inner .banner-two__meta .thumb {
    width: 50%;
  }
}
.banner-two.portfolio-hero .banner-two-inner .banner-two__meta .thumb video {
  border-radius: 0;
}
.banner-two.portfolio-hero .banner-two__content {
  text-align: left;
}
.banner-two.portfolio-hero .banner-two__content .title-anim {
  line-height: 50px;
  margin-top: 2rem;
}
@media (min-width: 780px) {
  .banner-two.portfolio-hero .banner-two__content .title-anim {
    line-height: 100px;
  }
}
.banner-two.portfolio-hero .banner-two__content .paragraph {
  text-align: left;
}

.some-cool-projects {
  white-space: nowrap;
  line-height: 60px;
}
@media (min-width: 780px) {
  .some-cool-projects {
    line-height: 90px;
  }
}

.project-sl__single .thumb a img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 60px;
  transition: all ease-in-out 400ms;
}
.project-sl__single .thumb a img:hover {
  border-radius: 30px;
  filter: blur(2px);
}

.project-sl .thumb a {
  width: 100%;
  height: auto !important;
  display: block;
}

/* ==== 
 --------- (5.0) all sections styles start ---------
 ==== */
.agency {
  z-index: 1;
  position: relative;
}
.agency .agency__thumb {
  position: relative;
  overflow: hidden;
  text-align: end;
  z-index: 1;
}
.agency .agency__thumb::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 10%;
  width: 40px;
  height: 40px;
  background-image: url("../images/shapes/Icon-11-white.png");
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}
.agency .agency__thumb::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  background-image: url("../images/shapes/Icon-11-white.png");
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}
.agency .agency__thumb img {
  max-width: 100%;
  height: auto;
}
.agency .agency__thumb .thumb-one {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 80%;
}
.agency .agency__thumb .thumb-two {
  margin-top: 100px;
  z-index: 2;
  position: relative;
  max-width: 40%;
  border-radius: 60px;
}
@media (min-width: 990px) {
  .agency .agency__thumb .thumb-two {
    max-width: 80%;
  }
}
.agency .agency__content {
  padding-left: 70px;
}
.agency .star {
  position: absolute;
  top: 50%;
  left: 40px;
  z-index: -1;
}
.agency .skill-wrap {
  margin-top: 40px;
}
.agency .skill-bar-single {
  margin-bottom: 30px;
}
.agency .skill-bar-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.agency .skill-bar-wrapper {
  margin-top: 15px;
}
.agency .skill-bar {
  height: 8px;
  border-radius: 100px;
  background-color: #363636;
  position: relative;
}
.agency .skill-bar-percent {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: #cecece;
  border-radius: inherit;
}
.agency .percent-value {
  position: absolute;
  bottom: calc(100% + 15px);
  right: 0px;
}
.agency .dot-large {
  position: absolute;
  bottom: 40px;
  right: 4%;
  max-width: 25vw;
  z-index: -1;
}

.agency-two .agency__thumb::before, .agency-two .agency__thumb::after {
  content: none;
}
.agency-two .clutch {
  width: 220px;
  border-radius: 100px;
}
.agency-two .clutch img {
  border-radius: 100px;
}
.agency-two .cta {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 60px;
  row-gap: 24px;
  flex-wrap: wrap;
}
.agency-two h5 {
  color: var(--white);
}
.agency-two .single p {
  color: var(--secondary-color);
  margin-top: 6px;
  text-transform: capitalize;
}

.portfolio {
  overflow-x: clip;
}
.portfolio .portfolio__text-slider {
  margin-bottom: 80px;
}
.portfolio .portfolio__text-slider-single h2 {
  margin-top: -20px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0px;
}
.portfolio .portfolio__text-slider-single h2 i {
  color: var(--primary-color);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--primary-color);
}
.portfolio .portfolio__text-slider-single:nth-of-type(even) h2 i {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--primary-color);
}
.portfolio .portfolio__text-slider-single:nth-of-type(even) h2 a:hover {
  -webkit-text-stroke-color: var(--primary-color);
}
.portfolio .portfolio__single {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfolio .portfolio__single::before {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 0px;
  height: 0px;
  transition: var(--transition);
  background-color: var(--primary-color);
}
.portfolio .portfolio__single::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 0px;
  width: 0px;
  transition: var(--transition);
  background-color: var(--primary-color);
}
.portfolio .portfolio__single a {
  width: 100%;
}
.portfolio .portfolio__single img {
  width: 100%;
  min-height: 300px;
}
.portfolio .portfolio__single .portfolio__single-content {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 40px;
  background-color: var(--white);
  text-align: end;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-end;
  justify-content: flex-end;
  transform: translateY(-160%) scale(1.4);
  transition: var(--transition);
  max-width: 90%;
  border-radius: 0 50px 50px 0;
}
.portfolio .portfolio__single .portfolio__single-content a {
  width: auto;
}
.portfolio .portfolio__single .portfolio__single-content a i {
  font-size: 56px;
  color: var(--primary-color);
}
.portfolio .portfolio__single .portfolio__single-content h4 a {
  color: var(--black);
  font-weight: 600;
}
.portfolio .portfolio__single .portfolio__single-content h4 a:hover {
  color: var(--primary-color);
}
.portfolio .portfolio__single:hover::before {
  width: 1px;
  height: calc(100% - 40px);
}
.portfolio .portfolio__single:hover::after {
  height: 1px;
  width: calc(100% - 40px);
}
.portfolio .portfolio__single:hover .portfolio__single-content {
  transform: translateY(0px) scale(1);
  border-radius: 0 50px 0 0;
  background-color: black;
}
.portfolio .portfolio__single:hover .portfolio__single-content a {
  color: var(--theme-color);
}
.portfolio .portfolio__single:hover .portfolio__single-content a i {
  font-size: 56px;
  color: var(--theme-color);
}
.portfolio .portfolio__single-active::before {
  width: 1px;
  height: calc(100% - 40px);
}
.portfolio .portfolio__single-active::after {
  height: 1px;
  width: calc(100% - 40px);
}
.portfolio .portfolio__single-active .portfolio__single-content {
  transform: translateY(0px) scale(1);
}
.portfolio .portfolio__single-alt-wrapper {
  background-color: black;
  padding: 20px;
  border: 1px solid var(--primary-color);
  height: 100%;
}
.portfolio .portfolio__single-alt {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  z-index: 1;
  min-height: 300px;
}
.portfolio .portfolio__single-alt h4 {
  text-transform: uppercase;
}
.portfolio .portfolio__single-alt .arr {
  position: absolute;
  bottom: 60px;
  left: 60px;
  font-size: 120px;
  font-weight: 900;
  color: var(--primary-color);
}
.portfolio .portfolio__single-alt img {
  max-width: 25%;
}
.portfolio .portfolio__single-alt .dot-one {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: -1;
}
.portfolio .portfolio__single-alt .dot-two {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: -1;
}

.portfolio-two .portfolio__text-slider {
  margin-bottom: 80px;
}
.portfolio-two .portfolio__text-slider-single h2 {
  margin-top: -20px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0px;
}
.portfolio-two .portfolio__text-slider-single h2 i {
  color: var(--primary-color);
}
.portfolio-two .portfolio__text-slider-single:nth-of-type(even) h2 {
  font-family: sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--white);
}
.portfolio-two .portfolio__text-slider-single:nth-of-type(even) h2 i {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--primary-color);
}
.portfolio-two .portfolio-two__filter-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  row-gap: 24px;
  justify-content: space-between;
}
.portfolio-two .portfolio-two__filter-btn button {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-transform: uppercase;
}
.portfolio-two .portfolio-two__filter-btn button span {
  color: #474747;
  transition: var(--transition);
}
.portfolio-two .portfolio-two__filter-btn button:hover {
  color: var(--primary-color);
}
.portfolio-two .portfolio-two__filter-btn button:hover span {
  color: var(--white);
}
.portfolio-two .portfolio-two__filter-btn .active {
  color: var(--primary-color);
}
.portfolio-two .portfolio-two__filter-btn .active span {
  color: var(--white);
}

.filter-item-space {
  margin-bottom: 30px;
}

.masonry-grid {
  margin-bottom: -30px;
}

.portfolio-three {
  position: relative;
  z-index: 1;
}
.portfolio-three .slick-track {
  display: flex;
}
.portfolio-three .portfolio__single {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  flex: 1;
}
.portfolio-three .portfolio__single::before, .portfolio-three .portfolio__single::after {
  content: none;
}
.portfolio-three .portfolio__single a {
  width: 100%;
  height: 100%;
}
.portfolio-three .portfolio__single img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: 50px;
}
.portfolio-three .portfolio__single .portfolio__single-content {
  position: absolute;
  bottom: 0px;
  top: unset;
  right: unset;
  left: 0px;
  padding: 40px;
  background-color: var(--white);
  text-align: end;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: flex-end;
  justify-content: flex-end;
  transform: translateY(160%) scale(1.4);
  transition: var(--transition);
  max-width: 90%;
}
.portfolio-three .portfolio__single .portfolio__single-content a {
  width: auto;
}
.portfolio-three .portfolio__single .portfolio__single-content a i {
  font-size: 56px;
  color: black;
}
.portfolio-three .portfolio__single .portfolio__single-content h4 a {
  color: var(--black);
  font-weight: 600;
}
.portfolio-three .portfolio__single:hover .portfolio__single-content {
  transform: translateY(160%) scale(1.4);
}
.portfolio-three .slick-center .portfolio__single-content {
  transform: translateY(0px) scale(1);
}
.portfolio-three .slick-center:hover .portfolio__single-content {
  transform: translateY(0px) scale(1);
}
.portfolio-three .slide-group {
  position: absolute;
  padding: 0px 20px;
  top: 70%;
  left: 0%;
  right: 0%;
  transform: translateY(-70%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  z-index: 2;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.offer {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.offer .star {
  position: absolute;
  bottom: 20%;
  z-index: -1;
  left: 40%;
  transform: translate(-40%, -20%);
}
.offer .offer__cta .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  line-height: 1;
  border: 1px solid #414141;
  color: #404040;
  border-radius: 30px;
  margin-bottom: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: var(--transition);
}
.offer .offer__cta .sub-title i {
  transform: rotate(-45deg);
  color: var(--primary-color);
  opacity: 0.5;
  transition: var(--transition);
}
.offer .offer__cta h2 a {
  justify-content: space-between;
  text-transform: capitalize;
  width: 100%;
  font-weight: 500;
  color: #404040;
  gap: 16px;
}
.offer .offer__cta h2 a i {
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #404040;
  transition: var(--transition);
}
.offer .offer__cta .offer__cta-single {
  position: relative;
  margin-bottom: 65px;
}
.offer .offer__cta .offer__cta-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.offer .offer__cta .offer-thumb-hover {
  width: 150px;
  transform-origin: center center;
  filter: invert(1);
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  inset-inline-start: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.offer .offer__cta .offer__cta-single:hover .sub-title {
  color: var(--primary-color);
}
.offer .offer__cta .offer__cta-single:hover .sub-title i {
  opacity: 1;
}
.offer .offer__cta .offer__cta-single:hover h2 a {
  color: var(--primary-color);
}
.offer .offer__cta .offer__cta-single:hover h2 a i {
  -webkit-text-fill-color: unset;
  -webkit-text-stroke: 0px;
  color: var(--primary-color);
}
.offer .offer__cta .offer__cta-single:hover .offer-thumb-hover {
  opacity: 1;
}

.offer-two .offer-two__slider,
.offer-two .offer-two__slider-rtl {
  margin: -60px 0px;
}
.offer-two .offer-two__slider .offer__cta,
.offer-two .offer-two__slider-rtl .offer__cta {
  direction: ltr;
}
.offer-two .offer__cta {
  padding: 60px 0px;
}
.offer-two .offer__cta .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  line-height: 1;
  border: 1px solid #414141;
  color: #404040;
  border-radius: 30px;
  margin-bottom: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: var(--transition);
}
.offer-two .offer__cta .sub-title i {
  transform: rotate(-45deg);
  color: var(--primary-color);
  opacity: 0.5;
  transition: var(--transition);
}
.offer-two .offer__cta h2 a {
  justify-content: space-between;
  text-transform: capitalize;
  width: 100%;
  font-weight: 500;
  color: #404040;
  gap: 16px;
}
.offer-two .offer__cta h2 a i {
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #404040;
  transition: var(--transition);
}
.offer-two .offer__cta .offer__cta-single {
  position: relative;
}
.offer-two .offer__cta .offer-thumb-hover {
  width: 140px;
  height: 140px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  inset-inline-start: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -120px 0 0 -120px;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.offer-two .offer__cta .offer__cta-single:hover .sub-title {
  color: var(--primary-color);
}
.offer-two .offer__cta .offer__cta-single:hover .sub-title i {
  opacity: 1;
}
.offer-two .offer__cta .offer__cta-single:hover h2 a {
  color: var(--primary-color);
}
.offer-two .offer__cta .offer__cta-single:hover h2 a i {
  -webkit-text-fill-color: unset;
  -webkit-text-stroke: 0px;
  color: var(--primary-color);
}
.offer-two .offer__cta .offer__cta-single:hover .offer-thumb-hover {
  opacity: 1;
}

.testimonial .testimonial__text-slider {
  margin-bottom: 80px;
}
.testimonial .testimonial__text-slider-single h2 {
  margin-top: -20px;
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0px;
  font-family: sans-serif;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--white);
}
.testimonial .testimonial__text-slider-single h2 i {
  -webkit-text-fill-color: var(--primary-color);
  -webkit-text-stroke: 0px var(--primary-color);
  color: var(--primary-color);
}
.testimonial .testimonial__text-slider-single h2 a:hover {
  -webkit-text-stroke-color: var(--primary-color);
}
.testimonial .testimonial-s__slider .thumb {
  position: relative;
}
.testimonial .testimonial-s__slider .thumb svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
}
.testimonial .testimonial-s__slider .testimonial-s__content .quote i {
  font-size: 56px;
  color: var(--primary-color);
}
.testimonial .testimonial-s__slider .testimonial-s__content .content {
  margin: 30px 0px;
}
.testimonial .testimonial-s__slider .testimonial-s__content h4 {
  font-weight: 400;
  text-transform: capitalize;
}
.testimonial .testimonial-s__slider .testimonial-s__content .content-cta p {
  color: var(--primary-color);
  margin-top: 6px;
}
.testimonial .slide-group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  flex-direction: column;
}
.testimonial .slide-group button {
  position: relative;
  z-index: 9;
}
.testimonial .slide-group button:nth-of-type(1) {
  transform: rotate(90deg);
}
.testimonial .slide-group button:nth-of-type(2) {
  transform: rotate(90deg);
}
.testimonial .other-section {
  position: absolute;
  left: 0px;
  bottom: 130px;
  width: 330px;
  opacity: 0.25;
  transform: translateX(-40%);
}

.testimonial-two {
  background: url("../images/testimonial/line.png"), var(--tertiary-color);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.testimonial-two .testimonial-two__thumb img {
  border-radius: 500px;
}
.testimonial-two .quote {
  margin: 30px 0px;
}
.testimonial-two .quote i {
  font-size: 60px;
  color: var(--primary-color);
}
.testimonial-two blockquote {
  color: #c1c1c1;
}
.testimonial-two .author-meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
.testimonial-two .author-meta img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.testimonial-two .author-meta h5 {
  margin-bottom: 6px;
}
.testimonial-two .star {
  position: absolute;
  top: 80px;
  right: 120px;
  z-index: -1;
}

.testimonial-three {
  background-color: var(--tertiary-color);
}

.blog {
  background-color: var(--tertiary-color);
}
.blog .blog__single-thumb a {
  width: 100%;
}
.blog .blog__single-thumb a img {
  width: 100%;
  min-height: 360px;
}
.blog .blog__single-content {
  margin-top: 40px;
}
.blog .blog__single-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog .blog__single-meta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  line-height: 1;
  border: 1px solid #414141;
  color: var(--primary-color);
  border-radius: 30px;
  text-transform: uppercase;
}
.blog .blog__single-meta a i {
  transform: rotate(-45deg);
}
.blog .blog__single-meta p {
  color: var(--secondary-color);
}

.blog-two {
  background-color: var(--black);
}
.blog-two .blog-two__slider-single {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-two .blog-two__slider-single::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transform: translateY(100%);
  transition: var(--transition);
}
.blog-two .blog-two__slider-single .blog__single-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 40px;
  width: 100%;
  transform: translateY(200%);
  transition: var(--transition);
  margin: 0px;
}
.blog-two .blog-two__slider-single:hover::before {
  transform: translateY(0px);
}
.blog-two .blog-two__slider-single:hover .blog__single-content {
  transform: translateY(0px);
}
.blog-two .slick-center::before {
  transform: translateY(0px);
}
.blog-two .slick-center .blog__single-content {
  transform: translateY(0px);
}

.blog-three .blog-three__wrapper {
  padding-top: 65px;
  border-top: 1px solid #414141;
}
.blog-three .blog-three__single {
  padding: 30px 0px;
  border-bottom: 1px solid #414141;
}
.blog-three .blog-three__single:nth-of-type(1) {
  padding-top: 0px;
}
.blog-three .blog-three__single:nth-last-of-type(1) {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.blog-three .blog-three__single:hover h4 a {
  color: var(--primary-color);
  text-decoration: underline;
}
.blog-three .blog__single-content h4 {
  max-width: 650px;
}
.blog-three .blog__single-content h4 a {
  text-transform: capitalize;
}
.blog-three .blog__single-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-three .blog__single-meta a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  line-height: 1;
  border: 1px solid #414141;
  color: var(--primary-color);
  border-radius: 30px;
  text-transform: uppercase;
}
.blog-three .blog__single-meta a i {
  transform: rotate(-45deg);
}
.blog-three .blog__single-meta p {
  color: var(--secondary-color);
}
.blog-three .blog-single-img a {
  width: 100%;
}
.blog-three .blog-single-img img {
  width: 100%;
}

.sponsor .sponsor__slider-item {
  text-align: center;
}
.sponsor .sponsor__slider-item img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.25;
  transition: var(--transition);
}
.sponsor .slick-center img {
  opacity: 1;
}

.sponsor-three {
  background-color: var(--tertiary-color);
}

.next-page .next__text-slider-single h2 {
  /* margin-top: -14px;
  margin-bottom: -14px; */
}
.next-page .next__text-slider-single h2 a {
  font-weight: 900;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: var(--inter);
}
.next-page .next__text-slider-single h2 a i {
  color: var(--primary-color);
}
.next-page .next__text-slider-single:nth-of-type(even) h2 a {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--white);
  color: transparent;
  font-family: var(--baurems);
}
.next-page .next__text-slider-single:nth-of-type(even) h2 a i {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--primary-color);
}
.next-page .next__text-slider-single:nth-of-type(even) h2 a:hover {
  -webkit-text-stroke-color: var(--primary-color);
}

.liner {
  position: relative;
}
.liner::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60%;
  border-top: 1px solid #414141;
}

.award {
  background-color: var(--tertiary-color);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.award .award-thumb img {
  border-radius: 0px 1000px 1000px 0px;
}
.award .award__content .title span {
  color: var(--primary-color);
}
.award .award__content-meta {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.award .award__content-meta::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  height: 1px;
  width: 100%;
  background-color: var(--primary-color);
}
.award .single {
  position: relative;
}
.award .single::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0px;
  border: 15px solid transparent;
  border-top-color: var(--primary-color);
}
.award .single h4 {
  color: white;
  font-weight: 700;
}
.award .single h4:nth-of-type(1) {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 50px;
}
.award .single p {
  margin-top: 10px;
  color: var(--secondary-color);
}
.award .star,
.award .star-two,
.award .dot,
.award .dot-two {
  position: absolute;
  z-index: -1;
}
.award .star {
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 10vw;
}
.award .star-two {
  bottom: 60px;
  left: 20%;
  max-width: 2vw;
}
.award .dot {
  top: 40%;
  left: 6%;
  max-width: 10vw;
}
.award .dot-two {
  bottom: 60px;
  left: 50%;
  transform: translateX(-45%);
  max-width: 10vw;
}

.video-modal {
  position: relative;
}
.video-modal .modal-bg {
  width: calc(100% - 4rem);
  min-height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  margin: 0 2rem;
  border-radius: 60px;
}
@media (min-width: 768px) {
  .video-modal .modal-bg {
    margin: 0 2rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.video-modal .video-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 190px;
  min-width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.video-modal .video-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  animation: rotateInfinite 24s linear infinite;
  animation-play-state: running;
}
.video-modal .video-frame i {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.video-modal .video-frame:hover img {
  /*         animation-play-state: paused;
   */
}

.cta-s .cta__wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 20px;
  background-color: #101010;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.cta-s .footer__single-form {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.cta-s .footer__single-form .input-email {
  border-radius: 100px;
  border: 1px solid #c1c1c1;
}
.cta-s .footer__single-form .input-email input {
  padding: 24px 30px;
  width: calc(100% - 100px);
}
.cta-s .footer__single-form .input-email button {
  width: 100px;
  min-width: 100px;
}
.cta-s .star,
.cta-s .star-two {
  position: absolute;
  z-index: -1;
  opacity: 0.25;
}
.cta-s .star {
  left: 40px;
  top: 20%;
  max-width: 10vw;
}
.cta-s .star-two {
  right: 60px;
  bottom: 10%;
  max-width: 10vw;
}

.cta-two .cta-two-wrapper {
  max-width: 1350px;
  padding: 80px 65px;
  background-position: center center;
  background-size: cover;
  background-color: transparent;
  border-radius: 20px;
}
.cta-two span {
  padding: 10px;
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 20px;
  border-top-left-radius: 0px;
  display: inline-block;
}
.cta-two h2,
.cta-two h5 {
  text-transform: capitalize;
}
.cta-two h2 {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
}
.cta-two .btn {
  background-color: transparent;
  border: 1px solid var(--primary-color) !important;
}

.service-f {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.service-f .service-f-single {
  padding: 40px 0px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  border-top: 1px solid #414141;
  padding-right: 90px;
  position: relative;
}
.service-f .service-f-single:nth-last-of-type(1) {
  border-bottom: 1px solid #414141;
}
.service-f .service-f-single .toggle-service-f {
  position: relative;
}
.service-f .service-f-single .toggle-service-f::before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  font-size: 18px;
}
.service-f .service-f-single-active .toggle-service-f::before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  color: var(--primary-color);
  font-size: 18px;
}
.service-f .service-f-single-active .single-item .sub-title {
  opacity: 1;
}
.service-f .single-item .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  line-height: 1;
  border: 1px solid #414141;
  color: var(--white);
  border-radius: 30px;
  margin-bottom: 32px;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: var(--transition);
  opacity: 0.5;
}
.service-f .single-item .sub-title i {
  transform: rotate(-45deg);
  color: var(--primary-color);
  transition: var(--transition);
}
.service-f .single-item h4 {
  margin-bottom: 24px;
}
.service-f .single-item p {
  max-width: 450px;
}
.service-f .single-item ul {
  min-width: 220px;
}
.service-f .single-item li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.service-f .single-item li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.service-f .single-item li i {
  font-size: 14px;
  color: var(--primary-color);
}
.service-f button {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1d1d1d;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
.service-f .p-single {
  display: none;
}
.service-f .dot-img {
  position: absolute;
  top: 50%;
  left: 6%;
  max-width: 15vw;
  z-index: -1;
}

.work-steps {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.work-steps .work-steps__single {
  padding-top: 230px;
  position: relative;
}
.work-steps .work-steps__single h5 {
  position: relative;
  z-index: 2;
  padding: 16px 30px;
  border: 1px dashed #414141;
  background-color: var(--black);
  border-radius: 100px;
  overflow: hidden;
  text-transform: capitalize;
  transition: var(--transition);
}
.work-steps .work-steps__single h5::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 0%;
  border-radius: 100px;
  background: linear-gradient(90deg, #ff7425 0%, rgba(255, 116, 37, 0) 60.08%);
  z-index: -1;
  transition: var(--transition);
}
.work-steps .work-steps__single span {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1f1f1f;
  text-align: center;
  color: #8d8d8d;
  line-height: 1.4;
  transition: var(--transition);
}
.work-steps .work-steps__single span::after {
  content: "";
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  height: 0px;
  width: 1px;
  background-color: #414141;
  transition: var(--transition);
}
.work-steps .work-steps__single .work-thumb-hover {
  width: 600px;
  height: 220px;
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 60px 0 0 -150px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.work-steps .work-steps__single:hover span {
  background-color: var(--primary-color);
  color: var(--white);
}
.work-steps .work-steps__single:hover span::after {
  height: 108px;
}
.work-steps .work-steps__single:hover h5 {
  border: 1px solid transparent;
}
.work-steps .work-steps__single:hover h5::before {
  width: 100%;
}
.work-steps .work-steps__single:hover .work-thumb-hover {
  opacity: 1;
}
.work-steps .work-steps__single-active span {
  background-color: var(--primary-color);
  color: var(--white);
}
.work-steps .work-steps__single-active span::after {
  height: 108px;
}
.work-steps .work-steps__single-active h5 {
  border: 1px solid transparent;
}
.work-steps .work-steps__single-active h5::before {
  width: 100%;
}
.work-steps .work-steps__single-active .work-thumb-hover {
  opacity: 1;
}
.work-steps .work-two {
  margin-top: 100px;
}
.work-steps .work-three {
  margin-top: 200px;
}
.work-steps .work-four {
  margin-top: 300px;
}
.work-steps .video-frame {
  position: absolute;
  top: 33%;
  right: 12%;
  width: 190px;
  min-width: 190px;
  height: 190px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--primary-color);
}
.work-steps .video-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0px;
  animation: rotateInfinite 24s linear infinite;
  animation-play-state: running;
}
.work-steps .video-frame:hover img {
  /*         animation-play-state: paused;
   */
}

.work-alt {
  background-color: var(--tertiary-color);
}

.four-info .primary-text {
  margin-bottom: 24px;
  font-weight: 600;
}

.projects-s .projects-s__single {
  padding: 30px;
  border: 1px solid #414141;
}
.projects-s .projects-s__single .thumb a {
  width: 100%;
}
.projects-s .projects-s__single .thumb a img {
  width: 100%;
}
.projects-s .projects-s__single .content {
  margin-top: 30px;
}
.projects-s .projects-s__single .content h4 {
  text-transform: capitalize;
}
.projects-s .projects-s__single .content p {
  margin-top: 20px;
  color: #d9d9d9;
}
.projects-s .gaper {
  margin-bottom: 65px;
}
.projects-s .gaper:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.project__text-slider {
  margin-bottom: 80px;
  padding: 40px 0px;
  border-top: 1px solid #414141;
  border-bottom: 1px solid #414141;
}

.project__text-slider-single h2 {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0px;
}
.project__text-slider-single h2 i {
  color: var(--primary-color);
  font-size: 30px;
}

@keyframes fde {
  0% {
    transform: translateY(40px);
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  100% {
    transform: translateY(0px);
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fdee {
  0% {
    transform: translateX(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.team-slider-s {
  overflow-x: clip;
}
.team-slider-s .team-s__slider-single {
  overflow: hidden;
}
.team-slider-s .team-s__slider-single .content {
  transform: translateY(100%);
  transition: var(--transition);
  display: none;
  opacity: 0;
  visibility: hidden;
}
.team-slider-s .team-s__slider-single .thumb {
  position: relative;
  overflow: hidden;
}
.team-slider-s .team-s__slider-single .thumb a {
  width: 100%;
}
@keyframes rer {
  0% {
    transform: translateY(-200%);
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }
}
.team-slider-s .team-s__slider-single .thumb .thumb__content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: left bottom;
  height: 130px;
  width: 240px;
  overflow-y: clip;
  transition: all 0.4s ease-in-out;
  display: none;
}
.team-slider-s .team-s__slider-single .thumb .thumb__content p {
  color: var(--primary-color);
  margin-top: 8px;
}
.team-slider-s .team-s__slider-single .thumb .thumb__content .info {
  transform: translateY(-200%);
  display: none;
  transition: var(--transition);
  margin-bottom: 20px;
}
.team-slider-s .team-s__slider-single .thumb .thumb__content .info p {
  color: var(--white);
}
.team-slider-s .team-s__slider-single .thumb .thumb__content .social-alt {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 100%;
  bottom: 0px;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, #f90 0%, #cc2500 100%);
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
  transform: translateY(100%);
}
.team-slider-s .team-s__slider-single .thumb .thumb__content .social-alt a {
  width: auto;
}
.team-slider-s .team-s__slider-single .thumb .thumb__content .social-alt a:hover {
  color: var(--white);
}
.team-slider-s .team-s__slider-single .thumb:hover .thumb__content {
  height: 220px;
}
.team-slider-s .team-s__slider-single .thumb:hover .thumb__content .info {
  transform: translateY(0px);
  display: block;
  animation: rer 0.4s ease-in-out;
}
.team-slider-s .team-s__slider-single .thumb:hover .thumb__content .social-alt {
  transform: translateY(0px);
}
.team-slider-s .slick-track {
  display: flex !important;
  align-items: center !important;
  justify-content: start !important;
}
.team-slider-s .slick-center-active .content {
  transform: translateY(0px);
  display: block;
  opacity: 1;
  visibility: visible;
  animation: fde 0.6s ease-in-out;
  max-width: 340px;
}
.team-slider-s .slick-center-active .team-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 24px;
  padding: 25px 20px;
  background-color: #131313;
}
.team-slider-s .slick-center-active .team-wrap .thumb {
  max-width: 290px;
  min-width: 290px;
}
.team-slider-s .slick-center-active .team-wrap .thumb img {
  width: 100%;
  min-height: 500px;
}
.team-slider-s .slick-center-active .team-wrap .intro p {
  color: var(--primary-color);
  margin-top: 6px;
}
.team-slider-s .slick-center-active .team-wrap hr {
  background-color: #414141;
  height: 1px;
  margin: 24px 0px;
  opacity: 1;
}
.team-slider-s .slick-center-active .team-wrap .inner p,
.team-slider-s .slick-center-active .team-wrap .inner span {
  font-size: 14px;
}
.team-slider-s .slick-center-active .team-wrap .skill-wrap {
  margin: 24px 0px;
}
.team-slider-s .slick-center-active .team-wrap .skill-bar-single {
  margin-bottom: 10px;
}
.team-slider-s .slick-center-active .team-wrap .skill-bar-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.team-slider-s .slick-center-active .team-wrap .skill-bar-wrapper {
  margin-top: 10px;
}
.team-slider-s .slick-center-active .team-wrap .skill-bar-wrapper span {
  color: #757575;
}
.team-slider-s .slick-center-active .team-wrap .skill-bar {
  height: 5px;
  border-radius: 100px;
  background-color: #ffffff;
  position: relative;
}
.team-slider-s .slick-center-active .team-wrap .skill-bar-percent {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: var(--primary-color);
  border-radius: inherit;
}
.team-slider-s .slick-center-active .team-wrap .percent-value {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0px;
}
.team-slider-s .slick-center-active .team-wrap .social {
  margin-top: 30px;
  justify-content: flex-start;
  gap: 14px;
}
.team-slider-s .slick-center-active .team-wrap .social a {
  border: 1px solid #888888;
  color: #888888;
  background-color: transparent;
}
.team-slider-s .slick-center-active .team-wrap .social a:hover {
  color: var(--white);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.team-slider-s .team-r .slide-group {
  position: absolute;
  top: 50%;
  left: 0%;
  right: 0%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  max-width: 86%;
  padding: 0px 15px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.team-slider-s .team-r .slide-group button {
  background-color: var(--white);
  color: var(--primary-color);
}
.team-slider-s .team-r .slide-group button:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.team-slider-s .team-r:hover .slide-group {
  display: flex;
}

.mission-s .mission-s__single {
  height: 100%;
  background-color: #131313;
}
.mission-s .mission-s__single--alt {
  padding: 80px 60px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  transition: var(--transition);
  border: 10px solid transparent;
}
.mission-s .mission-s__single--alt:hover {
  border: 10px solid var(--primary-color);
}
.mission-s .mission-s__single--alt h3 {
  text-transform: capitalize;
}
.mission-s .mission-s__single--alt p {
  text-transform: capitalize;
}

.achievements .achievements__slider-single {
  text-align: center;
}

.service-t {
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
.service-t .service-t-single-wrapper {
  position: relative;
  z-index: 1;
  padding: 3px 3px 0px 3px;
}
.service-t .service-t-single-wrapper::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 0%;
  background-color: var(--theme-color);
  z-index: -1;
  transition: var(--transition);
}
.service-t .service-t-single-wrapper:hover::before {
  height: 100%;
}
.service-t .service-t-single-wrapper:hover .cta a i {
  -webkit-text-stroke: 1px var(--primary-color);
}
.service-t .service-t-single-wrapper:hover .cta a span {
  transform: translateY(0px);
  color: var(--primary-color);
}
.service-t .service-t__slider-single {
  padding: 40px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  position: relative;
  transition: all ease-in-out 400ms;
}
.service-t .service-t__slider-single .sub-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  line-height: 1;
  border: 1px solid #414141;
  border-radius: 30px;
  margin-bottom: 32px;
  text-transform: uppercase;
  color: var(--white);
}
.service-t .service-t__slider-single .sub-title i {
  transform: rotate(-45deg);
  color: var(--primary-color);
}
.service-t .service-t__slider-single h4 a {
  font-size: 30px;
  font-weight: 700;
}
.service-t .service-t__slider-single ul {
  margin: 30px 0px 40px;
}
.service-t .service-t__slider-single ul li {
  list-style-type: disc;
  margin-bottom: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.service-t .service-t__slider-single ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.service-t .service-t__slider-single .cta a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
  overflow: hidden;
}
.service-t .service-t__slider-single .cta a i {
  font-size: 36px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--white);
  transition: var(--transition);
}
.service-t .service-t__slider-single .cta a span {
  color: var(--white);
  font-size: inherit;
  line-height: inherit;
  transition: inherit;
  transform: translateY(200%);
}
.service-t .service-t__slider-single:hover {
  filter: invert(1);
}
.service-t .slide-group {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: -1;
}
.service-t .slide-group button {
  z-index: 2;
}

.ux-process {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ux-process .intro-btn h4 {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0px;
}
.ux-process .intro-btn h4::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent !important;
  border: 1px solid var(--theme-color);
}
.ux-process .service-f-single {
  padding: 24px 0px;
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  border-top: 1px solid #414141;
  padding-right: 160px;
  position: relative;
}
.ux-process .service-f-single:nth-last-of-type(1) {
  border-bottom: 1px solid #414141;
}
.ux-process .service-f-single:nth-of-type(2) .intro-btn h4::before {
  background-color: #d7f890;
}
.ux-process .service-f-single:nth-of-type(3) .intro-btn h4::before {
  background-color: #757575;
}
.ux-process .service-f-single:nth-of-type(4) .intro-btn h4::before {
  background-color: #84d6d7;
}
.ux-process .service-f-single:nth-of-type(5) .intro-btn h4::before {
  background-color: #348cff;
}
.ux-process .service-f-single:nth-of-type(6) .intro-btn h4::before {
  background-color: #fed56a;
}
.ux-process .service-f-single .toggle-service-f {
  position: relative;
}
.ux-process .service-f-single .toggle-service-f::before {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  color: var(--white);
  font-size: 18px;
}
.ux-process .service-f-single-active .toggle-service-f::before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  color: var(--primary-color);
  font-size: 18px;
}
.ux-process .body-cn {
  max-width: 640px;
}
.ux-process .body-cn p {
  max-width: 100% !important;
}
.ux-process button {
  background-color: transparent;
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 100%;
  height: 100%;
}
.ux-process .p-single {
  display: none;
}

.poster img,
.poster-small img {
  width: 100%;
  min-height: 260px;
}

.details-group h3 {
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: capitalize;
}
.details-group p {
  margin-bottom: 24px;
}
.details-group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.project-sl {
  display: flex;
  align-items: center;
  position: relative;
  overflow-x: clip;
  margin: 0px -15px;
}
.project-sl .project-sl__single {
  padding: 0px 15px;
  max-width: 360px;
  min-width: 360px;
  width: 100%;
  border-right: 1px solid #414141;
}
.project-sl .project-sl__single:hover a {
  color: var(--primary-color);
}
.project-sl .thumb {
  margin-bottom: 100px;
}
.project-sl .thumb a {
  width: 100%;
  height: 430px;
  display: block;
}
.project-sl .thumb a img {
  width: 100%;
  height: 100%;
}
.project-sl .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.project-sl .content h2 {
  height: 400px;
  padding-bottom: 1rem;
}
.project-sl .content h2 a {
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
  text-transform: capitalize;
}

.project-d .project-d-group h3 {
  margin-bottom: 40px;
}
.project-d .project-d-group p {
  margin-bottom: 30px;
}
.project-d .project-d-group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.project-d .project-d-group ul {
  margin-top: 20px;
}
.project-d .project-d-group ul li {
  margin-bottom: 12px;
  list-style-type: disc;
}
.project-d .project-d-group ul li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.project-d .poster__slider-wrapper {
  position: relative;
  overflow: hidden;
  margin: 60px 0px;
}
.project-d .poster__slider-wrapper img {
  width: 100%;
  min-height: 300px;
}
.project-d .poster__slider-wrapper .slide-group {
  padding: 0px 30px;
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.project-d .poster__slider-wrapper .slide-group button {
  z-index: 2;
}
.project-d .project-d-o__single {
  padding: 30px;
  border: 1px solid #414141;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.project-d .project-d-o__single h5 {
  position: relative;
  padding-left: 20px;
}
.project-d .project-d-o__single h5::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--primary-color);
}
.project-d .project-d-o__single p {
  color: #757575;
  margin-top: 12px;
}
.project-d .project-d-o__single .thumb {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  border-radius: 5px;
}
.project-d .quote-pj {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 160px 40px 0px;
  border: 1px solid #414141;
  border-left: 0px;
  border-right: 0px;
  margin-top: 40px;
}
.project-d .quote-pj .quote {
  margin-bottom: 30px;
}
.project-d .quote-pj .quote i {
  color: var(--primary-color);
  font-size: 56px;
}
.project-d .quote-pj .cont {
  max-width: 800px;
}
.project-d .quote-pj h4 {
  color: var(--secondary-color);
}
.project-d .project-d__slider img {
  width: 100%;
  min-height: 280px;
}

.blog-main {
  position: relative;
}
.blog-main .blog-main__sidebar,
.blog-main .blog-main__content {
  position: sticky;
  top: 140px;
}

.blog-main .blog-main__single {
  margin-bottom: 65px;
}
.blog-main .blog-main__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-main .blog-main__single .thumb {
  padding: 30px;
  border: 1px solid #414141;
  border-radius: 10px;
}
.blog-main .blog-main__single .thumb .thumb-link {
  position: relative;
}
.blog-main .blog-main__single .thumb .thumb-link a {
  width: 100%;
}
.blog-main .blog-main__single .thumb .thumb-link a img {
  width: 100%;
  min-height: 240px;
}
.blog-main .blog-main__single .thumb .thumb-link .video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-main .blog-main__single .thumb .thumb-link .video-wrap a {
  width: 104px;
  min-width: 104px;
  height: 104px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--white);
  color: black;
  font-size: 30px;
}
.blog-main .blog-main__single .video-wrap a {
  position: relative;
  z-index: 1;
}
.blog-main .blog-main__single .video-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.8;
  z-index: -1;
  animation: wave 3s linear infinite;
}
.blog-main .blog-main__single .video-wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.4;
  z-index: -2;
  animation: wave 6s linear infinite;
  animation-delay: 1s;
}
.blog-main .blog-main__single .meta {
  display: flex;
  align-items: center;
  gap: 24px;
  row-gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.blog-main .blog-main__single .meta__left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.blog-main .blog-main__single .meta__left span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.blog-main .blog-main__single .meta__left strong {
  color: var(--theme-color);
}
.blog-main .blog-main__single .meta__left p {
  font-size: 14px;
  color: #646464;
}
.blog-main .blog-main__single .meta__right {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
}
.blog-main .blog-main__single .meta__right a {
  width: auto;
  line-height: 20px;
  padding: 6px 10px;
  border-radius: 30px;
  font-weight: 400;
  color: #646464;
  background-color: #eeeeee;
}
.blog-main .blog-main__single .meta__right a:hover {
  background-color: #dff0fa;
}
.blog-main .blog-main__single .content {
  padding: 30px 30px 0px;
}
.blog-main .blog-main__single .content .h4 {
  margin-bottom: 20px;
}
.blog-main .blog-main__single .content a {
  letter-spacing: 0px;
}
.blog-main .blog-main__single .content a:hover {
  color: var(--primary-color);
}
.blog-main .blog-main__single .content .cta {
  margin-top: 30px;
}
.blog-main .blog-main__single .content .cta a {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #f5f5f5;
  font-size: 18px;
  color: var(--black);
}
.blog-main .blog-main__single .content .cta a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.blog-main .blog-main__sidebar {
  background-color: #101010;
  padding: 30px;
}
.blog-main .widget {
  margin-bottom: 40px;
}
.blog-main .widget:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-main .widget .widget__head {
  margin-bottom: 30px;
}
.blog-main .widget .widget__head .h5 {
  font-weight: 500;
}
.blog-main .widget .form-group-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #414141;
  background-color: var(--black);
  padding-right: 20px;
}
.blog-main .widget .form-group-input input {
  width: 100%;
  padding: 12px 20px 12px 20px;
  background-color: var(--black);
  color: #fff;
}
.blog-main .widget .form-group-input button {
  font-size: 20px;
  color: #646464;
}
.blog-main .widget .form-group-input button:hover {
  color: var(--primary-color);
}
.blog-main .widget__list li {
  list-style-type: disc;
  margin-bottom: 14px;
}
.blog-main .widget__list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-main .widget__list a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.blog-main .widget__list a:hover {
  color: var(--primary-color);
}
.blog-main .widget__latest .latest-single {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #414141;
  margin-bottom: 30px;
}
.blog-main .widget__latest .latest-single:nth-last-of-type(1) {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: 0px solid transparent;
}
.blog-main .widget__latest .latest-thumb {
  width: 80px;
  height: 80px;
  min-width: 80px;
}
.blog-main .widget__latest .latest-thumb a {
  width: 100%;
}
.blog-main .widget__latest .latest-thumb img {
  width: 100%;
}
.blog-main .widget__latest .latest-content p {
  color: #646464;
  line-height: 26px !important;
  margin-bottom: 6px;
}
.blog-main .widget__latest .latest-content a {
  color: var(--theme-color);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0px;
}
.blog-main .widget__latest .latest-content a:hover {
  color: var(--primary-color);
}
.blog-main .widget__tags ul {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog-main .widget__tags ul a {
  font-size: 14px;
  color: #646464;
  text-transform: capitalize;
}
.blog-main .widget__tags ul a:hover {
  color: var(--primary-color);
}
.blog-main .widget-big a {
  width: 100%;
}
.blog-main .widget-big a img {
  width: 100%;
  min-height: 200px;
}
.blog-main .pagination-wrapper {
  padding-top: 50px;
  margin-top: 65px;
  border-top: 1px solid #414141;
}
.blog-main .pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-main .pagination a {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  background-color: black;
  color: white;
  transition: var(--transition);
}
.blog-main .pagination a:hover {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}
.blog-main .pagination .active {
  background-color: var(--primary-color);
  color: var(--white);
  border: 1px solid var(--primary-color);
}
.blog-main .pagination button {
  font-size: 20px;
  color: var(--theme-color);
}
.blog-main .pagination button:hover {
  color: var(--primary-color);
}

.blog-details .bd-thumb img {
  width: 100%;
  min-height: 240px;
}
.blog-details .bd-content {
  padding: 30px;
}
.blog-details .bd-meta {
  margin-bottom: 30px;
}
.blog-details .bd-meta .meta__left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.blog-details .bd-meta .meta__left span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9d9d9;
}
.blog-details .bd-meta .meta__left strong {
  color: var(--theme-color);
}
.blog-details .bd-meta .meta__left p {
  font-size: 14px;
  color: #646464;
}
.blog-details .bd-content-info .paragraph {
  margin-top: 20px;
  margin-bottom: 50px;
}
.blog-details .bd-group {
  display: flex;
  gap: 16px;
}
.blog-details .bd-group img {
  width: calc(50% - 8px);
  height: 100%;
}
.blog-details .bd-content__alt {
  margin-top: 30px;
}
.blog-details .bd-content__alt ul {
  margin-top: 30px;
}
.blog-details .bd-content__alt li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.blog-details .bd-content__alt li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-details .bd-quote {
  padding: 48px 80px;
  background-color: #1e1e1e;
}
.blog-details .bd-tags {
  padding: 30px 0px;
  border: 1px solid #414141;
  border-left: 0px;
  border-right: 0px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.blog-details .bd-tags .tags-left,
.blog-details .bd-tags .tags-right {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.blog-details .bd-tags .tags-left .tags-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details .bd-tags .tags-left .tags-content a {
  font-size: 14px;
  color: #646464;
  padding: 6px 10px;
  border-radius: 30px;
  background-color: #1b1b1b;
}
.blog-details .bd-tags .tags-left .tags-content a:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.blog-details .bd-tags .tags-right {
  justify-content: flex-end;
}
.blog-details .bd-tags .tags-right .social {
  gap: 12px;
}
.blog-details .bd-tags .tags-right a {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #414141;
  color: #d9d9d9;
  font-size: 12px;
  background-color: transparent;
}
.blog-details .bd-tags .tags-right a:hover {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  background-color: var(--white);
}
.blog-details .blog-details__pagination a {
  font-size: 16px;
  font-weight: 600;
  color: var(--theme-color);
  transition: var(--transition);
}
.blog-details .blog-details__pagination a i {
  font-size: 24px;
  transition: none;
}
.blog-details .blog-details__pagination a:hover {
  color: var(--primary-color);
}
.blog-details .blog-details__pagination .single--alt {
  text-align: end;
}
.blog-details .blog-details__pagination .latest-single {
  padding: 25px 30px;
  background-color: #1e1e1e;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.blog-details .blog-details__pagination .latest-single .latest-thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.blog-details .blog-details__pagination .latest-single .latest-thumb img {
  width: 100%;
}
.blog-details .blog-details__pagination .latest-single .latest-content {
  text-align: start;
}
.blog-details .blog-details__pagination .latest-single .latest-content p {
  color: #646464;
  font-size: 14px;
  line-height: 26px !important;
  margin-bottom: 6px;
}
.blog-details .blog-details__pagination .latest-single .latest-content a {
  color: var(--theme-color);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0px;
}
.blog-details .blog-details__pagination .latest-single .latest-content a:hover {
  color: var(--primary-color);
}

.paragraph p {
  margin-bottom: 30px;
}
.paragraph p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.comment-form input,
.comment-form textarea {
  background-color: var(--white);
  border-radius: 0px;
}
.comment-form textarea {
  min-height: 200px;
}
.comment-form .cta__group {
  justify-content: flex-start;
  margin-top: 40px;
}
.comment-form .cta__group i {
  transform: rotate(-45deg);
}
.comment-form .cta__group .btn {
  background-color: var(--primary-color);
  color: var(--white);
  text-transform: capitalize;
  border: 1px solid #414141 !important;
  display: flex;
  align-items: center;
  border-radius: 6px;
  gap: 12px;
}
.comment-form .cta__group .btn::before {
  content: none;
}
.comment-form .cta__group .btn:hover {
  color: var(--white);
  border: 1px solid var(--tertiary-color) !important;
}
.comment-form .cta__group .btn i {
  transition: none;
}
.comment-form .form-group-wrapper {
  margin-bottom: 30px;
}

.form-group-single {
  margin-bottom: 20px;
}
.form-group-single label,
.form-group-single p {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.form-group-single input,
.form-group-single textarea {
  padding: 12px 20px;
  background-color: #101010;
  border: 1px solid #414141;
  border-radius: 5px;
  width: 100%;
  text-transform: capitalize;
}
.form-group-single input::-moz-placeholder, .form-group-single textarea::-moz-placeholder {
  color: #969696;
}
.form-group-single input::placeholder,
.form-group-single textarea::placeholder {
  color: #969696;
}
.form-group-single textarea {
  min-height: 200px;
  max-height: 200px;
}

.form-group-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  row-gap: 20px;
  margin-bottom: 20px;
}
.form-group-wrapper .form-group-single {
  width: calc(50% - 15px);
  margin-bottom: 0px;
}

.audio-player {
  margin-top: 30px;
}
.audio-player audio {
  width: 100%;
}

.thumb-radio {
  padding: 75px 40px;
  background: #131313;
}

.team-m .team-m__single .thumb {
  position: relative;
  overflow: hidden;
}
.team-m .team-m__single .thumb a {
  width: 100%;
}
@keyframes rer {
  0% {
    transform: translateY(-200%);
    display: none;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
    transform: translateY(0px);
  }
}
.team-m .team-m__single .thumb .thumb__content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px;
  background-color: #1a1a1a;
  background-size: cover;
  background-position: left bottom;
  height: 130px;
  width: 280px;
  overflow-y: clip;
  transition: all 0.4s ease-in-out;
}
.team-m .team-m__single .thumb .thumb__content p {
  color: var(--primary-color);
  margin-top: 8px;
}
.team-m .team-m__single .thumb .thumb__content .info {
  transform: translateY(-200%);
  display: none;
  transition: var(--transition);
  margin-bottom: 20px;
}
.team-m .team-m__single .thumb .thumb__content .info p {
  color: var(--white);
}
.team-m .team-m__single .thumb .thumb__content .social-alt {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 100%;
  bottom: 0px;
  width: 60px;
  height: 100%;
  background: linear-gradient(90deg, #f90 0%, #cc2500 100%);
  transition: all 0.4s ease-in-out;
  transition-delay: 0s;
  transform: translateY(100%);
}
.team-m .team-m__single .thumb .thumb__content .social-alt a {
  width: auto;
}
.team-m .team-m__single .thumb .thumb__content .social-alt a:hover {
  color: var(--white);
}
.team-m .team-m__single .thumb:hover .thumb__content {
  height: 220px;
}
.team-m .team-m__single .thumb:hover .thumb__content .info {
  transform: translateY(0px);
  display: block;
  animation: rer 0.4s ease-in-out;
}
.team-m .team-m__single .thumb:hover .thumb__content .social-alt {
  transform: translateY(0px);
}

.team-det .team-det__thumb {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.team-det .team-det__thumb img {
  width: 100%;
  height: 100%;
}
.team-det .team-det__thumb .social-alt {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  right: 70px;
  bottom: 0px;
  width: 60px;
  height: 180px;
  background: linear-gradient(90deg, #f90 0%, #cc2500 100%);
}
.team-det .team-det__thumb .social-alt a {
  width: auto;
}
.team-det .team-det__thumb .social-alt a:hover {
  color: var(--white);
}
.team-det .team-det__content {
  background-color: #1a1a1a;
  padding: 30px;
  height: 100%;
}
.team-det .intro {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #414141;
  padding-bottom: 40px;
}
.team-det .intro-left h4 {
  text-transform: capitalize;
  font-weight: 600;
}
.team-det .intro-left p {
  color: var(--primary-color);
  margin-top: 8px;
}
.team-det .intro-right a {
  display: flex;
  gap: 12px;
}
.team-det .content {
  margin: 40px 0px;
}
.team-det .content h5 {
  margin-bottom: 30px;
}
.team-det .skill-wrap {
  margin: 24px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.team-det .skill-bar-single {
  margin-bottom: 10px;
  width: 100%;
  max-width: 340px;
}
.team-det .skill-bar-wrapper {
  margin-top: 10px;
}
.team-det .skill-bar-wrapper span {
  color: #757575;
}
.team-det .skill-bar {
  height: 5px;
  border-radius: 100px;
  background-color: #ffffff;
  position: relative;
}
.team-det .skill-bar-percent {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background-color: var(--primary-color);
  border-radius: inherit;
}
.team-det .percent-value {
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0px;
}
.team-det .team-det__info {
  margin-top: 30px;
  padding: 30px;
  background-color: #1a1a1a;
}
.team-det .team-det__info h4 {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #414141;
}
.team-det .team-det__info .group {
  margin-bottom: 30px;
}
.team-det .team-det__info .group h5 {
  margin-bottom: 20px;
}
.team-det .team-det__info .group h5 span {
  color: var(--primary-color);
}
.team-det .team-det__info .group:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.portfolio-m .portfolio-m__single {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.portfolio-m .portfolio-m__single .thumb a {
  width: 100%;
  height: 100%;
}
.portfolio-m .portfolio-m__single .thumb a img {
  width: 100%;
  height: 100%;
  min-height: 360px;
}
.portfolio-m .portfolio-m__single .content {
  position: absolute;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}
.portfolio-m .portfolio-m__single .content i {
  font-size: 120px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px var(--primary-color);
}
.portfolio-m .portfolio-m__single .content a {
  text-transform: capitalize;
}
.portfolio-m .portfolio-m__single .tr {
  text-align: end;
}
.portfolio-m .portfolio-m__single:hover .content {
  transform: translateY(0px);
}

.feedback-s .feedback-s__single {
  padding: 40px;
  background-color: #191919;
  transition: var(--transition);
  border: 1px solid transparent;
}
.feedback-s .feedback-s__single:hover {
  border: 1px solid var(--primary-color);
}
.feedback-s .feedback-s__single:hover .quote i {
  color: var(--primary-color) !important;
}
.feedback-s .content .quote {
  margin-bottom: 20px;
}
.feedback-s .content .quote i {
  font-size: 56px;
  color: var(--secondary-color);
  transition: var(--transition);
}
.feedback-s .content p {
  color: #888888;
  text-transform: capitalize;
}
.feedback-s hr {
  margin: 40px 0px;
  background-color: #414141;
  height: 1px;
}
.feedback-s .author {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.feedback-s .author .thumb {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
}
.feedback-s .author p {
  color: var(--primary-color);
  margin-top: 4px;
  text-transform: capitalize;
}
.feedback-s .btn--secondary {
  border: 0px solid transparent !important;
  font-weight: 400;
  color: var(--primary-color);
  text-decoration: underline;
  text-transform: capitalize;
  padding: 0px;
}
.feedback-s .btn--secondary::before {
  content: none;
}

.faq .faq__thumb {
  padding-right: 30px;
}
.faq .faq__thumb img {
  width: 100%;
  min-height: 260px;
}
.faq .accordion .accordion-item {
  margin-bottom: 30px;
  background-color: #1a1a1a;
  border-radius: 0px;
  border: 0px;
}
.faq .accordion .accordion-item:last-of-type {
  margin-bottom: 0px;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  color: white;
  background-color: transparent;
  border-radius: 0px;
}
.faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  color: var(--primary-color);
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  transform: rotate(0deg);
}
.faq .accordion .accordion-item .accordion-button {
  border-radius: 0px;
  color: white;
  position: relative;
  box-shadow: 0px 0px 0px;
  text-transform: capitalize;
  background-color: transparent;
}
.faq .accordion .accordion-item .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  background-image: none;
  font-size: 16px;
  color: var(--primary-color);
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: rotate(0deg);
}
.faq .accordion .faq-one-active {
  border-top: 3px solid var(--primary-color);
}
.faq .accordion h5 {
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
}
.faq .accordion h5 button {
  padding: 0px;
  font-size: inherit;
  line-height: 26px;
  font-weight: 500;
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
  padding: 30px 30px;
  text-transform: uppercase;
}
.faq .accordion .accordion-body {
  padding: 0px 30px 30px;
  border-top: 0px solid transparent;
}
.faq .accordion .accordion-body p {
  color: white;
  text-transform: capitalize;
  max-width: 1200px;
}

.contact-m .contact-m__single {
  padding: 40px 65px;
  background-color: #1a1a1a;
  text-align: center;
  height: 100%;
}
.contact-m .thumb {
  margin-bottom: 30px;
}
.contact-m h4 {
  margin-bottom: 30px;
  text-transform: capitalize;
}
.contact-m p {
  margin-bottom: 6px;
}
.contact-m p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact-m p a {
  color: #dadada;
}
.contact-m p a:hover {
  color: var(--primary-color);
}
.contact-m .map-wrapper {
  margin-top: 30px;
}
.contact-m .map-wrapper iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}
.contact-m .contact__map {
  height: 100%;
}
.contact-m .contact-main__form {
  padding: 60px 40px;
  background-color: #1a1a1a;
}
.contact-m .contact-main__form h3 {
  font-weight: 900;
}
.contact-m .contact-main__form .group-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}
.contact-m .contact-main__form .group-wrapper .group-input {
  width: calc(50% - 15px);
  margin-bottom: 0px;
}
.contact-m .contact-main__form .group-input {
  width: 100%;
  margin-bottom: 40px;
}
.contact-m .contact-main__form input,
.contact-m .contact-main__form textarea {
  background-color: transparent;
  padding: 0px 16px 16px 0px;
  border-bottom: 2px solid #414141;
  width: 100%;
}
.contact-m .contact-main__form input:focus,
.contact-m .contact-main__form textarea:focus {
  border-bottom: 2px solid var(--primary-color);
}
.contact-m .contact-main__form .form-cta {
  margin-top: 40px;
}
.contact-m .contact-main__form .form-cta .btn {
  border: 1px solid #414141;
  color: var(--white);
}
.contact-m .contact-main__form .form-cta .btn:hover {
  border: 1px solid var(--primary-color);
  color: var(--black);
}
.contact-m .contact-main__form .subject {
  width: 100%;
  float: unset;
  border: 0px;
  height: auto;
  line-height: 28px;
  background-color: transparent;
  padding: 0px 20px 20px 0px;
  border-bottom: 2px solid #414141;
}
.contact-m .contact-main__form .subject::after {
  position: absolute;
  top: 30%;
  right: 20px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-color: #ffffff;
}
.contact-m .contact-main__form .subject .list {
  width: 100%;
}
.contact-m .contact-main__form .subject .list .option {
  color: var(--black) !important;
  padding: 10px 30px;
}

.error span {
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
}
.error .thumb {
  margin: 60px 0px;
}
.error h2 {
  letter-spacing: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.6;
}

.section__header .title div,
.section__content .title div {
  text-transform: lowercase !important;
  font-weight: 600;
}
.section__header .title div:nth-child(1),
.section__content .title div:nth-child(1) {
  text-transform: capitalize !important;
}

.g-ind {
  position: relative;
  z-index: 99;
}

.divider-title {
  max-width: 100%;
}
@media (min-width: 768px) {
  .divider-title {
    max-width: 70%;
  }
}

/* ==== 
 --------- (5.0) all sections styles end ---------
 ==== */
.ecommerce-section {
  border-radius: 30px;
  border: 4px solid var(--theme-color);
  background: linear-gradient(45deg, #E2FDE6, #FCECEB, #FFFFE3);
  background-size: 600% 600%;
  animation: GradientBackground 2.5s ease infinite;
  padding: 1rem;
  color: black;
  margin-top: 2rem;
}
@media (min-width: 780px) {
  .ecommerce-section {
    padding: 2rem;
  }
}
.ecommerce-section h3 {
  margin-bottom: 2rem;
  color: black;
}
.ecommerce-section .content-paragraph p {
  margin-bottom: 2rem;
  color: black;
}
.ecommerce-section ul li span {
  color: black;
}

@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* ==== 
 --------- (6.01) default theme styles start ---------
 ==== */
.home-light {
  background-color: white;
}
.home-light .light .sub-title {
  border-color: #d9d9d9;
  color: var(--primary-color);
}
.home-light .slide-group .slide-btn {
  border-color: #d9d9d9;
  color: #d9d9d9;
}
.home-light .slide-group .slide-btn:hover {
  color: black;
}
.home-light .banner {
  --theme-color: black;
  background-color: white;
}
.home-light .banner .video-frame i {
  width: 60%;
  min-width: 60%;
  height: 60%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
}
.home-light .banner__content h1 {
  color: black;
}
.home-light .portfolio {
  --theme-color: black;
}
.home-light .portfolio .portfolio__single-alt-wrapper {
  background-color: white;
}
.home-light .portfolio .portfolio__single-alt-wrapper h4 a {
  color: var(--white);
}
.home-light .portfolio .portfolio__single-alt-wrapper h4 a:hover {
  color: var(--primary-color);
}
.home-light .portfolio .portfolio__text-slider-single {
  --white: black;
}
.home-light .offer h2,
.home-light .offer p {
  color: black !important;
}
.home-light .offer h2 a,
.home-light .offer p a {
  color: black !important;
}
.home-light .offer h2 a:hover,
.home-light .offer p a:hover {
  color: var(--primary-color) !important;
}
.home-light .offer .offer__cta .sub-title {
  background-color: black;
  color: var(--primary-color);
}
.home-light .offer .btn--secondary {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.home-light .offer .btn--secondary:hover {
  color: black;
}
.home-light .testimonial {
  --theme-color: black;
  --white: black;
}
.home-light .next-page {
  --theme-color: black;
  --white: black;
}
.home-light .lines .line {
  background-color: #d9d9d9;
}
.home-light .navbar-active {
  background-color: white;
  border-color: #d9d9d9;
}

.home-two-light {
  background-color: white;
}
.home-two-light .light .sub-title {
  border-color: #d9d9d9;
  color: var(--primary-color);
}
.home-two-light .slide-group .slide-btn {
  border-color: #d9d9d9;
  color: #d9d9d9;
}
.home-two-light .slide-group .slide-btn:hover {
  color: black;
}
.home-two-light .primary-navbar .open-mobile-menu {
  color: black;
}
.home-two-light .primary-navbar .btn--secondary {
  border-color: var(--primary-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.home-two-light .primary-navbar .btn--secondary:hover {
  color: black;
}
@media only screen and (min-width: 1200px) {
  .home-two-light .primary-navbar .navbar__item a,
  .home-two-light .primary-navbar .navbar__item button {
    color: black;
  }
  .home-two-light .primary-navbar .navbar__item a:hover,
  .home-two-light .primary-navbar .navbar__item button:hover {
    color: var(--primary-color);
  }
}
.home-two-light .banner-two {
  background-color: white;
  --white: black;
  --theme-color: black;
}
.home-two-light .banner-two::before {
  content: none;
}
.home-two-light .banner-two .btn--secondary {
  border-color: var(--primary-color);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 10px;
}
.home-two-light .banner-two .btn--secondary:hover {
  color: black;
}
.home-two-light .spo-light .sub-title {
  background-color: black;
  color: var(--primary-color);
}
.home-two-light .portfolio {
  --theme-color: black;
}
.home-two-light .portfolio .portfolio__single-alt-wrapper {
  background-color: white;
}
.home-two-light .portfolio-two .portfolio-two__filter-btn button {
  color: #888888;
}
.home-two-light .portfolio-two .portfolio-two__filter-btn button span {
  color: #888888;
  transition: var(--transition);
}
.home-two-light .portfolio-two .portfolio-two__filter-btn button:hover {
  color: var(--primary-color);
}
.home-two-light .portfolio-two .portfolio-two__filter-btn button:hover span {
  color: var(--primary-color);
}
.home-two-light .portfolio-two .portfolio-two__filter-btn .active {
  color: var(--primary-color);
}
.home-two-light .portfolio-two .portfolio-two__filter-btn .active span {
  color: var(--primary-color);
}
.home-two-light .offer-two-light {
  --theme-color: black;
}
.home-two-light .offer-two-light .offer__cta h2 a {
  color: #888888;
}
.home-two-light .offer-two-light .offer__cta h2 a:hover {
  color: var(--primary-color);
}
.home-two-light .blog-two-light {
  background-color: white;
}
.home-two-light .blog-two-light .section__header--secondary {
  --theme-color: black;
}
.home-two-light .next-page {
  --theme-color: black;
  --white: black;
}
.home-two-light .next-p-two-light .sub-title {
  background-color: black;
  color: var(--primary-color);
}
.home-two-light .lines .line {
  background-color: #d9d9d9;
}
.home-two-light .navbar-active {
  background-color: white;
  border-color: #d9d9d9;
}
.home-two-light .liner::before {
  background-color: #d9d9d9;
}

.home-three-light {
  background-color: white;
}
.home-three-light .light .sub-title {
  border-color: #d9d9d9;
  color: var(--primary-color);
}
.home-three-light .slide-group .slide-btn {
  border-color: #d9d9d9;
  color: #d9d9d9;
}
.home-three-light .slide-group .slide-btn:hover {
  color: black;
}
.home-three-light .service-f-light {
  background-color: white;
  --theme-color: black;
  --white: black;
}
.home-three-light .service-f-light button {
  background-color: #e4e4e4;
  color: #757575;
}
.home-three-light .service-f-light .service-f-single {
  border-color: #d9d9d9;
}
.home-three-light .service-f-light .service-f-single .sub-title {
  background-color: black;
  color: var(--primary-color);
}
.home-three-light .service-f-light .service-f-single-active button {
  color: var(--primary-color);
}
.home-three-light .service-f-light .service-f-single-active h4 {
  color: var(--primary-color);
}
.home-three-light .portfolio-three {
  --theme-color: black;
}
.home-three-light .portfolio-three .portfolio__text-slider {
  --white: black;
}
.home-three-light .work-steps-light {
  --theme-color: black;
}
.home-three-light .work-steps-light .video-frame i {
  width: 60%;
  min-width: 60%;
  height: 60%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  color: white;
}
.home-three-light .work-steps-light .work-steps__single h5 {
  background-color: white;
}
.home-three-light .blog-three-light {
  --theme-color: black;
}
.home-three-light .blog-three-light .blog-three__wrapper {
  border-color: #d9d9d9;
}
.home-three-light .blog-three-light .blog-three__single {
  border-color: #d9d9d9;
}
.home-three-light .blog-three-light .blog-three__single .sub-title {
  background-color: black;
  color: var(--primary-color);
}
.home-three-light .next-page {
  --theme-color: black;
  --white: black;
}

.home-four-light {
  background-color: white;
}
.home-four-light .quaternary--navbar .open-offcanvas-nav {
  color: #757575;
}
.home-four-light .quaternary--navbar .btn {
  color: black;
}
.home-four-light .quaternary--navbar .btn i {
  color: var(--primary-color);
}
.home-four-light .quaternary--navbar .btn:hover {
  color: var(--primary-color);
}
.home-four-light .light .sub-title {
  border-color: #d9d9d9;
  color: var(--primary-color);
}
.home-four-light .slide-group .slide-btn {
  border-color: #d9d9d9;
  color: #d9d9d9;
}
.home-four-light .slide-group .slide-btn:hover {
  color: black;
}
.home-four-light .banner-four {
  background-color: white;
  --theme-color: black;
  border-color: #d9d9d9;
}
.home-four-light .banner-four::before {
  background-image: url("../images/banner/line-l.png");
}
.home-four-light .banner-four .intro p {
  color: #474747;
}
.home-four-light .four-info {
  --theme-color: black;
}
.home-four-light .project__text-slider {
  border-color: #d9d9d9;
  --theme-color: black;
}
.home-four-light .projects-s {
  --theme-color: black;
}
.home-four-light .projects-s .projects-s__single {
  border-color: #d9d9d9;
}
.home-four-light .projects-s .projects-s__single p {
  color: black;
}
.home-four-light .projects-s a:hover {
  color: var(--primary-color);
}
.home-four-light .projects-s .btn {
  color: #757575;
}
.home-four-light .projects-s .btn:hover {
  color: var(--black);
}
.home-four-light .footer-four {
  --theme-color: black;
}
.home-four-light .footer-four::before {
  background-color: #d9d9d9;
}
.home-four-light .footer-four .cta-t a {
  background-color: var(--primary-color);
  color: white;
}
.home-four-light .footer-four .cta-t a:hover {
  background-color: var(--black);
  color: var(--primary-color);
}
.home-four-light .footer-four .copy-t a {
  color: var(--black);
}
.home-four-light .footer-four .copy-t a:hover {
  color: var(--primary-color);
}
.home-four-light .footer-four .footer-three__copyright {
  border-color: #d9d9d9;
}
.home-four-light .navbar-active {
  background-color: white;
  border-color: #d9d9d9;
}

.home-five-light {
  background-color: white;
}
.home-five-light .quinary--navbar .open-offcanvas-nav {
  color: #757575;
}
.home-five-light .quinary--navbar .navbar__item a,
.home-five-light .quinary--navbar .navbar__item button {
  color: black;
}
.home-five-light .quinary--navbar .navbar__item a:hover,
.home-five-light .quinary--navbar .navbar__item button:hover {
  color: var(--primary-color);
}
.home-five-light .quinary--navbar .btn {
  color: black;
}
.home-five-light .quinary--navbar .btn i {
  color: var(--primary-color);
}
.home-five-light .quinary--navbar .btn:hover {
  color: var(--black);
}
.home-five-light .light .sub-title {
  border-color: #d9d9d9;
  color: var(--primary-color);
}
.home-five-light .slide-group .slide-btn {
  border-color: #d9d9d9;
  color: #d9d9d9;
}
.home-five-light .slide-group .slide-btn:hover {
  color: black;
}
.home-five-light .banner-five .projects-s__single {
  border-color: #d9d9d9;
}
.home-five-light .banner-five .projects-s__single a {
  color: black;
}
.home-five-light .banner-five .projects-s__single a:hover {
  color: var(--primary-color);
}
.home-five-light .testimonial {
  --theme-color: black;
}
.home-five-light .testimonial .testimonial__text-slider {
  --white: black;
}
.home-five-light .footer-four {
  --theme-color: black;
}
.home-five-light .footer-four::before {
  background-color: #d9d9d9;
}
.home-five-light .footer-four .cta-t a {
  background-color: var(--primary-color);
  color: white;
}
.home-five-light .footer-four .cta-t a:hover {
  background-color: black;
  color: var(--primary-color);
}
.home-five-light .footer-four .copy-t a {
  color: var(--black);
}
.home-five-light .footer-four .copy-t a:hover {
  color: var(--primary-color);
}
.home-five-light .footer-four .footer-three__copyright {
  border-color: #d9d9d9;
}
.home-five-light .navbar-active {
  background-color: white;
  border-color: #d9d9d9;
}

/* ==== 
 --------- (6.01) default theme styles end ---------
 ==== */
/* ==== 
 --------- (7.0) responsive styles start ---------
 ==== */
@media only screen and (max-width: 1699.98px) {
  .primary-navbar .navbar__sub-menu__nested {
    left: calc(100% - 24px);
  }
  .banner .banner-left-text {
    left: 20px;
  }
  .banner .banner-right-text {
    right: 20px;
  }
  .banner .banner__content {
    padding-left: 24px;
  }
  .banner-three .banner-three__slider-single {
    padding: 290px 0px 460px;
  }
  .banner-three .banner-three__slider-progress-wrapper {
    bottom: 260px;
  }
  .portfolio .portfolio__single-alt .arr {
    font-size: 56px;
    left: 40px;
    bottom: 40px;
  }
  .portfolio-three .slide-group {
    position: static;
    margin-top: 60px;
    justify-content: center;
    transform: translate(0px);
  }
  .testimonial .slide-group {
    right: 40px;
  }
  .service-t .slide-group {
    position: static;
    justify-content: center;
    transform: translate(0px);
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1439.98px) {
  .contact-m .contact-m__single {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .light-title {
    font-size: 55px;
    line-height: 80px;
  }
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .light-title-lg {
    font-size: 24px;
    line-height: 34px;
  }
  .primary-navbar .navbar__item a,
  .primary-navbar .navbar__item button {
    font-size: 14px;
  }
  .banner .banner-one-thumb {
    max-width: 300px;
  }
  .banner-four .banner-four__title {
    max-width: 700px;
    padding-left: 180px;
  }
  .banner-four .banner-four__title h1 {
    text-align: start;
  }
  .banner-four .banner-four__title .frame {
    margin: 0px 20px;
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    display: inline-flex;
  }
  .banner-four .banner-four__title .frame i {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .portfolio .portfolio__single .portfolio__single-content h4 {
    font-size: 18px;
  }
  .blog-two .blog-two__slider-single .blog__single-content {
    padding: 40px 20px;
  }
  .work-steps .work-steps__single h5 {
    padding: 16px 20px;
    font-size: 16px;
  }
  .work-steps .work-steps__single .work-thumb-hover {
    width: 300px;
    height: 120px;
  }
  .work-steps .video-frame {
    width: 120px;
    min-width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  .testimonial .slide-group {
    position: relative;
    inset: 0px;
    z-index: 9;
    flex-direction: row;
    margin-top: 40px;
    transform: translate(0px);
  }
  .testimonial .slide-group button {
    transform: rotate(0deg) !important;
  }
  .ux-process .service-f-single {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .primary-navbar {
    padding: 21px 0px;
  }
  .primary-navbar .navbar__menu {
    display: none;
  }
  .tertiary--navbar {
    padding: 0px;
  }
  .mobile-menu {
    position: fixed;
    inset: 0px;
    overflow: hidden;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: var(--transition);
    z-index: 9999;
    transition: all 0.6s ease-in-out;
    max-width: 400px;
    background-color: var(--black);
  }
  .mobile-menu .mobile-menu__header {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 0px 40px;
    justify-content: space-between;
  }
  .mobile-menu .close-mobile-menu {
    font-size: 36px;
  }
  .mobile-menu .mobile-menu__wrapper {
    position: fixed;
    inset: 0px;
    max-width: 400px;
    background-color: var(--black);
    z-index: 9999;
    padding: 60px 0px;
    height: 100vh;
    overflow-y: auto;
    overflow-x: clip;
    display: flex;
    flex-direction: column;
    transition: 0.6s ease-in-out;
    transition-delay: 0.6s;
    gap: 60px;
    transform: translateY(100%);
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu .mobile-menu__wrapper::-webkit-scrollbar {
    width: 0px;
  }
  .mobile-menu .mobile-menu__list > ul {
    flex-direction: column;
  }
  .mobile-menu .mobile-menu__list > ul > li > a,
  .mobile-menu .mobile-menu__list > ul > li button {
    border-bottom: 1px solid #414141;
  }
  .mobile-menu .mobile-menu__list > ul > li:nth-of-type(1) {
    border-top: 1px solid #414141;
  }
  .mobile-menu .navbar__item {
    width: 100%;
    transition: var(--transition);
  }
  .mobile-menu .navbar__item a,
  .mobile-menu .navbar__item button {
    color: var(--white);
    padding: 20px 80px 20px 40px;
    line-height: 1;
    font-size: 16px;
  }
  .mobile-menu .navbar__item a:hover,
  .mobile-menu .navbar__item button:hover {
    color: var(--primary-color);
  }
  .mobile-menu .navbar__item a::after,
  .mobile-menu .navbar__item button::after {
    transition: none;
  }
  .mobile-menu .nav-fade {
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.7s ease-in-out !important;
  }
  .mobile-menu .navbar__item--has-children .navbar__dropdown-label::after {
    content: "+";
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    border-left: 1px solid #414141;
  }
  .mobile-menu .navbar__item--has-children:hover .navbar__dropdown-label::after {
    transform: rotate(0deg);
  }
  .mobile-menu .navbar__item-active {
    color: var(--primary-color) !important;
  }
  .mobile-menu .navbar__item-active::after {
    content: "\f068" !important;
    font-family: "Font Awesome 6 Pro" !important;
  }
  .mobile-menu .navbar__sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    width: 100%;
    max-width: 100%;
    padding: 0px;
    display: none;
    transition: none;
    background-color: transparent;
    border-radius: 0px;
  }
  .mobile-menu .navbar__sub-menu::before {
    content: none;
  }
  .mobile-menu .navbar__sub-menu a,
  .mobile-menu .navbar__sub-menu button {
    color: var(--white);
    padding: 20px 40px;
    font-size: 14px;
    border-bottom: 1px solid #414141;
  }
  .mobile-menu .navbar__sub-menu a::before,
  .mobile-menu .navbar__sub-menu button::before {
    content: none;
  }
  .mobile-menu .navbar__sub-menu li:nth-last-of-type(1) a,
  .mobile-menu .navbar__sub-menu li:nth-last-of-type(1) button {
    border-bottom: 1px solid #414141;
  }
  .mobile-menu .mobile-menu__options {
    padding: 0px 40px;
  }
  .mobile-menu .mobile-menu__options a,
  .mobile-menu .mobile-menu__options button {
    width: 100%;
  }
  .mobile-menu .mobile-menu__social {
    transition: var(--transition);
    padding: 0px 40px;
  }
  .mobile-menu .mobile-menu__social a {
    font-size: 20px;
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu__backdrop {
    background-color: #302d2b;
    position: fixed;
    inset: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
  }
  .mobile-menu__backdrop-active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .show-menu {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
  }
  .show-menu .mobile-menu__wrapper {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
  .show-menu .nav-fade {
    animation: navLinkFade 0.5s ease forwards;
    transition: all 0.7s ease-in-out !important;
  }
  .nav-fade-active {
    animation: navLinkFade 1s ease reverse !important;
  }
  .agency .agency__content {
    padding-left: 0px;
  }
  .banner-two .banner-two__content .banner-two__content-cta {
    gap: 30px;
  }
  .cta-s .footer__single-form .input-email {
    gap: 0px;
  }
  .cta-s .footer__single-form .input-email input {
    padding: 16px 30px;
  }
  .cta-s .footer__single-form .input-email button {
    width: 60px;
    min-width: 60px;
    font-size: 16px;
  }
  .footer-two .footer__copyright ul {
    gap: 16px;
    row-gap: 10px;
  }
  .footer-three .footer-three__group {
    padding-left: 0px;
  }
  .work-steps .work-three {
    margin-top: 60px;
  }
  .work-steps .work-four {
    margin-top: 120px;
  }
  .work-steps .video-frame {
    top: 28%;
    right: 20%;
  }
  .ux-process .body-cn {
    max-width: 480px;
  }
  .project-sl .thumb {
    margin-bottom: 60px;
  }
  .project-sl .content h2 {
    height: 260px;
    display: flex;
  }
  .project-sl .content h2 a {
    width: 100%;
    display: flex;
  }
  .project-d .quote-pj {
    padding-right: 0px;
  }
  .project-d .quote-pj .secondary-text {
    font-size: 20px;
  }
  .project-d .quote-pj .cont {
    max-width: 600px;
  }
  .faq .accordion .accordion-body {
    padding: 0px 20px 30px;
  }
  .faq .accordion h5 button {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .primary-text {
    font-size: 16px;
  }
  .light-title {
    font-size: 40px;
    line-height: 60px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3,
  .light-title-lg {
    font-size: 24px;
    line-height: 34px;
  }
  .cursor-inner,
  .cursor-outer {
    display: none;
  }
  .section {
    padding: 0;
    margin-bottom: 3rem;
  }
  .section__cta {
    margin-top: 40px;
  }
  .section__content-cta {
    margin-top: 40px;
  }
  .banner .banner-one-thumb {
    top: 160px;
    left: 70%;
  }
  .banner-three .banner-three__slider-single {
    padding: 180px 0px 560px;
  }
  .banner-three .banner-three__slider-progress,
  .banner-three .banner-three__content {
    padding-left: 80px;
  }
  .banner-four {
    padding: 200px 0px 100px;
  }
  .banner-five .banner-five__wrapper {
    padding: 160px 0px 100px;
    gap: 30px;
  }
  .banner-five .banner-five__single {
    min-width: 280px;
    width: 280px;
  }
  .banner-five .projects-s__single h4 {
    font-size: 20px;
  }
  .cmn-banner {
    padding: 160px 0px 100px;
  }
  .cmn-banner .title {
    margin-top: -8px;
  }
  .agency .agency__content {
    padding-left: 0px;
  }
  .portfolio .portfolio__text-slider,
  .portfolio-two .portfolio__text-slider {
    margin-bottom: 40px;
  }
  .portfolio .portfolio__text-slider-single h2,
  .portfolio-two .portfolio__text-slider-single h2 {
    margin-top: -14px;
  }
  .testimonial .testimonial__text-slider {
    margin-bottom: 40px;
  }
  .testimonial .testimonial__text-slider-single h2 {
    margin-top: -14px;
  }
  .next-page .next__text-slider-single h2 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .banner-two {
    padding: 180px 0px 100px;
  }
  .banner-two .banner-two__meta {
    gap: 30px;
    row-gap: 40px;
  }
  .banner-two .banner-two__meta .cta {
    gap: 30px;
    row-gap: 30px;
  }
  .banner-two .thumb img {
    max-width: calc(100vw - 30px);
  }
  .banner-two .banner-two__content .banner-two__content-cta {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .award .award__thumb img {
    max-width: 100%;
  }
  .service-f .service-f-single {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 60px;
  }
  .service-f .service-f-single .p-sm {
    display: none !important;
  }
  .team-slider-s .team-r .slide-group {
    position: static;
    transform: translate(0px);
    margin-top: 40px;
    justify-content: center;
    display: flex;
  }
  .ux-process .service-f-single {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 60px;
  }
  .ux-process .body-cn {
    max-width: 100%;
  }
  .project-sl .project-sl__single {
    padding: 0px 15px;
    max-width: 280px;
    min-width: 280px;
    width: 100%;
  }
  .team-m .team-m__single .thumb img {
    width: 100%;
  }
  .team-m .team-m__single .thumb .thumb__content {
    display: block;
    height: 110px;
    padding: 20px;
    width: calc(100% - 60px);
  }
  .team-m .team-m__single .thumb .thumb__content .info p {
    font-size: 14px;
  }
  .team-m .team-m__single .thumb:hover .thumb__content {
    height: 200px;
  }
  .faq .faq__thumb {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tertiary--navbar .navbar {
    gap: 24px;
  }
  .tertiary--navbar .tertiary-cta {
    padding-left: 24px;
  }
  .offcanvas-nav .offcanvas-menu .offcanvas-menu__wrapper {
    padding: 60px 0px;
  }
  .offcanvas-nav .offcanvas-menu .navbar__item a,
  .offcanvas-nav .offcanvas-menu .navbar__item button {
    font-size: 4rem;
  }
  .offcanvas-nav .offcanvas-menu .navbar__sub-menu a,
  .offcanvas-nav .offcanvas-menu .navbar__sub-menu button {
    font-size: 14px;
  }
  .offcanvas-nav .offcanvas-menu .offcanvas-menu__social {
    gap: 16px;
  }
  .offcanvas-nav .offcanvas-menu .offcanvas-menu__social a {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .offcanvas-nav .offcanvas-menu .offcanvas-menu__list,
  .offcanvas-nav .offcanvas-menu .offcanvas-menu__options,
  .offcanvas-nav .offcanvas-menu .offcanvas-menu__social {
    max-width: 100%;
  }
  .progress-wrap {
    bottom: 10px;
    right: 15px;
    width: 40px;
    height: 40px;
  }
  .progress-wrap span {
    width: 30px;
    height: 30px;
  }
  .banner .video-frame {
    width: 140px;
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  .banner .banner__content {
    margin-top: -16px;
    padding-left: 0px;
  }
  .banner .banner-one-thumb {
    top: 240px;
    left: 60%;
    max-width: 200px;
  }
  .banner .banner__content-inner .cta {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .banner-three .banner-three__slider-single {
    padding: 180px 0px 660px;
  }
  .banner-four .intro {
    padding-left: 0px;
  }
  .banner-four .banner-four__title {
    max-width: 700px;
    padding-left: 0px;
  }
  .video-modal .video-frame {
    width: 140px;
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
  .video-modal .video-frame i {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .work-steps .work-steps__single {
    padding-top: 140px;
  }
  .work-steps .work-steps__single:hover span::after {
    height: 40px;
  }
  .work-steps .work-two {
    margin-top: 0px;
  }
  .work-steps .work-three {
    margin-top: 40px;
  }
  .work-steps .work-four {
    margin-top: 40px;
  }
  .team-slider-s .team-s__slider-single {
    width: auto;
    max-width: 100%;
  }
  .team-slider-s .team-s__slider-single .thumb img {
    width: 100%;
  }
  .team-slider-s .team-s__slider-single .thumb .thumb__content {
    display: block;
    height: 110px;
    padding: 20px;
    width: calc(100% - 60px);
  }
  .team-slider-s .team-s__slider-single .thumb .thumb__content .info p {
    font-size: 14px;
  }
  .team-slider-s .team-s__slider-single .thumb:hover .thumb__content {
    height: 200px;
  }
  .team-slider-s .slick-center-active {
    width: auto;
  }
  .team-slider-s .slick-center-active .team-wrap {
    padding: 0px;
  }
  .team-slider-s .slick-center-active .content {
    display: none !important;
  }
  .team-slider-s .slick-center-active .thumb {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .team-slider-s .slick-center-active .thumb img {
    height: auto !important;
    min-height: auto !important;
  }
  .mission-s .mission-s__single--alt {
    padding: 60px 20px;
  }
  .project-d .poster__slider-wrapper .slide-group {
    justify-content: center;
    transform: translate(0px);
    position: static;
    margin-top: 40px;
  }
  .portfolio-m .portfolio-m__single .content {
    padding: 40px 30px;
  }
  .footer-two .social a {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-two .social a i {
    display: flex;
    transform: translateX(0px) !important;
    opacity: 1;
    visibility: visible;
  }
  .footer-two .social a span {
    display: none;
  }
  .footer-two .social a:hover i {
    animation: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .light-title {
    font-size: 24px;
    line-height: 40px;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
  h3,
  .light-title-lg {
    font-size: 20px;
    line-height: 30px;
  }
  h4 {
    font-size: 18px;
    line-height: 28px;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .mobile-menu {
    max-width: 320px;
  }
  .mobile-menu .mobile-menu__wrapper {
    max-width: 320px;
  }
  .mobile-menu .mobile-menu__header,
  .mobile-menu .mobile-menu__options,
  .mobile-menu .mobile-menu__social {
    padding: 0px 24px;
  }
  .mobile-menu .mobile-menu__social {
    gap: 16px;
  }
  .mobile-menu .mobile-menu__social a {
    width: 46px;
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .mobile-menu .navbar__item a,
  .mobile-menu .navbar__item button {
    font-size: 14px;
    padding: 20px 70px 20px 24px;
  }
  .secondary--navbar .open-offcanvas-nav {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tertiary--navbar .open-offcanvas-nav {
    padding: 25px;
  }
  .offcanvas-nav .offcanvas-menu::before {
    content: none;
  }
  .banner {
    padding: 180px 0px 100px;
  }
  .banner h1 {
    letter-spacing: 1px;
  }
  .banner h1 .text-stroke {
    -webkit-text-stroke: 0.5px var(--primary-color);
  }
  .banner .interval {
    gap: 20px;
    margin-left: 10px;
  }
  .banner .banner__content {
    margin-top: -10px;
  }
  .banner .banner__content-inner {
    margin-top: 24px;
  }
  .banner .banner__content-inner .cta {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
  .banner .video-frame {
    position: relative;
    inset: unset;
    left: 15px;
    margin-top: 40px;
    width: 140px;
    min-width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner .star {
    left: 40px;
    top: 120px;
  }
  .banner-three .social {
    display: none;
  }
  .banner-three .banner-three__slider-progress,
  .banner-three .banner-three__content {
    padding-left: 0px;
  }
  .banner-three .banner-three__video img {
    min-height: 140px;
  }
  .banner-three .banner-three__video .video-frame {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-four .banner-four__title {
    max-width: 300px;
  }
  .banner-four .banner-four__title .frame {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    font-size: 20px;
  }
  .banner-four .banner-four__title .frame i {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .banner-five .projects-s__single {
    padding: 20px;
  }
  .portfolio .portfolio__text-slider-single h2,
  .portfolio-two .portfolio__text-slider-single h2 {
    margin-top: -8px;
  }
  .portfolio .portfolio__text-slider-single:nth-of-type(even) h2,
  .portfolio-two .portfolio__text-slider-single:nth-of-type(even) h2 {
    -webkit-text-stroke: 0.5px var(--white);
  }
  .testimonial .testimonial__text-slider-single h2 {
    margin-top: -8px;
    -webkit-text-stroke: 0.5px var(--white);
  }
  .testimonial-two blockquote {
    font-size: 20px;
  }
  .next-page .next__text-slider-single h2 {
    margin-top: -6px;
    margin-bottom: -6px;
  }
  .next-page .next__text-slider-single:nth-of-type(even) h2 a {
    -webkit-text-stroke: 0.5px var(--white);
  }
  .award .award__content-meta {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .award .award__content-meta::before {
    content: none;
  }
  .award .award__content-meta .single::before {
    content: none;
  }
  .award .award__content-meta .single h4:nth-of-type(1) {
    margin-bottom: 16px;
  }
  .blog-two .blog__single-meta {
    gap: 16px;
  }
  .blog-two .blog__single-meta a,
  .blog-two .blog__single-meta p {
    font-size: 14px;
  }
  .work-steps .work-two {
    margin-top: 40px;
  }
  .cta-two .cta-two-wrapper {
    padding: 80px 20px;
  }
  .projects-s .projects-s__single {
    padding: 20px;
  }
  .service-t .service-t__slider-single {
    padding: 40px 24px;
  }
  .blog-main .blog-main__sidebar {
    padding: 30px 20px;
  }
  .blog-main .blog-main__sidebar .widget__list a,
  .blog-main .blog-main__sidebar .widget__tag a,
  .blog-main .blog-main__sidebar .widget__latest a {
    font-size: 14px !important;
  }
  .blog-main .blog-main__single {
    margin-bottom: 40px;
  }
  .blog-main .blog-main__single .thumb,
  .blog-main .blog-main__single .content {
    padding: 30px 20px;
  }
  .blog-details .bd-content {
    padding: 30px 20px;
  }
  .blog-details .bd-quote {
    padding: 40px 20px;
  }
  .custom-quote .custom-quote__right {
    animation-direction: normal;
  }
  .custom-quote .quote-wrapper {
    height: 1200px;
  }
  .form-group-wrapper {
    flex-direction: column;
    row-gap: 30px;
  }
  .form-group-wrapper .form-group-single {
    width: 100%;
  }
  .feedback-s .feedback-s__single {
    padding: 40px 30px;
  }
  .contact-m .contact-main__form {
    padding: 60px 30px;
  }
  .contact-m .contact-main__form .group-wrapper {
    flex-direction: column;
  }
  .contact-m .contact-main__form .group-wrapper .group-input {
    width: 100%;
  }
  .footer-four .cta-t a {
    padding: 10px 20px;
    gap: 20px;
  }
}
@media only screen and (max-width: 424.98px) {
  .banner-five .banner-five__single {
    padding: 0px 15px;
  }
  .blog-details .blog-details__pagination .latest-single {
    flex-direction: column;
    align-items: flex-start;
  }
  .thumb-radio {
    padding: 80px 20px;
  }
  .thumb-radio .radio {
    margin: 0px 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
  .banner-four .banner-four__title h1 {
    font-size: 150px;
    font-weight: 700;
    line-height: 170px;
  }
  .projects-s .row > * {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .projects-s .row {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .mobile-menu {
    display: none;
  }
}
/* ==== 
 --------- (7.0) responsive styles end ---------
 ==== *//*# sourceMappingURL=main.css.map */