* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font-primary);
}

a {
  color: var(--black);
  text-decoration: none;
  outline: none;
}
a:hover {
  color: var(--themePrimary);
}
ul {
  padding: 0;
  margin: 0;
}
ul li {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  color: var(--neutralPrimaryAlt);
}
ul li a {
  text-decoration: none;
  color: #f6f6f6;
}
body::before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.05;
}
.mt--50 {
  margin-top: 50px !important;
}
.tmp-side-hide-area {
  display: none;
}
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "fontawesome";
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  color: var(--black);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border: 0px solid var(--themePrimary);
  box-shadow: none;
  border-radius: 50% !important;
  border-radius: 5px;
  font-weight: 300;
}
.progress-wrap:hover::after {
  opacity: 1;
  content: "\f062";
  border: 0px solid var(--themePrimary);
  font-weight: 300;
}
.progress-wrap::before {
  position: absolute;
  font-family: "fontawesome";
  content: "\f062";
  text-align: center;
  line-height: 46px;
  font-size: 16px;
  opacity: 0;
  background: var(--themePrimary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-weight: 300;
}
.progress-wrap:hover::before {
  opacity: 0;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg {
  color: var(--themePrimary);
  border-radius: 50%;
  background: var(--white);
}
.progress-wrap svg.progress-circle path {
  stroke: var(--themePrimary);
  stroke-width: 0px;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  padding: 2px;
}

.header-top-one {
  height: 35px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  font-size: 13px;
}

.header-top-one .header-top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-one .header-top-inner .left-information-area {
  display: flex;
  align-items: center;
  gap: 60px;
}

.header-top-one .header-top-inner .left-information-area .location-area {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top-one .header-top-inner .left-information-area .location-area i {
  color: var(--white);
}

.header-top-one .header-top-inner .left-information-area .location-area a {
  color: var(--white);
  text-decoration: none;
  outline: none;
}

.header-top-one .header-top-inner .left-information-area .working-time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-top-one .header-top-inner .left-information-area .working-time i {
  color: var(--white);
}

.header-top-one .header-top-inner .left-information-area p {
  margin: 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.header-top-one .header-top-inner .left-information-area .working-time p {
  font-size: 16px;
  font-weight: 400;
}

.social-area-transparent {
  display: flex;
  align-items: center;
}

.social-area-transparent span {
  color: var(--white);
  font-weight: 400;
}

.social-area-transparent a {
  margin-left: 18px;
}

.social-area-transparent a i {
  color: var(--white);
}

.main-header-one-wrapper {
  position: relative;
}

.tmp-btn {
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 5px;
  transition: 0.4s;
}

.tmp-btn.btn-primary {
  background: var(--themePrimary) !important;
  border: none;
  background-color: var(--themePrimary);
  background-image: linear-gradient(315deg, #e42032 0%, #e42032 74%);
  border: none;
  z-index: 1;
  text-transform: uppercase;
  position: relative;
  color: white;
  text-decoration: none;
}

.tmp-btn.btn-primary::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  background-color: #e42032;
  background-image: linear-gradient(315deg, #181818 0%, #1a1a1a 74%);
  box-shadow: -7px -7px 20px 0px rgba(255, 255, 255, 0.6),
    -4px -4px 5px 0px rgba(255, 255, 255, 0.6),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1333333333),
    4px 4px 5px 0px rgba(0, 0, 0, 0.0666666667);
  transition: all 0.3s ease;
  box-shadow: none;
}

.button-borders {
  position: relative;
  width: fit-content;
  height: fit-content;
}

.shape {
  fill: var(--black);
}

.header--sticky {
  transition: 0s;
  top: 0;
  z-index: 100;
  position: relative;
}

.logo-md-sm-device {
  display: none;
}

a {
  transition: var(0.5s);
}

nav ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

nav ul li.has-dropdown {
  margin-right: 16px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

ul li {
  list-style: none;
}

nav ul li a.nav-link {
  color: var(--black);
  font-weight: 700;
  padding: 0 1rem;
}

nav ul li.has-dropdown a.nav-link {
  color: var(--black) !important;
}

nav ul li.has-dropdown a.nav-link::before {
  content: "▼" !important;
  position: absolute !important;
  top: 50%;
  font-family: "Font Awesome 6 Pro" !important;
  right: -3px;
  transform: translateY(-50%);
  transition: 0.3s;
  font-size: 12px;
}

.rolling-text {
  display: inline-block;
  overflow: hidden;
}
.rolling-text .block {
  min-width: max-content;
}

.rolling-text.butn {
  padding: 0 35px;
}

.rolling-text:hover .letter,
.rolling-text.play .letter {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.rolling-text .letter {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.5s cubic-bezier(0.76, 0, 0.24, 1),
    -webkit-transform 0.5s cubic-bezier(0.76, 0, 0.24, 1);
}

.has-dropdown .submenu {
  padding: 0;
  border: none !important;
  overflow: hidden;
}

.header-one .actions-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#side-collups-nav {
  display: none;
}
#side-collups.display {
  position: fixed;
  left: 100%;
  top: 50%;
  height: 80px;
  width: 80px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  transform: translate(-50%, -50%);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.tmp-side-collups-area svg {
  cursor: pointer;
}

.short-contact-area-side-collups .single-contact-information-side {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.short-contact-area-side-collups .single-contact-information-side i {
  height: 45px;
  width: 45px;
  padding: 15px;
  background: var(--themePrimary);
  display: flex;
  align-items: center;
  color: var(--white);
  justify-content: center;
  font-size: 18px;
  border-radius: 5px;
}

.short-contact-area-side-collups
  .single-contact-information-side
  .information
  span {
  display: block;
  color: var(--themePrimary);
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
}

.short-contact-area-side-collups
  .single-contact-information-side
  .information
  a {
  text-decoration: none;
  color: black;
}

.social-icons.solid-social-icons {
  display: flex;
}

.social-icons {
  padding: 0;
  margin: 0;
}

.social-icons li {
  list-style: none;
  margin: 0;
  transition: 0.5s;
}

.social-icons.solid-social-icons li {
  margin-right: 20px;
}

.social-icons li a {
  display: inline-block;
}

.social-icons.rounded-social-icons li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: var(--alwaysBlack);
  text-align: center;
  transform: scale(1);
  transition: 0.5s;
}

.social-icons.rounded-social-icons li a i {
  color: #ffffff;
}

#overlay_every-where {
  background: #0e1013;
  position: fixed;
  width: 100vw;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  pointer-events: none;
  z-index: 50;
}

#overlay_every-where.bgshow {
  background: #0e1013;
  opacity: 70%;
  visibility: visible;
  pointer-events: visible;
  z-index: 999;
  top: 0;
}

.tmp-banner-swiper-one-area {
  max-width: 1920px;
  margin: auto;
}

.mySwiper-banner-one {
  position: relative;
  max-height: calc(100vh - 65px);
}

.tmp-banner-swiper-one-area .tmp-banner-area {
  position: relative;
  z-index: 1;
  align-content: end;
}

.tmp-banner-swiper-one-area
  .swiper-slide-active
  .tmp-banner-area
  .shape-image-banner-one
  .one {
  animation: slideInLeft 0.8s linear;
  height: 100%;
}

.tmp-banner-swiper-one-area
  .swiper-slide-active
  .tmp-banner-area
  .shape-image-banner-one
  .two {
  animation: slideInLeft 0.8s linear;
  height: 100%;
}

.tmp-banner-swiper-one-area
  .swiper-slide-active
  .tmp-banner-area
  .shape-image-banner-one
  .three {
  animation: slideInLeft 1s linear;
  height: 100%;
}

.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .one {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  mix-blend-mode: multiply;
  z-index: -1;
}

.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .two {
  position: absolute;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  z-index: -1;
}

.tmp-banner-swiper-one-area .tmp-banner-area .shape-image-banner-one .three {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
}

.banner-one-main-wrapper {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.banner-one-main-wrapper .inner {
  /*background: rgba(0, 0, 0, 0.5);*/
  padding: 20px;
  border-radius: 10px;
  z-index: 999;
}

.tmp-banner-area.bg_image.banner-one-height-control.tmp-section-gap::before {
  background-image: linear-gradient(
    rgba(33, 33, 33, 0.3),
    rgba(33, 33, 33, 0.3)
  );
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}

.banner-one-main-wrapper .inner .button-area-banner-one {
  transition-delay: 2s;
  opacity: 0;
}

.tmp-banner-swiper-one-area
  .swiper-slide-active
  .tmp-banner-area
  .inner
  p.disc {
  animation: fadeInUp2 1.3s linear;
  animation-delay: 1.1s;
  opacity: 1;
}

.banner-one-main-wrapper .inner p.disc {
  color: #ffffff;
  transition-delay: 1.5s;
  opacity: 0;
}

.tmp-banner-swiper-one-area
  .swiper-slide-active
  .tmp-banner-area
  .inner
  .button-area-banner-one {
  animation: fadeInUp2 1.8s linear;
  animation-delay: 1.4s;
  opacity: 1;
  display: flex;
  max-width: max-content;
}

.tmp-banner-swiper-one-area
  .swiper-slide-active
  .tmp-banner-area
  .inner
  .button-area-banner-one {
  animation: fadeInUp2 1.8s linear;
  animation-delay: 1.4s;
  opacity: 1;
  display: flex;
  max-width: max-content;
}

.about-area.about-style-one .about-thumbnails .thumbnail {
  position: relative;
}

.about-area.about-style-one .about-thumbnails .thumbnail img {
  max-width: max-content;
}

.about-area.about-style-one .about-thumbnails .thumbnail .image-two {
  position: absolute;
  right: 0;
  top: 0;
}

.about-area.about-style-one .about-thumbnails .thumbnail .image-three {
  position: absolute;
  right: 0;
  bottom: 80px;
}

.about-area.about-style-one .about-thumbnails .thumbnail .square {
  height: 30px;
  width: 30px;
  background-color: var(--themePrimary);
  position: absolute;
  bottom: 50px;
  right: 190px;
}

.about-area.about-style-one .about-thumbnails .thumbnail .flower {
  position: absolute;
  bottom: -35px;
  right: 75px;
  animation: jump-1 4s linear infinite;
}
.about-style-one .vedio-icone {
  position: absolute;
  top: 50%;
  left: 50%;
}
.about-area {
  position: relative;
}
.about-area::after {
  content: '';
  max-width: 782px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background:
          linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1) 100%),
          url(/imgs/bg-about.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.vedio-icone .video-play-button {
  position: relative;
  z-index: 2;
  box-sizing: content-box;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}
.vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -32%;
  top: -31%;
  display: block;
  width: 130px;
  height: 130px;
  background: rgba(117, 39, 8, 0.3);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  animation: waves 3s ease-in-out infinite;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
  }
}
.about-style-one .vedio-icone .video-play-button::after {
  background: var(--themeSecondary);
  border: 2px solid #fff;
  border-color: var(--themeSecondary);
}
.about-style-one .vedio-icone .video-play-button span {
  border-left: 15px solid #fff;
}
.vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 15px solid var(--themeSecondary);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}
.vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border: 2px solid #fff;
  transition: all 200ms;
  border-radius: 50%;
}
.vedio-icone .video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9215686275);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}
.vedio-icone .video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.section-head.section-head-one-side {
  padding-bottom: 22px;
}

