@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");
.header .navbar {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(41, 45, 50, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 60px;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
}
@media (max-width: 960px) {
  .header .navbar {
    padding: 12px 16px;
  }
}
.header .navbar .logo {
  cursor: pointer;
}
.header .navbar .logo img {
  width: 63px;
  height: 36px;
}
.header .navbar .profile-menu {
  position: relative;
}
.header .navbar .profile-menu .profile-button {
  display: flex;
  padding: 6px 12px;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 31px;
  border: 0.6px solid #fff;
  background-color: transparent;
  color: #fff;
}
.header .navbar .profile-menu .profile-button .icon-user {
  margin-right: 0.5rem;
}
.header .navbar .profile-menu .dropdown-menu {
  position: absolute;
  right: 0;
  top: 55px;
  background-color: #fff;
  color: #000;
  width: 250px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.68);
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  opacity: 0;
  z-index: 10;
  padding: 1rem;
}
.header .navbar .profile-menu .dropdown-menu .profile-info {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #D4D4D4;
}
.header .navbar .profile-menu .dropdown-menu .profile-info .profile-image {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid #292D32;
  padding: 2px;
}
.header .navbar .profile-menu .dropdown-menu .profile-info .profile-details h3 {
  margin: 0;
  color: #2B2829;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 31px;
}
.header .navbar .profile-menu .dropdown-menu .profile-info .profile-details p {
  margin: 0;
  color: #2B2829;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.header .navbar .profile-menu .dropdown-menu .menu-options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .navbar .profile-menu .dropdown-menu .menu-options li {
  background-color: #EFEFEF;
  border-radius: 10px;
}
.header .navbar .profile-menu .dropdown-menu .menu-options li a {
  display: flex;
  padding: 10px;
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  display: block;
  text-decoration: none;
  transition: background 0.3s;
  color: #2B2829;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  cursor: pointer;
}
.header .navbar .profile-menu.active .dropdown-menu {
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 960px) {
  .header .navbar .logo-place {
    display: none;
  }
}
@media (max-width: 960px) {
  .header .navbar .place-profile {
    display: none;
  }
}
.header .navbar .mobile-item {
  display: none;
}
@media (max-width: 960px) {
  .header .navbar .mobile-item {
    display: block;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
  }
  .header .navbar .mobile-item i {
    color: #fff;
  }
  .header .navbar .mobile-item .place-item0 {
    color: #fff;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.header .is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 12px 60px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  opacity: 0.9;
  z-index: 999;
}
@media (max-width: 960px) {
  .header .is-sticky {
    padding: 12px 16px;
  }
}

.hero-wrapper {
  margin-top: 5rem;
}
.hero-wrapper.topmarging-hero {
  margin-top: 4rem;
}
@media (max-width: 960px) {
  .hero-wrapper.topmarging-hero {
    margin-top: 38px;
  }
}
.hero-wrapper .home-hero-slider {
  position: relative;
  /* RIGHT CENTER */
}
.hero-wrapper .home-hero-slider .item-event {
  position: relative;
  height: 600px;
  width: 100%;
}
.hero-wrapper .home-hero-slider .item-event.homehero {
  height: 300px;
}
.hero-wrapper .home-hero-slider .item-event.homehero::after {
  border-radius: 0px;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event {
    height: 300px;
  }
}
.hero-wrapper .home-hero-slider .item-event .eventbanner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: block;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .eventbanner-img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.hero-wrapper .home-hero-slider .item-event .eventbanner-img.heroimg-R {
  border-radius: 0px;
}
.hero-wrapper .home-hero-slider .item-event::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.82), transparent);
  border-radius: 0 0 20px 20px;
  pointer-events: none;
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  z-index: 2;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .info-wrapper {
  display: flex;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 6px;
  border-radius: 12px;
  background: rgba(19, 19, 19, 0.68);
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant .info-wrapper {
    width: 100%;
  }
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .info-wrapper .loction-title {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant .info-wrapper .loction-title {
    font-size: 18px;
    line-height: 25px;
    gap: 7px;
  }
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .info-wrapper .date-info {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant .info-wrapper .date-info {
    font-size: 15px;
  }
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .infodetail-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .infodetail-wrapper .date-info-detail {
  color: #FFF;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant .infodetail-wrapper .date-info-detail {
    font-size: 18px;
  }
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .infodetail-wrapper .dtail-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  gap: 8px;
  border-radius: 10px;
  background: #FF6F61;
  border: none;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant .infodetail-wrapper .dtail-button {
    font-size: 13px;
    padding: 7px 7px;
    white-space: nowrap;
  }
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .detail-date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  border-top: 2px solid #fff;
  padding-top: 8px;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant .detail-date {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant .detail-date .span-line-detail {
    display: none;
  }
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .guste-heading {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant .guste-heading {
    font-size: 22px;
  }
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .guestwrapper01 {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .guestwrapper01 .guste-label {
  display: flex;
  padding: 6px 11px 6px 6px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 43px;
  background: rgba(255, 255, 255, 0.9);
  color: #0F275C;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant .guestwrapper01 .guste-label {
    font-size: 16px;
  }
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .guestwrapper01 .guste-label .guest-img {
  width: 59px;
  height: 59px;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .hero-wrapper .home-hero-slider .item-event .event-info-contant .guestwrapper01 .guste-label .guest-img {
    width: 40px;
    height: 40px;
  }
}
.hero-wrapper .home-hero-slider .item-event .event-info-contant .guestwrapper01 .guste-label .auth-name {
  width: -moz-max-content;
  width: max-content;
}
.hero-wrapper .home-hero-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
}
.hero-wrapper .home-hero-slider .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.hero-wrapper .home-hero-slider .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  border: none;
}
.hero-wrapper .home-hero-slider .slick-dots li button:before {
  display: none;
}
.hero-wrapper .home-hero-slider .slick-dots li.slick-active button {
  background: white;
}
.hero-wrapper .home-hero-slider .slick-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  border: none;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  transition: all 0.25s ease;
}
.hero-wrapper .home-hero-slider .slick-arrow i {
  color: #ffffff;
  font-size: 18px;
}
.hero-wrapper .home-hero-slider .slick-prev {
  left: 16px;
}
.hero-wrapper .home-hero-slider .slick-prev:before {
  content: "\f053";
  /* left */
}
.hero-wrapper .home-hero-slider .slick-next {
  right: 16px;
}
.hero-wrapper .home-hero-slider .slick-next:before {
  content: "\f054";
  /* right */
}
.hero-wrapper .home-hero-slider .slick-prev:before,
.hero-wrapper .home-hero-slider .slick-next:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #fff;
}

.tickets-main-wrapper {
  padding-top: 5rem;
}
.tickets-main-wrapper .order-container {
  max-width: 1041px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  overflow: hidden;
  padding: 16px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.tickets-main-wrapper .order-container .data_order {
  width: 40%;
  height: 390px;
}
@media (max-width: 960px) {
  .tickets-main-wrapper .order-container .data_order {
    width: 100%;
    height: 280px;
  }
}
.tickets-main-wrapper .order-container .no_data_info {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.tickets-main-wrapper .heading-h1 {
  text-align: left;
  padding-bottom: 13px;
}
.tickets-main-wrapper .ticket-list {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  padding: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .tickets-main-wrapper .ticket-list {
    flex-wrap: wrap;
    padding: 10px;
  }
}
.tickets-main-wrapper .ticket-list .eventimg {
  width: 150px;
  height: 180px;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .tickets-main-wrapper .ticket-list .eventimg {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .tickets-main-wrapper .ticket-list .pop-eve-image {
    width: 100%;
    height: 140px;
  }
}
.tickets-main-wrapper .ticket-list .info-event {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.tickets-main-wrapper .ticket-list .info-event .date-wrapper {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 10px;
}
.tickets-main-wrapper .ticket-list .info-event .date-wrapper .data-item p {
  color: #0F275C;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.tickets-main-wrapper .ticket-list .info-event .date-wrapper .data-item span {
  color: #0F275C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tickets-main-wrapper .ticket-list .info-event .booking-info-btn {
  padding: 10px 12px;
  border-radius: 10px;
  background: transparent;
  border: 2px solid #FF6F61;
  color: #FF6F61;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 960px) {
  .tickets-main-wrapper .ticket-list .info-event .booking-info-btn {
    width: 100%;
    padding: 8px 12px;
    font-size: 18px;
  }
}
.tickets-main-wrapper .total-amount-ticket {
  border-top: 1px solid #ccc;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0px;
}
.tickets-main-wrapper .total-amount-ticket .text-span {
  font-size: 16px;
  font-weight: 500;
  color: #858585;
}
@media (max-width: 960px) {
  .tickets-main-wrapper .total-amount-ticket .text-span {
    font-size: 13px;
  }
}
.tickets-main-wrapper .total-amount-ticket .text-price {
  font-size: 16px;
  font-weight: 700;
  color: #FF6F61;
}
@media (max-width: 960px) {
  .tickets-main-wrapper .total-amount-ticket .text-price {
    font-size: 14px;
  }
}
.tickets-main-wrapper .QR-code-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.tickets-main-wrapper .QR-code-wrapper .QR-ticketimg {
  width: 200px;
  height: 200px;
}

.whats-icon-cont {
  position: relative;
}
.whats-icon-cont .whatspp-icon0 {
  position: fixed;
  width: -moz-max-content;
  width: max-content;
  bottom: 70px;
  right: 70px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: #fff;
  z-index: 999;
}
@media (max-width: 960px) {
  .whats-icon-cont .whatspp-icon0 {
    width: 30px;
    height: 30px;
    bottom: 68px;
    right: 20px;
  }
}
.whats-icon-cont .whatspp-icon0 a {
  width: 100%;
}
.whats-icon-cont .whatspp-icon0 a img {
  width: 55px;
}
@media (max-width: 960px) {
  .whats-icon-cont .whatspp-icon0 a img {
    width: 35px;
  }
}

.back-image {
  position: absolute;
  top: -50px;
  left: 10%;
  z-index: -1;
}
@media (max-width: 960px) {
  .back-image {
    top: 135px;
    left: 4%;
  }
}
@media (max-width: 600px) {
  .back-image {
    top: 140px;
  }
}
.back-image img {
  width: 100%;
  height: 918px;
}
@media (max-width: 960px) {
  .back-image img {
    width: 98%;
    height: 545px;
  }
}
@media (max-width: 600px) {
  .back-image img {
    width: 100%;
    height: 260px;
  }
}

.back-grad-info {
  position: absolute;
  top: 114px;
  left: 17%;
  z-index: -1;
}
@media (max-width: 960px) {
  .back-grad-info {
    top: 190px;
    left: 3%;
    right: 3%;
    z-index: -1;
  }
}
.back-grad-info img {
  width: 100%;
  height: 750px;
  max-width: 1000px;
}
@media (max-width: 960px) {
  .back-grad-info img {
    height: 300px;
  }
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 30px;
  z-index: 2;
}
@media (max-width: 960px) {
  .search-container {
    padding: 16px 0px 8px 0px;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .form-info-text {
    width: 100%;
  }
}
.form-info-text .search-box {
  display: flex;
  padding: 18px 36px;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  border: 1px solid #DADADA;
  background: #fff;
  z-index: 2;
  position: sticky;
}
@media (max-width: 960px) {
  .form-info-text .search-box {
    flex-wrap: wrap;
    gap: 0px;
    padding: 10px;
    justify-content: end;
  }
}
.form-info-text .search-box .search-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .form-info-text .search-box .search-item {
    width: 100%;
    padding: 6px 12px 16px;
    margin-right: 0px;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 10px;
  }
}
.form-info-text .search-box .search-item i {
  color: #FF6F61;
  margin-right: 8px;
  font-size: 18px;
}
.form-info-text .search-box .search-item input,
.form-info-text .search-box .search-item select {
  border: none;
  background: none;
  outline: none;
  color: #808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 768px) {
  .form-info-text .search-box .search-item input,
  .form-info-text .search-box .search-item select {
    width: 100%;
  }
}
.form-info-text .search-box .search-item input:focus,
.form-info-text .search-box .search-item select:focus {
  outline: none;
}
.form-info-text .search-box .search-item select {
  cursor: pointer;
}
.form-info-text .search-box .line-span-info-item {
  font-size: 25px;
  color: #DADADA;
  font-weight: 100;
}
@media (max-width: 768px) {
  .form-info-text .search-box .line-span-info-item {
    display: none;
  }
}
.form-info-text .search-box .search-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF6F61;
  border: none;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 10px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media (max-width: 768px) {
  .form-info-text .search-box .search-btn {
    width: 43px;
    height: 43px;
  }
}
.form-info-text .search-box .search-btn i {
  font-size: 16px;
}
.form-info-text .search-box .search-btn:hover {
  background: rgb(255, 64.5189873418, 46);
}

.popular-authors {
  text-align: center;
}
.popular-authors .popular-text {
  position: relative;
}
.popular-authors .popular-text h2 {
  color: #3A3A3A;
  font-size: 44px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  z-index: 2;
  position: sticky;
}
@media (max-width: 960px) {
  .popular-authors .popular-text h2 {
    font-size: 26px;
  }
}
.popular-authors .popular-text .line-span-info {
  position: absolute;
  left: 36%;
  display: block;
  width: 372px;
  bottom: 5px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .popular-authors .popular-text .line-span-info {
    left: 34%;
  }
}
@media (max-width: 960px) {
  .popular-authors .popular-text .line-span-info {
    left: 35%;
    bottom: 2px;
    width: 225px;
  }
}
@media (max-width: 600px) {
  .popular-authors .popular-text .line-span-info {
    left: 24%;
    width: 206px;
  }
}
@media (max-width: 400px) {
  .popular-authors .popular-text .line-span-info {
    left: 20%;
  }
}
@media (max-width: 360px) {
  .popular-authors .popular-text .line-span-info {
    left: 18%;
  }
}
@media (max-width: 960px) {
  .popular-authors .popular-text .recen-top-info {
    left: 25%;
    bottom: 2px;
    width: 200px;
  }
}
@media (max-width: 400px) {
  .popular-authors .popular-text .recen-top-info {
    left: 22%;
  }
}
@media (max-width: 600px) {
  .popular-authors .popular-text .libne-pop {
    left: 24%;
    bottom: 2px;
    width: 206px;
  }
}
@media (max-width: 400px) {
  .popular-authors .popular-text .libne-pop {
    left: 21%;
  }
}
@media (max-width: 460px) {
  .popular-authors .popular-text .lineinfo {
    left: 24%;
    bottom: 2px;
    width: 206px;
  }
}
@media (max-width: 400px) {
  .popular-authors .popular-text .lineinfo {
    left: 20%;
    bottom: 2px;
    width: 206px;
  }
}
@media (max-width: 360px) {
  .popular-authors .popular-text .lineinfo {
    left: 18%;
  }
}
@media (max-width: 400px) {
  .popular-authors .popular-text .line-time {
    left: 21%;
    bottom: 2px;
    width: 206px;
  }
}
@media (max-width: 380px) {
  .popular-authors .popular-text .line-time {
    left: 17%;
    bottom: 2px;
    width: 206px;
  }
}
.popular-authors .popular-text .story-line-info {
  left: 40%;
  width: 273px;
  bottom: 6px;
}
@media (max-width: 960px) {
  .popular-authors .popular-text .story-line-info {
    left: 39%;
    width: 165px;
    bottom: 3px;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  .popular-authors .popular-text .story-line-info {
    left: 29%;
    width: 168px;
    bottom: 2px;
  }
}
@media (max-width: 400px) {
  .popular-authors .popular-text .story-line-info {
    left: 26%;
    bottom: 2px;
  }
}
@media (max-width: 360px) {
  .popular-authors .popular-text .story-line-info {
    left: 25%;
    width: 160px;
  }
}
.popular-authors .popular-text .image-hart {
  position: absolute;
  left: 30%;
  top: 20px;
}
@media (max-width: 960px) {
  .popular-authors .popular-text .image-hart {
    display: none;
  }
}
.popular-authors .popular-text .star-item-deta {
  left: 10% !important;
}
.popular-authors .popular-text .line-all-info {
  top: 46px !important;
  width: 789px !important;
  left: 21% !important;
}
@media (max-width: 960px) {
  .popular-authors .popular-text .line-all-info {
    top: 22px !important;
    width: 330px !important;
    left: 2% !important;
  }
}
.popular-authors .popular-text .dub-items {
  right: 10% !important;
}
.popular-authors .popular-text .image-air {
  position: absolute;
  right: 0%;
  top: 16px;
  height: 110px;
}
@media (max-width: 960px) {
  .popular-authors .popular-text .image-air {
    display: none;
  }
}
.popular-authors .popular-text .image-tre {
  position: absolute;
  left: 2%;
  top: 60px;
  width: 155px;
  height: 90px;
}
@media (max-width: 960px) {
  .popular-authors .popular-text .image-tre {
    display: none;
  }
}
.popular-authors .popular-text .image-dots {
  position: absolute;
  right: 0px;
  top: 12px;
  width: 216px;
  height: 120px;
}
@media (max-width: 960px) {
  .popular-authors .popular-text .image-dots {
    display: none;
  }
}
.popular-authors .popular-text .image-star {
  position: absolute;
  right: 25%;
  top: 10px;
}
@media (max-width: 960px) {
  .popular-authors .popular-text .image-star {
    display: none;
  }
}
.popular-authors .author-items {
  margin-top: 20px !important;
}
@media (max-width: 960px) {
  .popular-authors .author-items {
    margin-top: 0px !important;
  }
}
.popular-authors .author-itinfo {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .popular-authors .author-itinfo {
    margin-top: 16px;
  }
}
.popular-authors p {
  color: #3A3A3A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-width: 960px) {
  .popular-authors p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.popular-authors .top-event2 {
  margin-top: 20px;
}
@media (max-width: 960px) {
  .popular-authors .top-event2 {
    margin-top: 14px;
  }
}
.popular-authors .resent_span {
  margin-top: 5px !important;
}
.popular-authors .author-cards {
  display: flex;
  justify-content: center;
  gap: 30px;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .popular-authors .author-cards {
    flex-wrap: nowrap;
    gap: 10px;
  }
}
@media (max-width: 460px) {
  .popular-authors .author-cards {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.popular-authors .author-cards .popular_info {
  position: relative;
  flex: 1 1 calc(19.33% - 15px);
  max-width: 210px;
}
@media (max-width: 960px) {
  .popular-authors .author-cards .popular_info {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 5px);
  }
}
.popular-authors .author-cards .popular_info .image-locticon-item {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 6px;
  border-radius: 31px;
  border: 0.6px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.popular-authors .author-cards .popular_info .image-locticon-item .location {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.popular-authors .author-cards .popular_info .image-locticon-item i {
  color: #fff;
  font-size: 12px;
}
.popular-authors .author-cards .popular_info .image-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.popular-authors .author-cards .popular_info .image-icon-author {
  cursor: pointer;
}
.popular-authors .author-cards .popular_info .image-icon-author .author-card {
  position: absolute;
  cursor: pointer;
  bottom: 37%;
  right: 34%;
}
@media (max-width: 600px) {
  .popular-authors .author-cards .popular_info .image-icon-author .author-card {
    bottom: 37%;
    right: 34%;
  }
}
.popular-authors .author-cards .popular_info .image-icon-author .video_author {
  bottom: 38%;
  right: 35%;
}
@media (max-width: 960px) {
  .popular-authors .author-cards .popular_info .image-icon-author .video_author {
    bottom: 38%;
    right: 48px;
  }
}
.popular-authors .author-cards .popular_info .image-icon-author img {
  border-radius: 20px;
  width: 100%;
  height: 280px;
}
@media (max-width: 960px) {
  .popular-authors .author-cards .popular_info .image-icon-author img {
    width: 100%;
    height: 215px;
  }
}
.popular-authors .author-cards .popular_info .image-icon-author .image-icon001 {
  border-radius: 20px;
  width: 100%;
  height: 260px;
}
@media (max-width: 960px) {
  .popular-authors .author-cards .popular_info .image-icon-author .image-icon001 {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .popular-authors .author-cards .popular_info .image-icon-author .image-icon001 {
    height: 190px;
  }
}
.popular-authors .author-cards .popular_info .image-icon-author .image-bord {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 260px;
}
@media (max-width: 960px) {
  .popular-authors .author-cards .popular_info .image-icon-author .image-bord {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .popular-authors .author-cards .popular_info .image-icon-author .image-bord {
    height: 190px;
  }
}
.popular-authors .author-cards .popular_info .details {
  background: rgba(0, 0, 0, 0.68);
  color: #fff;
  padding: 3px 8px 10px 8px;
  position: absolute;
  bottom: 6px;
  width: 100%;
  text-align: left;
  border-radius: 0px 0px 20px 20px;
}
.popular-authors .author-cards .popular_info .details h3 {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.popular-authors .author-cards .popular_info .details p {
  color: #fff;
  margin: 5px 0 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
}
.popular-authors .author-cards .popular_info .details p i {
  margin-right: 5px;
}
.popular-authors .author-cards .popular_info .author-info-text {
  text-align: center;
}
.popular-authors .detail-card {
  justify-content: start;
}

@media (max-width: 960px) {
  .top-info2 {
    padding-top: 16px;
  }
}

@media (max-width: 960px) {
  .top-info-item {
    padding-top: 0px;
  }
}

.info-textin {
  color: #3A3A3A;
  font-size: 44px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  z-index: 2;
  position: relative;
}
@media (max-width: 960px) {
  .info-textin {
    font-size: 18px;
  }
}

@media (max-width: 960px) {
  .top-info-bott {
    padding-bottom: 16px;
  }
}

@media (max-width: 960px) {
  .top-pad-intext {
    padding-top: 0px !important;
  }
}

@media (max-width: 960px) {
  .pop-top {
    padding-top: 10px;
  }
}

.item_preview video {
  width: 150px;
  height: 100px;
  cursor: pointer;
}
.item_preview img {
  width: 150px;
  height: 100px;
  cursor: pointer;
}

#previewModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 99;
  padding-top: 80px;
}

.preview-container {
  text-align: center;
  position: relative;
}
.preview-container img,
.preview-container video {
  max-width: 100%;
  max-height: 445px;
  border-radius: 10px;
}
@media (max-width: 960px) {
  .preview-container img,
  .preview-container video {
    max-width: 85%;
  }
}
.preview-container .close-btn {
  cursor: pointer;
  background: white;
  color: #000;
  border: none;
  padding: 5px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 999;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 50%;
}
@media (max-width: 960px) {
  .preview-container .close-btn {
    right: 11px;
    top: -11px;
  }
}

.recent-viewed .recent-fonts {
  margin-bottom: 20px;
}
.recent-viewed .image-pre-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 960px) {
  .recent-viewed .image-pre-info {
    width: 100%;
    height: 100%;
    overflow: scroll;
    justify-content: start;
    gap: 10px;
  }
}
.recent-viewed .image-pre-info .recent-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .recent-viewed .image-pre-info .recent-item {
    gap: 10px;
  }
}
.recent-viewed .image-pre-info .recent-item img {
  width: 228px;
  height: 263px;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .recent-viewed .image-pre-info .recent-item img {
    width: 180px;
    height: 215px;
  }
}
.recent-viewed .image-pre-info .recent-item .image-font-item {
  position: absolute;
  background-color: rgba(19, 19, 19, 0.68);
  margin: 0px 16px;
  padding: 12px 10px;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  bottom: 16px;
  width: 86%;
}
@media (max-width: 960px) {
  .recent-viewed .image-pre-info .recent-item .image-font-item {
    margin: 0px 8px;
    padding: 8px;
    bottom: 8px;
    font-size: 12px;
    width: 88%;
  }
}

.event-viewed .line-span2 {
  position: absolute;
  top: 45px;
  width: 220px;
  left: 42%;
}
@media (max-width: 960px) {
  .event-viewed .line-span2 {
    top: 27px;
    width: 144px;
    left: 40%;
  }
}
@media (max-width: 600px) {
  .event-viewed .line-span2 {
    width: 123px;
    left: 30%;
    top: 32px;
  }
}
@media (max-width: 600px) {
  .event-viewed .citiez_line {
    width: 140px;
    left: 33%;
    top: 29px;
  }
}
@media (max-width: 400px) {
  .event-viewed .citiez_line {
    left: 30%;
  }
}
@media (max-width: 380px) {
  .event-viewed .citiez_line {
    left: 28%;
  }
}
.event-viewed .event_line_span {
  top: 62px;
  width: 240px;
  left: 41%;
}
@media (max-width: 460px) {
  .event-viewed .event_line_span {
    top: 33px !important;
    left: 35%;
    width: 120px;
  }
}
@media (max-width: 400px) {
  .event-viewed .event_line_span {
    left: 33%;
  }
}
@media (max-width: 360px) {
  .event-viewed .event_line_span {
    top: 33px !important;
    left: 31%;
    width: 125px;
  }
}
.event-viewed .line-detail0 {
  left: 38%;
  width: 230px;
}
@media (max-width: 1300px) {
  .event-viewed .line-detail0 {
    left: 36%;
  }
}
@media (max-width: 900px) {
  .event-viewed .line-detail0 {
    left: 40%;
    width: 153px;
  }
}
@media (max-width: 600px) {
  .event-viewed .line-detail0 {
    left: 27%;
    width: 160px;
  }
}
@media (max-width: 600px) {
  .event-viewed .guest-item-inf {
    left: 33%;
    width: 140px;
  }
}
@media (max-width: 400px) {
  .event-viewed .guest-item-inf {
    left: 27%;
    width: 160px;
  }
}
.event-viewed .line-deta-info {
  width: 316px;
  left: 33%;
}
@media (max-width: 1300px) {
  .event-viewed .line-deta-info {
    left: 30%;
  }
}
@media (max-width: 600px) {
  .event-viewed .line-deta-info {
    width: 190px;
    left: 20%;
  }
}
@media (max-width: 800px) {
  .event-viewed .line1_detail {
    left: 38%;
    width: 178px;
  }
}
@media (max-width: 600px) {
  .event-viewed .line1_detail {
    left: 28%;
    width: 178px;
  }
}
@media (max-width: 400px) {
  .event-viewed .line1_detail {
    left: 25%;
    top: 30px;
  }
}
@media (max-width: 380px) {
  .event-viewed .line1_detail {
    left: 22%;
    top: 30px;
  }
}
.event-viewed .line-info-line {
  top: 45px;
  width: 186px;
  left: 43%;
}
@media (max-width: 1300px) {
  .event-viewed .line-info-line {
    width: 170px;
  }
}
@media (max-width: 960px) {
  .event-viewed .line-info-line {
    top: 27px;
    width: 120px;
    left: 42%;
  }
}
@media (max-width: 600px) {
  .event-viewed .line-info-line {
    top: 28px;
    width: 100px;
    left: 37%;
  }
}
@media (max-width: 400px) {
  .event-viewed .line-info-line {
    top: 28px;
    width: 100px;
    left: 35%;
  }
}
.event-viewed .tab-section .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .tabs {
    flex-wrap: wrap;
    white-space: nowrap;
  }
}
.event-viewed .tab-section .tabs .tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  color: #6F6F6F;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-bottom: 2px solid #D4D4D4;
}
.event-viewed .tab-section .tabs .tab.active {
  border-bottom: 4px solid #FF6F61;
  color: #FF6F61;
  border-radius: 0px 0px 4px 4px;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .tabs .tab.active {
    flex: 1 1 calc(50% - 0px);
    max-width: calc(50% - 8px);
  }
}
.event-viewed .tab-section .tabs .tab .tab-list {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 6px 0px 0px 0px;
  color: #3A3A3A;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .tabs .tab {
    font-size: 14px;
    flex: 1 1 calc(50% - 0px);
    max-width: calc(50% - 8px);
  }
}
.event-viewed .tab-section .tab-content {
  display: none;
}
.event-viewed .tab-section .tab-content.active {
  display: block;
}
@media (max-width: 460px) {
  .event-viewed .tab-section .tab-content.active {
    max-width: calc(100% - 0px);
  }
}
.event-viewed .tab-section .event-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
  }
}
@media (max-width: 460px) {
  .event-viewed .tab-section .event-cards {
    gap: 8px;
  }
}
.event-viewed .tab-section .event-cards .tab-content {
  flex: 1 1 calc(32.33% - 10px);
  max-width: 440px;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards .tab-content {
    flex: 1 1 calc(48.33% - 10px);
    max-width: 361px;
  }
}
@media (max-width: 660px) {
  .event-viewed .tab-section .event-cards .tab-content {
    flex: 1 1 calc(99.33% - 10px);
    max-width: 100%;
  }
}
.event-viewed .tab-section .event-cards .card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  max-width: 426px;
}
.event-viewed .tab-section .event-cards .card img {
  width: 100%;
  height: 500px;
  border-radius: 20px;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards .card img {
    height: 350px;
  }
}
.event-viewed .tab-section .event-cards .card .badge {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  color: #F00;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.event-viewed .tab-section .event-cards .card .time-clock {
  position: absolute;
  display: flex;
  padding: 8px 20px;
  align-items: center;
  gap: 4px;
  border-radius: 20px 0px 14px 0px;
  border: 1px solid #fff;
  background: rgba(41, 45, 50, 0.5);
  -webkit-backdrop-filter: blur(5.9499998093px);
          backdrop-filter: blur(5.9499998093px);
  top: 0px;
}
.event-viewed .tab-section .event-cards .card .time-clock img {
  width: 20px;
  height: 20px;
}
.event-viewed .tab-section .event-cards .card .time-clock .time-info-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0px;
}
.event-viewed .tab-section .event-cards .card .card-details {
  padding: 14px;
  position: absolute;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  bottom: 16px;
  border-radius: 10px 10px 11px 11px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  left: 10px;
  gap: 10px;
  right: 10px;
  background-color: rgba(19, 19, 19, 0.68);
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards .card .card-details {
    padding: 8px 10px;
    gap: 6px;
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
  }
}
.event-viewed .tab-section .event-cards .card .card-details:hover {
  background: rgba(0, 0, 0, 0.68);
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards .card .card-details:hover {
    -webkit-backdrop-filter: blur(0px);
            backdrop-filter: blur(0px);
    display: none;
  }
}
.event-viewed .tab-section .event-cards .card .card-details:hover .view-detail {
  opacity: 1;
  border-radius: 9px 9px 10px 10px;
  background: rgba(255, 255, 255, 0.84);
  pointer-events: auto;
  width: 100%;
  height: 100%;
  transition: background-color 0.5s ease, transform 0.5s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards .card .card-details:hover .view-detail {
    display: none;
  }
}
.event-viewed .tab-section .event-cards .card .card-details h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #fff;
  text-align: start;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards .card .card-details h3 {
    font-size: 16px;
  }
}
.event-viewed .tab-section .event-cards .card .card-details p {
  font-size: 16px;
  color: #fff;
  margin: 0px;
  text-align: start;
  text-align: start;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards .card .card-details p {
    font-size: 14px;
  }
}
.event-viewed .tab-section .event-cards .card .card-details p .icon {
  margin-right: 8px;
}
.event-viewed .tab-section .event-cards .card .card-details p .icon i {
  width: 20px;
  height: 20px;
}
.event-viewed .tab-section .event-cards .card .card-details p img {
  width: 24px;
  height: 24px;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards .card .card-details p img {
    width: 20px;
    height: 20px;
  }
}
.event-viewed .tab-section .event-cards .card .card-details .icon-images {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 12px;
  color: #2EFF52;
}
.event-viewed .tab-section .event-cards .card .card-details .tab-loction {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 12px;
}
.event-viewed .tab-section .event-cards .card .card-details .tab-loction .icon {
  color: #fff;
}
.event-viewed .tab-section .event-cards .card .card-details .tab-loction .loction-info-tab {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
}
.event-viewed .tab-section .event-cards .card .card-details .tab-loction .loction-info-tab .local {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards .card .card-details .tab-loction .loction-info-tab .local {
    font-size: 16px;
  }
}
.event-viewed .tab-section .event-cards .card .card-details .tab-loction .loction-info-tab .local-span1 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: start;
}
@media (max-width: 960px) {
  .event-viewed .tab-section .event-cards .card .card-details .tab-loction .loction-info-tab .local-span1 {
    font-size: 14px;
  }
}
.event-viewed .tab-section .event-cards .card .card-details .view-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.event-viewed .tab-section .event-cards .card .card-details .view-detail .view-infon {
  color: #fff;
  display: flex;
  padding: 12px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: #FF6F61;
  border: none;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}
.event-viewed .tab-section .event-cards .card .card-details .view-detail .view-infon a {
  color: #fff;
}
.event-viewed .tab-section .no-data-info {
  margin: 30px 0px 0px 0px;
}
.event-viewed .tab-section .no-data-info .no-data-item .no-data-info {
  color: #f55e50;
  margin: 0px;
  font-size: 24px;
  font-weight: 600;
  padding-left: 590px;
  white-space: nowrap;
}
@media (max-width: 1300px) {
  .event-viewed .tab-section .no-data-info .no-data-item .no-data-info {
    padding-left: 500px;
  }
}
@media (max-width: 460px) {
  .event-viewed .tab-section .no-data-info .no-data-item .no-data-info {
    padding-left: 0px;
    white-space: nowrap;
    font-size: 16px;
  }
}

.gift_collections_slide .story-bord {
  position: relative;
  height: 172px;
  margin-right: 20px;
}
.gift_collections_slide .story-bord .image-locticon-item {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 6px;
  border-radius: 31px;
  border: 0.6px solid #fff;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
.gift_collections_slide .story-bord .image-locticon-item i {
  color: #fff;
  font-size: 12px;
}
@media (max-width: 960px) {
  .gift_collections_slide .story-bord .image-locticon-item i {
    font-size: 10px;
  }
}
.gift_collections_slide .story-bord .image-locticon-item .location {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
@media (max-width: 960px) {
  .gift_collections_slide .story-bord .image-locticon-item .location {
    font-size: 12px;
  }
}
.gift_collections_slide .story-bord .image-icon-author {
  cursor: pointer;
}
.gift_collections_slide .story-bord .image-icon-author .author-card {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 22%;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.3);
  left: 40%;
  cursor: pointer;
}
.gift_collections_slide .story-bord .image-icon-author .author_image_icon {
  background: none !important;
  width: 100%;
  cursor: pointer;
  top: 0;
  left: 0px;
  width: 250px;
  height: 172px;
}
.gift_collections_slide .story-bord .image-icon-author .image-bord {
  width: 250px;
  height: 172px;
  border-radius: 20px;
  -o-object-fit: initial;
     object-fit: initial;
}
.gift_collections_slide .story-bord .details {
  position: absolute;
  bottom: 0px;
  padding: 3px 8px 10px 8px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  gap: 4px;
  border-radius: 0px 0px 20px 20px;
  background: rgba(0, 0, 0, 0.68);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  right: 0px;
  left: 0px;
}
.gift_collections_slide .story-bord .details h3 {
  overflow: hidden;
  color: #fff;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 960px) {
  .gift_collections_slide .story-bord .details h3 {
    font-size: 14px;
  }
}
.gift_collections_slide .story-bord .details p {
  margin: 0px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 960px) {
  .gift_collections_slide .story-bord .details p {
    font-size: 12px;
  }
}

.popular-authors .item-box-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .popular-authors .item-box-info {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.popular-authors .item-box-info .inbox-info {
  padding: 12px;
  gap: 16px;
  border-radius: 20px;
  border: 1px solid #00897B;
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  flex: 1 0 30%;
}
@media (max-width: 768px) {
  .popular-authors .item-box-info .inbox-info {
    padding: 10px;
    flex: auto;
  }
}
.popular-authors .item-box-info .inbox-info .itms-text {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .popular-authors .item-box-info .inbox-info .itms-text {
    gap: 8px;
  }
}
.popular-authors .item-box-info .inbox-info .itms-text .imgage {
  width: 119px;
  height: 93px;
}
@media (max-width: 768px) {
  .popular-authors .item-box-info .inbox-info .itms-text .imgage {
    width: 85px;
  }
}
.popular-authors .item-box-info .inbox-info .itms-text .imgage img {
  width: 100%;
}
.popular-authors .item-box-info .inbox-info .itms-text .riting {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  gap: 4px;
}
.popular-authors .item-box-info .inbox-info .itms-text .riting h4 {
  color: #0F275C;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 768px) {
  .popular-authors .item-box-info .inbox-info .itms-text .riting h4 {
    font-size: 18px;
  }
}
.popular-authors .item-box-info .inbox-info .itms-text .riting p {
  margin: 0px;
  color: #0F275C;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .popular-authors .item-box-info .inbox-info .itms-text .riting p {
    font-size: 14px;
  }
}
.popular-authors .item-box-info .inbox-info .itms-text .riting span {
  color: #00897B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .popular-authors .item-box-info .inbox-info .itms-text .riting span {
    font-size: 16px;
  }
}
.popular-authors .item-box-info .inbox-in1 {
  border: 1px solid #DAA241;
}
.popular-authors .item-box-info .inbox-in2 {
  border: 1px solid #ea54ad;
}
.popular-authors .cupan {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  border-radius: 10px;
  background: #00897B;
  margin-top: 30px;
}
@media (max-width: 960px) {
  .popular-authors .cupan {
    margin-top: 10px;
    flex-wrap: wrap;
    padding: 10px;
    gap: 8px;
  }
}
.popular-authors .cupan .price-info {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 14px;
}
.popular-authors .cupan .price-info .fluid-info {
  width: 31px;
  height: 31px;
}
.popular-authors .cupan .price-info p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}
@media (max-width: 960px) {
  .popular-authors .cupan .price-info p {
    font-size: 16px;
    text-align: start;
  }
}
.popular-authors .cupan .pre-but {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  padding: 14px 16px;
  gap: 8px;
  border-radius: 10px;
  background: #FF6F61;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: none;
  cursor: pointer;
}
@media (max-width: 960px) {
  .popular-authors .cupan .pre-but {
    font-size: 18px;
    width: 100%;
    height: 41px;
  }
}
.popular-authors .cupan .pre-but a {
  color: #fff;
}
.popular-authors .scroll-hide-bar::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.event-items {
  margin-top: 20px !important;
}
@media (max-width: 700px) {
  .event-items {
    margin-top: 0px !important;
  }
}

.no_gallery {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 700px) {
  .no_gallery {
    margin-top: 0px !important;
    display: none;
  }
}

.event-items-text {
  margin: 20px 0px 40px !important;
}
@media (max-width: 700px) {
  .event-items-text {
    margin: 0px !important;
  }
}

.event-featured {
  position: relative;
}
.event-featured .line-span2 {
  position: absolute;
  width: 36%;
  top: 43px;
  left: 32%;
}
@media (max-width: 1300px) {
  .event-featured .line-span2 {
    width: 40%;
    top: 43px;
    left: 30%;
  }
}
@media (max-width: 960px) {
  .event-featured .line-span2 {
    width: 40%;
    top: 24px;
    left: 30%;
  }
}
@media (max-width: 600px) {
  .event-featured .line-span2 {
    width: 86%;
    top: 24px;
    left: 8%;
  }
}
@media (max-width: 600px) {
  .event-featured .featur_info {
    width: 70%;
    top: 28px;
    left: 15%;
  }
}
@media (max-width: 400px) {
  .event-featured .featur_info {
    width: 82%;
    left: 9%;
  }
}
@media (max-width: 360px) {
  .event-featured .featur_info {
    width: 86%;
    top: 29px;
    left: 7%;
  }
}
@media (max-width: 600px) {
  .event-featured .legacy_line1 {
    width: 70%;
    top: 30px;
    left: 15%;
  }
}
@media (max-width: 400px) {
  .event-featured .legacy_line1 {
    width: 80%;
    left: 10%;
  }
}
@media (max-width: 360px) {
  .event-featured .legacy_line1 {
    width: 86%;
    top: 30px;
    left: 7%;
  }
}
.event-featured .line_info_col {
  position: absolute;
  width: 16%;
  top: 46px;
  left: 42%;
}
@media (max-width: 960px) {
  .event-featured .line_info_col {
    top: 27px;
    width: 144px;
    left: 40%;
  }
}
@media (max-width: 600px) {
  .event-featured .line_info_col {
    width: 32%;
    top: 28px;
    left: 34%;
  }
}
@media (max-width: 400px) {
  .event-featured .line_info_col {
    width: 36%;
    top: 27px;
    left: 32%;
  }
}
@media (max-width: 380px) {
  .event-featured .line_info_col {
    width: 43%;
    top: 27px;
    left: 29%;
  }
}
.event-featured .image-hart {
  left: 25% !important;
}
.event-featured .organizers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 960px) {
  .event-featured .organizers {
    overflow-x: auto;
    justify-content: start;
    gap: 10px;
  }
}
.event-featured .organizers img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #fff;
}
.event-featured .organizers .image-item-great {
  padding: 20px 50px;
}
@media (max-width: 960px) {
  .event-featured .organizers .image-item-great {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 460px) {
  .event-featured .organizers .image-item-great {
    width: 130px;
    padding: 20px;
  }
}
.event-featured .organizers .image-item-mall {
  padding: 30px 50px;
}
@media (max-width: 960px) {
  .event-featured .organizers .image-item-mall {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 460px) {
  .event-featured .organizers .image-item-mall {
    width: 130px;
    padding: 20px;
  }
}
.event-featured .organizers .image-item-nex {
  background-color: #401043;
  padding: 30px 50px;
}
@media (max-width: 960px) {
  .event-featured .organizers .image-item-nex {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 460px) {
  .event-featured .organizers .image-item-nex {
    width: 130px;
    padding: 20px;
  }
}

.gallery-imag {
  margin: 0 auto;
  text-align: center;
  /* Responsive Design */
}
.gallery-imag .gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-auto-rows: 200px;
  gap: 20px;
}
@media (max-width: 960px) {
  .gallery-imag .gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 10px;
    padding: 0px;
  }
}
.gallery-imag .gallery-grid .grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gallery-imag .gallery-grid .grid-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.gallery-imag .gallery-grid .grid-item.hidan-2 {
  display: block;
}
@media (max-width: 960px) {
  .gallery-imag .gallery-grid .grid-item.hidan-2 {
    display: block;
  }
}
.gallery-imag .gallery-grid .grid-item.hidan-info {
  display: block;
}
@media (max-width: 960px) {
  .gallery-imag .gallery-grid .grid-item.hidan-info {
    display: block;
  }
}
.gallery-imag .gallery-grid .grid-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
.gallery-imag .gallery-grid .grid-item:hover img {
  transform: scale(1.1);
}
.gallery-imag .gallery-grid .grid-item.large {
  grid-column: span 3;
  grid-row: span 2;
}
@media (max-width: 960px) {
  .gallery-imag .gallery-grid .grid-item.large {
    grid-column: span 5;
    grid-row: span 1;
  }
}
.gallery-imag .gallery-grid .grid-item.medium {
  grid-column: span 2;
  grid-row: span 1;
}
@media (max-width: 960px) {
  .gallery-imag .gallery-grid .grid-item.medium {
    grid-column: span 5;
    grid-row: span 1;
  }
}
.gallery-imag .gallery-grid .grid-item.small {
  grid-column: span 1;
  grid-row: span 1;
}
@media (max-width: 960px) {
  .gallery-imag .gallery-grid .grid-item.small {
    grid-column: span 5;
    grid-row: span 1;
  }
}
@media (max-width: 960px) {
  .gallery-imag .gallery-grid .grid-item.image-gall {
    grid-column: span 2;
    grid-row: span 1;
  }
}

.cities-item-imag .Combos_slide {
  /* Custom Arrows */
}
.cities-item-imag .Combos_slide .slick-prev0,
.cities-item-imag .Combos_slide .slick-next0 {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
.cities-item-imag .Combos_slide .slick-prev0 i,
.cities-item-imag .Combos_slide .slick-next0 i {
  font-size: 20px;
}
.cities-item-imag .Combos_slide .slick-prev0::before,
.cities-item-imag .Combos_slide .slick-next0::before {
  color: black;
  font-size: 20px;
}
.cities-item-imag .Combos_slide .slick-prev0 {
  left: -32px;
  position: absolute;
  top: 40%;
}
@media (max-width: 1400px) {
  .cities-item-imag .Combos_slide .slick-prev0 {
    left: 0px;
  }
}
.cities-item-imag .Combos_slide .slick-next0 {
  right: -32px;
  position: absolute;
  top: 40%;
}
@media (max-width: 1400px) {
  .cities-item-imag .Combos_slide .slick-next0 {
    right: 0px;
  }
}
.cities-item-imag .Combos_slide .slide-info {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-right: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 56px 56px 0px 0px;
}
@media (max-width: 960px) {
  .cities-item-imag .Combos_slide .slide-info {
    transition: none;
    border-radius: 30px 30px 0px 0px;
  }
}
.cities-item-imag .Combos_slide .slide-info img {
  width: 100%;
  border-radius: 56px 56px 0px 0px;
  transition: transform 0.3s ease;
  height: 250px;
}
@media (max-width: 960px) {
  .cities-item-imag .Combos_slide .slide-info img {
    height: 170px;
    transition: none;
    border-radius: 30px 30px 0px 0px;
  }
}
.cities-item-imag .Combos_slide .slide-info h3 {
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  bottom: 40px;
  left: 20px;
  color: #fff;
  position: absolute;
  z-index: 2;
}
@media (max-width: 960px) {
  .cities-item-imag .Combos_slide .slide-info h3 {
    font-size: 24px;
    bottom: 0px;
  }
}
@media (max-width: 360px) {
  .cities-item-imag .Combos_slide .slide-info h3 {
    font-size: 18px;
    bottom: 8px;
  }
}
.cities-item-imag .Combos_slide .slide-info:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  border-radius: 56px 56px 0px 0px;
}
@media (max-width: 960px) {
  .cities-item-imag .Combos_slide .slide-info:hover {
    transform: none;
    box-shadow: none;
    border-radius: 30px 30px 0px 0px;
  }
}
.cities-item-imag .Combos_slide .slide-info:hover img {
  transform: scale(1.1);
  border-radius: 56px 56px 0px 0px;
}
@media (max-width: 960px) {
  .cities-item-imag .Combos_slide .slide-info:hover img {
    transform: none;
    border-radius: 30px 30px 0px 0px;
  }
}
.cities-item-imag .Combos_slide .slide-info::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 20px;
  background: #E44090;
  /* Semi-transparent overlay */
  transition: height 0.4s ease;
  z-index: 1;
}
@media (max-width: 960px) {
  .cities-item-imag .Combos_slide .slide-info::before {
    height: 40px;
    transition: none;
  }
}
.cities-item-imag .Combos_slide .slide-info:hover::before {
  height: 70px;
}
@media (max-width: 960px) {
  .cities-item-imag .Combos_slide .slide-info:hover::before {
    height: 40px;
  }
}

