.header-logo a img {
    max-height: 80px;
}

.meeta-header-section .header-middle:not(.header-sticky.sticky) {
    border-bottom: none;
    padding: 20px;
}

.header-navigation .main-menu li a {
    font-size: 20px;
}

.meeta-hero-section .meeta-hero-content {
    top: -20px;
}

.meeta-hero-section .meeta-hero-content .hero-content-shape-01 {
    bottom: -60px;
}

.meeta-hero-section .meeta-hero-content .hero-content-shape-03 {
    top: -60px;
}

.meeta-hero-section .meeta-hero-content .hero-content-shape-04 {
    top: -80px;
}

.meeta-hero-section .meeta-hero-content .hero-title {
    font-size: 90px;
}

.meeta-sponsor-active .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    gap: 20px 10px;
}

.meeta-sponsor-active .swiper-slide {
    position: relative;
    height: auto;
    max-width: calc(20% - 20px);
    text-align: center;
}

.meeta-sponsor-logo {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meeta-sponsor-logo img {
    max-height: 110px;
    max-width: 145px;
}

.meeta-sponsor-name {
    color: #9279af;
    text-align: center;
    padding-top: 10px;
    font-weight: 600;
    font-size: 16px;
    height: 52px;
    line-height: 26px;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
}

a[href]:hover .meeta-sponsor-name {
    color: #fc097c;
}

.meeta-faq-section {
    padding-bottom: 0;
}

.single-gallery {
    margin: 1px;
}

.footer-logo img {
    max-width: 300px;
}

/* No media query since the xxl breakpoint has no upper bound on its width */

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    
}

/* XX-Large devices (larger desktops)
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px), (orientation: portrait) {

    .meeta-header-section .header-middle:not(.header-sticky.sticky) {
        padding: 20px 0;
    }

    .header-navigation .main-menu li a {
        padding: 36px 15px;
    }

    .meeta-register-countdown {
        text-align: center;
    }

    .meeta-countdown .single-countdown::before {
        right: -14.5%;
    }

    .meeta-about-section {
        text-align: center;
    }

    .meeta-sponsor-active .swiper-wrapper {
        gap: 0 10px;
    }
    
    .meeta-sponsor-active .swiper-slide {
        max-width: calc(30% - 20px);
        margin-bottom: 40px;
    }

    .meeta-event-schedule-banner {
        text-align: center;
    }

    .meeta-event-schedule-tabs-menu {
        margin-right: 10px;
    }

}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .header-middle.header-sticky .col-5 {
        padding: 0;
    }
    
    .header-navigation .main-menu {
        justify-content: left;
    }

    .header-navigation .main-menu li a {
        padding: 0 15px;
    }

    .meeta-hero-section .meeta-hero-content .hero-title {
        font-size: 53px !important;
    }

    .meeta-hero-section .meeta-hero-content .hero-date {
        font-size: 24px;
        margin-top: 4px;
    }

    .meeta-hero-section .hero-shape-01 {
        width: 80px;
        top: 27%;
    }

    .meeta-hero-section .meeta-hero-content .hero-content-shape-01 {
        bottom: 0;
    }

    .meeta-hero-section .meeta-hero-content .hero-content-shape-03 {
        top: 10px;
    }

    .meeta-hero-section .meeta-hero-content .hero-content-shape-04 {
        top: 12px;
    }

    :is(.meeta-register .register-btn, .meeta-event-schedule-banner .btn) {
        font-size: 20px;
    }

    .meeta-countdown .single-countdown::before {
        right: -38%;
    }

    :is(.meeta-about-title, .meeta-about-content) {
        padding: 0 5%;
    }

    .meeta-sponsor-active .swiper-slide {
        max-width: calc(50% - 20px);
    }

    .meeta-event-schedule-tabs-menu {
        margin-right: 0;
    }

    .meeta-event-schedule-time {
        width: 110px;
    }

    .meeta-faq-wrapper {
        padding: 0 10px;
    }

    .progress-wrap.active-progress {
        background-color: rgba(252, 9, 124, 0.1);
        bottom: 30px;
        transform: translateX(22.5px);
        right: 50%;
    }
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {

    .footer-widget-social a {
        margin: 0 24px;
    }

}