   * { margin: 0; padding: 0; box-sizing: border-box; }



        body {  
            font-family: "Inter", sans-serif;
            font-size: 16px;
            background: #fff;
        }
        

        h1, h2, h3, h4, h5 {
            font-family: "Inter", sans-serif;
            font-weight: 500;
        }



        a
 {
    color: inherit;
    text-decoration: none;
}


        section#banner {
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}


button {
    cursor: pointer;
}


header {
    display: flex
;
    justify-content: space-between;
    background: #fff;
    color: #1d1d1b;
    align-items: center;
    margin-top: -2px;
    height: 15vh;
    position: fixed;
    width: 100vw;
    top: 0;
    background: #fff;
    z-index: 999;
    height: 100px;
    margin: auto;
    padding: 0 5vw;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}



.desktop-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex
;
    align-items: center;
}



.desktop-menu ul li {
    margin: 0 0px;
    padding: 25px 0px;
}


.desktop-menu ul li a {
    color: #1d1d1b;
    text-decoration: none;
    font-size: 0.9rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 20px 15px;
    transition: background-color 0.3s ease, color 0.3s ease;
    height: 15vh;
    height: 100px;
    display: flex
;
    justify-content: center;
    align-items: center;
}

.desktop-menu ul li a:hover, .desktop-menu ul li a:focus {
    background-color: #df1b12;
    color: #fff;
    border-radius: 0px;
}



.menu-toggle {
    cursor: pointer;
    z-index: 1001;
    font-size: 2rem;
}



@media (min-width: 1030px) {
    .desktop-menu {
        display: block;
    }
    .menu-toggle, .mobile-menu {
        display: none;
    }
}

.menu-toggle {
    cursor: pointer;
    z-index: 1001;
    font-size: 2rem;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(50, 60, 119, 1);
    background: linear-gradient(90deg, rgba(50, 60, 119, 1) 0%, rgba(140, 109, 158, 1) 44%, rgba(249, 173, 209, 1) 99%);
    color: #fff;
    z-index: 1000;
    transition: right 0.5s ease;
}

.mobile-menu ul {
    padding-top: 60px;
    list-style: none;
    text-align: center;
    padding-left: 0;
}

.mobile-menu ul li {
    padding: 15px 0;
  
}


.mobile-menu ul li:hover {
 
    background: #df1b12;
}


.mobile-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
}


.mobile-menu ul li a {

}

.mobile-menu.active {
    right: 0;
}



.desktop-menu {
    display: none;
}

.desktop-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}


#openCalendarPopup {
    width: auto;
    background: #df1b12;
    color: #fff !important;
    padding: 15px 15px;
    font-weight: 500;
    font-size: 0.9rem;
    border: 0;
    text-transform: uppercase;
    display: flex
;
    justify-content: center;
    align-items: center;
    line-height: 1;
       
}

.mobile-menu #openCalendarPopup {
    margin: auto;
}

#openCalendarPopup:hover {
    background: transparent;
}

a:hover #openCalendarPopup {
height: 100px;
background: transparent;
}

#openCalendarPopup i {
    margin-right: 10px;
}


.mobile-menu a:hover #openCalendarPopup {
height: auto;
background: transparent;
}


#openLive {
    width: auto;
    background: #df1b12;
    color: #fff !important;
    padding: 15px 15px;
    font-weight: 500;
    font-size: 0.9rem;
    border: 0;
    text-transform: uppercase;
    display: flex
;
    justify-content: center;
    align-items: center;
    line-height: 1;
       
}

.mobile-menu #openLive {
    margin: auto;
}

#openLive:hover {
    background: transparent;
}

a:hover #openLive {
height: 100px;
background: transparent;
}

#openLive i {
    margin-right: 10px;
}


.mobile-menu a:hover #openLive {
height: auto;
background: transparent;
}


