/*===========================================================================
    Slider Css
===========================================================================*/
.wows-wow-sliders-phobos {
  position: relative;
  overflow: hidden;
  height: clamp(28.75rem, 55vw, 43.75rem);
}
.wows-wow-sliders-phobos .wows-slider-container {
  position: relative;
  z-index: 1;
}
.wows-wow-sliders-phobos .wows-phobos-item {
  position: relative;
  transition: all 0.25s ease;
  cursor: grab;
  height: clamp(28.75rem, 55vw, 43.75rem);
}
.wows-wow-sliders-phobos .wows-phobos-item .wows-phobos-description {
  width: 100%;
  padding: 10px;
  text-align: center;
}
.wows-wow-sliders-phobos .wows-phobos-item .wows-phobos-title a {
  color: #fff;
}
.wows-wow-sliders-phobos .wows-phobos-item .wows-phobos-title {
  position: relative;
  font-size: clamp(2.5rem, 7vw, 5rem);
  font-weight: 600;
  margin: 0;
  cursor: pointer;
  display: inline;
  transition: all 0.25s ease;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  display: inline-block;
}
.wows-wow-sliders-phobos .wows-phobos-item .wows-phobos-title:before {
  position: absolute;
  font-size: 12px;
  font-weight: 300;
  top: 24px;
  left: -20px;
  content: attr(data-label);
  letter-spacing: 1px;
}
.wows-wow-sliders-phobos .wows-phobos-item.active .wows-phobos-title,
.wows-wow-sliders-phobos .wows-phobos-item.active .wows-phobos-title a {
  color: #fff;
}
.wows-wow-sliders-phobos .wows-wow-sliders-social-icon {
  position: absolute;
  bottom: clamp(1.875rem, 5vw, 3.125rem);
  right: clamp(1.875rem, 5vw, 3.125rem);
  text-align: right;
  z-index: 1;
}
.wows-wow-sliders-phobos .wows-wow-sliders-social-icon h3 {
  color: #fff;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  font-weight: 500;
  margin: 0;
  transform: translateY(25px);
  transition: all 0.3s ease;
}
.wows-wow-sliders-phobos .wows-wow-sliders-social-icon a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-left: 15px;
  display: inline-block;
  transform: translateY(20px);
  transition: all 0.3s ease;
  opacity: 0;
}
.wows-wow-sliders-phobos .wows-wow-sliders-social-icon a:hover {
  color: #fd0001;
  transform: scale(1.2);
}
.wows-wow-sliders-phobos .wows-wow-sliders-social-icon:hover h3 {
  transform: translateY(-10px);
}
.wows-wow-sliders-phobos .wows-wow-sliders-social-icon:hover a {
  opacity: 1;
  transform: translateY(0);
}
.wows-wow-sliders-phobos .wows-phobos-content {
  opacity: 0;
}
.wows-wow-sliders-phobos .wows-phobos-content.active {
  opacity: 1;
}
.wows-wow-sliders-phobos .wows-phobos-content.active .wows-phobos-text {
  opacity: 1;
  transition-delay: 0.1s;
  transform: translateY(0px);
}
.wows-wow-sliders-phobos .wows-phobos-content:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.wows-wow-sliders-phobos .wows-phobos-text-wrapper {
  position: absolute;
  max-width: 400px;
  width: 100%;
  text-align: center;
  bottom: clamp(6.25rem, 14vw, 12.5rem);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.wows-wow-sliders-phobos .wows-phobos-text-wrapper .wows-custom-divider {
  position: absolute;
  top: -25px;
  left: 50%;
  height: 2px;
  width: 60%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  transform: translateX(-50%);
}
.wows-wow-sliders-phobos .wows-phobos-text-wrapper .wows-custom-divider:before {
  content: attr(data-label);
  position: absolute;
  color: #fd0001;
  font-size: 12px;
  font-weight: 500;
  top: -14px;
  background: #fff;
  padding: 5px 7.4px;
  border-radius: 20px;
  transform: translateX(-50%);
  animation: shadow-pulse 2s infinite;
  --box-shadow-color: rgba(255, 255, 255, 0.1);
}
.wows-wow-sliders-phobos .wows-phobos-text {
  font-size: clamp(0.875rem, 1.5vw, 1.125rem);
  color: #fff;
  z-index: 2;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.wows-wow-sliders-phobos .wows-phobos-text p {
  margin: 0;
}
.wows-wow-sliders-phobos .wows-phobos-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 1.1s cubic-bezier(0.24, 0.85, 0.2, 1);
}
.wows-wow-sliders-phobos.wows-phobos-image-effect.wows-image-effect-1 .wows-phobos-content {
  transition: opacity 1.1s cubic-bezier(0.24, 0.85, 0.2, 1);
}
.wows-wow-sliders-phobos.wows-phobos-image-effect.wows-image-effect-1 .wows-phobos-content.active .wows-phobos-image {
  transform: scale(1.2);
  pointer-events: none;
}
.wows-wow-sliders-phobos.wows-phobos-image-effect.wows-image-effect-2 .wows-phobos-content .wows-phobos-image {
  transform: scale(1.3);
}
.wows-wow-sliders-phobos.wows-phobos-image-effect.wows-image-effect-2 .wows-phobos-content.active .wows-phobos-image {
  transform: scale(1);
  transition: transform 0.75s cubic-bezier(0.6, -0.28, 0.74, 0.05);
  pointer-events: none;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0 var(--box-shadow-color);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
/*===========================================================================
    Navigation Css
===========================================================================*/
.wows-wow-sliders-phobos .wows-navigation-arrows {
  position: absolute;
  bottom: clamp(1.875rem, 5vw, 3.125rem);
  left: clamp(1.875rem, 5vw, 3.125rem);
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-next,
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-previous {
  font-size: clamp(0.563rem, 1vw, 0.75rem);
  color: #fff;
  position: relative;
  transition: all 0.3s ease;
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-next svg,
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-previous svg {
  width: 1em;
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-next:before,
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-previous:before {
  content: "";
  position: absolute;
  height: clamp(0.063rem, 0.3vw, 0.125rem);
  width: 0px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-navigation-prev,
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-navigation-next {
  margin-right: 10px;
  display: inline-block;
  transition: all 0.3s ease;
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-navigation-prev i,
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-navigation-next i {
  font-size: clamp(0.875rem, 2vw, 1.25rem);
  color: #fff;
  transition: all 0.3s ease;
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-next {
  transform: translateX(0);
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-next:before {
  left: 0;
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-next:hover {
  transform: translateX(10px);
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-next:hover:before {
  opacity: 1;
  width: clamp(1.063rem, 2vw, 1.25rem);
  transition-delay: 0.1s;
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-previous {
  transform: translateX(0);
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-previous:before {
  right: 0;
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-previous:hover {
  transform: translateX(-10px);
}
.wows-wow-sliders-phobos .wows-navigation-arrows .wows-wow-sliders-previous:hover:before {
  opacity: 1;
  width: 17px;
  transition-delay: 0.1s;
}
.wows-wow-sliders-phobos .wows-dotnav {
  bottom: clamp(1.875rem, 5vw, 3.125rem);
  left: calc(50% + 22px);
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  list-style: none;
  z-index: 1;
}
.wows-wow-sliders-phobos .wows-dotnav li {
  position: absolute;
  left: -55px;
  bottom: 0;
  transition: opacity 400ms ease-out;
}
.wows-wow-sliders-phobos .wows-dotnav li a {
  font-size: 16px;
  color: #fff;
}
.wows-wow-sliders-phobos .wows-dotnav li:not(.wows-active) {
  opacity: 0;
  display: none;
}
.wows-wow-sliders-phobos .wows-dotnav span {
  font-size: 16px;
  color: #fff;
}
.wows-wow-sliders-phobos .wows-dotnav span:before {
  content: "";
  position: absolute;
  height: 1px;
  width: clamp(1.25rem, 4.5vw, 3.75rem);
  left: -30px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff, rgba(255, 255, 255, 0));
  bottom: 10px;
}

/*===========================================================================
    Responsive Css
===========================================================================*/
@media (min-width: 768px) {
  .wows-wow-sliders-phobos .wows-dotnav {
    left: calc(50% + 45px);
  }
  .wows-wow-sliders-phobos .wows-dotnav li {
    left: -87px;
  }
  .wows-wow-sliders-phobos .wows-dotnav span:before {
    left: -65px;
  }
}