.section-head.text-align-left {
  text-align: left;
}

.section-head .section-sub-title img {
  margin-right: 8px;
}

.section-head .section-sub-title span.subtitle {
  font-family: var(--font-secondary);
}

.section-head .subtitle {
  font-weight: 700;
}

.section-head.section-head-one-side {
  padding-bottom: 22px;
}

.about-area.about-style-one .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}

.services-style--1 {
  max-width: 1920px;
  margin: auto;
}

.tmp-section-gap {
  padding: 2rem 0;
}

.section-head {
  text-align: center;
  padding-bottom: 60px;
}

.section-head .section-sub-title.center-title {
  justify-content: center;
}

.section-head .section-sub-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--secondaryLight);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: var(--font-secondary);
  display: flex;
  align-items: center;
  gap: 7px;
}

.section-head .section-sub-title img {
  margin-right: 8px;
}

.single-services .services-inner.with-shadow {
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.05);
}

.single-services .services-inner {
  position: relative;
  overflow: hidden;
  padding: 0 38px;
  border-radius: 10px;
}

.single-services.service-style-one .services-inner {
  padding: 30px 30px;
}

.services-content {
  margin-top: 30px;
}

.single-services .services-inner a .title {
  transition: 0.3s;
  color: var(--black);
  font-size: 20px;
  line-height: 15px;
}

.single-services .services-inner a .title {
  transition: 0.3s;
  color: var(--black);
  font-size: 20px;
  line-height: 15px;
}

.icon.angle-roted {
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid var(--black);
  text-align: center;
  border-radius: 50%;
}

.icon.angle-roted i {
  transform: rotate(318deg);
}

.single-services.service-style-one
  .services-inner
  .services-content
  .angle-roted:hover {
  background: var(--themePrimary);
  border: 1px solid transparent;
  color: var(--white);
  transform: scale(1.2) translateY(-5px);
}

.single-services.service-style-one
  .services-inner
  .services-content
  .angle-roted {
  transition: 0.3s;
}

.single-services .services-inner .number {
  position: absolute;
  right: 40px;
  bottom: -35px;
}

.services-bottom {
  margin-top: 40px;
}

.services-bottom .services-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.services-bottom .services-bottom-inner .description {
  font-size: 16px;
  margin: 0;
}

.services-bottom .services-bottom-inner .description button {
  display: inline-block;
  max-width: max-content;
}

.services-bottom .services-bottom-inner .description button.btn-simple {
  color: var(--themePrimary);
  font-weight: 700;
  border: none;
  background: transparent;
}

