.header-nav-line {
    height: 30px;
    background-color: aliceblue;
}


/* TOP BAR */
.topbar {
    background: #18286e;
    background: linear-gradient(90deg,rgba(99, 49, 255, 1) 5%, rgba(255, 148, 0, 1) 100%);
    padding: 0.2rem 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 575.98px) {
    .topbar {
        padding: 0.2rem 1rem;
    }
    .header-container {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .movie-grid .movie-rating-percent{
        padding-bottom: 5px;
    }

    .all-movies{
        padding-top: 40px !important;
        padding-bottom: 80px;
    }
}

.all-movies{
    padding-top: 80px;
    padding-bottom: 80px;
}

.topbar-text {
    font-size: 0.72rem;
    color: rgb(255, 255, 255);
    letter-spacing: 0.1em;
}

.topbar-links {
    display: flex;
    gap: 1.5rem;
    border: 2px solid rgb(0, 18, 118);
    padding-left: 10px;
    padding-right: 10px;
}

.topbar-links:hover {
    border: 2px solid rgb(255, 255, 255);

}

.topbar-links a {
    color: rgb(255, 255, 255);
    font-size: 0.72rem;
    text-decoration: none;
    transition: color 0.2s;
}

.topbar-links a:hover {
    color: var(--rose);
}

.topbar select {
    color: #00073b;
    height: 24px;
}

/* NAV */
nav {
    /*display: flex;*/
    align-items: center;
    /*justify-content: space-between; */
    /*padding: 0.4rem 0rem;*/
    padding-left: 0rem;
    padding-right: 0rem;
    background: #00073b;
    border-bottom: 0.5px solid rgba(107, 33, 168, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
}

.logo {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.8rem;
    font-style: italic;
    color: var(--plum);
    letter-spacing: 0.04em;
}

.logo span {
    color: var(--crimson);
    font-style: normal;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    color: rgba(26, 10, 46, 0.5);
    text-decoration: none;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    transition: color 0.2s;
}

.nav-links a:hover {
    color: var(--royal);
}

.nav-cta {
    background: var(--crimson);
    color: #fff;
    border: none;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
    border-radius: 4px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.nav-cta:hover {
    background: var(--royal);
}

.header-container {
    padding-top: 6.4px;
    padding-bottom: 6.4px;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: space-between;
}

.menu {
    display: flex;
    margin-left: auto;
    /* pushes menu to the right */
}

.menu li {
    list-style: none;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    .header-container {
        max-width: 99%;
    }
}

.elementor-widget-container {
    padding: 0px 0px 30px 0px;
}

.elementor-icon-box-wrapper {
    display: flex;
}

.elementor-icon-box-icon {
    margin-bottom: unset;
    margin-left: 0;
    margin-right: 15px;
}

.elementor-icon-box-title {
    margin-bottom: 4px;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700;
}

.pt-40 {
    padding: 40px 0px;
}

.pt-80 {
    padding: 80px 0px;
}

.pb-120 {
    padding-bottom: 120px;
}

.feauters-section .sub-header {
    font-size: 20px;
}

.event-title {
    font-size: 17px;
}

.event-organizer {
    font-size: 15px;
}

.banner-bg {
    transition: background-image 1s ease-in-out;
    background-size: cover;
    background-position: center;
}

.movie-grid , .event-grid{
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.movie-grid-wrapper:has(.movie-grid:hover) .movie-grid:not(:hover) ,
.movie-grid-wrapper:has(.event-grid:hover) .event-grid:not(:hover) {
    filter: blur(3px);
    opacity: 0.5;
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.c-thumb img{
    width: auto !important;
    height: 400px !important;
}

.avatar {
  vertical-align: middle;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
}

.gap-10 {
    gap: 0.625rem !important;
}

.organizer-events .movie-content{
    padding-top: 10px !important;
}

.tab-area .movie-rating-percent i{
    color:#f4a022;
    font-size:14px;
    flex:0 0 auto;
    margin-top:6px;
}

.tab-area .movie-rating-percent span{
    margin-left:10px;
    flex:1;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}

.home-all-events{
    background-image: -webkit-linear-gradient(0deg, #ff9e00 0%, #e0450f 100%);
        font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    border: 1px solid #11326f;
    padding: 9px 27px;
    border-radius: 25px;
    margin: 0 5px 10px;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.tab-slider .item {
    display: flex;
    height: 100%;
}

.tab-slider .movie-grid {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.tab-slider .movie-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.owl-carousel .owl-stage {
    display: flex;
}

.owl-carousel .owl-item {
    display: flex;
}

.owl-carousel .item {
    width: 100%;
}

.section-header-contact{
    margin-bottom: 30px;
}

.socials{
    display: none;
}

.organizer-events .event-grid .movie-content{
    padding-bottom: 8px;
}


.organizer-events .event-grid .movie-thumb {
    position: relative;
}

.organizer-events .event-grid .event-status-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f4a022;
    color: #fff;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    z-index: 2;
}

.organizer-events .event-grid .c-thumb img {
    width: 100% !important;
}

@media (min-width: 992px) {
    .organizer_profile .details-banner-thumb {
        height: unset;
    }
}

.privacy-list, .cookie-list {
    list-style-type: disc;
    margin-left: 15px;
}

.privacy-list li, .cookie-list li {
    display: list-item;
    margin-bottom: 12px;
}

.privacy-list li p , .cookie-list li p {
    margin: 0;
}
.privacy-list , .cookie-list{
    list-style: disc !important;
    padding-left: 25px !important;
}

.privacy-list li , .cookie-list li{
    list-style: disc !important;
    display: list-item !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .08);
    margin-top: 35px;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .footer-section {
        text-align: center;
        padding-top: 30px !important;
    }

    .footer-section .row > div {
        margin-bottom: 15px;
    }

    .footer-section .f-logo{
        padding-bottom: 20px;
    }

    .footer-section img {
        width: 350px;
        max-width: 100%;
    }

    .footer-title {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .footer-text {
        max-width: 320px;
        margin: 15px auto 0;
        font-size: 14px;
        line-height: 1.7;
    }

    .footer-links li {
        margin-bottom: 10px;
    }

    .footer-links a:hover {
        padding-left: 0;
    }

    .social-icons {
        justify-content: center;
        gap: 14px;
        margin-top: 20px !important;
    }

    .social-icons a {
        width: 40px;
        height: 40px;
    }

    .footer-bottom {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
    }

    .footer-bottom-area {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .footer-bottom-area .left p {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.6;
    }

    .footer-bottom-area .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        margin: 0;
    }

    .footer-bottom-area .links li {
        margin: 0;
    }

    .col-lg-3 .mt-4{
        display:none;
    }
    
    .socials {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .socials > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .socials .mt-4{
        margin-top: 0px !important;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        gap: 12px;
        margin-top: 15px;
    }
    .footer-bottom{
        margin-top: 2px;
    }
    .footer-section .col-lg-2{
        padding-left: 20px;
    }

    .sports-grid .movie-thumb .event-date .date-title, .event-grid .movie-thumb .event-date .date-title, .movie-grid .movie-thumb .event-date .date-title{
        font-size: 30px;
    }

    .event-search-bottom .contact-side .item{
        margin-bottom: 0px !important;
    }
}

