@media only screen and (width >= 1501px) {
  .sidebar {
    margin-right: 20px;
  }

  .main-menu .navbar-collapse {
    padding-left: 15px;
  }

  .hero-content h1 {
    font-size: 35px;
  }

  .event-content .event-description {
    line-height: 1;
  }

  .event-content h6 {
    font-size: 12px;
    padding-top: 10px;
  }

  .event-details-section {
    padding-top: 30px; /* Default padding top */
    padding-bottom: 30px; /* Default padding bottom */
    margin-top: 30px; /* Default margin top */
    margin-bottom: 30px; /* Default margin bottom */
  }

  .event-page-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .price-selected-mobile {
    display: none;
  }
}

@media only screen and (width <= 1400px) {
  .event-footer {
    padding: 6px 15px;
  }

  .event-content h6 {
    font-size: 12px;
    padding-top: 10px;
  }

  .main-menu .navbar-collapse {
    padding-left: 15px;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .event-content .event-description {
    line-height: 1;
  }

  .event-details-section {
    padding-top: 30px; /* Default padding top */
    padding-bottom: 30px; /* Default padding bottom */
    margin-top: 30px; /* Default margin top */
    margin-bottom: 30px; /* Default margin bottom */
  }

  .event-page-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (width >= 1200px) {
  .container {
    max-width: 1270px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .main-menu .navbar-collapse {
    padding-left: 15px;
  }

  .hero-section {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .work-process .container {
    max-width: 1520px;
  }

  .event-content .event-description {
    line-height: 1;
  }

  .hero-content h1 {
    font-size: 40px;
  }

  .event-details-section {
    padding-top: 30px; /* Default padding top */
    padding-bottom: 30px; /* Default padding bottom */
    margin-top: 30px; /* Default margin top */
    margin-bottom: 30px; /* Default margin bottom */
  }

  .event-page-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media only screen and (width <= 1199px) {
  .blog-footer .dot,
  .work-process-item.after-none::after {
    display: none;
  }

  .main-menu .navigation > li > a {
    margin-left: 15px;
  }

  .hero-section {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-menu .navigation > li > a > i {
    display: none;
  }

  .event-details-section {
    padding-top: 30px; /* Default padding top */
    padding-bottom: 30px; /* Default padding bottom */
    margin-top: 30px; /* Default margin top */
    margin-bottom: 30px; /* Default margin bottom */
  }

  .event-page-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-details-information {
    margin-left: 20px;
  }

  .event-content .event-description {
    line-height: 1;
  }

  .menu-right .ui-selectmenu-button.ui-button {
    margin-right: 25px;
  }

  .hero-content h1 {
    font-size: 35px;
  }

  .category-item {
    width: calc(25% - 30px);
    max-height: 50%;
  }

  .blog-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-content h4 {
    font-size: 20px;
  }
}

@media only screen and (width <= 991px) {
  .cart-title {
    display: none;
  }

  .contact-form,
  .testimonial-wrap,
  .main-menu .navigation > li > a {
    margin-left: 0;
  }

  .hero-section {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .main-menu .navigation > li > a {
    margin: 0 !important;
    padding-inline-start: 0;
  }

  .hero-content h1 {
    font-size: 25px;
  }

  .category-item {
    max-height: 50%;
  }

  .client-logo-item {
    width: calc(33.33% - 30px);
  }

  .about-image-part {
    padding-right: 0;
  }

  .about-image-part,
  .testimonial-content {
    margin-right: 0;
  }

  .event-details-section {
    padding-top: 30px; /* Default padding top */
    padding-bottom: 30px; /* Default padding bottom */
    margin-top: 30px; /* Default margin top */
    margin-bottom: 30px; /* Default margin bottom */
  }

  .event-page-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .event-details-information {
    margin-bottom: 55px;
  }

  .event-content .event-description {
    line-height: 1;
  }

  .cart-single-item {
    position: relative;
  }

  .cart-single-item,
  .cart-single-item .avilable,
  .cart-single-item .product-price,
  .cart-single-item .product-total-price {
    display: block;
  }

  .price-title,
  .total-title,
  .remove-title,
  .quantity-title,
  .avilable-title,
  .cart-single-item .close,
  .cart-single-item .avilable,
  .cart-single-item .product-price,
  .cart-single-item .quantity-input,
  .cart-single-item .product-total-price {
    width: auto;
  }

  .product-title,
  .cart-single-item .product-name {
    text-align: center;
  }

  .cart-single-item .close {
    position: absolute;
    right: 0;
    top: 0;
  }

  .cart-single-item .quantity-input {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    display: flex;
  }

  .cart-single-item .quantity-sold-out {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
    display: flex;
    border-radius: 10%;
  }

  .qyt-sold-out {
    background-color: red;
    color: white;
  }

  .menu-right {
    margin-top: 10px;
    justify-content: center;
  }

  .page-banner.pt-120 {
    padding-top: 95px;
  }

  .event-details-information {
    margin-top: 20px;
    margin-inline: 0;
  }
}

@media only screen and (width <= 767px) {
  .container,
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .user-dashbord {
    padding: 20px 0;
  }

  .hero-section {
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .event-content {
    position: relative;
    padding: 15px;
    box-shadow: 0 10px 70px rgb(0 0 0 / 10%);
    border-radius: 0p 0p 10px 10px;
  }

  .event-content .time-info {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    /* width: calc(100% - 5px); */
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    flex-wrap: wrap;
    padding: 7px;
    /* border-radius: 4px; */
    background: #22b0a2;
    color: white;
    line-height: normal;
    box-shadow: 0 10px 70px rgb(0 0 0 / 10%);
  }

  .hero-content h1 {
    font-size: 18px;
  }

  .event-content h5 {
    font-size: 12px;
  }

  .event-content h6 {
    font-size: 12px;
    padding-top: 10px;
  }

  .event-content .event-description {
    font-size: 11px;
    line-height: 1;
  }

  .event-content .location {
    font-size: 12px;
  }

  .event-content .organizer {
    font-size: 10px;
  }

  .event-search {
    padding-top: 20px;
    padding-right: 15px;
  }

  .event-page-section {
    padding-top: 10px;
  }

  .section-title p {
    text-align: center;
  }

  .section-title h3,
  h4 {
    font-size: 18px;
    text-align: center;
  }

  .section-title .feature-item .feature-content {
    font-size: 18px;
  }

  .section-title .feature-item .feature-content h4 {
    font-size: 15px;
  }

  .page-title,
  .section-title h2,
  .event-details-section {
    font-size: 13px;
    margin-top: 10px; /* Adjusted margin top for mobile */
    padding-top: 10px; /* Adjusted padding top for mobile */

    /* padding-bottom: 10px; Adjusted padding bottom for mobile */

    /* margin-bottom: 10px; Adjusted margin bottom for mobile */
  }

  .event-details-content-inner h3 {
    font-size: 18px;
  }

  .releted-event-header h3 {
    font-size: 18px;
  }

  .event-details-content .title {
    font-size: 20px;
  }

  .event-search .search-item {
    width: 70%;
    height: 35px;
    align-items: center;
    justify-content: center;
  }

  .category-item {
    width: calc(50% - 30px);
    max-height: 50%;
  }

  .work-process-item::after,
  .work-process-item::before {
    display: none;
  }

  .our-location iframe {
    height: 200px;
  }

  .event-details-image .buttons {
    position: static;
    margin-top: 15px;
  }

  .event-details-image .buttons a {
    background-color: var(--primary-color);
    color: var(--white);
  }

  .sidebar {
    height: auto; /* Set ulang tinggi sidebar menjadi otomatis */
  }

  .widget {
    flex: 1; /* Set widget agar menempati ruang yang tersedia */

    /* margin-bottom: 3px; Kurangi margin bawah antar widget */
    padding: 10px 15px;
  }

  .widget-title {
    font-size: 0.9em;
    margin-bottom: 10px;
  }

  .widget-search input,
  .widget-dropdown input,
  .widget-search button,
  .widget-select {
    font-size: 0.8em;
    padding: 5px 15px;
    border-radius: 10px;
  }

  .widget-radio .custom-control-label {
    padding: 0 10px;
    font-size: 0.8em;
  }

  .widget .ui-selectmenu-button.ui-button {
    padding: 5px;
  }

  .price-remain {
    font-size: 12px;
  }

  .price-filter-widget .price-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .price-filter-widget #price,
  .price-filter-widget #slider_submit {
    font-size: 0.8em;
  }

  .user-sidebar {
    position: fixed;
    bottom: 0;
    width: 100vw;
    background-color: #fff;
    border-top: 1px solid #d2d2d2;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    z-index: 1000;
    box-shadow: 0 -2px 5px rgb(0 0 0 / 20%);
  }

  .user-sidebar .links {
    /* flex-direction: row; */
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
  }

  .user-sidebar .links li {
    /* display: inline-block;
    border-right: 1px solid #d2d2d2;
    white-space: nowrap;
    padding: 10px;
    border-bottom: none; */
    display: inline-block;
    white-space: nowrap;
    padding: 10px;
    border-right: none;
    flex-grow: 1;
    text-align: center;
  }

  .user-sidebar .links li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    white-space: normal;
  }

  .user-sidebar .links li:last-child {
    border-right: none;
  }

  .user-sidebar .links li a .link-text {
    font-size: 0.7em;
  }

  .footer-logo img {
    max-width: 50%;
  }

  .footer-section p {
    font-size: 12px;
  }

  .desc-seating-view {
    flex-direction: row;
    position: fixed;
    top: 65;
    width: 100%;
    background-color: #fff;
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
    z-index: 1000;
    transition: top 0.3s;
  }

  .desc-seating-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .desc-seating-list li:first-child {
    margin-left: 20px;
  }

  .desc-seating-list li {
    margin-right: 40px;
  }

  .desc-seating-list li:last-child {
    margin-right: 0;
  }

  .seating-map-form {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    background-color: #fff;
    border-top: 1px solid #d2d2d2;
    overflow-x: auto;
    white-space: nowrap;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    box-shadow: 0 -2px 5px rgb(0 0 0 / 20%);
    transition: bottom 0.3s;
  }

  .seating-map-form .col-6 {
    margin: 0;
  }

  .price-selected-form {
    display: none;
  }

  .form-margin {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .price-selected-mobile {
    display: block;
  }

  .width-btn {
    width: 100%;
  }
}

@media only screen and (width <= 575px) {
  .event-top {
    margin-top: 10px;

    /* flex-wrap: wrap; */

    /* flex-direction: column; */
    width: 80%;
  }

  .hero-content h1 {
    font-size: 20px;
  }

  .hero-section {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-title,
  .section-title h2,
  .event-details-content .title {
    font-size: 20px;
  }

  .event-content {
    position: relative;
    padding: 10px 15px;
    box-shadow: 0 10px 70px rgb(0 0 0 / 10%);
    border-radius: 0p 0p 10px 10px;
  }

  .event-content .event-description {
    font-size: 11px;
    line-height: 1;
  }

  /* .events-filter {
    margin-left: -5px;
    margin-right: -5px;
  }

  .events-filter li {
    margin-left: 5px;
    margin-right: 5px;
  } */

  .client-logo-item {
    width: calc(50% - 30px);
  }

  .blog-details-content h3 {
    font-size: 25px;
  }

  .event-content .time-info {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    /* width: calc(100% - 5px); */
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    flex-wrap: wrap;
    padding: 7px;
    /* border-radius: 4px; */
    background: #22b0a2;
    color: white;
    line-height: normal;
    box-shadow: 0 10px 70px rgb(0 0 0 / 10%);
  }
}

@media only screen and (width <= 480px) {
  .event-search .search-item {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .event-search .search-item:first-child {
    border-bottom: 1px solid rgb(3 10 21 / 15%);
    align-items: center;
    justify-content: center;
  }

  #borwseby-button {
    width: 100%;
    border-right: none;
  }

  .category-item {
    width: calc(100% - 30px);
    max-height: 50%;
  }

  .work-process-inner,
  .event-details-information {
    padding-left: 25px;
    padding-right: 25px;
  }

  .event-details-images .slick-arrow {
    height: 40px;
    width: 40px;
  }

  .event-details-images .prev {
    left: 10px;
  }

  .event-details-images .next {
    right: 10px;
  }

  .comment-body {
    display: block;
  }

  .comment-list .children {
    margin-left: 25px;
  }

  .event-content .time-info {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    /* width: calc(100% - 5px); */
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    flex-wrap: wrap;
    padding: 7px;
    /* border-radius: 4px; */
    background: #22b0a2;
    color: white;
    line-height: normal;
    box-shadow: 0 10px 70px rgb(0 0 0 / 10%);
  }
}

@media only screen and (width <= 400px) {
  .update-shopping .theme-btn:first-child {
    margin-right: 0;
    align-items: center;
    justify-content: center;
  }

  .menu-right {
    flex-wrap: wrap;
    gap: 15px;
  }

  .menu-right form {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }

  .menu-right .ui-selectmenu-button.ui-button {
    margin-inline: 0 !important;
  }

  .event-search .theme-btn {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .event-content .time-info {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    /* width: calc(100% - 5px); */
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    flex-wrap: wrap;
    padding: 7px;
    /* border-radius: 4px; */
    background: #22b0a2;
    color: white;
    line-height: normal;
    box-shadow: 0 10px 70px rgb(0 0 0 / 10%);
  }
}

@media only screen and (width <= 375px) {
  .hero-content h1 {
    font-size: 22px;
  }

  .page-title,
  .section-title h2,
  .event-details-content .title {
    font-size: 20px;
  }

  .widget,
  blockquote,
  .event-content,
  .testimonial-item,
  .contact-info-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .event-content h5 {
    font-size: 13px;
  }

  .event-content .event-description {
    font-size: 11px;
    line-height: 1;
  }

  .event-details-header .author h5 {
    font-size: 18px;
  }

  .event-content h4,
  .blog-details-content h3 {
    font-size: 20px;
  }

  .feature-item,
  .testimonial-item .author {
    display: block;
  }

  .work-process-item .icon {
    height: 80px;
    width: 80px;
  }

  .work-process-item .icon i::before {
    line-height: 80px;
    font-size: 35px;
  }

  .testimonial-item .author img {
    margin-bottom: 12px;
  }

  .client-logo-item {
    padding: 15px;
  }

  .event-details-header ul {
    padding-left: 10px;
  }

  .event-details-header .author img {
    height: 65px;
    width: 65px;
  }

  .checkout-area h3,
  .releted-event-header h3,
  .event-details-content .inner-title {
    font-size: 25px;
  }

  blockquote,
  .blog-content h4 {
    font-size: 16px;
  }

  .blog-footer {
    font-size: 14px;
  }

  .event-content .time-info {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    /* width: calc(100% - 5px); */
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 10px;
    flex-wrap: wrap;
    padding: 7px;
    /* border-radius: 4px; */
    background: #22b0a2;
    color: white;
    line-height: normal;
    box-shadow: 0 10px 70px rgb(0 0 0 / 10%);
  }
}