.single-services .services-inner .thumbnail.thumbnail-rounded {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.single-services .services-inner .thumbnail.thumbnail-rounded.border-top-left {
  transition: 0.5s;
  position: relative;
  padding: 12px;
  cursor: pointer;
}

.hover-animation::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(228, 32, 52, 0.1254901961);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.hover-animation:hover::before {
  -webkit-animation: circle 0.75s;
  animation: circle 0.95s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

@keyframes circle {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  40% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}

.thumbnail.thumbnail-rounded.border-top-left.hover-animation a {
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

.single-services .services-inner .thumbnail.thumbnail-rounded img {
  display: inline-block;
  width: 100vw;
  border-radius: 100%;
  padding: 10px;
  padding-bottom: 0;
  overflow: hidden;
  transition: 0.5s;
}

.thumbnail.thumbnail-rounded.border-top-left.hover-animation a img {
  padding: 0;
  /* co the sua doi */
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.single-services .services-inner .thumbnail.thumbnail-rounded .number-bg-round {
  position: absolute;
  bottom: -52px;
  left: 50%;
  height: 120px;
  width: 120px;
  line-height: 120px;
  background-color: var(--themePrimary);
  border-radius: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-services
  .services-inner
  .thumbnail.thumbnail-rounded
  .number-bg-round
  span {
  font-size: 30px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 28px;
}

.single-services
  .services-inner
  .thumbnail.thumbnail-rounded.border-top-left::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  border-radius: 50%;
  border: 2.52px dashed #c5c5c5;
  top: 0;
  left: 0;
  transition: 0.3s;
  animation: rotateIn-2 50s linear infinite;
  z-index: -1;
}

.single-services
  .services-inner
  .thumbnail.thumbnail-rounded:hover.border-top-left::after {
  border-color: var(--themePrimary);
}
.single-services .services-inner .thumbnail.thumbnail-rounded:hover img {
  transform: scale(1.1);
}
.single-services
  .services-inner:hover
  .thumbnail.thumbnail-rounded.border-top-left {
  border-color: var(--themePrimary);
  animation-name: rotateme;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-name: rotateme;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

.services-content {
  margin-top: 30px;
}

.services-content.services-content-style-1 .title {
  font-size: 27px;
  font-weight: 800;
  margin-bottom: 0;
  text-transform: uppercase;
  text-wrap: wrap;
  width: 320px;
}

.services-content.services-content-style-1 .description {
  font-size: 16px;
  line-height: 1.75;
  color: var(--neutralPrimaryAlt);
  font-weight: 400;
  margin-top: 10px;
}

.tmp-section-gapTop {
  padding-top: 120px;
}

.section-head.color-white {
  text-align: center;
  padding-bottom: 60px;
}

.section-head.color-white .title {
  color: var(--themeTertiary);
  font-size: 36px;
  line-height: 45px;
}

.container-full {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

.project-swiper-area-one {
  max-width: 1920px;
  margin: auto;
}

.single-project-start {
  overflow: hidden;
  display: block;
  position: relative !important;
  max-width: max-content;
  min-width: 100vw;
}

.product-swiper-area-one {
  max-width: 1920px;
  margin: auto;
}

.project-swiper-area-one .swiper-wrapper .swiper-slide .single-project-start {
  position: relative;
  z-index: 2;
  display: block;
}

.single-project-start .inner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--white);
  padding: 30px;
  width: 83%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
}

.mySwiper-project-1 .swiper-slide .inner-content {
  opacity: 0;
  bottom: -20px;
  transition: 0.3s;
}

.project-swiper-area-one
  .swiper-wrapper
  .swiper-slide
  .single-project-start
  .inner-content {
  z-index: 5;
}

.mySwiper-project-1 .single-project-start::after {
  transition: 0.3s !important;
}

.project-swiper-area-one
  .swiper-wrapper
  .swiper-slide
  .single-project-start::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  background: rgba(228, 32, 52, 0.6941176471);
  opacity: 0;
  z-index: 1;
  border: 8px solid #e42032;
  pointer-events: none;
}

.single-project-start .thumbnail img {
  display: block;
  min-width: 100vw;
  object-fit: cover;
  height: 500px;
}

.project-swiper-area-one .swiper-wrapper {
  display: flex;
  padding-bottom: 50px;
}

.mySwiper-project-1 .swiper-pagination {
  left: 50%;
  display: flex;
  gap: 0;
  transform: translateX(-50%);
  justify-content: center;
}

.mySwiper-project-1 .swiper-pagination .swiper-pagination-bullet {
  background: var(--themePrimary);
}

.slider_projects {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.slider_projects .item {
  margin: 0 12px;
}
.slider_projects .item .wrapper {
  padding: 0 0 125%;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.slider_projects .item .wrapper > a {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.slider_projects .item:not(.slick-active) {
  pointer-events: none;
}
.slider_projects .item:not(.slick-active) .wrapper {
  padding: 0 0 85%;
}
.slider_projects .item .wrapper .meta_info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 40px;
  color: #ffffff;
}
.slider_projects .item .wrapper .meta_info table {
  color: #ffffff;
}
.slider_projects .item .wrapper .meta_info table tr td {
  border: 0;
}
.slider_projects .item .wrapper .meta_info table tr td:first-child {
  padding-left: 0;
  white-space: nowrap;
}
.slider_projects .item .wrapper .meta_info table tr td:last-child {
  width: 100vw;
}
.slider_projects .item .wrapper .meta_info .detail_info {
  max-height: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.slider_projects .item:hover .wrapper .meta_info .detail_info {
  max-height: 300px;
}
.slider_projects .item .wrapper figure {
  margin-bottom: 0;
}
.slider_projects .item .wrapper figure:after {
  content: "";
  opacity: 1;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.6))
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  pointer-events: none;
}
.slider_projects .item .wrapper figure img {
  position: absolute;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider_projects .item:hover .wrapper figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.slider_projects .left_nav {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
}

.slider_projects .right_nav {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 50px;
}
.slider_projects .slick-dots li {
  width: 10px;
  height: 10px;
}

.slider_projects .slick-dots li button {
  width: 10px;
  height: 10px;
}

.slider_projects .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--themePrimary);
  border-radius: 50%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slider_projects .slick-dots li {
  width: 10px;
  height: 10px;
}

.slider_projects .slick-dots li button {
  width: 10px;
  height: 10px;
}

.slider_projects .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--themePrimary);
  border-radius: 50%;
}

body a.read_more {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  background: var(--themePrimary);
  color: white;
  letter-spacing: 2px;
  transition: all 0.5s ease;
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 5px;
}
body a.read_more:hover {
  letter-spacing: 3px;
}

.single-team {
  position: relative;
  width: 100vw;
}

.single-team .thumbnail {
  display: inline-block;
  width: 100vw;
}

.single-team .thumbnail img {
  width: 100vw;
  display: inline-block;
}

.single-team .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  width: 100vw;
}

.single-team .content .team-name {
  height: 60px;
  clip-path: polygon(0% -1%, 81% -14%, 106% 181%, 0% 100%);
  padding: 0 15px;
}

.single-team .content .team-name.content-with-bg {
  background-color: #ffffff;
  width: 225px;
}

.single-team .content .team-name .name-area .name {
  transition: 0.3s;
}

.single-team .content .team-name .name {
  margin-bottom: 0;
}
.single-team .content .name {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
  line-height: 40px;
}

.single-team .content .team-name .designation {
  margin-top: -5px;
}

.single-team .content .designation {
  color: var(--neutralPrimaryAlt);
  font-size: 16px;
  font-weight: 400;
}

.share-icon-style-one {
  width: 60px;
  height: 60px;
  background: var(--themePrimary);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.share-icon-style-one:hover .social-icons.social-icons-with-bg {
  transform: scale(1);
  opacity: 1;
}
.social-icons.social-icons-with-bg {
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 100%;
  transition: 0.5s;
  transform: scale(1, 0);
  transform-origin: bottom left;
}
.social-icons {
  padding: 0;
  margin: 0;
}

.social-icons li {
  list-style: none;
  margin: 0;
  transition: 0.5s;
}

.social-icons.social-icons-with-bg li a {
  width: 60px;
  height: 60px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share-icon-style-one:hover {
  background: var(--themePrimary);
}

.share-icon-style-one i {
  transition: 0.3s;
  color: var(--white);
}

.social-icons.social-icons-with-bg li a i {
  color: var(--black);
  transition: 0.5s;
}

.contact-area-three {
  position: relative;
  z-index: 1;
}

.contact-area-three .bg-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.contact-inner .section-head {
  padding-bottom: 0;
}

.contact-inner .ft-link.ft-link-style-three li {
  margin: 0;
  border-bottom: 1px solid #e7e7e7;
}

.contact-inner .ft-link.ft-link-style-three li .single-contact {
  margin-bottom: 0;
  padding: 30px 0;
}

.contact-inner .contact-us-title {
  font-size: var(--font-size-h3)!important;
}

.ft-link li {
  list-style: none;
  color: #ffffff;
}

.ft-link li .single-contact.background-transparent {
  background-color: transparent;
}

.ft-link li .single-contact {
  background-color: var(--black);
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  padding: 10px;
}

.ft-link li a:hover {
  text-decoration: underline;
  color: var(--alwaysWhite);
}

.index-one
  .contact-inner
  .ft-link.ft-link-style-three
  li
  .single-contact
  .icon {
  background: var(--themePrimary);
}

.ft-link li .single-contact .icon i {
  font-size: 30px;
  color: #ffffff;
}

.ft-link li .single-contact .icon {
  margin-right: 15px;
  padding: 12px 15px;
  border-radius: 5px;
  background-color: var(--themePrimary);
}

.ft-link li .single-contact.background-transparent .content span {
  color: var(--black);
}

.contact-inner
  .ft-link.ft-link-style-three
  li
  .single-contact
  .content
  .contact-here {
  transition: 0.5s;
}

.ft-link li .single-contact .content span {
  display: block;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.ft-link li .single-contact.background-transparent .content .contact-here {
  color: var(--neutralPrimaryAlt);
}

.ft-link li .single-contact .content a {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 26px;
}

.ft-link li a::after {
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  bottom: -2px;
  background: var(--themePrimary);
  content: "";
  transition: 0.3s;
}

.ft-link li a {
  position: relative;
  max-width: max-content;
}

.contact-inner .tmp-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.tmp-tag-list.tag-list-one .tag-list {
  border: 1px solid #efefef;
  border-radius: 8px;
  transition: 0.5s;
  line-height: 24px;
  padding: 5px 8px;
}

.tmp-tag-list.tag-list-one .tag-list:hover {
  color: #ffffff;
  background: #1273eb;
  border: 1px solid #ffffff;
}

.section-head .description {
  margin-top: 10px;
}

p.description {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: var(--neutralPrimaryAlt);
}

.contact-form.style-two {
  background-color: transparent;
  padding: 0;
}

.contact-form.style-two .contact-form-wrapper {
  margin-top: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group textarea {
  min-height: 160px;
  border-radius: 4px;
  resize: none;
  padding: 15px;
  font-size: 18px;
  transition: 0.5s;
  background-color: var(--alwaysWhite);
  border: 1px solid transparent;
  width: 100%;
}

.form-group input {
  border-radius: 5px;
  height: 60px;
  font-size: 16px;
  transition: 0.5s;
  padding: 0 20px;
  background-color: #eff0f6;
  border: 1px solid transparent;
  outline: none;
  width: 100%;
}

.contact-form .contact-form-wrapper .form-group .input-field {
  background-color: #eff0f6;
  box-shadow: none !important;
  border: 1px solid transparent;
}

.contact-form.style-two .contact-form-wrapper .form-group .input-field {
  background-color: #eff0f6;
  box-shadow: none !important;
  border: none !important;
  outline: none;
}

.contact-form.style-two .contact-form-wrapper .form-submit-group {
  display: block;
  margin-top: 10px;
}

.contact-form.style-two .contact-form-wrapper .form-submit-group .tmp-btn {
  display: block;
  width: 100%;
  border: none;
}

.tmp-btn.btn-primary:hover {
  background: black;
}

.tmp-btn.btn-primary:hover::after {
  top: 0;
  height: 100%;
}

.single-news .news-inner {
  border-radius: 8px;
  background: var(--white);
}

.single-news .news-inner .thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}

.single-news .news-inner .thumbnail a img {
  width: 100%;
  height: 100%;
  max-height: 18.75rem;
  transition: 0.5s;
  min-height: 240px;
  object-fit: cover;
  object-position: center center;
}

.single-news .news-inner .thumbnail a:hover img {
  transform: scale(1.1);
}

.single-news .news-inner .thumbnail .pmt-news-meta {
  position: absolute;
  bottom: 10px;
  left: 0.875rem;
}

.single-news .news-inner .thumbnail .pmt-news-meta .all-meta {
  display: flex;
  padding: 0;
  margin: 0;
}

.single-news .news-inner .thumbnail .pmt-news-meta .all-meta li {
  list-style: none;
  font-size: 16px;
  line-height: 35px;
  background-color: var(--white);
  font-weight: 500;
  margin: 0;
}

.single-news .news-inner .thumbnail .pmt-news-meta .all-meta li.date {
  background-color: var(--themePrimary);
  color: #ffffff;
  border-radius: 8px 0 0 8px;
  padding: 10px;
}

.single-news .news-inner .thumbnail .pmt-news-meta .all-meta li.month {
  border-radius: 0 8px 8px 0;
  padding: 10px;
  color: var(--black);
}

.single-news .news-inner .news-content {
  padding: 15px;
  min-height: 298px;
}

.single-news .news-inner .news-content .news-body .title-area {
  margin-bottom: 12px;
  display: block;
}

.single-news .news-inner .news-content .news-body .description {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 14px;
}

.single-news .news-inner .news-content .news-body .title:hover {
  background-size: 100% 1px;
}

.partner_slider .slick-dots li {
  width: 10px;
  height: 10px;
}

.partner_slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--themePrimary);
  border-radius: 50%;
}

.partner_slider .item img {
  height: 128px;
  width: auto;
  margin: 0 auto;
}

.footer-main.footer-style-one {
  margin-top: 75px;
}

.border-right {
  border-right: 1px solid rgba(106, 104, 104, 0.2039215686);
}

.footer-main.footer-style-one .single-footer-wrapper .logo {
  margin-bottom: 30px;
}

.footer-main.footer-style-one .single-footer-wrapper .description {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 23px;
  max-width: 340px;
}

.footer-main.footer-style-one .single-footer-wrapper .day-time {
  display: flex;
  align-items: center;
  color: #ffffff;
  margin-bottom: 25px;
}

.footer-main.footer-style-one .single-footer-wrapper .day-time .icon {
  margin-right: 20px;
}

.footer-main.footer-style-one .single-footer-wrapper .day-time .icon i {
  font-size: 44px;
}

.single-footer-wrapper .ft-title {
  color: #ffffff;
  margin-bottom: 30px;
}

.ft-link li a::after {
  position: absolute;
  left: 0;
  width: 0%;
  height: 1px;
  bottom: -2px;
  background: var(--themePrimary);
  content: "";
  transition: 0.3s;
}

.single-footer-wrapper .ft-title {
  color: #ffffff;
  margin-bottom: 30px;
}

.single-footer-wrapper .single-post {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.single-footer-wrapper .single-post .thumbnail {
  display: block;
}

.single-footer-wrapper .single-post .thumbnail img {
  max-width: 100px;
  border-radius: 5px;
}

.single-footer-wrapper .single-post .content {
  margin-left: 15px;
}

.single-footer-wrapper .single-post .content .date {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-secondary);
  line-height: 19px;
}

.single-footer-wrapper .single-post .content .date i {
  margin-right: 10px;
  color: var(--themePrimary);
}

.single-footer-wrapper .single-post .content a {
  display: block;
  margin-top: 7px;
}

.single-footer-wrapper .single-post .content .title {
  color: #ffffff;
  font-weight: 700;
  font-family: var(--font-secondary);
  line-height: 26px;
}

.single-footer-wrapper .single-post .content a .title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
  transition: 0.3s;
}

.pl-50 {
  padding-left: 50px;
}

.copyright-area-one {
  padding: 10px 0;
  background: var(--alwaysBlack);
}

.copyright-area-one {
  max-width: 1920px;
  margin: auto;
}

.copyright-area-one .main-wrapper {
  text-align: center;
}

.copyright-area-one p {
  margin: 0;
  color: var(--alwaysWhite);
}

.copyright-area-one p a {
  color: var(--themeSecondary);
}

.copyright-area-one .main-wrapper .term a {
  color: var(--alwaysGrey) !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}

.breadcrumb-area::before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  /*background-image: linear-gradient(to right, var(--black), #0612b3);*/
  z-index: -1;
}

