.slider-1-section {
  background-color: #000;
}

.slider__wrapper {
  position: relative;
  max-width: 100%;
  background-color: #000;
}

.slider-1-section .slider-content {
  position: relative;
  min-height: 100svh;
  text-align: center;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(rgba(255,255,255,0),#000);
}

.slider-1-section .slider-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.slider-content__inner {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 5rem;
  max-width: 90rem;
}

@media all and (max-width: 768px) {
  .slider-content__inner {
    text-align: center;
    padding: 0 1rem 5rem;
  }

  .slider-1-section .slider-button {
    margin: auto;
    display: inline-flex;
  }
}

.slider-title {
  text-transform: uppercase;
  margin-top: 1.25rem;
  margin-bottom: 1.75rem;
  font-family: AnoBold, sans-serif;
  font-size: 3.625rem;
  font-weight: 400;
}

.slider-subtitle {
  color: rgba(245, 245, 245, .9);
  text-transform: uppercase;
  font-size: 1.5rem;
}

.elementor .slider__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.elementor .slider__background-video-hosted {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  min-height: 100svh;
  object-fit: cover;
}


.slider-1-section .slider-navigation {
  position: absolute;
  bottom: 5rem;
  right: 5rem;
  display: flex;
  align-items: center;
  grid-column-gap: .75rem;
  width: 12rem;
  color: #fff;
  z-index: 10;
}

@media all and (max-width: 768px) {
  .slider-1-section .slider-navigation {
    bottom: 2rem;
    left: 50%;
    margin: auto;
    transform: translateX(-50%);
  }
}

.slider-1-section .slider-counter {
  color: var(--white-smoke);
  text-transform: uppercase;
  font-size: .9375rem;
  min-width: 1.6rem;
  text-align: right;
  color: whitesmoke;
}

.slider-1-section .slider-progress {
  background-color: rgb(255 255 255 / 30%) !important;
  position: relative !important;
  height: 2px !important;
}

.slider-1-section .swiper-pagination-progressbar-fill {
  background: #fff !important;
}

.slider-1-section .slider-next {
  display: flex;
  color: whitesmoke;
  cursor: pointer;
  grid-column-gap: .2rem;
  opacity: .6;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  font-size: .9375rem;
  transition: all .3s;
}

.slider-1-section .slider-next:hover {
  color: #fff;
}

.slider-1-section .slider-next .slider-next-arrow {
  display: grid;
  place-content: center;
  transition: transform 0.3s ease;
}

/* Button style for all sliders */
.slider-button {
  background-color: none;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 4.6rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.16;
  display: flex;
  position: relative;
  color: #000;
}

.slider-button.slider__button-small {
  height: 3.75rem;
}

.slider__button-box {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider__button-center {
  background-color: #f5f5f5;
  height: 100%;
  display: flex;
  transition: 0.3s all ease-in-out;
}

.slider__button-box:hover .slider__button-center,
.slider__button-box:hover .slider__button-shape-left,
.slider__button-box:hover .slider__button-shape-right {
  background-color: #cac9da;
}

.slider__button-shape-left,
.slider__button-shape-right {
  background-color: #f5f5f5;
  width: 1rem;
  height: 100%;
  transition: 0.3s all ease-in-out;
}

.slider__button-shape-left {
  margin-right: -1%;
  clip-path: polygon(0% 20%, 80% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.slider__button-shape-right {
  margin-left: -1%;
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 20% 100%, 0% 100%);
}

.slider__button-text {
  grid-column-gap: 3rem;
  align-items: center;
  height: 100%;
  padding: 1.2rem 1.5rem 1.1rem 1rem;
  display: flex;
  position: relative;
}

.slider__button-small .slider__button-text {
  padding: 0rem 1rem 0rem .4rem;
  font-weight: 500;
  font-size: 1rem;
}

.slider__button-arrow-box {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 1.5rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  border-left: 1px solid #cac9da;
  transition: 0.3s all ease-in-out;
}

.slider__button-small .slider__button-arrow-box {
  padding-left: 1rem;
  padding-right: 0.5rem;
}

.slider__button-box:hover .slider__button-arrow-box {
  border-color: #777;
}

@media all and (max-width: 768px) {
  .slider-content__inner {
    text-align: center;
    padding: 0 1rem 5rem;
  }

  .slider-1-section .slider-button {
    margin: auto;
    display: inline-flex;
  }

  .slider-button,
  .slider-button.slider__button-small {
    height: 3.25rem;
  }
  
  .slider__button-text,
  .slider-button.slider__button-small .slider__button-text {
    padding: 0rem 1rem 0rem .4rem;
    font-weight: 500;
    font-size: 1rem;
  }
  
  .slider__button-arrow-box,
  .slider-button.slider__button-small .slider__button-arrow-box {
    padding-left: 0.8rem;
    padding-right: 0.2rem;
  }
}


/* slider 2 styles */
.slider-2-section {
  text-align: center;
}
.slider-2-section .slider-2-main-wrapper {
  position: relative;
}

.slider-2-section a.slider-button {
  display: inline-block;
  margin-top: 2rem;
}

.slider-2-section .slider-2-thumbs .swiper-slide {
  transition: all 0.5s ease;
  opacity: 0.3;
}

.slider-2-section .slider-2-thumbs .swiper-slide-active {
  opacity: 1;
}

.slider-2-section .slider-2-thumbs {
  z-index: 2;
}

.slider-2-section .slider__brand-logo-item .slider__brand-logo {
  max-width: 8.75rem;
}

.slider-2-section .slider__brand-logo-item {
  display: flex;
  position: relative;
  cursor: grab;
}

.slider-2-section .slider__brand-logo-wrapper {
  color: #ffffff;
  z-index: 2;
  grid-column-gap: 1.3125rem;
  grid-row-gap: 0.5rem;
  text-align: center;
  letter-spacing: .03rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 7.5rem;
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 1.16;
}

@media all and (max-width: 768px) {
  .slider-2-section .slick-arrow {
    display: none !important;
  }
}

.slider-2-section .slider__brand {
  overflow: visible;
}

.slider-2-section .slider__brand-logo-active-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider-2-section .slider__brand-active-frame {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.slider-2-section .slider__brand-logo-border {
  z-index: 1;
  width: 100%;
  height: 7.5rem;
  position: relative;
}

.slider-2-section .slider__brand-logo-shadow {
  opacity: .7;
  filter: blur(40px);
  border-radius: 100%;
  width: 100%;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.slider-2-section .slider__brand-wrapper {
  display: flex;
}

.slider-2-section .swiper-slide.slider__brand-logo-item {
  cursor: grab;
  width: 20% !important;
  transition: transform 0.4s ease;
  flex: 0 0 auto;
}

@media all and (max-width: 768px) {
  .slider-2-section .slider__brand-logo-wrapper {
    padding: 1rem 1.5rem 1.5rem;
    row-gap: 0.1rem;
    line-height: 1;
  }
  
  .slider-2-section .slider__brand {
    max-width: 45%;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-2-section .swiper-slide.slider__brand-logo-item {
    width: 100% !important;
  }
}

.slider-2-section .slider__main-item {
  width: 100%;
}

.slider-2-section .swiper-button-prev,
.slider-2-section .swiper-button-next {
  position: absolute;
  top: 50%;
  bottom: 0%;
}

.slider-2-section .swiper-button-next {
  left: auto;
  right: 0%;
  transform: translate(50%, -50%);
}

.slider-2-section .swiper-button-prev {
  left: 0%;
  right: auto;
  transform: translate(-50%, -50%);
}

.slider-2-section .slick-slider-2-nav > .slick-list {
	overflow: hidden;
}


/* Accordion 1 */
.accordion-1-section {
  background: #000;
  color: #fff;
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accordion__container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 60px;
  padding: 40px;
}

.accordion-tabs {
  display: flex;
  flex-direction: column;
  gap: -1px;
}

.accordion-tab {
  border: 1px solid transparent;
  border-left-color: rgba(255, 255, 255, .3);
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  padding: 24px 0;
  display: flex;
  align-items: center;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: -1px;
}

.accordion__title {
  color: rgba(255, 255, 255, .4);
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1;
  letter-spacing: .72px;
  position: relative;
}

.accordion-tab.active {
  opacity: 1;
  background-image: url(../images/active-tab-bg.svg);
  background-position: -4px center;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  border-left-color: transparent;
}

.accordion-contents {
  position: relative;
}

.accordion-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.5s ease;
}

.accordion-content.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.accordion__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.accordion-image {
  position: relative;
}

.accordion-image img {
  width: 100%;
  height: auto;
}

.accordion-1-section .accordion-image .slider-button {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}

.accordion-desc,
.accordion__desc {
  opacity: .8;
  color: rgba(200, 204, 209, .8);
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .accordion__container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .accordion-tabs {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/* accordion mobile slider styles */
.accordion-1-section .accordion-mobile {
  display: none;
}
.mobile-slide__image {
  position: relative;
  overflow: hidden;
}

.mobile-slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mobile-slide__button {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mobile-slide__title {
  margin-bottom: 15px;
}

.mobile-slide__desc {
  margin-bottom: 20px;
}

.mobile-slide__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.mobile-slide__button svg {
  transition: transform 0.3s;
}

.mobile-slide__button:hover svg {
  transform: translateX(5px);
}

@media (min-width: 768px) {
  .slider-3-section .slider-3-mobile,
  .accordion-1-section .accordion-mobile {
    display: none;
  }
}

@media (max-width: 769px) {
  .slider-3-section .slider-3-columns,
  .accordion-1-section .accordion__container {
    display: none;
  }
}

.accordion-1-section,
.slider-3-section {
  overflow: hidden;
}

.slider-3-section .slider-3-mobile .mobile-slide__title {
  color: white;
}

.slider-3-section .slider-3-mobile,
.accordion-1-section .accordion-mobile {
  max-width: 90%;
  margin-left: 0;
  overflow: visible;
}

.accordion-1-section .accordion-mobile .mobile-slide {
  max-width: 100%;
}

.accordion-1-section .accordion-mobile img {
  max-width: 100%;
}

@media (max-width: 991px) {
 .accordion-1-section .accordion-mobile {
    display: block;
  }
}


/* Slider 3 Styles */
.slider-3-section {
  font-size: calc(0.625rem + 0.41666666666666663vw);
  background: #000;
}

.slider-3-columns {
  display: flex;
  height: 65vh;
  min-height: 30rem;
}

.slider-3-column {
  flex: 1;
  position: relative;
  overflow: hidden;
  transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.slider-3-column.active {
  flex: 5.333333;
}

.column-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}

.column-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.column-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.6s ease;
  white-space: nowrap;
  word-break: keep-all;
  flex: none;
  font-size: 2rem;
  line-height: 1.18;
}

.slider-3-column.active .column-title {
  opacity: 0;
}

.column-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
}

.slider-3-column.active .column-content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.4s;
  display: flex;
  align-items: flex-end;
}

.content-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 3.125rem 2.5rem 2.75rem;
  justify-content: space-between;
}

.content-inner p {
  text-transform: uppercase;
  white-space: nowrap;
  word-break: keep-all;
  flex: none;
  font-size: 2rem;
  line-height: 1.18;
  margin: 0;
}

.slider-3-arrows {
  position: relative;
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  z-index: 10;
}

.slider-3-arrows .slider__arrow-wrapper {
  height: 2rem;
  width: 2rem;
}

@media (max-width: 768px) {
  .slider-3-arrows {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .slider-3-columns {
    min-height: auto;
    flex-direction: column;
  }


  .slider-3-column {
    height: 100px;
    transition: height 0.6s ease;
  }

  .slider-3-column.active {
    height: 400px;
  }

  .slider-3-columns .content-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .column-title {
    transform: translate(-50%, -50%) rotate(0);
  }
}

/* Slider 4 styles */
.slider-4-section {
  position: relative;
  background: #000;
  padding: 4rem 0;
  font-size: calc(0.625rem + 0.41666666666666663vw);
  overflow: hidden;
}

.slider-4-section .slick-list {
  overflow: visible;
}

.slider-4-section .slider-4 {
  padding: 0;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.slider-4-section .swiper-slide {
  transition: all 0.6s ease;
}

.slider-4-section .swiper-slide-prev,
.slider-4-section .swiper-slide-next {
  z-index: 2;
}

.slider-4-section .swiper-slide-active {
  z-index: 10;
}

.slider-4-section .slide-image {
  margin-bottom: 3rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
  aspect-ratio: 16/9;
}

@media all and (max-width: 768px) {
 .slider-4-section.slide-image {
    margin-bottom: 2rem;
  }
}

.slider-4-section .swiper-slide-next,
.slider-4-section .swiper-slide-prev {
  z-index: 2;
  opacity: 1;
}

.slider-4-section .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 10;
}

.slider-4-section .slide-image {
  margin-bottom: 3rem;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}

.slider-4-section .slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-4-section .swiper-slide .slide-content {
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
  transition-delay: 0.4s;
}

.slider-4-section .swiper-slide:not(.swiper-slide-active) .slide-content {
  opacity: 0;
  transition-delay: 0s;
}

.slider-4-section .slide-content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.slider-4-section .slide-content-inner {
  margin: 0 auto;
}

.slider-4-section .slide-title {
  color: #c8ccd1;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 0;
}

.slider-4-section .slide-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1.875rem;
}

@media all and (max-width: 768px) {
 .slider-4-section .slide-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.slider-4-section .slide-subtitle {
  font-size: 1rem;
  color: rgba(245, 245, 245, .9);
}

.slider-4-section .slider-4-arrows {
  display: flex;
  gap: 20px;
  z-index: 10;
  margin-top: 5rem;
  justify-content: center;
}

@media all and (max-width: 768px) {
 .slider-2-section .slider-4-arrows,
 .slider-4-section .slider-4-arrows {
    display: none;
  }
}

/* Common sider arrow */
.slider-2-arrows .slider-arrow,
.slider-3-arrows .slider-arrow,
.slider-4-arrows .slider-arrow {
  cursor: pointer;
  color: rgba(255,255,255,.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
  background-color: rgba(190, 192, 218, .17);
  border: .64px solid rgba(255, 255, 255, .17);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6.25rem;
  height: 6.25rem;
  transition: all .4s;
  display: flex;
}

.slider-4-section .slider-2-arrows .slider-arrow:hover,
.slider-4-section .slider-3-arrows .slider-arrow:hover,
.slider-4-section .slider-4-arrows .slider-arrow:hover {
  background-color: rgba(190,192,218,.5);
}

.slider-4-section .swiper-button-next,
.slider-4-section .swiper-button-prev { 
  position: relative !important;
  inset: 0 !important;
  margin: 0 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}
.mobile-slide__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}
