/* MARK: Codepen
https://codepen.io/dragontheory/pen/abeEEmz */

/* MARK:HERO
*/

/* Generated by VSCode Copilot */
.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-backgrounds {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  animation: fadeSlideshow 15s infinite;
  background-attachment: fixed;
}

.hero-bg:nth-child(1) { animation-delay: 0s; }
.hero-bg:nth-child(2) { animation-delay: 5s; }
.hero-bg:nth-child(3) { animation-delay: 10s; }

@keyframes fadeSlideshow {
  0% { opacity: 0; }
  6.67% { opacity: 1; }
  30% { opacity: 1; }
  40% { opacity: 0; }
  100% { opacity: 0; }
}

.hero-content {
  text-align: center;
  color: white;
  max-width: min(90vw, 80ch);
  padding: clamp(1rem, 5vw, 3rem);
  background: rgba(0, 0, 0, 0.4);
  border-radius: clamp(0.5rem, 2vw, 1rem);
  backdrop-filter: blur(10px);
}

.hero h1 {
  font-size: clamp(2rem, 8vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: clamp(1rem, 3vw, 1.5rem);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.hero p {
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.6;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  opacity: 0.95;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, 2vw, 1rem);
  justify-content: center;
}

.hero-actions button {
  padding: clamp(0.75rem, 2vw, 1rem) clamp(1.5rem, 4vw, 2rem);
  font-size: clamp(0.9rem, 2.5vw, 1rem);
  font-weight: 600;
  border: none;
  border-radius: clamp(0.375rem, 1vw, 0.5rem);
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: max-content;
}

.hero .btn-primary {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  transform: translateY(0);
}

.hero .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.4);
}

.hero .btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: #333;
}

.hero .btn-secondary:hover {
  background: white;
  transform: translateY(-1px);
}

.hero .btn-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
}

.hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}
























/* Full Parallax Slider */
.slider-wrap {
  background: #162340;
  /* height: 600px; */
  min-height: 100%;
}

.swiper-slide--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  width: 100dvw;
}

.swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
  white-space: nowrap;
  min-height: 834px;
  min-width: 834px;
  max-height: 834px;
  max-width: 834px;
  background-color: #16234033;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}

.swiper-slide-active .slide--bg {
  animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
  width: 650px;
  height: 650px;
  background: #16234096;
  margin: auto;
  border-radius: 50%;
}

.swiper-slide-active .slide--bg .slide-bg--inner {
  animation: zoomInInner 1s ease forwards;
}

.slide-detail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slide-main--heading {
  display: block;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  line-height: normal;
  text-shadow: rgb(11, 18, 54) 3px 3px 15px;
  padding: 0 0 23px;
  font-weight: 700;
  font-size: 52px;
  white-space: normal;
  text-transform: capitalize;
}

.from-left,
.from-right {
  opacity: 0;
  filter: blur(4px);
  transition: opacity 0.5s ease, filter 0.5s ease;
}

.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s;
}

.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards;
  animation-delay: 1s;
}

.slide-main--subheading {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  padding-bottom: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  opacity: 0;
  filter: blur(4px);
}

.swiper-slide-active .slide-main--subheading {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInDown 1s ease forwards;
  animation-delay: 1.2s;
}

.slide-des {
  text-align: center;
  line-height: 25px;
  border-width: 0;
  padding: 0 0 25px;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 14px;
  white-space: normal;
  min-height: 0;
  min-width: 347px;
  max-height: none;
  max-width: 347px;
  color: rgba(255, 255, 255, 1);
  margin: auto;
  opacity: 0;
}

.swiper-slide-active .slide-des {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp 1s ease forwards;
  animation-delay: 1.4s;
}

.slide-cta .slide-btn {
  text-align: inherit;
  line-height: 27px;
  border-width: 1px;
  margin: 0;
  padding: 18px 70px 18px 46px;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  background-image: linear-gradient(
    to right,
    #f7693c,
    #c74e45,
    #7d3785,
    #582d9f,
    #3928af,
    #582d9f,
    #7d3785,
    #c74e45,
    #f7693c
  );
  background-size: 200% auto;
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  border: 2px solid transparent;
  width: auto;
  border-radius: 50px;
  position: relative;
  transition: 0.3s ease-in-out !important;
  opacity: 0;
}

.swiper-slide-active .slide-cta .slide-btn {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp2 1s ease forwards;
  animation-delay: 1.4s;
}

.slide-cta .slide-btn:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  background-position: right center;
}

.slide-cta .slide-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  position: absolute;
  border-radius: 100%;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.35);
  background: rgba(255, 255, 255, 1);
  color: #3c2fc0;
}

.slide-badge {
  display: flex;
  flex-direction: column;
  width: 69px;
  height: 69px;
  background: #3c2fc0;
  line-height: normal;
  font-size: 9px;
  justify-content: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  right: -184px;
  top: 0;
  transition: 0.3s ease-in-out !important;
  opacity: 0;
}

.swiper-slide-active .slide-badge {
  transition: opacity 0.5s ease, filter 0.5s ease;
  animation: fadeInUp3 1s ease forwards;
  animation-delay: 1.5s;
}

.slide-badge .patch-check svg {
  height: 20px;
  width: 20px;
  margin-bottom: 4px;
}

/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}

/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.parallax-slider .slide-btns {
  width: 54px;
  height: 54px;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 900;
}

.slide-btns.swiper-button-next:after,
.slide-btns.swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
}

.slide-btns:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 1);
}

.slide-btns:hover:after {
  color: #232323;
}

span.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 1);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  opacity: 1;
  display: none;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
}

.autoplay-progress {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 10px;
}

.progress-fill {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100%;
  background-color: #00000026;
  width: var(--progress, 0%);
  transition: width 0.5s ease;
}

.sticky-footer .footer-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  padding-right: 15px;
}

.creditd a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.social ul {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-gap: 10px;
  align-items: center;
}

.social ul li a {
  /* display: flex; */
  /* background: #fff; */
  /* height: 30px; */
  /* width: 30px; */
  /* border-radius: 4px; */
  align-items: center;
  justify-content: center;
}

.social ul li a img {
  max-width: 20px;
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
  .slider-wrap {
    /* height: 750px; */
    min-height: 100%;
  }

  .slide--bg {
    min-height: 720px;
    min-width: 720px;
    max-height: 720px;
    max-width: 720px;
  }

  .slide--bg .slide-bg--inner {
    width: 590px;
    height: 590px;
  }

  .slide-badge {
    right: -116px;
  }
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
  .slider-wrap {
    /* height: 736px; */
    min-height: 100%;
  }

  .slide--bg {
    min-height: 550px;
    min-width: 550px;
    max-height: 550px;
    max-width: 550px;
  }

  .slide--bg .slide-bg--inner {
    width: 450px;
    height: 450px;
  }

  .parallax-slider .slide-btns {
    display: none;
  }

  .slide-main--heading {
    font-size: 32px;
  }

  .swiper-pagination {
    display: flex;
    column-gap: 15px;
    justify-content: center;
    bottom: 100px !important;
  }

  span.swiper-pagination-bullet {
    display: block;
  }
}
