@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.fs-18 {
  font-size: 18px !important;
}

.fs-14 {
  font-size: 14px;
}

.max-75 {
  max-width: 75%;
}

.max-50 {
  max-width: 50%;
}

.max-80 {
  max-width: 80%;
}

.text-dark-gray {
  color: #505050;
}

.text-navy {
  color: #153858;
}

.direction-rtl {
  direction: rtl;
}

.event-sign-in {
  background-color: white;
  color: #153858;
  border-radius: 40px;
}
.event-sign-in:hover {
  background-color: transparent;
  outline: 2px solid white;
  color: white;
}

.event-sign-up {
  border-radius: 40px;
}
.event-sign-up:hover {
  background-color: white;
  color: #153858 !important;
}

.event-nav-btns {
  display: flex;
  align-items: center;
  gap: 30px;
}
.event-nav-btns .btn {
  min-height: 42px;
  font-weight: 600;
}

.event-header {
  position: relative;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to bottom, #1A4063, rgba(53, 130, 201, 0.6980392157), rgba(53, 130, 201, 0.0901960784), rgba(91, 26, 26, 0)), url("../images/landing-img/Event_whiteLogo 1.png") no-repeat center/cover;
  background-size: 500px;
}

.event-nav-logo {
  max-width: 200px;
}

.event-header-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.event-header-content h1 {
  font-size: 46px !important;
  font-weight: 700;
}
.event-header-content button {
  height: 42px;
}

.event-header-pattern {
  position: absolute;
  max-width: 400px;
  top: 315px;
  left: 0;
}

.about-event-section {
  background-color: #FAFAFA;
}

.event-section-title h2 {
  text-align: center;
  color: #153858;
}

.about-card-img {
  min-height: 135px;
}

.imagine-section-btn {
  background-color: #153858;
  border-radius: 40px;
  color: white;
  font-weight: 600;
  padding: 8px 20px;
}
.imagine-section-btn:hover {
  background-color: transparent;
  outline: 2px solid #153858;
  color: #153858;
}

.imagine-section-img {
  max-width: 500px;
  min-height: 500px;
  border-radius: 20px;
}

.imagine-dots {
  max-width: 170px;
  position: absolute;
}

.imagine-dots.upper-dot {
  right: -10px;
  top: -45px;
}

.imagine-dots.bottom-dot {
  bottom: -67px;
  left: -20px;
}

.event-work-section, .seesoon-video-section {
  background-color: #FAFAFA;
}

.plyr__control--overlaid {
  background: red;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background-image: linear-gradient(to right, rgb(255, 0, 0) var(--value, 0), rgba(0, 0, 0, 0) var(--value, 0));
}

.plyr--video .plyr__control:hover {
  background: red;
}

.plyr--video {
  border-radius: 10px;
}

.faq-accordian .accordion-button {
  flex-direction: row-reverse;
  justify-content: space-between;
  color: #153858;
  font-weight: 600;
  font-size: 18px;
  text-align: end;
}
.faq-accordian .accordion-button::after {
  margin-left: 0;
}
.faq-accordian .accordion-button:focus {
  box-shadow: none;
}
.faq-accordian .accordion-header {
  border-radius: 10px 10px 0 0 !important;
}
.faq-accordian .accordion-button:not(.collapsed) {
  background-color: #FAFAFA;
  border-radius: 10px 10px 0 0 !important;
  box-shadow: none !important;
}
.faq-accordian .accordion-body {
  background-color: #FAFAFA;
  border-radius: 0px 0px 10px 10px;
  text-align: right;
}
.faq-accordian .accordion-item {
  border: 0;
}

.event-faq-section .upper-dot {
  right: 0;
}
.event-faq-section .bottom-dot {
  bottom: -19px;
  left: 0;
}
.event-faq-section .imagine-dots {
  max-width: 130px;
}

.glide__slide {
  transition: transform 0.5s ease, opacity 0.3s ease;
  transform: scale(0.7); /* Scale for non-active slides */
  opacity: 0.7; /* Reduced opacity for non-active slides */
}

.glide__slide--active {
  transform: scale(1.2); /* Full scale for active slide */
  opacity: 1; /* Full opacity for active slide */
}

/* Responsiveness */
.glide__slides {
  display: flex;
  gap: 20px; /* Adjust spacing between slides */
  justify-content: end;
}

.glide__arrow--right {
  right: 0rem;
}

.glide__arrow--left {
  left: 0;
}

.glide__slide {
  padding: 20px;
  border-radius: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #FAFAFA;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  flex: 1;
}

.glide__arrow {
  box-shadow: none;
  border: none;
  padding: 0;
}

.faq-container {
  padding-inline: 200px;
}

footer {
  background-color: #123250;
}

.event-work-section ol {
  padding-right: 30px !important;
}
.event-work-section h2 {
  line-height: 51px;
}

@media (max-width: 992px) {
  .faq-container {
    padding-inline: 110px;
  }
  .event-faq-section .imagine-dots {
    max-width: 90px;
  }
}
@media (max-width: 768px) {
  .event-nav-logo {
    max-width: 140px;
  }
  .event-header-pattern {
    display: none;
  }
  .navbar.navbar-expand-lg {
    padding: 20px 0px;
  }
  .event-nav-btns .btn {
    font-size: 12px;
    min-height: auto;
  }
  .glide__slide--active {
    transform: scale(0.9);
  }
  .glide__slide {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .glide__arrow img {
    max-width: 30px;
  }
  .event-imagine-section .imagine-dots, .event-work-section .imagine-dots {
    max-width: 80px;
  }
  .event-imagine-section .imagine-dots.upper-dot, .event-work-section .imagine-dots.upper-dot {
    right: 38px;
    top: -20px;
  }
  .event-imagine-section .imagine-dots.bottom-dot, .event-work-section .imagine-dots.bottom-dot {
    bottom: -35px;
    left: 55px;
  }
  .event-section-title h2 {
    font-size: 24px;
  }
  .faq-container {
    padding-inline: 0;
  }
  .imagine-section-img {
    max-width: 350px;
    min-height: 350px;
  }
  footer .footer-logo {
    max-width: 130px !important;
  }
  footer p {
    font-size: 14px;
  }
  .event-header-content h1 {
    font-size: 30px !important;
  }
}
@media (max-width: 576px) {
  body {
    overflow-x: hidden;
  }
  .faq-accordian .accordion-button {
    font-size: 14px;
  }
  .event-header {
    background-size: 260px;
  }
  .event-nav-btns {
    gap: 10px;
  }
  .event-nav-logo {
    max-width: 120px;
  }
  .event-header-content h1 {
    font-size: 24px !important;
  }
}/*# sourceMappingURL=landing.css.map */