.discover-goa-section {
  position: relative;
  padding-bottom: 64px;
  overflow: hidden;
  /* image gradient */
}
@media only screen and (max-width: 767px) {
  .discover-goa-section {
    padding: 32px 0;
    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;
  }
}
.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;
}
.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 {
  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 {
    padding-block: 18px;
  }
}
.discover-goa-section .discover-card .swiper-slide .content h4 {
  color: white;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.discover-goa-section .discover-card .swiper-slide .content p {
  color: #a6a6a6;
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
}
.discover-goa-section .discover-card .swiper-slide .content 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: 600;
}
@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;
}
.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;
}

/* 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;
}
