.homepage .home-carousel {
  margin-bottom: 2rem;
  height: calc(100vh - 5rem);
}
.homepage .home-carousel .owl-stage-outer {
  height: 100%;
}
.homepage .home-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
  width: 100%;
  position: relative;
}
@keyframes animeText {
  0% {
    transform: translateY(-10%);
    opacity: 0.2;
  }
  20% {
    transform: translateY(-25%);
    opacity: 0.5;
  }
  30% {
    transform: translateY(-35%);
    opacity: 0.7;
  }
  50% {
    transform: translateY(-45%);
    opacity: 0.9;
  }
  100% {
    transform: translateY(-50%);
    opacity: 1;
  }
}
@keyframes imgZoom {
  0% {
    transform: scale(1.01);
  }
  30% {
    transform: scale(1.04);
  }
  50% {
    transform: scale(1.07);
  }
  70% {
    transform: scale(1.09);
  }
  100% {
    transform: scale(1.15);
  }
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info h1 {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  text-shadow: 1px 2px 1px #3c3b3b;
  line-height: 1.4;
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info h1 span {
  color: var(--primary);
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info .text {
  font-size: 1rem;
  text-shadow: 1px 1px 1px #3c3b3b;
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info .book-btn {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info .book-btn .btn {
  background: var(--primary);
  color: var(--white);
  height: 45px;
  width: 10rem;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info .book-btn .btn:hover {
  background: var(--white);
  color: var(--primary);
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info .countdown {
  width: 100%;
  display: flex;
  justify-content: center;
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info .countdown #timer {
  font-size: 3rem;
  font-weight: 700;
  gap: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #ffffff;
  padding: 20px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 5px;
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .img {
  height: 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .img::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(107.56deg, rgba(41, 44, 220, 0.5) 0%, rgba(255, 45, 85, 0.3) 100%);
}
.homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.homepage .home-carousel .owl-nav {
  display: none;
}
.homepage .home-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.homepage .home-carousel .owl-dots .owl-dot.active span {
  background: var(--primary);
  width: 20px;
}
.homepage .highlight-section {
  background: #f4f3f3;
  padding: 2rem 0;
  margin-bottom: 1.5rem;
  box-shadow: var(--box-shadow);
}
.homepage .highlight-section .container .data-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-auto-rows: auto;
  gap: 1rem;
}
.homepage .highlight-section .container .data-contents .data {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-align: center;
}
.homepage .highlight-section .container .data-contents .data:hover .curve1 .curve2 .curve3 {
  background: var(--primary);
}
.homepage .highlight-section .container .data-contents .data .curve1 {
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
  width: 160px;
  height: 140px;
  overflow: hidden;
  display: inline-block;
  margin: 1em 0;
  transform: rotate(-30deg) skewX(30deg);
}
.homepage .highlight-section .container .data-contents .data .curve1 .curve2 {
  transform: skewX(-30deg) rotate(60deg) skewX(30deg);
  display: block;
  overflow: hidden;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.homepage .highlight-section .container .data-contents .data .curve1 .curve2 .curve3 {
  display: block;
  overflow: hidden;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  transition: all 0.2s ease-in-out;
  background: #959fa9;
  transform: skewX(-30deg) rotate(60deg) skewX(30deg);
}
.homepage .highlight-section .container .data-contents .data .curve1 .curve2 .curve3 .curve-inner {
  height: 160px;
  width: 140px;
  margin-top: -10px;
  margin-left: 10px;
  transform: skewX(-30deg) rotate(-90deg) skewX(0deg);
}
.homepage .highlight-section .container .data-contents .data .curve1 .curve2 .curve3 .curve-inner .img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.homepage .highlight-section .container .data-contents .data .curve1 .curve2 .curve3 .curve-inner .img-wrapper #icon {
  height: 70px;
  width: 70px;
  fill: var(--white);
}
.homepage .highlight-section .container .data-contents .data .curve1 .curve2 .curve3 .curve-inner .img-wrapper #icon #icon-inner {
  fill: var(--white);
}
.homepage .highlight-section .container .data-contents .data h3 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  position: relative;
}
.homepage .highlight-section .container .data-contents .data h3::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 5rem;
  background: var(--primary);
}
.homepage .admin-quote-section .container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.homepage .admin-quote-section .container .img {
  width: 50%;
}
.homepage .admin-quote-section .container .img img {
  width: 100%;
}
.homepage .admin-quote-section .container .quote {
  width: 50%;
}
.homepage .admin-quote-section .container .quote #icon {
  height: 3rem;
  width: 3rem;
  fill: var(--primary);
  margin-bottom: 1rem;
}
.homepage .admin-quote-section .container .quote h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.homepage .admin-quote-section .container .quote .name {
  font-weight: 700;
  font-size: 1.2rem;
}
.homepage .admin-quote-section .container .quote .sub {
  color: var(--grey);
  font-weight: 700;
}
.homepage .about-section {
  padding: 5rem 0;
  background: #0d1028;
  margin-bottom: 1.5rem;
}
.homepage .about-section .container {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.homepage .about-section .container .img {
  width: 50%;
}
.homepage .about-section .container .img img {
  width: 100%;
}
.homepage .about-section .container .details {
  width: 50%;
}
.homepage .about-section .container .details h5 {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.homepage .about-section .container .details h2 {
  background: linear-gradient(90deg, #efa506 0%, #ff2d55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 40px;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.homepage .about-section .container .details .text {
  color: var(--white);
  margin-bottom: 1.5rem;
}
.homepage .about-section .container .details .reg-btn .btn {
  width: 10rem;
}
.homepage .event-planners {
  margin-bottom: 1.5rem;
}
.homepage .event-planners .container .heading {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.homepage .event-planners .container .heading h3 {
  text-align: center;
  color: var(--primary);
  font-size: 1.8rem;
}
.homepage .event-planners .container .planner-carousel .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 1s;
  padding: 0 1rem;
}
.homepage .event-planners .container .planner-carousel .list-item:hover {
  transition: all 1s;
}
.homepage .event-planners .container .planner-carousel .list-item:hover .img {
  transition: all 1s;
}
.homepage .event-planners .container .planner-carousel .list-item:hover .img .social-icons {
  transition: all 1s;
  display: flex;
  bottom: 15%;
  opacity: 1;
  visibility: visible;
}
.homepage .event-planners .container .planner-carousel .list-item .img {
  position: relative;
  max-width: 100%;
  border-radius: 100%;
  cursor: pointer;
  display: flex;
  margin-bottom: 0.5rem;
}
.homepage .event-planners .container .planner-carousel .list-item .img img {
  width: 100%;
  max-width: 100%;
  border: 5px solid var(--primary);
  border-radius: 100%;
  box-shadow: var(--box-shadow);
}
.homepage .event-planners .container .planner-carousel .list-item .img .social-icons {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 1rem;
  visibility: hidden;
}
.homepage .event-planners .container .planner-carousel .list-item .img .social-icons .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2rem;
  width: 2rem;
  border-radius: 100%;
  background: #ff2d55;
}
.homepage .event-planners .container .planner-carousel .list-item .img .social-icons .icon a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .event-planners .container .planner-carousel .list-item .img .social-icons .icon a #icon {
  height: 1.2rem;
  width: 1.2rem;
  fill: var(--white);
}
.homepage .event-planners .container .planner-carousel .list-item .name {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}
.homepage .event-planners .container .planner-carousel .list-item .desg {
  font-size: 0.8rem;
}
.homepage .event-planners .container .planner-carousel .owl-dots {
  display: none;
}
.homepage .our-sponsors {
  background-image: url(../../images/sponsor/sponsors-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 75px;
}
.homepage .our-sponsors .container .heading {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.homepage .our-sponsors .container .heading h3 {
  text-align: center;
  color: var(--primary);
  font-size: 1.8rem;
}
.homepage .our-sponsors .container .sponsor-carousel .list-item {
  padding: 0 1.5rem;
  display: flex;
  justify-content: center;
}
.homepage .our-sponsors .container .sponsor-carousel .list-item img {
  width: 70%;
}
.homepage .our-sponsors .container .sponsor-carousel .owl-dots {
  display: none;
}

.event-list {
  margin-bottom: 1.5rem;
}
.event-list .container .top-heading {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.event-list .container .top-heading .main-icon {
  height: 4rem;
  width: 4rem;
  background: var(--primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.event-list .container .top-heading .main-icon #icon {
  height: 3rem;
  width: 3rem;
  fill: var(--white);
}
.event-list .container .top-heading .main-icon #icon #icon-inner {
  fill: var(--white);
}
.event-list .container .top-heading .tabs {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: calc(100% - 4rem);
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.event-list .container .top-heading .tabs::-webkit-scrollbar {
  display: none;
}
.event-list .container .top-heading .tabs .tab {
  cursor: pointer;
  background: none;
  border: none;
}
.event-list .container .top-heading .tabs .tab h2 {
  font-size: 1.5rem;
}
.event-list .container .top-heading .tabs .active {
  position: relative;
  color: var(--primary);
  transition: all 0.4s;
}
.event-list .container .top-heading .tabs .active:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -0.5rem;
  height: 0.3rem;
  width: 100%;
  border-radius: 10px;
  background: var(--primary);
}
.event-list .container .tab-content .event-section .event-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-auto-rows: auto;
  gap: 1rem;
}
.event-list .container .tab-content .event-section .event-cards .event-card {
  padding: 0;
  border-radius: 10px;
  display: flex;
}
.event-list .container .tab-content .event-section .event-cards .event-card .img {
  width: 14rem;
  border-radius: 10px 0 0 10px;
  display: flex;
}
.event-list .container .tab-content .event-section .event-cards .event-card .img img {
  width: 100%;
  border-radius: 10px 0 0 10px;
}
.event-list .container .tab-content .event-section .event-cards .event-card .event-info {
  width: calc(100% - 14rem);
  padding: 1rem;
  position: relative;
  padding-bottom: 4.5rem;
}
.event-list .container .tab-content .event-section .event-cards .event-card .event-info .e-name {
  font-size: 1.2rem;
  line-height: 1.2;
  margin-bottom: 15px;
}
.event-list .container .tab-content .event-section .event-cards .event-card .event-info .data {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 0.8rem;
  margin-bottom: 8px;
  color: var(--grey);
  font-weight: 700;
}
.event-list .container .tab-content .event-section .event-cards .event-card .event-info .data #icon {
  height: 1.2rem;
  width: 1.2rem;
  fill: var(--black);
}
.event-list .container .tab-content .event-section .event-cards .event-card .event-info .data #icon #icon-inner {
  fill: var(--black);
}
.event-list .container .tab-content .event-section .event-cards .event-card .event-info .price {
  color: var(--primary);
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 10px;
}
.event-list .container .tab-content .event-section .event-cards .event-card .event-info .desc {
  margin-bottom: 10px;
  color: var(--grey);
}
.event-list .container .tab-content .event-section .event-cards .event-card .event-info .detail-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.event-list .container .tab-content .event-section .event-cards .event-card .event-info .detail-btn .btn {
  width: 10rem;
  border: 1px solid var(--primary);
}
.event-list .container .tab-content .event-section .event-cards .event-card .event-info .detail-btn .btn:hover {
  transition: all 0.4s;
  background: var(--primary);
  color: var(--white) !important;
}
.event-list .container .tab-content .event-section .more-btn {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.event-list .container .tab-content .event-section .more-btn .btn {
  width: 10rem;
}
.event-list .container .tab-content .event-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.event-list .container .tab-content .event-not-found .img img {
  width: 20rem;
}
.event-list .container .tab-content .event-not-found .text {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--primary);
}
.event-list .container .show {
  display: block;
}
.event-list .container .hide {
  display: none;
}

@media (max-width: 768px) {
  .homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .img::after {
    opacity: 0.5;
  }
  .homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info {
    width: 100%;
    padding: 1rem 2rem;
  }
  .homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info h1 {
    font-size: 2.5rem;
  }
  .homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info h1 span {
    font-size: 2.5rem;
  }
  .homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info span {
    font-size: 1rem;
  }
  .homepage .admin-quote-section .container {
    flex-direction: column;
  }
  .homepage .admin-quote-section .container .img,
  .homepage .admin-quote-section .container .quote {
    width: 100%;
  }
  .homepage .highlight-section .container .data-contents {
    grid-template-columns: repeat(2, 1fr);
  }
  .event-list .container .tab-content .event-section .event-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 560px) {
  .homepage .home-carousel {
    height: 30rem;
  }
  .homepage .home-carousel .owl-stage-outer .owl-stage .owl-item .item .info {
    padding: 1rem 1.25rem;
  }
  .homepage .highlight-section .container .data-contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .homepage .about-section .container {
    flex-direction: column;
    gap: 3rem;
  }
  .homepage .about-section .container .img,
  .homepage .about-section .container .details {
    width: 100%;
  }
  .event-list .container .tab-content .event-section .event-cards .event-card {
    flex-direction: column;
  }
  .event-list .container .tab-content .event-section .event-cards .event-card .img {
    width: 100%;
    height: 20rem;
    border-radius: 10px 10px 0 0;
  }
  .event-list .container .tab-content .event-section .event-cards .event-card .img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
  .event-list .container .tab-content .event-section .event-cards .event-card .event-info {
    width: 100%;
  }
  .event-list .container .tab-content .event-section .event-cards .event-card .event-info .detail-btn {
    display: flex;
    justify-content: center;
  }
}/*# sourceMappingURL=home.css.map */