.discover-goa-section {
  position: relative;
  padding-bottom: 64px;
  overflow: hidden;
  /* image gradient */
}
@media only screen and (max-width: 767px) {
  .discover-goa-section {
    padding: 0px 0 32px;
    height: auto;
  }
}
.discover-goa-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  background: linear-gradient(180deg, #000000 6.12%, rgba(0, 0, 0, 0) 64.1%);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section::before {
    height: 680px;
  }
}
.discover-goa-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 640px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.07%, #000000 90.08%);
}
.discover-goa-section .inner-section {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-top: 64px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
  .discover-goa-section .inner-section {
    max-width: 960px;
  }
}

@media only screen and (max-width: 768px) {
  .discover-goa-section .inner-section {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .discover-goa-section .inner-section {
    max-width: 100%;
    padding-inline: 20px;
    padding-top: 0px;
  }
}
.discover-goa-section .inner-section .heading {
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: white;
  font-family: GuardianSansXCond Semibold;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section .inner-section .heading {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.32px;
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.discover-goa-section .inner-section .subtext {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: white;
  max-width: 548px;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section .inner-section .subtext {
    font-size: 14px;
    line-height: 21px;
  }
}
.discover-goa-section .discover-bg-image {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
  filter: blur(23px);
}
.discover-goa-section .discover-bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.discover-goa-section .slider-section {
  max-width: 80%;
  margin: 0 auto;
  position: relative;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .discover-goa-section .slider-section {
    max-width: 960px;
  }
}

@media only screen and (max-width: 768px) {
  .discover-goa-section .slider-section {
    max-width: 720px;
  }
}

.discover-goa-section .slider-section.active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section .slider-section {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.discover-goa-section .discover-card {
  width: 100%;
  margin-top: 24px;
  overflow: hidden;
  height: 370px;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section .discover-card {
    margin-top: 24px;
    height: auto;
  }
}
.discover-goa-section .discover-card .swiper-wrapper {
  align-items: center;
}
.discover-goa-section .discover-card .swiper-slide .slide-item {
  position: relative;
  cursor: pointer;
}
.discover-goa-section .discover-card .swiper-slide .img-box {
  height: 360px;
  width: 100%;
  position: relative;
}
.discover-goa-section .discover-card .swiper-slide .img-box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 207px;
  left: 0px;
  bottom: -1px;
  background: linear-gradient(
    0deg,
    #181818 2.79%,
    rgba(24, 24, 24, 0.741909) 66.56%,
    rgba(24, 24, 24, 0.315427) 81.75%,
    rgba(24, 24, 24, 0) 96%
  );
}
.discover-goa-section .discover-card .swiper-slide .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.discover-goa-section .discover-card .swiper-slide .content-section {
  position: absolute;
  bottom: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section .discover-card .swiper-slide .content-section {
    padding-block: 18px;
  }
}
.discover-goa-section .discover-card .swiper-slide .content-section h4 {
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.discover-goa-section .discover-card .swiper-slide .content-section p {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.discover-goa-section .discover-card .swiper-slide .content-section p img {
  opacity: 0.6;
}
.discover-goa-section .arrow-section {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  margin: 0 -24px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .discover-goa-section .arrow-section {
    margin: 0 -30px;
  }
}

@media only screen and (max-width: 768px) {
  .discover-goa-section .arrow-section {
    margin: 0 -10px;
  }
}

.discover-goa-section .arrow-section .arrow-custom {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.16);
  -webkit-backdrop-filter: blur(11.365px);
  backdrop-filter: blur(11.365px);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -40px;
  z-index: 9;
  cursor: pointer;
}

.discover-goa-section .arrow-section .next {
  right: 0;
}

@media only screen and (max-width: 767px) {
  .discover-goa-section .arrow-section .arrow-custom {
    display: none;
  }
}
.discover-goa-section .arrow-section .arrow-custom::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 100px;
  padding: 1.23px;
  background: linear-gradient(-40deg, rgba(255, 255, 255, 0.2), #fff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.discover-goa-section .arrow-section .arrow-custom::after {
  font-size: 14px;
  color: white;
  display: none;
}
.discover-goa-section .arrow-section .swiper-button-disabled {
  display: none;
}
.discover-goa-section .button-section {
  display: flex;
  gap: 15px;
  margin-top: 24px;
}
.discover-goa-section .button-section .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 56px;
  font-size: 14px;
  line-height: 21px;
  color: white;
  background: #373737;
  border: 1px solid #474747;
  font-weight: 400;
  font-family: Montserrat;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section .button-section .btn {
    font-size: 12px;
    line-height: 18px;
  }
}
.discover-goa-section .button-section .btn.active {
  background: #403b29;
  border: 1px solid #847543;
  font-weight: 600;
  font-family: Montserrat Semibold;
}
.discover-goa-section .explore-link {
  color: #da291c;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.4px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  font-family: Montserrat Semibold;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section .explore-link {
    display: none;
    font-size: 14px;
  }
}
.discover-goa-section .explore-link.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section .explore-link.mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 24px;
  }
}
.discover-goa-section .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: 0 !important;
  left: 0 !important;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section .swiper-pagination {
    bottom: 0 !important;
    position: relative;
    margin-top: 24px;
  }

  .discover-goa-section .button-section .btn {
    height: 40px;
  }
}
.discover-goa-section .swiper-pagination .swiper-pagination-bullet {
  width: 34px;
  height: 4px;
  border-radius: 0;
  background-color: #616161;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform-origin: right center;
}
.discover-goa-section .swiper-pagination .swiper-pagination-bullet-active {
  width: 54px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 2px;
  }
  .discover-goa-section .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
  }
}

