@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.modal {
  /* Slick arrows */
}
@media (min-width: 992px) {
  .modal.video-modal .modal-dialog {
    max-width: 800px;
  }
}
.modal.video-modal .modal-header {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #603ac8;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 44px;
}
@media (max-width: 579px) {
  .modal.video-modal .modal-header {
    padding: 10px 20px;
  }
}
.modal.video-modal .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-image: url(../img/close.svg);
  box-shadow: none;
  outline: none;
}
.modal.video-modal .modal-content {
  background-color: #000;
  border-radius: 15px;
}
.modal.video-modal .modal-content .video-embed-container {
  height: 510px;
}
@media (max-width: 991px) {
  .modal.video-modal .modal-content .video-embed-container {
    height: 350px;
  }
}
@media (max-width: 479px) {
  .modal.video-modal .modal-content .video-embed-container {
    height: 300px;
  }
}
.modal.video-modal .modal-content .video-embed-container iframe {
  width: 100%;
  height: 100%;
}
.modal.story-modal .modal-content {
  background: transparent;
  border: none;
}
.modal.story-modal .modal-body {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.story-modal .custom-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  filter: invert(1);
}
.modal.story-modal .slider-outer {
  width: 636px;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .modal.story-modal .slider-outer {
    width: 540px;
  }
}
@media (max-width: 579px) {
  .modal.story-modal .slider-outer {
    width: 100%;
  }
}
.modal.story-modal .slider-outer .story-progress {
  display: flex;
  gap: 4px;
}
.modal.story-modal .slider-outer .bar {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.3);
}
.modal.story-modal .slider-outer .bar span {
  display: block;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0.1s linear;
}
.modal.story-modal .story-slider {
  height: 100%;
}
.modal.story-modal .story-slider .slick-list {
  height: 100%;
}
.modal.story-modal .story-slider .slick-track {
  display: flex;
  height: 100%;
}
.modal.story-modal .story-slider .slick-track .slick-slider {
  height: inherit;
}
.modal.story-modal .slick-arrow {
  background: none;
  border: 0;
  padding: 0;
}
.modal.story-modal .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.modal.story-modal .arrow-next,
.modal.story-modal .arrow-prev {
  position: absolute;
  top: 50%;
}
.modal.story-modal .arrow-next img,
.modal.story-modal .arrow-prev img {
  width: 26px;
  height: 33px;
}
.modal.story-modal .arrow-next {
  right: 30px;
}
.modal.story-modal .arrow-prev {
  left: 30px;
}
.modal.story-modal .arrow-prev img {
  transform: rotate(180deg);
}
.modal.story-modal .story-item {
  display: flex !important;
  justify-content: center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
}
.modal.story-modal .story-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: #000;
  display: flex;
  align-items: center;
}
.modal.story-modal .story-card img {
  width: 100%;
  max-height: 332px;
  object-fit: cover;
}
.modal.story-modal .story-card .story-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.8));
  color: #fff;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@keyframes fill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.modal.story-modal .story-card .top-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.modal.story-modal .story-card .top-bar .story-ring {
  width: 46px;
  height: 46px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* COMPLETED */
}
.modal.story-modal .story-card .top-bar .story-ring::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(#0057ff 0deg, #2f7bff 120deg, #6ea3ff 240deg, #0057ff 360deg);
  padding: 2px;
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), #000 0);
}
.modal.story-modal .story-card .top-bar .story-ring.active::before {
  background: conic-gradient(#477cf9 0deg, #89ACFF 360deg);
  opacity: 1;
}
.modal.story-modal .story-card .top-bar .story-ring.completed::before {
  background: #477cf9;
  opacity: 1;
}
.modal.story-modal .story-card .top-bar .icon {
  width: 32px;
  background: #0b0b0b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}
.modal.story-modal .story-card .top-bar h6 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1679px) {
  .modal.story-modal .story-card .top-bar h6 {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .modal.story-modal .story-card .top-bar h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .modal.story-modal .story-card .top-bar h6 {
    font-size: 13px;
  }
}
@media (max-width: 579px) {
  .modal.story-modal .story-card .top-bar h6 {
    font-size: 12px;
  }
}
.modal.story-modal .story-card .top-bar small {
  font-size: 14px;
  line-height: 1;
  font-weight: 200;
  color: #ffffff;
}
@media (max-width: 1679px) {
  .modal.story-modal .story-card .top-bar small {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .modal.story-modal .story-card .top-bar small {
    font-size: 12px;
  }
}
.modal.story-modal .story-card .bottom-content .tag {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1.3px;
  color: rgba(255, 255, 255, 0.8);
}
.modal.story-modal .story-card .bottom-content .main-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 5px;
  color: #ffffff;
  max-width: 100%;
  overflow-y: auto;
  max-height: 400px;
}
@media (max-width: 1679px) {
  .modal.story-modal .story-card .bottom-content .main-title {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 1481px) {
  .modal.story-modal .story-card .bottom-content .main-title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1199px) {
  .modal.story-modal .story-card .bottom-content .main-title {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  .modal.story-modal .story-card .bottom-content .main-title {
    font-size: 13px;
    line-height: 18px;
  }
}
@media (max-width: 579px) {
  .modal.story-modal .story-card .bottom-content .main-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.modal.story-modal .story-card .bottom-content .main-title::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #000;
}
.modal.story-modal .story-card .bottom-content .main-title::-webkit-scrollbar {
  width: 6px;
  background-color: #000;
}
.modal.story-modal .story-card .bottom-content .main-title::-webkit-scrollbar-thumb {
  background-color: #f5f5f5;
}
.modal .slick-prev,
.modal .slick-next {
  z-index: 5;
}
.modal .slick-prev:before,
.modal .slick-next:before {
  font-size: 25px;
}

/*# sourceMappingURL=modal.css.map */