/* whatson-section */
.fw__discover--sec.fw__whatson__sec.bg-dark {
  background: var(--secondary-color);
}
.fw__discover--sec.fw__whatson__sec.bg-dark {
  padding: 5.313rem 0 6.875rem;
}
.fw__horizantal__card--content.fw__horizantal__card--col.bg-dark {
  background: var(--secondary-color);
  color: #fff;
	padding-left: 60px;
}

.fw__horizantal__card--content.fw__horizantal__card--col.bg-dark p {
	color: #fff;
  width: 100%;
  max-width: 35.938rem;
  text-align: center;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 2.5rem;
}
.fw__horizantal__card--content h2 {
  margin-bottom: 2.125rem;
}

/*event-section  */
.fw__event-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.625rem 3.563rem;
}
.fw__event-image {
  position: relative;
  padding-top: 100%;
}
.fw__event-item {
  position: relative;
}

.fw__event-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.fw__event-image img {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.fw__event-content {
  padding-top: 2.313rem;
}
.fw__event-content h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: var(--secondary-color);
}

.fw__event-content p {
  margin: 0;
}

.fw__event-section {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  background-color: #fffef6;
  /* border-top: 2px solid; */
  border-bottom: 2px solid var(--secondary-color);
}
.fw__event-item .fw__event-image {
  background-color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}
.fw__event-item:hover .fw__event-image {
  transform: scale(1.03);
}
.fw__event-list:hover .fw__event-image img {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.fw__event-item:hover .fw__event-image img {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.fw__horizantal__card--content.fw__horizantal__card--col.bg-light {
  background-color: #ffd4b9;
}
.fw__seemore--arrow a {
  padding-bottom: 0;
  font-size: 0.938rem;
  color: #ffb1ff;
  display: block;
  height: auto;
  line-height: 2;
}

.fw__seemore--arrow {
  width: 100%;
  padding-top: 4.125rem;
  text-align: center;
}
.fw__seemore--arrow img,
.fw__seemore--arrow svg {
  height: 3.125rem;
  width: auto;
  display: inline-block;
  margin-top: 1.25rem;
  position: relative;
  animation: mydown 1.5s infinite ease-in-out;
}
@keyframes mydown {
  0% {
    top: 0px;
  }
  50% {
    top: 1.25rem;
  }
  100% {
    top: 0px;
  }
}
.fw__seemore--arrow svg path {
  fill: #d5e895;
}
.fw__top--event .fw__horizantal__card__main {
  padding: 0;
	
}
.fw__horizantal__card__main {
  padding-bottom: 0;
  padding-top: 4.188rem;
}

.fw__whatson__sec.fw__discover--sec.fw__discover--blog
  .fw__horizantal__card--content {
  background-color: #ffd4b9;
}

footer {
  padding-top: 4.75rem;
}
.fw__footer--design {
  bottom: calc(100% - 5.25rem);
}
@media (min-width: 768px) {
  .fw__viewmore--btn {
    display: none;
  }

}
@media (min-width: 991px) {
  .mobile__text,
  .mobile__title {
    display: none;
  }
}
@media (max-width: 1200px) {
     .fw__hero-banner img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
    }    
    
  .fw__discover--sec.fw__whatson__sec.bg-dark {
    padding: 2.75rem 0 2.125rem;
  }
  .fw__top--event
    .fw__horizantal__card--content.fw__horizantal__card--col.bg-dark {
    padding-top: 18px;
  }
  .fw__seemore--arrow {
    padding-top: 2.75rem;
  }
}
@media (max-width: 991px) {
  /*.fw__hero-banner {*/
  /*  position: relative;*/
  /*  min-height: 296px;*/
  /*}*/
  .desktop__text,
  .desktop__title {
    display: none;
  }
  .fw__hero--data h3 {
    max-width: 270px;
    margin-inline: auto;
  }
  .fw__hero--data h4 {
    max-width: 358px;
    line-height: 1.3;
  }
  .fw__event-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.75rem 1.5rem;
  }

  .fw__top--event h2 {
    max-width: 359px;
    margin-bottom: 20px;
  }
  .fw__top--event h2 br {
    display: none;
  }
  .fw__top--event p {
    font-size: 18px;
  }
  .fw__event-section {
    padding-top: 4.375rem;
    padding-bottom: 3.813rem;
  }
  footer {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .fw__event-content {
    padding-top: 1.25rem;
    text-align: center;
  }
.fw__horizantal__card--content.fw__horizantal__card--col.bg-dark {
padding-left: 0;
}
  .fw__event-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .fw__viewmore--btn {
    text-align: center;
    margin-top: 2.625rem;
  }
  .fw__hero--data {
    padding: 2.188rem 2.188rem;
  }
  .fw__seemore--arrow img,
  .fw__seemore--arrow svg {
    height: 2.188rem;
  }
  .fw__event-section .container {
    padding: 0 60px;
  }
  .fw__whatson__sec.fw__discover--sec .fw__vertical__card--inner {
    padding-top: 39px;
    padding-bottom: 45px;
  }
  footer {
    margin-top: 6.5rem;
  }
  .fw__discover--blog .fw__vertical__card--inner {
    padding-bottom: 44px;
  }
}
@media (max-width: 576px) {
  .fw__event-section p {
    font-size: 18px;
  }
  .fw__event-section {
    padding-top: 3.625rem;
    padding-bottom: 4.375rem;
  }

  .fw__discover--blog .fw__vertical__card--inner h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 429px) {
    .fw__event-section .container {
        padding: 0 60px;
    }
}

/* For search page */
@media (min-width: 991px) {
  section.search-wrapper {
    margin-bottom: 6rem;
  }
}