.breadcrumb-inner {
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  max-width: 630px;
  margin: 0 auto;
  padding: 40px 0;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  --webkit-backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0);
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}

.breadcrumb-inner .title {
  color: #ffffff;
  margin-bottom: 5px;
  font-size: 40px;
}

.breadcrumb-inner .page-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-inner .page-list li {
  color: #ffffff;
}

.breadcrumb-inner .page-list li.icon {
  padding: 0 10px;
}

.circle-1 {
  height: 100px;
  width: 100px;
  position: absolute;
  border-radius: 100%;
  top: -17px;
  left: -14px;
  background: rgba(228, 32, 65, 0.6705882353);
  filter: blur(40px);
}

.header-four.header--sticky.sticky {
  background: white;
  display: block;
  transform: none;
  left: 0;
  transform: none;
  backdrop-filter: blur(10px);
  background-blend-mode: multiply;
}

.header-four.header--sticky.sticky nav ul li a.nav-link {
  color: black !important;
}

.testimonial-with-brand {
  background-image: url(/imgs/bg-01.jpg);
}

.testimonials-button-area {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.rating.rating-style-three {
  justify-content: flex-start;
  margin-bottom: 0;
}

.rating .stars-group .star i {
  color: red;
  font-size: 13px;
}

.rating.rating-style-three .stars-group .star i {
  color: var(--themePrimary);
  font-size: 13px;
  transition: 0.3s;
}

.icon.icon-quote {
  height: 2.5rem;
  width: 2.5rem;
  background-color: var(--themeSecondary);
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  left: 6.4625rem;
  border: 2px solid var(--alwaysWhite);
}

.icon.icon-quote i {
  display: inline-block;
  color: var(--alwaysWhite);
  font-size: 20px;
}

.testimonials-button-area .button-next-prev .swiper-button-prev {
  right: 65px;
  left: auto;
}

.testimonials-button-area .button-next-prev .swiper-button-next {
  right: 0;
  left: auto;
}

.testimonials-button-area .button-next-prev .swiper-button-prev::after,
.testimonials-button-area .button-next-prev .swiper-button-next::after {
  font-size: 16px;
  transition: 0.3s;
}

.testimonials-button-area .button-next-prev .swiper-button-prev,
.testimonials-button-area .button-next-prev .swiper-button-next {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 1px solid var(--themePrimary);
  background: transparent;
  color: var(--themePrimary);
  transition: 0.3s;
}

.swiper-container-style-two {
  height: 100%;
  position: relative;
}

.swiper-container-style-two {
  overflow: hidden;
}

.tmp-section-gapBottom {
  padding-bottom: 120px;
}

.about-ebrochure .img_shadow {
  position: relative;
}

.about-ebrochure .img_shadow img {
  position: relative;
}

.about-ebrochure .img_shadow:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  background: rgba(15, 20, 91, 0.6);
  filter: blur(30px);
  top: 3%;
  right: 0;
}

.about-ebrochure .btn-brochure {
  background: var(--themePrimary);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 3px;
  min-width: 180px;
  padding: 12px 30px 12px 20px;
  position: relative;
}

.about-ebrochure .btn-brochure:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../imgs/plus.png) no-repeat center center / contain;
  right: 10px;
  top: calc(50% - 8px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-ebrochure .btn-brochure:hover:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about-organizational #gallery-organizational img {
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.about-organizational .btn-download {
  background: var(--themePrimary);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 3px;
  min-width: 180px;
  padding: 12px 30px 12px 20px;
  position: relative;
}

.about-organizational .btn-download:before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../imgs/download.png) no-repeat center center / contain;
  right: 10px;
  top: calc(50% - 8px);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-organizational .btn-download:hover:before {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
}

.about-lc .item_cert {
  margin-bottom: 2rem;
}

.about-lc .item_cert img {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.about-cp .partner_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
  background: var(--alwaysWhite);
  padding: 0.9375rem;
  border-radius: 0.9375rem;
  border: 0.0625rem solid var(--alwaysBlack);
}

.about-cp .partner_list .partner_item {
  flex: 1 0 20%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 1rem;

  text-align: center;

  @media (max-width: 520px) {
    flex: 1 0 33.33% !important;
  }

  @media (max-width: 400px) {
    flex: 1 0 50% !important;
  }
}

.about-cp .partner_list .partner_item img {
  height: 128px;
  width: auto;
  margin: 0 auto;
}

.about-cp .partner_list .partner_item:hover {
  box-shadow: 0 0 15px 0 rgba(15, 20, 91, 0.1);
}

.filter_projects {
  background: var(--alwaysBlack);
  color: #ffffff;
}

.filter_projects ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  column-gap: 1.5rem;
  justify-content: center;
}

.filter_projects ul li.active a {
  color: var(--themeSecondary);
}

.filter_projects .filter {
  padding-right: 1.5rem;
}

.filter_projects a {
  color: var(--alwaysWhite);
}

.filter_projects a:hover {
  text-decoration: underline;
}

.filter_advance {
  background: var(--neutralTertiaryAlt);
  display: none;
}

.filter_advance ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  gap: 20px;
}

.filter_advance ul li label {
  cursor: pointer;
}

.filter_advance .btn-reset,
.filter_advance .btn-submit {
  cursor: pointer;
  background: var(--alwaysBlack);
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 3px;
  padding: 10px 25px;
}

.flex-project-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.filter-area-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5rem;
}

/* Project thumbnails fixed */
.project-card {
  width: calc(100% - 7.5rem);
  height: 20rem;
  background: var(--themePrimary);
  transition: all 0.4s;
  border-radius: 0.6rem;
  box-shadow: 0px 0px 10px 5px var(--black);
  margin-top: 2.5rem;
}

