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

  Template Name: cuxp - Ajax Portfolio Showcase HTML Template
  Template URI: https://template.dsngrid.com//cuxp
  Description: cuxp - 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: "Thunder Med";
  src: url("https://db.onlinewebfonts.com/t/38c4d9f9c4ac6bbec5507e9da4a70aa7.eot");
  src: url("https://db.onlinewebfonts.com/t/38c4d9f9c4ac6bbec5507e9da4a70aa7.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/38c4d9f9c4ac6bbec5507e9da4a70aa7.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/38c4d9f9c4ac6bbec5507e9da4a70aa7.woff") format("woff"), url("https://db.onlinewebfonts.com/t/38c4d9f9c4ac6bbec5507e9da4a70aa7.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/38c4d9f9c4ac6bbec5507e9da4a70aa7.svg#Thunder Med") format("svg");
}
:root {
  --body-font: "DM Sans", sans-serif;
  --heading-font: "Thunder Med", 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: 28px;
  --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: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  :root {
    --title-heading: 50px;
  }
}
@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 .loading-count {
  font-size: 15vw;
  color: var(--heading-color);
  font-weight: bold;
  z-index: 22;
}
#dsn_preloader .preloader-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--reverse-color);
  overflow: hidden;
}
#dsn_preloader .preloader-progress::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--reverse-color);
}
#dsn_preloader .preloader-progress .progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background-color: var(--reverse-heading-color);
  transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#dsn_preloader .preloader-progress .progress-fill::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 20px;
  background-color: var(--heading-color);
}
#dsn_preloader .loading-text {
  position: absolute;
  color: var(--heading-color);
  right: var(--dsn-gap-container);
  bottom: 20px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 400;
}

.dsnload {
  bottom: 20px;
  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: 160px;
}
.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: absolute;
  z-index: 100;
  top: 61px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .day-night {
    left: 50%;
    transform: translateX(-35px);
  }
}
@media only screen and (max-width: 1399px) {
  .day-night {
    left: 50%;
    transform: translateX(-35px);
  }
}
.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);
}