.calendar_day {
    display: flex
;
    /* gap: 20px; */
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.calendar_popup {
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    padding: 40px !important;
                background: #DC82CC !important;
background: linear-gradient(90deg, rgba(220, 130, 204, 1) 0%, rgba(224, 139, 179, 1) 33%, rgba(229, 148, 131, 1) 66%, rgba(232, 156, 122, 1) 100%) !important;
color: #fff !important;
}

.calendar_day h4 {
    width: 180px;
}

.calendar_popup h3 {
    text-align: center;
    line-height: 1.1;
}


.calendar_popup h2 {
    TEXT-ALIGN: center;
    margin-bottom: 10px;
    /* text-transform: uppercase; */
}

.calendar_day a {
    width: auto;
    background: #df1b12;
    color: #fff !important;
    padding: 10px 15px;
    font-weight: 600;
    font-size: 0.8rem;
}


.logo img {
    width: 300px;
}


.bar_date {
    font-weight: 600;
    text-align: right;
    font-size: 1rem;
    letter-spacing: 2px;
}


section {
    padding: 100px 20px;
}


#banner {
    padding: 0;
}




.container {
    width: 85%;
    max-width: 1680px;
    margin: auto;
}


h1 {
    margin: 0;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 40px;
}












/* DOSTAWCY KARUZELA */

#dostawcy h1 {
    position: relative;
}





.vendor_carousel {
    margin-top: 50px;
    margin-bottom: 50px;
}




.vendor_carousel .carousel_single_vendor {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

.vendor_carousel .carousel_single_vendor img {
    max-width: 100%; /* Adjust based on your requirement */
    height: auto; /* This keeps the aspect ratio of the logos */
    padding: 5px; /* Padding around the logos */
}


.all_vendors {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 15px 35px;
    background: #970A6A;
    background: linear-gradient(90deg, rgba(151, 10, 106, 1) 0%, rgba(175, 30, 87, 1) 33%, rgba(209, 69, 80, 1) 66%, rgba(242, 143, 111, 1) 100%);
    margin-top: -30px;
    border: 0px;
}



.all_vendors:hover {
    color: #fff;
    background: #970A6A;
    background: linear-gradient(270deg, rgba(151, 10, 106, 1) 0%, rgba(175, 30, 87, 1) 33%, rgba(209, 69, 80, 1) 66%, rgba(242, 143, 111, 1) 100%);
}




.partners {
    text-align: center;
    margin-top: 100px;
}

.partners h2 {
    font-size: 1.2rem;
}


.spartners h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 1.1rem;
    margin: 0;
    line-height: 1;
    padding: 0;
    font-weight: 500;
    margin-bottom: 20px;
}



#dostawcy {
    padding: 100px 5vw;
    position: relative;
    overflow: hidden;
    padding-top: 8vw;
}

.dostawcy_full .container {
    position: relative;
    z-index: 10;
}



#dostawcy img {
    max-width: 100%;
}


#dostawcy .partners img {
    max-width: 160px;
}













#newsroom h1 {
    position: relative;
    color: #fff;
}



#newsroom {
    background-image: url(../assets/banner/wesierska_bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    padding-top: calc(8vw - 3rem);
}

.newsroom-preview {
    display: flex
;
    flex-wrap: wrap;
    margin: auto;
    gap: 30px;
    z-index: 5;
    position: relative;
}

.news-preview-post {
    display: inline-block;
    width: 30%;

    background: #fff;
    border-radius: 0px;
    padding: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-size: 0.8rem;
    font-weight: 300;
}

.newsroom-preview h4
 {
    font-weight: 500;
    font-size: 1rem;
    border-bottom: 1px solid rgba(9, 48, 83, 0.2);
    padding-bottom: 5px;
    color: #093053;
}

.newsroom-preview h5 {
    font-weight: 400;
    font-size: 0.9rem;
    margin: 0;
}

.newsroom-preview .meta {
    font-size: 0.8rem;
    margin-bottom: 10px;
    display: flex
;
    gap: 10px;
    margin-top: 10px;
}


.newsroom-preview .tags {

}


.newsroom-preview .tag {
    position: relative;
    z-index: 0;
    font-weight: normal;
    font-size: 0.7rem;
    /* background: rgb(50, 60, 119); */
    /* background: linear-gradient(90deg, rgba(50, 60, 119, 1) 0%, rgba(140, 109, 158, 1) 44%, rgba(249, 173, 209, 1) 99%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    background-clip: text;
    color: transparent;
    border: 0;
    padding: 3px 5px;
    margin-right: 5px;
    color: #445593;
    border: 1px solid #445593;
}



.read-more {
    margin-top: 10px;
    display: block;
    text-align: right;
    font-weight: 500;
    color: #093053;
}



.nwsrm_image_outer {
    background: #fff;
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
}


.news-preview-post img {
    max-width: 100%;
    margin-bottom: 10px;
    width: 100%;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}



.newsroom-link {
    width: 100%;
    text-align: center;
}

button.all_news {

    font-size: 1.2rem;
    font-weight: 500;
    padding: 15px 45px;

    margin: auto;
    margin-top: 50px;
        color: #fff;
    background: transparent;
    border: 1px solid #fff;
}




button.all_news:hover {
    color: #093053;
        background: #fff;
    border: 1px solid #fff;
}










.stream_container {
    position: relative;
    padding-bottom: 56.25%;
    cursor: pointer;
}


.stream_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}








#partner {
    text-align: center;
    background: rgba(240, 243, 246, 0.4);
    padding: 50px 10px;
}


#partner img {
   width: 200px;
   max-width: 100%;
}


#partner h1 {
    font-size: 1.5rem;
}


footer {
    padding: 30px 5vw;
    background: #16232b;
    color: #fff;
    font-size: 0.8rem;
}


.footer-content {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
}


.footer_left {
    width: auto;
}


.footer_right {
    width: auto;
    text-align: left;
}


.footer_left img {
    max-width: 100%;
    width: 200px;
    margin-left: -5px;
    margin-bottom: 20px;
}


.tech_support {
    margin-top: 20px;
}



.menu-footer {
    list-style-type: none;
    margin-top: 0px;
}

.menu-footer-header {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
}


.footer-socials {
    display: flex
;
    gap: 10px;
    font-size: 1.3rem;
    margin-top: 10px;
}


/* POPUP */



#popup {
    font-family: "Inter", sans-serif !important;
    min-height: 360px !important;
}

#popup h2 {
    font-size: 1rem;
}


#popup p {
    font-size: 0.9rem;
}


.ui-dialog .ui-dialog-buttonpane {
    border: 0px;
  margin: 0 !important;
    padding: 0 !important;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0 !important;
     display: none !important;
}

.ui-widget.ui-widget-content {
    border: 0px !important;
    border-radius: 1px !important;
    font-family: "Inter", sans-serif !important;
    max-width: 95%;
    width: fit-content !important;
}


.ui-dialog .ui-dialog-titlebar {
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #fff;
    border: 0px;
    font-weight: 600;
}



.ui-dialog .ui-dialog-buttonpane button {
    margin: 0;
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    border: 0px;
    border-radius: 0px;
    background: #df1b12;
    color: #fff;
    font-weight: 600;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.ui-dialog .ui-dialog-titlebar-close {
display: none !important;
}



.ui-button .ui-icon {
    background-image: none !important;
    position: relative !important;
}



.ui-dialog .ui-dialog-buttonpane {
    border: 0px;
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.8) !important;
    opacity: 1 !important;
}


#popup a {
    font-weight: 500;
    text-decoration: underline;
}






@media only screen and (min-width: 1920px)  {



.desktop-menu ul li a {
    font-size: 1.1rem;
}




}






@media only screen and (max-width: 1450px)  {


}











@media only screen and (max-width: 1380px)  {


}




@media only screen and (max-width: 1290px)  {


}




@media only screen and (max-width: 1030px)  {



}









@media only screen and (max-width: 995px)  {


}





@media only screen and (max-width: 810px)  {


    
}



@media (min-width: 1030px) {
    .desktop-menu {
        display: block;
    }
    .menu-toggle, .mobile-menu {
        display: none;
    }
}


@media only screen and (max-width: 780px)  {


    h1 {
    margin: 0;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
}

    #newsroom {
  padding-top: calc(16vw + 1rem);
}



}




@media only screen and (max-width: 650px)  {


}




@media only screen and (max-width: 610px)  {

    .container {
        width: 98%;
    }

.logo img {
    width: 250px;
}

.bar_date {
    font-weight: 600;
    text-align: right;
    font-size: 0.9rem;
    letter-spacing: 1px;
}


}




@media only screen and (max-width: 520px)  {

.footer_right {

    margin-top: 50px;
}


}


@media only screen and (max-width: 490px)  {


}





@media only screen and (max-width: 460px)  {


}




@media only screen and (max-width: 430px)  {


}



@media only screen and (max-width: 390px)  {


}



@media only screen and (max-width: 370px)  {


}



@media only screen and (max-width: 330px)  {


}