.project-card:hover {
  border-radius: 15px;
  cursor: pointer;
  transform: scale(1.2);
  box-shadow: 0px 0px 10px 5px var(--black);

  /* gradient */

  background: hsla(214, 86%, 34%, 1);
  background: linear-gradient(
    40deg,
    hsla(214, 86%, 34%, 1) 39%,
    hsla(3, 79%, 48%, 1) 100%
  );
  background: -moz-linear-gradient(
    40deg,
    hsla(214, 86%, 34%, 1) 39%,
    hsla(3, 79%, 48%, 1) 100%
  );
  background: -webkit-linear-gradient(
    40deg,
    hsla(214, 86%, 34%, 1) 39%,
    hsla(3, 79%, 48%, 1) 100%
  );

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0C4DA2", endColorstr="#DA251A", GradientType=1 );
}

.project-card .first-content {
  height: 100%;
  width: 100%;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  border-radius: 0.9rem;
}

.project-card:hover .first-content {
  height: 0px;
  opacity: 0;
}

.project-card .second-content {
  height: 0%;
  width: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  border-radius: 0.9rem;
  transition: all 0.4s;
  font-size: 0px;
  transform: rotate(90deg) scale(-1);
  padding: 1.875rem;
}

.project-card:hover .second-content {
  opacity: 1;
  height: 100%;
  font-size: 1.8rem;
  transform: rotate(0deg);
}

.info{
  color: var(--alwaysWhite) !important;
}

.project-list-picture {
  width: 100%;
  height: 100%;
}

.project-list-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0.9rem;
}

.first-content picture {
  width: 100%;
  height: 100%;
}

.second-content .info:hover{
    color: var(--alwaysWhite);
}

.add-line {
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255,255,255,0.05), rgba(255,255,255,0.2), rgba(255,255,255,0.05));
  height: 1px; /* white with low opacity */
  margin: 1rem 0; /* optional spacing */
}

/* What we do */

.whatwedo_page .general {
  background: #e9e9e9;
}

.whatwedo_page .general .content {
  padding: 3rem;
}

.whatwedo_page .general .content h3 {
  margin-bottom: 1rem;
  color: var(--themePrimary);
}

.whatwedo_page .general .content ul {
  margin-top: 1rem;
  padding-left: 16px;
}

.whatwedo_page .general .content ul li {
  list-style: square;
  font-weight: bold;
  color: var(--alwaysBlack);
}

.whatwedo_page .general .content p {
  margin-bottom: 0.25rem;
}

.whatwedo_page .general .content .aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.obl-area {
  position: relative;
}

.obl-area .obl-card {
  width: 300px;
  height: calc(300px / 1.5);
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 36px;
  perspective: 2500px;
  /*margin: 0 50px;*/
}

.obl-area .obl-card .wrapper p {
  font-size: 25px;
  font-weight: bolder;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
}

.obl-area .cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.obl-area .wrapper {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 500px;
}

.obl-area .obl-card:hover .wrapper,
.obl-area .obl-card.mobile-class .wrapper{
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}

.obl-area .wrapper::before,
.obl-area .wrapper::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}
.obl-area .wrapper::before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(
    to top,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}
.obl-area .wrapper::after {
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(
    to bottom,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}

.obl-area .obl-card:hover .wrapper::before,
.obl-area .obl-card.mobile-class .wrapper::before,
.obl-area .wrapper::after {
  opacity: 1;
}

.obl-area .obl-card:hover .wrapper::after,
.obl-area .obl-card.mobile-class .wrapper::after{
  height: 120px;
}
.obl-area .obl-card-title {
  position: absolute;
  left: 0;
  bottom: 5%;
  width: 100%;
  transition: transform 0.5s;
}
.obl-area .obl-card:hover .obl-card-title,
.obl-area .obl-card.mobile-class .obl-card-title{
  transform: translate3d(0%, -50px, 100px);
}

.obl-area .character {
  width: 100%;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: -1;
}

.obl-area .obl-card:hover .character,
.obl-area .obl-card.mobile-class .character{
  opacity: 1;
  transform: translate3d(0%, -30%, 100px);
}

.olcards,
.olcards * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.olcards {
  list-style: none;
  counter-reset: cardCount;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  --cardsGap: 1rem;
  gap: var(--cardsGap);
  padding-bottom: var(--cardsGap);
}
.olcards li {
  counter-increment: cardCount;
  display: flex;
  color: white;
  --labelOffset: 1rem;
  --arrowClipSize: 1.5rem;
  margin-top: var(--labelOffset);
}

.olcards li::before {
  content: counter(cardCount, decimal-leading-zero);
  background: white;
  color: var(--cardColor);
  font-size: 2em;
  font-weight: 700;
  transform: translateY(calc(-1 * var(--labelOffset)));
  margin-right: calc(-1 * var(--labelOffset));
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.5em;
}

.olcards li .content {
  background-color: var(--cardColor);
  --inlinePadding: 1em;
  --boxPadding: 0.5em;
  display: flex;
  align-items: center;
  padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize))
    var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
  grid-template-areas:
    "icon title"
    "icon text";
  gap: 0.25em 1em;
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrowClipSize)) 0,
    100% 50%,
    calc(100% - var(--arrowClipSize)) 100%,
    calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
    0 calc(100% + var(--cardsGap))
  );
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 3rem;
}
.olcards li .content:hover {
  background: var(--themeSecondary);
  text-decoration: underline;
}
.olcards li .content::before {
  content: "";
  position: absolute;
  width: var(--labelOffset);
  height: var(--labelOffset);
  background: var(--cardColor);
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  filter: brightness(0.75);
}
.olcards li .content::after {
  content: "";
  position: absolute;
  height: var(--cardsGap);
  width: var(--cardsGap);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
  left: 0;
  top: 100%;
}
.olcards li .icon {
  grid-area: icon;
  align-self: center;
  font-size: 2em;
}
.olcards li .content .title {
  grid-area: title;
  font-size: 1.25em;
  /* font-weight: 700; */
}
.olcards li .content .text {
  grid-area: text;
}

.construction-gallery .item_post {
  margin-bottom: 1rem;
}

.construction-gallery .item_post figure {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.construction-gallery .item_post figure img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.construction-gallery .item_post:hover figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.news-area .menu-news ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.news-area .menu-news ul li a {
  color: var(--neutralSecondary);
}

.news-area .menu-news ul li.current-menu-item a {
  color: var(--themePrimary);
}

.news-area .menu-news ul li:not(:last-child) {
  margin-right: 30px;
}

.news-area .menu-news {
  margin-bottom: 3rem;
  border-bottom: 1px solid var(--alwaysGrey);
}

.single-news .news-inner .news-content .news-head {
  line-height: 36px;
  font-weight: 400;
}

.single-news .news-inner .news-content .news-head .name {
  padding-right: 10px;
  position: relative;
  font-weight: 400;
}

.single-news .news-inner .news-content .news-head .name::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: var(--neutralPrimaryAlt);
  bottom: 0;
  right: -3px;
  transform: rotate(28deg);
}

.single-news .news-inner .news-content .news-head .designation {
  font-weight: 400;
  padding-left: 10px;
}