.discover .recent-info-text {
  margin: 0px;
}
.discover .Legacy-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 54px;
}
@media (max-width: 960px) {
  .discover .Legacy-wrapper {
    flex-wrap: wrap;
    gap: 22px;
    padding-bottom: 30px;
  }
}
.discover .Legacy-wrapper .item-infoJP {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 450px;
}
.discover .Legacy-wrapper .item-infoJP .left-line {
  position: absolute;
  left: -185px;
  top: 6rem;
  width: 264px;
}
@media (max-width: 960px) {
  .discover .Legacy-wrapper .item-infoJP .left-line {
    display: none;
  }
}
.discover .Legacy-wrapper .item-infoJP .right-line {
  position: absolute;
  right: -190px;
  top: 6rem;
  width: 278px;
}
@media (max-width: 960px) {
  .discover .Legacy-wrapper .item-infoJP .right-line {
    display: none;
  }
}
.discover .Legacy-wrapper .item-infoJP .bottom-line {
  position: absolute;
  top: 16rem;
}
@media (max-width: 960px) {
  .discover .Legacy-wrapper .item-infoJP .bottom-line {
    display: none;
  }
}
.discover .Legacy-wrapper .item-infoJP .center-bookchor-info {
  width: 329px;
  height: 329px;
  border-radius: 50%;
  border: 4px dashed #000;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  z-index: 1;
}
@media (max-width: 960px) {
  .discover .Legacy-wrapper .item-infoJP .center-bookchor-info {
    width: 270px;
    height: 270px;
    margin-bottom: 30px;
  }
}
.discover .Legacy-wrapper .item-infoJP .center-bookchor-info .bookchor-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.discover .Legacy-wrapper .item-infoJP .center-bookchor-info .bookchor-item img {
  width: 207px;
}
.discover .Legacy-wrapper .item-infoJP .center-bookchor-info .bookchor-item .paraJP {
  width: 246px;
}
@media (max-width: 960px) {
  .discover .Legacy-wrapper .item-infoJP .center-bookchor-info .bookchor-item .paraJP {
    width: 176px;
  }
}
@media (max-width: 960px) {
  .discover .Legacy-wrapper .item-infoJP .paraJP-non {
    width: auto;
  }
}
.discover .Legacy-wrapper .item-infoJP .brand-info {
  display: block;
  width: 142px;
  height: 142px;
}
.discover .Legacy-wrapper .item-infoJP p {
  color: #676B7D;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
  padding-top: 16px;
}
@media (max-width: 960px) {
  .discover .Legacy-wrapper .order-JP {
    order: -1;
  }
}

