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

  Template Name: MexDot - Ajax Portfolio Showcase HTML Template
  Template URI: https://template.dsngrid.com//mexdot
  Description: MexDot - 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

-------------------------------------------------------------*/
:root, :root .v-light, :root .v-light-head {
  --bg-color: #fff;
  --assistant-color: #f3f3f3;
  --theme-color: #b3de4f;
  --theme-color-font: #fff;
  --font-color: #5c5c5c;
  --heading-color: #434342;
  --border-color: #dcdcdc;
  --smooth-color: #141414;
  --reverse-color: #141414;
  --reverse-heading-color: #fff;
  --bg-btn: #5764b3;
  /**
     Elementor color
  */
  --divider-color: var(--border-color);
}
:root .background-theme, :root.background-theme, :root .calendar_wrap table tr td#today, :root .v-light .background-theme, :root .v-light.background-theme, :root .v-light .calendar_wrap table tr td#today, :root .v-light-head .background-theme, :root .v-light-head.background-theme, :root .v-light-head .calendar_wrap table tr td#today {
  --heading-color: #fff;
  --font-color: #fff;
  color: var(--font-color);
}

:root .v-dark, :root .v-dark-head {
  --bg-color: #f1f1f1;
  --assistant-color: #171717;
  --theme-color: #b3de4f;
  --font-color: #d9d9d9;
  --heading-color: #fff;
  --border-color: #373737;
  --smooth-color: #f9f9f9;
  --reverse-color: #f9f9f9;
  --reverse-heading-color: #434342;
  --bg-btn: #0a0909;
}

@media only screen and (max-width: 991px) {
  .v-dark-head-mobile {
    --bg-color: #111;
    --assistant-color: #171717;
    --theme-color: #b3de4f;
    --font-color: #d9d9d9;
    --heading-color: #fff;
    --border-color: #373737;
    --smooth-color: #f9f9f9;
    --reverse-color: #f9f9f9;
    --reverse-heading-color: #434342;
    --bg-btn: #0a0909;
  }
}
:root {
  --body-font: "Zen Kaku Gothic New", sans-serif;
  --heading-font: "Zen Kaku Gothic New", sans-serif;
  --font-code: "Oswald", sans-serif;
  --font-pre: "Zen Kaku Gothic New", sans-serif;
  --font-size-base: 18px;
  --font-size-h1: 40px;
  --font-size-h2: 36px;
  --font-size-h3: 30px;
  --font-size-h4: 25px;
  --font-size-h5: 22px;
  --font-size-h6: 16px;
  --menu-size: 12px;
  --line-height-base: 1.5;
  --line-height-detail: 36px;
  --line-height-content: 1.8;
  --font-weight-heading: 700;
  --font-weight-body: 500;
  --smooth-width: 4px;
  --bg-overlay: #434342;
  --overlay-blend-mode: unset;
}
@media only screen and (min-width: 1400px) {
  :root {
    --dsn-gap-container: 120px;
    --title-heading: 65px;
  }
  :root .container, :root .dsn-left-container, :root .dsn-right-container {
    --dsn-gap-container: 120px;
  }
}
@media only screen and (max-width: 1399px) {
  :root {
    --dsn-gap-container: 120px;
    --title-heading: 65px;
  }
}
@media only screen and (max-width: 1200px) {
  :root {
    --title-heading: 65px;
  }
}
@media only screen and (min-width: 992px) {
  :root {
    --margin-padding: 120px;
    --box-padding: 80px 40px;
  }
  :root .d-lg-none {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --margin-padding: 80px;
    --box-padding: 60px var(--dsn-gap-container);
    --title-heading: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  :root {
    --dsn-gap-container: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  :root {
    --dsn-gap-container: 25px;
    --title-heading: 47px;
  }
}
@media only screen and (max-width: 768px) {
  :root {
    --dsn-gap-container: 15px;
    --title-heading: 37px;
  }
}
/* ========================================

link

======================================== */
.link_arrow a::after {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (min-width: 800px) {
  .link_arrow a:hover {
    opacity: 0.7;
  }
  .link_arrow a:hover::after {
    translate: 4px 0px;
  }
}
.link {
  position: relative;
  z-index: 2;
}
.link a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.06em;
  width: 230px;
  height: 50px;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 20px 2px;
  background-color: var(--bg-btn);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
}
.link a::after {
  width: 9px;
  height: 5.8px;
  display: block;
  content: '';
  position: absolute;
  top: calc(50% - 2.4px);
  right: 18px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.btn-wrap {
  display: flex;
      justify-content: flex-end;
      width: 100%;
      margin-top: 40px;

}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-100 {
  margin-top: 100px;
}
.mt--100 {
  margin-top: -100px;
}
.pa-90 {
  padding: 90px;
}
.wrap-pa-10 {
 padding-left: 10%;
 padding-right: 10%;
}
.wrap-pa-15 {
  padding-left: 10%;
  padding-right: 10%;
 }
@media (max-width: 768px) {
  .wrap-pa-10 {
    padding-left: 0%;
    padding-right: 0%;
   }
   .wrap-pa-15 {
    padding-left: 0%;
    padding-right: 0%;
   }
}

.align-items-start {
  align-items: flex-start;
}
.align-items-center {
  align-items: center;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-center {
  justify-content: f
}
.justify-content-end {
  justify-content: flex-end;
}
/* -------------------------------------------------------
                   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%;
  overflow-x: hidden;
}

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

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

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

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

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

@keyframes moveIn {
  50%, 100% {
    transform: translateY(0em);
  }
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.day-night {
  position: fixed;
  z-index: 100;
  top: 50px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (min-width: 1400px) {
  .day-night {
    left: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .day-night {
    left: 10px;
  }
}
.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: #434342;
  width: 100%;
  height: 100%;
}
.day-night .moon {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background-color: #434342;
  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;
}

#main_root:before, #main_root:after {
  clear: both;
  min-height: 1px;
  display: block;
}

#page_wrapper {
  position: relative;
  z-index: 1;
}

.elementor-widget-dsn_bg_mask.elementor-element.elementor-absolute, .elementor-widget-dsn_bg_mask.elementor-element.elementor-fixed {
  z-index: 0;
}

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

.dsn-heading-title.p-10 {
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: -2px;
}

#line_head {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.2;
}
#line_head > .container {
  position: relative;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-left: 1px solid var(--border-color);
  border-right: 1px solid var(--border-color);
}
#line_head > .container:before {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  background-color: var(--border-color);
  height: 100%;
  margin: 0 auto;
}

.dsn-separator:not(.dsn-duration) {
  display: none;
}

.footer-animate.svg-animate .dsn-separator {
  top: 0;
  fill: var(--dsn-color-icon, var(--theme-color));
  position: absolute;
  display: block;
  pointer-events: none;
  width: 100%;
  height: 150px;
  z-index: 10;
  left: 0;
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .footer-animate.svg-animate .dsn-separator {
    height: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-animate.svg-animate .dsn-separator {
    height: 80px;
  }
}
@media only screen and (max-width: 400px) {
  .footer-animate.svg-animate .dsn-separator {
    height: 50px;
  }
}

.dsn-separator-up {
  top: -1px;
}

.aspect-ratio-1 .box-image-link {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.clip-path-circle .swiper-slide {
  -webkit-clip-path: circle(44% at 50% 50%);
          clip-path: circle(44% at 50% 50%);
}

.background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}

.bg-pattern {
  background-image: url("https://template.dsngrid.com/mexdot/light/assets/img/dotted.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  z-index: -1;
}

.bg-line {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-image: url("https://template.dsngrid.com/mexdot/light/assets/img/shap-line.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  opacity: 0.6;
  z-index: 0;
}

.pt-header {
  padding-top: 160px;
}

.dsn-align-center {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.dsn-align-center > * {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .left-box-image.mb-section, .box-info.mt-section {
    --margin-padding: 0;
  }

  .box-info.p-80 {
    padding: var(--box-padding);
  }
}
@media only screen and (max-width: 767px) {
  .dsn-def-btn.justify-content-end, .dsn-normal-btn.justify-content-end {
    justify-self: inherit;
  }
}
/**
dsn-bg-pattern bg-square
 */
.dsn-bg-pattern {
  --bg-offset: 50deg;
}
.dsn-bg-pattern:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: var(--bg-opacity, 0.2);
  background-position: center center;
  background-size: cover;
}
.dsn-bg-pattern.bg-offset > * {
  z-index: 1;
}
.dsn-bg-pattern.bg-offset:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
  background-image: linear-gradient(var(--bg-offset), var(--bg-color) 20%, transparent 50%);
}
.dsn-bg-pattern.bg-offset.background-section:after, .background-section .dsn-bg-pattern.bg-offset:after {
  background-image: linear-gradient(var(--bg-offset), var(--assistant-color) 20%, transparent 50%);
}
.dsn-bg-pattern.bg-offset.background-theme:after, .background-theme .dsn-bg-pattern.bg-offset:after {
  background-image: linear-gradient(var(--bg-offset), var(--assistant-color) 20%, transparent 50%);
}
.dsn-bg-pattern.bg-square:before {
  background-size: var(--bg-size, 130px 130px);
  background-image: linear-gradient(to right, var(--border-color) 1px, transparent 1px), linear-gradient(to bottom, var(--border-color) 1px, transparent 1px);
}
.dsn-bg-pattern.bg-line:before {
  background-image: url("https://template.dsngrid.com/mexdot/light/assets/img/bg-line.png");
  background-repeat: no-repeat;
  opacity: var(--bg-opacity, 0.5);
}

.pattern-size-130 {
  --bg-size: 130px 130px;
}

.pattern-opacity-5 {
  --bg-opacity: 0.5;
}

.bg-arc {
  background-image: url("https://template.dsngrid.com/mexdot/light/assets/img/bg-arc.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

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

@media only screen and (min-width: 768px) {
  .border-rdu-lg {
    border-radius: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .border-rdu-lg {
    border-radius: 17px;
  }
}
.border-rdu-lg.border-style {
  padding: 30px 40px;
}

.title-scroll {
  white-space: nowrap;
}

@media only screen and (max-width: 1399px) {
  .title-lg {
    font-size: 120px;
    line-height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .title-lg {
    font-size: 120px;
    line-height: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-lg {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .title-lg {
    font-size: 75px;
  }
}
@media only screen and (max-width: 768px) {
  .title-lg {
    font-size: 45px;
    line-height: 65px;
  }
}

@media only screen and (max-width: 991px) {
  .dn-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .dn-mobile {
    display: none;
  }
}
.dsn-fill.color-light span.word {
  -webkit-text-fill-color: rgba(255, 255, 255, var(--opacity, 0.1));
}
.dsn-fill:not(.color-light) span.word {
  -webkit-text-fill-color: rgba(0, 0, 0, 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%;
}

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

.pin-spacer .grid-item {
  pointer-events: auto;
}

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

.dsn-def-btn > *,
.dsn-def-btn > * .dsn-btn,
.dsn-normal-btn > *,
.dsn-normal-btn > * .dsn-btn {
  display: flex;
  align-items: center;
}

.dsn-normal-btn > * .dsn-btn {
  justify-content: center;
}

.dsn-btn {
  position: relative;
  text-align: center;
}
.dsn-btn .title-btn,
.dsn-btn .dsn-icon {
  z-index: 2;
}
.dsn-btn .icon-circle {
  z-index: 1 !important;
}
.dsn-btn .btn-icon-left {
  margin-right: 10px;
}
.dsn-btn .btn-icon-right {
  margin-left: 10px;
}
.dsn-btn .title-btn {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -2px;
}

.dsn-def-btn {
  --dsn-icon-size: 15px;
}
.dsn-def-btn .dsn-btn,
.dsn-def-btn .dsn-icon:before,
.dsn-def-btn .dsn-icon i,
.dsn-def-btn .dsn-icon svg {
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  transition-property: width, padding, margin;
}
.dsn-def-btn .icon-circle {
  display: none;
}
.dsn-def-btn .dsn-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dsn-def-btn .dsn-icon > * {
  position: relative;
  z-index: 1;
}
.dsn-def-btn .dsn-icon:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.dsn-def-btn .dsn-icon.btn-icon-left:before {
  left: 0;
}
.dsn-def-btn .dsn-icon.btn-icon-right:before {
  right: 0;
}

.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-left {
  padding-right: 50px;
}
.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-left .dsn-icon i,
.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-left .dsn-icon svg {
  margin-left: calc(50px / 2);
}
.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-right {
  padding-left: calc(50px / 2);
}
.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-right .dsn-icon i,
.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover.has-icon-right .dsn-icon svg {
  margin-right: calc(50px / 2);
}
.dsn-def-btn:not(.dsn-hover-icon) .dsn-btn:hover .dsn-icon:before {
  width: 100%;
}

.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn {
  position: relative;
  padding-bottom: 5px;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  transform-origin: right;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon {
  position: absolute;
  margin-bottom: 5px;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-left, .dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-left:after {
  left: 0;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-right, .dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon.btn-icon-right:after {
  right: 0;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  line-height: 7px;
  border-radius: 50px;
  border: 1px solid var(--heading-color);
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:before {
  transform: scale(0);
}
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon i,
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon svg {
  opacity: 0;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon,
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:before,
.dsn-def-btn.dsn-hover-icon .dsn-btn .dsn-icon:after,
.dsn-def-btn.dsn-hover-icon .dsn-btn i,
.dsn-def-btn.dsn-hover-icon .dsn-btn svg,
.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn,
.dsn-def-btn.dsn-hover-icon .dsn-btn .title-btn:after {
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.dsn-def-btn.dsn-hover-icon .dsn-btn.has-icon-left .title-btn {
  margin-left: 15px;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn.has-icon-right .title-btn {
  margin-right: 15px;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover.has-icon-left .title-btn {
  margin-left: calc(50px + 10px);
}
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover.has-icon-right .title-btn {
  margin-right: calc(50px + 10px);
}
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  z-index: 0;
  border: 0;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon.btn-icon-left:after {
  left: 25px;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon.btn-icon-right:after {
  right: 25px;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon:before,
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon i,
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .dsn-icon svg {
  transform: none;
  opacity: 1;
}
.dsn-def-btn.dsn-hover-icon .dsn-btn:hover .title-btn:after {
  transform: scale(0);
}

.dsn-normal-btn .dsn-btn {
  padding: 12px 18px;
}

.dsn-default-btn .dsn-btn.button-def-padding {
  padding: 10px 24px;
}
.dsn-default-btn .dsn-btn.border-rdu {
  border-radius: 31px;
}
.dsn-default-btn .dsn-btn .dsn-icon {
  padding: 7px 17px;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsn-default-btn .dsn-btn .dsn-icon.no-padding {
  padding: 0;
}

.dsn-btn .title-btn[data-animate-text] {
  overflow: hidden;
}
.dsn-btn .title-btn[data-animate-text] > span, .dsn-btn .title-btn[data-animate-text]:before {
  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
  transform-origin: 0 center;
}
.dsn-btn .title-btn[data-animate-text]:before {
  position: absolute;
  content: attr(data-animate-text);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateZ(7deg);
  opacity: 0;
}
.dsn-btn:hover .title-btn[data-animate-text] > span {
  transform: rotateZ(-7deg);
  opacity: 0;
}
.dsn-btn:hover .title-btn[data-animate-text]:before {
  transform: none;
  opacity: 1;
}

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

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

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

element.style {
}
.v-light #site_menu_header {
    background-color: rgba(255, 255, 255, 1);
}
.site-header:not(.dsn-open) {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.site-header {
    position: fixed;
    top: 0px;
    /* left: 30px; */
    /* right: 30px; */
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* 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: flex-start;
    width: 100%;
}
.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 (max-width:1150px) {
  .site-header {
    position: fixed;
    top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    transition-property: background-color, padding-top, padding-bottom, transform;
    transition-duration: 0.5s;
    z-index: 97;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
}

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





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

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

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

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .next-page .tob-box {
    flex-direction: column;
    align-items: baseline;
  }
  .next-page .tob-box .title {
    margin-bottom: 20px;
  }
}

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

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

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

.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: 768px) {
  .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: 768px) {
  .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
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   Header
-------------------------------------------------------- */
.link-project {
  z-index: 15;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  line-height: 150px;
  font-size: 13px;
  letter-spacing: 1px;
}
.link-project:not(.load-more) {
  right: 60px;
  bottom: 60px;
}
.link-project svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .link-project {
    display: none;
  }
}

#dsn_header {
  position: relative;
  overflow: hidden;
  --margin-padding: 120px;
}
#dsn_header .bg-blur-head img {
  height: 100%;
}
#dsn_header .bg-blur-head:before {
  z-index: 1;
}
#dsn_header .des_head strong, #dsn_header .des_head b {
  color: var(--heading-color);
}
@media only screen and (min-width: 768px) {
  #dsn_header:not(.dsn-full-header) #hero_image img {
    height: var(--dsn-head-height, 100%);
    margin-top: calc(var(--margin-padding) * -1);
    max-width: inherit;
    width: calc(100% + (var(--dsn-gap-container) * 2));
    margin-left: calc(var(--dsn-gap-container) * -1);
  }
}
#dsn_header:not(.header-normal, .header-padding, .dsn-full-header) {
  min-height: 100vh;
}
#dsn_header:not(.header-normal, .header-padding, .dsn-full-header) #hero_content {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) {
  #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) .entry-header, #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) #hero_content {
    min-height: calc(100vh - (var(--margin-padding) * 2));
  }
}
@media only screen and (max-width: 767px) {
  #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) {
    padding: 0;
  }
  #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) .entry-header, #dsn_header:not(.header-normal, .header-padding, .dsn-full-header) #hero_content {
    min-height: 100vh;
  }
}
#dsn_header.show-box-shadow:not(.header-normal) .entry-header:after {
  content: "";
  position: absolute;
  width: 100%;
}
#dsn_header.header-normal {
  padding-top: 180px;
}
@media only screen and (max-width: 1399px) {
  #dsn_header.header-normal {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 991px) {
  #dsn_header.header-normal {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #dsn_header.header-normal {
    height: auto;
    min-height: auto;
  }
  #dsn_header.header-normal .box-content {
    display: inline-flex;
    flex-direction: column;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
  #dsn_header.header-normal .box-content .title {
    order: 2;
    text-align: left;
  }
  #dsn_header.header-normal .box-content div {
    order: 1;
  }
  #dsn_header.header-normal .box-content div p {
    display: none;
  }
}
#dsn_header.header-personal .sm-title-block {
  font-family: var(--body-font);
}
#dsn_header.header-personal .img-text img {
  width: 165px;
  height: 100%;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #dsn_header.header-personal .img-text img {
    display: none;
  }
}
#dsn_header.header-personal .img-text .title-lg {
  line-height: 1.1;
}
@media only screen and (max-width: 1399px) {
  #dsn_header.header-personal .footer-head {
    padding-bottom: 20px;
  }
}
#dsn_header.header-personal .footer-head .dsn-container {
  padding-right: 50px;
}

.header-project {
  padding-top: 200px;
}
.header-project .box-img {
  height: 70vh;
}
.header-project h4 {
  font-size: 45px;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .header-project .d-flex.justify-content-between.align-items-center.w-100.mt-30 {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header-project .d-flex.justify-content-between.align-items-center.w-100.mt-30 .item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.header-architecture .bg-overlay {
  position: absolute;
  height: 55%;
  background-image: linear-gradient(to bottom, transparent, #060606 80%);
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}
.header-architecture .social-network .social-title {
  font-size: 10px;
  letter-spacing: -2px;
  text-transform: uppercase;
  color: var(--heading-color);
  font-weight: 600;
}
.header-architecture .social-network ul {
  padding-left: 20px;
}
.header-architecture .social-network ul:before {
  content: "";
  width: 3vw;
  top: 50%;
  height: 1px;
  background: var(--reverse-color);
  margin-right: 15px;
  opacity: 0.15;
}
.header-architecture .socials li:not(:last-of-type) {
  margin-right: 20px;
}
.header-architecture .socials li a {
  position: relative;
  margin-top: 5px;
  color: var(--heading-color);
}
.header-architecture .socials li a:after,
.header-architecture .socials li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.55, 0.02, 0.1, 0.9);
}
.header-architecture .socials li a:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--theme-color);
  transform: translate(-50%, -50%) scale(0.2);
}
.header-architecture .socials li a span {
  color: var(--heading-color);
  font-size: 13px;
  transform-origin: center bottom;
  cursor: pointer;
}
.header-architecture .socials li a i {
  transform: scale(1);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header-architecture .socials li a:hover i {
  transform: scale(0);
}
.header-architecture .socials li a:hover span {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, -25);
  transition: all 0.6s cubic-bezier(0.75, -0.5, 0, 1.75);
}
.header-architecture .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) {
  .footer-head {
    display: none;
  }
}

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