.news-area .post-sidebar .meta-post .date-post .all-meta {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.news-area .post-sidebar .meta-post .date-post .all-meta li {
  list-style: none;
  font-size: 16px;
  line-height: 35px;
  background-color: var(--white);
  font-weight: 500;
  margin: 0;
}

.news-area .post-sidebar .meta-post .date-post .all-meta li.date {
  background-color: var(--themePrimary);
  color: var(--alwaysWhite);
  border-radius: 8px 8px 0 0;
  padding: 5px;
  text-align: center;
  border: 0.0625rem solid var(--black);
}

.news-area .post-sidebar .meta-post .date-post .all-meta li {
  list-style: none;
  font-size: 16px;
  line-height: 35px;
  background-color: var(--white);
  font-weight: 500;
  margin: 0;
}

.news-area .post-sidebar .meta-post .date-post .all-meta li.month {
  border-radius: 0 0 8px 8px;
  padding: 5px;
  color: var(--black);
  border-left: 1px solid var(--alwaysGrey);
  border-right: 1px solid var(--alwaysGrey);
  border-bottom: 1px solid var(--alwaysGrey);
}

.news-area .post-sidebar .item-post-sb .meta-post {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  min-width: 290px;
}

.news-area .post-sidebar .item-post-sb {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--alwaysGrey);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.news-area .other-post h3 {
  color: var(--themePrimary);
}

.tmp-pagination-area-next-pev {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.tmp-pagination-area-next-pev button {
  height: 50px;
  min-width: 50px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  display: block;
  transition: 0.3s;
  color: #202942;
}

.tmp-pagination-area-next-pev button:hover,
.tmp-pagination-area-next-pev button.active {
  background: var(--themePrimary);
  color: var(--white);
}

.news-details-left-area .thumbnail-top img {
  width: 100%;
  object-fit: cover;
}

.news-details-left-area .news-details-description {
  padding: 30px 0;
}

.news-details-left-area .news-details-description .category-area {
  margin-bottom: 18px;
  color: var(--black);
  font-weight: 500;
}

.news-details-left-area .news-details-description h3.title {
  font-size: 36px;
  line-height: 45px;
}

.news-details-left-area .news-details-description h3.title {
  font-size: 36px;
  line-height: 45px;
}

.news-details-left-area .quote-area-news-details {
  background: var(--black);
  padding: 60px 50px;
  display: block;
  z-index: 1;
  position: relative;
}

.news-details-left-area .quote-area-news-details i {
  font-size: 120px;
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 5%;
  opacity: 0.3;
}

.news-details-left-area .quote-area-news-details p.disc {
  font-size: 24px;
  line-height: 40px;
  color: var(--white);
  font-weight: 400;
  margin-bottom: 25px;
}

.news-details-left-area .quote-area-news-details .author {
  position: relative;
  padding-left: 60px;
  display: block;
  color: var(--themePrimary);
}

.short-feature-news-details {
  margin-bottom: 25px;
}

.short-feature-news-details .single-feature {
  position: relative;
  padding-left: 20px;
  margin: 7px 0;
}

.short-feature-news-details .single-feature::after {
  position: absolute;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  content: "";
  background: var(--neutralPrimaryAlt);
  left: 0;
  top: 40%;
}

.side-bar-details-page .single-side-bar {
  padding: 40px;
  background: var(--white);
  box-shadow: 0px 0px 36px 0px rgba(0, 0, 0, 0.0901960784);
  border-radius: 2px;
  margin-bottom: 50px;
}

.side-bar-details-page .single-side-bar .header .title {
  position: relative;
}

.side-bar-details-page .single-side-bar .header .title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -20px;
  background-image: linear-gradient(
    to bottom right,
    var(--themePrimary) 25%,
    #dedede 25%
  );
}

.side-bar-details-page .single-side-bar.category-area .body {
  margin-top: 50px;
}

.side-bar-details-page .single-side-bar.category-area .body .single-category {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: rgba(222, 222, 222, 0.3411764706);
  border: 1px solid #dedede;
  transition: 0.3s;
}

.side-bar-details-page .single-side-bar.category-area .body .single-category p {
  margin: 0;
  transition: 0.3s;
}

.side-bar-details-page .single-side-bar.category-area .body .single-category i {
  transition: 0.3s;
}

.single-news-recent-post-sidebar {
  margin-bottom: 20px;
}

.single-news-recent-post-sidebar a {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-news-recent-post-sidebar a img {
  transition: 0.3s;
  width: 100%;
  object-fit: cover;
}

.single-news-recent-post-sidebar a .inner {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.single-news-recent-post-sidebar a .inner .overlay {
  background: rgba(0, 0, 0, 0.6);
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
}

.single-news-recent-post-sidebar a .inner span {
  padding: 10px 22px;
  border-radius: 5px;
  background: var(--themePrimary);
  color: var(--white);
  font-size: 14px;
}

.single-news-recent-post-sidebar a .inner .title {
  margin-top: 15px;
  line-height: 27px;
  margin-bottom: 0;
  color: var(--white);
  transition: 0.3s;
}

.shareholder-area .title {
  padding: 10px 0;
}

.shareholder-area .divine {
  width: 100vw;
  border-bottom: 1px solid var(--alwaysBlack);
}

.shareholder-area ul {
  position: relative;
  /*height: 345px;*/
  overflow-y: auto;
}

.jet-select__control {
  color: var(--black);
  background-color: var(--black);
  border-style: none;
  padding: 0px 0px 0px 0px;
  outline: none;
}

.stock-info-table {
  width: 100vw;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin: 20px 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.stock-info-table tr {
  transition: background-color 0.2s ease;
}

.stock-info-table tr:nth-child(even) {
  background-color: #f8f9fa;
}

.stock-info-table tr:hover {
  background-color: #f1f3f5;
}

.stock-info-table td {
  padding: 14px 16px;
  vertical-align: top;
  line-height: 1.5;
}

.stock-info-table .info-label {
  width: 30%;
  font-weight: 600;
  color: #495057;
  border-right: 1px solid #e9ecef;
}

.stock-info-table .info-value {
  color: var(--black);
}

.stock-info-table .highlight {
  color: #d6336c;
  font-weight: 600;
}

.stock-info-table .stock-code {
  font-weight: 700;
  color: #1c7ed6;
  font-size: 1.1em;
}

.stock-info-table .exchange {
  font-weight: 600;
  color: #2b8a3e;
}

.stock-info-table .contact {
  font-family: monospace;
  font-size: 1.05em;
}

.stock-info-table .website-link {
  color: #228be6;
  text-decoration: none;
  transition: color 0.2s;
}

.stock-info-table .website-link:hover {
  color: #1971c2;
  text-decoration: underline;
}

.stock-info-table .currency,
.stock-info-table .unit {
  font-size: 0.85em;
  color: #868e96;
  margin-left: 4px;
}

.price-stock-table {
  width: 100vw;
  border-collapse: separate;
  border-spacing: 0;
  font-family: "Avenir Next", "Segoe UI", Roboto, sans-serif;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  overflow: hidden;
  background: white;
}

.price-stock-table td {
  padding: 12px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #f0f2f5;
}

.price-stock-table .main-price {
  background: #f8f9fa;
  text-align: center;
  width: 18%;
  border-right: 1px solid #e9ecef;
}

.price-stock-table .price-label {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 5px;
  font-weight: 500;
}

.price-stock-table .price-value {
  font-size: 28px;
  font-weight: 700;
  margin: 5px 0;
}

.price-stock-table .price-change {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.price-stock-table .change-arrow {
  font-size: 16px;
}

.price-stock-table .metric {
  text-align: center;
  width: 14%;
}

.price-stock-table .metric-title {
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 6px;
  font-weight: 500;
}

.price-stock-table .metric-value {
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
}

.price-stock-table .highlight {
  background-color: #f8f9fa;
}

.price-stock-table .highlight .metric-title {
  font-weight: 600;
}

.price-stock-table .positive {
  color: #28a745;
}

.price-stock-table .negative {
  color: #dc3545;
}

.price-stock-table .volume {
  font-family: "Avenir Next", monospace;
}

.price-stock-table .empty {
  color: #adb5bd;
  font-style: italic;
}

.price-stock-table .metric:hover {
  background-color: #f1f3f5;
  cursor: pointer;
}

.breadcrumb-bg::before {
  background-image: linear-gradient(
    rgba(33, 33, 33, 0.3),
    rgba(33, 33, 33, 0.3)
  );
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
}
#brxe-oubmqr {
  display: flex;
  height: 100%;
  padding-bottom: 2em;
  width: 100vw;

  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
#brxe-twzaik {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#brxe-naxryb {
  text-align: center;
}
.uni-text-outline-white h1 {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-transform: uppercase;
  width: 100%;
  font-size: 12em;
  font-weight: 700;
  color: var(--white);
  text-shadow: 1px 1px 1px #919191, 1px 2px 1px #919191, 1px 3px 1px #919191,
    1px 4px 1px #919191, 1px 5px 1px #919191, 1px 6px 1px #919191,
    1px 7px 1px #919191, 1px 8px 1px #919191, 1px 9px 1px #919191,
    1px 10px 1px #919191, 1px 18px 6px rgba(16, 16, 16, 0.4),
    1px 22px 10px rgba(16, 16, 16, 0.2), 1px 25px 35px rgba(16, 16, 16, 0.2),
    1px 30px 60px rgba(16, 16, 16, 0.4);
}
.uni-text-outline.brxe-text {
  font-weight: 700;
}
.uni-text-outline {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}
#brxe-ygpexj {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: max-content;
}
#brxe-rqhadm {
  color: var(--alwaysWhite);
}
#brxe-flgaqk {
  color: var(--alwaysWhite);
  fill: var(--alwaysWhite);
  font-size: 1em;
  transition: all 0.5s ease-out;
}
#brxe-ygpexj:hover #brxe-flgaqk {
  transform: translateY(0.25em);
}

.careers_page .list_careers .item_career {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--alwaysGrey);
}
.careers_page .career_form {
  background: #e9e9e9;
}
.careers_page .career_form .bg_form {
  position: relative;
  height: 100%;
}
.careers_page .career_form .bg_form img {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  top: 0;
  object-fit: cover;
  z-index: 1;
}
.careers_page .career_form .form_apply {
  padding: 2rem 2rem 2rem 0;
  height: 100%;
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.careers_page .career_form .form_apply h3 {
  position: relative;
  margin-bottom: 2rem;
  color: var(--themePrimary);
}
.careers_page .career_form .form_apply h3 span {
  background: #e9e9e9;
  position: relative;
  padding-right: 1rem;
}
.careers_page .career_form .form_apply label span {
  color: #ff0000;
}
.careers_page .career_form .form_apply .form-control {
  background: transparent;
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  resize: none;
  outline: none;
  box-shadow: none;
}
.careers_page .career_form .form_apply .file_wrapper {
  position: relative;
  height: 35px;
  width: 100%;
  background: var(--alwaysGrey);
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #666666;
  cursor: pointer;
}
.careers_page .career_form .form_apply .file_wrapper .wpcf7-form-control-wrap {
  position: static;
}
.careers_page .career_form .form_apply .file_wrapper input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.careers_page .career_form .form_apply .btn.btn-download {
  height: 35px;
  width: 100vw;
  background: var(--alwaysGrey);
  display: flex;
  align-items: center;
  padding: 0 1rem;
  color: #666666;
  border-radius: 0;
  font-size: 14px;
  gap: 5px;
}
.careers_page .career_form .form_apply [type="submit"] {
  border: 0;
  background: transparent;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--themePrimary);
  text-decoration: underline;
}

.words {
  color: white;
  font-size: 0;
  line-height: 1.5;
  font-weight: 700;
}
.words span {
  font-size: 5rem;
  display: inline-block;
  animation: move 3s ease-in-out infinite;
}
@keyframes move {
  0% {
    transform: translate(-30%, 0);
  }
  50% {
    text-shadow: 0 25px 50px rgba(0, 0, 0, 0.75);
  }
  100% {
    transform: translate(30%, 0);
  }
}
.words span:nth-child(2) {
  animation-delay: 0.5s;
}
.words span:nth-child(3) {
  animation-delay: 1s;
}
.words span:nth-child(4) {
  animation-delay: 1.5s;
}
.words span:nth-child(5) {
  animation-delay: 2s;
}
.words span:nth-child(6) {
  animation-delay: 2.5s;
}
.words span:nth-child(7) {
  animation-delay: 3s;
}

@-webkit-keyframes partner-slider-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes partner-slider-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.partner-area-slider {
  background: var(--alwaysWhite);
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 9rem;
  align-content: center;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100vw;
}
.partner-area-slider::before,
.partner-area-slider::after {
  background: linear-gradient(to right, white 0%, rgba(240, 209, 209, 0) 100%);
  content: "";
  height: 6.25rem;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.partner-area-slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.partner-area-slider::before {
  left: 0;
  top: 0;
}
.partner-area-slider .slide-track {
  -webkit-animation: partner-slider-scroll 40s linear infinite;
  animation: partner-slider-scroll 40s linear infinite;
  display: flex;
  width: calc(15.625rem * 50);
  gap: 1.875rem;
}
.partner-area-slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 250px;
}