/* location-sec */

.location-sec {
  display: flex;
  align-items: center;
  gap: 8px;
}

.location-sec img {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

.location-sec svg {
  width: 20px;
  height: 20px;
  opacity: 0.6;
}

/* Arrow Section  */
.discover-goa-section .arrow-section .prev span:after {
  height: 10px;
  width: 10px;
  content: "";
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}

.discover-goa-section .arrow-section .next span:after {
  height: 10px;
  width: 10px;
  content: "";
  border-bottom: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}

.discover-listing .inner-section {
  padding-top: 0px;
}

.discover-goa-section.discover-listing .discover-card {
  height: unset;
  overflow: unset;
}
.discover-goa-section.discover-listing .discover-card > .swiper-wrapper {
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 48px;
}
.discover-goa-section.discover-listing
  .discover-card
  > .swiper-wrapper.pgn-height {
  /* min-height: 1176px; */
  align-items: baseline;
}
.discover-goa-section.discover-listing
  .discover-card
  > .swiper-wrapper
  .swiper-slide {
  width: calc(33.333% - 11px);
}
.discover-goa-section.discover-listing .arrow-section .arrow-custom {
  display: none;
}
.custom-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.page-buttons {
  display: flex;
  gap: 8px;
}

.pagination-btn,
.pagination-arrow {
  background: transparent;
  color: #a6a6a6;
  border: none;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s, transform 0.1s;
}
.pagination-arrow {
  background-color: #2a2a2a;
  backdrop-filter: blur(22.729999542236328px);
  border: 1.23px solid;
  border-image-source: linear-gradient(
    133.14deg,
    rgba(255, 255, 255, 0.33) 0%,
    rgba(255, 255, 255, 0.0066) 84.07%
  );
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: #fff;
}
.pagination-arrow.icon-icon-arrow::before {
  margin-top: 5px;
  font-size: 12px;
  -webkit-text-stroke: 0.5px;
}
.pagination-arrow.prev.icon-icon-arrow::before {
  transform: rotate(180deg);
}
/* .pagination-btn:hover,
.pagination-arrow:hover:not(:disabled) {
  background: #333;
  transform: scale(1.05);
} */

.pagination-btn.active {
  /* background: #e60000; */
  color: #fff;
  font-weight: 600;
}

.pagination-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .discover-goa-section.discover-listing
    .discover-card
    > .swiper-wrapper.pgn-height {
    column-gap: 0;
    row-gap: 16px;
  }
  .discover-goa-section.discover-listing
    .discover-card
    > .swiper-wrapper
    .swiper-slide {
    width: 100%;
  }
}

/* drawer-wrapper */
.drawer-wrapper .hero-banner-swiper {
  max-height: 584px;
}

.drawer-wrapper .motoverse-event-banner {
  height: 584px;
  max-height: 584px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* drawer-wrapper */
.drawer-wrapper {
  position: fixed;
  height: calc(100dvh - 153px);
  overflow-y: auto;
  width: 100%;
  z-index: 9999;
  bottom: 0;
  background-color: #000000;
  display: none;
  left: 0;
  width: 100% !important;
}

.drawer-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .drawer-wrapper::before {
    z-index: 0;
  }
}

.drawer-wrapper .cmp-experiencefragment,
.drawer-wrapper .cmp-container,
.drawer-wrapper .aem-Grid,
.drawer-wrapper .container.responsivegrid {
  height: 100%;
  overflow-y: auto;
  background: #000;
}

.discover-goa-section .discover-card .swiper-wrapper.draw-open {
  transform: unset;
}
.discover-goa-section
  .discover-card.swiper-backface-hidden
  .swiper-wrapper.draw-open
  > .swiper-slide {
  transform: unset;
  backface-visibility: unset;
}
.drawer-open
  .experiencefragment
  .cmp-experiencefragment.cmp-experiencefragment--footer {
  z-index: 0;
}

/* Close button styles */
.close-btn-style {
  position: absolute;
  top: 25px;
  right: 40px;
  font-size: 32px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.2s;
}

@media only screen and (max-width: 767px) {
  .close-btn-style {
    top: 0;
    right: 18px;
  }
}

.discover-goa-section .card-description {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .discover-listing {
    padding-bottom: 0px;
  }
}