.header-photography {
  height: 100vh;
  overflow: hidden;
}
.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: 768px) {
  .header-photography .reviews-box .review-box-inner {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header-photography .reviews-box span {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .header-photography .reviews-box p {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-photography.header-photography-2 .row:not(:first-of-type) .row__item-img {
    display: none;
  }
  .header-photography.header-photography-2 .row .row__item-img {
    width: 100vw !important;
    height: 100vh !important;
    border-radius: 0 !important;
  }
  .header-photography.header-photography-2 .row .row__item-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-photography.header-photography-2 .row .row__item-img img {
    border-radius: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .header-photography.header-photography-2 .content {
    width: 90%;
  }
}
@media only screen and (max-width: 991px) {
  .header-photography.header-photography-2 .content .title {
    font-size: 90px;
    line-height: 100px;
  }
}

.header-sm .title-lg {
  font-size: 240px;
  font-weight: 600;
  line-height: 240px;
  transform: scale3d(1.1, 1, 1);
}
.header-sm .icons {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  border-radius: 50%;
  margin-right: 10px;
}
.header-sm .icons svg {
  width: 30px;
}

.header-personal .bg-gradient {
  background: linear-gradient(318deg, var(--bg-color) 10%, var(--theme-color) 50%, var(--theme-color) 40%, var(--bg-color) 89%);
}
@media only screen and (max-width: 991px) {
  .header-personal .p-relative.dsn-hero-parallax-title.h-100-v.d-flex.z-index-1 {
    z-index: 2;
  }
}
.header-personal .box-content {
  padding-top: 160px;
}
.header-personal .title-lg {
  font-size: 13vw;
  line-height: 14vw;
}
.header-personal .social-box {
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .header-personal .social-box .d-flex {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 25px;
    text-align: center;
  }
}
.header-personal .box-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 180px);
}
@media only screen and (max-width: 991px) {
  .header-personal .box-img {
    z-index: 1;
  }
}
.header-personal .box-img img {
  max-width: 80%;
  width: 500px;
}
@media only screen and (max-width: 991px) {
  .header-personal {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.header-sm-personal .title-lg {
  font-size: 180px;
  line-height: 180px;
}
@media only screen and (max-width: 991px) {
  .header-sm-personal .title-lg {
    font-size: 90px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .header-sm-personal .title-lg {
    text-align: center;
    align-items: center;
  }
}
.header-sm-personal .title-lg.scale-span span {
  transform: scale3d(1, 1.5, 1);
  margin-bottom: 30px;
}
.header-sm-personal .title-lg img {
  width: 140px;
  height: 268px;
  border-radius: 140px;
}
@media only screen and (max-width: 991px) {
  .header-sm-personal .title-lg img {
    display: none;
  }
}

.header-corporate {
  position: relative;
  overflow: hidden;
}
.header-corporate .content .title-lg {
  line-height: 120px;
}
@media only screen and (max-width: 991px) {
  .header-corporate .content .title-lg {
    line-height: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .header-corporate .content .title-lg {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .header-corporate .content .title-lg {
    line-height: 70px;
  }
}
.header-corporate .content .description {
  position: relative;
  max-width: 380px;
}
@media only screen and (max-width: 768px) {
  .header-corporate .footer-head {
    display: none;
  }
}

.header-page {
  padding-top: 180px;
}
@media only screen and (max-width: 991px) {
  .header-page .box-content {
    width: 100%;
  }
}
.header-page .title-lg {
  font-size: 200px;
  line-height: 210px;
}
@media only screen and (max-width: 991px) {
  .header-page .title-lg {
    font-size: 100px;
    line-height: 100px;
    text-align: left;
  }
}
.header-page .contact-links a {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.header-page .contact-links a:not(:last-of-type) {
  margin-bottom: 20px;
}
.header-page .contact-links a .icon svg {
  fill: var(--heading-color);
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 991px) {
  .header-page .contact-links {
    margin-left: 0;
  }
}
.header-page .breadcrumbs {
  font-weight: 500;
  letter-spacing: -2px;
}
.header-page .breadcrumbs .breadcrumbs_delimiter {
  display: inline-block;
  position: relative;
  margin: 0 0.45em;
  vertical-align: top;
  text-align: center;
}
.header-page .breadcrumbs .breadcrumbs_delimiter:before {
  content: "/";
}

.header-project .box-img + .p-relative {
  z-index: 1;
}

.header-project.h-100-v,
.header-personal.h-100-v,
.header-architecture {
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  .header-normal .description-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-normal .description-inner div {
    order: 1;
  }
  .header-normal .description-inner .description-box {
    order: 2;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .header-normal .description-inner .description-box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .header-normal .description-inner .description-box div {
    order: 1;
  }
}
@media only screen and (max-width: 991px) {
  .header-normal .description-inner .description-box p {
    order: 2;
  }
}
@media only screen and (max-width: 991px) and (max-width: 767px) {
  .header-normal .description-inner .description-box p {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-normal .title-lg {
    font-size: 90px;
    line-height: 70px;
    transform: none;
  }
}

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

-------------------------------------------------------- */
/*--------------------------------------------------------------
## pages
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   09 - Slider
-------------------------------------------------------- */
.main-slider {
  /**
    Animation
   */
}
.main-slider {
  height: calc(100% - 200px);
}
.main-slider, .main-slider .content-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  padding-bottom: 190px;
}
@media only screen and (max-width: 991px) {
  .main-slider, .main-slider .content-slider {
    padding-bottom: 30px;
  }
}
.main-slider.hide-bg .bg-container {
  opacity: 0;
}
.box-shadow-head .main-slider .content-slider:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 1px 0 31px 45px var(--assistant-color);
  z-index: 1;
}
.main-slider .bg-three-js .swiper-container {
  opacity: 0;
}
.main-slider .bg-three-js.bg-container:after, .main-slider .bg-three-js:before {
  z-index: 11;
  pointer-events: none;
}
.main-slider .bg-three-js canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
.dsn-slider-width-circle .main-slider {
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .dsn-slider-width-circle .main-slider:after {
    content: "";
    position: absolute;
    width: 70vw;
    height: 70vw;
    border: 2px solid var(--border-color);
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    pointer-events: none;
    opacity: 0.25;
    max-width: calc(1200px + var(--dsn-gap-container));
    max-height: calc(1200px + var(--dsn-gap-container));
  }
}
.dsn-section-padding .main-slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 50%;
  width: 100%;
  background-color: var(--assistant-color);
}
@media only screen and (min-width: 992px) {
  .half-right .main-slider .bg-container, .half-right .main-slider .dsn-slider-content, .half-left .main-slider .bg-container, .half-left .main-slider .dsn-slider-content {
    width: 50%;
  }
  .half-right.dsn-section-padding .main-slider .dsn-slider-content {
    padding-left: 0;
  }
  .half-left.dsn-section-padding .main-slider .dsn-slider-content {
    padding-right: 0;
  }
  .half-right .main-slider .bg-container {
    right: 0;
  }
  .half-left .main-slider .dsn-slider-content {
    left: 50%;
  }
}
.main-slider .dsn-slider-content {
  pointer-events: none;
  z-index: 5;
}
@media only screen and (max-width: 767px) {
  .main-slider .dsn-slider-content p.item {
    display: none;
  }
}
.main-slider .dsn-slider-content .is-sub {
  font-size: 14px;
  line-height: 32px;
}
.main-slider .dsn-slider-content .arrow {
  margin-bottom: 20px;
}
.main-slider .dsn-slider-content .arrow .icon svg {
  fill: var(--heading-color);
  width: 18px;
  rotate: 90deg;
}
.main-slider .dsn-slider-content .title {
  margin-bottom: 20px;
}
.main-slider .dsn-slider-content .description.max-w570 {
  max-width: 350px;
}
.main-slider .dsn-slider-content .swiper-animate-head {
  transition: 0.5s;
}
.main-slider .dsn-slider-content .slide-content.dsn-active {
  z-index: 1;
}
.main-slider .dsn-slider-content .slide-content.dsn-active .head-meta, .main-slider .dsn-slider-content .slide-content.dsn-active p.description, .main-slider .dsn-slider-content .slide-content.dsn-active .dsn-btn, .main-slider .dsn-slider-content .slide-content.dsn-active .has-box-mod {
  pointer-events: auto;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) {
  z-index: 0;
  pointer-events: none;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .dsn-chars-wrapper, .main-slider .dsn-slider-content .slide-content:not(.dsn-active) [data-dsn-split=chars], .main-slider .dsn-slider-content .slide-content:not(.dsn-active) .swiper-animate-head {
  opacity: 0;
  visibility: hidden;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active) .title .icon-circle {
  width: 0;
}
.main-slider .dsn-slider-content .circle-before.mt-10:before {
  margin-top: 5px;
}
.main-slider .dsn-slider-content .circle-before.mb-10:before {
  margin-top: -5px;
}
.main-slider .dsn-slider-content .head-meta:not(.border-bottom, .border-top) {
  margin-top: 0;
  margin-bottom: 0;
}
.main-slider .dsn-slider-content .dsn-btn .line-shape .dsn-icon {
  display: none;
}
.main-slider .dsn-slider-content.justify-content-center .head-meta {
  justify-content: center;
}
.main-slider .dsn-slider-content .slide-content {
  width: 100%;
  left: 0;
  padding-right: var(--dsn-gap-container);
  padding-left: var(--dsn-gap-container);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  pointer-events: none;
}
.main-slider .dsn-slider-content .slide-content .swiper-animate-head, .main-slider .dsn-slider-content .slide-content .head-meta span, .main-slider .dsn-slider-content .slide-content p.description, .main-slider .dsn-slider-content .slide-content .dsn-btn {
  transition: 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: calc(100ms * var(--item-index) + 3ms);
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) .head-meta span, .main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) p.description, .main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) .dsn-btn {
  opacity: 0;
}
.main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) .head-meta span, .main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) p.description, .main-slider .dsn-slider-content .slide-content:not(.dsn-active-animate) .dsn-btn {
  transform: translateY(30%);
}
@media only screen and (min-width: 992px) {
  .half-right .main-slider .dsn-slider-content .slide-content .title, .main-slider .dsn-slider-content .slide-content .half-left .title {
    font-size: 55px;
    line-height: 65px;
  }
}
.main-slider .control-nav .swiper-slide:not(.swiper-slide-active) svg {
  opacity: 0;
}
.main-slider .control-nav .btn-all {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 10px 30px;
  border-radius: 50px;
}
.main-slider .control-nav .swiper-notification {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-slider .dsn-pagination,
.main-slider .dsn-swiper-paginate {
    display: none;
  }
}
.main-slider .dsn-swiper-paginate > .swiper-pagination-vertical.swiper-pagination-bullets {
  width: 20px;
  right: 40px;
}
.main-slider .progress-nav {
  position: relative;
  bottom: 18px;
  width: 100%;
  height: 44.5px;
  z-index: 22;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-slider .progress-nav .progress-w {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: var(--border-color);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  opacity: 0.5;
  border-radius: 4px;
}
.main-slider .progress-nav .progress-w-after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--heading-color);
}
.main-slider .bottom-slider {
  position: absolute;
  bottom: 20px;
  z-index: 25;
}
@media only screen and (max-width: 991px) {
  .main-slider .bottom-slider {
    bottom: 20px;
  }
}
.main-slider .dsn-nex-prev {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 22;
  width: 100%;
  height: 145px;
  overflow: hidden;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  --width-box: 40%;
}
@media only screen and (max-width: 991px) {
  .main-slider .dsn-nex-prev {
    display: none;
  }
}
.main-slider .dsn-nex-prev .prev,
.main-slider .dsn-nex-prev .next {
  position: relative;
  cursor: pointer;
}
.main-slider .dsn-nex-prev .prev,
.main-slider .dsn-nex-prev .prev *,
.main-slider .dsn-nex-prev .next,
.main-slider .dsn-nex-prev .next * {
  transition: 0.8s;
}
.main-slider .dsn-nex-prev .prev h5,
.main-slider .dsn-nex-prev .next h5 {
  position: absolute;
  font-weight: bold;
  width: 100%;
  z-index: 2;
  font-family: var(--body-font);
  text-align: center;
}
.main-slider .dsn-nex-prev .prev .dsn-slide,
.main-slider .dsn-nex-prev .next .dsn-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  align-items: flex-start;
}
.main-slider .dsn-nex-prev .prev .dsn-slide:not(.dsn-active),
.main-slider .dsn-nex-prev .next .dsn-slide:not(.dsn-active) {
  opacity: 0;
}
.main-slider .dsn-nex-prev .prev .dsn-slide .image-bg,
.main-slider .dsn-nex-prev .next .dsn-slide .image-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.main-slider .dsn-nex-prev .prev .dsn-slide .sm-title-block,
.main-slider .dsn-nex-prev .next .dsn-slide .sm-title-block {
  padding-top: 30px;
  z-index: 2;
}
.main-slider .dsn-nex-prev .prev:not(.dsn-active),
.main-slider .dsn-nex-prev .next:not(.dsn-active) {
  width: var(--width-box);
}
.main-slider .dsn-nex-prev .prev:not(.dsn-active) .image-bg,
.main-slider .dsn-nex-prev .next:not(.dsn-active) .image-bg {
  opacity: 0;
}
.main-slider .dsn-nex-prev .prev:not(.dsn-active) h5,
.main-slider .dsn-nex-prev .next:not(.dsn-active) h5 {
  bottom: 50%;
  transform: translateY(50%);
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 15px;
}
.main-slider .dsn-nex-prev .prev:not(.dsn-active) .sm-title-block,
.main-slider .dsn-nex-prev .next:not(.dsn-active) .sm-title-block {
  padding-top: 72px;
}
.main-slider .dsn-nex-prev .prev.dsn-active,
.main-slider .dsn-nex-prev .next.dsn-active {
  width: calc(100% - var(--width-box));
}
.main-slider .dsn-nex-prev .prev.dsn-active .sm-title-block,
.main-slider .dsn-nex-prev .next.dsn-active .sm-title-block {
  color: #fff;
}
.main-slider .dsn-nex-prev .prev.dsn-active h5,
.main-slider .dsn-nex-prev .next.dsn-active h5 {
  bottom: 0;
  font-size: 117px;
  line-height: 0.6;
}
.main-slider .control-num {
  position: absolute;
  bottom: 120px;
  right: 70px;
  z-index: 3;
  line-height: 1.1;
}
.main-slider .control-num span {
  font-size: 11vw;
  font-weight: 500;
  color: var(--heading-color);
  transform: scale3d(1, 1.15, 1.15);
  opacity: 0.1;
}

/* -------------------------------------------------------
                   portfolio
-------------------------------------------------------- */
.dsn-posts .h-350 {
  height: 350px;
}
.dsn-cards .dsn-posts .dsn-item-post .box-image-bg.h-350 {
  height: 350px;
}
.work-scroll .dsn-posts .dsn-item-post {
  border-radius: 15px;
}
.work-scroll .dsn-posts .dsn-item-post .post-info {
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .work-scroll .dsn-posts .dsn-item-post .post-info {
    flex-direction: column;
    align-items: baseline;
  }
}
.work-scroll .dsn-posts .dsn-item-post .img-cat .box-image-bg {
  height: 80vh;
}
.work-scroll .dsn-posts .dsn-item-post .dsn-btn-shape {
  justify-self: flex-end;
}
.work-scroll .dsn-posts .dsn-item-post .post-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 20px;
  border-radius: 5px;
}
.work-scroll .dsn-posts .dsn-item-post .post-content .cat {
  padding: 0;
}
.dsn-cards-post .dsn-posts .dsn-item-post {
  border-top-right-radius: 0;
}
.dsn-cards-post .dsn-posts .dsn-item-post .box-image-bg {
  height: 450px;
}
.dsn-cards-post .dsn-posts .dsn-item-post .content.pb-0 {
  padding-bottom: 0;
}
.dsn-cards-post .dsn-posts .dsn-item-post .content .date {
  font-size: 13px;
}
.dsn-cards-post-2 .dsn-posts .post-item .box-img {
  height: 450px;
}
@media only screen and (max-width: 767px) {
  .dsn-cards-post-2 .dsn-posts .post-item .box-img.h-500 {
    height: 380px;
  }
}
.dsn-cards-post-2 .dsn-posts .post-item .content .sm-title-block {
  font-size: 18px;
}
.dsn-cards-post-2 .dsn-posts .post-item .content .date {
  font-size: 13px;
}
.dsn-cards-post-2 .dsn-posts .post-item .content .date::after {
  content: "--";
  margin-left: 15px;
}
.dsn-cards-post-2 .dsn-posts .post-item .content .cat {
  font-size: 13px;
}
.dsn-style-list .dsn-posts .box-content {
  border-style: var(--heading-color);
}
.dsn-style-list .dsn-posts .box-content .box-image-link {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .dsn-style-list .dsn-posts .box-content {
    display: grid;
    grid-template-columns: 40% 60%;
    grid-column-gap: 50px;
  }
  .dsn-style-list .dsn-posts .box-content .post-content {
    align-self: center;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-style-list .dsn-posts .box-content {
    flex-direction: column;
  }
  .dsn-style-list .dsn-posts .box-content .box-image-link + .post-content {
    padding-top: 30px;
  }
}
.dsn-style-list .dsn-posts .dsn-item-post:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.dsn-style-list .dsn-posts .dsn-item-post .box-img {
  height: 185px;
}
@media only screen and (max-width: 767px) {
  .dsn-style-list .dsn-posts .dsn-item-post .box-img {
    height: 300px;
  }
}
.dsn-style-list .dsn-posts .dsn-item-post .article-meta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .dsn-style-list .dsn-posts .dsn-item-post .article-meta {
    margin-top: 10px;
  }
}
.dsn-style-list .dsn-posts .dsn-item-post .article-meta .dot {
  background-color: var(--heading-color);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.dsn-style-list .dsn-posts .dsn-item-post .dsn-btn-shape {
  position: absolute;
  bottom: 0;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .dsn-style-list .dsn-posts .dsn-item-post .dsn-btn-shape {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .dsn-style-list .dsn-posts .box-content {
    grid-column-gap: 0 !important;
  }
  .dsn-style-list .dsn-posts .box-content .post-content {
    padding: 30px;
    justify-content: space-between;
    height: 100%;
  }
}
.dsn-style-list.dsn-image-right .dsn-posts .box-image-link, .dsn-style-list.dsn-image-odd .dsn-posts .dsn-item-post:nth-child(even) .box-image-link {
  order: 2;
}
@media only screen and (min-width: 992px) {
  .dsn-style-list.dsn-image-odd .dsn-posts .dsn-item-post:nth-child(even) .box-image-link {
    order: 2;
  }
  .dsn-style-list.dsn-image-odd .dsn-posts .dsn-item-post:nth-child(even) .post-content {
    justify-self: end;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-style-list.dsn-image-odd .dsn-posts .dsn-item-post .box-image-link {
    order: 0 !important;
  }
}

.root-posts .dsn-posts-el.type-p-nav {
  padding-top: var(--dsn-row-item);
  margin-top: var(--dsn-row-item);
}
.root-posts .dsn-posts-el.type-p-nav .type-p-nav {
  padding: 0;
  border: 0;
}

.dsn-filtering {
  display: flex;
}

.filtering-t {
  z-index: 2;
}
.filtering-t .filtering-wrap .filter-title {
  margin: 0 0 12px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: -2px;
}
.filtering-t .filtering-wrap .filtering button {
  color: var(--heading-color);
  width: auto;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  letter-spacing: -2px;
  text-transform: uppercase;
}
.filtering-t .filtering-wrap .filtering button:not(:last-of-type):after {
  content: "/";
  position: absolute;
  margin: 0 2px;
  color: var(--heading-color);
}
.filtering-t .filtering-wrap .filtering button.active {
  color: var(--theme-color);
}
@media only screen and (max-width: 768px) {
  .filtering-t .filtering-wrap .filtering button {
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0 10px 10px 0;
  }
}

.cat {
  padding: 0 15px 10px;
  border-bottom-left-radius: 15px;
}
.cat.background-section svg {
  fill: var(--assistant-color);
}
.cat.p-0 {
  padding: 0;
}
.cat svg {
  position: absolute;
  width: 40px;
  height: 40px;
  fill: var(--bg-color);
}
.cat svg.top-svg {
  top: -1px;
  left: 1px;
  transform: translateX(-100%);
}
.cat svg.bottom-svg {
  bottom: 1px;
  right: -1px;
  transform: translatey(100%);
}
.cat span {
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 13px;
}
.cat span:not(:last-of-type) {
  margin-right: 8px;
}

.dsn-style-hover-list {
  --opacity: 0.5;
}
.dsn-style-hover-list .work-item {
  position: relative;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  transition: padding 1s;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .dsn-style-hover-list .work-item {
    display: block;
    padding-bottom: 0;
    border: 0;
  }
}
.dsn-style-hover-list .work-item .years {
  font-size: 13px;
  color: var(--heading-color);
}
@media only screen and (max-width: 767px) {
  .dsn-style-hover-list .work-item .years {
    display: none;
  }
}
.dsn-style-hover-list .work-item:not(:first-of-type) {
  padding-top: 30px;
}
.dsn-style-hover-list .work-item .title {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .dsn-style-hover-list .work-item .title {
    margin-bottom: 15px;
  }
}
.dsn-style-hover-list .work-item .title span, .dsn-style-hover-list .work-item .title:before {
  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
  transform-origin: 0 center;
}
.dsn-style-hover-list .work-item .title[data-animate-text]:before {
  position: absolute;
  content: attr(data-animate-text);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: rotateZ(7deg);
  opacity: 0;
}
.dsn-style-hover-list .work-item .hover-reveal {
  position: absolute;
  top: 85%;
  right: 0;
  left: auto;
  height: 80%;
  opacity: 1;
  transition: 0.8s cubic-bezier(0.65, 0, 0.076, 1);
}
@media only screen and (max-width: 767px) {
  .dsn-style-hover-list .work-item .hover-reveal {
    display: block;
    position: relative;
    width: 100%;
    height: 400px;
    top: auto;
    transform: none;
    margin-top: 15px;
  }
}
.dsn-style-hover-list .work-item .hover-reveal img {
  border-radius: 5px;
  object-fit: cover;
}
.dsn-style-hover-list .work-item:hover .hover-reveal {
  top: 10%;
}
.dsn-style-hover-list .work-item:hover {
  padding-left: 30px;
}
.dsn-style-hover-list .work-item:hover .title span {
  background-size: 100% 100%;
}
.dsn-style-hover-list .work-item:hover .title[data-animate-text] > span {
  transform: rotateZ(-7deg);
  opacity: 0;
}
.dsn-style-hover-list .work-item:hover .title[data-animate-text]:before {
  transform: none;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .dsn-style-hover-list .work-item:hover {
    padding-left: 0;
  }
}
.dsn-style-hover-list .hover-reveal {
  position: fixed;
  width: 200px;
  height: 300px;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
.dsn-style-hover-list .hover-reveal__inner,
.dsn-style-hover-list .hover-reveal__img {
  width: 100%;
  height: 100%;
  position: relative;
}
.dsn-style-hover-list .hover-reveal__deco {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
}
.dsn-style-hover-list .hover-reveal__img {
  background-size: cover;
  background-position: 50% 50%;
}

.work-photography {
  position: relative;
}
.work-photography .dsn-item-post .box-image-bg img {
  height: 70vh;
}
@media only screen and (max-width: 768px) {
  .work-photography .dsn-item-post .box-image-bg img {
    height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .work-photography .dsn-item-post .post-info {
    margin-top: 30px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
.work-photography .dsn-item-post .post-content {
  transition: all 0.7s ease-in-out;
}
.work-photography .dsn-item-post .post-content .title {
  transition: all 0.22s ease-in-out;
  margin-top: -40px;
}
@media only screen and (max-width: 767px) {
  .work-photography .dsn-item-post .post-content .title {
    margin-top: 0;
  }
}
.work-photography .dsn-item-post .post-content .dsn-btn,
.work-photography .dsn-item-post .post-content .cat {
  transition: all 0.8s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .work-photography .dsn-item-post .post-content .dsn-btn,
.work-photography .dsn-item-post .post-content .cat {
    text-align: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .work-photography .dsn-item-post .post-content .dsn-btn {
    margin-right: auto;
    margin-top: 10px;
  }
}

.work-horizontal .prev-paginate,
.work-horizontal .next-paginate,
.work-photography .prev-paginate,
.work-photography .next-paginate {
  padding: 0;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  z-index: 1;
}
.work-horizontal .prev-paginate .dsn-icon,
.work-horizontal .next-paginate .dsn-icon,
.work-photography .prev-paginate .dsn-icon,
.work-photography .next-paginate .dsn-icon {
  -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);
  height: 200px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .work-horizontal .prev-paginate,
.work-horizontal .next-paginate,
.work-photography .prev-paginate,
.work-photography .next-paginate {
    display: none;
  }
}
.work-horizontal .prev-paginate,
.work-photography .prev-paginate {
  left: 30px;
}
.work-horizontal .next-paginate,
.work-photography .next-paginate {
  right: 30px;
}

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

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

@media only screen and (max-width: 991px) {
  .work-massonary-grid .dsn-item-post {
    width: 100%;
  }
}
.work-massonary-grid .dsn-item-post:not(:first-of-type) {
  margin-top: 30px;
}

.work-full .work-item .box-content p {
  font-size: 13px;
}

.work-hover-1 .dsn-item-post .box-image-bg {
  height: 80vh;
}
.root-posts .pin-spacer {
  margin: 0 !important;
}
@media only screen and (min-width: 992px) {
  .root-posts .pin-spacer .dsn-grid-layout {
    --dsn-width-item: 2.5;
    --dsn-col-item: 50px;
    --dsn-row-item: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .root-posts .dsn-grid-layout {
    --dsn-width-item: 2;
    --dsn-col-item: 30px;
    --dsn-row-item: 30px;
    padding-right: var(--dsn-gap-container);
    padding-left: var(--dsn-gap-container);
  }
}
@media only screen and (max-width: 767px) {
  .root-posts .dsn-grid-layout {
    --dsn-width-item: 1;
  }
}

.img-h100 .img-cat,
.img-h100 .box-image-bg {
  height: 100vh;
}

.img-h80 .img-cat,
.img-h80 .box-image-bg {
  height: 80vh;
}

.h-max-content {
  height: -webkit-max-content;
  height: max-content;
}

/* -------------------------------------------------------
                   Blog
-------------------------------------------------------- */
.root-blog {
  counter-reset: compteListe;
}
.root-blog .type-p-nav {
  margin-top: var(--blog-g, 50px);
}
.root-blog .blog-item {
  padding-left: 60px;
  padding-top: var(--blog-g, 50px);
  padding-bottom: var(--blog-g, 50px);
}
.root-blog .blog-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.root-blog .blog-item:first-of-type {
  padding-top: 0;
}
@media only screen and (min-width: 992px) {
  .root-blog .blog-item .blog-item-inner {
    display: flex;
  }
}
.root-blog .blog-item .blog-item-inner::before {
  counter-increment: compteListe 1;
  color: var(--heading-color);
  content: "/ " counter(compteListe);
  position: absolute;
  left: -60px;
  top: 5px;
  font-size: 13px;
  letter-spacing: -2px;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .root-blog .blog-item .left-box {
    flex: 0 1 40%;
  }
}
@media only screen and (max-width: 991px) {
  .root-blog .blog-item .left-box {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .root-blog .blog-item .right-box {
    flex: 0 1 60%;
    padding-left: 30px;
  }
}

.news-content {
  position: relative;
  overflow: hidden;
}
.news-content .post-content {
  position: relative;
  display: block;
}
.news-content .post-content > * {
  margin-bottom: 30px;
}
.news-content .post-content > *:first-child, .news-content .post-content:first-child {
  margin-top: 0;
}
.news-content .post-content > *:last-child, .news-content .post-content:last-child {
  margin-bottom: 0;
}
.news-content .post-content p {
  letter-spacing: -0.6px;
}
.news-content .post-content p a {
  display: inline-block;
}
.news-content .post-content blockquote {
  font-size: 20px;
  font-family: serif;
  color: var(--heading-color);
  font-style: italic;
  padding: 10px 0 10px 15px;
  border-left: 1px solid var(--border-color);
}
.news-content .post-content a {
  position: relative;
  text-decoration: none;
  transition: color 670ms linear 417ms;
}
.news-content .post-content a:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: 50% 100%;
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}
.news-content .post-content a:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transform: translateZ(0);
}
.news-content .post-content a:hover:before {
  transform: scale(1, 0.99999999) translateZ(0);
}
.news-content .post-content a:hover:after {
  opacity: 0;
  transition: 126.66666667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news-content .post-tags {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .news-content .post-tags {
    padding: 30px 0 0;
  }
}
.news-content .post-tags a {
  color: var(--heading-color);
  margin-right: 30px;
  display: inline-block;
  line-height: 1;
  float: left;
}
.news-content .post-tags a:before {
  content: "#";
  position: relative;
  margin-right: 5px;
  font-size: 14px;
  background-color: transparent;
  border: 0;
}
.news-content .post-tags a::after {
  display: none;
}

.blog-style .post-item .post-author-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.blog-style .post-item .post-author-wrapper .post-author-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.blog-style .post-item .post-author-wrapper .post-author-wrap .post-author-img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.blog-style .post-item .post-author-wrapper .post-author-wrap .post-author-name {
  font-size: 15px;
  font-weight: 500;
}
.blog-style .post-item .post-author-wrapper .post-author-wrap .post-author-designation {
  font-size: 12px;
  font-weight: 500;
}
.blog-style .post-item .post-author-wrapper .post-time-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.blog-style .post-item .post-author-wrapper .post-time-wrap .post-time {
  font-size: 14px;
  font-weight: 400;
}
.blog-style .post-item .box-img {
  height: 300px;
}

.post-full-content.single-post > *:not(.gallery), .post-full-content.single-post > *:not(.wp-block-quote) > p,
.widget_text.single-post > *:not(.gallery),
.widget_text.single-post > *:not(.wp-block-quote) > p {
  margin-bottom: 30px;
}
.post-full-content.single-post > *:not(.gallery).justified-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p.justified-gallery,
.widget_text.single-post > *:not(.gallery).justified-gallery,
.widget_text.single-post > *:not(.wp-block-quote) > p.justified-gallery {
  margin-bottom: 15px;
}
.post-full-content.single-post > *:not(.gallery):last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child,
.widget_text.single-post > *:not(.gallery):last-child,
.widget_text.single-post > *:not(.wp-block-quote) > p:last-child {
  margin-bottom: 0;
}
.post-full-content.single-post > *:not(.gallery):last-child.justified-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child.justified-gallery,
.widget_text.single-post > *:not(.gallery):last-child.justified-gallery,
.widget_text.single-post > *:not(.wp-block-quote) > p:last-child.justified-gallery {
  margin-bottom: -30px;
}
.post-full-content.single-post > *:not(.gallery):last-child.wp-block-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child.wp-block-gallery,
.widget_text.single-post > *:not(.gallery):last-child.wp-block-gallery,
.widget_text.single-post > *:not(.wp-block-quote) > p:last-child.wp-block-gallery {
  margin-bottom: -15px;
}
.post-full-content.single-post > *:not(.gallery).section-padding, .post-full-content.single-post > *:not(.wp-block-quote) > p.section-padding,
.widget_text.single-post > *:not(.gallery).section-padding,
.widget_text.single-post > *:not(.wp-block-quote) > p.section-padding {
  padding-top: 30;
  padding-bottom: 30;
  margin: 0;
}
.post-full-content.single-post > *:not(.gallery).section-padding.dsn-normalize-block, .post-full-content.single-post > *:not(.wp-block-quote) > p.section-padding.dsn-normalize-block,
.widget_text.single-post > *:not(.gallery).section-padding.dsn-normalize-block,
.widget_text.single-post > *:not(.wp-block-quote) > p.section-padding.dsn-normalize-block {
  padding-top: 0;
  padding-bottom: 0;
  margin: 30 0;
}
.post-full-content.single-post > *:not(.gallery).section-padding:not(.dsn-normalize-block), .post-full-content.single-post > *:not(.wp-block-quote) > p.section-padding:not(.dsn-normalize-block),
.widget_text.single-post > *:not(.gallery).section-padding:not(.dsn-normalize-block),
.widget_text.single-post > *:not(.wp-block-quote) > p.section-padding:not(.dsn-normalize-block) {
  padding-top: 0;
}
.post-full-content.single-post > *:not(.gallery):first-child.section-padding, .post-full-content.single-post > *:not(.wp-block-quote) > p:first-child.section-padding,
.widget_text.single-post > *:not(.gallery):first-child.section-padding,
.widget_text.single-post > *:not(.wp-block-quote) > p:first-child.section-padding {
  padding-top: 0;
  background-color: inherit;
}
.post-full-content.single-post > *:not(.gallery).wp-block-gallery, .post-full-content.single-post > *:not(.wp-block-quote) > p.wp-block-gallery,
.widget_text.single-post > *:not(.gallery).wp-block-gallery,
.widget_text.single-post > *:not(.wp-block-quote) > p.wp-block-gallery {
  margin-bottom: 14px;
}
.post-full-content.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-image:last-child,
.post-full-content.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-item:last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-image:last-child,
.post-full-content.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-item:last-child,
.widget_text.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-image:last-child,
.widget_text.single-post > *:not(.gallery).wp-block-gallery .blocks-gallery-item:last-child,
.widget_text.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-image:last-child,
.widget_text.single-post > *:not(.wp-block-quote) > p.wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}
.post-full-content.single-post > *:not(.gallery) > *:first-child, .post-full-content.single-post > *:not(.gallery):first-child, .post-full-content.single-post > *:not(.wp-block-quote) > p > *:first-child, .post-full-content.single-post > *:not(.wp-block-quote) > p:first-child,
.widget_text.single-post > *:not(.gallery) > *:first-child,
.widget_text.single-post > *:not(.gallery):first-child,
.widget_text.single-post > *:not(.wp-block-quote) > p > *:first-child,
.widget_text.single-post > *:not(.wp-block-quote) > p:first-child {
  margin-top: 0;
}
.post-full-content.single-post > *:not(.gallery) > *:last-child, .post-full-content.single-post > *:not(.gallery):last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p > *:last-child, .post-full-content.single-post > *:not(.wp-block-quote) > p:last-child,
.widget_text.single-post > *:not(.gallery) > *:last-child,
.widget_text.single-post > *:not(.gallery):last-child,
.widget_text.single-post > *:not(.wp-block-quote) > p > *:last-child,
.widget_text.single-post > *:not(.wp-block-quote) > p:last-child {
  margin-bottom: 0;
}

.pagination-post {
  position: relative;
}
.pagination-post .pagination-item {
  border: 0;
}
.pagination-post a > span {
  letter-spacing: -2px;
}
@media only screen and (max-width: 767px) {
  .pagination-post {
    flex-direction: column;
  }
  .pagination-post .icon {
    display: none;
  }
  .pagination-post .pagination-item {
    text-align: left;
    border: 0;
  }
  .pagination-post .pagination-item:not(.text-right) {
    border-bottom: 1px solid var(--border-color);
  }
  .pagination-post .pagination-item.border-left {
    border-top: 1px solid var(--border-color);
  }
  .pagination-post .pagination-item.border-left a {
    display: flex;
    flex-direction: column-reverse;
  }
  .pagination-post .pagination-item.border-left a > span {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.contact-form .box-title,
.contact-form .info {
  padding: 30px;
}
.contact-form .social-box {
  padding: 20px;
}
.contact-form .social-box p {
  border-right: 1px solid var(--border-color);
  padding-right: 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-form .social-box p {
    display: none;
  }
}

@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-weight: 600;
  color: var(--heading-color);
}
.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: 15px;
  font-weight: 400;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--border-color);
  padding: 10px 18px;
  color: var(--heading-color);
  margin-bottom: 0;
  background-color: transparent;
}
.dsn-form .entry-box textarea {
  min-height: 50px;
}
.dsn-form input[type=submit] {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--heading-color);
  padding: 20px 30px;
  border-radius: 30px;
  cursor: pointer;
  z-index: 9;
}
.dsn-form .ajax-loader {
  position: absolute;
  right: 3px;
}
.dsn-form .wpcf7-not-valid-tip {
  margin-top: 20px;
}
.dsn-form .wpcf7 form.invalid .wpcf7-response-output,
.dsn-form .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: var(--border-color);
}
.dsn-form .dsn-def-btn .icon-circle {
  display: inherit;
}

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
--------------------------------------------------------------*/
.comments-post {
  position: relative;
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
}
.comments-post .comments-title {
  margin-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .comments-post .comments-title {
    margin-bottom: 35px;
  }
}
.comments-post .comments-title .subtitle {
  margin-bottom: 0;
}
.comments-post .comments-area {
  position: relative;
}
.comments-post .comments-area .comment-list > li.comment:first-child {
  margin-top: 0;
}
.comments-post .comments-area .comment-list > li.comment:first-child > .comment-body {
  padding-top: 0;
}
.comments-post .comments-area .comment {
  list-style: none;
  margin-top: 20px;
}
.comments-post .comments-area .comment .comment-body {
  position: relative;
  padding-top: 30px;
}
.comments-post .comments-area .comment .comment-body .comment-author {
  position: relative;
  top: 10px;
  left: 0;
  width: 64px;
  height: 64px;
  display: block;
  float: left;
}
@media only screen and (max-width: 768px) {
  .comments-post .comments-area .comment .comment-body .comment-author {
    width: 30px;
    height: 30px;
  }
}
.comments-post .comments-area .comment .comment-body .comment-author img {
  display: block;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
}
.comments-post .comments-area .comment .comment-body .comment-text {
  padding: 0 0 0 90px;
  min-height: 64px;
}
@media only screen and (max-width: 768px) {
  .comments-post .comments-area .comment .comment-body .comment-text {
    padding: 0 0 0 40px;
  }
}
.comments-post .comments-area .comment .comment-body .comment-text .comment-date {
  font-size: 13px;
  color: var(--font-color);
  margin-top: 5px;
}
.comments-post .comments-area .comment .comment-body .comment-text .comment-date:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}
.comments-post .comments-area .comment .comment-body .comment-text .comment-info {
  position: relative;
  display: inline-block;
}
.comments-post .comments-area .comment .comment-body .comment-text .comment-info .comment-name {
  float: left;
  margin: 0;
  font-weight: 700;
  font-size: 17px;
}
.comments-post .comments-area .comment .comment-body .comment-text .text-holder p {
  margin: 7px 0 10px;
}
.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link {
  position: relative;
  text-decoration: none;
  transition: color 670ms linear 417ms;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--heading-color);
}
.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 45%;
  left: -0.15em;
  right: -0.15em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  transition: 380ms transform cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: 50% 100%;
  transform: scale(0.98, 0) translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: -1;
  background-repeat: repeat-x;
}
.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  left: -0.025em;
  right: -0.075em;
  background: rgba(82, 83, 85, 0.19);
  background-size: 100% 100%;
  transition: 190ms opacity cubic-bezier(0.895, 0.03, 0.685, 0.22), background 670ms linear 417ms;
  transform: translateZ(0);
}
.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:hover:before {
  transform: scale(1, 0.99999999) translateZ(0);
}
.comments-post .comments-area .comment .comment-body .comment-text .comment-reply-link:hover:after {
  opacity: 0;
  transition: 126.66666667ms opacity cubic-bezier(0.165, 0.84, 0.44, 1);
}
.comments-post .comments-area .comment .children {
  margin-left: 90px;
}
@media only screen and (max-width: 768px) {
  .comments-post .comments-area .comment .children {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 400px) {
  .comments-post .comments-area .comment .children {
    margin-left: 20px;
  }
}
.comments-post .comments-form {
  position: relative;
  width: 100%;
  margin-top: var(--margin-padding);
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Error
--------------------------------------------------------------*/
body.error404 {
  overflow: hidden;
}
body.error404 .dsn-header-hero {
  height: 100vh;
}
.admin-bar body.error404 .dsn-header-hero {
  top: 46px;
  height: calc(100vh - 46px);
}
@media screen and (min-width: 783px) {
  .admin-bar body.error404 .dsn-header-hero {
    top: 32px;
    height: calc(100vh - 32px);
  }
}
body.error404 .hero-img {
  filter: blur(7px);
}
body.error404 .title-error {
  font-size: 10vw;
  padding: 0;
  margin-bottom: 30px;
  line-height: 1;
}
body.error404 .title-error:after, body.error404 .title-error:before {
  background-color: var(--theme-color);
  display: none;
}
body.error404 .title-error span {
  color: transparent;
  -webkit-text-stroke-color: var(--heading-color);
  -webkit-text-stroke-width: 2px;
}
body.error404 .sm-title-block:before {
  border-bottom: 4px solid var(--theme-color);
  top: -30px;
  content: "";
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 155px;
}
body.error404 .sm-title-block span {
  margin-bottom: 30px;
  font-size: 14px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* -------------------------------------------------------
                   Footer
-------------------------------------------------------- */
.footer {
  position: relative;
}
.footer .logo-wrap {
  background-color: var(--bg-color);
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  position: relative;
  top: -60px;
}
@media only screen and (max-width: 991px) {
  .footer .logo-wrap {
    top: auto;
    border-radius: 0;
    background-color: transparent;
    height: auto;
    align-items: baseline;
  }
}
.footer .logo-wrap .logo {
  justify-content: center;
  align-items: center;
  width: 110px;
}
.footer .logo-wrap .shape-one, .footer .logo-wrap .shape-two {
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .footer .logo-wrap .shape-one, .footer .logo-wrap .shape-two {
    display: none;
  }
}
.footer .logo-wrap .shape-one path, .footer .logo-wrap .shape-two path {
  fill: var(--bg-color);
}
.footer .logo-wrap .shape-one.shape-one, .footer .logo-wrap .shape-two.shape-one {
  left: -30px;
}
.footer .logo-wrap .shape-one.shape-two, .footer .logo-wrap .shape-two.shape-two {
  right: -30px;
}
.footer .footer-links ul li {
  font-size: 14px;
}
.footer .footer-links ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.footer .copyright {
  padding: 10px 0;
}
@media only screen and (max-width: 991px) {
  .footer .copyright {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .footer .copyright > .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .copyright > .container .dsn-default-btn {
    order: -1;
  }
}
.footer .copyright p {
  text-transform: uppercase;
  font-size: 14px;
}
.footer .copyright .dsn-default-btn .dsn-icon {
  rotate: 180deg;
}

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

.elementor-social-icon i {
  --e-social-icon-icon-color: $heading-color ;
}

.dsn-equal-height.h-100 > .elementor-widget-container {
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .dsn-equal-height.h-100.dsn-position-tablet-relative {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-equal-height.h-100.dsn-position-mobile-relative {
    height: 100%;
  }
}

/**
    Position
 */
@media only screen and (min-width: 992px) {
  .dsn-p-relative {
    position: relative;
  }

  .dsn-p-absolute {
    position: absolute;
  }
}
@media only screen and (max-width: 991px) {
  .dsn-tablet-p-relative {
    position: relative;
  }

  .dsn-tablet-p-absolute {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-mobile-p-relative {
    position: relative;
  }

  .dsn-mobile-p-absolute {
    position: absolute;
  }
}
.elementor-align-justify .dsn-heading-title.border-section-bottom {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .elementor-tablet-align-center .dsn-heading-title.border-section-bottom, .elementor-tablet-align-right .dsn-heading-title.border-section-bottom, .elementor-tablet-align-left .dsn-heading-title.border-section-bottom {
    width: auto !important;
  }
  .elementor-tablet-align-justify .dsn-heading-title.border-section-bottom {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-mobile-align-center .dsn-heading-title.border-section-bottom, .elementor-mobile-align-right .dsn-heading-title.border-section-bottom, .elementor-mobile-align-left .dsn-heading-title.border-section-bottom {
    width: auto !important;
  }
  .elementor-mobile-align-justify .dsn-heading-title.border-section-bottom {
    width: 100% !important;
  }
}

/**
    text align
 */
.elementor-align-center .line-under:after, .elementor-align-center .img-box-parallax[data-dsn-grid], .elementor-align-center .max-w570, .elementor-align-center .dsn-icon, .elementor-align-center .dsn-icon svg, .elementor-align-center .max-w750, .elementor-align-center .dsn-auto {
  margin-right: auto;
  margin-left: auto;
}
.elementor-align-right .line-under:after, .elementor-align-right .img-box-parallax[data-dsn-grid], .elementor-align-right .max-w570, .elementor-align-right .dsn-icon, .elementor-align-right .dsn-icon svg, .elementor-align-right .max-w750, .elementor-align-right .dsn-auto {
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .elementor-tablet-align-center .line-under:after, .elementor-tablet-align-center .img-box-parallax[data-dsn-grid], .elementor-tablet-align-center .max-w570, .elementor-tablet-align-center .dsn-icon, .elementor-tablet-align-center .dsn-icon svg, .elementor-tablet-align-center .max-w750, .elementor-tablet-align-center .dsn-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .elementor-tablet-align-right .line-under:after, .elementor-tablet-align-right .img-box-parallax[data-dsn-grid], .elementor-tablet-align-right .max-w570, .elementor-tablet-align-right .dsn-icon, .elementor-tablet-align-right .dsn-icon svg, .elementor-tablet-align-right .max-w750, .elementor-tablet-align-right .dsn-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .elementor-tablet-align-left .line-under:after, .elementor-tablet-align-left .img-box-parallax[data-dsn-grid], .elementor-tablet-align-left .max-w570, .elementor-tablet-align-left .dsn-icon, .elementor-tablet-align-left .dsn-icon svg, .elementor-tablet-align-left .max-w750, .elementor-tablet-align-left .dsn-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-mobile-align-center .line-under:after, .elementor-mobile-align-center .img-box-parallax[data-dsn-grid], .elementor-mobile-align-center .max-w570, .elementor-mobile-align-center .dsn-icon, .elementor-mobile-align-center .dsn-icon svg, .elementor-mobile-align-center .max-w750, .elementor-mobile-align-center .dsn-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .elementor-mobile-align-right .line-under:after, .elementor-mobile-align-right .img-box-parallax[data-dsn-grid], .elementor-mobile-align-right .max-w570, .elementor-mobile-align-right .dsn-icon, .elementor-mobile-align-right .dsn-icon svg, .elementor-mobile-align-right .max-w750, .elementor-mobile-align-right .dsn-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  .elementor-mobile-align-left .line-under:after, .elementor-mobile-align-left .img-box-parallax[data-dsn-grid], .elementor-mobile-align-left .max-w570, .elementor-mobile-align-left .dsn-icon, .elementor-mobile-align-left .dsn-icon svg, .elementor-mobile-align-left .max-w750, .elementor-mobile-align-left .dsn-auto {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

div.effect-popup, .has-popup div.img-box-parallax, .has-popup div.pop-up {
  cursor: pointer;
}

.dsn-bg-section.p-absolute.w-100.h-100.over-hidden.top-0.left-0 {
  z-index: -1;
  pointer-events: none;
}
.dsn-bg-section.p-absolute.w-100.h-100.over-hidden.top-0.left-0 [data-dsn-grid=moveUp].h-100 {
  height: 100%;
}
.dsn-right-container .dsn-bg-section.p-absolute.w-100.h-100.over-hidden.top-0.left-0 {
  width: calc(100% - var(--dsn-gap-container));
  left: var(--dsn-gap-container);
}

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

.dsn-swiper-parallax-transform {
  transition-property: opacity, transform, visibility;
}

.dsn-mb-no-space {
  margin-bottom: 0 !important;
}

.dsn-bg-mask {
  position: absolute;
  left: 0;
  width: 100%;
}
.dsn-bg-mask:not(.z-index-1) {
  z-index: -1;
}

.filter-swiper-blur .swiper-slide:not(.swiper-slide-active) {
  filter: blur(3px);
}

ul.list-style-none {
  list-style: none;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
  display: initial;
}

.cover-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.dsn-column-gap-custom > div:not(.hdev-element-wrap) {
  display: grid !important;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .dsn-column-gap-custom > div:not(.hdev-element-wrap) {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
.dsn-column-gap-custom > div:not(.hdev-element-wrap) > .elementor-widget {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  .dsn-isotope.dsn-masonry-grid .grid-item:nth-of-type(2) {
    margin-top: calc(80px + var(--dsn-col-item, 0px));
  }
}
@media only screen and (min-width: 992px) {
  .dsn-isotope.dsn-masonry-grid.dsn-masonry-grid-2 .grid-item:nth-of-type(3) {
    margin-top: calc(120px + var(--dsn-col-item, 0px));
  }
}

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

.button-load-more {
  transition-property: padding, border-radius, background;
  transition-duration: 1s;
  text-align: center;
  cursor: pointer;
  padding: 15px 40px;
  margin-top: var(--dsn-row-item);
  font-size: 14px;
  color: var(--heading-color);
  letter-spacing: -2px;
  text-transform: uppercase;
  border-width: 1px;
  border-style: solid;
}
.button-load-more span:not(.icon-circle) {
  z-index: 1;
}
.button-load-more .dsn-load-progress-ajax, .button-load-more .progress-no-more {
  display: none;
}
.button-load-more.dsn-loading {
  border-radius: 3px;
  padding: 10px 20px;
}
.button-load-more.dsn-loading .dsn-load-progress-ajax {
  display: block;
}
.button-load-more.dsn-loading .progress-text {
  display: none;
}

.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: 768px) {
  .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;
}

.list-with-number {
  counter-reset: workcounter;
}
.list-with-number .number-item {
  position: relative;
}
.list-with-number .number-item:before {
  counter-increment: workcounter;
  content: counters(workcounter, ".", decimal-leading-zero);
  position: absolute;
  line-height: initial;
}

ul.dsn-list {
  list-style: none;
  --dsn-icon-size: 12px;
}
ul.dsn-list .list-item {
  display: flex;
  align-items: center;
}
ul.dsn-list .list-item.background-main,
ul.dsn-list .list-item .background-section,
ul.dsn-list .list-item .background-theme {
  padding: 8px 15px;
}
ul.dsn-list .list-item.border {
  border: 1px solid var(--border-color);
  padding: 8px 15px;
  font-size: 13px;
}
ul.dsn-list .list-item.border.has-border-radius {
  border-radius: 5px;
}

.tool-section .tool-inner .title-box {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border: 1px solid var(--border-color);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  padding: 10px;
}
.tool-section .tool-inner .tool-content {
  position: relative;
  padding: 30px;
  border: 1px solid var(--border-color);
  border-top: 0;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 24px;
  height: -webkit-min-content;
  height: min-content;
}
@media only screen and (max-width: 767px) {
  .tool-section .tool-inner .tool-content {
    display: block;
    padding-bottom: 50px;
    justify-content: center;
  }
}
.tool-section .tool-inner .tool-content .tool-item {
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .tool-section .tool-inner .tool-content .tool-item {
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .tool-section .tool-inner .tool-content .tool-item {
    display: contents;
    margin-top: 15px;
  }
}
.tool-section .tool-inner .tool-content .tool-item .box-img {
  padding: 20px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
  border: 1px solid var(--border-color);
}
.tool-section .tool-inner .tool-content .tool-item .box-img img {
  width: 75px;
}
.tool-section .tool-inner .tool-content .tool-item .skills-item,
.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .tool-section .tool-inner .tool-content .tool-item .skills-item,
.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item {
    margin-top: 15px;
  }
}
.tool-section .tool-inner .tool-content .tool-item .skills-item .bar,
.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item .bar {
  height: 3px;
  background-color: var(--border-color);
}
.tool-section .tool-inner .tool-content .tool-item .skills-item .bar .fill,
.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item .bar .fill {
  background: var(--heading-color);
}
.tool-section .tool-inner .tool-content .tool-item .skills-item .bar .fill .number,
.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item .bar .fill .number {
  font-size: 12px;
  top: -18px;
}
@media only screen and (max-width: 767px) {
  .tool-section .tool-inner .tool-content .tool-item .skills-item .bar .fill .number,
.tool-section .tool-inner .tool-content .tool-item .dsn-skills-item .bar .fill .number {
    display: none;
  }
}

.project-info .dsn-style-list li {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
}
.project-info .dsn-style-list li .title-block {
  font-weight: 300;
}
.project-info .dsn-style-list li:not(:last-of-type) {
  margin-bottom: 20px;
}

.container-view {
  margin: 0 30px;
}

.seat .dsn-item {
  padding: 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  flex: 1;
}
.seat .dsn-item h3 span {
  background-color: var(--theme-color);
  border-radius: 5px;
  padding: 5px;
}
.seat .dsn-item p {
  font-size: 22px;
  font-weight: 300;
}
.seat .dsn-item .counter-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}
.seat .dsn-item .counter-wrapper .counter-item {
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.seat .dsn-item .counter-wrapper .counter-item .counter {
  font-size: 60px;
  line-height: 64px;
}
.seat .dsn-item .counter-wrapper .pertition {
  background-color: var(--border-color);
  width: 1px;
}
.seat .dsn-item-has-bg {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}
.seat .dsn-item-has-bg .tab {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  padding-top: 30px;
  padding-left: 20px;
  display: flex;
  position: relative;
}
.seat .dsn-item-has-bg .tab .cat span {
  font-size: 15px;
  line-height: 8px;
  padding: 13px 20px 12px;
  letter-spacing: 3px;
}
.seat .dsn-item-has-bg .tab .cat:last-of-type span {
  border: 2px solid var(--heading-color);
}
.seat .dsn-item-has-bg .text {
  max-width: 630px;
  padding: 50px 10px;
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.seat .dsn-item-has-bg .text h3 span {
  font-weight: 100;
}

.contact-bottom .text {
  max-width: 700px;
}
.contact-bottom .box-right {
  padding: 30px 25px;
  position: relative;
}
.contact-bottom .box-right .box-img .item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.contact-bottom .box-right .box-img .item:not(:first-of-type) {
  margin-left: -10px;
}
.contact-bottom .box-right .box-img .item img {
  border-radius: 50%;
}
.contact-bottom .box-right .text-sm {
  margin-left: 20px;
}
.contact-bottom .box-right .text-sm p span {
  background-color: var(--theme-color);
  font-size: 12px;
  padding: 2px 10px;
  border-radius: 5px;
  margin-left: 5px;
}

@media only screen and (max-width: 991px) {
  .features-demo .description svg {
    display: none;
  }
}
.features-demo .feature-item {
  padding: 30px 30px 0;
}

.demo-section-inner {
  margin: 0 30px;
}
.demo-section-inner .demo-item .box-img {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0px 30px #434342;
}

.layout-area .layout-area-inner {
  text-align: center;
  padding: 80px;
  background: linear-gradient(101.34deg, #d8e2ff 0%, #f3c1ff 147.26%);
  position: relative;
}

.features-view ul {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.features-view .feature-item .box-icon {
  width: 120px;
  margin: auto;
  padding: 40px 0;
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: 11px;
}
.features-view .feature-item .box-icon svg {
  width: 40px;
  fill: var(--heading-color);
}
.features-view .feature-item h5 {
  font-family: var(--body-font);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.pages-layout .box-name {
  border-radius: 5px 5px 0 0;
  padding: 5px 20px;
}

@media only screen and (max-width: 767px) {
  .dsn-award .box-img {
    position: relative;
    height: 50vh;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-award .box-text {
    padding-top: 0;
  }
}

.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: 768px) {
  .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);
}

ul.intro-project-list {
  list-style: none;
}
ul.intro-project-list li {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .list-with-number ul.intro-project-list li {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .list-with-number ul.intro-project-list li {
    padding-left: 30px;
  }
}
ul.intro-project-list li .title-list-project {
  letter-spacing: 3px;
}
ul.intro-project-list li h5.title-list-project + p.description-list-project {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid var(--border-color);
}
.list-with-number ul.intro-project-list .number-item:before {
  left: 0;
  top: 0;
}

.blackdsn-media-swiper .content {
  width: 80px;
  z-index: 3;
}
.blackdsn-media-swiper .content a {
  border-radius: 50%;
}

.dsn-compare-container {
  position: relative;
  height: 500px;
}
.dsn-compare-container .img-comp-img, .dsn-compare-container .img-overlay, .dsn-compare-container .dsn-handle-slider, .dsn-compare-container .dsn-handle-slider:after, .dsn-compare-container .dsn-handle-slider:before, .dsn-compare-container .dsn-circle, .dsn-compare-container .dsn-circle:after, .dsn-compare-container .dsn-circle:before {
  position: absolute;
}
.dsn-compare-container .img-comp-img, .dsn-compare-container .dsn-handle-slider, .dsn-compare-container .img-overlay {
  height: 100%;
}
.dsn-compare-container .img-comp-img {
  width: 100%;
  overflow: hidden;
}
.dsn-compare-container .img-comp-img img {
  display: block;
  vertical-align: middle;
}
.dsn-compare-container .dsn-handle-slider {
  top: 0;
  width: 35px;
  z-index: 40;
  pointer-events: none;
}
.dsn-compare-container .dsn-handle-slider:before, .dsn-compare-container .dsn-handle-slider:after, .dsn-compare-container .dsn-handle-slider .dsn-circle:before, .dsn-compare-container .dsn-handle-slider .dsn-circle:after {
  content: "";
}
.dsn-compare-container .dsn-handle-slider:before, .dsn-compare-container .dsn-handle-slider:after {
  background: white;
  width: 3px;
  left: 50%;
  transform: translateX(-50%);
  height: calc(50% - 35px / 2);
}
.dsn-compare-container .dsn-handle-slider:before {
  top: 0;
}
.dsn-compare-container .dsn-handle-slider:after {
  bottom: 0;
}
.dsn-compare-container .dsn-handle-slider .dsn-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 3px solid #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: all;
  cursor: pointer;
}
.dsn-compare-container .dsn-handle-slider .dsn-circle:before, .dsn-compare-container .dsn-handle-slider .dsn-circle:after {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  top: 50%;
  margin-top: -6px;
}
.dsn-compare-container .dsn-handle-slider .dsn-circle:before {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px;
}
.dsn-compare-container .dsn-handle-slider .dsn-circle:after {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px;
}
.dsn-compare-container .img-overlay {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 39;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s;
}
.dsn-compare-container .img-overlay:after, .dsn-compare-container .img-overlay:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  color: #434342;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}
.dsn-compare-container .img-overlay:before {
  content: attr(data-before);
  left: 10px;
}
.dsn-compare-container .img-overlay:after {
  content: attr(data-after);
  right: 10px;
}
.dsn-compare-container:hover .img-overlay {
  opacity: 1;
}

.dsn-service.padding-service .service-item .service-item-inner {
  padding: 100px 30px;
}
.dsn-service .service-item .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
.dsn-service .service-item .icon svg {
  height: var(--dsn-icon-size, 135px);
  opacity: 0.2;
}
.dsn-service .service-item .icon svg path {
  fill: var(--dsn-color-icon, var(--heading-color));
}
.dsn-service .service-item .service-item-inner .dsn-icon.has-bg {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsn-service.services-accordion .accordion__item {
  border-top: 1px solid var(--border-color);
  padding-top: 24px;
}
.dsn-service.services-accordion .accordion__item:not(:last-of-type) {
  margin-bottom: 30px;
}
.dsn-service.services-accordion .accordion__item .accordion__question .icon {
  rotate: 50deg;
  transition: 0.45s cubic-bezier(0.65, 0, 0.076, 1);
}
.dsn-service.services-accordion .accordion__item .accordion__question .icon svg {
  width: 50px;
}
.dsn-service.services-accordion .accordion__item .accordion__question .icon svg path {
  fill: var(--heading-color);
}
.dsn-service.services-accordion .accordion__item.active .accordion__question .icon {
  rotate: -50deg;
}
.dsn-service.services-accordion .accordion__item .accordion__answer {
  margin-top: 10px;
}
.dsn-service.services-accordion .accordion__item .accordion__answer .icon {
  background-color: var(--theme-color);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsn-service.services-accordion .accordion__item .accordion__answer .icon svg {
  width: 40px;
}
.dsn-service.services-accordion .accordion__item .accordion__answer .icon svg path {
  fill: transparent;
  stroke: var(--heading-color);
}
.dsn-service.services-accordion .accordion__item .accordion__answer ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
.dsn-service.services-accordion .accordion__item:first-of-type {
  margin-top: 0;
}
.dsn-service.services-personal .service-item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
}
.dsn-service.services-personal .service-item ul li:not(:last-of-type) {
  margin-bottom: 5px;
}
.dsn-service.services-personal .service-item:first-of-type {
  padding-top: 0;
}
.dsn-service.services-personal .service-item .title-box .number {
  color: var(--heading-color);
  font-size: 86px;
  font-family: var(--body-font);
  margin-right: 30px;
  width: 40px;
  line-height: 0.9;
  transform: scaleY(1.08);
}
@media only screen and (max-width: 767px) {
  .dsn-service.services-personal .service-item .title-box .number {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-service.services-personal .service-item .title-box {
    flex-direction: column;
    align-items: baseline;
  }
}
.dsn-service.services-personal .service-item .text {
  margin-left: 72px;
}
@media only screen and (max-width: 767px) {
  .dsn-service.services-personal .service-item .text {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-service.services-personal .service-item ul.ml-auto {
    margin-left: 0;
    text-align: left;
  }
}
.dsn-service.services-personal .service-item .icon-right svg {
  width: 35px;
  height: 50px;
  fill: var(--heading-color);
  opacity: 0.7;
}
.dsn-service.service-creative .service-item {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .dsn-service.service-creative .service-item {
    padding: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .dsn-service.service-creative .service-item {
    display: flex;
    flex-direction: column;
  }
}
.dsn-service.service-creative .service-item .number {
  background-color: var(--reverse-color);
  color: var(--reverse-heading-color);
  border-radius: 5px;
  padding: 4px 15px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
@media only screen and (max-width: 767px) {
  .dsn-service.service-creative .service-item .number {
    display: none;
  }
}
.dsn-service.service-creative .service-item .dsn-icon {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: calc(100% - 60px);
  padding: 10px;
  display: flex;
  align-items: end;
  position: relative;
  right: 40px;
}
@media only screen and (max-width: 991px) {
  .dsn-service.service-creative .service-item .dsn-icon {
    position: relative;
    align-items: baseline;
    right: auto;
    order: 1;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .dsn-service.service-creative .service-item .dsn-icon {
    margin-bottom: 20px;
    background-color: transparent;
    padding: 0;
  }
}
.dsn-service.service-creative .service-item .dsn-icon .icon {
  background-color: var(--reverse-color);
  padding: 15px;
  border-radius: 5px;
}
.dsn-service.service-creative .service-item .dsn-icon .icon svg path {
  stroke: var(--reverse-heading-color);
}
@media only screen and (max-width: 991px) {
  .dsn-service.service-creative .service-item .text {
    order: 2;
    padding: 0;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .dsn-service.service-creative .service-item .text {
    margin-left: 0;
  }
}
.dsn-service.service-architecture .services-item {
  position: relative;
  border-radius: 5px;
  padding: 80px 30px;
  z-index: 0;
}
.dsn-service.service-architecture .services-item .icon-right {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: -1;
}
.dsn-service.service-architecture .services-item .icon-right svg {
  height: 135px;
  opacity: 0.2;
}
.dsn-service.service-architecture .services-item .icon-right svg path {
  fill: var(--heading-color);
}
.dsn-service.service-architecture .item-img {
  border-radius: 5px;
}
.dsn-service.service-architecture .item-img .box-img,
.dsn-service.service-architecture .item-img img {
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .dsn-service .section-move-image.award-move:not(.award-move-text) {
    --dsn-width-item: 2;
  }
}

.services-lest-hover .item {
  position: relative;
  display: inline-flex;
  align-items: baseline;
}
.services-lest-hover .item.align-items-end {
  align-items: end;
}
.services-lest-hover .item h2 {
  line-height: 100px;
  font-weight: 300;
  text-transform: uppercase;
}
.services-lest-hover .item .number {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  .services-lest-hover .item .number {
    display: none;
  }
}
.services-lest-hover .item:not(:last-of-type)::after {
  content: "/";
  padding-left: 30px;
  margin-right: 30px;
  font-size: 70px;
  font-weight: 100;
}
@media only screen and (max-width: 768px) {
  .services-lest-hover .item:not(:last-of-type)::after {
    display: none;
  }
}

.service-under-header .item {
  padding: 30px;
  border-radius: 5px;
}
.service-under-header .item .sm-p {
  font-size: 14px;
  font-weight: 400;
}
.service-under-header .item h3 {
  font-weight: 200;
  letter-spacing: 3px;
}

.service-architecture .award-move {
  --dsn-width-item: 1;
}
.service-architecture .award-move.section-move-image .services-item {
  max-width: 100%;
  flex: 1 0 calc(100% / var(--dsn-width-item));
}
@media only screen and (max-width: 768px) {
  .service-architecture .award-move.section-move-image .services-item {
    --dsn-width-item: 1.2;
  }
}
.service-architecture .circle-wrapper {
  z-index: 2;
}
.service-architecture .circle-wrapper .circular-text {
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
}
.service-architecture .circle-wrapper .circular-button {
  position: relative;
  width: 12rem;
  height: 12rem;
  z-index: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-architecture .circle-wrapper .circular-button .circular-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.dsn-testimonials .review-box {
  padding: 10px;
}
.dsn-testimonials .review-box img {
  width: 60px;
}
.dsn-testimonials .review-box span {
  font-size: 12px;
  margin-right: 10px;
}
.dsn-testimonials .review-box i {
  font-size: 13px;
  color: var(--theme-color);
}
.dsn-testimonials .testimonial-item {
  padding: 60px 30px;
  position: relative;
}
.dsn-testimonials .testimonial-item.no-padding {
  padding: 50px 0;
}
.dsn-testimonials .testimonial-item.no-padding .authoer span {
  padding: 8px 15px;
  border-radius: 30px;
}
.dsn-testimonials .testimonial-item.no-padding .authoer .img {
  width: 50px;
  height: 50px;
  border: 0;
}
.dsn-testimonials .testimonial-item.no-padding .authoer,
.dsn-testimonials .testimonial-item.no-padding .text-box {
  padding-left: 30px;
  padding-right: 30px;
}
.dsn-testimonials .testimonial-item .icon {
  width: 50px;
  height: 50px;
  background-color: var(--theme-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dsn-testimonials .testimonial-item .icon svg g {
  fill: var(--reverse-heading-color);
}
.dsn-testimonials .testimonial-item .authoer {
  position: relative;
  align-items: center;
}
.dsn-testimonials .testimonial-item .authoer svg path {
  fill: var(--bg-color);
}
.dsn-testimonials .testimonial-item .authoer .text {
  padding: 6px 30px;
  border-radius: 30px;
  margin-right: -1px;
}
.dsn-testimonials .testimonial-item .authoer .text h5 {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
}
.dsn-testimonials .testimonial-item .authoer .text span {
  font-size: 14px;
  font-weight: 400;
}
.dsn-testimonials .testimonial-item .authoer .img {
  border-radius: 50%;
  border: 5px solid var(--bg-color);
  width: 50px;
  height: 50px;
  margin-left: -1px;
}
.dsn-testimonials .testimonial-item .authoer .img img {
  border-radius: 50%;
}
.dsn-testimonials.testimonials-small .swiper-cards {
  overflow: visible;
}
.dsn-testimonials.testimonials-small:not(.full-testimonials) .testimonials-inner {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .dsn-testimonials.testimonials-small:not(.full-testimonials) .testimonials-inner {
    max-width: 100%;
  }
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .content {
  padding: 30px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .content .rating svg {
  width: 16px;
  height: 16px;
  fill: #ffd43b;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .quote svg {
  width: 71px;
  height: 53px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .quote svg path {
  fill: var(--heading-color);
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer {
  position: relative;
  align-items: center;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer svg path {
  fill: var(--assistant-color);
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .text {
  padding: 6px 30px;
  border-radius: 30px;
  margin-left: -1px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .text h5 {
  font-family: var(--body-font);
  font-size: 13px;
  font-weight: 600;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .text span {
  font-size: 14px;
  font-weight: 400;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .img {
  border-radius: 50%;
  border: 5px solid var(--assistant-color);
  width: 54px;
  height: 54px;
  margin-right: -1px;
}
.dsn-testimonials.testimonials-small .testimonials-inner .testimonal-item .authoer .img img {
  border-radius: 50%;
}

.testimonal-personal {
  position: relative;
}
.testimonal-personal .testimonal-item .box-img img {
  width: 165px;
}
@media only screen and (max-width: 767px) {
  .testimonal-personal .testimonal-item .box-img img {
    width: 90px;
  }
}
.testimonal-personal .testimonal-item .title {
  margin-top: -40px;
  mix-blend-mode: multiply;
  max-width: 710px;
}
@media only screen and (max-width: 767px) {
  .testimonal-personal .testimonal-item .title {
    margin-top: 20px;
    font-size: 18px;
  }
}
.testimonal-personal .prev-paginate,
.testimonal-personal .next-paginate {
  border: 0;
}
@media only screen and (max-width: 767px) {
  .testimonal-personal .prev-paginate,
.testimonal-personal .next-paginate {
    position: absolute;
    bottom: 80px;
    height: 40px;
    z-index: 2;
  }
}
.testimonal-personal .prev-paginate .dsn-icon,
.testimonal-personal .next-paginate .dsn-icon {
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .testimonal-personal .next-paginate {
    right: 30px;
  }
}

.testimonal-p .testimonal-inner {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .testimonal-p .testimonal-inner {
    width: 100%;
  }
}
.testimonal-p .testimonal-item .auther-inner .box-img {
  border-radius: 2px;
  width: 70px;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .testimonal-p .testimonal-item p.title-block {
    font-size: 16px;
  }
}
.testimonal-p .dsn-paginate {
  position: relative;
  padding: 20px 0;
}
.testimonal-p .dsn-paginate::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--border-color);
}
.testimonal-p .prev-paginate,
.testimonal-p .next-paginate {
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.testimonal-view {
  position: relative;
}
.testimonal-view .testimonal-inner {
  margin-left: 30px;
  margin-right: 30px;
}
.testimonal-view .overlay {
  bottom: 0;
  background-image: linear-gradient(to top, #fff, rgba(0, 0, 0, 0));
  z-index: 1;
}
.testimonal-view .testimonal-item {
  padding: 50px 30px;
  height: -webkit-max-content;
  height: max-content;
}

.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(https://template.dsngrid.com/mexdot/light/assets/img/shape-awards.svg);
          mask-image: url(https://template.dsngrid.com/mexdot/light/assets/img/shape-awards.svg);
}
.dsn-brand .box-title .item:last-of-type {
  -webkit-mask-image: url(https://template.dsngrid.com/mexdot/light/assets/img/shape-awards2.svg);
          mask-image: url(https://template.dsngrid.com/mexdot/light/assets/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: 767px) {
  .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;
  }
}
.dsn-brand.brand-radu .brand-item {
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .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-sm {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .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);
}

@media only screen and (max-width: 991px) {
  .box-brands {
    border: 0;
    width: 100%;
  }
}
.box-brands .brand-inner {
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .box-brands .brand-inner {
    border: 0;
    padding-left: 0;
  }
}
.box-brands .brand-inner .brand-item {
  padding: 30px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .box-brands .brand-inner .brand-item {
    padding: 0;
  }
}

.brand-scroll {
  text-align: center;
  overflow: hidden;
}
.brand-scroll .brand-title {
  font-size: 350px;
  line-height: 250px;
  opacity: 0.1;
  text-transform: uppercase;
}

.brand-scroll .brand-item {
  min-height: 250px;
}

.dsn-team .team-item {
  position: relative;
  height: 500px;
}
.dsn-team .team-item .box-img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.dsn-team .team-item .content {
  padding: 15px 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.dsn-team .team-item .content .social-inner {
  margin-top: -64px;
}
.dsn-team .team-item .content .social-inner h6 {
  height: -webkit-max-content;
  height: max-content;
  font-size: 13px;
  font-family: var(--body-font);
  font-weight: 500;
  margin-right: 10px;
  padding-top: 15px;
}
.dsn-team .team-item .content .social-inner .social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 40px;
  height: 50px;
}
.dsn-team .team-item .content .social-inner .social-item:not(:last-of-type) {
  border-bottom: 1px solid var(--bg-color);
}
.dsn-team .team-item .content .social-inner .social-item i {
  font-size: 16px;
  color: var(--theme-color);
}
.dsn-team.team-two .swiper-container {
  overflow: visible;
}
.dsn-team.team-two .team-item .box-img {
  height: 600px;
}
.dsn-team.team-two .team-item .box-img img {
  border-radius: 10px;
}

.dsn-accordion {
  line-height: 1.2;
}
.dsn-accordion .accordion__answer {
  display: none;
}
.dsn-accordion .accordion__answer.active {
  display: block;
}
.dsn-accordion .accordion__item:last-of-type {
  margin-bottom: 0;
}
.dsn-accordion .accordion__question {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.dsn-accordion .accordion__question:not(:first-of-type) {
  padding: 8px 15px 0 0;
}
.dsn-accordion .accordion__question h4 {
  font-weight: 600;
  margin-bottom: 0;
}
.dsn-accordion .accordion__question:not(.expanded):before {
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  padding: 3px;
}
.dsn-accordion .accordion__question.expanded:before {
  border-width: 1px;
  width: 10px;
}

.dsn-skills-item {
  position: relative;
  width: 100%;
}
.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 .bar-progress {
  position: relative;
  width: 100%;
  height: 6px;
}
.dsn-skills-item .bar-progress .fill {
  position: absolute;
  width: 0;
  height: 100%;
}
.dsn-skills-item .bar-progress .fill:not(.background-section):not(.background-main):not(.background-theme):not(.background-heading) {
  background-image: url("https://template.dsngrid.com/mexdot/light/assets/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: 14px;
  position: absolute;
  top: -10px;
  right: -15px;
  color: var(--heading-color);
  text-shadow: 1px 1px 7px var(--bg-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;
}

.dsn-resume .resume-item {
  position: relative;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  .dsn-resume .resume-item:not(:last-of-type) {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dsn-resume .resume-item:not(:last-of-type) {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .dsn-resume .resume-item:not(:last-of-type) {
    padding-bottom: 20px;
  }
}
.dsn-resume .resume-item:not(:last-of-type):after {
  top: 20px;
  left: 4px;
  width: 1px;
  height: calc(100% - 24px);
  background-color: var(--border-color);
}
.dsn-resume .resume-item:before, .dsn-resume .resume-item:after {
  content: "";
  position: absolute;
}
.dsn-resume .resume-item:before {
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-color);
}
.dsn-resume .resume-item .resume-position {
  font-family: var(--body-font);
  line-height: 1.6;
  font-weight: 500;
  color: var(--font-color);
}

.dsn-grid-masonry .box-item {
  transition: transform 0.3s;
}
.dsn-grid-masonry .box-item:hover {
  transform: translateY(-3px);
}
.dsn-grid-masonry .box-item, .dsn-grid-masonry .box-item .img-box-parallax {
  position: relative;
}
.dsn-grid-masonry .box-item .img-box-parallax .cap {
  bottom: 2px;
}
.dsn-grid-masonry .dsn-title {
  margin-top: 15px;
}
.box-grid-number .dsn-grid-masonry {
  counter-reset: workcounter;
}
.box-grid-number .dsn-grid-masonry .box-item .dsn-title span:before {
  counter-increment: workcounter;
  content: counters(workcounter, ".", decimal-leading-zero);
  position: relative;
  display: inline-block;
  padding: 5px;
  background-color: var(--theme-color);
  color: var(--bg-color);
  font-size: 14px;
  font-weight: 400;
  border-radius: 5px;
  margin-right: 10px;
}

.gallery-2-col .inner-img {
  position: relative;
}
.gallery-2-col .inner-img .img img {
  width: 100%;
  height: 45vh;
}
.gallery-2-col .inner-img .img-hieght-lg img {
  height: 65vh;
  width: 100%;
}

.dsn-tabs .tabs__button {
  background-color: var(--assistant-color);
  padding: 15px 0;
}
.dsn-tabs .tabs__button ul {
  list-style: none;
}
.dsn-tabs .tabs__button ul li {
  cursor: pointer;
  line-height: inherit;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
}
.dsn-tabs .tabs__button ul li.active {
  background-color: var(--bg-color);
}
.dsn-tabs .tabs__button ul li:not(:last-child) {
  margin-right: 5px;
}

.right-box-image,
.left-box-image {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .right-box-image .box-img,
.right-box-image .img-box-parallax,
.left-box-image .box-img,
.left-box-image .img-box-parallax {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  .right-box-image .box-left,
.left-box-image .box-left {
    margin-right: 100px;
  }
  .right-box-image .box-left .box-img-small,
.left-box-image .box-left .box-img-small {
    margin-right: -100px;
  }
  .right-box-image .box-left .box-img-small img,
.left-box-image .box-left .box-img-small img {
    width: 200px;
  }
  .right-box-image .box-right,
.left-box-image .box-right {
    padding: 120px 0 120px 100px;
  }
}
@media only screen and (max-width: 991px) {
  .right-box-image .d-grid,
.left-box-image .d-grid {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
    align-items: center !important;
  }
}
@media only screen and (max-width: 767px) {
  .right-box-image .box-img-small,
.left-box-image .box-img-small {
    width: 100%;
  }
  .right-box-image .box-img-small img,
.left-box-image .box-img-small img {
    width: 100%;
  }
}

.right-box-image {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.right-box-image .box-info {
  position: relative;
}

.box-under-bottom-img {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .box-under-bottom-img .content {
    margin-top: -130px;
  }
}
@media only screen and (max-width: 991px) {
  .box-under-bottom-img .content {
    border-radius: 0;
  }
}

.box-under-img {
  position: relative;
  overflow: hidden;
}
.box-under-img .content {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .box-under-img .content {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .box-under-img .content {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) {
  .box-under-img .content {
    right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .section-move-image:not(.award-move) {
    --dsn-width-item: 3;
    --dsn-col-item: 30px;
    --dsn-row-item: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .section-move-image:not(.award-move) {
    --dsn-width-item: 2.5;
    --dsn-col-item: 20px;
    --dsn-row-item: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-move-image:not(.award-move) {
    --dsn-width-item: 1.5;
  }
}
.section-move-image.award-move {
  --dsn-col-item: 0px;
}
.section-move-image.award-move.border-top-0 .grid-item {
  border-top: 0;
}
@media only screen and (min-width: 992px) {
  .section-move-image.award-move:not(.award-move-text) {
    --dsn-width-item: 5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-move-image.award-move:not(.award-move-text) {
    --dsn-width-item: 4;
  }
}
@media only screen and (max-width: 767px) {
  .section-move-image.award-move:not(.award-move-text) {
    --dsn-width-item: 3;
  }
}
@media only screen and (max-width: 768px) {
  .section-move-image.award-move:not(.award-move-text) {
    --dsn-width-item: 2 !important;
  }
}
@media only screen and (min-width: 992px) {
  .section-move-image.award-move.award-move-text {
    --dsn-width-item: 3.5;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-move-image.award-move.award-move-text {
    --dsn-width-item: 3;
  }
}
@media only screen and (max-width: 767px) {
  .section-move-image.award-move.award-move-text {
    --dsn-width-item: 2.5;
  }
}
.section-move-image.award-move .grid-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.section-move-image.award-move .grid-item:not(.justify-content-center) {
  justify-content: space-between;
}
.section-move-image.award-move .grid-item.border-style:not(.section-move-image.award-move .grid-item:last-child) {
  border-right: 0;
}

.seat-section .box-img img {
  border-radius: 0 30px 30px 0;
}

.seat-section .content {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.09);
}
@media only screen and (max-width: 767px) {
  .seat-section .content .section-title.justify-content-between .title {
    order: 1;
  }
  .seat-section .content .section-title.justify-content-between p {
    order: 2;
    margin-top: 30px;
  }
}

.img-under-header .grid-item {
  height: 380px;
}
@media only screen and (max-width: 767px) {
  .img-under-header .grid-item {
    height: 280px;
  }
}
.img-under-header .box-text {
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 60px 100px;
}
@media only screen and (max-width: 767px) {
  .img-under-header .box-text {
    padding: 40px;
    width: 100%;
    border-radius: 0;
  }
}

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

.about-section .box-text {
  position: relative;
  z-index: 2;
}
.about-section .box-text .bg-pattern {
  height: 300px;
  top: -60px;
  left: -30%;
}
@media only screen and (max-width: 991px) {
  .about-section .box-text .bg-pattern {
    display: none;
  }
}
.about-section .box-text p {
  max-width: 470px;
}
.about-section .experience {
  position: relative;
  border-radius: 10px;
  width: 100%;
  z-index: 22;
}
.about-section .experience .facts-inner {
  width: calc(100% - 370px);
}
@media only screen and (max-width: 768px) {
  .about-section .experience .facts-inner {
    width: 100%;
  }
}
.about-section .experience .facts-inner .fact-item .title span {
  font-size: 13px;
  margin-inline-start: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .about-section .experience {
    width: 100%;
  }
}
.about-section .experience .ex {
  position: relative;
  padding: 35px 30px;
}
.about-section .experience .ex .title {
  line-height: 52px;
}
.about-section .experience .box-video {
  position: relative;
  width: 370px;
}
.about-section .experience .box-video img {
  border-radius: 0 10px 10px 0;
}
@media only screen and (max-width: 768px) {
  .about-section .experience .box-video {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .about-section .experience .ex {
    padding: 15px;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
  }
  .about-section .experience .box-video {
    width: 100%;
  }
}
.about-section .corner-box {
  position: relative;
  border-radius: 15px;
  height: 100%;
  color: var(--bg-color);
  background-color: var(--bg-color);
}
.about-section .box-img img {
  border-radius: 10px;
}

.about-2 img {
  width: 100%;
  height: auto;
}
.about-2 .box-info,
.about-2 .box-img {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .about-2 .bg-mask {
    width: calc(100% - 120px);
    height: calc(100% - 120px);
  }
  .about-2 .box-img {
    margin-right: 60px;
  }
  .about-2 .box-img img:first-child {
    padding-right: 30px;
  }
  .about-2 .box-img img:last-child {
    padding: 40px 0 0 120px;
  }
  .about-2 .box-info .section-title.mt-section {
    padding-right: 90px;
  }
  .about-2 .box-info .pr-120 {
    padding-right: 120px;
  }
  .about-2 .box-info img.mt-20 {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-2 .bg-mask {
    width: 100%;
    height: 100%;
  }
  .about-2 .box-info {
    padding: 30px;
  }
  .about-2 .box-img {
    display: none;
  }
}

.about-personal .title {
  line-height: 1.2;
}
.about-personal .title img {
  width: 260px;
  height: 70px;
}
@media only screen and (max-width: 768px) {
  .about-personal .title img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .about-personal .w-50.ml-auto {
    width: 100%;
  }
}
.about-personal .svg-arrow {
  right: calc(50% + 30px);
}
@media only screen and (max-width: 768px) {
  .about-personal .svg-arrow {
    display: none;
  }
}
.about-personal .svg-arrow path {
  fill: var(--heading-color);
}

.about-personal-2 {
  position: relative;
}
.about-personal-2 .title-lg {
  font-size: 13vw;
  line-height: 14vw;
  letter-spacing: 12px;
  color: transparent;
  -webkit-text-stroke: 3.5px var(--heading-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transform: scale3d(1, 1.2, 1);
}
@media only screen and (max-width: 768px) {
  .about-personal-2 .title-lg {
    -webkit-text-stroke: 0;
  }
}
.about-personal-2 .about-subtitle {
  z-index: 2;
  flex-direction: column;
  display: flex;
  position: absolute;
  top: 15%;
  left: 50%;
  width: 50%;
  font-size: 55px;
  text-transform: uppercase;
}
@media only screen and (max-width: 991px) {
  .about-personal-2 .about-subtitle {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about-personal-2 .max-w750.mt-70 {
    margin-top: 20px;
    margin-left: 0;
  }
}

.section-seat .box-img {
  position: relative;
}
.section-seat .box-img .img-shape {
  position: absolute;
  top: -80px;
  right: -55px;
}
@media only screen and (max-width: 991px) {
  .section-seat .box-img .img-shape {
    display: none;
  }
}
.section-seat .content-blure {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: #3c3c3c33;
  padding: 80px 60px;
}
.section-seat .content-blure p {
  max-width: 350px;
}

.content-blure {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: #3c3c3c33;
}

.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: 768px) {
  .box-seat .box-img {
    width: 100%;
    display: block;
  }
}
.box-seat .box-img .img-lg {
  width: 45%;
  margin-left: -60px;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .box-seat .box-img .img-last {
    display: none;
  }
}
.info-item{
  margin-top: 0px;
}
@media only screen and (max-width: 768px) {
  .info-item{
    margin-top: 30px;
  }
}
.box-seat .box-text .info .info-item {
  padding-bottom: 15px;
}
.box-seat .box-text .info .info-item:not(:last-of-type) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
  .box-seat .box-text .info .info-item {
    flex-direction: column;
    align-items: baseline;
  }
}
.box-seat .box-text .info .info-item .date {
  width: 30%;
  font-family: var(--body-font);
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .box-seat .box-text .info .info-item .date {
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
}
.box-seat .box-text .info .info-item .sm-title-block {
  width: 70%;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
}
@media only screen and (max-width: 768px) {
  .box-seat .box-text .info .info-item .sm-title-block {
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
}
.box-seat .box-text .info .info-item .icon {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .box-seat .box-text .info .info-item .icon {
    margin-left: 0;
    margin-top: 10px;
  }
}
.box-seat .box-text .info .info-item .icon svg {
  width: 10px;
  transform: rotate(45deg);
}

.about-me .about-inner .background-decoration {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 30px;
  grid-row-gap: 20px;
  opacity: 0.7;
}
.about-me .about-inner .background-decoration .decoration-item-1 {
  background-color: var(--border-color);
  border-top-left-radius: 5.2rem;
  border-bottom-left-radius: 5.2rem;
  width: 25vw;
  height: 90px;
}
.about-me .about-inner .background-decoration .decoration-item-2 {
  background-color: var(--bg-color);
  border-top-left-radius: 5.2rem;
  border-bottom-left-radius: 5.2rem;
  width: 30vw;
  height: 90px;
}
@media only screen and (max-width: 768px) {
  .about-me .about-inner .background-decoration,
.about-me .about-inner .bg-pattarn {
    display: none;
  }
}
@media only screen and (min-width: 576px) {
  .about-me .box-img img {
    max-width: 440px;
    margin-top: -70px;
    z-index: 2;
  }
}

.about-has-image .box-img {
  display: grid;
  gap: 5px;
  grid-row-gap: 20px;
}
.about-has-image .box-img .img-inner:first-of-type {
  aspect-ratio: 2/3;
  grid-row: span 2/span 2;
  align-self: center;
}
.about-has-image .box-img .img-inner:nth-of-type(2) {
  padding-right: 50px;
  aspect-ratio: 1/1;
  grid-column-start: 6;
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 768px) {
  .about-has-image .box-img .img-inner:nth-of-type(2) {
    display: none;
  }
}
.about-has-image .box-img .img-inner:last-of-type {
  aspect-ratio: 1/1;
  grid-column-start: 6;
}
@media only screen and (max-width: 768px) {
  .about-has-image .box-img .img-inner:last-of-type {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .about-has-image .box-text {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .seat-section-ar .box-img {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .seat-section-ar .img-top {
    display: none;
  }
}

.about-photography .box-img-gallery .dsn-item-post {
  height: 240px;
}

@media only screen and (max-width: 768px) {
  .section-video .title-lg {
    display: none;
  }
  .section-video .content {
    display: block;
    width: 100%;
    grid-template-columns: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.dsn-award .award-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--border-color);
}
.dsn-award .award-item:not(:first-of-type) {
  padding-bottom: 30px;
}
.dsn-award .award-item .date {
  padding-top: 6px;
}
.dsn-award .award-item img {
  height: 100px;
}

body.tax-product_tag #dsn_header, body.tax-product_cat #dsn_header {
  margin-bottom: var(--margin-padding);
}

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
  width: 100%;
  margin: 0;
}

.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: #434342;
  padding: 4px 15px;
  color: #fff;
  z-index: 10;
}
.cap span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -2px;
}


/* add head */
.header {
  width: 100%;
  background-color: #f0f0f0;
}

.header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}

.header__logo {
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 266px;
  margin-right: 10px;
}

#top-head {
  width: 100%;
}
#top-head .inner {
  width: 100%;
  margin: 0 auto;
  display: flex; /* flexコンテナにする */
  justify-content: space-between; /* 要素間にスペースを配置 */
  align-items: center;
}
/*logo style*/
.inner .header__logo { /* 直接の子要素ではないので修正 */
  text-decoration: none;
  font-weight: bold;
  display: flex; /* ロゴとテキストを横並びにする場合 */
  align-items: center; /* 縦方向中央揃え */
}

.inner .header__logo a {
  text-decoration: none; /* 不要なスタイルを削除 */
}

.inner .header__logo img {
  width: 266px; /* サイズを元に戻す */
  margin-right: 10px; /* 必要に応じて調整 */
}
/*nav style*/
#top-head nav {
  display: flex;
  align-items: center;
  width: 100%;
}

#top-head nav ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 40px; /* ロゴとの間隔を調整 */
}
/*nav link style*/
#top-head nav ul li a {
  text-decoration: none;
  padding: 16px;
  color: #434342;
  transition: opacity 0.3s ease; /* 追加: 透明度変化のアニメーション */
}
#top-head nav ul li a:hover {
  opacity: 0.5; /* ホバー時に半透明にする */
}
#nav_toggle {
  display: none;
}
.header__buttons {
  display: flex;
  margin-left: auto;
}

.header__button {
  padding: 15px 35px;
  color: #fff;
  text-decoration: none;

  display: flex;
  flex-direction: column; /* アイコンとテキストを縦に並べる */
  align-items: center; /* アイコンとテキストを中央揃え */
  margin-left: 0; /* ボタン間の余白をなくす */
  transition: opacity 0.3s ease; /* 追加: 透明度変化のアニメーション */
  text-decoration: none; /* 追加 */
}
.header__button:focus { /* 追加 */
  text-decoration: none; /* 追加 */
  outline: none; /* 必要に応じて追加: フォーカス時の枠線を消す */
}

.header__button:hover {
  opacity: 0.7; /* 追加: ホバー時に透明度を調整 */
}

.header__button--admission {
  background-color: #5764b3;
  border-radius: 10px 0 0 10px;
}

.header__button--access {
  background-color: #b59a5b;
  border-radius: 0 10px 10px 0;
}

/* アイコン */
.header__button-icon {
  width: 15px;
  height: 18px;
  margin-bottom: 5px; /* アイコンとテキストの余白 */
}

.header__button-text {
  font-size: clamp(0.6rem, 0.7rem + (0.875 - 0.7) * ((100vw - 600px) / (1000 - 600)), 0.875rem) !important;
}

/* 追加: グローバルメニューのホバー効果 */
.header__nav-list a {
  color: #333; /* デフォルトのテキスト色 */
  transition: opacity 0.3s ease; /* 透明度変化のアニメーション */
  font-size: clamp(0.7rem, 0.9rem + (1.125 - 0.9) * 1.5 * ((100vw - 600px) / (1000 - 600)), 1.125rem) !important;

}


.header__logo {
  display: flex;
  align-items: center;
}

.header__logo img {
  width: 266px;
  margin-right: 10px;
}
#top-head nav ul li:nth-child(4) {
  position: relative;
}
#top-head nav ul li:nth-child(4)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #ccc;
}
/*============================
mobile style
============================*/
@media screen and (max-width:1150px) {
  .header__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0px 20px 0px;
  }
/*hamburger menu style*/
  #nav_toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    top: 4px;
    z-index: 100;
  }
  #nav_toggle div {
    position: relative;
  }
/*hamburger menu close style*/
  #nav_toggle span {
    display: block;
    height: 2px;
    background: #404040;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #nav_toggle span:nth-child(1) {
    top:0px;
  }
  #nav_toggle span:nth-child(2) {
    top:10px;
  }
  #nav_toggle span:nth-child(3) {
    top:20px;
  }
/*hamburger menu open style*/
  .open #nav_toggle span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
/*nav style*/
  #top-head nav {
    display: none; /* モバイル表示では非表示 */
    position: absolute;
    top: 105px;
    left: 0;
    width: 100%;
    height: auto; /* auto に変更 */
    background: #fff;
    z-index: 999;
    flex-direction: column;
    align-items: stretch;
  }
  #top-head nav ul {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
  #top-head nav ul li {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
  }
  #top-head nav ul li:last-child {
    border: none;
  }
/*nav link style*/
  #top-head nav ul li a {
    display: block;
    padding: 22px 16px 22px 16px;
  }
  /* header__buttons style (モバイル表示用) */
  .header__buttons {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    width: 80%;
  }
  .header__button {
    margin-left: 0;
    margin-bottom: 32px;
    border-radius: 10px !important;
  }
  #top-head nav ul li:nth-child(4)::before {
    display: none;
  }
}




.hero {
  width: 100%;
  height: calc(100vh - 114px); /* 既存の高さ計算 */
  top: 114px; /* 既存のオフセット */
  position: relative;
}

.hero__image-area {
  width: 100%;
  position: relative;
  overflow: hidden; /* はみ出した内容を隠すため重要 */
  height: 100%;
  /* ↓ここから変更・追加↓ */
  padding-left: 50px;   /* 左側に10%の余白を追加 */
  padding-right: 50px;  /* 右側に10%の余白を追加 */
   padding-bottom: 50px;
  box-sizing: border-box; /* paddingとborderをwidth/heightに含める */
  /* ↑ここまで変更・追加↑ */
}

.swiper-container {
  width: 100%; /* .hero__image-area のパディングの内側の幅に対して100% */
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* スライド内のコンテンツのはみ出しを防ぐ */
}

.swiper-slide picture {
  display: block;
  width: 100%; /* スライドの幅（パディング適用後の親の幅）に対して100% */
  height: 100%;
}

.hero__image {
  display: block;
  width: 100%; /* picture要素の幅に対して100% */
  height: 100% !important; /* 高さを親要素いっぱいに表示 */
  object-fit: cover; /* アスペクト比を保ったまま、要素全体を覆うように調整 */
}

@media (max-width: 768px) {
  /* スマホ時も同様に左右10%の余白が適用されます。 */
  /* 特に変更がなければ、上記のスタイルが継承されます。 */
  /* もしスマホ時だけ余白を変えたい場合は、ここで .hero__image-area の padding を上書きしてください。 */

  .hero__image-area {
    padding: 5%;
  }

}

.swiper-slide img {
  /* この角丸の指定は、画像がコンテナいっぱいに表示されるため、
     意図通りに画像の角丸として機能します。 */
  border-radius: 10px;
}

.about--section {
  background-image: url("https://azabu-mikokoro.ed.jp/assets/img/top/about_bg_01.png"), url("https://azabu-mikokoro.ed.jp/assets/img/top/about_bg_02.png");
  background-position: top left, bottom right;
  background-repeat: no-repeat, no-repeat;
}

.sub-heading {
  color: var(--heading-color);
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  font-family: var(--font-pre);
}

.section-title .sub-heading {
  font-family: var(--body-font);
  position: relative;
  width: -webkit-max-content;
  width: max-content;
  padding-left: 40px;
  font-size: 24px;
  width: 100%;
}

.section-title .sub-heading::before {
  width: 20px;
  height: 20px;
  background-color: #5764b3;
  border-radius: 4px;
  opacity: 1;
  top: 10px;
  translate: 0 0;
}

.section-title .sub-heading::after {
  display: none;
}

.title {
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  padding-left: 40px;
  color: #3542c1;
}

.detail--wrap {
  font-family: var(--body-font);
  font-weight: 500;
  font-style: normal;
  font-size: var(--font-size-base);
  line-height: var(--line-height-detail);
  color: var(--heading-color);
  -webkit-font-smoothing: antialiased;
}

.map-info {
  background-color: #a58f5c;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 15px;
  text-align: center;
  margin-top: -100px;
  position: relative;
  z-index: 2;
  margin-left: 10%;
  margin-right: 10%;
}
.map-info p {
  color: #fff;
}
.map-detail {
  margin-top: 40px;
}
.map-detail .sub-t {
  font-size: 14px;
}
.map-detail .num-t {
  color: #fff !important;
  font-family: var(--font-code);
  font-weight: 500;
  font-size: 36px;
}

.map-detail .num-t a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: #fff !important;
}

@media screen and (max-width:768px) {
.map-detail .num-t a[href^="tel:"] {
  pointer-events: auto;
  text-decoration: none;
 }
}
.map-detail .ca-t {
  font-size: 12px;
}
.br-t {
  display: block;
}
@media (max-width: 768px) {
  .br-t {
    display: none;
  }
}@media only screen and (max-width: 767px) {
  .sub-text-header br, .title-h2 br, .subtitle br, .sm-p br, .section-title br, .sub-heading br, .title br {
      display: block;
  }
}
.footer-nav-container {
  /* Styles for the menu's container (the <nav>) */
  text-align: center;
}

.footer-nav {
  list-style: none;
  padding: 10px 20px 10px 20px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .footer-nav {
    gap: 40px;
  }
}
@media (max-width: 1250px) {
  .footer-nav {
    gap: 8px;
  }
}

.footer-nav li {
  margin: 0;
  width: auto; /* Allow automatic width for larger screens */
}

.footer-nav a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  background-color: transparent;
  box-shadow: none;
  white-space: nowrap;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.footer-nav a:hover {
  opacity: 0.3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .footer-nav {
    justify-content: flex-start; /* Align items to the start */
    padding: 10px;
    gap: 10px;
  }

  .footer-nav li {
    width: calc(50% - 10px); /* 50% width minus gap */
  }

  .footer-nav a {
    width: 100%;
    text-align: center;
  }
}

.footer-title {
  font-size: 24px;
  color: #434342;
  font-weight: 500;
  letter-spacing: 0px;
}

.google-map-link {
  display: flex; /* Use Flexbox for layout */
  align-items: center; /* Vertically align items */
}

.google-map-link img {
  margin-right: 5px; /* Add spacing between the icon and text */
  width: auto;   /* Ensure image scales proportionally */
  height: auto;  /* Ensure image scales proportionally */
  max-height: 16px; /* Adjust as needed to match the image height */
}

.google-map-link a {
  text-decoration: underline; /* Default underline */
  color: inherit; /* Inherit color from parent if needed */
}

.google-map-link a:hover {
  text-decoration: none; /* Remove underline on hover */
}

.linkp-underline {
  text-decoration: underline; /* Default underline */
  color: inherit; /* Inherit color from parent if needed */
}

.linkp-underline:hover {
  text-decoration: none; /* Remove underline on hover */
}

/* Content Wrapper */
.footer-content {
  font-size: var(--font-size-base);
  color: var(--heading-color);
}
.footer-content p {
  color: #434342;
  line-height: 28px;
}
/* Top Section (Left and Right) */
.footer-top {
  display: flex;
  justify-content: space-between; /* Space out left and right sections */
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
  gap: 20px; /* Add spacing between sections */
}

.footer-left {
  flex: 1; /* Take up available space */
  min-width: 250px; /* Minimum width to prevent squishing */
}

.footer-right {
  flex: 1;
  min-width: 250px;
  text-align: right; /* Align text to the right */
}

/* Titles and Text */
.footer-title {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.address {
  font-size: var(--font-size-base);
}

.contact-text {
  font-size: var(--font-size-base);
  margin-bottom: 10px;
  margin-top: 0px;
}

@media (max-width: 768px) {
  .contact-text {
    margin-top: 30px;
  }
}

/* Phone and Fax */
.tel,
.fax {
  font-size: var(--font-size-base);
}

.tel-number,
.fax-number {
  color:#5764b3 !important;
  font-family: var(--font-code);
  font-size: var(--font-size-h3);
  font-weight: 700;
  line-height: 22px;
}
  .tel-number a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color:#5764b3 !important;
  }
  .fax-number a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color:#5764b3 !important;
  }
  
  @media screen and (max-width:768px) {
    .tel-number a[href^="tel:"] {
      pointer-events: auto;
      text-decoration: none;
     }
    .fax-number a[href^="tel:"] {
    pointer-events: auto;
    text-decoration: none;
   }
  }

.reception-time {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}

/* Google Map Link */
.google-map-link {
  display: flex;
  align-items: center;
  text-decoration: underline; /* Add underline on hover */
  color: inherit; /* Inherit color */
  margin-top: 10px;
}

.google-map-link img {
  margin-right: 5px;
  width: auto;
  height: auto;
  max-height: 12px; /* Adjust icon size */
}

.google-map-link:hover {
  text-decoration: none; /* Remove underline */
}

/* Bottom Section (Legal and Copyright) */
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #dedede; /* Add a line above */
  font-size: 0.8em;
}

.legal {
  flex: 1;
}

.copyright {
  flex: 1;
  text-align: right;
}

.legal a {
  text-decoration: none;
  color: inherit;
}

.legal a:hover {
  text-decoration: underline;
}

.separator {
  margin: 0 5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column; /* Stack top sections vertically */
    text-align: center; /* Center text in top sections */
  }

  .footer-right {
    text-align: center; /* Override right alignment */
  }

  .footer-bottom {
    flex-direction: column; /* Stack bottom sections vertically */
    text-align: center; /* Center text in bottom sections */
  }

  .copyright {
    text-align: center; /* Override right alignment */
  }
  .google-map-link {
    justify-content: center; /* Flexboxで中央寄せにする */
  }
}

@media (max-width: 480px) {
  /* No changes needed here, as the padding is controlled by the outer footer */
}

#page-top {
  position: fixed;
  bottom: 70px;
  right: 20px;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
#page-top {
    position: fixed;
    bottom: 75px;
    right: -5px;
    z-index: 3;
}
}
#page-top a {
font-size:14px;
text-decoration: none;
color: #000;
width: 40px;
height:40px;
padding:0px;
display: block;
}
#page-top a:hover {
color:#666;
}

/* inner headerimg */
.header-wrapper {
  padding-top: 115px; /* ヘッダーの高さを確保（例） */
}

.header-container {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
  position: relative;
  top: 0px; /* header-wrapper の padding-top 分上に移動 */
}

.image-area {
  width: 70%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden; /* 角丸がはみ出さないように */
}

.image-area img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-area {
  width: 30%;
  display: flex;
  justify-content: flex-end; /* テキストを右寄せにする */
  align-items: center;
  padding-right: 3%; /* 右側に10%の余白を追加 */
  box-sizing: border-box; /* paddingとborderをwidth/heightに含める */
  margin-top: 0px;
}

.text-area h1 {
  font-size: var(--font-size-h3); /* 例：フォントサイズ */
  color:var(--bg-btn); /* 例：テキストカラー */
  text-align: right; /* テキストコンテンツ自体も右寄せ */
}

/* スマホ対応 */
@media (max-width: 768px) {
  .header-wrapper {
      padding-top: 100px; /* スマホ時はパディングをリセット */
  }

  .header-container {
      flex-direction: column; /* 縦並びにする */
      top: 0; /* 位置調整をリセット */
  }

  .image-area {
      width: 100%; /* 幅を100%にする */
      height: auto; /* 高さ自動調整 */
      border-top-left-radius: 0; /* スマホ時は左上を直角 */
      border-top-right-radius: 0; /* スマホ時は右上を直角 */
      border-bottom-left-radius: 10px; /* スマホ時は左下を角丸 */
      border-bottom-right-radius: 10px; /* スマホ時は右下を角丸 */
  }

  .text-area {
      width: 100%; /* 幅を100%にする */
      padding: 20px; /* 余白を調整 */
      justify-content: center; /* スマホ時は中央寄せに戻す */
      align-items: center; /* スマホ時は中央寄せに戻す */
      text-align: center; /* スマホ時はテキストも中央寄せ */
      padding-right: 20px; /* 左右に均等な余白 */
      padding-left: 20px;
      margin-top: 30px;
  }

  .text-area h1 {
      font-size: 1.5em; /* スマホ時のフォントサイズ */
      text-align: center; /* スマホ時はテキストを中央寄せ */
  }
}
/* inner 100img */
.section-image-container {
   position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden; /* 画像がコンテナからはみ出ないように */
}

.section-image-container img {
  display: block;
  width: 100%;       /* コンテナの幅いっぱいに画像を拡大 */
  height: auto;        /* 画像の縦横比を維持 */
  
  position: absolute;  /* 親コンテナ('.section-image-container') に対して絶対位置を指定 */
  bottom: 0;           /* 親コンテナの下端に、画像の底辺を合わせます */
  left: 50%;           /* 親コンテナの水平方向中央に、画像の左端を合わせる */
  transform: translateX(-50%); /* 画像自体の幅の半分だけ左にずらし、中央揃えにします */

  /* object-fit: cover; は、コンテナの高さが固定で、
     画像の縦横比と異なる場合に画像の表示方法を制御します。
     この配置方法と併用する場合、意図した通りに機能するか確認してください。 */
}
 /* レスポンシブ対応 (例: 768px以下の画面) */
 @media (max-width: 768px) {
  .section-image-container {
      height: auto; /* スマホなどでは高さ自動調整 */
  }
}
.greeting-info {
  background-color: #5764b3;
  padding: 50px;
  border-radius: 10px;
  text-align: left;
  margin-top: -90px;
  position: relative;
  z-index: 2;
  margin-left: 10%;
  margin-right: 10%;
}
.greeting-info p {
  color: #fff;
}
.greeting-info p.ttl {
  font-size: var(--font-size-h5);
  margin-bottom: 20px;
}
@media (max-width: 1400px) {
  .greeting-info {
    padding: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -100px;
  }
}
@media (max-width: 768px) {
  .greeting-info {
    padding: 40px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -35px;
  }
  .section-image-container img {
    display: block;
    width: 100%;
    position: relative;
    top: 0px;

}
}

/* history */
.history-swiper-container { /* 変更: クラス名を変更 */
  width: 80%;
  height: auto;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}

.history-swiper-container .swiper-wrapper { /* 追加: 親セレクタ */
  display: flex;
}

.history-swiper-container .swiper-slide { /* 追加: 親セレクタ */
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #fff;
  border: none;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0px 40px;
  position: relative;
}

.history-swiper-container .swiper-slide::before { /* 追加: 親セレクタ */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd;
}

.history-swiper-container .slide-year { /* 追加: 親セレクタ */
  font-size: 1.8em;
  font-weight: bold;
  color: #2c3e50;
  width: 20%;
  flex-shrink: 0;
  margin-right: 15px;
  text-align: center;
  position: relative;
  margin-top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}

.history-swiper-container .slide-year::before { /* 追加: 親セレクタ */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: blue;
}

.history-swiper-container .slide-content { /* 追加: 親セレクタ */
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}

.history-swiper-container .slide-description { /* 追加: 親セレクタ */
  font-size: var(--font-size-h6);
  line-height: var(--line-height-content);
  margin-bottom: 10px;
  padding: 0 20px;
  text-align: left;
}

.history-swiper-container .slide-image-wrapper { /* 追加: 親セレクタ */
  width: 30%;
  max-width: 200px;
  position: relative;
  margin-top: 20px;
}



.history-swiper-container .slide-image-wrapper img { /* 追加: 親セレクタ */
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

/* プログレスバー */
.history-swiper-container .swiper-pagination-progressbar-container { /* 追加: 親セレクタ */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #f0f0f0;
  z-index: 10;
}

.history-swiper-container .swiper-pagination-progressbar-fill { /* 追加: 親セレクタ */
  background: #007bff;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  transition: width 0.3s ease;
}

/* ナビゲーションボタン */
.history-swiper-container .swiper-button-prev, /* 追加: 親セレクタ */
.history-swiper-container .swiper-button-next { /* 追加: 親セレクタ */
  color: #007bff;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  z-index: 10;
  transform: translateX(0);
}

.history-swiper-container .swiper-button-prev::after, /* 追加: 親セレクタ */
.history-swiper-container .swiper-button-next::after { /* 追加: 親セレクタ */
  font-size: 20px;
  font-weight: bold;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .history-swiper-container {
      width: 100%;
  }

  .history-swiper-container .swiper-slide { /* 追加: 親セレクタ */
      flex-direction: column;
      align-items: center;
  }

  .history-swiper-container .slide-year, /* 追加: 親セレクタ */
  .history-swiper-container .slide-content, /* 追加: 親セレクタ */
  .history-swiper-container .slide-image-wrapper { /* 追加: 親セレクタ */
      width: 100%;
      margin-right: 0;
      margin-top: 0px;
      padding-bottom: 0px;
  }

  .history-swiper-container .slide-image-wrapper { /* 追加: 親セレクタ */
      max-width: none;
  }

  .history-swiper-container .swiper-slide img { /* 追加: 親セレクタ */
      max-width: 100%;
      height: auto;
      object-fit: contain;
  }

  .history-swiper-container .slide-description { /* 追加: 親セレクタ */
      padding: 10px;
      margin-bottom: 30px;
  }

  .history-swiper-container .swiper-button-prev { /* 追加: 親セレクタ */
      left: 10px;
  }

  .history-swiper-container .swiper-button-next { /* 追加: 親セレクタ */
      right: 10px;
  }

  .history-swiper-container .slide-content { /* 追加: 親セレクタ */
      padding-bottom: 0px;
  }
}



/* タイムラインの基本スタイル（主にスマートフォン表示に影響） */
.timeline {
    width: 100%;
    margin: 0 auto;
}

.timeline-list {
    padding: 0;
    list-style: none;
}

.timeline-list-item {
    position: relative;
    display: flex; 
    flex-direction: column; /* スマートフォンでは縦積み */
    align-items: flex-start; /* スマートフォンでは全体を左寄せ */
    padding-left: 25px; /* スマートフォン: ドットと縦線のためのスペース */
    border-left: 1px solid #aaaaaa; /* スマートフォン: 縦線 */
    padding-bottom: 80px; /* アイテム間のデフォルトのスペース */
    gap: 15px; /* スマートフォン: 各要素間の隙間 */
    margin-bottom: 0; 
}

.timeline-list-item:last-child {
    padding-bottom: 0; 
    margin-bottom: 80px; 
}

.timeline-list-item::before { /* スマートフォン: ドット (liに直接) */
    content: "";
    position: absolute;
    top: 0px; 
    left: -5px; 
    width: 9px;
    height: 9px;
    background-color: #5764b3;
    border-radius: 50%;
    z-index: 1;
    display: block; 
}

.timeline-item__title-area {
    color: #5764b3; font-size: 20px; font-weight: bold;
    width: 100%; /* SPでは幅100% */
    box-sizing: border-box;
    align-self: flex-start; /* SP */
    flex-basis: auto; /* SP */
    padding-right: 0; /* SPではリセット */
    /* text-align: left; スマートフォンではデフォルトで左寄せ、または.dateの指定が優先される */
}
.timeline-item__title-area .date {
    font-size: inherit; color: inherit; margin-bottom: 0; padding-left: 0;
    width: auto; transform: none; text-align: left; /* スマホ時はテキスト自体も左寄せ */
    margin-top: -10px; position: relative;
}
.timeline-item__title-area .date::before { display: none; }

.timeline-item__content-group { 
    display: flex;
    flex-direction: column; 
    width: 100%; 
    gap: 15px; 
    padding-left: 0; 
    border-left: none; 
    flex-basis: auto; 
    position: relative; 
}
.timeline-item__content-group::before { 
    display: none; 
}
.timeline-item__content-group::after { 
    display: none;  
}

.timeline-item__image-area { 
    width: 100%; margin-right: 0; flex-basis: auto; 
}
.timeline-item__image-area img {
    width: 100%; height: auto; display: block; border-radius: 8px;
}

.timeline-item__description-area { 
    width: 100%; line-height: 1.7; font-size: 18px; color: #5c5c5c;
    align-self: flex-start; padding-left: 0; flex-basis: auto; 
}
.timeline-item__description-area p { margin-top: 0; }
.timeline-item__description-area p.mt-10 { margin-top: 10px; }


/* PC表示時のタイムラインアイテムのレイアウト調整 (768px以上) */
@media (min-width: 768px) {
    .timeline-list-item {
        flex-direction: row; 
        padding-left: 0;     
        border-left: none;
        margin-bottom: 80px; 
        padding-bottom: 0;   
        gap: 0;              
        align-items: flex-start; 
    }
    .timeline-list-item:last-child {
        margin-bottom: 0; 
    }
    .timeline-list-item::before { 
        display: none; 
    }

    .timeline-item__title-area { 
        flex: 0 0 25%; 
        padding-right: 20px; 
        box-sizing: border-box;
        width: auto;
        margin-bottom: 0;
        align-self: flex-start; 
        /* ★PC時: 右寄せにするために以下を追加/変更 */
        display: flex; /* 子要素(.date)をflexアイテムとして扱うため */
        justify-content: flex-end; /* .date を右端に配置 */
        /* text-align: right; は .date 自体の text-align に影響されるので上記を使用 */
    }
    .timeline-item__title-area .date {
        text-align: left; /* .date内のテキストは左寄せのまま（ブロックが右に寄る） */
        /* 必要であれば、テキスト自体も右寄せにしたい場合は text-align: right; に変更 */
    }

    .timeline-item__content-group { 
        flex: 1; 
        position: relative; 
        display: flex;
        flex-direction: row; 
        flex-wrap: wrap; 
        align-items: flex-start;
        padding-left: 35px;  
        border-left: 1px solid #aaaaaa; 
        gap: 20px; 
        width: auto;
    }

    .timeline-item__content-group::before { /* PC: ドットをcontent-groupに適用 */
        content: "";
        position: absolute;
        top: 0px; 
        left: -5px; 
        width: 9px;
        height: 9px;
        background-color: #5764b3;
        border-radius: 50%;
        z-index: 1;
        display: block; 
    }
    
    .timeline-list-item:not(:last-child) .timeline-item__content-group::after {
        content: '';
        position: absolute;
        bottom: -80px; 
        left: -0.5px;  
        width: 1px;
        height: 80px; 
        background-color: #aaaaaa; 
        z-index: 0; 
        display: block; 
    }

    .timeline-item__content-group .timeline-item__image-area { 
        flex: 0 0 50%; 
        margin-right: 0; 
        width: auto;
        margin-bottom: 0;
    }

    .timeline-item__content-group .timeline-item__description-area { 
        flex: 1; 
        width: auto;
        font-size: 18px;
        padding-left:0;
        margin-top:0;
    }
}

.unique-timeline-wrap {
  margin: 0 auto;
  background-color: #f3f3f3;
  padding: 50px 50px 20px 50px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.unique-timeline-text {
  margin-bottom: 40px;
  font-size: var(--font-size-h6);
}

.unique-timeline-swiper-container {
  width: 100%;
  height: auto; /* 必要に応じて調整 */
  margin-bottom: 0px;
  overflow: hidden; /* スライドがはみ出ないように */
}

.unique-timeline-swiper-wrapper {
  transition-property: transform !important; /* 強制的にtransformを使用 */
}

.unique-timeline-swiper-slide {
  text-align: center;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; /* 画像とテキストを縦に並べる */
  max-height: 300px; /* スライド全体の最大高さを制限 */
  overflow: hidden; /* スライド内容がはみ出さないように */
  width: 100%; /* スライドの幅を100%にする */
}

.unique-timeline-swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 300px; /* 画像の最大高さを制限 */
  object-fit: cover; /* 画像のアスペクト比を維持 */
  border-radius: 10px; /* 角丸を適用 */
}

.unique-timeline-swiper-slide-text {
  padding: 10px;
  font-size: 0.9em; /* 必要に応じて調整 */
}
.unique-timeline-text .ttl-m {
  font-size: var(--font-size-h2);
  margin-bottom: 20px;
}
.unique-timeline-text .ttl-m span{
  font-size: var(--font-size-h6);
}

/* Responsive Design */
@media (min-width: 768px) { /* PC表示 */
  .unique-timeline-wrap {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
  }

  .unique-timeline-text {
      width: 20%; /* テキストエリアの幅 */
      margin-bottom: 0;
  }

  

  .unique-timeline-swiper-container {
      width: 38%; /* 画像エリアの幅 */
      margin-bottom: 0;
  }
}

.rt-container {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  font-weight: var(--font-weight-body);
}

.rt-th {
  background-color: #dee1f0;
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  white-space: nowrap; /* 追加: 改行を抑制 */
}

.rt-td {
  background-color: #f8f8f8;
  padding: 40px;
  text-align: left;
  border-bottom: 1px solid #dedede;
  font-size: var(--font-size-h6);
  line-height: var(--line-height-base);
}

.rt-td .m-ttl {
  font-size: var(--font-size-base);
  font-weight: 700;
  color: #5764b3;
}
.rt-td .m-ttl span {
  color: #434342;
}

.rt-body tr:last-child .rt-td {
  border-bottom: none;
}

/* スマートフォン向けのスタイル */
@media screen and (max-width: 600px) {
  .rt-container,
  .rt-thead,
  .rt-body,
  .rt-th,
  .rt-td,
  .rt-tr {
    display: block;
  }

  .rt-th {
    text-align: left;
    border-bottom: none;
    font-size: var(--font-size-base);
    white-space: normal; /* 追加: スマートフォンでは改行を許可 */
  }

  .rt-td {
    border-bottom: none;
    font-size: var(--font-size-h6);
    padding: 20px 20px 40px 20px;
  }

  /* 各データセルに見出し風のスタイルを追加 */
  .rt-td:before {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
  }

  .rt-tr {
    margin-bottom: 0;
  }

  .rt-body tr:first-child .rt-th {
    border-radius: 10px 10px 0 0;
  }

  .rt-body tr:last-child .rt-td {
    border-radius: 0 0 10px 10px;
  }
}
.about--sub {
  font-size: 20px;
}
.about--ttl {
  font-size: 24px;
  margin-bottom: 50px;
}
.about--inner {
  font-size: 20px;
 font-weight: 500;
 color: var(--bg-btn);
}
.about--inner span {
  font-size: 16px;
  display: block;
  margin-top: 10px;
  color: var(--font-color);
}
@media (max-width: 1150px) {
  .about--inner {
    font-size: 16px;
   font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .about--inner {
    font-size: 22px;
   font-weight: 500;
  }
}
.about--inner--txt {
  font-size: 16px;
 font-weight: 500;
}
@media (max-width: 1150px) {
  .about--inner--txt {
    font-size: 14px;
   font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .about--inner--txt {
    font-size: 18px;
   font-weight: 500;
  }
}
.txt--base--16 {
  font-size: 16px;
  font-weight: 500;
 }


 .class-schedule-wrapper {
  width: 100%; /* 親要素いっぱいに広げる */
  box-sizing: border-box; /* padding, border を幅に含める */
}

.class-schedule-container {
  width: 100%; /* 親要素に合わせて可変 */
  box-sizing: border-box; /* padding, border を幅に含める */
  font-size: 16px;
}
@media (max-width: 1150px) {
  .class-schedule-container {
    width: 100%; /* 親要素に合わせて可変 */
    box-sizing: border-box; /* padding, border を幅に含める */
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .class-schedule-container {
    width: 100%; /* 親要素に合わせて可変 */
    box-sizing: border-box; /* padding, border を幅に含める */
    font-size: 18px;
  }
}
.class-schedule-title {
  color: #5764b3; /* 画像の「ゆり組」の色 */
  width: 100%; /* フル幅表示 */
  box-sizing: border-box; /* padding, border を幅に含める */
}

.schedule-item-details {
  display: flex; /* 横並び */
  flex-direction: row;
  justify-content: flex-start; /* 左寄せ */
  align-items: flex-start; /* 上揃え */
  padding: 0;
  width: 100%; /* フル幅表示 */
  box-sizing: border-box; /* padding, border を幅に含める */
}

.schedule-item-details:last-child {
  border-bottom: none; /* 最後の区切り線不要 */
}

.schedule-days-container {
  flex: 0 0 5em; /* 幅を固定 (曜日表示用) */
  margin-right: 10px; /* 曜日と時間の間の余白 */
  box-sizing: border-box; /* padding, border を幅に含める */
}

.class-schedule-days {
  /* 曜日表示のスタイル */
  display: block; /* インライン要素をブロック化 */
  box-sizing: border-box; /* padding, border を幅に含める */
}

.schedule-time-container {
  flex: 1 1 auto; /* 残りのスペースを占める */
  white-space: nowrap; /* 時間は改行しない */
  box-sizing: border-box; /* padding, border を幅に含める */
}

.class-time {
  /* 時間表示のスタイル */
  display: block; /* インライン要素をブロック化 */
  box-sizing: border-box; /* padding, border を幅に含める */
}

/* レスポンシブ対応 */
@media (max-width: 1200px) {
  .schedule-days-container {
    flex: 0 0 2em; /* 幅を固定 (曜日表示用) */
    margin-right: 10px; /* 曜日と時間の間の余白 */
    box-sizing: border-box; /* padding, border を幅に含める */
  }
  .schedule-item-details {
    flex-direction: column; /* 縦方向に並べる */
    align-items: flex-start; /* 左寄せ */
    padding: 10px 0;
    width: 100%; /* フル幅表示 */
  }

  .class-time-container {
    white-space: normal; /* スマホでは改行 */
  }
}

.admi-wrap {
  padding: 70px;
}
.sp-only-f {
  display: none; /* デフォルトでは非表示 */
}
.pc-only {
  display: block;
}
@media screen and (max-width:1150px) {
  .admi-wrap {
    padding: 40px;
  }
  .sp-only-f {
    display: block; /* スマホ時のみ表示 */
}
}

.sp-only {
  display: none; /* デフォルトでは非表示 */
}

@media (max-width: 767px) {
  .sp-only {
      display: block; /* スマホ時のみ表示 */
  }
  .pc-only {
    display: none !important;
  }
}


.news-date {
  width: 100%;
  font-family: var(--font-code);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  list-style: 2;
}
.sm-news-title-block {
  width: 100%;
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 500;
}


.news-list-wrapper {
  padding: 20px;
  font-family: sans-serif; /* 基本フォント */
}

.news-list-header {
  margin-bottom: 20px; /* デフォルトのマージン */
}

.news-list-container {
  display: block; /* デフォルトはブロック */
  /* 横幅を大きくするための設定は1000px以上の場合に適用 */
}

.news-list-archive {
  text-align: left; /* デフォルトは左寄せ */
}

.news-list-archive h3 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
}

.news-list-archive ul {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.news-list-archive li {
  margin-bottom: 5px;
}

.news-list-archive a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #5c5c5c;
  opacity: 1; /* デフォルトの透明度 (完全に不透明) */
  transition: opacity 0.3s ease-in-out; /* 透明度の変化を滑らかにする */
}

.news-list-archive a:hover {
  opacity: 0.5; /* ホバー時の透明度 (半透明) */
}

.news-list-archive-select {
  /* select要素の親要素に設定 */
  display: inline-block; /* 内容物の幅に合わせる */
}

.news-list-archive-select select {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  /* width: 100%; を削除 */
}

.news-list {
  list-style: none;
  padding: 0;
}

.news-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.news-date {
  width: 100px;
  font-family: var(--body-font);
  color: #777;
  margin-right: 20px;
  flex-shrink: 0; /* 日付の幅を固定 */
  line-height: 2;
}

.news-text {
  font-family: var(--body-font);
  margin: 0;
  line-height: 1.6;
}

/* 1000px以上の場合のレイアウト */
@media screen and (min-width: 1001px) {
  .news-list-wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto; /* 3カラム: タイトル, メイン, アーカイブ */
    grid-template-areas:
      "title main archive";
    gap: 60px 20px; /* 行間のgapを60px、列間のgapは20px */
    align-items: start;
  }

  .news-list-header {
    grid-area: title;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .news-list-container {
    grid-area: main;
    display: flex; /* news-list と news-list-archive を横並びにする */
    max-width: 1200px; /* 例：最大幅を設定 */
    margin: 0 auto; /* 中央寄せにする場合 */
  }

  .news-list {
    flex: 2; /* メインコンテンツが広くなるように */
    margin-right: 20px; /* アーカイブとの間に余白 */
  }

  .news-list-archive {
    flex: 0.5;
    text-align: right;
  }
}

/* 1000px以下の場合のレイアウト */
@media screen and (max-width: 1000px) {
  .news-list-wrapper {
    display: block; /* 通常のブロック要素として縦に並べる */
    gap: 0; /* 縦並びではgapは不要なので0に */
  }

  .news-list-header {
    display: block; /* ヘッダー表示 */
    margin-bottom: 60px; /* マージンを60pxに設定 */
    margin-right: 0px;
  }

  .news-list-container {
    display: block; /* 通常のブロック要素として縦に並べる */
    /* 横幅を調整する場合 */
    width: 90%; /* 例：親要素の90%の幅にする */
    margin: 0 auto; /* 中央寄せにする場合 */
  }

  .news-list-archive {
    margin-top: 100px;
    text-align: left; /* 縦並びの際は左寄せに戻す */
  }
}

.wp-pagenavi {
  margin: 60px auto;
}
.wp-pagenavi .page {
  display: inline-block;
  text-align: center;
  width: 42px;
  line-height: 42px;
  border: solid 1px #dedede;
  border-radius: 12px;
  margin: auto 6px;
  transition: 0.3s ease-out;
}
.wp-pagenavi .page:hover {
  background: #5764b3;
  color: #fff;
}
.wp-pagenavi .current {
  display: inline-block;
  text-align: center;
  width: 42px;
  line-height: 42px;
  color: #fff;
  background: #a5a5a5;
  border: solid 1px #dedede;
  border-radius: 12px;
  margin: auto 6px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .extend,
.wp-pagenavi .first,
.wp-pagenavi .last {
  line-height: 42px;
  margin: auto 8px;
  transition: 0.3s ease-out;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  color: #5764b3;
}

.newsListWrapper {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.newsListContainer {
  display: flex;
  gap: 20px;
}

.news-cont {
  flex: 2; /* メインコンテンツの比率 */
}

.newsItem {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.newsItem:last-child {
  border-bottom: none;
}

.newsDate {
  width: 120px;
  color: #777;
  margin-right: 20px;
  flex-shrink: 0;
}

.newsText {
  margin: 0;
  line-height: 1.6;
}

.newsListArchive {
  flex: 1; /* アーカイブの比率 */
  text-align: left;
}

.archiveTitle {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
}

.archiveList {
  list-style: none;
  padding: 0;
  margin-bottom: 15px;
}

.archiveItem {
  margin-bottom: 5px;
}

.archiveLink {
  text-decoration: none;
  color: #333;
}

.archiveLink:hover {
  text-decoration: underline;
}

.archiveSelectWrapper {
  margin-top: 10px;
}

.archiveSelect {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

/* レスポンシブ対応 (最大1000px) */
@media screen and (max-width: 1000px) {
  .newsListContainer {
      flex-direction: column;
      gap: 0;
  }

  .newsListArchive {
      margin-top: 20px;
      text-align: left;
  }
}
.news-detail-txt {
  margin-top: 60px;
}
.news-detail-txt p {
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 38px;
}

#nav-below {
  display: flex;
  width: 100%;
  margin-top: 100px;
}

.nav-previous,
.nav-next {
  width: 50%;
  box-sizing: border-box; /* padding, borderを含めて50%にする */
  padding: 10px; /* 必要に応じて追加 */
}

.nav-previous {
  text-align: left;
}

.nav-next {
  text-align: right;
}

.nav-previous a,
.nav-next a {
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  display: inline-block; /* aタグをブロックレベル要素のように扱う */
  width: 100%; /* aタグを親要素いっぱいに広げる */
  font-weight: 400;
}

.nav-previous a:hover,
.nav-next a:hover {
  opacity: 0.5;
}

.meta-nav {
  font-size: 0.8em;
}

/* 768px以下の場合のスタイル */
@media screen and (max-width: 768px) {
  #nav-below {
    flex-direction: column;
    align-items: center; /* 中央揃えにする */
  }

  .nav-previous {
    width: 100%;
    text-align: left; /* 中央揃えにする */
    margin-top: 10px; /* 間隔をあける */
  }
  .nav-next {
    width: 100%;
    text-align: right; /* 中央揃えにする */
    margin-top: 10px; /* 間隔をあける */
  }
}

.semi-transparent-link {
  color: #5c5c5c; /* デフォルトのリンク色 (青) */
  text-decoration: none; /* 下線を消す */
  opacity: 1; /* デフォルトの透明度 (完全に不透明) */
  transition: opacity 0.3s ease-in-out; /* 透明度の変化を滑らかにする */
}

.semi-transparent-link:hover {
  opacity: 0.5; /* ホバー時の透明度 (半透明) */
}
.semi-transparent-link-underline {
  color: #5c5c5c; /* デフォルトのリンク色 (青) */
  text-decoration: underline;
  opacity: 1; /* デフォルトの透明度 (完全に不透明) */
  transition: opacity 0.3s ease-in-out; /* 透明度の変化を滑らかにする */
}

.semi-transparent-link:hover {
  opacity: 0.5; /* ホバー時の透明度 (半透明) */
}

a:active,
a:focus {
    text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .grid-half-1 {
      grid-template-columns: auto 50%;
  }
}

.map-btn {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .map-btn {
    margin-top: 0px;
  }
}
.c-dot {
  color: #5764b3;
}

/* スマートフォンサイズの画面 (例: 最大幅 767px) */
@media screen and (max-width: 767px) {
  .about-image {
    content: url("https://azabu-mikokoro.ed.jp/assets/img/about-arc_sp.png"); /* background-image ではなく content を使用 */
    width: auto; /* 必要に応じて調整 */
    height: auto; /* 必要に応じて調整 */
  }
}

.layout-duo {
  width: 100%;
  display: flex;
}

.layout-duo__primary {
  width: 50%;
  /* 必要に応じて追加のスタイル */
  box-sizing: border-box;
}

.layout-duo__secondary {
  width: 50%;
  color: white;
  box-sizing: border-box;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}

.v-middle {
  position: absolute;
  top: 45%;
  left: 48%;
  transform: translate(-45%, -48%);
}


.layout-parent-30-70 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.layout-child-left-30 {
  width: 30%;
}

.layout-child-right-70 {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .layout-child-left-30,
  .layout-child-right-70 {
    width: 100%;
  }
}





    /* ローディングオーバーレイのスタイル */
    #loading-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: white;
      /* ★変更点: 初期状態を非表示に */
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
      opacity: 1; /* JavaScriptで表示する際に初期opacityを1に */
      visibility: hidden; /* JavaScriptで表示する際に初期visibilityをvisibleに */
      /* フェードアウトアニメーション */
      transition: opacity 1s ease-out, visibility 0s linear 1s; /* visibilityの遅延はopacityのdurationに合わせる */
    }

    /* JavaScriptで初回表示時にこのクラスを追加して表示 */
    #loading-overlay.show {
      display: flex !important; /* display:none を上書きして表示 */
      opacity: 1;
      visibility: visible;
    }

    /* フェードアウト時に適用するクラス */
    #loading-overlay.fade-out {
      opacity: 0;
      visibility: hidden;
    }

    /* メインコンテンツのラッパー */
    .content-wrapper {
      display: none; /* 初期状態では非表示 */
    }

    /* --- 以下、ローダー自体のスタイル (変更なし) --- */
    .loader-container {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .loader {
      width: calc(48px + (5px * 3 * 2));
      height: 22px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      position: relative;
      color: #FFF;
      box-sizing: border-box;
      margin-bottom: 20px;
    }
    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      display: block;
      position: relative;
      box-sizing: border-box;
      animation: animloader .5s ease-in-out infinite alternate;
      margin-left: 5px;
      margin-right: 5px;
    }
    .dot-1 {
      background-color: #5764b3;
      animation-delay: 0s;
      margin-left: 0;
    }
    
    .dot-2 {
      background-color: #dee1f0;
      animation-delay: 0.15s;
    }
    
    .dot-3 {
      background-color: #d7c497;
      animation-delay: 0.3s;
    }
    
    .dot-4 {
      background-color: #b59a5b;
      animation-delay: 0.45s;
      margin-right: 0;
    }
    @keyframes animloader {
      0% { transform: translateY(0); }
      100% { transform: translateY(-10px); }
    }
    .loader-title {
      font-size: 1.2em;
      color: #333;
      text-align: center;
    }


    .my-history-slider-showcase-container {
      max-width: 1000px;
      margin-top: 0px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 40px;
      padding-top: 0px;
      padding-bottom: 45px; /* ページ情報分のスペース確保 */
      padding-left: 0;
      padding-right: 0;
      background-color: #fff;
      position: relative;
  }

  /* .slider-for のスタイル */
  .my-history-slider-for {
      position: relative;
      margin-left: 60px;
      margin-right: 60px;
  }

  /* 上部ボーダーライン */
  .my-history-slider-for::before {
      content: ''; position: absolute; top: -2px; left: 0; width: 20%; height: 2px;
      background-color: #0000fe; z-index: 2;
      transition: left 0.3s ease, width 0.3s ease, transform 0.3s ease;
  }
  .my-history-slider-for::after {
      content: ''; position: absolute; top: -2px; left: 20%; width: 80%; height: 1px;
      background-color: #cccccc; z-index: 1;
      transition: left 0.3s ease, width 0.3s ease;
  }

  .my-history-slider-for .my-history-slider-slide-item {
      background-color: #fff; padding: 30px 20px; box-sizing: border-box; border-radius: 4px;
  }
  .my-history-slider-slide-content-wrapper { display: flex; align-items: flex-start; gap: 25px; width: 100%; }
  .my-history-slider-column { box-sizing: border-box; }
  .my-history-slider-column-year { flex: 0 0 130px; display: flex; align-items: flex-start; padding-top: 5px; }
  .my-history-slider-year-text { font-family: var(--font-code); font-size: 3.5em; font-weight: 300; color: #5764b3; line-height: 1.1; }
  .my-history-slider-column-text { flex: 1 1 auto; line-height: 1.75; font-size: 0.95em; color: #434342; }
  .my-history-slider-column-text p { margin-top: 0; margin-bottom: 1.2em; }
  .my-history-slider-column-text p:last-child { margin-bottom: 0; }

  .my-history-slider-column-image {
      flex: 0 0 220px; display: flex; flex-direction: column;
      align-items: center; justify-content: flex-start;
  }
  .my-history-slider-column-image img {
      max-width: 100%; height: auto; display: block; border-radius: 6px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1); margin-bottom: 10px;
  }
  .my-history-slider-column-image img:last-child { margin-bottom: 0; }

  /* ナビゲーションスライダー (.slider-nav) のスタイル */
  .my-history-slider-nav {
      margin-top: 0px;
      margin-left: 60px;
      margin-right: 60px;
      margin-bottom: 15px;
      position: relative;
      padding-bottom: 10px; /* ページ情報のためのスペース */
  }
  .my-history-slider-nav .my-history-slider-nav-item {
      padding: 12px 10px; cursor: pointer; text-align: center; background-color: #e9ecef;
      border: 1px solid #ced4da; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
      font-size: 1em; color: #434342; min-height: 38px; display: flex; align-items: center;
      justify-content: center; box-sizing: border-box; border-radius: 10px;
      overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  }
  .my-history-slider-nav .slick-slide { opacity: 0.5; transform: scale(0.92); transition: opacity 0.3s ease, transform 0.3s ease; padding: 0 5px; }
  .my-history-slider-nav .slick-center .my-history-slider-nav-item,
  .my-history-slider-nav .slick-current .my-history-slider-nav-item { background-color: #007bff; border-color: #0056b3; color: #fff; font-weight: 500; }
  .my-history-slider-nav .slick-center,
  .my-history-slider-nav .slick-current { opacity: 1; transform: scale(1); }

  /* カスタムSlick矢印 */
  .my-history-slider-showcase-container > .my-history-slider-custom-arrow {
      background: transparent; border: none; padding: 0; cursor: pointer;
      font-size: 0; line-height: 0; display: flex; align-items: center;
      justify-content: center; width: 28px; height: 28px;
      position: absolute; top: 50%; transform: translateY(-50%); z-index: 20;
      transition: opacity 0.3s ease;
  }
  .my-history-slider-custom-arrow svg { display: block; }
  .my-history-slider-showcase-container > .slick-prev::before,
  .my-history-slider-showcase-container > .slick-next::before { content: '' !important; display: none !important; }
  .my-history-slider-showcase-container > .my-history-slider-custom-prev { left: 20px; }
  .my-history-slider-showcase-container > .my-history-slider-custom-next { right: 20px; }
  .my-history-slider-custom-arrow:hover { opacity: 0.75; }
  .my-history-slider-custom-arrow:focus { outline: none; }
  .my-history-slider-showcase-container > .my-history-slider-custom-arrow.slick-disabled { opacity: 0.5; cursor: default; }
  .my-history-slider-showcase-container > .my-history-slider-custom-arrow.slick-disabled:hover { opacity: 0.5; }


  .my-history-slider-paging-info {
      font-family: var(--font-code);
      display: block; /* または他の適切なdisplay値 */
      text-align: center;
      margin-top: 15px; /* .slider-navからのマージン */
      font-size: 0.6em;
      color: #5c5c5c;
      position: absolute;
      bottom: 10px; /* コンテナ下からの位置 */
      left: 0;
      width: 100%;
      z-index: 5;
  }

  /* レスポンシブ対応 */
  @media (max-width: 992px) {
      .my-history-slider-column-year { flex: 0 0 100px; } .my-history-slider-year-text { font-size: 3em; }
      .my-history-slider-column-image { flex: 0 0 180px; }
      .my-history-slider-for, .my-history-slider-nav { margin-left: 50px; margin-right: 50px; }
      .my-history-slider-showcase-container > .my-history-slider-custom-prev { left: 15px; }
      .my-history-slider-showcase-container > .my-history-slider-custom-next { right: 15px; }
  }
  @media (max-width: 768px) {
      .my-history-slider-slide-content-wrapper { flex-direction: column; align-items: center; gap: 20px; }
      .my-history-slider-column-year { flex-basis: auto; text-align: center; padding-top: 0; margin-bottom: 10px; }
      .my-history-slider-year-text { font-size: 2.8em; }
      .my-history-slider-column-text { flex-basis: auto; width: 90%; text-align: center; margin-bottom: 15px; }
      .my-history-slider-column-image { flex-basis: auto; width: 70%; max-width: 250px; }
      .my-history-slider-nav .slick-slide { padding: 0 3px; }
      .my-history-slider-for::before { width: 60px; left: 50%; transform: translateX(-50%); }
      .my-history-slider-for::after { display: block; width: 100%; left: 0; }
      .my-history-slider-for, .my-history-slider-nav { margin-left: 45px; margin-right: 45px; }
      .my-history-slider-showcase-container > .my-history-slider-custom-prev { left: 10px; }
      .my-history-slider-showcase-container > .my-history-slider-custom-next { right: 10px; }
      .my-history-slider-custom-arrow { width: 26px; height: 26px; }
  }
  @media (max-width: 480px) {
      .my-history-slider-year-text { font-size: 2.2em; }
      .my-history-slider-column-text { font-size: 0.9em; width: 100%; }
      .my-history-slider-column-image { width: 80%; max-width: 220px; }
      .my-history-slider-nav .my-history-slider-nav-item { font-size: 1em; padding: 10px 8px; min-height: 36px; }
      .my-history-slider-nav .slick-slide { padding: 0 8px; }
      .my-history-slider-for, .my-history-slider-nav { margin-left: 35px; margin-right: 35px; }
      .my-history-slider-showcase-container > .my-history-slider-custom-prev { left: 5px; }
      .my-history-slider-showcase-container > .my-history-slider-custom-next { right: 5px; }
      .my-history-slider-custom-arrow { width: 24px; height: 24px; }
  }


/* ========== New Catchcopy Section ========== */
.new-catchcopy-section {
    background-color: #f3f3f3; /* またはページのデフォルト背景色に合わせてください */
    /* 既存の .section-padding クラスで上下のpaddingが適用される想定です */
}

.new-catchcopy-wrapper {
    display: flex;
    align-items: center; /* PC表示時、縦方向を中央揃え */
    gap: 60px; /* PC時のカラム間の余白 */
    margin-bottom: 60px; /* 追加画像との間に余白を設定 */
}

.new-catchcopy__image-area {
    flex: 0 0 40%; /* PC時の左キャッチコピー画像の幅 */
    display: flex;
    justify-content: center; /* 画像自体をエリア内で中央に */
    align-items: center;     /* 画像自体をエリア内で中央に */
    position: relative;      /* キャプションを絶対配置するための基準 */
    padding-left: 60px;
}

.new-catchcopy__image-area img { /* ttl.svg のスタイル */
    max-width: 100%;
    height: auto;
    margin-top: 115px; /* 既存のスタイルを維持 */
    /* margin-right は不要 */
}

/* キャッチコピー画像のキャプションスタイル */
.new-catchcopy__image-caption {
    position: absolute;
    /* デザイン案 (mmmt.jpg) に基づいて ttl.svg の左側に配置 */
    /* left の値は、ttl.svg が中央にあることを考慮して、その左側に配置されるように調整 */
    /* 例えば、ttl.svg が占めるであろう領域のさらに左側を指定 */
    left: 0px; /* 親エリア(.new-catchcopy__image-area)の左端から少しはみ出すか、
                    または ttl.svg の左端よりさらに左に配置されるよう調整。
                    この値を小さくすると右へ、大きくマイナスにすると左へ。 */
    bottom: -80px;
    transform: translateY(-50%); /* top:50%の基準点をキャプション自体の中心にする */

    font-size: 14px; /* デザイン案に合わせて調整 */
    color: var(--font-color); /* #5c5c5c またはデザインに合わせて */
    writing-mode: vertical-rl;
    text-orientation: mixed;
    line-height: 1.9;      /* 縦書き時の文字間隔（上下）。デザイン案はやや広めに見える */
    letter-spacing: 0.1em; /* 縦書き時の列間隔（現在は1列なので影響小）*/
    height: auto;          /* 1列表示のため高さを自動に */
    max-width: none;       /* 1列表示のため横幅制限なし */
    white-space: nowrap;   /* テキストを1列に保つ */
}

.new-catchcopy__image-caption p {
    margin: 0;
    padding: 0;
}

.new-catchcopy__text-area {
    flex: 1; /* PC時の右テキストエリアが残りの幅を取る */
}

/* PC表示時のタイトル・ボタンは既存のグローバルスタイルを基本とする */
.new-catchcopy__text-area .section-title .sub-heading {}
.new-catchcopy__text-area .section-title .title {}
.new-catchcopy__text-area .btn-wrap {
    justify-content: flex-start;
}

.new-catchcopy__bottom-image-area {
    width: 100%;
    margin-top: 40px;
}

.new-catchcopy__bottom-image-area img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* Responsive styles for New Catchcopy Section */
@media (max-width: 768px) {
    .new-catchcopy-wrapper {
        flex-direction: column;
        gap: 30px;
        margin-bottom: 40px;
    }

    .new-catchcopy__image-area {
        flex-basis: auto;
        width: 100%; /* スマホ時は画像エリアを親の幅に合わせる */
        margin: 80px auto;
        order: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .new-catchcopy__image-area img { /* ttl.svg */
        margin-top: 0;
        width: 70%; /* スマホ時のttl.svgの幅 (調整してください) */
    }

    .new-catchcopy__image-caption {
        /* スマホ時のキャプション位置を調整 */
        /* ttl.svg (幅70%で中央想定) の左側に配置 */
        left: 30px;  /* ttl.svgの左端付近に来るように調整。
                      (ttl.svgの左マージンが(100-70)/2 = 15%なので、それより少し左） */
        bottom: -60px;
        transform: translateY(-50%);
        font-size: 11px;
        line-height: 1.8;
    }

    .new-catchcopy__text-area {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        order: 2;
    }

    .new-catchcopy__text-area .section-title {
        align-items: flex-start;
    }

    .new-catchcopy__text-area .section-title .sub-heading,
    .new-catchcopy__text-area .section-title .title {
        padding-left: 0;
        text-align: left;
        width: auto;
    }

    .new-catchcopy__text-area .section-title .sub-heading {
        position: relative;
        padding-left: 30px;
    }

    .new-catchcopy__text-area .section-title .sub-heading::before {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .new-catchcopy__text-area .section-title .title {
        padding-left: 30px;
        margin-top: 0;
    }
    
    .new-catchcopy__text-area .btn-wrap {
        justify-content: flex-end;
        margin-top: 30px;
    }

    .new-catchcopy__bottom-image-area {
        width: 100%;
        margin-top: 40px;
        order: 3;
    }

    .new-catchcopy-section > .container {
        display: flex;
        flex-direction: column;
    }
}

/* ========== ADMISSION Section (New Design) ========== */
.admission-section {
    background-color: #fff; /* ページのデフォルト背景色に合わせて調整してください */
    /* .section-padding クラスにより、適切な上下のパディングが適用される想定です。 */
    /* 例: padding-top: 120px; padding-bottom: 120px; */
}

.admission-wrapper {
    display: flex;
    align-items: flex-start; /* テキストと画像の上端を揃える */
    gap: 50px; /* PC表示時のカラム間の余白 */
    /* flex-direction: row; /* デフォルトは左から右へ */
}

/* PC表示時 (例: 769px以上) に左右を入れ替える */
@media (min-width: 769px) { /* ブレークポイントは既存のSP用 (max-width: 768px) と重複しないように設定 */
    .admission-wrapper {
        flex-direction: row-reverse; /* 画像が左、テキストが右になるように変更 */
    }
    /* PC表示ではorderプロパティはデフォルト(0)に戻るため、HTMLの記述順がrow-reverseによって反転します */
    .admission__text-area {
        order: initial; /* もしくは order: 0; などでSP用のorder指定をリセット */
    }
    .admission__image-area {
        order: initial; /* もしくは order: 0; などでSP用のorder指定をリセット */
    }
}

.admission__text-area {
    flex: 1 1 55%; /* PC表示時: テキストエリアの幅の目安（全体の55%） */
    min-width: 300px; /* 内容が潰れないための最小幅 */
}

/* PC表示時の .section-title 関連は既存のグローバルスタイルに依存します */
/* .admission__text-area .section-title .sub-heading { } */
/* .admission__text-area .section-title .title { } */

.admission__text-area .detail--wrap p {
    line-height: var(--line-height-detail); /* 既存のスタイルに合わせる */
}

/* ボタンのPC表示時スタイル */
.admission__text-area .btn-wrap {
    display: flex; 
    justify-content: flex-start; /* PC表示時は左寄せ */
    margin-top: 40px; 
}

.admission__image-area {
    flex: 1 1 45%; /* PC表示時: 画像エリアの幅の目安（全体の45%） */
    min-width: 300px; 
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.admission__image-area img {
    width: 100%;
    max-width: 100%; 
    height: auto;   
    display: block;  
    border-radius: 10px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
}

/* Responsive styles for Admission Section */
@media (max-width: 768px) {
    .admission-wrapper {
        flex-direction: column; /* スマートフォンでは要素を縦に並べる */
        gap: 30px; /* 縦並び時の要素間の余白 */
        align-items: stretch; /* 子要素がコンテナの幅いっぱいに広がるように */
    }

    .admission__text-area {
        width: 100%; 
        order: 2;    /* ★変更点: 表示順を「2番目」に (画像の後) */
        text-align: left; 
        padding-left: 0;  
        padding-right: 0; 
        min-width: unset; 
    }

    /* スマートフォン時のタイトル表示調整 */
    .admission__text-area .section-title {
        align-items: flex-start; 
    }

    .admission__text-area .section-title .sub-heading,
    .admission__text-area .section-title .title {
        padding-left: 0;   
        text-align: left;  
        width: auto;       
    }

    .admission__text-area .section-title .sub-heading {
        position: relative; 
        padding-left: 30px; 
    }

    .admission__text-area .section-title .sub-heading::before {
        left: 0; 
        top: 50%; 
        transform: translateY(-50%); 
    }

    .admission__text-area .section-title .title {
        padding-left: 30px; 
        margin-top: 0; 
    }

    /* ボタンのスマートフォン表示時スタイル */
    .admission__text-area .btn-wrap {
        justify-content: flex-end; 
        margin-top: 40px; 
    }

    .admission__image-area {
        width: 100%; 
        order: 1;    /* ★変更点: 表示順を「1番目」に (テキストエリアの前) */
        min-width: unset; 
    }
}


/* ========== GUIDANCE Section (New Design) ========== */
.guidance-section {
    /* 必要に応じて背景色や追加のパディングを設定 */
    /* background-color: #f9f9f9; */ /* 例: 背景色が必要な場合 */
}

.guidance-wrapper {
    display: flex;
    align-items: flex-start; /* 要素の上端を揃える */
    gap: 50px; /* PC表示時のテキストエリアと画像エリアの間の余白 */
    /* flex-direction: row; はデフォルトなので指定不要 (テキスト左、画像右) */
}

.guidance__text-area {
    flex: 1 1 55%; /* テキストエリアが取る幅の比率 (PC時) */
    min-width: 300px; /* テキストエリアの最小幅 */
    display: flex; /* タイトルと詳細を縦に並べるため */
    flex-direction: column;
}

/* .guidance__text-area 内の .section-title, .detail--wrap, .btn-wrap は既存のグローバルスタイルが適用されることを想定 */
/* 必要に応じて、このセクション特有のスタイルをここに追加 */
.guidance__text-area .section-title {
    /* 例: margin-bottom: 20px; */
}
.guidance__text-area .detail--wrap p {
    line-height: var(--line-height-detail);
}
.guidance__text-area .btn-wrap {
    display: flex;
    justify-content: flex-start; /* PC時はボタンを左寄せ */
    margin-top: 40px; /* 詳細テキストとボタンの間のマージン */
}

.guidance__image-area {
    flex: 1 1 45%; /* 画像エリアが取る幅の比率 (PC時) */
    min-width: 300px; /* 画像エリアの最小幅 */
    display: flex;
    align-items: center; /* 画像を垂直方向に中央揃え */
    justify-content: center; /* 画像を水平方向に中央揃え */
}

.guidance__image-area .guidance-image {
    width: 100%;
    max-width: 100%; 
    height: auto;    
    display: block;  
    border-radius: 10px; 
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* 必要であれば影を追加 */
}

/* Responsive styles for GUIDANCE Section (スマートフォン表示) */
@media (max-width: 768px) {
    .guidance-wrapper {
        flex-direction: column; /* スマートフォンでは要素を縦に並べる */
        gap: 30px; /* 縦並び時の要素間の余白 */
        align-items: stretch; 
    }

    .guidance__text-area {
        width: 100%; /* スマートフォン時は全幅 */
        order: 2;    /* ★表示順: テキストエリアを2番目に */
        text-align: left; 
        padding-left: 0;  
        padding-right: 0; 
        min-width: unset; 
    }

    /* スマートフォン時のタイトル表示調整 (admissionセクションと同様) */
    .guidance__text-area .section-title {
        align-items: flex-start; 
    }
    .guidance__text-area .section-title .sub-heading,
    .guidance__text-area .section-title .title {
        padding-left: 0;   
        text-align: left;  
        width: auto;       
    }
    .guidance__text-area .section-title .sub-heading {
        position: relative; 
        padding-left: 30px; 
    }
    .guidance__text-area .section-title .sub-heading::before {
        left: 0; 
        top: 50%; 
        transform: translateY(-50%); 
    }
    .guidance__text-area .section-title .title {
        padding-left: 30px; 
        margin-top: 0; 
    }
    
    .guidance__text-area .btn-wrap {
        justify-content: flex-end; /* スマートフォン時はボタンを右寄せ */
        margin-top: 30px; 
    }

    .guidance__image-area {
        width: 100%; /* スマートフォン時は全幅 */
        order: 1;    /* ★表示順: 画像エリアを1番目に */
        min-width: unset; 
    }
}

.ttl-xs {
  font-size: 20px;
  margin-left: 0px !important;
}

.news-detail-txt a {
  text-decoration: underline; /* Default underline */
  color: inherit; /* Inherit color from parent if needed */
}

.news-detail-txt a:hover {
  text-decoration: none; /* Remove underline on hover */
}