.sd-area {
  overflow: hidden;
}
.sd-area .quote {
  z-index: 1;
    background-image: url(/imgs/sustainable-development/bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.25s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding-top: 10rem;
  flex-direction: column;
}
.sd-area .quote:hover {
  background-image: url(/imgs/sustainable-development/bg-hover.webp);
  background-size: cover;
}
.sd-area .quote .quote-content {
  text-align: center;
  padding-right: 1rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  height: 100%;
  align-items: center;
  max-width: 950px;
  align-self: stretch !important;
  width: 100vw;
  justify-content: center;
}

.sd-area .quote .quote-content h2 {
  color: #364250;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}
.sd-area .quote .quote-content h1 {
  color: #1a1a1a;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5em;
  font-style: italic;
}
.sd-area .commit-page {
  font-family: "Raleway", sans-serif;
  background-image: radial-gradient(circle at center, #899dc4, #495d84);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: radial-gradient(ellipse at bottom, #1b2735, #090a0f);
  font-weight: 300;
}
.sd-area .commit-page .all {
  display: flex;
  perspective: 10px;
  transform: perspective(300px) rotateX(20deg);
  will-change: perspective;
  perspective-origin: center center;
  transition: all 1.3s ease-out;
  justify-content: center;
  transform-style: preserve-3d;
}
.sd-area .commit-page .all:hover {
  perspective: 1000px;
  transition: all 1.3s ease-in;
  transform: perspective(10000px) rotateX(0deg);
  .text {
    opacity: 1;
  }
  & > div {
    opacity: 1;
    transition-delay: 0s;
  }
  .explainer {
    opacity: 0;
  }
}

.sd-area .commit-page .left,
.sd-area .commit-page .center,
.sd-area .commit-page .right,
.sd-area .commit-page .lefter,
.sd-area .commit-page .righter {
  width: 500px;
  height: 200px;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 10px;
  border: 1px solid var(--white);
  box-shadow: 0 0 20px 5px rgba(100, 100, 255, 0.4);
  opacity: 0;
  transition: all 0.3s ease;
  transition-delay: 1s;
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  /*background-color: #58d;*/
  cursor: pointer;
  /*background-blend-mode: color-burn;*/

  &:hover {
    box-shadow: 0 0 30px 10px rgba(100, 100, 255, 0.6);
  }
}
.sd-area .commit-page .text {
  /*transform: translateY(30px);*/
  opacity: 0;
  transition: all 0.3s ease;
  bottom: 0;
  left: 0;
  position: absolute;
  will-change: transform;
  color: var(--white);
  text-shadow: 0 0 5px rgba(100, 100, 255, 0.6);
  font-weight: 500;
  width: 100%;
  background-image: linear-gradient(
    rgba(33, 33, 33, 0.3),
    rgba(33, 33, 33, 0.3)
  );
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.sd-area .commit-page .lefter {
  transform: translateX(-60px) translateZ(-50px) rotateY(-10deg);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sd-area .commit-page .left {
  transform: translateX(-30px) translateZ(-25px) rotateY(-5deg);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sd-area .commit-page .center {
  opacity: 1;
  background-image: url("/imgs/logos/logo.jpg");
background-size: 90%;
background-repeat: no-repeat;
background-position: center;
  background-attachment: fixed;
  background-color: white;
}
.sd-area .commit-page .right {
  transform: translateX(30px) translateZ(-25px) rotateY(5deg);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sd-area .commit-page .righter {
  transform: translateX(60px) translateZ(-50px) rotateY(10deg);
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.sd-area .commit-page .explainer {
  font-weight: 300;
  font-size: 2rem;
  color: var(--white);
  transition: all 0.6s ease;
  width: 25rem;
  height: 100%;
  background-color: #303050;
  background-image: radial-gradient(circle at center top, #cce, #33a);
  border-radius: 10px;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.8);

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}
.sd-area .commit-page .ref {
  background-color: #000;
  background-image: linear-gradient(to bottom, #d80, #c00);
  border-radius: 3px;
  padding: 7px 10px;
  position: absolute;
  font-size: 16px;
  bottom: 10px;
  right: 10px;
  color: var(--white);
  text-decoration: none;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  &::first-letter {
    font-size: 12px;
  }
}
.commit-page-details ul {
  --col-gap: 2rem;
  --row-gap: 30rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}
.commit-page-details ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}
.commit-page-details ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}
.commit-page-details ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}
.commit-page-details ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}
.commit-page-details ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}
.commit-page-details ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: rgba(245, 245, 245);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}
.commit-page-details ul li .title,
.commit-page-details ul li .descr {
  background: rgba(245, 245, 245);
  position: relative;
  padding-inline: 1.5rem;
}
.commit-page-details ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
.commit-page-details ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}
.commit-page-details ul li .title::before,
.commit-page-details ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
.commit-page-details ul li .title::before {
  bottom: calc(100% + 0.125rem);
}
.commit-page-details ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

.commit-page .mobile {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  display: none;
}
.commit-page .mobile .item {
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
.commit-page .mobile .item span {
  color: var(--white);
  text-shadow: 0 0 5px rgba(100, 100, 255, 0.6);
  font-weight: 500;
  width: 100%;
  background-image: linear-gradient(
    rgba(33, 33, 33, 0.3),
    rgba(33, 33, 33, 0.3)
  );
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}

.shareholder-area .search__title {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: #ff8b88;
}

.shareholder-area .search__input {
  width: 300px;
  padding: 12px 24px;
  background-color: transparent;
  transition: transform 250ms ease-in-out;
  font-size: 14px;
  line-height: 18px;
  color: var(--black);
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='https://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 95% center;
  border-radius: 50px;
  border: 1px solid var(--black);
  transition: all 250ms ease-in-out;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}
.shareholder-area .search__input::placeholder {
  color: rgba(87, 87, 86, 0.8);
  text-transform: uppercase;
  letter-spacing: 1.5008px;
}

.shareholder-area .search__input:hover,
.shareholder-area .search__input:focus {
  padding: 12px 0;
  outline: 0;
  border: 1px solid transparent;
  border-radius: 0;
  background-position: 100% center;
}
.shareholder-area .select {
  position: relative;
  min-width: 100px;
}
.shareholder-area .select svg {
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
.shareholder-area .select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 40px 7px 12px;
  width: 100vw;
  border: 1px solid var(--white);
  border-radius: 5px;
  color: var(--black);
  background: var(--white);
  box-shadow: 0 1px 3px -2px var(--black);
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  transition: all 150ms ease;
}
.shareholder-area .select select:required:invalid {
  color: var(--neutralQuaternaryAlt);
}
.shareholder-area .select select option {
  color: var(--neutralTertiary);
}
.shareholder-area .select select option[value=""][disabled] {
  display: none;
}
.shareholder-area .select select:focus {
  outline: none;
  border-color: var(--themePrimary);
  box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2);
}
.shareholder-area .select select:hover + svg {
  stroke: var(--themePrimary);
}
.shareholder-area .sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
.shareholder-area .shareholder-menu li {
  cursor: pointer;
  transition: 0.2s;
  padding: 5px;
}
.shareholder-area .shareholder-menu li:hover {
  color: var(--themePrimary);
}




.hr_policies_page .content {
  background: radial-gradient(at right bottom, var(--themeSecondary), var(--themePrimary));
  color: white;
  border-radius: 10px;
  font-weight: 400;
}
.hr-policies-void .description {
  color: var(--themePrimary);
  font-weight: 700;
  font-size: 1.25rem;
}
.hr-policies-void .list{
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 50px;
}
.hr-policies-void .cardd{
  position: relative;
  cursor: pointer;
}
.hr-policies-void .cardd .face{
  width: 300px;
  height: 200px;
  transition: 0.5s;
  overflow-y: auto;
}
.hr-policies-void .cardd .face.face1{
  position: relative;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translateY(100px);
}
.hr-policies-void .cardd:hover .face.face1{
  background: var(--themePrimary);
  transform: translateY(0);
}
.hr-policies-void .cardd .face .content {
  height: 100%;
  display: flex;
  align-items: center;
}
.hr-policies-void .cardd .face.face1 .content{
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hr-policies-void .cardd:hover .face.face1 .content{
  opacity: 1;
}
.hr-policies-void .cardd .face.face1 .content img{
  max-width: 100px;
}
.hr-policies-void .cardd .face.face1 .content h5 {
  margin: 10px 0 0;
  padding: 0;
  color: var(--alwaysWhite);
  text-align: center;
  font-size: 1.5em;
}
.hr-policies-void .cardd .face.face2{
  position: relative;
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transform: translateY(-100px);
}
.hr-policies-void .cardd:hover .face.face2{
  transform: translateY(0);
}
.hr-policies-void .cardd .face.face2 .content p{
  margin: 0;
  padding: 0;
}
.hr-policies-void .cardd .face.face2 .content a{
  margin: 15px 0 0;
  display:  inline-block;
  text-decoration: none;
  font-weight: 900;
  color: #333;
  padding: 5px;
  border: 1px solid #333;
}
.hr-policies-void .cardd .face.face2 .content a:hover{
  background: #333;
  color: #fff;
}





.career_development_page .objectives {
  background: #e9e9e9;
}
.career_development_page .objectives .traning_step {
  background: #ffffff;
  padding: 1.5rem;
  height: 100%;
  border: 1px solid #e9e9e9;
  color: #666666;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.career_development_page .objectives .traning_step .background {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  background: var(--alwaysBlack);
}
.career_development_page .objectives .traning_step .inner {
  position: relative;
  z-index: 2;
}
.career_development_page .objectives .traning_step .img {
  margin-bottom: 2rem;
}
.career_development_page .objectives .traning_step .img img {
  height: 60px;
  width: auto;
}
.career_development_page .objectives .traning_step .num {
  color: var(--neutralSecondary);
  position: relative;
  margin-bottom: 1rem;
  font-size: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.career_development_page .objectives .traning_step .num:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background: var(--alwaysGrey);
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.career_development_page .objectives .traning_step:hover {
  background: rgba(0, 0, 0, 0.2);
  color: var(--white);
  box-shadow: 7px 7px 25px 0 rgba(62, 63, 91, 0.15);
  z-index: 1;
}
.career_development_page .objectives .traning_step:hover:after {
  opacity: 1;
}
.career_development_page .objectives .traning_step:hover .num {
  color: var(--themePrimary);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.6rem;
  box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
}
.pagination .page__numbers,
.pagination .page__btn,
.pagination .page__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.8rem;
  font-size: 1rem;
  cursor: pointer;
}
.pagination .page__dots {
  width: 2rem;
  height: 2rem;
  color: var(--themePrimary);
  cursor: initial;
}
.pagination .page__numbers {
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
}
.pagination .page__numbers:hover {
  color: var(--themePrimary);
}
.pagination .page__numbers.active {
  color: #ffffff;
  background: var(--themePrimary);
  font-weight: 600;
  border: 1px solid var(--themePrimary);
}
.pagination .page__btn {
  color: #2d4848;
  pointer-events: none;
}
.pagination .page__btn.active {
  color: var(--themePrimary);
  pointer-events: initial;
}

/* Switch light */
body:has(.switch__input:checked) {
  background-color: hsl(var(--hue), 10%, 20%);
  color: hsl(var(--hue), 10%, 90%);
}
.switch,
.switch__input {
  display: block;
  -webkit-tap-highlight-color: transparent;
  font-size: 24px;
  cursor: pointer;
}
.switch {
  margin: auto;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.switch__icon {
  color: hsla(var(--hue), 10%, 80%);
  pointer-events: none;
  position: absolute;
  top: 0.375em;
  left: 0.375em;
  width: 0.75em;
  height: 0.75em;
  transition: color var(--trans-dur),
    transform var(--trans-dur) var(--trans-timing);
}
.switch__icon:nth-of-type(2) {
  right: 0.375em;
  left: auto;
}
.switch__inner,
.switch__inner-icons {
  border-radius: 0.5em;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0.25em;
  left: 0.25em;
  width: 2.25em;
  height: 1em;
}
.switch__inner:before,
.switch__inner-icons {
  transition: transform var(--trans-dur) var(--trans-timing);
  transform: translateX(-1.25em);
}
.switch__inner:before {
  background-color: var(--themePrimary);
  border-radius: inherit;
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
}
.switch__inner-icons {
  pointer-events: none;
}
.switch__inner-icons .switch__icon {
  color: hsl(0, 0%, 100%);
  top: 0.125em;
  left: 0.125em;
  transform: translateX(1.25em);
}
.switch__inner-icons .switch__icon:nth-child(2) {
  right: 0.125em;
  left: auto;
}
.switch__input {
  background-color: hsl(0, 0%, 100%);
  border-radius: 0.75em;
  box-shadow: 0 0 0 0.0625em hsla(var(--hue), 90%, 50%, 0),
    0 0.125em 0.5em hsla(var(--hue), 10%, 10%, 0.1);
  outline: transparent;
  width: 2.75em;
  height: 1.5em;
  -webkit-appearance: none;
  appearance: none;
  transition: background-color var(--trans-dur), box-shadow var(--trans-dur);
}
.switch__input:checked {
  background-color: hsl(var(--hue), 10%, 10%);
}
.switch__input:checked ~ .switch__icon {
  color: hsla(var(--hue), 10%, 40%);
}
.switch__input:checked ~ .switch__inner:before,
.switch__input:checked ~ .switch__inner-icons {
  transform: translateX(1.25em);
}
.switch__input:not(:checked) ~ .switch__icon:first-of-type,
.switch__input:checked ~ .switch__icon:nth-of-type(2) {
  transform: rotate(360deg);
}
.switch__input:checked ~ .switch__inner-icons .switch__icon:first-of-type {
  transform: translateX(-1.25em) rotate(-360deg);
}
.switch__input:checked ~ .switch__inner-icons .switch__icon:nth-of-type(2) {
  transform: translateX(-1.25em) rotate(360deg);
}
.switch__input:focus-visible {
  box-shadow: 0 0 0 0.0625em hsla(var(--hue), 90%, 50%, 1),
    0 0.125em 0.5em hsla(var(--hue), 10%, 10%, 0.1);
}
.switch__sr {
  overflow: hidden;
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
}

/* Lang selector */
.language-picker {
  display: flex;
  gap: 10px
}

.lang-flag {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  padding-bottom: 2px;
}
.lang-flag:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
.lang-flag.active {
  border-color: var(--themePrimary);
  box-shadow: 0 0 0 4px rgba(33, 150, 243, 0.2);
}



.language-dropdown {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.language-dropdown .lang-en {
  border-left: 0.25rem solid var(--themePrimary);
}
.language-dropdown .lang-en .flag {
  background-image: url("/imgs/small-icons/united_states_of_america_usa.png");
}
.language-dropdown .lang-vi {
  border-left: 0.25rem solid var(--themeSecondary);
}
.language-dropdown .lang-vi .flag {
  background-image: url("/imgs/small-icons/Vietnam-Flag.512.png");
}
.language-dropdown label,
.language-dropdown ul li {
  display: block;
  width: 3.125rem;
  height: 2.375rem;
  background: #fff;
  padding: 0rem 0.375rem;
  cursor: pointer;
}
.language-dropdown ul.lang-list {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  top: 80%;
}
.language-dropdown ul.lang-list li {
  border-bottom: 0.0625rem solid #ececec;
}
.language-dropdown ul.lang-list li:last-child {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.language-dropdown ul.lang-list li.selected {
  display: none;
}
.language-dropdown label {
  position: relative;
  border-bottom: 0.0625rem solid #ececec;
  border-radius: 0.1875rem;
  z-index: 2;
}
.language-dropdown .lang-flag .flag,
.language-dropdown .lang-list .lang .flag {
  float: left;
  width: 100vw;
  height: 100%;
  cursor: pointer;
  background-size: 2.1875rem 2.1875rem;
  background-repeat: no-repeat;
  background-position: center;
}
.language-dropdown.open ul.lang-list {
  visibility: visible;
  opacity: 1;
}
.language-dropdown.open label {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.animate,
.lang-flag,
.lang-list {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.preview-image {
  position: relative;
}
.preview-image:hover::before {
  position: absolute;
  content: "👁️‍🗨️";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 3rem;
  background-image: linear-gradient(
    rgba(33, 33, 33, 0.3),
    rgba(33, 33, 33, 0.3)
  );
}



.video-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  transform: scale(0.95);
  transition: transform 0.5s ease;
}
.video-container:hover {
  transform: scale(1);
}
video {
  width: 100%;
  display: block;
  object-fit: cover;
}