﻿.nav-link {
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.nav-margins {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 48px !important;
    margin-right: 48px !important;
}

.bg-wheat {
    background-color: #ECEBE9 !important;
}

.responsive-description {
    color: var(--text-paragraph, #44403C);
    text-align: center;
    font-family: 'Roboto-Light', sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.4px;
    font-size: clamp(20px, 2.2vw, 24px);
}

.eventio-sm-text {
    color: #44403C;
    font-family: Roboto;
    font-style: normal;
}

.mb-sm0 {
    margin-bottom: 3rem;
}

.topLeft-wrapper {
    width: 100%;
}

.bgImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    /*height: 184px;*/ /* Adjust each section's height */
    height: 181px;
}

.firstleft-img {
    border-radius: 12px;
    background-image: url('/img/eventDetailLeftTop.png');
}

.secondleft-img {
    margin-top: 15px;
    border-radius: 12px;
    background-image: url('/img/eventDetailLeftBottom.png');
}

.firstRight-img {
    border-radius: 12px;
    background-image: url('/img/eventDetail-rightTop.png');
}

.secondRight-img {
    margin-top: 15px;
    border-radius: 12px;
    background-image: url('/img/eventDetail-RightBottom.png');
}

.accordion-button:not(.collapsed) {
    background-color: white;
    color: #000;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: transparent;
}

/*.centerEvent-bgImg {
    background-image: url('/img/eventDetail.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}*/

.hide-on-large {
    display: none !important;
}

.show-on-large {
    display: block !important;
}

.roboto_font {
    font-family: Roboto;
}

.accordion-button::after {
    display: none;
}

.custom-icon {
    font-size: 25px;
    transition: transform 0.3s ease;
}

.accordion-item {
    border-left: none !important;
    border-right: none !important;
}

.custom-img-fluid {
    width: 100%;
    height: 85%;
    padding: 2% 0% 0% 6%;
    margin-top: 6%;
    border-radius: 10px 10px 10px 10px;
}

.bg-neutral {
    background-color: #DDD9D5 !important;
}

.G-Medium {
    font-family: var(--gambetta-medium);
}

.p-s-e {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

.fs-14 {
    font-size: 14px;
}


/*Marquee code start*/
/* Section 1 */
.marquee-container:nth-of-type(1) .marquee-content {
    animation-delay: 0s;
    animation-duration: 12s;
}

/* Section 2 */
.marquee-container:nth-of-type(2) .marquee-content {
    animation-delay: -4s;
    animation-duration: 10s;
}

/* Section 3 */
.marquee-container:nth-of-type(3) .marquee-content {
    animation-delay: -2s;
    animation-duration: 11s;
}

/* Section 4 */
.marquee-container:nth-of-type(4) .marquee-content {
    animation-delay: -4s;
    animation-duration: 10s;
}

/* Section 5 */
.marquee-container:nth-of-type(5) .marquee-content {
    animation-delay: 0s;
    animation-duration: 12s;
}




.marquee-item {
    min-width: 18%;
    text-align: center !important;
}

.marquee-item {
    position: relative;
    transition: all 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.item-pill-5 {
    background-image: url('/img/pill-2.png');
    min-width: 18% !important;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-10 {
    background-image: url('/img/pill-1.png');
    min-width: 18% !important;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-15 {
    background-image: url('/img/pill-3.png');
    min-width: 18% !important;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-20 {
    background-image: url('/img/pill-2.png');
    min-width: 18% !important;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-28 {
    background-image: url('/img/pill-2.png');
    min-width: 18% !important;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-16 {
    background-image: url('/img/pill-2.png');
    min-width: 18% !important;
    font-size: 0px !important;
    height: 37px;
}
/* On hover: show image as background */
.item-pill-1:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-2:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-3:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-4:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-5:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-6:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-7:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-8:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-9:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-10:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-11:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-12:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-13:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-14:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-15:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-16:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-17:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-18:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-19:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-20:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-21:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-22:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-23:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-24:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-25:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-26:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-27:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-28:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-29:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-30:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-31:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-32:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-33:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-34:hover {
    background-image: url('/img/pill-1.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-35:hover {
    background-image: url('/img/pill-2.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.item-pill-36:hover {
    background-image: url('/img/pill-3.png');
    width: 18%;
    font-size: 0px !important;
    height: 37px;
}

.marquee-item:hover::before {
    opacity: 1;
}

.marquee-container {
    width: 100%;
    background-color: #f8f9fa;
    padding: 15px 0;
}

.marquee-content {
    display: flex;
    animation: marquee 20s linear infinite;
}

.marquee-item {
    flex: 0 0 auto;
    padding: 0 20px;
    font-size: 1.2rem;
    color: #495057;
}

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
    /* Optional: Pause animation on hover */
    /*.marquee-container:hover .marquee-content {
    animation-play-state: paused;*/
}
/*Marquee code end*/


.mb-6 {
    padding-bottom: 5%;
}
/* Small devices (phones, up to 600px) */
@media only screen and (max-width: 600px) {
    .contentCenter {
        text-align: center;
    }

    .mb-sm0 {
        margin-bottom: 0%;
    }

    .hideSm,
    .hide-on-small {
        display: none !important;
    }

    .show-on-small {
        display: block !important;
    }
}

/* Medium devices (tablets, 601px to 768px) */
@media only screen and (min-width: 601px) and (max-width: 768px) {
    .mb-sm0 {
        margin-bottom: 0px;
    }

    .bgImg {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 113px;
    }

    .centerEvent-bgImg {
        background-image: url('/img/eventDetail.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }

    button.ms-3.remove-margin-start,
    button.ms-2.remove-margin-start {
        margin-left: 0 !important;
    }

    .mb-6 {
        padding-bottom: 0%;
    }
}

/* Laptop and desktop (769px and up) */
@media only screen and (min-width: 769px) {
    .bgImg {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
    }

    .marquee-item {
        min-width: 12%;
        text-align: center !important;
    }

    .centerEvent-bgImg {
        background-image: url('/img/eventDetail.png');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 100%;
    }
}

/* Laptops (769px to 1199px) - override height */
@media only screen and (min-width: 769px) and (max-width: 1199px) {
    .bgImg {
        height: 148px;
    }
}

/* Large screens (1440px and up) */
@media (min-width: 1440px) {
    .centerEvent-bgImg {
        background-image: url(/img/eventDetail.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        height: 437px;
    }
}

/* Specific screen size overrides (if truly needed) */
@media only screen and (width: 1920px) and (height: 1080px) {
    .bgImg {
        height: 285px;
    }

    .centerEvent-bgImg {
        background-image: url(/img/eventDetail.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        height: 437px;
    }
}

@media only screen and (width: 768px) and (height: 283px) {
    .bgImg {
        height: 111px;
    }
}

@media only screen and (width: 2560px) {
    .centerEvent-bgImg {
        background-image: url(/img/eventDetail.png);
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
        height: 437px;
    }

    .bgImg {
        height: 148px;
    }
}

/*.centerEvent-bgImg {
    background-image: url(/img/eventDetail.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;*/
/* width: 100%; */
/*height: 242px;
}*/

.mb-sm0 {
    margin-bottom: 0;
}

button.ms-3.remove-margin-start {
    margin-left: 0 !important;
}

button.ms-2.remove-margin-start {
    margin-left: 0 !important;
}
