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

  Template Name: Dotart - Ajax Portfolio Showcase HTML Template
  Template URI: https://template.dsngrid.com//dotart
  Description: Dotart - Ajax Portfolio Showcase HTML Template
  Author: design_grid
  Author URI: https://themeforest.net/user/design_grid
  Version: 1.0.0

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

    1.  Variables
    2.  Mixins
      - Mixins Master
      - Utilities
    3.  Normalize
    4.  Helpers
    5. Typography
      - Copy
	  - Headings
	6. Core
    7. Navigation
      - Links
      - Menus
	  - Next & Previous
    8. Content
      - pages
      - Comments
      - Archives
      - Footer
    9.Forms
      - Button
      - Fields
    10.Blocks
    11.Media
      - captions
    12.Version Light

-------------------------------------------------------------*/
@font-face {
  font-family: AVGARDD_2;
  src: url(../fonts/AVGARDD_2.TTF);
}
:root, :root .v-light, :root .v-light-head {
  --bg-color: #fff;
  --assistant-color: #f9f9f9;
  --theme-color: #EBBC2C;
  --theme-color-font: #fff;
  --font-color: #5c5c5c;
  --heading-color: #000;
  --border-color: #dcdcdc;
  --smooth-color: #141414;
  --reverse-color: #141414;
  --reverse-heading-color: #fff;
  --bg-btn: #f6fafd;
}
:root .background-theme, :root.background-theme, :root .calendar_wrap table tr td#today, :root .v-light .background-theme, :root .v-light.background-theme, :root .v-light .calendar_wrap table tr td#today, :root .v-light-head .background-theme, :root .v-light-head.background-theme, :root .v-light-head .calendar_wrap table tr td#today {
  --heading-color: #fff;
  --font-color: #fff;
  color: var(--font-color);
}

:root .v-dark, :root .v-dark-head {
  --bg-color: #000;
  --assistant-color: #0f0f0f;
  --theme-color: #EBBC2C;
  --font-color: #efefef;
  --heading-color: #fff;
  --border-color: #373737;
  --smooth-color: #f9f9f9;
  --reverse-color: #f9f9f9;
  --reverse-heading-color: #000;
  --bg-btn: #0a0909;
}

@media only screen and (max-width: 991px) {
  .v-dark-head-mobile {
    --bg-color: #000;
    --assistant-color: #0f0f0f;
    --theme-color: #EBBC2C;
    --font-color: #efefef;
    --heading-color: #fff;
    --border-color: #373737;
    --smooth-color: #f9f9f9;
    --reverse-color: #f9f9f9;
    --reverse-heading-color: #000;
    --bg-btn: #0a0909;
  }
}
:root {
  --body-font: "Poppins", sans-serif;
  --heading-font: "AVGARDD_2", sans-serif;
  --font-code: Menlo, monaco, Consolas, Lucida Console, monospace;
  --font-pre: "Satisfy", cursive;
  --font-size-base: 15px;
  --font-size-h1: 40px;
  --font-size-h2: 35px;
  --font-size-h3: 30px;
  --font-size-h4: 25px;
  --font-size-h5: 22px;
  --font-size-h6: 16px;
  --menu-size: 12px;
  --line-height-base: 1.3;
  --line-height-content: 1.8;
  --font-weight-heading: 600;
  --font-weight-body: 500;
  --smooth-width: 4px;
  --bg-overlay: #000;
  --overlay-blend-mode: unset;
}
@media only screen and (min-width: 1400px) {
  :root {
    --dsn-gap-container: 50px;
    --title-heading: 60px;
  }
  :root .container, :root .dsn-left-container, :root .dsn-right-container {
    --dsn-gap-container: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --dsn-gap-container: 50px;
    --title-heading: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  :root {
    --title-heading: 65px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --margin-padding: 120px;
    --box-padding: 80px 40px;
  }
  :root .d-lg-none {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --margin-padding: 80px;
    --box-padding: 60px var(--dsn-gap-container);
    --title-heading: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root {
    --dsn-gap-container: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  :root {
    --dsn-gap-container: 25px;
    --title-heading: 47px;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --dsn-gap-container: 15px;
    --title-heading: 37px;
  }
}

/* -------------------------------------------------------
                   Core
-------------------------------------------------------- */
html {
  font-size: var(--font-size-base);
  scroll-behavior: initial;
}

body {
  background-color: var(--bg-color);
  color: var(--font-color);
  line-height: var(--line-height-base);
  font-family: var(--body-font);
  font-weight: var(--font-weight-body);
  margin: 0;
  text-rendering: optimizeLegibility;
  transition: 100ms;
  transition-property: background-color, color;
  width: 100%;
  min-height: 100%;
}

#dsn_cursor, #dsn_cursor_inner {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99;
}
body:not(.dsn-cursor-effect) #dsn_cursor, body:not(.dsn-cursor-effect) #dsn_cursor_inner {
  display: none;
}
@media only screen and (max-width: 991px) {
  #dsn_cursor, #dsn_cursor_inner {
    display: none;
  }
}

#dsn_cursor {
  width: 30px;
  height: 30px;
  border: 2px solid var(--theme-color);
}
#dsn_cursor path {
  display: none;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  stroke-width: 1;
}

#dsn_cursor_inner {
  width: 7px;
  height: 7px;
  background-color: var(--theme-color);
}

#dsn_preloader {
  position: fixed;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  z-index: 101;
  flex-direction: column;
  overflow: hidden;
  left: 0;
}
#dsn_preloader .bg-load {
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  #dsn_preloader {
    --width-loading-circle: 25vw ;
  }
}
@media only screen and (max-width: 991px) {
  #dsn_preloader {
    --width-loading-circle: 50vw ;
  }
}
#dsn_preloader .logo-box:after, #dsn_preloader .logo-box:before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  bottom: -5px;
}
#dsn_preloader .logo-box:after {
  width: var(--wd-progress, 0);
  background-color: var(--heading-color);
}
#dsn_preloader .logo-box:before {
  width: 100%;
  background-color: var(--border-color);
}
#dsn_preloader .loading-count {
  color: var(--heading-color);
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
}
#dsn_preloader .loading-text {
  position: absolute;
  color: var(--heading-color);
  right: var(--dsn-gap-container);
  bottom: 50px;
  letter-spacing: 2px;
}

.dsnload {
  bottom: 50px;
  left: var(--dsn-gap-container);
}
.dsnload .dsnload__img {
  display: block;
  transform-origin: bottom left;
  animation: moveIn 2s 0s cubic-bezier(0.36, 0, 0.06, 1) alternate infinite;
}
.dsnload .dsnload__img img {
  width: 96px;
}
.dsnload .dsnload__row:nth-child(1) {
  -webkit-clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
          clip-path: polygon(-10% 75%, 110% 75%, 110% 110%, -10% 110%);
}
.dsnload .dsnload__row:nth-child(1) .dsnload__img {
  transform: translateY(-0.1em);
}
.dsnload .dsnload__row:nth-child(2) {
  -webkit-clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
          clip-path: polygon(-10% 50%, 110% 50%, 110% 75.3%, -10% 75.3%);
}
.dsnload .dsnload__row:nth-child(2) .dsnload__img {
  transform: translateY(-0.3em) scaleY(1.1);
}
.dsnload .dsnload__row:nth-child(3) {
  -webkit-clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
          clip-path: polygon(-10% 25%, 110% 25%, 110% 50.3%, -10% 50.3%);
}
.dsnload .dsnload__row:nth-child(3) .dsnload__img {
  transform: translateY(-0.5em) scaleY(1.2);
}
.dsnload .dsnload__row:nth-child(4) {
  -webkit-clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
          clip-path: polygon(-10% 0%, 110% 0%, 110% 25.3%, -10% 25.3%);
}
.dsnload .dsnload__row:nth-child(4) .dsnload__img {
  transform: translateY(-0.7em) scaleY(1.3);
}
.dsnload .dsnload__row.dsnload__row--sibling {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-user-select: none;
          user-select: none;
}

@keyframes moveIn {
  50%, 100% {
    transform: translateY(0em);
  }
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.day-night {
  position: fixed;
  z-index: 100;
  top: 22px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .day-night {
    left: 145px;
  }
}
@media only screen and (max-width: 1399px) {
  .day-night {
    left: 145px;
  }
}
.day-night svg {
  width: 30px;
  height: 30px;
}
.day-night .title-mode {
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  margin-top: 10px;
  letter-spacing: 7px;
  background-color: var(--assistant-color);
  width: 40px;
  margin-left: -5px;
  padding-bottom: 10px;
  border-radius: 0 0 15px 15px;
  line-height: 38px;
}
.day-night .title-mode:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -10px;
  height: 50px;
  width: 40px;
  background-color: inherit;
  z-index: -1;
  border-radius: 15px 15px 0 0;
}
@media only screen and (max-width: 991px) {
  .day-night {
    top: 30px;
    left: 200px;
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .day-night {
    top: 50px;
    left: 150px;
    display: none;
  }
}
.day-night .night,
.day-night .moon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: opacity 0.2s;
  border-radius: 100%;
  opacity: 0;
}
.day-night .night svg,
.day-night .moon svg {
  width: 100%;
  height: 100%;
}
.day-night .night {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #fff;
  opacity: 1;
}
.day-night .night svg {
  fill: #000;
  width: 100%;
  height: 100%;
}
.day-night .moon {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #000;
  opacity: 0;
}
.day-night .moon svg {
  transform: rotate(270deg);
  fill: #f0f0f0;
}
.v-light .day-night .night {
  opacity: 0;
}
.v-light .day-night .moon {
  opacity: 1;
}

.active-v-scroll .grid-item {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
}
.active-v-scroll .grid-item .box-content {
  position: relative;
  width: 100%;
}
.active-v-scroll .grid-item:not(:last-child) {
  height: 100vh;
}

.dsn-fill.color-light span.word {
  -webkit-text-fill-color: rgba(255, 255, 255, var(--opacity, 0.3));
}
.dsn-fill:not(.color-light) span.word {
  -webkit-text-fill-color: rgba(166, 166, 166, var(--opacity, 0.1));
}
.dsn-fill span.word {
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(var(--heading-color), var(--heading-color));
  background-size: 0 100%;
}

.pin-spacer {
  pointer-events: auto !important;
}

.bg-load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.bg-load svg {
  fill: var(--dsn-color-icon, var(--theme-color));
  pointer-events: none;
  width: 100%;
  height: 150px;
}
.bg-load svg.dsn-separator-bottom {
  transform: translateY(148px);
}
.bg-load svg.dsn-separator-top {
  transform: translateY(-148px) rotate(180deg);
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder,
.form-box input::placeholder,
.form-box textarea::placeholder {
  color: var(--font-color);
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

fieldset {
  padding: 30px;
}
fieldset form > * {
  margin-bottom: 30px;
}
fieldset form:last-child {
  margin-bottom: 0;
}
fieldset form p {
  margin-top: 0;
}
fieldset form textarea,
fieldset form input {
  margin-bottom: 0;
  padding: 10px;
}

.dsn-no-results .dsn-search .search-form input {
  min-width: 460px;
}

.entry-form label {
  font-weight: 600;
  font-family: var(--heading-font);
  padding-bottom: 10px;
  display: block;
}
.entry-form input,
.entry-form textarea {
  font-family: var(--heading-font);
  font-size: 14px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--border-color);
  color: var(--heading-color);
  padding: 10px;
  letter-spacing: 2px;
  background-color: var(--assistant-color);
}
.entry-form input::placeholder,
.entry-form textarea::placeholder {
  color: var(--heading-color);
  font-size: 14px;
  letter-spacing: 2px;
}
.entry-form textarea {
  min-height: 80px;
}

.btn-default {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  height: 55px;
  width: -webkit-max-content;
  width: max-content;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default.no-border {
  border: 0;
  padding: 0;
  height: auto;
}
.btn-default.no-border .btn-border {
  display: none;
}
.btn-default .btn-border {
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-default .btn-border > span {
  border: 1px solid var(--heading-color);
  border-radius: inherit;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0.3;
  transition: opacity 200ms;
}
.btn-default .word-root {
  height: 22px;
  overflow: hidden;
  display: inline-block;
}
.btn-default .word-root .double-word-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default .word-root .double-word-column .word {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}
.btn-default .word-root .double-word-column .word:last-of-type {
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default .btn-icon {
  width: 35px;
  margin-left: 10px;
}
.btn-default .btn-icon .btn-icon-0 {
  stroke: var(--heading-color);
  fill: none;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default .btn-icon .btn-icon-1 {
  fill: var(--theme-color);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-default:hover .btn-icon .btn-icon-0 {
  cx: 15;
}
.btn-default:hover .btn-icon .btn-icon-1 {
  cx: 15;
}
.btn-default:hover .double-word-column {
  transform: translateY(-50%);
}
.btn-default:hover .double-word-column .word:last-of-type {
  transform: translateX(0);
}
.btn-default:hover .btn-border span {
  opacity: 0.8;
}

.dsn-btn-shape {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  filter: url(#buttonFilter);
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.dsn-btn-shape.no-padding .button {
  padding: 0 15px 0 0;
}
.dsn-btn-shape.rotate-icon .icon svg {
  rotate: 90deg;
}
.dsn-btn-shape .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.135, 0.9, 0.15, 1);
  transition-duration: 0.9s;
}
.dsn-btn-shape .icon svg {
  fill: var(--heading-color);
  width: 12px;
  height: 12px;
}
.dsn-btn-shape .icon.theme-color svg {
  fill: var(--theme-color);
}
.dsn-btn-shape .button {
  position: relative;
  text-align: center;
  color: var(--heading-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 40px;
  height: 40px;
  line-height: 1;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}
.dsn-btn-shape:hover .icon {
  transform: translateX(0.75rem) rotate(45deg);
}

.dsn-btn-play {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(251, 251, 251, 0.18);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dsn-btn-play i {
  font-size: 19px;
  margin-right: 10px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  outline: 0;
  outline-style: none;
}
a:hover, a:active {
  outline: 0;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
  transition-property: background-color, padding-top, padding-bottom, transform;
  transition-duration: 0.5s;
  z-index: 97;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.site-header:not(.dsn-open) {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.site-header > .p-relative.dsn-container {
  padding: 0;
  display: flex;
  align-items: center;
}
.site-header .dsn-svg-transition {
  fill: var(--assistant-color);
}
.site-header .bg-load:not(.dsn-svg-transition) {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.site-header .bg-load {
  position: fixed;
  pointer-events: none;
}
.admin-bar .site-header {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
.site-header .main-logo {
  position: relative;
  z-index: 1;
}
.site-header ul.primary-nav {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.site-header ul.primary-nav ul {
  position: absolute;
}
@media only screen and (min-width: 992px) {
  .site-header:not(.dsn-hamburger) .main-navigation {
    display: flex;
    flex-basis: auto;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav li {
    font-family: var(--body-font);
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li {
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 500;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li li.has-sub-menu:after {
    content: "";
    position: absolute;
    border: solid var(--theme-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: translateY(-50%) rotate(45deg);
    margin: 0 0 2px 1px;
    right: 15px;
    top: calc(50% - 3px);
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li:not(:first-of-type) {
    margin-left: 30px;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li:last-of-type ul {
    margin-left: -95px;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul {
    min-width: 200px;
    padding: 10px 0;
    margin-top: 10px;
    margin-left: -20px;
    background-color: var(--assistant-color);
    transition-property: transform, opacity, visibility;
    transition-duration: 0.8s;
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(35px);
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul li {
    position: relative;
    width: 100%;
    padding: 7px 20px;
    font-size: 13px;
    font-weight: 500;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 1.5px;
    transition: 0.5s;
    background-color: var(--heading-color);
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul li:hover:before {
    height: 100%;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav > li ul ul {
    right: 100%;
    top: -15px;
  }
  .site-header:not(.dsn-hamburger) ul.primary-nav li.has-sub-menu:hover > ul, .site-header:not(.dsn-hamburger) ul.primary-nav li.has-sub-menu:focus > ul {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
  .site-header:not(.dsn-hamburger) .navbar-toggle, .site-header:not(.dsn-hamburger) .bg-load {
    display: none;
  }
  .site-header:not(.dsn-hamburger) .dsn-back {
    display: none;
  }
  .site-header:not(.dsn-hamburger) .menu-cover-title {
    display: none;
  }
}
.site-header.dsn-hamburger .main-navigation {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-right: var(--dsn-gap-container);
  padding-left: var(--dsn-gap-container);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .main-navigation {
    flex-direction: column;
    overflow: auto;
  }
}
.site-header.dsn-hamburger ul.primary-nav {
  position: relative;
  top: 100px;
}
@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger ul.primary-nav {
    width: 70%;
    padding-right: var(--bs-gutter-x);
  }
}
.site-header.dsn-hamburger ul.primary-nav ul {
  width: 100%;
}
.site-header.dsn-hamburger ul.primary-nav, .site-header.dsn-hamburger ul.primary-nav ul {
  counter-reset: var(--dsn-li-name);
  height: calc(100vh - 100px);
  padding-bottom: 80px;
  padding-left: 150px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  pointer-events: none;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger ul.primary-nav, .site-header.dsn-hamburger ul.primary-nav ul {
    justify-content: start;
    padding-left: 30px;
  }
}
.site-header.dsn-hamburger ul.primary-nav li, .site-header.dsn-hamburger ul.primary-nav ul li {
  cursor: pointer;
  pointer-events: none;
}
@media only screen and (max-width: 575px) {
  .site-header.dsn-hamburger ul.primary-nav li, .site-header.dsn-hamburger ul.primary-nav ul li {
    font-size: 24px;
  }
}
.site-header.dsn-hamburger ul.primary-nav a, .site-header.dsn-hamburger ul.primary-nav ul a {
  color: var(--font-color);
  transform-origin: left top;
  transition: 500ms 0ms;
}
.site-header.dsn-hamburger ul.primary-nav a:hover, .site-header.dsn-hamburger ul.primary-nav ul a:hover {
  transform: skewX(2deg);
  letter-spacing: 2.5px;
}
@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger ul.primary-nav li a span:before, .site-header.dsn-hamburger ul.primary-nav ul li a span:before {
    counter-increment: var(--dsn-li-name);
    content: counters(var(--dsn-li-name), ".", decimal-leading-zero) ". ";
    font-family: var(--border-color);
    pointer-events: none;
    font-size: 14px;
    opacity: 0.3;
  }
}
.site-header.dsn-hamburger ul.primary-nav li {
  margin: 5px 0;
  width: 100%;
}
.site-header.dsn-hamburger ul.primary-nav a {
  position: relative;
  overflow: hidden;
}
.site-header.dsn-hamburger ul.primary-nav.h2 a {
  line-height: 1.2;
}
.site-header.dsn-hamburger ul.primary-nav .h3 a {
  line-height: var(--font-size-h3);
}
.site-header.dsn-hamburger ul {
  left: 0;
  top: 0;
  z-index: -1;
}
.site-header.dsn-hamburger ul > li > a > span, .site-header.dsn-hamburger ul > li > span, .site-header.dsn-hamburger ul .scroll-content > li > a > span, .site-header.dsn-hamburger ul .scroll-content > li > span {
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-property: opacity, visibility, transform;
  transform-origin: center top;
  transition-delay: calc(0.1s * var(--dsn-li-index));
}
.site-header.dsn-hamburger ul.open {
  z-index: 9;
}
.site-header.dsn-hamburger ul.open > li > a, .site-header.dsn-hamburger ul.open > li > span, .site-header.dsn-hamburger ul.open .scroll-content > li > a, .site-header.dsn-hamburger ul.open .scroll-content > li > span {
  pointer-events: auto !important;
}
.site-header.dsn-hamburger ul.open > li > a > span, .site-header.dsn-hamburger ul.open > li > span, .site-header.dsn-hamburger ul.open .scroll-content > li > a > span, .site-header.dsn-hamburger ul.open .scroll-content > li > span {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.site-header.dsn-hamburger #navbar_toggle {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
  cursor: pointer;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon {
  --width-icon: 25px;
  margin-right: 10px;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line {
  position: relative;
  height: 2px;
  background-color: var(--heading-color);
  width: 25px;
  transition: 0.5s;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:not(:first-child) {
  margin-top: 5px;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(1), .site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(3) {
  transform: scaleX(0.5);
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(2) {
  width: var(--width-icon);
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(1) {
  transform-origin: left;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-icon .toggle-line:nth-of-type(3) {
  transform-origin: right;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text {
  position: relative;
  --animate-trans: translateY(5px) rotateX(75deg);
  min-width: 43px;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char {
  opacity: 0;
  visibility: hidden;
  transform: var(--animate-trans);
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu {
  overflow: hidden;
  will-change: transform;
}
.site-header.dsn-hamburger #navbar_toggle .toggle-text .text-open .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-close .char, .site-header.dsn-hamburger #navbar_toggle .toggle-text .text-menu .char {
  color: var(--heading-color);
  will-change: transform;
  transition-property: opacity, visibility, transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: calc(30ms * var(--char-index) + 1ms);
}
.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line {
  --trans-icon: scale(0.2, 1.7);
}
.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1), .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(2), .site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
  transform: var(--trans-icon);
  border-radius: 3px;
}
.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(1) {
  transform: var(--trans-icon) translateY(4px);
}
.site-header.dsn-hamburger #navbar_toggle:hover .toggle-line:nth-of-type(3) {
  transform: var(--trans-icon) translateY(-4px);
}
.site-header.dsn-hamburger #navbar_toggle:hover .text-menu .char {
  opacity: 0;
  visibility: hidden;
  transform: var(--animate-trans);
}
.site-header.dsn-hamburger #navbar_toggle:hover:not(.open) .text-open .char, .site-header.dsn-hamburger #navbar_toggle:hover.open .text-close .char {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.site-header.dsn-hamburger .menu-cover-title {
  position: absolute;
  top: 50%;
  font-size: 20vw;
  font-weight: 600;
  line-height: 1.15;
  transform: translateY(-50%) rotateX(75deg);
  opacity: 0;
  padding-left: inherit;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-property: opacity, transform;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger .menu-cover-title {
    left: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .menu-cover-title {
    left: 0;
    padding-right: inherit;
    width: 100%;
  }
}
.site-header.dsn-hamburger.dsn-open .menu-cover-title {
  transition-delay: 1s;
  opacity: 0.09;
  transform: translateY(-50%) translateX(-40%) rotate(-90deg);
}
.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(2) {
  transform: scale(0) !important;
  display: none;
}
.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(1), .site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(3) {
  margin-top: 0 !important;
}
.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(1) {
  transform: scale(1) rotate(45deg) !important;
  transform-origin: bottom !important;
}
.site-header.dsn-hamburger.dsn-open .toggle-line:nth-of-type(3) {
  transform: scale(1) rotate(-45deg) !important;
  transform-origin: top !important;
}
.site-header.dsn-hamburger.dsn-open .main-navigation {
  opacity: 1;
  visibility: visible;
  transform: none;
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger.dsn-open .main-navigation {
    text-align: center;
  }
  .site-header.dsn-hamburger.dsn-open .main-navigation ul {
    width: 100%;
  }
}
@keyframes draw {
  0% {
    stroke-dasharray: 10;
  }
  0% {
    stroke-dasharray: 280;
  }
  100% {
    stroke-dasharray: 10;
  }
}
.site-header.dsn-hamburger .dsn-back {
  /**
      Hover
   */
}
.site-header.dsn-hamburger .dsn-back svg {
  fill: none;
  stroke: var(--border-color);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 10;
  stroke-dashoffset: 0;
  stroke-width: 13px;
  width: 22px;
  margin-right: 10px;
}
.site-header.dsn-hamburger .dsn-back > span {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .dsn-back > span {
    justify-content: center;
  }
}
.site-header.dsn-hamburger .dsn-back span {
  font-size: 15px;
}
.site-header.dsn-hamburger .dsn-back .text-toggle-back {
  position: relative;
}
.site-header.dsn-hamburger .dsn-back .text-toggle-back .text-back {
  position: absolute;
  left: 0;
}
.site-header.dsn-hamburger .dsn-back .text-toggle-back .char {
  margin-right: 5px;
  transform-origin: center top;
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) calc(50ms * var(--char-index));
}
.site-header.dsn-hamburger .dsn-back:hover svg {
  animation: draw 3s linear alternate infinite;
}
.site-header.dsn-hamburger .dsn-back:hover .text-toggle-back .text-back .char, .site-header.dsn-hamburger .dsn-back .text-toggle-back .text-name .char {
  transform: none;
  opacity: 1;
  visibility: visible;
}
.site-header.dsn-hamburger .dsn-back:hover .text-toggle-back .text-name .char, .site-header.dsn-hamburger .dsn-back .text-toggle-back .text-back .char {
  transform: translateY(10px) rotateX(75deg);
  opacity: 0;
  visibility: hidden;
}
.site-header.dsn-hamburger .container-content {
  display: flex !important;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .container-content {
    display: none !important;
  }
}
.site-header.dsn-hamburger .container-content:after, .site-header.dsn-hamburger .container-content {
  transition: 1s;
}
.site-header.dsn-hamburger .container-content:after {
  content: "";
  position: absolute;
  background-image: url(../img/pngtree-dotted.png);
  background-color: var(--border-color);
  opacity: 0.07;
}
@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger .container-content:after {
    right: 0;
    top: 0;
    width: 45%;
    height: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger .container-content:after {
    width: 0;
    height: 1px;
  }
}
.site-header.dsn-hamburger .container-content .sm-title-block {
  color: #a56433;
}
.site-header.dsn-hamburger .container-content .nav-social ul li {
  position: relative;
  color: var(--heading-color);
  display: inline-block;
  letter-spacing: 2px;
  font-size: 14px;
  margin-right: 15px;
  padding-right: 5px;
}
.site-header.dsn-hamburger.dsn-open .container-content {
  opacity: 1;
  visibility: visible;
}
@media only screen and (min-width: 992px) {
  .site-header.dsn-hamburger.dsn-open .container-content:after {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .site-header.dsn-hamburger.dsn-open .container-content:after {
    width: 100%;
    top: calc(-1 * var(--margin-padding) / 2);
  }
}
.site-header.dsn-hamburger.dsn-open .container-content:after, .site-header.dsn-hamburger.dsn-open .container-content {
  transition-delay: 0.7s;
}
.site-header:not(.dsn-hamburger) .container-content {
  display: none;
}
.site-header.nav-bg {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 600px) {
  .site-header.nav-bg {
    top: 0;
  }
}
.site-header.hide-nav:not(.dsn-open) {
  transform: translateY(-170%);
}

.main-brand img,
.dsnload__img img {
  width: 80px;
  max-width: 100%;
  height: auto;
}
.v-light #site_menu_header .main-brand .logo-dark, #dsn_footer.v-light .main-brand .logo-dark, .main-brand .logo-dark, .v-light #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-dark,
.v-light #site_menu_header .dsnload__img .logo-dark,
#dsn_footer.v-light .dsnload__img .logo-dark,
.dsnload__img .logo-dark,
.v-light #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-dark {
  display: block;
}
.v-light #site_menu_header .main-brand .logo-light, #dsn_footer.v-light .main-brand .logo-light, .main-brand .logo-light, .v-light #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-light,
.v-light #site_menu_header .dsnload__img .logo-light,
#dsn_footer.v-light .dsnload__img .logo-light,
.dsnload__img .logo-light,
.v-light #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-light {
  display: none;
}
.v-dark #site_menu_header .main-brand .logo-dark, #dsn_footer.v-dark .main-brand .logo-dark, .v-dark #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-dark,
.v-dark #site_menu_header .dsnload__img .logo-dark,
#dsn_footer.v-dark .dsnload__img .logo-dark,
.v-dark #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-dark {
  display: none;
}
.v-dark #site_menu_header .main-brand .logo-light, #dsn_footer.v-dark .main-brand .logo-light, .v-dark #dsn_footer:not(.v-light, .v-dark) .main-brand .logo-light,
.v-dark #site_menu_header .dsnload__img .logo-light,
#dsn_footer.v-dark .dsnload__img .logo-light,
.v-dark #dsn_footer:not(.v-light, .v-dark) .dsnload__img .logo-light {
  display: block;
}

.v-light #site_menu_header {
  background-color: rgba(255, 255, 255, 0.4);
}

.social-side {
  position: fixed;
  bottom: 50px;
  z-index: 10;
  display: flex;
  mix-blend-mode: exclusion;
  --heading-color: #fff;
  color: var(--heading-color);
}
@media only screen and (min-width: 1400px) {
  .social-side {
    left: 25px;
  }
}
@media only screen and (max-width: 1399px) {
  .social-side {
    left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .social-side {
    display: none;
  }
}
.social-side .icon {
  text-align: center;
  width: 30px;
  line-height: 30px;
  cursor: pointer;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  white-space: nowrap;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 12px;
}
.social-side .icon:before {
  content: "";
  position: relative;
  display: inline-block;
  border-left: 1px solid var(--heading-color);
  height: 50px;
  margin-bottom: 10px;
}

.socials {
  text-align: center;
  font-size: 14px;
}
.socials li a {
  position: relative;
  margin-bottom: 10px;
  margin-top: 5px;
  color: var(--heading-color);
}
.socials li a:after, .socials li a span, .socials li a:hover i {
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.socials li a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--heading-color);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.2);
}
.socials li a i {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.socials li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--heading-color);
  font-size: 13px;
  opacity: 0;
  transform-origin: center bottom;
  cursor: pointer;
  transform: translateX(0px) translateY(-50%);
}
.socials li a:hover i {
  transform: scale(0);
}
.socials li a:hover label {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 12, -8);
  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.socials li a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-delay: 0.2s;
}
.socials li a:hover span {
  opacity: 1;
  transform: translateX(10px) translateY(-50%);
}

.dsn-socials li {
  display: inline-block;
}
.dsn-socials li:not(:last-of-type) {
  margin-right: 5px;
}
.dsn-socials li a {
  position: relative;
  padding: 8px 22px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--heading-color);
}
.dsn-socials li a a:not(.move-circle) {
  border-color: var(--border-color);
}
.dsn-socials li a:after, .dsn-socials li a span:not(.dsn-icon) {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.dsn-socials li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--theme-color);
  transform: translate(-50%, -50%) scale(0.2);
}
.dsn-socials li a span:not(.dsn-icon) {
  color: var(--heading-color);
  font-weight: bold;
  font-size: 13px;
  transform-origin: center bottom;
  cursor: pointer;
}
.dsn-socials li a i {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.dsn-socials li a:hover i {
  transform: scale(0);
}
.dsn-socials li a:hover span:not(.dsn-icon) {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, -20);
  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.dsn-socials li a:hover:after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.5s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition-delay: 0.2s;
}
@media only screen and (max-width: 991px) {
  .dsn-socials li:not(:last-of-type) {
    margin-right: 5px;
  }
}
.elementor-align-right .dsn-socials .dsn-icon {
  margin: inherit;
}

.box-social li {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1;
}
.box-social li a {
  display: flex;
  align-items: center;
  color: var(--font-color);
}
.box-social li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -1px;
  background: var(--theme-color);
}
.box-social li a .word-root {
  height: 17px;
  overflow: hidden;
  display: inline-block;
}
.box-social li a .word-root .double-word-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  padding-right: 10px;
}
.box-social li a .word-root .double-word-column .word {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}
.box-social li a .word-root .double-word-column .word:last-of-type {
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.box-social li a:hover {
  color: var(--heading-color);
}
.box-social li a:hover::before {
  background: var(--heading-color);
}
.box-social li a:hover .double-word-column {
  transform: translateY(-50%);
}
.box-social li a:hover .double-word-column .word:last-of-type {
  transform: translateX(0);
}
.box-social li:not(:last-child) {
  margin-right: 20px;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
.next-page {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 991px) {
  .next-page {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .next-page .top-box {
    flex-direction: column;
    gap: 15px;
  }
  .next-page .top-box h3 {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .next-page .box-img {
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .next-page .box-img {
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .next-page .get-in-tuch {
    border-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .next-page .get-in-tuch .d-grid.grid-1-half {
    grid-template-columns: none;
    border-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .next-page .get-in-tuch .d-grid.grid-1-half .box-left {
    border-right: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .next-page .get-in-tuch .d-grid.grid-1-half .box-right {
    border-top: 1px solid var(--border-color);
  }
}
@media only screen and (max-width: 991px) {
  .next-page .get-in-tuch .d-grid.grid-1-half .box-right .services {
    flex-direction: column;
  }
}
@media only screen and (max-width: 575px) {
  .next-page .get-in-tuch .d-grid.grid-1-half .box-right .box-btn {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .next-page .footer-box {
    align-items: center;
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .next-page .footer-box {
    align-items: baseline;
  }
}
@media only screen and (max-width: 575px) {
  .next-page .social-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
  }
}
.next-page .social-box p {
  font-size: 12px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .next-page .social-box ul {
    flex-direction: column;
    gap: 5px;
  }
}
.next-page .social-box li {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 2px 10px;
  border-radius: 30px;
}
@media only screen and (max-width: 991px) {
  .next-page .title-md {
    font-size: 60px;
    line-height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .next-page .title-md {
    font-size: 42px;
    line-height: 52px;
    text-align: center;
  }
}
.next-page .info {
  font-size: 12px;
}

.next-page-2 h2 {
  font-size: 22vw;
  line-height: 19vw;
}

.next-projects .content {
  display: flex;
  justify-content: center;
}
.next-projects .inner {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .next-projects .inner {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .next-projects .inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .next-projects .work-related_infos {
    flex-direction: column;
    align-items: baseline;
    padding-left: 30px;
    padding-right: 30px;
  }
  .next-projects .work-related_infos .cat {
    width: 100%;
    justify-content: flex-start;
  }
}
.next-projects .box-img {
  position: relative;
  height: 400px;
  border-radius: 10px;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .next-projects .box-img {
    border-radius: 0;
  }
}
.next-projects .box-img img {
  border-radius: inherit;
}
.next-projects .dsn-marquee {
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .next-projects .dsn-marquee {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.type-p-nav {
  border-top: 1px solid var(--border-color);
  padding-top: 50px;
}
.type-p-nav .dsn-pagination {
  flex-wrap: wrap;
}
.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev) {
  position: relative;
  margin-right: 15px;
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  padding: 10px;
  font-size: 20px;
  border: 1px solid var(--border-color);
}
.type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev).current, .type-p-nav .dsn-pagination .page-numbers:not(.next):not(.prev):hover {
  color: var(--theme-color-font, var(--heading-color));
  background-color: var(--assistant-color);
}
.type-p-nav .dsn-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.type-p-nav .dsn-pagination .next, .type-p-nav .dsn-pagination .prev {
  position: relative;
  text-align: center;
  width: 90px;
}
.type-p-nav .dsn-pagination .next:before, .type-p-nav .dsn-pagination .prev:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: var(--assistant-color);
  transition: all 0.45s cubic-bezier(0.08, 0.58, 0.17, 0.94);
  transform: scale(0.8);
}
.type-p-nav .dsn-pagination .next svg, .type-p-nav .dsn-pagination .prev svg {
  width: 30px;
  position: absolute;
  top: 1px;
  fill: var(--heading-color);
  z-index: 1;
  height: 100%;
  opacity: 1;
  transition: all 0.3s ease-out;
}
.type-p-nav .dsn-pagination .next span, .type-p-nav .dsn-pagination .prev span {
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--heading-color);
  transition: all 0.3s ease-out;
}
.type-p-nav .dsn-pagination .next:hover:before, .type-p-nav .dsn-pagination .prev:hover:before {
  transform: scale(0.7);
}
.type-p-nav .dsn-pagination .next:hover svg, .type-p-nav .dsn-pagination .prev:hover svg {
  opacity: 0;
}
.type-p-nav .dsn-pagination .next:hover span, .type-p-nav .dsn-pagination .prev:hover span {
  transform: translateX(0) translateY(2px);
}
.type-p-nav .dsn-pagination .next:hover, .type-p-nav .dsn-pagination .prev:hover {
  background-color: transparent;
}
.type-p-nav .dsn-pagination .next {
  margin-left: 10px;
}
.type-p-nav .dsn-pagination .next svg {
  transform: translateX(20%);
  left: -10%;
}
.type-p-nav .dsn-pagination .next span {
  transform: translateX(20%) translateY(2px);
}
.type-p-nav .dsn-pagination .prev {
  margin-right: 25px;
}
.type-p-nav .dsn-pagination .prev svg {
  transform: translateX(-20%) rotate(180deg);
  right: -10%;
}
.type-p-nav .dsn-pagination .prev span {
  transform: translateX(-20%) translateY(2px);
}

.pagination-pages .post-page-numbers {
  margin: 0 10px;
}
.pagination-pages a {
  color: var(--theme-color);
}

.next-page {
  position: relative;
}
.next-page .get-in-tuch .box-left {
  border-right: 1px solid var(--border-color);
}
.next-page .box-right .sub-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 37px;
  position: relative;
  width: 150px;
}
.next-page .box-right .services {
  display: flex;
}
.next-page .box-right .services ul {
  flex: 1 0 0px;
}
.next-page .box-right .services ul li a {
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.next-page .box-right .services ul li a span.icon {
  aspect-ratio: 1/1;
  gap: 10px;
  height: 30px;
  position: relative;
  width: 30px;
}
.next-page .box-right .services ul li a span.icon span {
  aspect-ratio: 1/1;
  height: 6px;
  position: relative;
  width: 6px;
  z-index: 1;
  background-color: var(--heading-color);
  border-radius: 50%;
  transform-origin: 50% 50% 0px;
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.next-page .box-right .services ul li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.next-page .box-right .services ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.next-page .box-right .services ul li a:hover span.icon span {
  transform: scale(3);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.next-page .dsn-marquee {
  margin-bottom: -30px;
}
.next-page .dsn-marquee h2 {
  background: -webkit-radial-gradient(var(--heading-color), var(--bg-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.next-page .narrow {
  margin-top: 30vh;
}
.next-page .narrow a {
  border-bottom: 8px solid var(--heading-color);
  padding-bottom: 5px;
}

.elementor-widget-dsn_arrow_nav {
  pointer-events: none;
}

.dsn-nav-arrow {
  --dsn-icon-size: 25px;
  pointer-events: none;
}
.dsn-nav-arrow .dsn-nav-left, .dsn-nav-arrow .dsn-nav-right {
  padding: 15px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
.dsn-nav-arrow .dsn-nav-left {
  margin-right: 15px;
}

.swiper-pagination-bullets, .swiper-pagination-fraction, .swiper-pagination-progressbar {
  position: relative;
  --swiper-pagination-color: var(--theme-color);
  --swiper-pagination-bullet-inactive-color: var(--theme-color);
  white-space: nowrap;
}
@media only screen and (max-width: 575px) {
  .swiper-pagination-bullets, .swiper-pagination-fraction, .swiper-pagination-progressbar {
    display: none;
  }
}

.swiper-pagination-fraction {
  bottom: 0;
  width: auto;
  display: block;
}

.dsn-swiper .swiper-pagination-progressbar {
  position: relative;
  width: 30% !important;
  height: 1px !important;
  background-color: var(--border-color);
  --swiper-pagination-color: var(--theme-color);
}
.dsn-swiper .swiper-pagination-progressbar span {
  transition-property: transform;
}

.dsn-swiper-circle .swiper-pagination-bullet {
  position: relative;
  background: transparent;
  width: 20px;
  height: 20px;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  margin: 5px;
  bottom: 0 !important;
}
.dsn-swiper-circle .swiper-pagination-bullet:not(.swiper-pagination-bullet-active, .swiper-pagination-bullet-active-prev, .swiper-pagination-bullet-active-next) {
  transform: scale(0.33);
}
.dsn-swiper-circle .swiper-pagination-bullet::before, .dsn-swiper-circle .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.dsn-swiper-circle .swiper-pagination-bullet::before {
  background-color: var(--heading-color);
  transform: scale(0.7);
}
.dsn-swiper-circle .swiper-pagination-bullet::after {
  border: 1.5px solid var(--heading-color);
  transform: scale(0.7);
}
.dsn-swiper-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  transform: scale(0.4);
}
.dsn-swiper-circle .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

.dsn-swiper .swiper-container-vertical {
  height: 70vh;
}

.swiper-pagination:not(.dsn-swiper-circle, .dsn-swiper-img) .swiper-pagination-bullet {
  width: 20px;
  height: 2px;
  border-radius: 0;
  margin-right: 5px;
  cursor: pointer;
  background: var(--theme-color);
  transition: transform 0.3s ease-in-out;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
  bottom: 0;
}

.swiper-pagination-fraction {
  width: auto !important;
  position: relative !important;
  bottom: auto !important;
}

.dsn-swiper-paginate {
  align-items: center;
}

.e-container > .elementor-element.elementor-absolute.elementor-widget-dsn_arrow_nav.container, .elementor-widget-wrap > .elementor-element.elementor-absolute.elementor-widget-dsn_arrow_nav.container {
  left: 0;
  right: 0;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 0;
  transform: none;
}

.prev-paginate, .next-paginate {
  position: relative;
  cursor: pointer;
}
.prev-paginate:not(.dsn-slid-normal), .next-paginate:not(.dsn-slid-normal) {
  display: flex;
  align-items: center;
  padding: 4px 24px;
  border: 1px solid var(--border-color);
  border-radius: 31px;
  font-size: 13px;
  letter-spacing: 2px;
}
.prev-paginate:not(.dsn-slid-normal) .text-paginate, .next-paginate:not(.dsn-slid-normal) .text-paginate {
  -webkit-user-select: none;
  user-select: none;
  font-weight: 500;
}
.prev-paginate:not(.dsn-slid-normal).prev-paginate, .next-paginate:not(.dsn-slid-normal).prev-paginate {
  padding-left: 4px;
}
.prev-paginate:not(.dsn-slid-normal).next-paginate, .next-paginate:not(.dsn-slid-normal).next-paginate {
  padding-right: 4px;
}
.prev-paginate .dsn-icon, .next-paginate .dsn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 38px;
  border-radius: 26px;
}

.prev-paginate:not(.dsn-slid-normal) .dsn-icon {
  margin-right: 12px;
}

.next-paginate:not(.dsn-slid-normal) .dsn-icon {
  margin-left: 12px;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto;
}

.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet {
  width: 45px;
  height: 45px;
  background: transparent;
  transform: none;
  margin: 0 0 0 -10px;
  opacity: 1;
}
.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  filter: brightness(50%);
}
.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  z-index: 2;
}
.swiper-pagination.dsn-swiper-img .swiper-pagination-bullet, .swiper-pagination.dsn-swiper-img .swiper-pagination-bullet img {
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .prev-paginate:not(.dsn-slid-normal), .next-paginate:not(.dsn-slid-normal) {
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  .prev-paginate:not(.dsn-slid-normal) .text-paginate, .next-paginate:not(.dsn-slid-normal) .text-paginate {
    display: none;
  }
}

.hide-slide-shadow .swiper-slide-shadow {
  display: none;
}

.dsn-swiper-paginate img {
  height: auto;
}

.dsn-swiper .cover-bg-img {
  height: 100%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.main-header {
  padding-top: 230px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 991px) {
  .main-header {
    padding-top: 160px;
  }
}
.main-header .facts-header {
  position: relative;
  padding: 35px;
  width: 350px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .main-header .facts-header {
    display: none;
  }
}
.main-header .facts-header .content {
  padding: 0 60px;
}
.main-header .facts-header .box-img {
  position: relative;
  height: 140px;
  border-radius: 8px;
  overflow: hidden;
}
.main-header .facts-header .box-img video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.main-header .facts-header span {
  position: absolute;
}
.main-header .facts-header span:nth-of-type(1) {
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-right: 2px solid var(--heading-color);
  border-bottom: 2px solid var(--heading-color);
}
.main-header .facts-header span:nth-of-type(2) {
  right: 0;
  top: 0;
  width: 35px;
  height: 35px;
  border-left: 2px solid var(--heading-color);
  border-bottom: 2px solid var(--heading-color);
}
.main-header .facts-header span:nth-of-type(3) {
  left: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-right: 2px solid var(--heading-color);
  border-top: 2px solid var(--heading-color);
}
.main-header .facts-header span:nth-of-type(4) {
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  border-left: 2px solid var(--heading-color);
  border-top: 2px solid var(--heading-color);
}
@media only screen and (max-width: 767px) {
  .main-header .box-info {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
}
.main-header .box-info p {
  max-width: 350px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .main-header .box-info p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .main-header .box-info p {
    max-width: 350px;
  }
}

.footer-header .social-box p {
  font-size: 12px;
  text-transform: uppercase;
}
.footer-header .social-box li {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 2px 10px;
  border-radius: 30px;
}
@media only screen and (max-width: 575px) {
  .footer-header .social-box {
    display: none;
  }
}
.footer-header .dsn-btn.dsn-btn-shape a span {
  font-size: 12px;
}
.footer-header .dsn-btn.dsn-btn-shape .icon {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}
.footer-header .dsn-btn.dsn-btn-shape:hover .icon {
  transform: translateX(0) rotate(360deg);
}

.header-no-bg {
  padding-top: 30vh;
}
@media only screen and (max-width: 767px) {
  .header-no-bg {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .header-no-bg .content .d-grid.grid-1-half {
    grid-template-columns: none;
  }
}
@media only screen and (max-width: 575px) {
  .header-no-bg .title-lg {
    font-size: 65px;
    line-height: 70px;
  }
}
.header-no-bg .col-sm ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}

.brightness {
  overflow: hidden;
  height: 100vh;
}
.brightness .frame {
  padding: 2rem 3rem;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 2rem;
  pointer-events: none;
  justify-items: start;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  transition: opacity 0.3s;
}
.brightness .grid {
  gap: 1rem;
  flex: none;
  position: relative;
  width: 150vw;
  height: 140vh;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: 100%;
  transform-origin: center center;
}
.brightness .row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(7, 1fr);
  will-change: transform, filter;
}
.brightness .row__item {
  position: relative;
}
.brightness .row__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.brightness .row__item-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .brightness .content.w-50 {
    width: 100%;
  }
}

.header-photography {
  height: 105vh;
  overflow: hidden;
}
.header-photography .section-title {
  mix-blend-mode: difference;
  z-index: 1;
  margin-top: 150px;
}
.header-photography .hero-text-icon {
  position: absolute;
  inset: auto 0% 50px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .header-photography .hero-text-icon {
    inset: auto 0% 0px;
  }
}
@media only screen and (max-width: 767px) {
  .header-photography .hero-text-icon {
    order: 2;
  }
}
.header-photography p {
  font-size: 14px;
  line-height: 23px;
}
.header-photography .box-social {
  position: absolute;
  bottom: 80px;
  left: var(--dsn-gap-container);
  z-index: 3;
}
.header-photography .box-social li {
  max-width: -webkit-max-content;
  max-width: max-content;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 8px 10px;
  border-radius: 30px;
}
.header-photography .icon-svg {
  position: relative;
  transform: rotate(90deg);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  z-index: 3;
}
.header-photography .icon-svg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid var(--heading-color);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.333, 0, 0, 1);
  opacity: 0.5;
}
.header-photography .icon-svg svg {
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -3px;
  fill: var(--heading-color);
}
.header-photography .icon-svg:hover:before {
  transform: scale(1.05);
  opacity: 1;
}
.header-photography .hero-cards {
  transform-origin: 50% 100%;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}
.header-photography .hero-cards .hero-card {
  z-index: 2;
  border-radius: 10px;
  object-position: 50% 50%;
  min-width: 270px;
  max-width: 270px;
  min-height: 355px;
  max-height: 355px;
  box-shadow: -4px 4px 30px var(--reverse-heading-color);
}
.header-photography .hero-cards .hero-cards-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  right: 0%;
}
.header-photography .hero-cards .hero-card-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform-origin: 50% 100%;
}
.header-photography .hero-cards .hero-card-wrapper._01 {
  z-index: 2;
  transform: rotate(-64deg);
}
@media only screen and (max-width: 767px) {
  .header-photography .hero-cards .hero-card-wrapper._01 {
    display: none;
  }
}
.header-photography .hero-cards .hero-card-wrapper._02 {
  z-index: 0;
  transform: rotate(-32deg);
}
@media only screen and (max-width: 767px) {
  .header-photography .hero-cards .hero-card-wrapper._02 {
    display: none;
  }
}
.header-photography .hero-cards .hero-card-wrapper._03 {
  z-index: 0;
  transform: rotate(0);
}
.header-photography .hero-cards .hero-card-wrapper._04 {
  z-index: 0;
  transform: rotate(32deg);
}
@media only screen and (max-width: 767px) {
  .header-photography .hero-cards .hero-card-wrapper._04 {
    display: none;
  }
}
.header-photography .hero-cards .hero-card-wrapper._05 {
  z-index: 0;
  transform: rotate(64deg);
}
@media only screen and (max-width: 767px) {
  .header-photography .hero-cards .hero-card-wrapper._05 {
    display: none;
  }
}

.header-creative {
  padding-top: 180px;
}
@media only screen and (max-width: 991px) {
  .header-creative {
    padding-top: 120px;
  }
}
.header-creative .title-lg span {
  position: relative;
  z-index: 3;
}
.header-creative h5 {
  max-width: 350px;
}
.header-creative .box-img {
  position: absolute;
  top: -35px;
  right: 140px;
  width: 380px;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .header-creative .box-img {
    display: none;
  }
}
.header-creative .box-img video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.header-creative .footer-header {
  margin-top: 180px;
}
@media only screen and (max-width: 991px) {
  .header-creative .footer-header {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .header-architecture .box-img.h-100 {
    height: 70vh !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-architecture .content {
    padding-top: 0;
    padding-bottom: var(--margin-padding);
  }
}
.header-architecture .content .bg--blueGrid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/grid.svg);
  background-position: -6.22rem 3.22rem;
  background-size: 9.44rem 9.44rem;
  border-radius: inherit;
  opacity: 0.2;
}
@media only screen and (max-width: 991px) {
  .header-architecture .ex {
    margin-top: 30px;
  }
}
.header-architecture .ex .icon {
  font-size: 100px;
  line-height: 65px;
  text-align: center;
  transition: all 0.3s;
}
.header-architecture .ex .icon svg {
  width: 100px;
  height: 100px;
  fill: var(--theme-color);
}
.header-architecture .ex .title {
  margin-inline-start: -40px;
  font-size: 90px;
  line-height: 1;
}
.header-architecture .ex .title-block {
  border-left: 1px solid var(--heading-color);
  margin-left: 20px;
  padding-left: 20px;
}

.header-personal {
  padding-top: 100px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .header-personal {
    padding-bottom: var(--margin-padding);
  }
}
.header-personal .box-img {
  border-radius: 500px;
  max-width: 300px;
  height: 475px;
  margin-left: auto;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .header-personal .box-img {
    display: none;
  }
}
.header-personal .box-img img {
  border-radius: inherit;
}

@media only screen and (max-width: 767px) {
  .header-resume .text .d-flex.align-items-end {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.header-resume .text .h6,
.header-resume .text h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 10px;
  max-width: 250px;
}
.header-resume .text .title-lg {
  font-size: 200px;
  line-height: 160px;
}
@media only screen and (max-width: 991px) {
  .header-resume .text .title-lg {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .header-resume .text .title-lg {
    font-size: 80px;
    line-height: 90px;
  }
}

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

-------------------------------------------------------- */
.header-project {
  padding-top: 160px;
}
.header-project .custom-container {
  margin-left: 0;
  padding-left: 0;
}
@media only screen and (max-width: 991px) {
  .header-project .box-cat-btn .d-flex.justify-content-between {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header-project .box-cat-btn .d-flex.justify-content-between {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991px) {
  .header-project .box-cat-btn .cat {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .header-project .box-cat-btn .cat {
    width: 100%;
  }
}
.header-project .box-img {
  height: 80vh;
  border-radius: 0 10px 10px 0;
}
.header-project .box-img img {
  border-radius: inherit;
}
.header-project .view-case {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.header-project .view-case .btn-border span {
  border: 0;
}

/*--------------------------------------------------------------
## pages
--------------------------------------------------------------*/
.slider .hero__small-scope {
  position: absolute;
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
  pointer-events: none;
  scale: 0.610003;
}
.slider .hero__small-scope .scope__left,
.slider .hero__small-scope .scope__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.slider .hero__small-scope .scope__bottom-left {
  transform: rotate(-90deg);
}
.slider .hero__small-scope .scope__top-right {
  transform: rotate(90deg);
}
.slider .hero__small-scope .scope__bottom-right {
  transform: rotate(-180deg);
}
.slider .hero__small-scope .scope__corner {
  display: flex;
}
.slider .hero__small-scope .scope__corner:before {
  background: var(--heading-color);
  content: "";
  display: block;
  height: 3.125vw;
  width: 1.5px;
}
.slider .hero__small-scope .scope__corner:after {
  background: var(--heading-color);
  content: "";
  display: block;
  height: 1.5px;
  width: 3.125vw;
}
.slider .scope {
  height: 100%;
  left: 0;
  width: 100%;
}
.slider .slider-inner {
  width: 100%;
  position: relative;
}
.slider .slider-inner, .slider .slider-inner .slide-item {
  height: 330px;
}
.slider .box-social {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
.slider .control-nav {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 3;
}
.slider .control-nav svg {
  height: 20px;
  width: 20px;
}
.slider .control-nav svg path {
  fill: var(--heading-color);
}
.slider .control-nav .prev-container,
.slider .control-nav .next-container {
  display: inline-block;
  cursor: pointer;
  transform: none;
}

.main-slider .dsn-slider-content {
  display: flex;
  justify-content: center;
}
.main-slider .dsn-slider-content .slide-content {
  bottom: 30px;
}
.main-slider .dsn-slider-content .slide-content.dsn-active {
  z-index: 1;
  pointer-events: auto;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) {
  z-index: 0;
  pointer-events: none;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .dsn-chars-wrapper, .main-slider .dsn-slider-content .slide-content:not(.dsn-active) [data-dsn-split=chars], .main-slider .dsn-slider-content .slide-content:not(.dsn-active) .swiper-animate-head {
  opacity: 0;
  visibility: hidden;
}

.cat.p-0 {
  padding: 0;
}
.cat span {
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 13px;
}
.cat span:not(:last-of-type) {
  margin-right: 8px;
}

.filtering-absolute {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 700px;
  border-radius: 50px;
  padding: 30px;
  z-index: 3;
  opacity: 0;
}
.filtering-absolute button {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  color: var(--heading-color);
  text-transform: uppercase;
  cursor: pointer;
}

.slide-date span {
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 13px;
}

.filter-bg {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

.work-scroll .dsn-item-post {
  border-radius: 15px;
}
.work-scroll .dsn-item-post .item-inner {
  width: 100%;
  height: 700px;
}
.work-scroll .dsn-item-post .box-image-bg {
  height: 100%;
}
.work-scroll .dsn-item-post .box-image-bg img {
  height: 100%;
}
.work-scroll .dsn-item-post .post-info {
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .work-scroll .dsn-item-post .post-info {
    flex-direction: column;
    align-items: center;
  }
}
.work-scroll .dsn-item-post .dsn-btn-shape {
  justify-self: flex-end;
}
.work-scroll .dsn-item-post .post-content {
  padding: 30px;
}
.work-scroll .dsn-item-post .post-content .label {
  font-size: 12px;
  letter-spacing: 2px;
}
.work-scroll .dsn-item-post .post-content .title-lg {
  font-size: 100px;
  line-height: 105px;
}
@media only screen and (max-width: 767px) {
  .work-scroll .dsn-item-post .post-content .title-lg {
    font-size: 75px;
    line-height: 85px;
  }
}
@media only screen and (max-width: 575px) {
  .work-scroll .dsn-item-post .post-content .title-lg {
    font-size: 40px;
    line-height: 45px;
  }
}

.work-massonary .dsn-posts {
  display: flex;
  flex-wrap: wrap;
}
.work-massonary .dsn-item-post {
  position: relative;
  width: calc(33.3333% - 80px);
  margin: 60px 40px 60px 40px;
  z-index: 10;
  display: block;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.work-massonary .dsn-item-post .box-image {
  height: 18vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 1) {
  width: calc(45% - 80px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 1) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 1) .box-image {
  height: 44vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 1) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 2) {
  width: calc(50% - 80px);
  margin-left: calc(5% + 40px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 2) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 2) .box-image {
  height: 22vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 2) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 3) {
  width: calc(80% - 80px);
  margin-left: calc(10% + 40px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 3) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 3) .box-image {
  height: 33vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 3) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 4) {
  width: calc(50% - 80px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 4) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 4) .box-image {
  height: 22vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 4) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 5) {
  width: calc(45% - 80px);
  margin-left: calc(5% + 40px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 5) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 5) .box-image {
  height: 44vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 5) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 6) {
  width: calc(80% - 80px);
  margin-left: calc(10% + 40px);
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 6) {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.work-massonary .dsn-item-post:nth-of-type(6n + 6) .box-image {
  height: 33vw;
}
@media only screen and (max-width: 767px) {
  .work-massonary .dsn-item-post:nth-of-type(6n + 6) .box-image {
    height: 50vw;
  }
}
.work-massonary .dsn-item-post:last-of-type {
  margin-bottom: 0;
}
.work-massonary .dsn-item-post .post-content {
  width: 100%;
}

.flexibly-hover {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .flexibly-hover {
    flex-direction: column;
  }
}
.flexibly-hover:hover .grid-item .content {
  transform: scaleX(0.85);
  opacity: 0;
}
.flexibly-hover .grid-item {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
}
.flexibly-hover .grid-item,
.flexibly-hover .grid-item * {
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.flexibly-hover .grid-item:not(:hover) .post-content {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .flexibly-hover .grid-item:not(:hover) .post-content {
    opacity: 1;
  }
}
.flexibly-hover .grid-item:hover {
  flex-grow: var(--flex-grow, 2.3);
}
.flexibly-hover .grid-item:hover .post-content {
  transition-delay: 0.3s;
}
.flexibly-hover .grid-item:hover .content {
  transform: scaleX(1);
  opacity: 1;
}

.infinity-grid {
  --grid-gap: 50px;
}
.infinity-grid .infinity__content {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap, 80px);
}
.infinity-grid .grid-item {
  position: relative;
  padding-top: 120%;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.infinity-grid .grid-item:first-child {
  margin-top: var(--grid-gap, 80px);
}
.infinity-grid .grid-item * {
  -webkit-user-select: none;
  user-select: none;
}
.infinity-grid .grid-item img {
  pointer-events: none;
}
.infinity-grid .grid-item .box-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  -webkit-clip-path: inset(0 0 0 0 round 0.694vw);
          clip-path: inset(0 0 0 0 round 0.694vw);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  transition: clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  transition: clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96), -webkit-clip-path 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  z-index: 2;
}
.infinity-grid .grid-item .box-img img {
  border-radius: inherit;
}
.infinity-grid .grid-item .post-content {
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  transition: all 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
  z-index: 4;
  opacity: 0;
}
.infinity-grid .grid-item .post-content .box-meta {
  transform: translateY(-30px);
  transition: all 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
}
.infinity-grid .grid-item .post-content .title-block {
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.07, 0.51, 0.18, 0.96);
}
.infinity-grid .grid-item:hover .box-img {
  -webkit-clip-path: inset(6% 6% 6% 6% round 0.694vw);
          clip-path: inset(6% 6% 6% 6% round 0.694vw);
}
.infinity-grid .grid-item:hover .post-content {
  opacity: 1;
}
.infinity-grid .grid-item:hover .post-content .box-meta {
  transform: translateY(0);
}
.infinity-grid .grid-item:hover .post-content .title-block {
  transform: translateY(0);
}

.work-slider {
  position: relative;
}
.work-slider .work-item .work-img {
  height: 70vh;
}
@media only screen and (max-width: 767px) {
  .work-slider .work-item .work-content {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .work-slider .work-item .work-content .title {
    order: 2;
  }
}
.work-slider .dsn-swiper-paginate {
  bottom: 30px;
  right: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .work-slider .dsn-swiper-paginate {
    position: relative;
    display: flex;
    margin-top: 30px;
    bottom: auto;
  }
}

.work-hover-1 .dsn-item-post {
  height: 70vh;
}

@media only screen and (max-width: 767px) {
  .work-full .section-title {
    flex-direction: column;
    align-items: baseline;
  }
}
.work-full .swiper-wrapper {
  padding-top: 30px;
}
.work-full .work-item {
  height: 440px;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-property: opacity, transform, visibility;
}
.work-full .work-item .work-item-inne {
  transition-property: opacity, transform, visibility;
}
.work-full .work-item .work-item-inne .box-content {
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.work-full .work-item .work-item-inner {
  transition: 0.4s;
}
.work-full .work-item:not(.swiper-slide-active) .work-item-inner {
  transform: scale(0.8, 0.800132);
}

.work-photography .work-inner .box-text {
  position: relative;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.work-photography .work-inner .box-text p {
  font-size: 18px;
}
.work-photography .work-inner .box-text .number {
  left: 50%;
  opacity: 0.1;
  position: absolute;
  top: 30px;
  transform: translate(-50%, -30%) scaleY(1.05);
  font-size: 260px;
  font-weight: 600;
  line-height: 0.8;
}
.work-photography .work-inner .title-middle {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 470px;
  font-size: 60px;
  line-height: 60px;
}
.work-photography .dsn-grid-layout {
  --dsn-width-item: 3;
}
@media only screen and (max-width: 767px) {
  .work-photography .dsn-grid-layout {
    --dsn-width-item: 1;
  }
}
.work-photography .grid-item {
  height: 400px;
}

.our-blog .blog-item {
  height: 490px;
  border-radius: 5px;
  padding: 30px;
}
.our-blog .blog-item .blog-item-inner {
  position: relative;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding: 15px 30px;
}
.our-blog .blog-item .blog-item-inner .date span.title {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.our-blog .blog-item .blog-item-inner::before {
  content: "";
  position: absolute;
  border: solid 3px var(--heading-color);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}
.our-blog .blog-item .blog-item-inner .cat {
  width: -webkit-max-content;
  width: max-content;
}
.our-blog .blog-item .blog-item-inner .cat span {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

.blog-2 .blog-item {
  padding: 30px 25px;
}
.blog-2 .blog-item .number {
  position: relative;
  padding-bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.blog-2 .blog-item .sub-title {
  font-size: 13px;
}
.blog-2 .blog-item .content .sub-title {
  margin-left: auto;
  border-radius: 30px;
  padding: 10px 30px;
}
.blog-2 .blog-item .content p {
  max-width: 300px;
}
.blog-2 .blog-item .content .img-box {
  height: 300px;
}
.blog-2 .blog-item .content .dsn-btn-shape {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.blog-hover .dsn-item-post {
  position: relative;
}
.blog-hover .dsn-item-post .content {
  width: 100%;
  height: 100%;
  top: 0;
  padding: 60px;
}
.blog-hover .dsn-item-post .content .date span.title {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 15px;
  margin-bottom: 5px;
  border-radius: 5px;
}
.blog-hover .dsn-item-post .content .title-block {
  max-width: 350px;
}
.blog-hover .dsn-item-post .content::before {
  content: "";
  position: absolute;
  border: solid 3px var(--heading-color);
  bottom: 30px;
  left: 30px;
  top: 30px;
  right: 30px;
  opacity: 0.7;
  z-index: -1;
}
.blog-hover .dsn-item-post .content .cat {
  width: -webkit-max-content;
  width: max-content;
}
.blog-hover .dsn-item-post .content .cat span {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

.blog-hover-1 .dsn-item-post .content {
  opacity: 0;
}
.blog-hover-1 .dsn-item-post:not(:hover) .content {
  opacity: 0;
}
.blog-hover-1 .dsn-item-post:nth-of-type(2) {
  flex-grow: var(--flex-grow, 2.3);
}
.blog-hover-1 .dsn-item-post:nth-of-type(2) .content {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .dsn-form .d-flex-form .form-group:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-form .d-flex-form {
    flex-direction: column;
  }
}
.dsn-form .form-group {
  width: 100%;
  margin-bottom: 30px;
}
.dsn-form .form-group label {
  font-size: 19px;
  font-weight: 600;
  color: var(--heading-color);
}
.dsn-form .entry-box {
  border: 1px solid var(--border-color);
  border-radius: 5px;
  padding: 25px;
}
.dsn-form .entry-box .wpcf7-form-control-wrap {
  width: 100%;
}
.dsn-form .entry-box textarea,
.dsn-form .entry-box input:not([type=submit]) {
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  border: 0;
  border: 0;
  border-radius: 5px;
  padding: 10px 0;
  color: var(--heading-color);
  margin-bottom: 0;
  background-color: transparent;
}
.dsn-form .entry-box textarea {
  height: 100px;
}
.dsn-form input[type=submit] {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--heading-color);
  padding: 20px 30px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 9;
}
.dsn-form .ajax-loader {
  position: absolute;
  right: 3px;
}
.dsn-form .wpcf7-not-valid-tip {
  margin-top: 20px;
}
.dsn-form .wpcf7 form.invalid .wpcf7-response-output,
.dsn-form .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: var(--border-color);
}
.dsn-form .dsn-def-btn .icon-circle {
  display: inherit;
}

@media only screen and (max-width: 767px) {
  .contact-form .section-title {
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }
}
.contact-form .box-info .box-socials li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
}
.contact-form .box-info .box-socials li .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--border-color);
}
.contact-form .box-info .box-socials li .icon svg {
  fill: var(--heading-color);
  width: 20px;
}
.contact-form .box-info .box-socials li .word {
  font-size: 20px;
}
.contact-form .info .box-title a {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  color: var(--theme-color);
}
.contact-form .info .box-title a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 0;
  transform-origin: right;
  transform: scaleX(1);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.contact-form .info .box-title a:hover:before {
  transform: scaleX(0);
  transform-origin: left;
}

form:not(.submitting) .wpcf7-spinner {
  width: 0;
  padding: 0;
  margin: 0;
  transform: scale(0);
}

.wpcf7-spinner {
  transition: 0.5s linear;
  transition-property: transform, margin;
  z-index: 1;
  margin-left: 0;
  margin-right: 30px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Error
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.footer {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .footer .footer-bottom {
    flex-direction: column;
  }
  .footer .footer-bottom .dsn-btn {
    margin-top: 20px;
  }
}
.footer .cop {
  font-size: 14px;
}
.footer .links li a {
  font-size: 14px;
  letter-spacing: 2px;
}
.footer .text-right {
  max-width: 450px;
}
.footer .dsn-btn.dsn-btn-shape a span {
  font-size: 12px;
}
.footer .dsn-btn.dsn-btn-shape .icon {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}
.footer .dsn-btn.dsn-btn-shape:hover .icon {
  transform: translateX(0) rotate(360deg);
}

.dsn-footer .dsn-footer-top .cta-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}
.dsn-footer .dsn-footer-top .cta-wrap .dsn-marquee {
  color: var(--border-color);
  opacity: 0.04;
  position: absolute;
  width: 100%;
  transform: scaleY(1.3);
}
.dsn-footer .dsn-footer-top .cta-wrap .narrow-wrap {
  position: relative;
  max-width: 760px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
.dsn-footer .dsn-footer-top .cta-wrap .narrow-wrap .huge {
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
  position: relative;
  transform: scale(1);
  text-align: center;
  border: 1px solid var(--border-color);
  box-shadow: 0 20px 80px 0 var(--bg-color);
  border-radius: 120px;
  padding: 40px 120px;
}
.dsn-footer .dsn-footer-top .cta-wrap .narrow-wrap .huge .sh {
  font-size: 128px;
  line-height: 1em;
  letter-spacing: -0.02em;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .dsn-footer .dsn-footer-top .cta-wrap .narrow-wrap .huge .sh {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-footer .dsn-footer-info .box-social {
    justify-self: start;
  }
}
.dsn-footer .top-footer .col .logo {
  width: 8.0625vw;
  height: auto;
}
.dsn-footer .middle-footer .item-time p {
  font-size: 12px;
}
.dsn-footer .middle-footer .opening-time {
  line-height: 1.7;
}
.dsn-footer .middle-footer .opening-time .day,
.dsn-footer .middle-footer .opening-time .time {
  color: var(--heading-color);
  display: inline-block;
  vertical-align: top;
  width: 134px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .dsn-footer .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .dsn-footer .footer-bottom .dsn-btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-footer .bottom-footer {
    flex-direction: column;
    gap: 20px;
  }
  .dsn-footer .bottom-footer .dsn-btn {
    display: none;
  }
}

.footer-personal {
  position: relative;
}
.footer-personal .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(5, 5, 5, 0.71) 0%, rgba(5, 5, 5, 0.11) 51.3513513514%, #040404 100%);
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .box-left {
    gap: 30px;
  }
}
.footer-personal .footer-inner .box-left .box-img {
  width: 100%;
  max-width: 324px;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .box-left .box-img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .box-left .box-social {
    flex-direction: row;
  }
}
@media only screen and (max-width: 575px) {
  .footer-personal .footer-inner .box-left .box-social {
    flex-direction: column;
  }
}
.footer-personal .footer-inner .box-left .box-social li {
  max-width: 170px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 8px 10px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .middle-box {
    padding-top: 0;
    gap: 30px;
  }
}
.footer-personal .footer-inner .middle-box .title {
  font-size: 77px;
  line-height: 84px;
}
@media only screen and (max-width: 575px) {
  .footer-personal .footer-inner .middle-box .title {
    font-size: 40px;
    line-height: 44px;
  }
}
.footer-personal .footer-inner .middle-box .title .expart-image {
  width: 98px;
  height: 50px;
  margin-left: 10px;
  display: inline-block;
}
.footer-personal .footer-inner .middle-box .title .expart-image img {
  filter: invert(1);
}
.footer-personal .footer-inner .middle-box p {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .middle-box p {
    max-width: 500px;
  }
}
.footer-personal .footer-inner .middle-box .footer-button-wrapper {
  background-color: var(--assistant-color);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  border-radius: 100%;
  overflow: clip;
  transition: border-width 0.2s, border-color 0.2s, box-shadow 0.2s, color 0.2s, transform 0.2s, background-color 0.2s, opacity 0.2s;
}
.footer-personal .footer-inner .middle-box .footer-button-wrapper span {
  z-index: 1;
  transition: color 0.2s;
  font-size: 22px;
  text-transform: uppercase;
  color: var(--heading-color);
}
.footer-personal .footer-inner .middle-box .footer-button-wrapper .footer-button-circle {
  background-color: var(--reverse-color);
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  bottom: -84%;
  border-radius: 100%;
  overflow: clip;
  transform-style: preserve-3d;
  transition: 0.4s;
}
.footer-personal .footer-inner .middle-box .footer-button-wrapper:hover .footer-button-circle {
  transform: scale3d(3, 3, 1);
}
.footer-personal .footer-inner .middle-box .footer-button-wrapper:hover span {
  color: var(--reverse-heading-color);
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-inner .middle-box .d-flex.justify-content-between {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
}
@media only screen and (max-width: 767px) {
  .footer-personal .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }
}

.socials-listing {
  display: flex;
}
.socials-listing a {
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  color: var(--theme-color);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.socials-listing a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0.2em;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 0;
  transform-origin: right;
  transform: scaleX(1);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.socials-listing a:hover:before {
  transform: scaleX(0);
  transform-origin: left;
}

body:not(.v-dark) .dsn-footer .logo-dark {
  display: none;
}
body:not(.v-dark) .dsn-footer .logo-light {
  display: block;
}

body.v-dark .dsn-footer .logo-dark {
  display: block;
}
body.v-dark .dsn-footer .logo-light {
  display: none;
}

.move-circle:not(.p-absolute) {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .move-circle {
    background-color: transparent;
    border-color: transparent !important;
  }
}
.move-circle .icon-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  border: inherit;
}
.move-circle.background-main .icon-circle {
  background-color: var(--bg-color);
}
.move-circle.background-section .icon-circle {
  background-color: var(--assistant-color);
}
.move-circle.background-theme .icon-circle {
  background-color: var(--theme-color);
}
.move-circle.border-color-default .icon-circle {
  border-color: var(--border-color);
}
.move-circle.border-color-main .icon-circle {
  border-color: var(--bg-color);
}
.move-circle.border-color-assistant .icon-circle {
  border-color: var(--assistant-color);
}
.move-circle.border-color-theme-color .icon-circle {
  border-color: var(--theme-color);
}
.move-circle.border-color-heading .icon-circle {
  border-color: var(--heading-color);
}
.move-circle.border-color-body .icon-circle {
  border-color: var(--font-color);
}
.move-circle.border-circle {
  border: 1px solid var(--heading-color);
}

.dsn-ajax-effect {
  overflow: hidden;
}

.dsn-icon i {
  font-size: var(--dsn-icon-size, 20px);
  color: var(--dsn-color-icon, var(--theme-color));
}
.dsn-icon svg:not(.size-default) {
  width: var(--dsn-icon-size, 20px);
  height: var(--dsn-icon-size, 20px);
}
.dsn-icon svg, .dsn-icon svg path {
  fill: var(--dsn-color-icon, var(--theme-color));
}
.text-center .dsn-icon {
  margin: 0 auto;
}

.dsn-icon-stroke .dsn-icon svg, .dsn-icon-stroke .dsn-icon svg path {
  fill: transparent;
  stroke: var(--dsn-color-icon, var(--theme-color));
}

.dsn-icon-theme-color {
  --dsn-color-icon: var(--theme-color);
}

.dsn-icon-heading-color {
  --dsn-color-icon: var(--heading-color);
}

.dsn-icon-body-color {
  --dsn-color-icon: var(--font-color);
}

.dsn-icon-border-color {
  --dsn-color-icon: var(--border-color);
}

.dsn-icon-assistant-color {
  --dsn-color-icon: var(--assistant-color);
}

.dsn-icon-main-color {
  --dsn-color-icon: var(--bg-color);
}

.dsn-grid-layout {
  --dsn-width-item: 4;
  --dsn-col-item: 30px;
  --dsn-row-item: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--dsn-col-item));
  margin-top: calc(-1 * var(--dsn-row-item));
}
@media only screen and (max-width: 575px) {
  .dsn-grid-layout:not(.dsn-n-default) {
    --dsn-width-item: 1 !important;
  }
}
.dsn-grid-layout > .grid-item {
  flex: 0 0 calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  margin-left: var(--dsn-col-item);
  margin-top: var(--dsn-row-item);
}
.dsn-grid-layout.full-width-last-item:not(.dsn-isotope) > .grid-item {
  flex-grow: 1;
}
.dsn-grid-layout:not(.full-width-last-item) > .grid-item {
  max-width: calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  width: 100%;
  overflow: hidden;
}

.dsn-grid-layout {
  --dsn-width-item: 4;
  --dsn-col-item: 30px;
  --dsn-row-item: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-1 * var(--dsn-col-item));
  margin-top: calc(-1 * var(--dsn-row-item));
}
@media only screen and (max-width: 575px) {
  .dsn-grid-layout:not(.dsn-n-default) {
    --dsn-width-item: 1 !important;
  }
}
.dsn-grid-layout > .grid-item {
  flex: 0 0 calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  margin-left: var(--dsn-col-item);
  margin-top: var(--dsn-row-item);
}
.dsn-grid-layout.full-width-last-item:not(.dsn-isotope) > .grid-item {
  flex-grow: 1;
}
.dsn-grid-layout:not(.full-width-last-item) > .grid-item {
  max-width: calc((100% / var(--dsn-width-item)) - var(--dsn-col-item));
  width: 100%;
  overflow: hidden;
}

.dsn-background-inherit, .dsn-background-inherit .background-main, .dsn-background-inherit .background-section, .dsn-background-inherit .background-theme, .dsn-def-btn, .dsn-def-btn .background-main, .dsn-def-btn .background-section, .dsn-def-btn .background-theme {
  background-color: transparent;
}
.dsn-background-inherit .background-main .dsn-bg, .dsn-background-inherit .background-main .dsn-bg-after:after, .dsn-background-inherit .background-main .dsn-bg-before:before, .dsn-background-inherit.background-main .dsn-bg, .dsn-background-inherit.background-main .dsn-bg-after:after, .dsn-background-inherit.background-main .dsn-bg-before:before, .dsn-def-btn .background-main .dsn-bg, .dsn-def-btn .background-main .dsn-bg-after:after, .dsn-def-btn .background-main .dsn-bg-before:before, .dsn-def-btn.background-main .dsn-bg, .dsn-def-btn.background-main .dsn-bg-after:after, .dsn-def-btn.background-main .dsn-bg-before:before {
  background-color: var(--bg-color);
}
.dsn-background-inherit .background-section .dsn-bg, .dsn-background-inherit .background-section .dsn-bg-after:after, .dsn-background-inherit .background-section .dsn-bg-before:before, .dsn-background-inherit.background-section .dsn-bg, .dsn-background-inherit.background-section .dsn-bg-after:after, .dsn-background-inherit.background-section .dsn-bg-before:before, .dsn-def-btn .background-section .dsn-bg, .dsn-def-btn .background-section .dsn-bg-after:after, .dsn-def-btn .background-section .dsn-bg-before:before, .dsn-def-btn.background-section .dsn-bg, .dsn-def-btn.background-section .dsn-bg-after:after, .dsn-def-btn.background-section .dsn-bg-before:before {
  background-color: var(--assistant-color);
}
.dsn-background-inherit .background-theme .dsn-bg, .dsn-background-inherit .background-theme .dsn-bg-after:after, .dsn-background-inherit .background-theme .dsn-bg-before:before, .dsn-background-inherit.background-theme .dsn-bg, .dsn-background-inherit.background-theme .dsn-bg-after:after, .dsn-background-inherit.background-theme .dsn-bg-before:before, .dsn-def-btn .background-theme .dsn-bg, .dsn-def-btn .background-theme .dsn-bg-after:after, .dsn-def-btn .background-theme .dsn-bg-before:before, .dsn-def-btn.background-theme .dsn-bg, .dsn-def-btn.background-theme .dsn-bg-after:after, .dsn-def-btn.background-theme .dsn-bg-before:before {
  background-color: var(--theme-color);
}

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

.color-inherit-bg.theme-color:after, .color-inherit-bg.theme-color:before, .color-inherit-bg.theme-color span:before, .color-inherit-bg.theme-color span:after {
  background-color: var(--theme-color);
}
.color-inherit-bg.body-color:after, .color-inherit-bg.body-color:before, .color-inherit-bg.body-color span:before, .color-inherit-bg.body-color span:after {
  background-color: var(--font-color);
}
.color-inherit-bg.heading-color:after, .color-inherit-bg.heading-color:before, .color-inherit-bg.heading-color span:before, .color-inherit-bg.heading-color span:after {
  background-color: var(--heading-color);
}
.color-inherit-bg.custom:after, .color-inherit-bg.custom:before, .color-inherit-bg.custom span:before, .color-inherit-bg.custom span:after {
  background-color: var(--dsn-custom-color, var(--heading-color));
}

.background-section .dsn-revere-bg {
  background-color: var(--bg-color);
}
.background-main .dsn-revere-bg {
  background-color: var(--assistant-color);
}

.project-info .box-left .cat span {
  width: -webkit-max-content;
  width: max-content;
}

@media only screen and (max-width: 991px) {
  .services-scroll .root-posts {
    padding-right: var(--dsn-gap-container);
    padding-left: var(--dsn-gap-container);
  }
}
@media only screen and (max-width: 991px) {
  .services-scroll .dsn-grid-layout {
    --dsn-width-item: 2;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .services-scroll .dsn-grid-layout {
    --dsn-width-item: 1;
  }
}
@media only screen and (max-width: 991px) {
  .services-scroll .dsn-grid-layout .dsn-item-post {
    display: contents;
  }
  .services-scroll .dsn-grid-layout .dsn-item-post .section-title {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .services-scroll .dsn-grid-layout .dsn-item-post .section-title p {
    max-width: 570px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 575px) {
  .services-scroll .dsn-grid-layout .dsn-item-post .section-title p {
    max-width: 450px;
  }
}
.services-scroll .service-item:nth-of-type(odd) {
  margin-top: 80px;
}
@media only screen and (max-width: 991px) {
  .services-scroll .service-item:nth-of-type(odd) {
    margin-top: var(--dsn-row-item);
  }
}
.services-scroll .service-item .service-item-inner {
  padding: 60px 70px;
  border: 1px solid var(--border-color);
}
@media only screen and (max-width: 991px) {
  .services-scroll .service-item .service-item-inner {
    padding: 30px;
  }
}
.services-scroll .service-item .service-item-inner .number {
  width: 60px;
  height: 60px;
  border: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.root-posts .pin-spacer {
  margin-left: 0 !important;
}
.root-posts .pin-spacer .dsn-grid-layout .start-section {
  max-width: calc(100% - var(--dsn-col-item)) !important;
  flex: 0 0 calc(100% - var(--dsn-col-item)) !important;
}
.root-posts .pin-spacer .dsn-grid-layout .end-section {
  max-width: calc(80% - var(--dsn-col-item)) !important;
  flex: 0 0 calc(80% - var(--dsn-col-item)) !important;
}
.root-posts .pin-spacer .dsn-grid-layout .start-section,
.root-posts .pin-spacer .dsn-grid-layout .end-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: var(--dsn-col-item);
  margin-right: var(--dsn-col-item);
}
@media only screen and (min-width: 992px) {
  .root-posts .pin-spacer .dsn-grid-layout {
    --dsn-width-item: 2.8;
    --dsn-col-item: 50px;
    --dsn-row-item: 0px;
  }
  .root-posts .pin-spacer .dsn-grid-layout .box-image-link .box-image-bg,
.root-posts .pin-spacer .dsn-grid-layout .dsn-item-post {
    height: 100vh;
    max-height: 100vh;
  }
}
@media only screen and (max-width: 991px) {
  .root-posts .pin-spacer .dsn-grid-layout {
    --dsn-width-item: 2;
    --dsn-col-item: 30px;
    --dsn-row-item: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .root-posts .pin-spacer .dsn-grid-layout {
    --dsn-width-item: 1;
  }
}

.services-list {
  --item-size: 5.9375rem;
  --arrow-size: 0.625rem;
  --sapce-size: 0.625rem;
  --spacing-top: 14.880952381vh;
  --wt-img: 80px;
  --tw-img-center: calc(var(--wt-img) / 2);
}
.services-list .active-v-scroll .grid-item {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .services-list .icon_inner {
    display: none;
  }
}
.services-list .services-inner .service-item {
  border-top: 1px solid var(--heading-color);
  padding-top: 30px;
  display: block;
}
.services-list .services-inner .service-item .number {
  letter-spacing: 6px;
  font-size: 14px;
}
.services-list .services-inner .service-item .content P {
  max-width: 350px;
}
.services-list .services-inner .service-item ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.services-list .icon_inner {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .services-list .icon_inner {
    display: none;
  }
}
.services-list .icon_inner .thumb-item {
  position: relative;
}
.services-list .icon_inner .thumb-item .thumb-item_inner {
  border-radius: 50%;
  position: relative;
  width: var(--wt-img);
  height: var(--wt-img);
  margin-right: 1.75rem;
}
.services-list .icon_inner .icon_flash:before {
  position: absolute;
  content: "";
  border-bottom: var(--arrow-size) solid transparent;
  border-left: var(--arrow-size) solid var(--theme-color);
  border-top: var(--arrow-size) solid transparent;
  top: calc((var(--to-p, 1) * var(--wt-img)) - (var(--wt-img) / 2) + ((var(--to-p, 1) - 1) * 10px));
  right: 0;
  transform: translateY(-50%);
  transition: top 0.5s;
}

.services-architecture .services-inner {
  border: 1px solid var(--border-color);
}
@media only screen and (max-width: 991px) {
  .services-architecture .services-inner {
    border: 0;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.services-architecture .services-item {
  border-right: 1px solid var(--border-color);
  height: 500px;
}
@media only screen and (max-width: 991px) {
  .services-architecture .services-item {
    border: 1px solid var(--border-color);
  }
}
.services-architecture .services-item .title-inner {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.7s;
  z-index: 1;
}
.services-architecture .services-item .content {
  position: relative;
  padding: 60px 30px;
  transform: translateY(100%);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.7s;
  border-top: 3px solid var(--heading-color);
}
.services-architecture .services-item .content ul li:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.services-architecture .services-item:hover .title-inner, .services-architecture .services-item:focus .title-inner {
  opacity: 0;
  transform: translateY(-100%);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.services-architecture .services-item:hover .content, .services-architecture .services-item:focus .content {
  transform: translateY(0);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.my-services .services-item {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
}
.my-services .services-item .title-lg {
  line-height: 110px;
}
.my-services .services-item .number {
  position: absolute;
  left: 0;
  bottom: 30px;
  opacity: 0.5;
}

.services-photography .services-item {
  position: relative;
  border-top: 1px solid var(--border-color);
  padding: 50px;
  display: flex;
  grid-column-gap: 12.5rem;
  grid-row-gap: 12.5rem;
  justify-content: flex-end;
  align-items: flex-start;
}
.services-photography .services-item .services-item-inner {
  width: 90%;
}
@media only screen and (max-width: 575px) {
  .services-photography .services-item .services-item-inner {
    width: 100%;
    flex-direction: column;
    gap: 30px;
  }
}
.services-photography .services-item::before, .services-photography .services-item::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 8px;
  height: 100px;
  background-color: var(--border-color);
  border-radius: 10px;
}
.services-photography .services-item::before {
  left: 30px;
}
.services-photography .services-item::after {
  right: 30px;
}
@media only screen and (max-width: 575px) {
  .services-photography .services-item {
    padding-left: 0;
    padding-right: 0;
  }
  .services-photography .services-item .number {
    display: none;
  }
  .services-photography .services-item::before, .services-photography .services-item::after {
    display: none;
  }
}

.our-services-about .services-item .grid-1-half {
  grid-template-columns: 75% auto;
}
@media only screen and (max-width: 991px) {
  .our-services-about .services-item .grid-1-half {
    grid-template-columns: none;
  }
}

.choose-feature .choose-feature-single {
  padding: 30px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}
@media only screen and (max-width: 575px) {
  .choose-feature .choose-feature-single {
    flex-direction: column;
    gap: 20px;
  }
}
.choose-feature .choose-feature-single .content {
  border-left: 1px solid var(--heading-color);
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .choose-feature .choose-feature-single .content {
    padding-left: 0;
    border-left: 0;
    text-align: center;
  }
}

@media only screen and (max-width: 991px) {
  .services-sm .d-grid.grid-md-5 {
    gap: 15px;
  }
}
.services-sm .service-item {
  padding: 30px 15px;
  transform-origin: 50% 50% 0px;
}
.services-sm .service-item:first-of-type {
  background-color: #ff4e21;
}
.services-sm .service-item:nth-of-type(2) {
  background-color: #900300;
}
.services-sm .service-item .btn .icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.services-sm .service-item .content-text {
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform-origin: 50% 50% 0px;
}
.services-sm .service-item .content-text h4 {
  font-size: 14px;
}
.services-sm .service-item:hover .content-text {
  transition: 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.services-hover {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .services-hover .title-box {
    flex-direction: column;
    gap: 30px;
  }
}
.services-hover .services-item {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
}
.services-hover .services-item .title-lg {
  font-size: 160px;
  line-height: 200px;
  filter: var(--filter);
  opacity: var(--op, 1);
  position: relative;
  bottom: var(--bt, -50px);
  white-space: pre;
  width: auto;
  z-index: 1;
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 991px) {
  .services-hover .services-item .title-lg {
    font-size: 120px;
    line-height: 195px;
    bottom: var(--bt, -30px);
  }
}
@media only screen and (max-width: 767px) {
  .services-hover .services-item .title-lg {
    font-size: 80px;
    line-height: 100px;
    bottom: var(--bt, -30px);
  }
}
@media only screen and (max-width: 575px) {
  .services-hover .services-item .title-lg {
    font-size: 60px;
    line-height: 110px;
  }
}
.services-hover .services-item .cat {
  z-index: 2;
}
.services-hover .services-item .cat ul li {
  filter: var(--filter, blur(2px));
  opacity: var(--op, 0.1);
  position: relative;
  background-color: var(--theme-color);
  color: var(--heading-color);
  padding: 7px 30px;
  border-radius: 30px;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  transform: translateY(calc(-100% - var(--tran-li, 0) * -1));
  top: var(--tran-li, 0);
  transition: 2.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (max-width: 767px) {
  .services-hover .services-item .cat ul li {
    padding: 5px 10px;
  }
}
.services-hover .services-item:hover {
  --filter: blur(11px);
  --op: 0.5;
  --bt: 0;
}
.services-hover .services-item:hover li {
  --filter: blur(0);
  --op: 1;
}
.services-hover .services-item:hover li:nth-of-type(1) {
  --tran-li: 35%;
}
.services-hover .services-item:hover li:nth-of-type(2) {
  --tran-li: 60%;
}
.services-hover .services-item:hover li:nth-of-type(3) {
  --tran-li: 25%;
}
.services-hover .services-item:hover li:nth-of-type(4) {
  --tran-li: 40%;
}

.dsn-testimonials {
  --item-size: 5.9375rem;
  --arrow-size: 0.625rem;
  --sapce-size: 0.625rem;
  --spacing-top: 14.880952381vh;
  --wt-img: 80px;
  --tw-img-center: calc(var(--wt-img) / 2);
}
.dsn-testimonials .content-inner {
  position: relative;
  grid-template-columns: auto 100px;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials .content-inner {
    grid-template-columns: none;
  }
}
.dsn-testimonials .review-box {
  padding: 10px;
}
.dsn-testimonials .review-box img {
  width: 60px;
}
.dsn-testimonials .review-box span {
  font-size: 12px;
  margin-right: 10px;
}
.dsn-testimonials .review-box i {
  font-size: 13px;
  color: var(--theme-color);
}
.dsn-testimonials .testimonial-item {
  padding: 60px 30px;
  position: relative;
}
.dsn-testimonials .testimonial-item.no-padding {
  padding: 50px 0;
}
.dsn-testimonials .testimonial-item.no-padding .authoer span {
  padding: 8px 15px;
  border-radius: 30px;
}
.dsn-testimonials .testimonial-item.no-padding .authoer .img {
  width: 50px;
  height: 50px;
  border: 0;
}
.dsn-testimonials .testimonial-item.no-padding .authoer,
.dsn-testimonials .testimonial-item.no-padding .text-box {
  padding-left: 30px;
  padding-right: 30px;
}
.dsn-testimonials .testimonial-item .icon {
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsn-testimonials .testimonial-item .icon svg g {
  fill: var(--reverse-heading-color);
}
.dsn-testimonials .testimonial-item .authoer {
  position: relative;
  align-items: center;
}
.dsn-testimonials .testimonial-item .authoer svg path {
  fill: var(--bg-color);
}
.dsn-testimonials .testimonial-item .authoer .text {
  padding: 6px 30px;
  border-radius: 30px;
  margin-right: -1px;
}
.dsn-testimonials .testimonial-item .authoer .text h5 {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
}
.dsn-testimonials .testimonial-item .authoer .text span {
  font-size: 14px;
  font-weight: 400;
}
.dsn-testimonials .testimonial-item .authoer .img {
  border-radius: 50%;
  border: 5px solid var(--bg-color);
  width: 50px;
  height: 50px;
  margin-left: -1px;
}
.dsn-testimonials .testimonial-item .authoer .img img {
  border-radius: 50%;
}
.dsn-testimonials.testimonials-small .swiper-cards {
  overflow: visible;
}
.dsn-testimonials.testimonials-small:not(.full-testimonials) .testimonials-inner {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-small:not(.full-testimonials) .testimonials-inner {
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-testimonials.testimonials-small .d-grid.grid-1-half {
    grid-template-columns: none;
  }
  .dsn-testimonials.testimonials-small .d-grid.grid-1-half .dsn-swiper-paginate {
    display: none;
  }
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .content {
  padding: 30px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .content .rating svg {
  width: 16px;
  height: 16px;
  fill: #ffd43b;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .quote svg {
  width: 71px;
  height: 53px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .quote svg path {
  fill: var(--heading-color);
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer {
  position: relative;
  align-items: center;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer svg path {
  fill: var(--assistant-color);
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .text {
  padding: 6px 30px;
  border-radius: 30px;
  margin-left: -1px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .text h5 {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .text span {
  font-size: 14px;
  font-weight: 400;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .img {
  border-radius: 50%;
  border: 5px solid var(--assistant-color);
  width: 54px;
  height: 54px;
  margin-right: -1px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .img img {
  border-radius: 50%;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 {
  position: relative;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, var(--bg-color) 0%, var(--assistant-color) 51.3513513514%, var(--bg-color) 100%);
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner {
  align-items: stretch;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer {
  border-right: 1px solid var(--border-color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 24px;
  display: flex;
  position: relative;
  width: -webkit-max-content;
  width: max-content;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer .img {
  max-width: 110px;
  width: 100%;
  height: auto;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer .img img {
  border-radius: 8px;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer .text {
  border-radius: 0;
  white-space: nowrap;
  word-break: normal;
  position: absolute;
  inset: auto auto 130px -60px;
  transform: rotate(-90deg);
  padding: 0px 26px;
  margin-left: 0;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer .text h5 {
  font-size: 16px;
}
.dsn-testimonials.testimonials-small.testimonials-small-2 .testimonal-item-inner .box-authoer .text span {
  font-size: 17px;
  margin-top: 5px;
}
.dsn-testimonials .testimonials-inner .testimonial-item {
  padding: 50px 30px;
}
.dsn-testimonials .testimonials-inner .testimonial-item .quote svg {
  width: 71px;
  height: 53px;
}
.dsn-testimonials .testimonials-inner .testimonial-item .quote svg path {
  fill: var(--heading-color);
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer {
  position: relative;
  align-items: center;
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer svg path {
  fill: var(--theme-color);
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer .text {
  padding: 8px 40px;
  border-radius: 30px;
  margin-left: -2px;
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer .text h5 {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer .text span {
  font-size: 14px;
  font-weight: 500;
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer .img {
  border-radius: 50%;
  border: 5px solid var(--theme-color);
  width: 56px;
  height: 56px;
  margin-right: -2px;
}
.dsn-testimonials .testimonials-inner .testimonial-item .authoer .img img {
  border-radius: 50%;
}
.dsn-testimonials .testimonials_thumbs_inner {
  position: relative;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials .testimonials_thumbs_inner {
    display: none;
  }
}
.dsn-testimonials .testimonials_thumbs_inner .thumb-item {
  position: relative;
}
.dsn-testimonials .testimonials_thumbs_inner .thumb-item .thumb-item_inner {
  border-radius: 50%;
  position: relative;
  width: var(--wt-img);
  height: var(--wt-img);
  margin-left: 1.75rem;
}
.dsn-testimonials .testimonials_thumbs_inner .thumb-item .thumb-item_inner img {
  border-radius: 50%;
}
.dsn-testimonials .testimonials_thumbs_inner .testimonials_thumbs_flash:before {
  position: absolute;
  content: "";
  border-bottom: var(--arrow-size) solid transparent;
  border-right: var(--arrow-size) solid var(--theme-color);
  border-top: var(--arrow-size) solid transparent;
  top: calc((var(--to-p, 1) * var(--wt-img)) - (var(--wt-img) / 2) + ((var(--to-p, 1) - 1) * 10px));
  left: 0;
  transform: translateY(-50%);
  transition: top 0.5s;
}
.dsn-testimonials.testimonials-two .testimonials-inner {
  padding: 40px 30px;
  border-radius: 3px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-two .box-img {
    height: 100%;
  }
}
.dsn-testimonials.testimonials-two .testimonial-item {
  grid-template-columns: 300px auto;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-two .testimonial-item {
    grid-template-columns: none;
    padding: 0;
  }
}
.dsn-testimonials.testimonials-two .testimonial-item .box-img {
  width: 300px;
  height: 440px;
  border-radius: 200px;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-two .testimonial-item .box-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
}
.dsn-testimonials.testimonials-two .testimonial-item .box-img img {
  border-radius: inherit;
}
.dsn-testimonials.testimonials-two .testimonial-item .designation {
  font-size: 13px;
  font-weight: 400;
}
.dsn-testimonials.testimonials-two .dsn-swiper-paginate {
  bottom: 50px;
  right: 50px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-two .dsn-swiper-paginate {
    bottom: 0;
    right: 0;
  }
}

.next-paginate.prev-paginate .icon-svg svg,
.prev-paginate.prev-paginate .icon-svg svg {
  transform: rotate(180deg);
}
.next-paginate .icon-svg,
.prev-paginate .icon-svg {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.next-paginate .icon-svg:before,
.prev-paginate .icon-svg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border: 2px solid var(--heading-color);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.333, 0, 0, 1);
  opacity: 0.5;
}
.next-paginate .icon-svg svg,
.prev-paginate .icon-svg svg {
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -3px;
  fill: var(--heading-color);
}
.next-paginate:hover .icon-svg:before,
.prev-paginate:hover .icon-svg:before {
  transform: scale(1.05);
  opacity: 1;
}

.dsn-brands .brands-inner {
  position: relative;
  border-left: 1px solid var(--assistant-color);
  border-right: 1px solid var(--assistant-color);
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .dsn-brands .brands-inner {
    border-left: 0;
    border-right: 0;
  }
}
.dsn-brands .brands-inner-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .dsn-brands .brands-inner-listing {
    grid-template-columns: repeat(3, 1fr);
  }
}
.dsn-brands .brand-item {
  width: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--assistant-color);
  -webkit-backdrop-filter: blur(6.7rem);
          backdrop-filter: blur(6.7rem);
  overflow: hidden;
  transition: box-shadow 0.4s ease;
  z-index: 2;
  will-change: transform;
}
.dsn-brands .brand-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  opacity: 0;
  background-color: var(--theme-color);
  transition: opacity 0.4s ease;
}
.dsn-brands .brand-item:after {
  content: "";
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.dsn-brands .brand-item .brand-item-inner {
  position: absolute;
  width: 100%;
  height: auto;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsn-brands .brand-item .brand-item-inner img {
  width: 105px;
  object-fit: contain;
  z-index: 2;
}
.dsn-brands .brand-item .home__intro-company-secret {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.dsn-brands .brand-item:hover::before {
  opacity: 1;
}
.dsn-brands .brand-item:hover .brand-item-inner,
.dsn-brands .brand-item:hover .home__intro-company-secret {
  opacity: 1;
}
.dsn-brands .brand-item:nth-child(2) {
  grid-row: 2/3;
}
.dsn-brands .brand-item:nth-child(3), .dsn-brands .brand-item:nth-child(4) {
  grid-row: 3/4;
}
.dsn-brands .brand-item:nth-child(5), .dsn-brands .brand-item:nth-child(6) {
  grid-row: 4/5;
}
.dsn-brands .brand-item:nth-child(7), .dsn-brands .brand-item:nth-child(8) {
  grid-row: 5/6;
}
.dsn-brands .brand-item:nth-child(9) {
  grid-row: 6/7;
}
.dsn-brands .brand-item:nth-child(2), .dsn-brands .brand-item:nth-child(5), .dsn-brands .brand-item:nth-child(9) {
  grid-column: 2/3;
}
.dsn-brands .brand-item:nth-child(7), .dsn-brands .brand-item:nth-child(10) {
  grid-column: 1/2;
}
.dsn-brands .brand-item:nth-child(4), .dsn-brands .brand-item:nth-child(8) {
  grid-column: 3/4;
}
.dsn-brands .brand-item:nth-child(6) {
  grid-column: 4/5;
}
.dsn-brands .brand-item:nth-child(10) {
  grid-column: 1/3;
}
@media only screen and (max-width: 991px) {
  .dsn-brands .brand-item:nth-child(6) {
    grid-column: 3/4;
    grid-row: 7/8;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-brands .brand-item {
    width: auto;
  }
  .dsn-brands .brand-item:nth-child(3n) {
    grid-column: 2/3;
  }
  .dsn-brands .brand-item:nth-child(3n-1) {
    grid-column: 3/4;
  }
  .dsn-brands .brand-item:nth-child(3n-2) {
    grid-column: 1/2;
  }
  .dsn-brands .brand-item:nth-child(2) {
    grid-row: 1/2;
  }
  .dsn-brands .brand-item:nth-child(3) {
    grid-row: 2/3;
  }
  .dsn-brands .brand-item:nth-child(6) {
    grid-row: 4/5;
  }
  .dsn-brands .brand-item:nth-child(5) {
    grid-row: 3/4;
  }
  .dsn-brands .brand-item:nth-child(9) {
    grid-row: 7/8;
  }
  .dsn-brands .brand-item:last-child {
    display: none;
  }
}
.dsn-brands .pinned-elements {
  position: sticky;
  top: var(--margin-padding);
}
.dsn-brands .content-float {
  z-index: 2;
}
.dsn-brands .content-float ul li {
  font-size: 14px;
  text-transform: uppercase;
}
.dsn-brands .content-float ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.dsn-brands .content-float .box-img img {
  width: 250px;
  filter: invert(1);
}
@media only screen and (max-width: 575px) {
  .dsn-brands .content-float .box-img img {
    width: 130px;
  }
}

.brand-personal .grid-half-1 {
  grid-column-gap: 0 !important;
}

.v-dark .brand-item img {
  filter: invert(1);
}

.brand-scroll {
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .brand-scroll .brand-inner {
    gap: 0;
  }
}
.brand-scroll .brand-item {
  min-height: 250px;
}
@media only screen and (max-width: 767px) {
  .brand-scroll .brand-item {
    min-height: 150px;
  }
  .brand-scroll .brand-item img {
    width: 120px;
  }
}

.brands-marquee .dsn-swiper.marquee-swiper {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, white 10%, white 90%, transparent 100%);
}
.brands-marquee .swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}
.brands-marquee .swiper-slide.marquee-swiper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .brands-marquee .brand-item img {
    width: 200px;
  }
}

body:not(.v-dark) .brands .brands-marquee .brand-item img {
  filter: invert(1);
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@media only screen and (max-width: 767px) {
  .skills-section .box-img {
    height: 100%;
  }
}
.skills-section .skills-inner {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}
@media only screen and (max-width: 767px) {
  .skills-section .skills-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 575px) {
  .skills-section .skills-inner {
    grid-template-columns: 1fr 1fr;
  }
}
.skills-section .skills-item {
  color: var(--font-color);
  border: 1px solid var(--border-color);
  border-radius: 390px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 352px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
}

@media only screen and (max-width: 767px) {
  .img-3-col-move .d-grid {
    gap: 30px;
  }
}

.box-move .info .info-item {
  padding-bottom: 30px;
}
.box-move .info .info-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.box-move .info .info-item .date {
  width: 90px;
}
.box-move .info .info-item .sm-title-block {
  width: 60%;
  font-family: var(--body-font);
  font-size: 15px;
}
.box-move .info .info-item .icon {
  margin-left: auto;
}
.box-move .info .info-item .icon svg {
  width: 10px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  .about-section .d-grid.grid-1-half {
    grid-template-columns: none;
  }
}
.about-section .box-img {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .about-section .box-img {
    display: none;
  }
}
.about-section .box-img img {
  border-radius: initial;
}
@media only screen and (max-width: 991px) {
  .about-section .box-left {
    display: none;
  }
}
.about-section .ex {
  position: relative;
}
.about-section .ex .title {
  line-height: 52px;
}

.section-seat .box-right .img-text {
  padding: 20px;
  border-radius: 5px;
}
.section-seat .box-right .img-text .img {
  height: 400px;
}

.about-section-two {
  position: relative;
}
.about-section-two .grid-half-1 {
  grid-template-columns: 40% 60%;
}
@media only screen and (max-width: 991px) {
  .about-section-two .grid-half-1 {
    grid-template-columns: none;
  }
}
.about-section-two .inner-content {
  grid-template-columns: 45% 55%;
}
@media only screen and (max-width: 991px) {
  .about-section-two .inner-content {
    grid-template-columns: none;
  }
}
.about-section-two ul li {
  padding: 10px 20px;
  border-radius: 5px;
}
.about-section-two ul li i {
  font-size: 12px;
}
.about-section-two .img {
  position: relative;
  margin-top: -180px;
  height: 500px;
}
@media only screen and (max-width: 991px) {
  .about-section-two .img {
    margin-top: 0;
    height: 60vh;
  }
}

.experience .experience-inner {
  background-image: url("https://images.ctfassets.net/beeay9aupl8z/2r8eDCz624DPnr7pI89nIU/b367ff1198874e224e9db46ae41b1e0a/IMAGE_GRID_OPTION_2.png");
  -webkit-background-clip: text;
          background-clip: text;
  background-attachment: fixed;
  background-size: 100%;
}
.experience .title-lg {
  color: transparent;
  font-size: clamp(100px, 42vw, 755px);
  line-height: 0.85;
}

.about-architecture {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-architecture .bg-mask {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .about-architecture .d-grid.grid-half-1 {
    grid-template-columns: 50% 50%;
  }
}
@media only screen and (max-width: 767px) {
  .about-architecture .d-grid.grid-half-1 {
    grid-template-columns: none;
  }
}
.about-architecture .box-text {
  height: 600px;
}
@media only screen and (max-width: 991px) {
  .about-architecture .box-text {
    height: auto;
    padding-bottom: 30px;
  }
}
.about-architecture .box-img {
  height: 500px;
}
.about-architecture .brands-marquee {
  width: 80%;
  padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
  .about-architecture .brands-marquee {
    width: 100%;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-architecture .brands-marquee .brand-item img {
    width: 200px;
  }
}

.box-seat {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .box-seat .grid-half-1 {
    grid-template-columns: none;
  }
}
@media only screen and (max-width: 767px) {
  .box-seat .box-img {
    width: 100%;
    display: block;
  }
}
.box-seat .box-img .img-lg {
  width: 56%;
  margin-left: -60px;
}
@media only screen and (max-width: 767px) {
  .box-seat .box-img .img-lg {
    width: 100%;
    margin-left: 0;
  }
}
.box-seat .box-img .img-sm {
  position: relative;
  width: 23%;
  margin-top: auto;
  margin-bottom: 50px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .box-seat .box-img .img-sm {
    display: none;
  }
}
.box-seat .box-img .img-md {
  width: 25%;
  margin-left: -60px;
  margin-top: 15%;
}
@media only screen and (max-width: 767px) {
  .box-seat .box-img .img-md {
    display: none;
  }
}
.box-seat .box-img .img-last {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32%;
}
@media only screen and (max-width: 575px) {
  .box-seat .box-img .img-last {
    display: none;
  }
}

.about-me .signechar {
  width: 260px;
  filter: grayscale(1);
}
@media only screen and (max-width: 767px) {
  .about-me .signechar {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-me .item:first-of-type {
    order: 2;
  }
}
@media only screen and (max-width: 767px) {
  .about-me .item {
    display: flex;
    flex-direction: column;
  }
}
.about-me .item ul {
  flex: 1 0 0px;
}
.about-me .item ul li a {
  position: relative;
  border-bottom: 1px solid var(--border-color);
}
.about-me .item ul li a span.icon {
  aspect-ratio: 1/1;
  gap: 10px;
  height: 30px;
  position: relative;
  width: 30px;
}
.about-me .item ul li a span.icon span {
  aspect-ratio: 1/1;
  height: 6px;
  position: relative;
  width: 6px;
  z-index: 1;
  background-color: var(--heading-color);
  border-radius: 50%;
  transform-origin: 50% 50% 0px;
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.about-me .item ul li a:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.about-me .item ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.about-me .item ul li a:hover span.icon span {
  transform: scale(3);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.about-me .h6 {
  font-weight: 200;
}

.experience-about {
  justify-content: flex-start;
  align-items: center;
  max-width: 270px;
  display: flex;
}
.experience-about .number span {
  font-size: 200px;
  font-weight: 500;
  line-height: 160px;
}
.experience-about .description {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -18px;
  margin-left: -35px;
  display: flex;
  transform: rotate(-90deg);
}
.experience-about .description span {
  text-align: right;
  width: 134px;
}

.about-me-2 .box-img {
  height: 680px;
}
@media only screen and (max-width: 767px) {
  .about-me-2 .box-bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .about-me-2 .box-bottom .experience-about {
    order: 1;
    margin-bottom: 30px;
  }
}
.about-me-2 .box-bottom .text {
  border-left: 1px solid var(--border-color);
  padding-left: 60px;
  margin-left: 60px;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .about-me-2 .box-bottom .text {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    max-width: 100%;
    order: 2;
  }
}

@media only screen and (max-width: 991px) {
  .about-photography .box-text .experience-box {
    flex-direction: row;
    gap: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .about-photography .box-text .experience-box {
    flex-direction: column;
    gap: 15px;
  }
}
.about-photography .box-text .img-small {
  height: 285px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .about-photography .box-text .img-small {
    display: none;
  }
}
.about-photography .box-text .img-small img {
  border-radius: inherit;
}
.about-photography .box-text .img {
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .about-photography .box-text .img {
    display: none;
  }
}
.about-photography .box-text .img img {
  border-radius: inherit;
}
@media only screen and (max-width: 767px) {
  .about-photography .box-text .left-image {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .about-photography .box-text .left-image .image-group {
    flex-direction: row;
  }
}
.about-photography .box-text .left-image .round-image {
  border: 4px solid var(--bg-color);
  border-radius: 50%;
  width: 55px;
  height: 55px;
}
.about-photography .box-text .left-image .round-image:nth-of-type(2), .about-photography .box-text .left-image .round-image:nth-of-type(3) {
  margin-left: -15px;
}
.about-photography .box-text .left-image .round-image img {
  border-radius: inherit;
}
.about-photography .box-text .left-image .small-text p {
  font-size: 14px;
  line-height: 1.5;
}
.about-photography .box-text-img {
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .about-photography .box-text-img {
    padding-left: 0;
    display: grid;
  }
}
.about-photography .box-text-img .img {
  height: 300px;
  border-radius: 8px;
}
.about-photography .box-text-img .img img {
  border-radius: inherit;
}

@media only screen and (max-width: 767px) {
  .text-photography {
    padding-top: 0;
  }
  .text-photography .pinned-scroll {
    height: auto;
    min-height: auto;
  }
}
.text-photography .inner-img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .text-photography .inner-img {
    display: none;
  }
}
.text-photography .inner-img .img-item {
  width: 250px;
  height: 300px;
}
.text-photography .inner-img .img-item.ml-auto {
  margin-left: auto;
}
.text-photography .inner-img .img-item.mr-auto {
  margin-right: auto;
}

@media only screen and (max-width: 991px) {
  .section-seat.section-seat-img .d-grid.grid-1-half {
    grid-template-columns: none;
  }
}
.section-seat .box-text .signechar {
  width: 260px;
  filter: grayscale(1);
}

.section-seat-about .box-text {
  height: 700px;
}
@media only screen and (max-width: 991px) {
  .section-seat-about .box-text {
    height: auto;
    gap: 30px;
  }
}

.about-me-3 .about-inner {
  border: 5px solid var(--heading-color);
}
.about-me-3 .about-inner .box-left {
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .about-me-3 .about-inner .box-left {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.about-me-3 .about-inner .box-right {
  padding: 30px;
}

.project-info .project-info-list .portfolio-list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid var(--border-color);
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.dsn-award .award-inner {
  max-width: 800px;
}
@media only screen and (max-width: 991px) {
  .dsn-award .award-inner {
    margin-left: 0;
    max-width: 100%;
  }
}
.dsn-award .award-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--border-color);
}
.dsn-award .award-item:not(:first-of-type) {
  padding-bottom: 30px;
}
.dsn-award .award-item:last-of-type {
  padding-bottom: 0;
}
.dsn-award .award-item .date {
  padding-top: 6px;
}
.dsn-award .award-item img {
  height: 100px;
}

.awards .awards-item {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--heading-color);
}
.awards .awards-item .info {
  width: 60%;
}
.awards .awards-item .info .sm-title-block {
  margin-right: 15px;
}
.awards .awards-item .info .icon-svg {
  visibility: hidden;
  width: 0;
  transition: all 0.3s ease;
}
.awards .awards-item .info .icon-svg svg {
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -3px;
  fill: var(--heading-color);
  rotate: -45deg;
}
.awards .awards-item .info .tags {
  font-size: 13px;
  padding: 5px 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.awards .awards-item:hover .info .icon-svg {
  visibility: visible;
  width: auto;
  margin-right: 10px;
}
.awards .awards-item:hover .info .tags {
  opacity: 1;
  transition: all 0.3s ease;
}

.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
  overflow: hidden;
  height: 100vh;
}
.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track, .sidebar-single .scrollbar-track, .dsn-work-scrollbar .scrollbar-track, .contact-modal .scrollbar-track {
  background: none;
  width: 4px;
  mix-blend-mode: exclusion;
  z-index: 11;
}
.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar .scrollbar-track .scrollbar-thumb, .sidebar-single .scrollbar-track .scrollbar-thumb, .dsn-work-scrollbar .scrollbar-track .scrollbar-thumb, .contact-modal .scrollbar-track .scrollbar-thumb {
  background: #fff;
  width: var(--smooth-width);
}

@media only screen and (min-width: 992px) {
  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #main_content:after {
    content: "";
    display: block;
    height: 0.1px;
  }
}

.admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
  height: calc(100vh - 46px);
}
@media screen and (min-width: 783px) {
  .admin-bar.dsn-effect-scroll:not(.dsn-mobile) #dsn-scrollbar, .sidebar-single, .dsn-work-scrollbar, .contact-modal {
    height: calc(100vh - 32px);
  }
}

.locked-scroll #dsn-scrollbar {
  background-color: var(--bg-color);
}

.cap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  padding: 4px 15px;
  color: #fff;
  z-index: 10;
}
.cap span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}