.bg-gradient {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  opacity: 0.8;
  background: #f8f8f8;
  background: linear-gradient(135deg, #f8f8f8 0%, #e4e6e9 100%);
  z-index: -1;
}

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.w-100 {
  width: 100%;
}
.btn-default.no-border {
  border: 0;
  padding: 0;
  height: auto;
}
.btn-default.no-border .btn-border {
  display: none;
}
.btn-default.border-radius-5 .btn-border {
  border-radius: 5px;
}
.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: 17px;
  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 {
  align-items: center;
  display: flex;
  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;
}

.btn-lg {
  position: relative;
  width: auto;
}
.btn-lg a {
  border-bottom-width: 1px;
  border: 1px solid var(--heading-color);
  border-radius: 100px;
  place-content: center;
  align-items: center;
  display: flex;
  flex-flow: row;
  padding: 2px;
  position: relative;
  text-decoration: none;
  width: 528px;
}
@media only screen and (max-width: 767px) {
  .btn-lg a {
    width: auto;
  }
}
@media only screen and (max-width: 575px) {
  .btn-lg a {
    padding: 0;
  }
}
.btn-lg a .btn-lg-inner {
  border-radius: 100px;
  place-content: center space-between;
  align-items: center;
  display: flex;
  flex: 1 0 0px;
  flex-flow: row;
  height: -webkit-min-content;
  height: min-content;
  overflow: hidden;
  padding: 8px 8px 8px 45px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn-lg a .btn-lg-inner {
    padding: 15px 25px;
  }
}
.btn-lg a .btn-lg-inner .word-root {
  height: 33px;
  font-size: 30px;
  line-height: 0.9;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .btn-lg a .btn-lg-inner .word-root {
    height: 20px;
    font-size: 18px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-lg a .btn-lg-inner .word-root {
    margin-right: 0;
  }
}
.btn-lg a .btn-lg-inner .word-root .double-word-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-lg a .btn-lg-inner .word-root .double-word-column .word {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}
.btn-lg a .btn-lg-inner .word-root .double-word-column .word:last-of-type {
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-lg a .icon-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  position: relative;
  width: 90px;
  border: 1px solid var(--heading-color);
  background-color: #f4f4f70d;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .btn-lg a .icon-lg {
    height: 40px;
    width: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .btn-lg a .icon-lg {
    display: none;
  }
}
.btn-lg a .icon-lg svg {
  width: 30px;
  fill: var(--heading-color);
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .btn-lg a .icon-lg svg {
    width: 20px;
  }
}
.btn-lg:hover .btn-icon .btn-icon-0 {
  cx: 15;
}
.btn-lg:hover .btn-icon .btn-icon-1 {
  cx: 15;
}
.btn-lg:hover .double-word-column {
  transform: translateY(-50%);
}
.btn-lg:hover .double-word-column .word:last-of-type {
  transform: translateX(0);
}
.btn-lg:hover .btn-border span {
  opacity: 0.8;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 22px;
  padding-bottom: 22px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  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;
}
@media only screen and (max-width: 767px) {
  .site-header {
    top: 0;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0;
  }
}
.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,
.dsnload__img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-brand img,
.dsnload__img img {
  width: 110px;
  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-have-bg .bg {
  overflow: hidden;
}
.next-page-have-bg .bg .bg-inner {
  z-index: 1;
  background-color: var(--theme-color);
  width: 120%;
  height: 100%;
  position: relative;
  opacity: 0.8;
}
.next-page-have-bg .bg .bg-inner .bg_gradient {
  z-index: 1;
  background-image: linear-gradient(#49494945 17%, #e9eef400 57%), linear-gradient(112deg, #121212 15%, #e9eef400 86%);
  width: 100%;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .next-page-have-bg .dsn-marquee {
    display: none;
  }
}
.next-page-have-bg .dsn-text-marquee {
  gap: 60px;
}
.next-page-have-bg .dsn-text-marquee span {
  position: relative;
}
.next-page-have-bg .dsn-text-marquee span::before {
  content: "";
  position: absolute;
  right: -30px;
  width: 5px;
  height: 5px;
  background-color: var(--theme-color);
  border-radius: 50%;
  top: calc(50% - 3px);
}
.next-page-have-bg .fit-text {
  font-family: var(--body-font);
  white-space: nowrap;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(6deg, #fff, #ffffff45 60%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  white-space-collapse: preserve;
  -webkit-text-stroke-width: initial;
}

.next-page-2 .line-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 0;
  opacity: 0.2;
}
.next-page-2 .box-img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px 0 0 8px;
}
@media only screen and (max-width: 991px) {
  .next-page-2 .box-img {
    height: 70vh;
    border-radius: 8px 8px 0 0;
  }
}
.next-page-2 .box-img img {
  border-radius: inherit;
}
@media only screen and (max-width: 991px) {
  .next-page-2 .box-img img {
    height: 100%;
  }
}
.next-page-2 .box-img .link {
  background-color: var(--theme-color);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translate(0, -50%);
}
.next-page-2 .box-img .link svg {
  fill: #fff;
  width: 40px;
  position: relative;
  transform: rotate(45deg);
}
.next-page-2 .box-text {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 300px 60px 80px;
  border-radius: 0 8px 8px 0;
}
@media only screen and (max-width: 991px) {
  .next-page-2 .box-text {
    padding: 50px 30px;
    border-radius: 0 0 8px 8px;
  }
}
.next-page-2 .box-text .sub-title {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 5px 20px 5px 5px;
  border: 0;
  border-radius: 5px;
}
.next-page-2 .box-text .sub-title::before {
  display: none;
}
.next-page-2 .box-text .sub-title span {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 0 10px;
  border-radius: 5px;
  margin-right: 5px;
}

.next-projects .cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.next-projects .cat span {
  color: var(--heading-color);
  background: var(--assistant-color);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.next-projects .box-content .btn-arrow {
  position: absolute;
  right: 0;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .next-projects .box-content .btn-arrow {
    display: none;
  }
}
.next-projects .box-content .btn-arrow .icon {
  line-height: 0.8;
}

.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
--------------------------------------------------------------*/
.pt-header {
  padding-top: 180px;
}

.dsn-marquee-2 .dsn-text-marquee {
  gap: 60px;
}
.dsn-marquee-2 .dsn-text-marquee span {
  position: relative;
}
.dsn-marquee-2 .dsn-text-marquee span::before {
  content: "";
  position: absolute;
  right: -30px;
  width: 5px;
  height: 5px;
  background-color: var(--theme-color);
  border-radius: 50%;
  top: calc(50% - 3px);
}

.simple-header {
  padding-top: 220px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .simple-header {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .simple-header {
    padding-top: 120px;
  }
}
.simple-header.pt-section {
  padding-top: var(--margin-padding);
}
@media only screen and (max-width: 991px) {
  .simple-header.pt-section {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 575px) {
  .simple-header.pt-section {
    padding-top: 140px;
  }
}
.simple-header .line-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 0;
  opacity: 0.2;
}
@media only screen and (max-width: 767px) {
  .simple-header .dsn-marquee {
    display: none;
  }
}
.simple-header .dsn-text-marquee {
  gap: 60px;
}
.simple-header .dsn-text-marquee span {
  position: relative;
}
.simple-header .dsn-text-marquee span::before {
  content: "";
  position: absolute;
  right: -30px;
  width: 5px;
  height: 5px;
  background-color: var(--theme-color);
  border-radius: 50%;
  top: calc(50% - 3px);
}
.simple-header .cube-shape {
  max-width: 29.875rem;
  position: absolute;
  inset: 0% auto auto 0%;
}
.simple-header .cube-shape.bottom-right {
  inset: auto 0% 0% auto;
}
.simple-header .title-block {
  max-width: 490px;
}
@media only screen and (max-width: 575px) {
  .simple-header .title-block {
    max-width: 100%;
    font-size: 16px;
    line-height: 27px;
  }
}
.simple-header .title-lg {
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .simple-header .title-lg {
    white-space: unset;
  }
}
@media only screen and (max-width: 991px) {
  .simple-header .title-lg.mt-60 {
    margin-top: 0;
  }
}
.simple-header .fit-text {
  font-family: var(--body-font);
  white-space: nowrap;
  font-weight: bold;
}
.simple-header .hero-tag {
  position: relative;
  z-index: 1;
  max-width: 650px;
}
.simple-header .hero-tag ul {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}
.simple-header .hero-tag li {
  color: var(--heading-color);
  background: var(--assistant-color);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.simple-header .content-right {
  position: relative;
  align-items: end;
  justify-content: flex-end;
}
.simple-header .content-right .vid-container {
  width: 420px;
}
@media only screen and (max-width: 991px) {
  .simple-header .content-right .vid-container {
    display: none;
  }
}
.simple-header .content-right .vid-container video {
  width: 100%;
  border-radius: 12px;
}
.simple-header .nav-link {
  position: relative;
  width: 350px;
  margin-left: auto;
}
.simple-header .nav-link ul {
  border-radius: 4px;
}
.simple-header .nav-link ul li:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.simple-header .nav-link ul li .icon-svg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simple-header .nav-link ul li .icon-svg svg {
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -3px;
  fill: var(--heading-color);
}
@media only screen and (max-width: 575px) {
  .simple-header .social-box {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .simple-header .dsn-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.header-1 .sub-title .rel {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 8px 20px;
  border-radius: 5px;
}
.header-1 .sub-title .iblock {
  rotate: -90deg;
  font-size: 20px;
}
@media only screen and (max-width: 575px) {
  .header-1 .box-bottom {
    margin-top: 30px;
  }
  .header-1 .box-bottom .grid-md-2 {
    gap: 20px;
  }
  .header-1 .box-bottom .grid-md-2 .btn-default {
    margin-left: 0;
  }
}
@media only screen and (max-width: 575px) {
  .header-1 .social-box {
    display: none;
  }
}
.header-1 .social-box h5 {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.header-1 .social-box li a {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 8px 20px;
  border-radius: 5px;
}

.header-creative .dsn-marquee {
  max-width: 250px;
}
.header-creative .dsn-marquee .circle-div.is-white {
  background-color: var(--heading-color);
  filter: blur(1px);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

@media only screen and (max-width: 575px) {
  .header-personal .content .dsn-hero-parallax-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .header-personal .content .link-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.header-personal .content .link-wrapper .small-tag {
  font-size: 14px;
  color: var(--font-color);
}
.header-personal .content .link-wrapper .small-tag-v2 {
  font-size: 14px;
  color: var(--heading-color);
}
.header-personal .content .box-text {
  max-width: 350px;
  font-size: 18px;
  text-align: right;
}
@media only screen and (max-width: 575px) {
  .header-personal .content .box-text {
    text-align: justify;
  }
}
.header-personal .content .box-text p {
  color: var(--heading-color);
  text-transform: uppercase;
}
.header-personal .content .title-lg {
  font-family: var(--body-font);
  white-space: nowrap;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(6deg, #fff, #ffffff45 60%, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  white-space-collapse: preserve;
  -webkit-text-stroke-width: initial;
}
@media only screen and (max-width: 575px) {
  .header-personal .social-box,
.header-personal .dsn-btn {
    display: none;
  }
}

.progress-number {
  margin-left: 50px;
  width: 60px;
}
.progress-number .swiper-pagination-all {
  position: relative;
}
.progress-number .swiper-pagination-all::before {
  content: "-";
  margin-right: 10px;
}

.prev-paginate,
.next-paginate {
  position: relative;
  cursor: pointer;
}
.prev-paginate .icon-svg,
.next-paginate .icon-svg {
  position: relative;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prev-paginate .icon-svg:before,
.next-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;
}
.prev-paginate .icon-svg svg,
.next-paginate .icon-svg svg {
  width: 13px;
  height: 13px;
  margin-top: -3px;
  margin-left: -3px;
  fill: var(--heading-color);
}
.prev-paginate.prev-paginate .icon-svg svg,
.next-paginate.prev-paginate .icon-svg svg {
  transform: rotate(180deg);
}

.header-photographer {
  position: relative;
  padding-top: 180px;
}
.header-photographer .line-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  z-index: 0;
  opacity: 0.2;
}
.header-photographer .content-header {
  position: relative;
  z-index: 3;
}
.header-photographer .content-header .title-lg {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 8vw;
  line-height: 8vw;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .header-photographer .content-header .title-lg {
    font-size: 18vw;
  }
}
.header-photographer .content-header b {
  flex: 0 0 auto;
  height: 10px;
  width: 420px;
  margin: 0 30px;
  display: inline-block;
  transform: translateY(-1.5vw);
  background-color: var(--theme-color);
}
@media only screen and (max-width: 767px) {
  .header-photographer .content-header b {
    width: 300px;
  }
}
@media only screen and (max-width: 575px) {
  .header-photographer .content-header b {
    display: none;
  }
}
.header-photographer .content-header b span {
  color: var(--font-color);
  position: absolute;
  bottom: 30px;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .header-photographer .content-header b span {
    bottom: 15px;
    font-size: 15px;
  }
}
.header-photographer .box-bottom {
  position: relative;
  margin-top: 70px;
  height: 600px;
}
@media only screen and (max-width: 575px) {
  .header-photographer .box-bottom {
    margin-top: 30px;
    margin-bottom: 50px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .header-photographer .box-bottom .link-box {
    display: none;
  }
}
.header-photographer .box-bottom .link-box a {
  position: relative;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
  width: -webkit-max-content;
  width: max-content;
}
@media only screen and (max-width: 991px) {
  .header-photographer .box-bottom .content-sm {
    display: none;
  }
}
.header-photographer .box-bottom .item {
  position: relative;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
  width: -webkit-max-content;
  width: max-content;
}
.header-photographer .box-bottom .item .image-box-img {
  width: 40px;
  height: 40px;
  border-radius: 5px;
}
.header-photographer .box-bottom .item .image-box-img img {
  border-radius: inherit;
}
.header-photographer .box-bottom .item span {
  color: var(--heading-color);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 575px) {
  .header-photographer .box-bottom .pinned-element {
    display: none;
  }
}
.header-photographer .thumbnails-banner {
  position: relative;
  width: 500px;
  height: 600px;
}
@media only screen and (max-width: 575px) {
  .header-photographer .thumbnails-banner {
    width: 100%;
    height: auto;
  }
}
.header-photographer .box-img {
  z-index: 1;
}
.header-photographer .box-img:nth-of-type(1) {
  z-index: 2;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  position: relative;
}
.header-photographer .box-img:nth-of-type(2) {
  border-radius: 12px;
  width: 100%;
  max-width: 322px;
  height: 500px;
  position: absolute;
  inset: auto auto 0px -70px;
  transform: rotate(-8deg);
  opacity: 0.5;
}
@media only screen and (max-width: 575px) {
  .header-photographer .box-img:nth-of-type(2) {
    display: none;
  }
}
.header-photographer .box-img:nth-of-type(3) {
  border-radius: 12px;
  width: 100%;
  max-width: 322px;
  height: 500px;
  position: absolute;
  inset: auto -70px 0px auto;
  transform: rotate(8deg);
  opacity: 0.5;
}
@media only screen and (max-width: 575px) {
  .header-photographer .box-img:nth-of-type(3) {
    display: none;
  }
}
.header-photographer .box-img img {
  border-radius: inherit;
}
@media only screen and (max-width: 575px) {
  .header-photographer .footer-head {
    display: none;
  }
}

.line-child {
  display: flex;
  flex-direction: column;
  gap: 8px 8px;
  row-gap: 8px;
  column-gap: 8px;
  margin-top: 10px;
}
@media only screen and (max-width: 575px) {
  .line-child {
    display: none;
  }
}
.line-child .line {
  width: 100%;
  height: 12px;
  background-color: var(--theme-color);
}
.line-child .line:nth-of-type(2) {
  height: 8px;
}
.line-child .line:nth-of-type(3) {
  height: 6px;
}
.line-child .line:nth-of-type(4) {
  height: 6px;
}
.line-child .line:nth-of-type(5) {
  height: 2px;
}

.btn-scroll .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
  color: var(--heading-color);
  overflow: hidden;
  position: relative;
}
.btn-scroll .icon-box .icon-svg {
  transform: rotate(90deg);
  width: 18px;
  height: 18px;
  transition: all 0.4s ease;
}
.btn-scroll .icon-box:hover .icon-svg {
  animation: arrowdonw 0.6s ease forwards;
}

@keyframes arrowdonw {
  0% {
    transform: rotate(90deg) translateX(0);
    opacity: 1;
  }
  50% {
    transform: rotate(90deg) translateX(10px);
    opacity: 0;
  }
  51% {
    transform: rotate(90deg) translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: rotate(90deg) translateX(0);
    opacity: 1;
  }
}
/* -------------------------------------------------------

-------------------------------------------------------- */
.header-project {
  position: relative;
  padding-top: 200px;
}
.header-project .cat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.header-project .cat span {
  color: var(--heading-color);
  background: var(--assistant-color);
  border-radius: 50px;
  padding: 6px 16px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
.header-project .role {
  border-top: 1px solid var(--border-color);
}
@media only screen and (max-width: 767px) {
  .header-project .role {
    grid-row-gap: 10px !important;
    padding-top: 30px;
  }
}
.header-project .role .item {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .header-project .role .item {
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
## pages
--------------------------------------------------------------*/
.filtering-absolute {
  position: relative;
  z-index: 3;
}
.filtering-absolute.filtering {
  position: sticky;
  top: 120px;
  height: -webkit-max-content;
  height: max-content;
}
@media only screen and (max-width: 991px) {
  .filtering-absolute.filtering {
    position: relative;
    top: unset;
    margin-bottom: 0;
  }
  .filtering-absolute.filtering .d-flex.w-100 {
    flex-direction: row;
    flex-flow: wrap;
  }
}
.filtering-absolute.filtering button {
  width: -webkit-max-content;
  width: max-content;
}
.filtering-absolute button {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  border: 1px solid var(--border-color);
  padding: 8px 25px;
  border-radius: 50px;
  color: var(--heading-color);
  text-transform: uppercase;
  cursor: pointer;
}
.filtering-absolute button.active {
  background-color: var(--heading-color);
  color: var(--reverse-heading-color);
}

.dsn-filtering .d-flex.w-100:not(.flex-column) {
  flex-flow: wrap;
}

.work-marquee.no-margin .grid-item {
  margin-left: 0 !important;
}
.work-marquee .work-inner .box-text {
  position: relative;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
.work-marquee .work-inner .box-text p {
  font-size: 18px;
}
.work-marquee .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-marquee .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-marquee .dsn-grid-layout {
  --dsn-width-item: 2.5;
}
@media only screen and (max-width: 767px) {
  .work-marquee .dsn-grid-layout {
    --dsn-width-item: 1;
  }
}
.work-marquee .grid-item {
  height: 400px;
}

@media only screen and (max-width: 767px) {
  .work-2 .section-title {
    padding-bottom: 0;
  }
}
.work-2 .work-inner {
  border-left: 1px solid var(--border-color);
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .work-2 .work-inner {
    padding-left: 0;
    border: 0;
    padding-top: 0;
  }
}
.work-2 .grid-item .image-item {
  height: 500px;
}

.work-sticky {
  position: relative;
}
.work-sticky .box-work-img {
  position: sticky;
  top: 0;
  height: 110vh;
}
.work-sticky .work-inner {
  position: relative;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.work-sticky .work-inner .work-item {
  width: 100%;
}
.work-sticky .work-inner .work-item .box-img {
  position: relative;
  height: 400px;
}
.work-sticky .work-inner .work-item .box-img .btn-readmore {
  position: absolute;
  right: 30px;
  bottom: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--heading-color);
  width: 94px;
  height: 94px;
  border-radius: 50%;
}
.work-sticky .work-inner .work-item .box-img .btn-readmore .button-arrow-hover {
  position: relative;
  font-size: 0px;
  line-height: 0;
  display: inline-block;
  text-align: end;
  overflow: hidden;
}
.work-sticky .work-inner .work-item .box-img .btn-readmore .button-arrow-hover svg {
  display: inline-block;
  height: 17px;
  width: 17px;
  transition: transform 0.3s ease-out;
}
.work-sticky .work-inner .work-item .box-img .btn-readmore .button-arrow-hover svg:first-child {
  transform: translateX(0px) translateY(0px) translateZ(0px);
}
.work-sticky .work-inner .work-item .box-img .btn-readmore .button-arrow-hover svg:last-child {
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translateX(-200%) translateY(200%) translateZ(0px);
}
.work-sticky .work-inner .work-item .box-img .btn-readmore:hover svg:first-child {
  transform: translateX(200%) translateY(-200%) translateZ(0px);
}
.work-sticky .work-inner .work-item .box-img .btn-readmore:hover svg:last-child {
  transform: translateX(0px) translateY(0px) translateZ(0px);
}
.work-sticky .work-inner .work-item .cat span span {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--heading-color);
  filter: blur(1px);
}

@media only screen and (max-width: 991px) {
  .work-scroll .dsn-posts {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.work-scroll .dsn-item-post {
  overflow: hidden;
}
.work-scroll .dsn-item-post .box-content {
  padding: 30px 60px 120px;
}
@media only screen and (max-width: 991px) {
  .work-scroll .dsn-item-post .box-content {
    padding: 30px 60px;
  }
}
@media only screen and (max-width: 575px) {
  .work-scroll .dsn-item-post .box-content {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .work-scroll .dsn-item-post .box-content .slide-date {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .work-scroll .dsn-item-post .box-content .title-lg {
    font-size: 30px;
    line-height: 1;
  }
}

.sticky-title {
  position: sticky;
  top: 10px;
  font-size: 15vw;
  line-height: 12vw;
}

.work-architecture .dsn-grid-layout {
  --dsn-width-item: 2;
}
@media only screen and (max-width: 767px) {
  .work-architecture .dsn-grid-layout {
    --dsn-width-item: 1;
  }
}

.gallery-grid {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}
.gallery-grid .grid-image:nth-of-type(1) {
  width: 28.704vw;
  height: 26.215vw;
  grid-area: 1/4/2/9;
}
.gallery-grid .grid-image:nth-of-type(2) {
  margin-top: -5vw;
  width: 28.704vw;
  height: 24.653vw;
  grid-area: 2/10/3/15;
}
.gallery-grid .grid-image:nth-of-type(3) {
  margin-top: 5vw;
  width: 47.338vw;
  height: 32.523vw;
  grid-area: 2/1/3/9;
}
.gallery-grid .grid-image:nth-of-type(4) {
  margin-top: -12.5vw;
  width: 34.896vw;
  height: 32.986vw;
  grid-area: 3/10/4/16;
}
.gallery-grid .grid-image:nth-of-type(5) {
  margin-top: 5vw;
  margin-left: 6.5vw;
  width: 22.512vw;
  height: 23.785vw;
  grid-area: 3/4/4/9;
}

.cards-work .work-card {
  height: -webkit-min-content;
  height: min-content;
  position: relative;
}
.cards-work .work-card .work-card-inner {
  height: -webkit-min-content;
  height: min-content;
}
.cards-work .work-card .work-card-inner .a-inner {
  width: 100%;
  display: flex;
  position: relative;
  height: 550px;
}
.cards-work .work-card .work-card-inner .a-inner .container-img {
  display: contents;
}
.cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner {
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}
.cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-lg {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}
.cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-lg canvas {
  border-radius: inherit;
}
.cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-lg img {
  border-radius: inherit;
}
.cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-sm {
  border-radius: 10px;
  width: 50%;
  height: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.7s ease-out;
}
.cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-sm img {
  border-radius: inherit;
  transition: transform 0.9s ease-out;
}
.cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .cat {
  z-index: 1;
  place-content: center;
  align-items: center;
  width: 100%;
  height: -webkit-min-content;
  height: min-content;
  min-height: 30px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-50%);
  will-change: transform;
  transition: transform 0.9s ease-out;
}
.cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .cat span {
  transform-origin: 50% 50% 0px;
}
.cards-work .work-card .word-root {
  height: 26px;
  overflow: hidden;
  display: inline-block;
}
.cards-work .work-card .word-root .double-word-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.cards-work .work-card .word-root .double-word-column .word {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}
.cards-work .work-card .word-root .double-word-column .word:last-of-type {
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.cards-work .work-card:hover .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-sm img {
  transform: scale(1.2);
  transition: transform 0.9s ease-out;
}
.cards-work .work-card:hover .work-card-inner .a-inner .container-img .work-card-container .cat {
  opacity: 1;
  transition: all 0.9s ease-out;
}
.cards-work .work-card:hover .work-card-inner .a-inner .container-img .work-card-container .cat span {
  animation: scaleUp 0.9s ease-out;
}
.cards-work .work-card:hover .double-word-column {
  transform: translateY(-50%);
}
.cards-work .work-card:hover .double-word-column .word:last-of-type {
  transform: translateX(0);
}

@media only screen and (max-width: 991px) {
  .work-grid .grid-half-1 {
    display: flex;
    flex-flow: column;
  }
}
.work-grid .text {
  max-width: 540px;
  height: auto;
  position: relative;
  font-size: 20px;
}
.work-grid .text span {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .work-grid .top-s {
    flex-flow: column;
  }
}
.work-grid .work-grid-inner .cards-work {
  flex-flow: row;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .work-grid .work-grid-inner .cards-work {
    flex-flow: column;
  }
}
.work-grid .work-grid-inner .cards-work[data-name="2"] {
  justify-content: center;
}
.work-grid .work-grid-inner .cards-work[data-name="2"] .work-card {
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .work-grid .work-grid-inner .cards-work[data-name="2"] .work-card {
    width: 100%;
  }
}
.work-grid .work-grid-inner .cards-work[data-name="2"] .work-card .work-card-inner .a-inner {
  height: 550px;
}
.work-grid .work-grid-inner .cards-work[data-name="3"] {
  padding-top: var(--margin-padding);
}
@media only screen and (max-width: 767px) {
  .work-grid .work-grid-inner .cards-work[data-name="3"] {
    padding-top: 0 !important;
  }
}
.work-grid .work-grid-inner .cards-work[data-name="3"] .work-card:first-of-type {
  padding-top: 0;
}
.work-grid .work-grid-inner .cards-work[data-name="3"] .work-card:last-of-type {
  padding-top: var(--margin-padding);
}
.work-grid .work-grid-inner .cards-work .work-card {
  width: 50%;
  height: -webkit-min-content;
  height: min-content;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .work-grid .work-grid-inner .cards-work .work-card {
    width: 100%;
    padding-top: 30px !important;
  }
}
.work-grid .work-grid-inner .cards-work .work-card:first-of-type {
  padding-top: var(--margin-padding);
}
.work-grid .work-grid-inner .cards-work .work-card.work-card-sm {
  width: 35%;
}
@media only screen and (max-width: 991px) {
  .work-grid .work-grid-inner .cards-work .work-card.work-card-sm {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .work-grid .work-grid-inner .cards-work .work-card.work-card-sm {
    width: 100%;
  }
}
.work-grid .work-grid-inner .cards-work .work-card.work-card-sm .work-card-inner .a-inner {
  height: 390px;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner {
  height: -webkit-min-content;
  height: min-content;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner {
  width: 100%;
  display: flex;
  position: relative;
  height: 749px;
}
@media only screen and (max-width: 991px) {
  .work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner {
    height: 500px;
  }
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner .container-img {
  display: contents;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner {
  place-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-lg {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-lg canvas {
  border-radius: inherit;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-lg img {
  border-radius: inherit;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-sm {
  border-radius: 10px;
  width: 50%;
  height: 50%;
  position: relative;
  overflow: hidden;
  transition: transform 0.7s ease-out;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-sm img {
  border-radius: inherit;
  transition: transform 0.9s ease-out;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .cat {
  z-index: 1;
  place-content: center;
  align-items: center;
  width: 100%;
  height: -webkit-min-content;
  height: min-content;
  min-height: 30px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-50%);
  will-change: transform;
  transition: transform 0.9s ease-out;
}
.work-grid .work-grid-inner .cards-work .work-card .work-card-inner .a-inner .container-img .work-card-container .cat span {
  transform-origin: 50% 50% 0px;
}
.work-grid .work-grid-inner .cards-work .work-card .word-root {
  height: 22px;
  overflow: hidden;
  display: inline-block;
}
.work-grid .work-grid-inner .cards-work .work-card .word-root .double-word-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.work-grid .work-grid-inner .cards-work .work-card .word-root .double-word-column .word {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}
.work-grid .work-grid-inner .cards-work .work-card .word-root .double-word-column .word:last-of-type {
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.work-grid .work-grid-inner .cards-work .work-card:hover .work-card-inner .a-inner .container-img .work-card-container .img-inner .img-sm img {
  transform: scale(1.2);
  transition: transform 0.9s ease-out;
}
.work-grid .work-grid-inner .cards-work .work-card:hover .work-card-inner .a-inner .container-img .work-card-container .cat {
  opacity: 1;
  transition: all 0.9s ease-out;
}
.work-grid .work-grid-inner .cards-work .work-card:hover .work-card-inner .a-inner .container-img .work-card-container .cat span {
  animation: scaleUp 0.9s ease-out;
}
.work-grid .work-grid-inner .cards-work .work-card:hover .double-word-column {
  transform: translateY(-50%);
}
.work-grid .work-grid-inner .cards-work .work-card:hover .double-word-column .word:last-of-type {
  transform: translateX(0);
}

.grid__item-img canvas {
  height: 100%;
}

.grid__item-img img {
  height: 100%;
  display: block;
}

.grid__item-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.js .grid__item-img img {
  display: none;
}

.our-blog .blog-item .box-img {
  height: 350px;
  position: relative;
}
.our-blog .blog-item .box-img .post-author-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: end;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .our-blog .blog-item .box-img .post-author-wrapper {
    padding: 15px;
  }
}
.our-blog .blog-item .box-img .post-author-wrapper svg path {
  fill: var(--heading-color);
}
.our-blog .blog-item .box-img .post-author-wrapper .post-author-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.our-blog .blog-item .box-img .post-author-wrapper .post-author-wrap .post-author-img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.our-blog .blog-item .box-img .post-author-wrapper .post-author-wrap .post-author-name {
  font-size: 15px;
  font-weight: 500;
}
.our-blog .blog-item .box-img .post-author-wrapper .post-author-wrap .post-author-designation {
  font-size: 12px;
  font-weight: 500;
  color: var(--heading-color);
}
.our-blog .blog-item .box-img .post-author-wrapper .post-time-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  color: var(--heading-color);
}
.our-blog .blog-item .box-img .post-author-wrapper .post-time-wrap .post-time {
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .our-blog-two .section-title {
    margin-bottom: 30px;
  }
}
.our-blog-two .section-title .divider {
  color: var(--border-color);
  font-size: 22px;
  line-height: 16px;
  letter-spacing: 10px;
}
@media only screen and (max-width: 991px) {
  .our-blog-two .section-title .divider {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .our-blog-two .section-title .p-larg,
.our-blog-two .section-title .btn-default {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .our-blog-two .grid-half-1 {
    display: block;
    grid-template-columns: none;
  }
}
.our-blog-two .post-item {
  position: relative;
  height: 485px;
}
.our-blog-two .post-item .post-thumbnail {
  height: 100%;
}
.our-blog-two .post-item .post-thumbnail a {
  height: 100%;
  overflow: hidden;
}
.our-blog-two .post-item .post-content-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px;
}

.dsn-form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsn-form .form {
  max-width: 750px;
}
@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-bottom: 1px solid var(--border-color);
  padding-bottom: 15px;
}
.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::placeholder,
.dsn-form .entry-box input:not([type=submit])::placeholder {
  color: var(--heading-color);
  text-transform: uppercase;
}
.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;
  border: 1px solid var(--border-color);
}
.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;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.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 {
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}
.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;
}
.contact-form .info .info-inner {
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

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
--------------------------------------------------------------*/
.dsn-footer {
  position: relative;
  border-top: 10px solid var(--heading-color);
  background-image: radial-gradient(circle at 20% 60%, #2c2c2c, #fff0 28%), radial-gradient(circle at 90% 30%, #121017, #fff0 38%);
}
.dsn-footer .grid-half-1 {
  grid-template-columns: auto 75%;
}
@media only screen and (max-width: 991px) {
  .dsn-footer .grid-half-1 {
    grid-template-columns: none;
  }
}
.dsn-footer .footer-top .footer-logo {
  border-right: 1px solid var(--border-color);
  padding: 60px 30px 40px 0;
}
@media only screen and (max-width: 991px) {
  .dsn-footer .footer-top .footer-logo {
    padding: 60px 30px 30px 0;
    border-right: 0;
  }
}
.dsn-footer .footer-top .footer-logo .logo img {
  max-width: 120px;
}
.dsn-footer .footer-top .footer-logo p {
  font-size: 14px;
  max-width: 300px;
}
.dsn-footer .footer-top .title-footer {
  color: var(--heading-color);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  width: -webkit-max-content;
  width: max-content;
  padding: 5px 20px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
}
.dsn-footer .footer-top .links {
  border-right: 1px solid var(--border-color);
  padding: 60px 30px;
}
@media only screen and (max-width: 991px) {
  .dsn-footer .footer-top .links {
    padding: 0;
    border-right: 0;
  }
}
.dsn-footer .footer-top .links ul {
  flex: 1 0 0px;
}
.dsn-footer .footer-top .links ul li a {
  position: relative;
  border-bottom: 1px solid var(--border-color);
  width: 100%;
}
.dsn-footer .footer-top .links ul li a span.icon {
  aspect-ratio: 1/1;
  gap: 10px;
  height: 30px;
  position: relative;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dsn-footer .footer-top .links 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);
}
.dsn-footer .footer-top .links 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);
}
.dsn-footer .footer-top .links ul li a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.dsn-footer .footer-top .links ul li a:hover span.icon span {
  transform: scale(3);
  transition: 0.6s transform cubic-bezier(0.66, 0, 0.15, 1);
}
.dsn-footer .footer-top .contact {
  padding: 60px 0;
}
@media only screen and (max-width: 991px) {
  .dsn-footer .footer-top .contact {
    padding: 0;
    margin-bottom: 30px;
  }
}
.dsn-footer .footer-top .contact .contact-inner {
  position: relative;
  padding: 30px;
  height: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
}
.dsn-footer .footer-top .contact .contact-inner::after {
  content: "+";
  position: absolute;
  font-size: 35px;
  font-weight: 200;
  line-height: 1;
  opacity: 0.1;
  right: 15px;
  bottom: 15px;
}
.dsn-footer .footer-top .contact .contact-inner .footer-contact-box {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.dsn-footer .footer-top .contact .contact-inner .footer-contact-box .icon-box {
  border: 1px solid var(--border-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}
.dsn-footer .footer-top .contact .contact-inner .footer-contact-box .icon-box svg {
  width: 10px;
  fill: var(--heading-color);
}
.dsn-footer .footer-top .contact .contact-inner .s-title {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 5px;
  width: -webkit-max-content;
  width: max-content;
  padding: 5px 10px;
}
.dsn-footer .footer-top .contact .contact-inner .s-title svg {
  width: 12px;
}
@media only screen and (max-width: 575px) {
  .dsn-footer .footer-bottom {
    flex-direction: column;
  }
  .dsn-footer .footer-bottom .dsn-btn {
    margin-top: 10px;
  }
}

.footer-personal {
  border-radius: 100px;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .footer-personal {
    border-radius: 10px;
  }
  .footer-personal .d-grid.grid-md-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}
.footer-personal .links ul li {
  color: var(--heading-color);
  font-size: 14px;
}
.footer-personal .links ul li:not(:first-of-type) {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-personal .links ul {
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-personal .links {
    order: 2;
    text-align: center;
    width: 100%;
  }
}
.footer-personal .copyright {
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer-personal .copyright {
    order: 3;
    text-align: center;
  }
}

.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;
  padding: 5px 20px;
  border-radius: 6px;
  font-size: 13px;
}

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

.services-list .under-title {
  padding-top: 3px;
  border-radius: 4px;
}
.services-list .under-title p {
  gap: 200px;
}
.services-list .services-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.services-list .services-container .services-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #f4f4f70d;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  width: calc(33.54% - 10px);
  padding: 60px;
}
@media only screen and (max-width: 991px) {
  .services-list .services-container .services-item {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .services-list .services-container .services-item {
    width: 100%;
    padding: 50px 30px;
  }
}
.services-list .services-container .services-item:first-of-type {
  margin-left: 33.54%;
}
@media only screen and (max-width: 991px) {
  .services-list .services-container .services-item:first-of-type {
    margin-left: 0;
  }
}
.services-list .services-container .services-item .icon {
  margin-bottom: 10px;
}
.services-list .services-container .services-item .icon svg {
  width: 100px;
  height: 60px;
  fill: var(--heading-color);
}
.services-list .services-container .services-item .icon svg path {
  fill: var(--heading-color);
}
.services-list .services-container .services-item p {
  max-width: 300px;
}
.services-list .services-content {
  padding: 40px 30px var(--margin-padding);
}
@media only screen and (max-width: 767px) {
  .services-list .services-content .box-top {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .services-list .services-content .box-top span.d-flex.justify-content-end {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 991px) {
  .services-list .services-content .content-inner {
    grid-template-columns: none;
  }
}
.services-list .services-content .box-img {
  width: 230px;
  height: 300px;
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .services-list .services-content .box-img {
    width: 100%;
    height: 500px;
  }
}
.services-list .services-content .box-img img {
  border-radius: inherit;
}
@media only screen and (max-width: 767px) {
  .services-list .services-content .content {
    margin-top: 50px;
  }
}
.services-list .services-content .content .title {
  max-width: 750px;
}
.services-list .services-content .choose-card {
  position: relative;
  border-left: 1px solid var(--border-color);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .services-list .services-content .choose-card {
    border: 0;
    padding-left: 0;
  }
}
.services-list .services-content .choose-card .img-inner .img-item {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid var(--border-color);
}
.services-list .services-content .choose-card .img-inner .img-item:not(:first-of-type) {
  margin-left: -15px;
}
.services-list .services-content .choose-card .img-inner .img-item img {
  border-radius: inherit;
}

.services-scroll .services-inner .services-item .big-dot-box {
  background-color: var(--heading-color);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
@media only screen and (max-width: 575px) {
  .services-scroll .services-inner .services-item .big-dot-box {
    display: none;
  }
}
.services-scroll .services-inner .services-item .title-lg {
  line-height: 1;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .services-scroll .services-inner .services-item .title-lg {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  .services-scroll .services-inner .services-item .title-lg {
    font-size: 40px;
    padding-top: 0;
  }
}

.my-services .inner-services .services-item {
  max-width: 456px;
  height: -webkit-max-content;
  height: max-content;
  border: 1px solid var(--border-color);
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
}
@media only screen and (max-width: 767px) {
  .my-services .inner-services .services-item {
    max-width: 100%;
  }
}
.my-services .inner-services .services-item .services-item-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}
@media only screen and (max-width: 767px) {
  .my-services .inner-services .services-item .services-item-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
.my-services .inner-services .services-item .icon svg {
  width: 100px;
  height: 75px;
  fill: var(--heading-color);
}
.my-services .inner-services .services-item .icon svg path {
  fill: var(--heading-color);
}

.our-services-arc {
  position: relative;
}
.our-services-arc .box-title {
  position: sticky;
  top: 0;
  padding-left: 60px;
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .our-services-arc .box-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .our-services-arc .box-title {
    position: relative;
    height: auto;
  }
  .our-services-arc .box-title .title-lg {
    font-size: 35px;
    line-height: 35px;
  }
}
.our-services-arc .services-arc-progress {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 15px;
}
.our-services-arc .services-arc-progress .services-arc-progress-bar {
  position: relative;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2px;
}
.our-services-arc .services-arc-progress .services-arc-progress-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background-color: var(--heading-color);
  border-radius: 2px;
  will-change: width;
  transform: translateZ(0);
}
.our-services-arc .inner-services {
  padding-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .our-services-arc .inner-services {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.our-services-arc .inner-services .services-item {
  display: block;
  padding: 80px 40px;
}
@media only screen and (max-width: 991px) {
  .our-services-arc .inner-services .services-item {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .our-services-arc .inner-services .services-item {
    width: 100%;
    padding: 30px;
  }
}
.our-services-arc .inner-services .services-item .services__item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .our-services-arc .inner-services .services-item .services__item-inner .justify-content-between {
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    margin-bottom: 20px;
  }
}
.our-services-arc .inner-services .services-item .services__item-inner .badge {
  height: -webkit-max-content;
  height: max-content;
  padding: 5px 15px;
}
@media only screen and (max-width: 991px) {
  .our-services-arc .inner-services .services-item .services__item-inner .badge {
    display: none;
  }
}
.our-services-arc .inner-services .services-item .services__item-inner .services__item-number {
  font-size: 210px;
  line-height: 210px;
  letter-spacing: -2px;
  transform: none !important;
}
@media only screen and (max-width: 767px) {
  .our-services-arc .inner-services .services-item .services__item-inner .services__item-number {
    text-align: justify;
  }
}
@media only screen and (max-width: 575px) {
  .our-services-arc .inner-services .services-item .services__item-inner .services__item-number {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .our-services-arc .inner-services .services-item .services__item-inner p {
    text-align: justify;
  }
}
.our-services-arc .inner-services .grid-item:last-child {
  height: 100vh;
}
@media only screen and (max-width: 991px) {
  .our-services-arc .inner-services .grid-item:last-child {
    height: -webkit-max-content;
    height: max-content;
  }
}

.services-photography .services-inner {
  max-width: 75%;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .services-photography .services-inner {
    margin-left: 0;
    max-width: 100%;
  }
}
.services-photography .under-title {
  padding-top: 3px;
  border-radius: 4px;
}
.services-photography .under-title p {
  gap: 200px;
}
.services-photography .services-item {
  position: relative;
  padding: 25px 0px;
  border-bottom: 1px solid var(--border-color);
}
.services-photography .services-item:first-of-type {
  border-top: 1px solid var(--border-color);
}
@media only screen and (max-width: 575px) {
  .services-photography .services-item {
    flex-direction: column;
    gap: 10px;
  }
}
.services-photography .services-item .number {
  display: block;
  unicode-bidi: -webkit-isolate;
  unicode-bidi: isolate;
  min-width: 65px;
  font-size: 15px;
  line-height: 1.7;
  text-transform: uppercase;
  margin: 0;
  align-self: flex-start;
}
.services-photography .services-item .service_title {
  margin-left: 205px;
}
@media only screen and (max-width: 991px) {
  .services-photography .services-item .service_title {
    margin-left: 0;
  }
}
.services-photography .services-item .list-wrapper {
  align-self: center;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 575px) {
  .services-photography .services-item .list-wrapper {
    margin-top: 0;
    margin-left: 0;
    justify-content: flex-start;
    align-self: auto;
  }
}
.services-photography .services-item ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 20px;
}
.services-photography .services-item ul li {
  height: -webkit-max-content;
  height: max-content;
  border-radius: 30px;
  padding: 5px 20px;
  font-size: 14px;
}
.services-photography .services-item p {
  max-width: 625px;
  font-size: 23px;
  line-height: 32px;
}
.services-photography .services-item p span {
  position: relative;
}
.services-photography .services-item p span::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.1em;
  z-index: -1;
  height: 2px;
  background-color: var(--theme-color);
  bottom: 5px;
}

.our-services-list-hover .container-inner {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 991px) {
  .our-services-list-hover .container-inner {
    flex-direction: column;
  }
}
.our-services-list-hover .container-inner .box-title {
  position: sticky;
  top: 30px;
  height: -webkit-max-content;
  height: max-content;
  width: 24%;
}
@media only screen and (max-width: 991px) {
  .our-services-list-hover .container-inner .box-title {
    position: relative;
    top: unset;
    width: 100%;
    margin-bottom: 30px;
  }
}
.our-services-list-hover .container-inner .box-title p {
  width: 245px;
}
@media only screen and (max-width: 991px) {
  .our-services-list-hover .container-inner .box-title p {
    width: 100%;
  }
}
.our-services-list-hover .services-inner {
  width: 76%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .our-services-list-hover .services-inner {
    width: 100%;
  }
}
.our-services-list-hover .services-inner .services-item:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-color);
}
.our-services-list-hover .services-inner .services-item .services-item-inner {
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .our-services-list-hover .services-inner .services-item .services-item-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.our-services-list-hover .services-inner .services-item .services-item-inner .thumb {
  display: flex;
  gap: 15px;
}
.our-services-list-hover .services-inner .services-item .services-item-inner .thumb img {
  width: 90px;
  height: 60px;
  border-radius: 5px;
  object-fit: cover;
  transform-origin: top right;
  transition: all 0.5s;
}
.our-services-list-hover .services-inner .services-item:hover .services-item-inner .thumb img {
  opacity: 1;
  transform: scale(1);
}

.services-scroll.services-scroll-no-bg .services-inner .services-item {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  background: none;
  border-radius: 0;
  padding: 0;
}
.services-scroll .services-inner .services-item {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(31, 31, 31, 0.7);
  border-radius: 12px;
  padding: 30px;
}
.services-scroll .services-inner .services-item .box-top {
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.services-scroll .services-inner .services-item .box-top .number {
  font-size: 46px;
  color: var(--heading-color);
}
.services-scroll .services-inner .services-item .box-top .img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.services-scroll .services-inner .services-item .box-top .img img {
  border-radius: inherit;
}
.services-scroll .services-inner .services-item ul li {
  flex-flow: row;
  align-items: center;
  gap: 10px;
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
  padding: 15px 0;
}
.services-scroll .services-inner .services-item ul li .number {
  display: flex;
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
  flex: 1 0 0;
  position: relative;
}
.services-scroll .services-inner .services-item ul li .text {
  display: flex;
  white-space: pre-wrap;
  word-break: break-word;
  word-wrap: break-word;
  flex: 1 0 0;
}
@media only screen and (max-width: 575px) {
  .services-scroll .services-inner .services-item ul li .text {
    flex: 3 0 0;
  }
}

.testimonial .testimonial-item .box-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.testimonial .testimonial-item .box-top .item-author {
  display: flex;
  align-items: end;
  gap: 30px;
}
.testimonial .testimonial-item .box-top .item-author .item-author-img {
  flex: 0 0 auto;
  width: 140px;
  height: 154px;
  border-radius: 12px;
}
.testimonial .testimonial-item .box-top .item-author .item-author-img img {
  border-radius: inherit;
}
.testimonial .testimonial-item .box-top .item-rating {
  margin-top: 14px;
}
.testimonial .testimonial-item .box-top .item-rating .item-rating-text {
  font-size: 22px;
  font-weight: 500;
}
.testimonial .testimonial-item .box-top .item-rating .item-rating-text span {
  font-size: 16px;
  opacity: 0.5;
  font-weight: 400;
}
.testimonial .testimonial-item .box-top .item-rating .item-rating-icon {
  display: inline-flex;
  background-color: var(--theme-color);
  font-size: 12px;
  gap: 6px;
  border-radius: 72px;
  padding: 10px 15px;
  margin-top: 7px;
}
.testimonial .testimonial-item .box-top .item-rating .item-rating-icon svg {
  width: 16px;
  height: 16px;
  fill: var(--heading-color);
}
.testimonial .testimonial-item .item-comment {
  border-radius: 12px;
  padding: 22px 28px;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-style: italic;
}
.testimonial .testimonial-item .item-comment .quote {
  position: absolute;
  right: 16px;
  bottom: -5px;
  font-size: 35px;
  opacity: 0.5;
}
.testimonial .testimonial-item .item-comment .quote svg {
  width: 40px;
}

.dsn-testimonial-1 .quote {
  filter: blur(1px);
  opacity: 0.3;
}
.dsn-testimonial-1 .quote svg {
  width: 100px;
  height: 70px;
}
.dsn-testimonial-1 .quote svg path {
  fill: var(--border-color);
}
@media only screen and (max-width: 991px) {
  .dsn-testimonial-1 .sm-w-100 {
    width: 100%;
    display: block;
  }
}
.dsn-testimonial-1 .testimonial-inner {
  width: 70%;
}
@media only screen and (max-width: 991px) {
  .dsn-testimonial-1 .testimonial-inner {
    width: 100%;
  }
}
.dsn-testimonial-1 .testimonial-pagination-wrapper {
  width: 400px;
  max-width: 400px;
}
.dsn-testimonial-1 .testimonial-counter {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  align-items: flex-end !important;
}
.dsn-testimonial-1 .testimonial-counter .current-slide {
  color: var(--heading-color);
  font-size: 32px;
  line-height: 1;
  transition: all 0.6s ease;
}
.dsn-testimonial-1 .testimonial-counter .separator {
  color: var(--font-color);
  opacity: 0.5;
  line-height: 1;
  padding-bottom: 2px;
}
.dsn-testimonial-1 .testimonial-counter .total-slides {
  color: var(--font-color);
  opacity: 0.5;
  font-size: 20px;
  line-height: 1;
  padding-bottom: 2px;
}
.dsn-testimonial-1 .testimonial-pagination {
  overflow: visible;
}
@media only screen and (max-width: 991px) {
  .dsn-testimonial-1 .testimonial-pagination {
    display: none;
  }
}
.dsn-testimonial-1 .testimonial-pagination .swiper-wrapper {
  align-items: flex-end;
}
.dsn-testimonial-1 .testimonial-pagination .swiper-slide {
  transition: all 0.6s ease;
}
.dsn-testimonial-1 .testimonial-pagination .item {
  position: relative;
  overflow: hidden;
  transition: all 0.6s ease;
  width: 100% !important;
  cursor: pointer;
  border-radius: 5px;
}
.dsn-testimonial-1 .testimonial-pagination .item img {
  transition: all 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.dsn-testimonial-1 .testimonial-pagination .swiper-slide-active .item {
  width: 100% !important;
  height: 180px;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonial-1 .testimonial-item .d-grid.grid-half-1 {
    display: flex;
  }
}
@media only screen and (max-width: 575px) {
  .dsn-testimonial-1 .testimonial-item .d-grid.grid-half-1 {
    display: block;
  }
}
.dsn-testimonial-1 .testimonial-item .avatar {
  position: relative;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonial-1 .testimonial-item .avatar {
    align-items: flex-end;
  }
}
.dsn-testimonial-1 .testimonial-item .avatar img {
  width: 280px;
  border-radius: inherit;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonial-1 .testimonial-item .avatar img {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .dsn-testimonial-1 .testimonial-item .avatar img {
    display: none;
  }
}
.dsn-testimonial-1 .testimonial-item .content {
  padding: 30px 0;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonial-1 .testimonial-item .content {
    padding: 0;
  }
}
.dsn-testimonial-1 .testimonial-item .content .quote svg {
  width: 71px;
  height: 53px;
}
.dsn-testimonial-1 .testimonial-item .testimonial-name {
  font-size: 28px;
  line-height: 30px;
}

@media only screen and (max-width: 991px) {
  .testimonial-2 .p-60 {
    padding: 60px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-2 .p-60 {
    padding: 30px 15px;
  }
}
.testimonial-2 .box-testimonial-inner {
  height: -webkit-max-content;
  height: max-content;
}
@media only screen and (max-width: 991px) {
  .testimonial-2 .box-testimonial-inner {
    padding: 60px 30px;
  }
  .testimonial-2 .box-testimonial-inner .title-block {
    margin-top: 30px;
  }
}
.testimonial-2 .box-testimonial-inner .testimonial-item:not(:last-of-type) {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border-color);
}
.testimonial-2 .box-testimonial-inner .testimonial-item .content .rating svg {
  width: 16px;
  height: 16px;
  fill: var(--heading-color);
}
.testimonial-2 .box-testimonial-inner .testimonial-item .content .quote svg {
  width: 71px;
  height: 53px;
}
.testimonial-2 .box-testimonial-inner .testimonial-item .content .quote svg path {
  fill: var(--heading-color);
}
.testimonial-2 .box-testimonial-inner .testimonial-item .author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonial-2 .box-info .rating svg {
  width: 16px;
  height: 16px;
  fill: var(--heading-color);
}
@media only screen and (max-width: 991px) {
  .testimonial-2 .box-info .box-img img {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .testimonial-2 .box-info .mt-80 {
    margin-top: 30px;
  }
}
.testimonial-2 .box-info .item {
  position: relative;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
  width: -webkit-max-content;
  width: max-content;
}
.testimonial-2 .box-info .item .image-box-img {
  width: 60px;
  height: 60px;
  border-radius: 5px;
}
.testimonial-2 .box-info .item .image-box-img img {
  border-radius: inherit;
}
.testimonial-2 .box-info .item h5 {
  font-size: 16px;
  letter-spacing: 1px;
}

.dsn-testimonial-3 .testimonial-item {
  display: flex;
  justify-content: space-between;
  padding: 60px 40px;
}
.dsn-testimonial-3 .testimonial-item .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.dsn-testimonial-3 .testimonial-item .avatar img {
  border-radius: inherit;
}
.dsn-testimonial-3 .testimonial-item .label {
  position: relative;
  border-left: 2px solid var(--border-color);
  padding-left: 20px;
}
.dsn-testimonial-3 .testimonial-item .label::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: var(--border-color);
  left: 2px;
  top: 0;
}
.dsn-testimonial-3 .testimonial-item .label .testimonial-name {
  font-size: 20px;
  line-height: 24px;
}
.dsn-testimonial-3 .testimonial-item .label .testimonial-position {
  font-size: 14px;
  font-weight: 400;
}

.v-dark .testimonials-3 .testimonials-flex .card-1 .logo-testi {
  filter: invert(1);
}

@media only screen and (max-width: 575px) {
  .testimonials-3 .testimonials-inner {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonials-3 .testimonials-inner .dsn-swiper-paginate {
    margin-top: 15px;
  }
}
.testimonials-3 .testimonials-inner .logo-top .top-text {
  font-size: 26px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 575px) {
  .testimonials-3 .testimonials-inner .logo-top {
    margin-bottom: 15px;
  }
}
.testimonials-3 .testimonials-inner .testimonials-swiper {
  width: 100%;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.testimonials-3 .testimonials-inner .testimonials-swiper .testimonials-item {
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  padding: 30px;
  border-radius: 8px;
}
@media only screen and (max-width: 575px) {
  .testimonials-3 .testimonials-inner .testimonials-swiper .testimonials-item {
    padding: 15px 10px;
    width: 100% !important;
  }
}
.testimonials-3 .testimonials-inner .testimonials-swiper .bottom-box {
  border-top: 1px solid #d5d5d530;
  padding-top: 20px;
}
.testimonials-3 .testimonials-inner .testimonials-swiper .img {
  width: 60px;
  height: 60px;
  border-radius: 4px;
}
.testimonials-3 .testimonials-inner .testimonials-swiper .img img {
  border-radius: inherit;
}
.testimonials-3 .testimonials-flex .testimonials-card-small {
  grid-row-gap: 5px;
  flex-flow: column;
  height: 50%;
  display: flex;
}
.testimonials-3 .testimonials-flex .testimonials-card-small .card-1 {
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 75%;
  padding: 20px 10% 20px 20px;
  display: flex;
  position: relative;
}
.testimonials-3 .testimonials-flex .testimonials-card-small .card-1 .logo-testi {
  width: 111px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .testimonials-3 .testimonials-flex .testimonials-card-small .card-1 .logo-testi {
    margin-bottom: 20px;
  }
}
.testimonials-3 .testimonials-flex .testimonials-card-small .card-1 .plus-absolute {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}
.testimonials-3 .testimonials-flex .testimonials-card-small .card-2 {
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .testimonials-3 .testimonials-flex .testimonials-card-small .card-2 {
    height: auto;
    padding: 15px 20px;
  }
}
.testimonials-3 .testimonials-flex .testimonials-card-small .card-2 .div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.testimonials-3 .testimonials-flex .testimonials-card-small .card-2 .portrait {
  aspect-ratio: 2/2.3;
  object-fit: cover;
  border-radius: 5px;
  width: 50px;
  height: 100%;
}
.testimonials-3 .testimonials-flex .testimonials-card-small .card-2 .small-flex {
  grid-row-gap: 3px;
  flex-flow: column;
  display: flex;
}

body.v-light .testimonials-3 .testimonials-card-small .plus-absolute {
  filter: invert(1);
}

.hero-real-estate {
  position: relative;
  overflow: hidden;
}
.hero-real-estate .sub-title .rel {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 8px 20px;
  border-radius: 5px;
}
.hero-real-estate .sub-title .iblock {
  rotate: -90deg;
  font-size: 20px;
}
.hero-real-estate .hero-slider-container {
  position: relative;
}
.hero-real-estate .swiper-slide .slide-bg {
  overflow: hidden;
}
.hero-real-estate .swiper-slide .slide-bg img {
  transition: transform 8s ease;
  will-change: transform;
}
.hero-real-estate .swiper-slide.swiper-slide-active .slide-bg img {
  transform: scale(1.1);
}
.hero-real-estate .slide-content .content-wrapper .sub-title {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500;
  color: rgba(var(--heading-color), 0.8);
  text-align: left;
}
.hero-real-estate .slide-content .content-wrapper .hero-title {
  text-align: left;
  max-width: 700px;
}
.hero-real-estate .slide-content .content-wrapper .hero-title .word-wrapper {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.hero-real-estate .slide-content .content-wrapper .hero-title .word-wrapper .word {
  display: inline-block;
}
.hero-real-estate .slide-content .content-wrapper .hero-description {
  max-width: 500px;
  font-size: 16px;
  text-align: left;
}
.hero-real-estate .Latest-Project {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 8px 8px 8px 20px;
  border-radius: 5px;
}
@media only screen and (max-width: 575px) {
  .hero-real-estate .Latest-Project {
    padding: 8px;
  }
}
.hero-real-estate .Latest-Project .text-wrapper {
  width: 50%;
}
@media only screen and (max-width: 575px) {
  .hero-real-estate .Latest-Project .text-wrapper {
    display: none;
  }
}
.hero-real-estate .Latest-Project .project-card {
  border-radius: 7px 7px 7px 7px;
  padding: 5px 5px 5px 5px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.25);
}
.hero-real-estate .Latest-Project .project-card .project-image {
  width: 40%;
}
.hero-real-estate .Latest-Project .project-metas-wrap {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
  padding-left: 20px;
}
.hero-real-estate .Latest-Project .project-details-wrap {
  width: 85%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  column-gap: 5px;
  --columnGap: 5px;
  row-gap: 0px;
  flex-wrap: wrap;
}
.hero-real-estate .Latest-Project .project-details-wrap p {
  font-size: 12px;
}
.hero-real-estate .hero-pagination {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.hero-real-estate .hero-pagination .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: static;
}
.hero-real-estate .hero-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0000005E;
  z-index: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border: 2px solid rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: all 0.4s ease;
  cursor: pointer;
}
.hero-real-estate .hero-pagination .swiper-pagination-bullet:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.2);
}
.hero-real-estate .hero-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  transform: scale(1.3);
}
.hero-real-estate .hero-arrows-wrapper .hero-arrow-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
  color: var(--heading-color);
  overflow: hidden;
  position: relative;
}
.hero-real-estate .hero-arrows-wrapper .hero-arrow-btn .icon-svg {
  width: 18px;
  height: 18px;
  transition: all 0.4s ease;
}
.hero-real-estate .hero-arrows-wrapper .hero-arrow-btn .icon-svg svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.hero-real-estate .hero-arrows-wrapper .hero-arrow-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.3);
}
.hero-real-estate .hero-arrows-wrapper .hero-arrow-btn:hover .icon-svg {
  animation: arrowSlide 0.6s ease forwards;
}
.hero-real-estate .hero-arrows-wrapper .hero-arrow-btn.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.hero-real-estate .hero-arrows-wrapper .hero-arrow-btn.hero-prev-btn .icon-svg {
  transform: rotate(180deg);
}
.hero-real-estate .hero-arrows-wrapper .hero-arrow-btn.hero-prev-btn:hover .icon-svg {
  animation: arrowSlideReverse 0.6s ease forwards;
}
@keyframes arrowSlide {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(10px);
    opacity: 0;
  }
  51% {
    transform: translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes arrowSlideReverse {
  0% {
    transform: rotate(180deg) translateX(0);
    opacity: 1;
  }
  50% {
    transform: rotate(180deg) translateX(10px);
    opacity: 0;
  }
  51% {
    transform: rotate(180deg) translateX(-10px);
    opacity: 0;
  }
  100% {
    transform: rotate(180deg) translateX(0);
    opacity: 1;
  }
}
.hero-real-estate .social-box h5 {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.hero-real-estate .social-box li a {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 8px 20px;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .hero-real-estate .slide-content .content-wrapper .hero-title {
    font-size: 48px;
  }
  .hero-real-estate .slide-content .content-wrapper .hero-description {
    font-size: 17px;
  }
  .hero-real-estate .hero-pagination {
    right: 50px;
  }
  .hero-real-estate .hero-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 991px) {
  .hero-real-estate .slide-content .content-wrapper .hero-title {
    font-size: 42px;
  }
  .hero-real-estate .slide-content .content-wrapper .hero-description {
    font-size: 16px;
  }
  .hero-real-estate .hero-pagination {
    right: 40px;
  }
  .hero-real-estate .hero-pagination .swiper-pagination {
    gap: 12px;
  }
  .hero-real-estate .hero-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .hero-real-estate .slide-content .content-wrapper .hero-title {
    font-size: 36px;
  }
  .hero-real-estate .slide-content .content-wrapper .hero-description {
    font-size: 15px;
  }
  .hero-real-estate .hero-pagination {
    right: 30px;
  }
  .hero-real-estate .hero-pagination .swiper-pagination {
    gap: 10px;
  }
  .hero-real-estate .hero-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 575px) {
  .hero-real-estate .slide-content .content-wrapper .hero-title {
    font-size: 28px;
  }
  .hero-real-estate .slide-content .content-wrapper .hero-description {
    font-size: 14px;
  }
  .hero-real-estate .hero-pagination {
    right: 20px;
  }
  .hero-real-estate .hero-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}
.dsn-brand .box-title .awards-box {
  padding: 20px;
}
.dsn-brand .box-title .text h5 {
  font-size: 16px;
}
.dsn-brand .box-title .text p {
  font-size: 12px;
}
.dsn-brand .box-title .item {
  position: relative;
  -webkit-mask-position: top;
          mask-position: top;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.dsn-brand .box-title .item:first-of-type {
  -webkit-mask-image: url(../img/shape-awards.svg);
          mask-image: url(../img/shape-awards.svg);
}
.dsn-brand .box-title .item:last-of-type {
  -webkit-mask-image: url(../img/shape-awards2.svg);
          mask-image: url(../img/shape-awards2.svg);
}
@media only screen and (max-width: 767px) {
  .dsn-brand .box-title .item {
    -webkit-mask-image: none !important;
            mask-image: none !important;
  }
}
.dsn-brand .box-title .item .item-inner {
  padding: 15px 20px;
  min-height: 250px;
}
@media only screen and (max-width: 767px) {
  .dsn-brand .box-title .item .item-inner {
    border-radius: 10px;
  }
}
.dsn-brand .box-title .item .item-inner p {
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .dsn-brand.brand-radu .brand-inner .brand-boxs {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
  .dsn-brand.brand-radu .brand-inner .brand-boxs .brand-item {
    aspect-ratio: auto;
    border-radius: 0;
    margin: 0;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .dsn-brand.brand-radu .brand-inner .brand-boxs {
    grid-template-columns: 100%;
  }
  .dsn-brand.brand-radu .brand-inner .brand-boxs .brand-item img {
    width: 160px;
  }
}
.dsn-brand.brand-radu .brand-item {
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media only screen and (max-width: 991px) {
  .dsn-brand.brand-radu .brand-item {
    min-height: 180px;
  }
}
.dsn-brand.brand-radu .brand-item.brand-item-lg {
  width: 100%;
}
.dsn-brand.brand-radu .brand-item.brand-item-lg img {
  max-width: 140px;
}
.dsn-brand.brand-radu .brand-item.brand-item-md {
  height: 160px;
}
.dsn-brand.brand-radu .brand-item.brand-item-md img {
  width: 90px;
}
.dsn-brand.brand-radu .brand-item.brand-item-sm {
  height: 120px;
}
@media only screen and (max-width: 991px) {
  .dsn-brand.brand-radu .brand-item.brand-item-sm {
    height: 180px;
  }
}
.dsn-brand.brand-radu .brand-item.brand-item-sm img {
  width: 70px;
}
.dsn-brand .brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--border-color);
  border-radius: 5px;
}
.dsn-brand .brand-item-inner {
  width: 175px;
  margin: auto;
}
.dsn-brand .brand-item-inner img {
  margin: auto;
}

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

.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;
}
.brands-marquee .brand-item img {
  width: 150px;
}

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;
  }
}
.team-item {
  overflow: hidden;
}
.team-item .box-img {
  border-radius: 8px;
  height: 500px;
}
.team-item .box-img img {
  border-radius: inherit;
}
.team-item .word-root {
  height: 22px;
  overflow: hidden;
  display: inline-block;
}
.team-item .word-root .double-word-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.team-item .word-root .double-word-column .word {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}
.team-item .word-root .double-word-column .word:last-of-type {
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.team-item:hover .double-word-column {
  transform: translateY(-50%);
}
.team-item:hover .double-word-column .word:last-of-type {
  transform: translateX(0);
}

.dsn-skills-item {
  position: relative;
  width: 100%;
}
.dsn-skills-item h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  z-index: 1;
}
.dsn-skills-item .background-theme {
  --heading-color: inhert !important;
  --font-color: inhert !important;
}
.dsn-skills-item .box-img {
  padding: 20px 5px;
  border-radius: 5px;
}
.dsn-skills-item .box-img img {
  width: 58px;
}
.dsn-skills-item.border-right {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .dsn-skills-item.border-right {
    padding-right: 0;
    border: 0;
  }
}
.dsn-skills-item.border-left {
  padding-left: 30px;
}
@media only screen and (max-width: 767px) {
  .dsn-skills-item.border-left {
    padding-left: 0;
    border: 0;
  }
}
.dsn-skills-item.dsn-skills-item-lg h3 {
  font-size: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  color: var(--reverse-heading-color);
  z-index: 1;
}
.dsn-skills-item.dsn-skills-item-lg .bar-progress {
  position: relative;
  width: 100%;
  height: 35px;
}
.dsn-skills-item.dsn-skills-item-sm h4 {
  font-size: 16px;
  line-height: 1;
  width: -webkit-fill-available;
  max-width: -webkit-fit-content;
  max-width: fit-content;
}
.dsn-skills-item .bar-progress {
  position: relative;
  width: 100%;
  height: 14px;
  border-radius: 5px;
  padding: 4px;
}
.dsn-skills-item .bar-progress .fill {
  position: absolute;
  width: 0;
  top: 2px;
  bottom: 2px;
  left: 2px;
  border-radius: 5px;
}
.dsn-skills-item .bar-progress .fill:not(.background-section):not(.background-main):not(.background-theme):not(.background-heading) {
  background-image: url("../img/patterns.png");
}
.dsn-skills-item .bar-progress .fill.background-heading {
  background-color: var(--heading-color);
}
.dsn-skills-item .bar-progress .fill .number {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: var(--reverse-heading-color);
}
.dsn-skills-item .bar-svg {
  text-align: center;
}
.dsn-skills-item .bar-svg .fill-bar {
  width: 160px;
  height: 160px;
  margin: auto;
  background-color: transparent;
}
.dsn-skills-item .bar-svg .fill-bar svg {
  transform: rotate(-90deg);
}
.dsn-skills-item .bar-svg .fill-bar .progress-bar__background {
  fill: none;
  stroke: var(--bg-color);
  stroke-width: 1.8;
  opacity: 0.23;
}
.dsn-skills-item .bar-svg .fill-bar .progress-bar__progress {
  fill: none;
  stroke-dasharray: 100 100;
  stroke-linecap: round;
  stroke-width: 1.8;
  stroke: var(--theme-color);
}
.dsn-skills-item .bar-svg .fill-bar.background-section .progress-bar__progress {
  stroke: var(--assistant-color);
}
.dsn-skills-item .bar-svg .fill-bar.background-main .progress-bar__progress {
  stroke: var(--bg-color);
}
.dsn-skills-item .bar-svg .fill-bar.background-heading .progress-bar__progress {
  stroke: var(--heading-color);
}
.dsn-skills-item .bar-svg .fill-bar .number.font-number {
  font-size: 30px;
}

@media only screen and (max-width: 991px) {
  .d-grid.mb-no-gap {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .skills-personal .box-img {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .skills-personal .none-md {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .skills-personal .skills-personal-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.skills-personal .skills-inner.d-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
.skills-personal .dsn-skills-item {
  border: 1px solid var(--border-color);
  border-radius: 10px;
}
.skills-personal .dsn-skills-item .dsn-skills-item-inner {
  padding: 30px 15px;
}
.skills-personal .dsn-skills-item .dsn-skills-item-inner img {
  border-radius: 10px;
  max-width: 80px;
}

.section-video-2 .box-img {
  height: 70vh;
}

.section-video .circle-center {
  pointer-events: none;
  border-style: dashed;
  border-width: 0.0625em;
  border-radius: 50%;
  width: 21.75em;
  height: 21.75em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-video .title-lg {
  mix-blend-mode: exclusion;
  color: #fff;
}

.section-video-2 .bg {
  bottom: var(--margin-padding);
}
@media only screen and (max-width: 767px) {
  .section-video-2 .bg {
    bottom: 0;
    height: 100%;
  }
}
.section-video-2 .bg img {
  height: 120% !important;
}
.section-video-2 .content {
  position: relative;
  max-width: 550px;
  padding: 80px 60px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .section-video-2 .content {
    padding: 80px 15px;
  }
}
@media only screen and (max-width: 575px) {
  .section-video-2 .content {
    padding: 50px 15px;
  }
}

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

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

.about-main .box-text .box-right {
  border-inline-start: 1px solid var(--border-color);
  padding-inline-start: 30px;
  margin-inline-start: 30px;
}
@media only screen and (max-width: 575px) {
  .about-main .box-text .box-right {
    border-inline-start: 0;
    padding-inline-start: 0;
    margin-inline-start: 0;
    order: 1;
  }
}
.about-main .box-text .box-right p {
  max-width: 300px;
}
@media only screen and (max-width: 575px) {
  .about-main .box-text .box-right p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .about-main .box-text .box-left {
    order: 2;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section .box-img {
    height: 100%;
  }
}
.hero-section .hero-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}
.hero-section .hero-block h2 {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .hero-section .hero-block h2 {
    font-size: 37px;
    line-height: 1.2;
  }
}
.hero-section .hero-block .heading-block-1 {
  position: relative;
}
.hero-section .hero-block .hero-icon-1 {
  top: 0;
  right: -13px;
  position: absolute;
  width: 30px;
}
.hero-section .hero-block .heading-block-2 {
  text-align: center;
  white-space: nowrap;
  width: 100vw;
}
.hero-section .md {
  width: 100vw;
  background-color: #f4f4f70d;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
@media only screen and (max-width: 767px) {
  .hero-section .md {
    background-color: transparent;
    -webkit-backdrop-filter: unset;
            backdrop-filter: unset;
    padding: 0;
    margin: 0;
  }
  .hero-section .md .title-lg {
    margin-top: 0;
  }
}
.hero-section .md img {
  width: 300px;
  max-height: 150px;
}
@media only screen and (max-width: 767px) {
  .hero-section .md img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section .rd {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}
.hero-section .rd p {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .hero-section .rd p {
    width: 100%;
  }
}

.about-two .box-img {
  height: 500px;
}
.about-two .content {
  border-bottom: 1px solid var(--border-color);
}
@media only screen and (max-width: 767px) {
  .about-two .content {
    border: 0;
  }
}
.about-two .content .box-left {
  border-inline-end: 1px solid var(--border-color);
  padding-top: 30px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .about-two .content .box-left {
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
    margin-top: 30px;
  }
}
.about-two .content .box-right {
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .about-two .content .box-right {
    padding-bottom: 0;
    padding-top: 0;
    border: 0;
  }
  .about-two .content .box-right .align-items-end {
    flex-direction: column;
    align-items: baseline;
  }
}
.about-two .ex {
  position: relative;
  padding: 60px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .about-two .ex {
    padding: 0;
  }
}
.about-two .ex .title {
  line-height: 52px;
}

.about-us .ex {
  height: -webkit-max-content;
  height: max-content;
  padding: 60px 40px 30px;
  text-align: center;
}
.about-us .ex .text {
  margin-top: 30px;
}
.about-us .box-right {
  padding-top: 30px;
}
.about-us .box-right ul li {
  position: relative;
  color: var(--heading-color);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-us .box-right ul li span {
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--heading-color);
  filter: blur(1px);
}

@media only screen and (max-width: 991px) {
  .about-me .grid-half-1 {
    grid-template-columns: auto 50%;
  }
}
@media only screen and (max-width: 767px) {
  .about-me .grid-half-1 {
    display: block;
  }
}
.about-me .box-text {
  padding-inline-start: 60px;
}
@media only screen and (max-width: 991px) {
  .about-me .box-text {
    padding-inline-start: 0;
  }
}
@media only screen and (max-width: 767px) {
  .about-me .box-text {
    margin-top: 30px;
  }
}
.about-me .box-text .about-bottom {
  position: relative;
}
.about-me .box-text .about-bottom .item {
  position: relative;
  border-radius: 8px;
  padding: 18px 40px;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  color: var(--heading-color);
  text-transform: uppercase;
}
.about-me .box-text .about-bottom .item.item-2 {
  background-color: var(--theme-color);
}
.about-me .choose-card {
  position: relative;
}
.about-me .choose-card .img-inner .img-item {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid var(--border-color);
}
.about-me .choose-card .img-inner .img-item:not(:first-of-type) {
  margin-left: -15px;
}
.about-me .choose-card .img-inner .img-item img {
  border-radius: inherit;
}

.move-section-img .box-img {
  height: 700px;
}

.img-under-header .grid-item {
  height: 400px;
}

.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-architecture .box-experinces .number {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-architecture .box-experinces .text-box {
  max-width: 300px;
}
.about-architecture .box-text .title-block-lg {
  max-width: 500px;
}
.about-architecture .item {
  position: relative;
  padding-top: 30px;
  border-top: 1px solid var(--border-color);
  align-items: baseline;
  overflow: hidden;
}
.about-architecture .item .sm-title-block {
  max-width: 350px;
}
.about-architecture .item::before {
  content: "";
  background-color: var(--heading-color);
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  inset: 0% 0% auto;
  top: 0;
  left: 0;
  transform: translate3d(-100%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 0;
  transition: all 0.4s ease;
}
.about-architecture .item:hover::before {
  animation: line-anim 0.5s ease-out forwards;
  transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  opacity: 1;
  transition: all 0.4s ease;
}

.section-video-12 {
  height: 350px;
}
@media only screen and (max-width: 575px) {
  .section-video-12 {
    display: none;
  }
}

.about-photography {
  position: relative;
}
.about-photography .line-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 0;
  opacity: 0.1;
}
.about-photography .box-img {
  height: 600px;
}
.about-photography .content p {
  max-width: 500px;
}
.about-photography .content .ex h3 {
  font-size: 160px;
  line-height: 120px;
}
@media only screen and (max-width: 767px) {
  .about-photography .content .box-sm-img {
    display: none;
  }
}
.about-photography .content .box-sm-img .item {
  height: 100px;
  border-radius: 5px;
}
.about-photography .content .box-sm-img .item img {
  border-radius: inherit;
}

.about-a {
  position: relative;
}
.about-a .inner {
  display: grid;
  flex: 0 0 auto;
  gap: 8px;
  grid-auto-rows: minmax(0px, 1fr);
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-template-rows: repeat(1, minmax(0px, 1fr));
  justify-content: center;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .about-a .inner {
    display: flex;
    flex-direction: column;
  }
}
.about-a .inner .box-left {
  border-radius: 8px;
  min-height: 600px;
}
@media only screen and (max-width: 767px) {
  .about-a .inner .box-left {
    min-height: 300px;
  }
}
.about-a .inner .box-left svg {
  filter: invert(1);
}
.about-a .inner .box-img {
  place-self: start;
  flex: 0 0 auto;
  grid-column: span 2;
  height: 100%;
  position: relative;
  width: 100%;
  border-radius: 8px;
}
.about-a .inner .box-img div {
  border-radius: inherit;
}
.about-a .inner .box-img img {
  border-radius: inherit;
}
.about-a .inner .box-right {
  border-radius: 8px;
}
.about-a .inner .box-right .item-rating-icon {
  display: inline-flex;
  gap: 6px;
}
.about-a .inner .box-right .item-rating-icon svg {
  width: 16px;
  height: 16px;
  fill: var(--heading-color);
}
.about-a .inner .box-right .choose-card {
  position: relative;
}
.about-a .inner .box-right .choose-card .img-inner .img-item {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 5px solid var(--bg-color);
}
.about-a .inner .box-right .choose-card .img-inner .img-item:not(:first-of-type) {
  margin-left: -15px;
}
.about-a .inner .box-right .choose-card .img-inner .img-item img {
  border-radius: inherit;
}

.awarded-section .awarded-inner .box-title {
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .awarded-section .awarded-inner .box-title {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .awarded-section .awarded-inner .box-title .box-bottom {
    display: none;
  }
}
.awarded-section .awarded-inner .text-p {
  font-size: 17px;
  font-weight: 600;
}
.awarded-section .award-inner {
  border-left: 1px solid var(--border-color);
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .awarded-section .award-inner {
    padding-left: 0;
    padding-top: 0;
    border: 0;
  }
}
.awarded-section .award-inner .award-item {
  z-index: 2;
  padding: 19px 0;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-bottom: 1px solid var(--border-color);
}
.awarded-section .award-inner .award-item .award-item-left {
  gap: 60px;
}
.awarded-section .award-inner .award-item .award-item-left span {
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.awarded-section .award-inner .award-item .award-item-left .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.72px;
  color: var(--heading-color);
}
.awarded-section .award-inner .award-item .award-item-right {
  gap: 40px;
}
.awarded-section .award-inner .award-item .award-item-right span {
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

body.v-dark .awarded-section .image img {
  filter: invert(1);
}

.awards-2 .d-grid.grid-half-1 {
  column-gap: 60px;
}
@media only screen and (max-width: 767px) {
  .awards-2 .box-img {
    display: none;
  }
}
.awards-2 .awards-inner .awards-item {
  position: relative;
  width: 100%;
}
.awards-2 .awards-inner .awards-item .awards-item-inner {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  padding-bottom: 20px;
}
.awards-2 .awards-inner .awards-item .awards-border-box {
  z-index: 1;
  background-color: var(--border-color);
  height: 2px;
  position: relative;
}
.awards-2 .awards-inner .awards-item .awards-border-box .awards-inner-border {
  z-index: 0;
  background-color: var(--heading-color);
  width: 0%;
  height: 2px;
  position: relative;
}
.awards-2 .awards-inner .awards-item .awards-small-tag {
  width: 66px;
}
.awards-2 .awards-inner .awards-item .awards-small-tag .small-tag {
  letter-spacing: 0.12px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.83333;
}

@media only screen and (max-width: 991px) {
  body.v-light .awards-section .trophy-img {
    display: none;
  }
}
body.v-light .awards-section .trophy-img img {
  filter: invert(1);
}

.awards-section .trophy-img img {
  height: 310px;
}
.awards-section .award-item-wrap {
  display: flex;
  flex-direction: column;
}
.awards-section .award-item-wrap .award-item {
  padding-top: 40px;
  padding-bottom: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--border-color);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 0.5fr;
  grid-auto-columns: 1fr;
  display: grid;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .awards-section .award-item-wrap .award-item {
    grid-template-columns: none;
    grid-row-gap: 6px;
  }
  .awards-section .award-item-wrap .award-item .award-text {
    text-align: justify;
  }
}

.hover-reveal {
  position: fixed;
  width: 250px;
  height: 330px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 2;
}

.hover-reveal__inner,
.hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}

.hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
}

.hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}

.hero-cetagorie .hero-cetagorie-icon {
  height: 54px;
  width: 54px;
  display: grid;
  border-radius: 30px;
  text-align: center;
  place-content: center;
  border: 1px solid rgba(255, 254, 239, 0.2);
}
.hero-cetagorie .hero-cetagorie-icon svg {
  vertical-align: middle;
}
.hero-cetagorie .hero-cetagorie-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--heading-color);
  text-align: start;
  line-height: 1.4;
  letter-spacing: -0.075px;
}

.hero-inner-img.img-1 {
  transform: translateX(370px);
}
.hero-inner-img.img-2 {
  transform: translateX(300px);
}
.hero-inner-img.img-3 {
  transform: translateX(180px);
}
.hero-inner-img.img-4 {
  position: relative;
  z-index: 9;
}
.hero-inner-img.img-5 {
  transform: translateX(-180px);
  position: relative;
  z-index: 2;
}
.hero-inner-img.img-6 {
  position: relative;
  z-index: 1;
  transform: translateX(-330px);
}
.hero-inner-img.img-7 {
  transform: translateX(-370px);
}
.hero-inner-img img {
  max-width: inherit;
  border-radius: 10px 10px 0 0;
  filter: drop-shadow(-20px 10px 40px rgba(0, 0, 0, 0.34));
}

.demo-item {
  transition: all 0.3s ease-out;
}
.demo-item .box-img {
  overflow: hidden;
}
.demo-item .box-img img {
  transition: all 0.3s ease-out;
}
.demo-item .word-root {
  height: 26px;
  overflow: hidden;
  display: inline-block;
}
.demo-item .word-root .double-word-column {
  display: flex;
  flex-direction: column;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.demo-item .word-root .double-word-column .word {
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 1.3;
}
.demo-item .word-root .double-word-column .word:last-of-type {
  transform: translateX(50%);
  transition: transform 1s cubic-bezier(0.16, 1, 0.3, 1);
}
.demo-item:hover .box-img img {
  transform: scale(1.05);
}
.demo-item:hover .double-word-column {
  transform: translateY(-50%);
}
.demo-item:hover .double-word-column .word:last-of-type {
  transform: translateX(0);
}

.header-photography {
  overflow: hidden;
}
.header-photography.preview-1 {
  height: -webkit-max-content;
  height: max-content;
}
.header-photography.preview-1 .grid {
  transform: rotate(0deg);
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
  padding: 60px 0;
}
.header-photography.preview-1 .row {
  display: flex;
}
.header-photography.preview-1 .row__item-img {
  position: relative;
}
.header-photography.preview-1 .row__item-img img {
  width: auto;
  height: 350px;
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .header-photography.preview-1 .row__item-img img {
    height: auto;
  }
}
.header-photography.preview .grid {
  transform: rotate(0deg);
  grid-template-rows: repeat(3, 1fr);
  width: 110%;
  height: 100%;
}
.header-photography.preview .row {
  display: flex;
}
.header-photography.preview .row:nth-of-type(2) .row__item:first-of-type {
  transform: translateY(-120px);
}
.header-photography.preview .row:nth-of-type(2) .row__item:last-of-type {
  transform: translateY(120px);
}
.header-photography.preview .row:first-of-type .row__item-img {
  width: 475px;
}
.header-photography.preview .row:last-of-type .row__item-img {
  width: 600px;
}
.header-photography.preview .row__item-img {
  position: relative;
  width: 375px;
  height: 270px;
}
.header-photography .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;
}
.header-photography .grid {
  gap: 1rem;
  flex: none;
  position: relative;
  width: 200vw;
  height: 150vh;
  display: grid;
  grid-template-rows: repeat(5, 1fr);
  grid-template-columns: 100%;
  transform-origin: center center;
}
.header-photography .row {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
  will-change: transform, filter;
}
.header-photography .row__item {
  position: relative;
}
.header-photography .row__item-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-photography .reviews-box {
  padding: 5px;
  border-radius: 30px;
  font-size: 13px;
}
.header-photography .reviews-box span {
  margin-right: 15px;
  font-size: inherit;
}
.header-photography .reviews-box p {
  font-size: inherit;
}
.header-photography .reviews-box .review-box-inner {
  padding: 5px 15px 5px 5px;
  border-radius: 30px;
  height: -webkit-max-content;
  height: max-content;
  margin-right: 15px;
}
.header-photography .reviews-box .review-box-inner img {
  width: 30px;
}
.header-photography .reviews-box .review-box-inner i {
  color: #F1C644;
  font-size: inherit;
}
.header-photography .reviews-box .review-box-inner i:not(:last-of-type) {
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .header-photography .reviews-box .review-box-inner {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .header-photography .reviews-box span {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .header-photography .reviews-box p {
    padding-left: 20px;
  }
}

.features-view ul {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.features-view ul .feature-item {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 50px 30px 30px 30px;
  min-width: 280px;
}
.features-view ul .feature-item .box-icon {
  height: 50px;
}
.features-view ul .feature-item .box-icon svg {
  vertical-align: middle;
}
.features-view ul .feature-item h5 {
  font-family: var(--body-font);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: var(--heading-color);
}

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