.overflow-hidden {
  overflow: hidden;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.wrap {
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: end;
}
.items-center {
  align-items: center;
}
.items-start {
  align-items: flex-start;
}
.gap-3 {
  gap: .75rem;
}
.gap-30 {
  gap: 30px;
}
.w-full {
  width: 100%;
}
.w-50 {
  width: 3.125rem;
}
.h-50 {
  height: 3.125rem;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[70\%\] {
  width: 70%;
}
.h-full {
  height: 100%;
}
img.h-full {
  height: 100% !important;
}



.m-0 {
  margin: 0;
}
.p-0 {
  padding: 0;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.aspect-video {
  aspect-ratio: 16/9;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}

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

@media (min-width: 768px) {
  .azabu-pfg-slider-wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  .md\:block {
    display: block;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:items-center {
    align-items: flex-center;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:hidden {
    display: none;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
}

/*  */
.reveal {
  opacity: 0;
  transition: all 1.2s ease;
}
.elementor-editor-active .reveal {
  opacity: 1;
}
.reveal.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* Directions */
.fade-up {
  transform: translateY(20%);
}

.fade-down {
  transform: translateY(-20%);
}

.fade-left {
  transform: translateX(20%);
}

.fade-right {
  transform: translateX(-20%);
}
.reveal.delay-1 {
  transition-delay: 0.2s;
}
.reveal.delay-2 {
  transition-delay: 0.4s;
}
.reveal.delay-3 {
  transition-delay: 0.6s;
}

/*  */
.azabu-swiper-style .swiper-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
}
.azabu-swiper-style .swiper-navigation:before {

}
.azabu-swiper-style .swiper-navigation .elementor-swiper-button {
  position: static;
  transform: none;
  flex-shrink: 0;
  color: #aabf95;
  line-height: 1;
  z-index: 1;
}
.azabu-swiper-style .swiper-pagination-bullet {
  width: 12px;
  min-width: 12px !important;
  height: 0.75rem;
  background: transparent;
  border: 1px solid #aabf95 !important;
  opacity: 1 !important;
  display: block;
  margin: 0 !important;
  border-radius: 50%;
}

.azabu-swiper-style .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #aabf95;
}

.azabu-swiper-style .swiper-pagination {
  width: auto;
  max-width: unset;
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  gap: 1.25rem;
}

.azabu-pfg-slider-wrap {
  position: relative;
}

.azabu-pfg-slider-wrap .swiper {
  width: 100%;
  overflow: hidden;
}

.azabu-pfg-slider-wrap .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.azabu-pfg-slider-wrap .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.azabu-pfg-slider-wrap .swiper-slide img {
  display: block;
  width: 100%;
}