.footer {
  background-color: #292D32;
  color: #fff;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  width: 100%;
  padding: 50px 100px;
}
@media (max-width: 960px) {
  .footer {
    padding: 24px 14px;
  }
}
.footer .footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 50px;
  width: 100%;
}
@media (max-width: 960px) {
  .footer .footer-container {
    padding-bottom: 24px;
    gap: 24px;
  }
}
.footer .footer-container .footer-section h3 {
  color: #fff;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .footer .footer-container .footer-section h3 {
    font-size: 22px;
  }
}
.footer .footer-container .footer-section ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.footer .footer-container .footer-section ul li a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 960px) {
  .footer .footer-container .footer-section ul li a {
    font-size: 16px;
  }
}
.footer .footer-container .footer-section p {
  margin: 10px 0;
}
.footer .footer-container .footer-section p a {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
}
.footer .footer-container .footer-section p a span {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: start;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 960px) {
  .footer .footer-container .footer-section p a span {
    font-size: 16px;
  }
}
.footer .footer-container .footer-section p a span i,
.footer .footer-container .footer-section p a span img {
  margin-right: 8px;
  width: 24px;
}
.footer .footer-container .footer-section .social-icons {
  display: flex;
  gap: 10px;
}
.footer .footer-container .footer-section .social-icons a {
  color: #fff;
}
.footer .footer-container .footer-section .social-icons a i {
  color: #fff;
}
.footer .footer-container .footer-section h4 {
  margin-top: 16px;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 960px) {
  .footer .footer-container .footer-section h4 {
    font-size: 22px;
  }
}
.footer .footer-container .footer-section a .play-img-inf {
  margin-top: 16px;
  width: 166px;
}
.footer .footer-bottom {
  padding-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  gap: 50px;
}
@media (max-width: 960px) {
  .footer .footer-bottom {
    padding-top: 24px;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.footer .footer-bottom p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.footer .footer-bottom p a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

@media (max-width: 960px) {
  .footer-place-order {
    display: none;
  }
}

/* Responsive Styles */
@media (max-width: 960px) {
  .footer-container {
    flex-direction: column;
  }
  .footer-container .footer-section {
    flex: 1 1 100%;
  }
  .footer-container .footer-section .social-icons a {
    color: #fff;
  }
  .footer-container .footer-section .social-icons a i {
    display: inline-block;
    color: #fff;
  }
}
.hero-slider .slide-content .detail-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 99%;
  gap: 30px;
  border-bottom: 1px solid #fff;
  padding: 0px 20px 20px 20px;
}
@media (max-width: 960px) {
  .hero-slider .slide-content .detail-info {
    padding-bottom: 10px;
    gap: 6px;
    width: 98%;
    padding: 0px 10px 10px;
  }
}
@media (max-width: 455px) {
  .hero-slider .slide-content .detail-info {
    flex-wrap: wrap;
    width: 93%;
    padding: 0px 10px 10px;
    margin: 0px 10px;
  }
}
@media (max-width: 360px) {
  .hero-slider .slide-content .detail-info {
    flex-wrap: wrap;
  }
}
.hero-slider .slide-content .detail-info .detail-font {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 26px;
}
.hero-slider .slide-content .detail-info .detail-font .title-detail {
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 960px) {
  .hero-slider .slide-content .detail-info .detail-font .title-detail {
    font-size: 18px;
    line-height: 136%;
    width: 184px;
  }
}
.hero-slider .slide-content .detail-info .detail-font img {
  width: 35px;
  height: 34px;
}
@media (max-width: 960px) {
  .hero-slider .slide-content .detail-info .detail-font img {
    display: none;
  }
}
.hero-slider .slide-content .detail-info .dtail-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  gap: 8px;
  border-radius: 10px;
  background: #FF6F61;
  border: none;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
@media (max-width: 960px) {
  .hero-slider .slide-content .detail-info .dtail-button {
    font-size: 14px;
  }
}
.hero-slider .slide-content .detail-date {
  display: flex;
  justify-content: start;
  align-items: center;
  align-items: start;
  gap: 30px;
  padding: 0px 10px 10px;
}
@media (max-width: 960px) {
  .hero-slider .slide-content .detail-date {
    flex-direction: column;
    gap: 10px;
  }
}
.hero-slider .slide-content .detail-date .calender-item i {
  margin-right: 10px;
}
.hero-slider .slide-content .detail-date .calender-item .detail-text-font {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 960px) {
  .hero-slider .slide-content .detail-date .calender-item .detail-text-font {
    font-size: 12px;
  }
}
@media (max-width: 960px) {
  .hero-slider .slide-content .detail-date .span-line-detail {
    display: none;
  }
}
.hero-slider .slide-content .detail-date .add-detail-text {
  display: flex;
}
.hero-slider .slide-content .detail-date .add-detail-text i {
  margin: 5px 10px 0px 0px;
}
.hero-slider .slide-content .detail-date .add-detail-text .text-info1 {
  font-weight: 700;
  margin-right: 8px;
}
@media (max-width: 960px) {
  .hero-slider .slide-content .detail-date .add-detail-text .text-info1 {
    font-size: 14px;
  }
}
.hero-slider .slide-content .detail-date .add-detail-text .text-info-address {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
@media (max-width: 960px) {
  .hero-slider .slide-content .detail-date .add-detail-text .text-info-address {
    font-size: 14px;
    width: 100%;
    display: inline-block;
  }
}

.detail-section {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: start;
  gap: 30px;
}
@media (max-width: 960px) {
  .detail-section {
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
}
.detail-section .detail-attend {
  width: 70%;
  position: sticky;
  top: 0px;
}
@media (max-width: 960px) {
  .detail-section .detail-attend {
    width: 100%;
    position: relative;
  }
}
.detail-section .detail-attend .headin-detail {
  width: 100%;
  text-align: justify;
}
.detail-section .detail-attend .headin-detail h2 {
  color: #292D32;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 960px) {
  .detail-section .detail-attend .headin-detail h2 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 5px;
  }
}
.detail-section .detail-attend .headin-detail .welcome_p {
  color: #292D32;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 16px;
}
.detail-section .detail-attend .headin-detail .font-read {
  margin-top: 18px;
}
.detail-section .detail-attend .headin-detail .wrapper_00 {
  display: flex;
  justify-content: space-between;
}
.detail-section .detail-attend .headin-detail .wrapper_00 .card_0 {
  flex: 1;
  border-radius: 1rem;
  height: 10%;
}
.detail-section .detail-attend .headin-detail .wrapper_00 .card_0 .gradient {
  -webkit-mask-image: linear-gradient(#fff, rgba(255, 255, 255, 0.12));
          mask-image: linear-gradient(#fff, rgba(255, 255, 255, 0.12));
}
.detail-section .detail-attend .headin-detail .wrapper_00 .card_0 .maxHeight {
  max-height: 100%;
}
.detail-section .detail-attend .headin-detail .wrapper_00 .card_0 .description {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  height: 10%;
}
.detail-section .detail-attend .headin-detail .wrapper_00 .card_0 .description .font-scrool {
  color: #292D32;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.detail-section .detail-attend .headin-detail .wrapper_00 .card_0 .description .font-scrool li {
  list-style: inside;
}
.detail-section .detail-attend .headin-detail .wrapper_00 .card_0 .more_but {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.detail-section .detail-attend .headin-detail .wrapper_00 .card_0 .more_but .button-info-text {
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #292D32;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  gap: 4px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.15);
}
.detail-section .detail-attend .iteam_1 {
  border-radius: 20px;
  border: 1px solid #3A3A3A;
  background: #fff;
  padding: 16px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .detail-section .detail-attend .iteam_1 {
    margin-bottom: 0px;
  }
}
.detail-section .detail-attend .iteam_1 .card_2 .wrapwr {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 600px) {
  .detail-section .detail-attend .iteam_1 .card_2 .wrapwr {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.detail-section .detail-attend .iteam_1 .card_2 .wrapwr .item_5 .image-detail-info {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 90px;
  display: none;
}
@media (max-width: 960px) {
  .detail-section .detail-attend .iteam_1 .card_2 .wrapwr .item_5 .image-detail-info {
    display: none;
  }
}
.detail-section .detail-attend .iteam_1 .card_2 .wrapwr .item_5 .image-detail-info::before {
  content: "";
  background-color: #808080;
  display: block;
  position: absolute;
  top: 23px;
  left: 12px;
  height: 185px;
  width: 2px;
}
.detail-section .detail-attend .iteam_1 .card_2 .wrapwr .item_5 .big-image {
  text-align: start;
  display: flex;
  align-items: center;
}
@media (max-width: 960px) {
  .detail-section .detail-attend .iteam_1 .card_2 .wrapwr .item_5 .big-image {
    gap: 6px;
  }
}
.detail-section .detail-attend .iteam_1 .card_2 .wrapwr .item_5 .big-image .heading-info {
  color: #292D32;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px;
}
@media (max-width: 960px) {
  .detail-section .detail-attend .iteam_1 .card_2 .wrapwr .item_5 .big-image .heading-info {
    font-size: 18px;
  }
}
.detail-section .detail-attend .iteam_1 .card_2 .wrapwr .item_5 .big-image .prev-info {
  color: #292D32;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
}
@media (max-width: 960px) {
  .detail-section .detail-attend .iteam_1 .card_2 .wrapwr .item_5 .big-image .prev-info {
    font-size: 14px;
  }
}
.detail-section .detail-attend .iteam_1 .card_2 .wrapwr .item_5 .last-child::before {
  content: unset;
}
.detail-section .detail-attend .banner-info {
  background: url("/assets/images/Rectback.png") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 20px;
  opacity: 0.8;
}
.detail-section .detail-attend .banner-info .content-info-text {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 40px;
  padding: 23px 90px;
  text-align: left;
  color: #fff;
}
@media (max-width: 960px) {
  .detail-section .detail-attend .banner-info .content-info-text {
    flex-direction: column;
    padding: 10px;
    gap: 14px;
    align-items: start;
  }
}
.detail-section .detail-attend .banner-info .content-info-text h2 {
  font-size: 68px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 960px) {
  .detail-section .detail-attend .banner-info .content-info-text h2 {
    font-size: 40px;
  }
}
.detail-section .detail-attend .banner-info .content-info-text .we-do-item p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.detail-section .detail-loction {
  position: sticky;
  top: 100px;
  width: 30%;
}
@media (max-width: 960px) {
  .detail-section .detail-loction {
    position: static;
    width: 100%;
  }
}
.detail-section .detail-loction .event-container {
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.detail-section .detail-loction .google-info {
  margin-top: 30px;
}
@media (max-width: 960px) {
  .detail-section .detail-loction .google-info {
    margin-top: 20px;
  }
}
.detail-section .detail-loction .event-details,
.detail-section .detail-loction .add-to-calendar {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #292D32;
}
@media (max-width: 960px) {
  .detail-section .detail-loction .event-details,
  .detail-section .detail-loction .add-to-calendar {
    padding: 10px;
  }
}
.detail-section .detail-loction .event-details .map-text-info,
.detail-section .detail-loction .add-to-calendar .map-text-info {
  color: #292D32;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .detail-section .detail-loction .event-details .map-text-info,
  .detail-section .detail-loction .add-to-calendar .map-text-info {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.detail-section .detail-loction .event-details .icon-calander0,
.detail-section .detail-loction .add-to-calendar .icon-calander0 {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 10px;
}
.detail-section .detail-loction .event-details .icon-calander0 i,
.detail-section .detail-loction .add-to-calendar .icon-calander0 i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
}
.detail-section .detail-loction .event-details .icon-calander0 .calender-info-icon p,
.detail-section .detail-loction .add-to-calendar .icon-calander0 .calender-info-icon p {
  color: #292D32;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.detail-section .detail-loction .ticketwrapper {
  margin-bottom: 20px;
}
.detail-section .detail-loction .ticketwrapper .ticket-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-section .detail-loction .ticketwrapper .ticket-info .ticket-price p {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
}
.detail-section .detail-loction .ticketwrapper .ticket-info .ticket-price span {
  font-size: 16px;
  font-weight: 600;
}
.detail-section .detail-loction .ticketwrapper .ticket-info .tickets-btn {
  padding: 10px 12px;
  border-radius: 10px;
  background: #FF6F61;
  border: none;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}
.detail-section .detail-loction .ticketwrapper .mobile-ticket-info {
  border-radius: 0px;
  border: none;
}
.detail-section .detail-loction .mobile-ticketwrapper {
  border-radius: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 960px) {
  .detail-section .detail-loction .mobile-hide-ticket {
    display: none;
  }
}
.detail-section .detail-loction .map-container {
  margin-top: 15px;
}
.detail-section .detail-loction .map-container iframe {
  border-radius: 20px;
}
@media (max-width: 960px) {
  .detail-section .detail-loction .map-container iframe {
    height: 200px;
  }
}
.detail-section .detail-loction .get-directions {
  background-color: #FF6F61;
  color: #fff;
  padding: 14px 16px;
  border: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 10px;
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (max-width: 960px) {
  .detail-section .detail-loction .get-directions {
    margin-top: 6px;
    padding: 10px;
    font-size: 14px;
  }
}
.detail-section .detail-loction .get-directions .direct-img {
  width: 24px;
  height: 24px;
}
@media (max-width: 960px) {
  .detail-section .detail-loction .get-directions .direct-img {
    width: 20px;
    height: 20px;
  }
}
.detail-section .detail-loction .calendar-buttons {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .detail-section .detail-loction .calendar-buttons {
    flex-wrap: nowrap;
    overflow: scroll;
  }
}
.detail-section .detail-loction .calendar-buttons .calendar-btn {
  padding: 10px;
  border-radius: 4px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 145%;
  color: #292D32;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid #00897B;
  background: #fff;
}
@media (max-width: 960px) {
  .detail-section .detail-loction .calendar-buttons .calendar-btn {
    font-size: 16px;
    gap: 6px;
  }
}
.detail-section .detail-loction .calendar-buttons .calendar-btn img {
  width: 24px;
  height: 24px;
}
@media (max-width: 960px) {
  .detail-section .detail-loction .calendar-buttons .calendar-btn img {
    width: 20px;
    height: 20px;
  }
}

.mobile-ticket-show {
  display: none;
}
@media (max-width: 960px) {
  .mobile-ticket-show {
    display: block;
    position: sticky;
    bottom: 0px;
    margin-top: 0px;
    z-index: 999;
  }
}

.popular-authors .event-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.popular-authors .event-card {
  position: relative;
  padding: 30px;
  text-align: center;
  background-color: #FEDCA9;
  border-radius: 20px;
}
.popular-authors .event-card:nth-child(3) {
  background-color: #CBFEA9;
}
.popular-authors .event-card .event-number {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #292D32;
}
@media (max-width: 960px) {
  .popular-authors .event-card .event-number {
    width: 35px;
    height: 35px;
    font-size: 22px;
  }
}
.popular-authors .event-card .event-image img {
  width: 84px;
  height: 105px;
  margin-bottom: 12px;
}
.popular-authors .event-card .event-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0px 0 4px;
  color: #292D32;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .popular-authors .event-card .event-title {
    font-size: 18px;
    white-space: normal;
  }
}
.popular-authors .event-card .event-time {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #292D32;
  margin: 0px;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .popular-authors .event-card .event-time {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .popular-authors .event-card {
    width: 150px;
    padding: 15px;
  }
  .popular-authors .event-title {
    font-size: 16px;
  }
  .popular-authors .event-time {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .popular-authors .event-container {
    justify-content: start;
    align-items: normal;
    overflow: scroll;
    padding: 0px 16px;
  }
  .popular-authors .event_info_in {
    padding: 0px !important;
  }
  .popular-authors .event-card {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 376px) {
  .popular-authors .event-card {
    width: 100%;
  }
}

.nav-detail {
  padding-top: 75px;
}
@media (max-width: 960px) {
  .nav-detail {
    padding-top: 74px;
    display: block;
  }
}
.nav-detail ul {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 4px;
}
.nav-detail ul li a {
  color: #0f275c;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: start;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 960px) {
  .main-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    padding-top: 30px;
    margin-bottom: 140px;
  }
}
.main-wrapper .My-Box-wrapper {
  width: 70%;
  padding-top: 24px;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper {
    width: 100%;
    padding-top: 0px;
  }
}
.main-wrapper .My-Box-wrapper .top-row-info {
  position: relative;
}
.main-wrapper .My-Box-wrapper .top-row-info .place-line-span {
  position: absolute;
  top: 48px;
  left: 0px;
  width: 259px;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .top-row-info .place-line-span {
    top: 28px;
    left: 125px;
    width: 150px;
  }
}
@media (max-width: 400px) {
  .main-wrapper .My-Box-wrapper .top-row-info .place-line-span {
    left: 102px;
  }
}
@media (max-width: 380px) {
  .main-wrapper .My-Box-wrapper .top-row-info .place-line-span {
    left: 94px;
  }
}
.main-wrapper .My-Box-wrapper .location-item {
  background: #fff;
  border: 1px solid #DADADA;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  margin-top: 26px;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .location-item {
    margin-top: 16px;
  }
}
.main-wrapper .My-Box-wrapper .location-item .addresse-item h3 {
  font-size: 18px;
  color: #3A3A3A;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .location-item .addresse-item h3 {
    font-size: 20px;
  }
}
.main-wrapper .My-Box-wrapper .location-item .addresse-item h3 i {
  color: #FF6F61;
  font-size: 22px;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .location-item .addresse-item h3 i {
    font-size: 18px;
  }
}
.main-wrapper .My-Box-wrapper .location-item .addresse-item p {
  color: #3A3A3A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 5px 0 0;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .location-item .addresse-item p {
    font-size: 16px;
  }
}
.main-wrapper .My-Box-wrapper .location-item .change-btn {
  border: 1px solid #FF6F61;
  background: none;
  color: #FF6F61;
  height: 45px;
  padding: 8px 30px;
  border-radius: 12px;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 10px;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .location-item .change-btn {
    height: auto;
  }
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .top-row-info {
    display: block;
    text-align: center;
  }
}
.main-wrapper .My-Box-wrapper .top-row-info h2 {
  color: #292D32;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .top-row-info h2 {
    font-size: 24px;
    line-height: normal;
  }
}
.main-wrapper .My-Box-wrapper .top-row-info p {
  color: #292D32;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .top-row-info p {
    font-size: 14px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 20px;
  border-radius: 20px;
  border: 1px solid #DADADA;
  padding: 16px;
  background: #fff;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info {
    margin-top: 16px;
    padding: 10px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: start;
  background: #fff;
  border-radius: 8px;
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: start;
  gap: 16px;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info {
    gap: 10px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .imag img {
  width: 100px;
  height: 101px;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .imag img {
    width: 70px;
    height: 70px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .heading {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .heading {
    gap: 3px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .heading h3 {
  color: #292D32;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .heading h3 {
    font-size: 16px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .heading h3 .smoll-text {
  font-weight: 400;
  color: #292D32;
  font-size: 28px;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .heading h3 .smoll-text {
    font-size: 16px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .heading p {
  color: #292D32;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .heading p {
    font-size: 12px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .heading span {
  color: #008ECC;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .left-side-info .heading span {
    font-size: 14px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item {
  display: flex;
  justify-content: end;
  flex-direction: column;
  align-items: end;
  gap: 45px;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item {
    gap: 24px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item .close {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item .close .close_icon {
  font-size: 16px;
  padding-bottom: 4px;
  color: #808080;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 6px;
  cursor: pointer;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item .close .close_icon {
    font-size: 14px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item .custom-dropdown {
  position: relative;
  width: 70px;
  text-align: right;
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item .custom-dropdown select {
  outline: none;
  border: 1px solid #DADADA;
  border-radius: 12px;
  padding: 6px 10px;
  font-size: 1.1rem;
  cursor: pointer;
}
@media (max-width: 960px) {
  .main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item .custom-dropdown select {
    font-size: 14px;
  }
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item .custom-dropdown::after {
  right: 20px;
}
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item .custom-dropdown select:focus,
.main-wrapper .My-Box-wrapper .add-book-info .ltb-box-info .select-box-item .custom-dropdown select:hover {
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.329);
}
.main-wrapper .Price-Details {
  width: 30%;
  position: sticky;
  top: 80px;
  right: 0px;
  padding-top: 24px;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details {
    position: static;
    width: 100%;
    padding-top: 0px;
  }
}
.main-wrapper .Price-Details .Details-headding {
  color: #292D32;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 16px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .Details-headding {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.main-wrapper .Price-Details .top-info {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .top-info {
    margin-bottom: 8px;
  }
}
.main-wrapper .Price-Details .top-info p {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .top-info p {
    font-size: 14px;
  }
}
.main-wrapper .Price-Details .top-info span {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .top-info span {
    font-size: 14px;
  }
}
.main-wrapper .Price-Details .top-info .free-info {
  color: #43a047;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .top-info .free-info {
    font-size: 14px;
  }
}
.main-wrapper .Price-Details .top-info .free-info del {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .top-info .free-info del {
    font-size: 14px;
  }
}
.main-wrapper .Price-Details .coupon-applied {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.main-wrapper .Price-Details .coupon-applied .Coupon-box {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 4px;
}
.main-wrapper .Price-Details .coupon-applied .Coupon-box p {
  color: #292D32;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 0px;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .coupon-applied .Coupon-box p {
    font-size: 16px;
  }
}
.main-wrapper .Price-Details .coupon-applied .Coupon-box span {
  color: #43a047;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.main-wrapper .Price-Details .coupon-applied button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 30px;
  padding: 8px;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #E44090;
  color: #E44090;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: transparent;
  cursor: pointer;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .coupon-applied button {
    font-size: 14px;
  }
}
.main-wrapper .Price-Details .Total-Amount-info {
  color: #292D32;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .Total-Amount-info {
    font-size: 18px;
  }
}
.main-wrapper .Price-Details .total-worth-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  gap: 4px;
  border-radius: 4px;
  border: 1px dashed #D4D4D4;
  margin-bottom: 16px;
}
.main-wrapper .Price-Details .total-worth-info img {
  display: block;
}
.main-wrapper .Price-Details .total-worth-info p {
  color: #43a047;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .total-worth-info p {
    font-size: 14px;
  }
}
.main-wrapper .Price-Details .Place-Order-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  border-radius: 4px;
  background: #FF6F61;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin-top: 16px;
  cursor: pointer;
  border: none;
  height: 45px;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .Place-Order-btn {
    height: auto;
    font-size: 18px;
  }
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .place-fixe {
    position: fixed;
    background-color: #fff;
    bottom: 35px;
    left: 0px;
    right: 0px;
    padding: 16px;
    box-shadow: 0px 0px 13.8px 0px rgba(0, 0, 0, 0.27);
  }
}
.main-wrapper .Price-Details .razorpay-payment-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  border-radius: 4px;
  background: #FF6F61;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin-top: 16px;
  cursor: pointer;
  border: none;
  height: 45px;
}
@media (max-width: 960px) {
  .main-wrapper .Price-Details .razorpay-payment-button {
    height: auto;
    font-size: 18px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 16px;
    box-shadow: 0px 0px 13.8px 0px rgba(0, 0, 0, 0.27);
    border-radius: 4px 4px 0px 0px;
  }
}
.main-wrapper .Price-Details .opcity-btn {
  opacity: 1;
}

@media (max-width: 960px) {
  .place_wrap {
    padding-top: 24px;
  }
}

.order-item-top {
  padding-bottom: 16px;
}
@media (max-width: 960px) {
  .order-item-top {
    padding-top: 5px;
    padding-bottom: 0px;
  }
}
.order-item-top .popular-text .line-order-item {
  left: 42%;
  width: 216px;
}
@media (max-width: 460px) {
  .order-item-top .popular-text .line-order-item {
    left: 31%;
    width: 126px;
  }
}
@media (max-width: 960px) {
  .order-item-top .popular-text .order_line01 {
    left: 41%;
  }
}
@media (max-width: 460px) {
  .order-item-top .popular-text .order_line01 {
    left: 34%;
    width: 126px;
  }
}
@media (max-width: 400px) {
  .order-item-top .popular-text .order_line01 {
    left: 32%;
    width: 126px;
  }
}
@media (max-width: 380px) {
  .order-item-top .popular-text .order_line01 {
    left: 30%;
    width: 126px;
  }
}
.order-item-top .no_data_order {
  width: 100%;
}
.order-item-top .no_data_order .data_order {
  width: 40%;
  height: 390px;
}
@media (max-width: 960px) {
  .order-item-top .no_data_order .data_order {
    width: 100%;
    height: 280px;
  }
}
.order-item-top .no_data_order .no_data_info {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}
.order-item-top .no_data_order .no_data_span {
  font-size: 18px;
  font-weight: 400;
  max-width: 600px;
}
.order-item-top .order-container {
  max-width: 1041px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  overflow: hidden;
  padding: 16px;
}
@media (max-width: 960px) {
  .order-item-top .order-container {
    margin: 16px auto;
  }
}
.order-item-top .order-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: start;
  border-bottom: 1px solid #D4D4D4;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .order-item-top .order-header {
    flex-direction: column;
    text-align: start;
  }
}
.order-item-top .order-header h2 {
  font-size: 18px;
  color: #292D32;
  font-weight: 700;
  text-align: start;
}
.order-item-top .order-header p {
  margin: 5px 0 0;
  font-size: 16px;
  color: #292D32;
}
@media (max-width: 960px) {
  .order-item-top .order-header p {
    margin: 5px 0 6px;
  }
}
.order-item-top .order-header .order-date {
  font-size: 16px;
  color: #292D32;
}
@media (max-width: 960px) {
  .order-item-top .order-header .order-date {
    font-weight: 600;
  }
}
.order-item-top .order-content {
  display: flex;
  justify-content: start;
  align-items: start;
  gap: 16px;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .order-item-top .order-content {
    gap: 10px;
  }
}
.order-item-top .box-item {
  flex: 1;
  min-width: 257px;
  max-width: 324px;
  border: 1px solid #00897B;
  border-radius: 20px;
  padding: 16px;
  text-align: center;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 16px;
}
.order-item-top .box-item .box-image img {
  width: 85px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 960px) {
  .order-item-top .box-item .box-image img {
    width: 59px;
    height: 52px;
  }
}
.order-item-top .box-item .box-text-info h3 {
  color: #292D32;
  font-size: 20px;
  font-weight: 700;
}
.order-item-top .box-item .box-text-info p {
  margin: 5px 0;
  font-size: 16px;
  color: #292D32;
  text-align: start;
}
.order-item-top .order-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
.order-item-top .order-summary .order-status,
.order-item-top .order-summary .order-total {
  text-align: left;
}
.order-item-top .order-summary .order-status p:first-child,
.order-item-top .order-summary .order-total p:first-child {
  font-size: 14px;
  color: #3A3A3A;
  margin: 0;
}
.order-item-top .order-summary .order-status .status,
.order-item-top .order-summary .order-status .total,
.order-item-top .order-summary .order-total .status,
.order-item-top .order-summary .order-total .total {
  font-size: 18px;
  font-weight: bold;
  color: #3A3A3A;
  margin: 0px;
}
.order-item-top .order-summary .order-status .total-text,
.order-item-top .order-summary .order-total .total-text {
  font-size: 22px;
  text-align: right;
}
.order-item-top .order-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}
.order-item-top .details-btn,
.order-item-top .help-btn {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  border: none;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.order-item-top .details-btn {
  background-color: #FF6F61;
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 960px) {
  .order-item-top .details-btn {
    margin-right: 16px;
  }
}
.order-item-top .detail_orderinfo {
  margin-right: 0px !important;
}
.order-item-top .help-btn {
  background-color: transparent;
  color: #3A3A3A;
  border: 1px solid #3A3A3A;
}
@media (max-width: 960px) {
  .order-item-top .box-item {
    max-width: 100%;
    padding: 10px;
  }
  .order-item-top .details-btn,
  .order-item-top .help-btn {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .place-footer {
    display: none;
  }
}

.popup-sheet-item .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.popup-sheet-item .overlay.active {
  display: block;
}
.popup-sheet-item .bottom-sheet {
  bottom: 90%;
  border-radius: 20px;
  z-index: 999;
  transition: transform 0.3s ease-in-out;
}
.popup-sheet-item .bottom-sheet.active {
  transform: scale(0.8);
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet.active {
    transform: translateY(0);
  }
}
.popup-sheet-item .bottom-sheet .modal-item {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-header {
  background-color: #292D32;
  color: #fff;
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-header {
    padding: 16px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-header h2 {
  font-size: 28px;
  margin: 0;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-header h2 {
    font-size: 18px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-header .cancel {
  font-size: 36px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-header .cancel {
    font-size: 20px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body {
  padding: 20px 20px 0px 20px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body {
    padding: 12px 12px 0px 12px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body h3 {
  font-size: 24px;
  color: #2B2829;
  margin-bottom: 4px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .subtitle {
  font-size: 14px;
  color: #2B2829;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .mobile-text {
    display: none;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  margin-bottom: 30px;
  gap: 16px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item {
    padding: 10px;
    gap: 10px;
    margin-bottom: 16px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item img {
  width: 110px;
  height: 93px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item img {
    width: 70px;
    height: 54px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item .box-details {
  flex: 1;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item .box-details h4 {
  margin: 0;
  font-size: 26px;
  color: #292D32;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item .box-details h4 {
    font-size: 18px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item .box-details p {
  margin: 2px 0;
  font-size: 16px;
  color: #292D32;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item .box-details p {
    font-size: 14px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item .box-details p.price {
  color: #00897B;
  font-weight: bold;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .box-item .checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #f55e50;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .product-list {
  display: flex;
  gap: 20px;
  overflow: scroll;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .product-list .product-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  margin-bottom: 15px;
  width: 100%;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .product-list .product-item img {
  width: 86px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .product-list .product-item img {
    width: 70px;
    height: 54px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .product-list .product-item .product-info {
  margin-left: 10px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .product-list .product-item .product-info p {
  margin: 0;
  color: #3A3A3A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .product-list .product-item .product-info p {
    font-size: 16px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .product-list .product-item .product-info p.price {
  font-weight: bold;
  color: #00897B;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .product-list::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .address-details {
  margin-bottom: 16px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .address-details .addr_date_order {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .address-details .addr_date_order .address-title {
  font-weight: bold;
  color: #292D32;
  margin: 0;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .address-details .addr_date_order .address-subtitle,
.popup-sheet-item .bottom-sheet .modal-item .modal-body .address-details .addr_date_order .order-date {
  font-size: 14px;
  color: #292D32;
  margin-top: 5px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .address-details .addr_date_order .order-date {
  font-weight: 600;
  margin-top: 0px !important;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details {
  width: 100%;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details {
    width: 100%;
    padding-top: 0px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .Details-headding {
  color: #292D32;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 16px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .Details-headding {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .top-info {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .top-info {
    margin-bottom: 8px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .top-info p {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .top-info p {
    font-size: 14px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .top-info span {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .top-info span {
    font-size: 14px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .top-info .free-info {
  color: #43a047;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .top-info .free-info {
    font-size: 14px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .top-info .free-info del {
  color: #4D4D4D;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .top-info .free-info del {
    font-size: 14px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .Total-Amount-info {
  color: #292D32;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .Total-Amount-info {
    font-size: 18px;
    margin-bottom: 0px;
    padding: 0px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .total-worth-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  gap: 4px;
  border-radius: 4px;
  border: 1px dashed #D4D4D4;
  margin-bottom: 22px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .total-worth-info {
    margin-bottom: 16px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .total-worth-info img {
  display: block;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .total-worth-info p {
  color: #43a047;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .total-worth-info p {
    font-size: 14px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .Place-Order-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 8px;
  gap: 8px;
  border-radius: 4px;
  background: #FF6F61;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  margin-top: 16px;
  cursor: pointer;
  border: none;
  height: 45px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .Place-Order-btn {
    height: auto;
    font-size: 18px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .place-fixe {
  border-top: 1px solid #D4D4D4;
  padding-top: 16px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .place-fixe {
    background-color: #fff;
    padding: 16px 0px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .Price-Details .opcity-btn {
  opacity: 1;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border: 1px solid #292D32;
  border-radius: 8px;
  margin-bottom: 16px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item .venue-info h3 {
  margin: 0;
  font-size: 22px;
  color: #292D32;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item .venue-info h3 {
    font-size: 18px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item .venue-info p {
  color: #4D4D4D;
  margin: 8px 0 0px 0px;
  font-size: 18px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item .venue-info p {
    font-size: 14px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item .radio-input {
  display: none;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item .radio-label {
  width: 25px;
  height: 25px;
  border: 2px solid #D4D4D4;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: border-color 0.3s;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item .radio-label {
    width: 25px;
    height: 21px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item .radio-label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FF6F61;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in-out;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item .radio-input:checked + .radio-label {
  border-color: #FF6F61;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .venue-item .radio-input:checked + .radio-label::after {
  transform: translate(-50%, -50%) scale(1);
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .input-section {
  display: flex;
  margin: 0px 0px 20px 0;
  padding: 16px;
  border: 1px solid #292D32;
  border-radius: 8px;
  gap: 16px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .input-section {
    margin: 0px 0px 16px 0;
    padding: 12px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .input-section .coupon-input {
  flex: 1;
  border: none;
  outline: none;
  color: rgba(15, 39, 92, 0.6);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .input-section .apply-code-btn {
  background-color: transparent;
  color: #FF6F61;
  border: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .input-section .apply-code-btn {
    font-size: 16px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .coupon-list .coupon-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #292D32;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 16px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .coupon-list .coupon-item .details {
  display: flex;
  justify-content: start;
  align-items: center;
  align-items: start;
  gap: 12px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .coupon-list .coupon-item .details .code-info .code {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  border-radius: 4px;
  border: 1px dashed #D4D4D4;
  color: #292D32;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .coupon-list .coupon-item .details .code-item-text {
    margin-right: 8px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .coupon-list .coupon-item .details .code-item-text .book-code-item {
  color: #292D32;
  font-size: 16px;
  font-weight: 500;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .coupon-list .coupon-item .details .code-item-text .book-code0 {
  margin: 5px 0px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .coupon-list .coupon-item .details .code-item-text .book-code {
  color: #4D4D4D;
  font-size: 14px;
  font-weight: 400;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .coupon-list .coupon-item .select-btn {
  align-self: center;
  transform: scale(1.2);
  accent-color: #ff5e4f;
  width: 22px;
  height: 22px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .top-cupan {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .top-cupan .copen-infos {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .top-cupan .shop-more {
  width: 100%;
  color: #43a047;
  font-size: 14px;
  margin-top: 5px;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px dashed #D4D4D4;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .apply-section {
  text-align: center;
  margin-bottom: 20px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .apply-section .apply-btn {
  width: 100%;
  padding: 10px 20px;
  background: #FF6F61;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 24px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .apply-section .apply-btn {
    font-size: 18px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .parsley-custom-error-message {
  margin-bottom: 12px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form-section .form-label {
  display: block;
  margin-bottom: 16px;
  color: #292D32;
  font-size: 20px;
  font-weight: 700;
  padding-top: 6px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .form-section .form-label {
    font-size: 18px;
    margin-bottom: 8px;
    padding-top: 0px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form-section .form-input {
  width: 100%;
  padding: 16px;
  margin-bottom: 12px;
  border: 1px solid #292D32;
  border-radius: 10px;
  color: rgba(15, 39, 92, 0.6);
  font-size: 16px;
  outline: none;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .form-section .form-input {
    margin-bottom: 10px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form-section .phone_mobil {
  margin-bottom: 4px !important;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form-section .input_wrap_form {
  margin-bottom: 0px !important;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form-section .text_info_area {
  height: 150px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form-section span #user_notexits {
  color: red;
  margin-bottom: 4px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form-section span #user_alreduxits {
  color: red;
  margin-bottom: 12px;
  display: block;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body span .sign_span {
  margin: 12px 0px;
  display: inline-block;
  color: #7e7c7c;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body span .sign_span #signup {
  color: royalblue;
  cursor: pointer;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form_info_input_text {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .form_info_input_text {
    gap: 14px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form_info_input_text .form_wrap_info {
  flex: 1 1 calc(49.33% - 10px);
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form_info_input_text .form_wrap_text {
  width: 100%;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .form_info_input_text .form_wrap_text .parsley-errors-list {
  margin-bottom: 8px !important;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .action-section {
  text-align: center;
  padding: 0px 0px 20px 0px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .action-section .login-btn {
  padding: 10px 20px;
  background: #FF6F61;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 24px;
  width: 100%;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .action-section .login-btn {
    font-size: 18px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .otp-message {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .otp-inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 20px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .otp-inputs .otp-input {
  width: 100%;
  height: 50px;
  border: 2px solid #FF6F61;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  outline: none;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .otp-inputs .otp-input:focus {
  border-color: #FF6F61;
  box-shadow: 0 0 5px rgba(240, 90, 81, 0.5);
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .text_item_otp {
  margin-bottom: 6px !important;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .verify-btn {
  width: 100%;
  padding: 14px;
  font-size: 24px;
  color: #fff;
  background-color: #FF6F61;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .verify-btn {
    font-size: 18px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .order-placed-container {
  background-color: #fff;
  width: 100%;
  padding: 10px 10px 30px 10px;
  border-radius: 15px;
  text-align: center;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .order-placed-container .order-icon {
  margin-bottom: 20px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .order-placed-container .order-icon svg {
  color: #D4D4D4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  width: 180px;
  height: 180px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-body .order-placed-container .order-icon svg {
    width: 120px;
    height: 120px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .order-placed-container .order-title {
  font-size: 24px;
  font-weight: bold;
  color: #292D32;
  margin-bottom: 10px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .order-placed-container .order-description {
  font-size: 16px;
  color: #6F6F6F;
  margin-bottom: 20px;
}
.popup-sheet-item .bottom-sheet .modal-item .modal-body .order-placed-container .order-savings {
  font-size: 14px;
  color: #27ae60;
  background-color: #eafaf1;
  padding: 10px;
  border-radius: 14px;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .popup-body-detail {
    overflow: scroll;
  }
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .apply-coupan-text {
    overflow: scroll;
    height: 80vh;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-footer {
  padding: 0px 20px 20px 20px;
  text-align: center;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-footer {
    padding: 0px 16px 16px 16px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-footer .select-btn {
  width: 100%;
  padding: 10px;
  font-size: 24px;
  color: #fff;
  background-color: #FF6F61;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
  pointer-events: none;
}
@media (max-width: 960px) {
  .popup-sheet-item .bottom-sheet .modal-item .modal-footer .select-btn {
    font-size: 18px;
  }
}
.popup-sheet-item .bottom-sheet .modal-item .modal-footer .select-btn:enabled {
  opacity: 1;
  pointer-events: auto;
}
.popup-sheet-item .popup {
  display: none;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  width: 370px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  z-index: 1000;
}
@media (max-width: 960px) {
  .popup-sheet-item .popup {
    width: 375px;
  }
}
.popup-sheet-item .popup .close-btn {
  cursor: pointer;
  background: red;
  color: white;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  margin-top: 10px;
}
.popup-sheet-item .popup3 {
  bottom: 60% !important;
  transform: translate(-50%, -50%) scale(0.8);
  width: 750px !important;
}
@media (max-width: 960px) {
  .popup-sheet-item .popup3 {
    width: 100% !important;
  }
}
@media (max-width: 460px) {
  .popup-sheet-item .popup3 {
    width: 390px !important;
  }
}
.popup-sheet-item .dtail_popup0 {
  bottom: 50% !important;
  transform: translate(-50%, -50%) scale(0.9);
  width: 750px !important;
  left: 50% !important;
}
@media (max-width: 960px) {
  .popup-sheet-item .dtail_popup0 {
    width: 100% !important;
    top: 30%;
  }
}
@media (max-width: 460px) {
  .popup-sheet-item .dtail_popup0 {
    width: 360px !important;
    top: 30%;
  }
}
.popup-sheet-item .popup01 {
  bottom: 60% !important;
  width: 400px !important;
}
.popup-sheet-item .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.popup-sheet-item .pre_order_info {
  bottom: 54% !important;
  transform: translate(-50%, -50%) scale(0.8);
  width: 650px !important;
}
.popup-sheet-item .select-popup-venue {
  width: 720px;
  left: 26%;
}
@media (max-width: 960px) {
  .popup-sheet-item .select-popup-venue {
    width: 100%;
    left: 0%;
  }
}
.popup-sheet-item .select-popup-venue.active {
  bottom: 10%;
}
@media (max-width: 960px) {
  .popup-sheet-item .select-popup-venue.active {
    bottom: 0%;
  }
}
.popup-sheet-item .select-popup {
  width: 720px;
  left: 26%;
}
@media (max-width: 960px) {
  .popup-sheet-item .select-popup {
    width: 100%;
    left: 0%;
  }
}
.popup-sheet-item .select-popup.active {
  bottom: -6% !important;
}
@media (max-width: 960px) {
  .popup-sheet-item .select-popup.active {
    bottom: 0%;
  }
}
.popup-sheet-item .select-login {
  width: 500px;
  left: 34%;
}
@media (max-width: 960px) {
  .popup-sheet-item .select-login {
    width: 100%;
    left: 0%;
  }
}
.popup-sheet-item .select-login.active {
  bottom: 28%;
}
@media (max-width: 960px) {
  .popup-sheet-item .select-login.active {
    bottom: 0%;
  }
}

.thank_container {
  padding-bottom: 50px !important;
  width: 60% !important;
  margin: auto;
}
@media (max-width: 960px) {
  .thank_container {
    padding-bottom: 35px !important;
    width: 90% !important;
  }
}
.thank_container .thank_info .order-icon {
  margin: 0px !important;
}
.thank_container .thank_info .order-icon .gip_info_thank {
  width: 300px;
}
@media (max-width: 960px) {
  .thank_container .thank_info .order-icon .gip_info_thank {
    width: 100%;
  }
}
.thank_container .thank_info .order-title {
  font-size: 40px !important;
  margin-bottom: 16px;
}
.thank_container .thank_info .paym_span {
  font-size: 24px;
  font-weight: 500;
  color: #44be95;
}
@media (max-width: 960px) {
  .thank_container .thank_info .paym_span {
    font-size: 20px;
  }
}

.ticket-warring-text {
  padding: 16px;
  padding-top: 0px;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "Poppins", serif;
  background-color: #F6F6F6;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1380px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */