
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Cookie&family=Lavishly+Yours&display=swap');


.holiday section .content {
    color: #ffffff;
    margin: 0px auto;
}

.holiday h1 {
	color: var(--color2000);
    border: none;
    font-family: "Allura", cursive;
    font-size: clamp(47px, 6vw, 85px);
    text-align: center;
    margin: 0 0 0.2em 0;
    font-weight: normal;
}

.holiday_schedule h2 {
    font-size: 18px;
    text-align: center;
    color: #ffe4b0;
}
.holiday_schedule h2 span {
    font-size: 24px;
    display: block;
    font-weight: bold;
    margin-bottom:20px;
}

.holiday_schedule p {
    font-size: 14px;
    color: #af0c08;
    font-weight: bold;
}

.holiday_schedule p span {
    color: #523217;
}
.holiday_schedule section .content li::before {
    color: #523217;
}

.holiday_schedule li{
    font-size: 16px;
}

.holiday_schedule a {
    transition:0.5s;
}
.holiday_schedule a:hover{
    color: #c49300;
    transition:0.5s;
}


.date_events {
    padding: 25px 18px;
    background: #2e4876;
    height: 375px;
    overflow: hidden;
    width: 100% !important;
}

#swiper-dates-events {
    width: 100%;
    min-height: 300px; 
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 300px; 
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--yellow);
}


.swiper-container:not(:hover) {
  animation: nudge 3s ease-in-out infinite;
  animation-delay: 2s;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--color2000) !important;
    font-weight: bold;
    width: 40px;
    height: 40px;
    transition: 0.5s;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #c49300 !important; 
    transition: 0.5s;
}

.swiper-button-next {
    right: 0px; 
}
.swiper-button-prev {
    left: 0px;
}

.swiper-button-prev::before,
.swiper-button-next::before,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before
{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
}



/*.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{
    content: "none" !important;
}*/

.swiper-button-prev, .swiper-button-next{
    background-image: none !important;
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 1px;
    right: auto
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 1px;
    left: auto
}


/* ---------- SCROLL ----------- */

.holiday_schedule {
    scrollbar-width: thin; 
    scrollbar-color: #A61C1C #EFE4C8; 
    overflow-y: auto;
}


.holiday_schedule::-webkit-scrollbar {
    width: 8px; 
}

.holiday_schedule::-webkit-scrollbar-track {
    background: #EFE4C8; 
    border-radius: 4px;
}

.holiday_schedule::-webkit-scrollbar-thumb {
    background-color: #A61C1C; 
    border-radius: 4px;
    border: 2px solid #EFE4C8;
}

.holiday_schedule::-webkit-scrollbar-thumb:hover {
    background-color: #851212; 
}


@media screen and (min-width:1180px) {
    .swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    	bottom: -3px;
       	left: 22%;
       	width: 100%
   }
    .holiday_schedule .content .fx_2:nth-child(1n){
        width: 345px;
    }

    .holiday_schedule .content .fx_2:nth-child(2n){
        width: 100%;
        max-width: 775px;
        margin: 0;
    }
    .holiday_schedule .flex{
        flex-wrap: nowrap;
    }

    .holiday_schedule .date_events{
        padding: 25px 31px;
    }

    .holiday h1 {
        /*font-size: 56px;
        text-align: center;
        margin: 20px 0 41px;*/
    }

    .holiday {
        background-size: cover;
        background-position: right;
    }

    .holiday section .content {
        padding-bottom: 3em;
    }

    .swiper-button-prev::before, .pswp__button--arrow--left:before {
      content: "\276E" !important;
    }
    
    .swiper-button-next::before,.pswp__button--arrow--right:before {
      content: "\276F" !important;
    
    }

}

@media screen and (min-width:880px) and (max-width:1179px) {
    .swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    	bottom: -3px;
    	left: 16%;
    	width: 100%
   }
    .holiday section .content { max-width: 800px; }

     .holiday h1 {
        font-size: 56px;
        text-align: left;
        margin: 20px 0 41px;
        padding-left: 2em;
    }
    .holiday {
        background-size: cover;
        background-position: center;
        background-position-x: 88em;
    }

    .swiper-button-prev::before, .pswp__button--arrow--left:before {
      content: "\276E" !important;
    }
    
    .swiper-button-next::before,.pswp__button--arrow--right:before {
      content: "\276F" !important;
    
    }
}

@media screen and (max-width:879px) {
    .swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    	bottom: -3px;
    	left: -5%;
    	width: 100%
   }

    .holiday h1 {
        font-size: 35px;
        text-align: center;
        margin: 20px 0 41px;
    }

    .holiday_schedule h2 {
        font-size: 18px;
        text-align: center;
        color: #af0c08;
    }
    .holiday_schedule h2 span {
        font-size: 22px;
        display: block;
        font-weight: bold;
        margin-bottom:20px;
    }

    .holiday_schedule .flex img{
        width: 260px !important;
    }

    .date_events {
        height: 460px;
    }
    .swiper-button-next, .swiper-button-prev {
        display: none;
    }
    .holiday {
        background-size: cover;
        background-position: center;
       
    }
}
