:root{
    --purple-color: #c8a2cc;
    --yellow-color: #f7df8d;
}

p{
    font-size: 17px;
    line-height: 1.55;
}


/* .peninta-page p,
.peninta-page span,
.peninta-page li,
.peninta-page div{
    font-weight: 300;
} */

.peninta-page .container{
    max-width: 1400px;
}

/* Hero section */

.peninta-hero-section{
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.peninta-hero-section .hero-title{
    position: relative;
    z-index: 9;
    max-width: 560px;
    text-align: center;
}

.peninta-hero-section .hero-title h1{
    line-height: 1.05 !important;
    padding: 0 5%;
}

.peninta-hero-section .hero-text{
    position: relative;
    z-index: 9;
    padding: 0 5%;
    max-width: 880px;
    margin-top: 15px;
}

.peninta-hero-section .hero-text p{
    font-size: 19px;
    text-align: center;
    font-weight: 600;
}

.peninta-hero-section .bg-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.peninta-hero-section .bg-image img,
.peninta-hero-section .bg-image svg{
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 800px){
    .peninta-hero-section{
        align-items: flex-start;
    }
    .peninta-hero-section .hero-title h1{
        line-height: 1.1 !important;
        font-size: 3.5rem;
    }
    .peninta-hero-section .hero-text p,
    .peninta-hero-section .hero-title{
        text-align: left;
    }
}

/* Campaign video */

.campaign-video{
    position: relative;
    aspect-ratio: 21/8.7;
}

@media screen and (max-width: 700px){
    .campaign-video{
        aspect-ratio: 9/16;
    }
}

.campaign-video video{
    width: 100%;
}

.video-container{
    margin-top: 80px;
    margin-bottom: 80px;
}

.video-container .text-holder{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

.video-container .text-holder h3{
    margin-bottom: 10px;
}

.video-container .text-holder p{
    max-width: 500px;
    text-align: center;
}

@media screen and (max-width: 800px){
    .video-container .text-holder{
        align-items: flex-start;
    }
    .video-container .text-holder p{
        text-align: left;
    }
}

/* Stigmes section */
.stigmes-section .top-images{
    width: 100%;
}

.stigmes-section .top-images .top-images-wrapper{
    display: flex;
    column-gap: 10px;
    width: max-content;
    animation: efxesImagesLoop 40s linear infinite; 
    will-change: transform;
}

@keyframes efxesImagesLoop{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); /* Scroll halfway (if duplicated images) */
    }
}

.stigmes-section{
    background-color: var(--yellow-color);
    padding: 80px 0 0;
    margin-top: 80px;
    position: relative;
}

.stigmes-section .top-images .top-images-wrapper .image-box{
    width: 22vw;
    min-width: 250px;
    max-width: 400px;
    aspect-ratio: 10/6;
    /* flex-shrink: 0; */
}

@media screen and (max-width: 700px){
    .stigmes-section{
        padding: 40px 0;
    }
}

.stigmes-section .top-images .top-images-wrapper .image-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stigmes-content{
    display: flex;
    /* color: #fff; */
    padding: 12% 5% 12%;
}

.stigmes-content .left{
    width: 45%;
}

.stigmes-content .right{
    width: 50%;
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.stigmes-content .left .title .small-title,
.stigmes-content .left .title .big-title{
    font-family: 'BT-Baker';
    line-height: 1;
}

.stigmes-content .left .title .small-title{
    font-size: 40px;
}

.stigmes-content .left .title .big-title{
    font-size: 77px;
}

.stigmes-content .left .text-holder{
    max-width: 700px;
    margin-top: 2px;
} 

.stigmes-content .left .text-holder p{
    margin-bottom: 18px;
    max-width: 700px;
}

.stigmes-content .left .text-holder p:first-of-type{
    font-size: 28px;
    font-weight: 400;
    line-height: 1.15;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 15px;
}

.stigmes-content .left .text-holder p:nth-of-type(2){
    max-width: 480px;
}

.stigmes-content .left .text-holder p:last-of-type{
    font-weight: 400;
}

.stigmes-content .left .cta-button{
    background-color: var(--purple-color);
    padding: 11px 17px;
    width: fit-content;
    font-weight: 400;
    margin-top: 40px;
    cursor: pointer;
}

.stigmes-content .right .stigmes-badge{
    max-height: 450px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stigmes-content .right .stigmes-badge .badge-holder{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    height: 100%;
    width: 100%
}

.stigmes-content .right .stigmes-badge .badge-holder .top-part,
.stigmes-content .right .stigmes-badge .badge-holder .bottom-part{
    height: 50%;
    aspect-ratio: 163/100;
}

.stigmes-content .right .stigmes-badge .badge-holder svg{
    height: auto;
    width: 100%;
    display: block;
}

.stigmes-content .right .slider-parent{
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.stigmes-content .right .stigmes-toggle{
    position: absolute;
    background-color: var(--purple-color);
    padding: 8px 13px;
    cursor: pointer;
    border-radius: 1px;
    font-weight: 400;
}

.stigmes-content .right .slider-parent .stigmes-slider{
    max-width: 570px;
    width: 100%;
}

.stigmes-content .right .slider-parent .stigmes-slider .swiper-button-prev,
.stigmes-content .right .slider-parent .stigmes-slider .swiper-button-next{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--purple-color);
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.stigmes-content .right .slider-parent .stigmes-slider .swiper-button-prev img,
.stigmes-content .right .slider-parent .stigmes-slider .swiper-button-next img{
    width: 23px;
    /* filter: invert(1); */
}

.swiper-button-next:after,
.swiper-button-prev:after{
    content: none;
}

.stigmes-content .right .slider-parent .swiper-button-next img{
    transform: rotate(180deg);
}

.stigmes-content .right .slider-parent .swiper-pagination-bullet{
    background-color: #000;
    opacity: 0.2;
}

.stigmes-content .right .slider-parent .swiper-pagination-bullet-active{
    background-color: #000;
    opacity: 1;
}

.stigmes-content .right .slider-parent .swiper-pagination{
    position: relative;
    margin-top: 40px;
    bottom: 0;
}

.stigmes-content .right .slider-parent .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
}

.stigmes-content .right .slider-parent .swiper-slide-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 20px;
    width: 75%;
}

.stigmes-content .right .slider-parent .swiper-slide .efxi-info{
    margin-bottom: 20px;
    display: flex;
    border-radius: 2px;
    background-color: var(--purple-color);
    padding: 4px 10px;
}

.stigmes-content .right .slider-parent .swiper-slide .efxi-info span{
    font-size: 15px;
}

.stigmes-content .right .slider-parent .swiper-slide .efxi-info .name{
    font-weight: 400;
}

.stigmes-content .right .slider-parent .swiper-slide .efxi-info .city{
    margin-left: 6px;
}

.stigmes-content .right .slider-parent .swiper-slide .efxi-content{
    width: 100%;
}

.stigmes-content .right .slider-parent .swiper-slide p{
    /* width: 70%; */
    margin: 0 auto;
    line-height: 1.3;
    text-align: center;
    font-size: 16px;
    
}

@media screen and (max-width: 800px){
    .stigmes-content .left .text-holder p:first-of-type{
        margin-bottom: 30px;
        max-width: 270px;
        font-size: 30px;
    }
    .stigmes-content{
        flex-wrap: wrap;
        padding: 12% 5% 5%;
    }
    .stigmes-content .left,
    .stigmes-content .right{
        width: 100%;
    }
    .stigmes-content .right{
        margin-left: 0;
        padding: 150px 0 130px;
    }
    .stigmes-content .left .text-holder{
        /* margin-top: 30px; */
    }
    .stigmes-content .right .slider-parent .swiper-slide-inner{
        width: 100%;
    }
    .swiper-stigmes{
        overflow: visible;
    }
    .swiper-button-prev,.swiper-button-next{
        /* display: none; */
        top: 0px;
    }
    .swiper-button-prev{
        left: 0;
    }
    .swiper-button-next{
        right: 0;
    }
    .badge-holder{
        width: 100%;
    }
    .stigmes-content .right .stigmes-badge{
        width: 88%;
        max-height: unset;
    }
    .stigmes-content .right .stigmes-badge .badge-holder .top-part,
    .stigmes-content .right .stigmes-badge .badge-holder .bottom-part{
       width: 100%;
       height: auto;
    }
    .stigmes-content .right .stigmes-badge .badge-holder .top-part svg,
    .stigmes-content .right .stigmes-badge .badge-holder .bottom-part svg{
        width: 100%;
        height: auto;
    }
    .stigmes-content .left .title .small-title{
        font-size: 35px;
    }
    .stigmes-content .left .title .big-title{
        font-size: 69px;
    }
}



.stigmes-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(10px);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 70px;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transition: opacity 0.4s, visibility 0.4s;
}

.stigmes-modal.active-modal{
    opacity: 1;
    visibility: visible;
}

.stigmes-modal-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    background-color: var(--yellow-color);
    padding: 40px 0;
    border-radius: 3px;
    width: 92%;
    max-width: 870px;
}

.stigmes-modal-inner .stigmes-modal-inner-overflow{
    padding: 0 45px;
}

.stigmes-modal-inner .thank-you-message{
    color: #000;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 20px;
    font-size: 25px;    
    display: none;
    padding: 20px 0;
}

.stigmes-modal-inner h2{
    color: #000;
    margin-bottom: 35px;
    text-align: center;
}


.stigmes-modal-inner .wpcf7{
    width: 100%;
    padding: 6px 0;
}

.cf7_2_post{
    width: 100%;
}

.stigmes-modal-inner .wpcf7 .wpcf7-spinner{
    display: none;
}

.stigmes-modal-inner  .wpcf7-response-output{
    margin: 0 !important;
    border: none !important;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    margin-top: 4px !important;
}

.stigmes-modal-inner .wpcf7 p:first-of-type,
.stigmes-modal-inner .wpcf7 p:nth-of-type(2),
.stigmes-modal-inner .wpcf7 p:nth-of-type(3),
.stigmes-modal-inner .wpcf7 p:nth-of-type(4){
    margin-bottom: 22px;
    width: calc(50% - 2%);
}

.stigmes-modal-inner .wpcf7 p textarea{
    resize: none;
    height: 120px;
}

.stigmes-modal-inner .wpcf7 p textarea + div{
    font-size: 15px;
    opacity: 0.5;
}

.stigmes-modal-inner .wpcf7 p:nth-of-type(5){
    width: 100%;
}

.stigmes-modal-inner form{
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    justify-content: center;
}

.stigmes-modal-inner form label{
    font-size: 17px;
    color: #000;
}

.stigmes-modal-inner form input,
.stigmes-modal-inner form textarea{
    width: 100%;
    background: #fff;
    border: none;
    border-bottom: 2px solid var(--purple-color);
    padding: 14px 10px;
    color: #000000;
    font-size: 18px;
    margin-top: 4px;
    border-radius: 2px;
}

.stigmes-modal-inner form input.wpcf7-not-valid{
    border: 1px solid red;
}

.stigmes-modal-inner .wpcf7-not-valid-tip{
    color: #fff;
    display: none;
}


.stigmes-modal-inner form input[type="submit"]{
    background-color: var(--purple-color);
    border-radius: 2px;
    font-weight: 400;
    margin-top: 32px;
    cursor: pointer;
    border: none;
    padding: 15px 25px;
}

.stigmes-modal-inner .close-button{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: var(--purple-color);
    padding: 20px;
    border-radius: 50%;
}

.stigmes-modal-inner .close-button span{
    position: absolute;
    width: 63%;
    height: 3px;
    background-color: #101010;
    transform: rotate(45deg);
}

.stigmes-modal-inner .close-button span:last-of-type{
    transform: rotate(-45deg);
}

@media screen and (max-width: 700px){
    .stigmes-modal-inner h2{
        font-size: 30px;
        margin-bottom: 17px;
    }
    .stigmes-form-inner p{
        text-align: left;
    }
    .stigmes-form-inner{
        align-items: flex-start;
    }
    .simplirose-stigmes{
        align-self: center;
    }
    .stigmes-modal-inner{
        padding: 45px 0 35px;
        max-height: 100%;
    }
    .stigmes-modal-inner-overflow{
        height: fit-content;
    }
    .stigmes-modal-inner .stigmes-modal-inner-overflow{
        padding: 0 15px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .stigmes-modal-inner .wpcf7 p{
        width: 100% !important;
    }
    .stigmes-modal{
        padding: 20px 0 !important;
    }
    .stigmes-modal textarea{
        height: 105px;
    }
    .stigmes-modal-inner form input, .stigmes-modal-inner form textarea{
        padding: 8px;
        height: 90px;
    }
    .stigmes-modal-inner .wpcf7 p:first-of-type,
    .stigmes-modal-inner .wpcf7 p:nth-of-type(2),
    .stigmes-modal-inner .wpcf7 p:nth-of-type(3),
    .stigmes-modal-inner .wpcf7 p:nth-of-type(4){
        margin-bottom: 14px;
    }
}

/* Map hero section */

.map-intro-section{
    display: flex;
}

.map-intro-section .map-intro-info{
    width: 60%;
    position: relative;
}

.map-intro-section .map-intro-image{
    width: 40%;
    position: relative;
}

@media screen and (min-width: 1200px){
    .map-intro-section .map-intro-image{
        /* max-height: 95vh; */
    }
}

.map-intro-section .map-intro-info .text-wrapper{
    padding: 10% 8% 0;
}

.map-intro-section .map-intro-info .text-wrapper h2{
    margin-bottom: 30px;
}

.map-intro-section .map-intro-info .text-wrapper p{
    max-width: 690px;
    margin-bottom: 18px;
}

.map-intro-section .map-intro-info .text-wrapper p:first-of-type{
    font-size: 19px;
    font-weight: 600;
    line-height: 1.4;
}

.map-intro-section .map-intro-image::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 1;
}

.map-intro-section .map-intro-image .bg-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 800px){
    .map-intro-section .map-intro-image .bg-image{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.map-intro-section .map-intro-image .peninta-logo-image{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    max-width: 350px;
    z-index: 2;
}

.map-next-stops{
    margin-top: 60px;
}

.map-next-stops h4{
    letter-spacing: 1px;
}

@media screen and (max-width: 800px){
    .map-intro-section{
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .map-intro-section .map-intro-image{
        height: 60vh;
    }
    .map-intro-section .map-intro-info,
    .map-intro-section .map-intro-image{
        width: 100%;
    }
    .map-intro-section .map-intro-info .text-wrapper{
        padding: 12% 5% 0;
    }
    .van-progress .van-progress-percentage{
        padding: 0 5%;
        max-width: 270px;
    }
}

/* Map next stops */

.map-next-stops .stops-wrapper{
    display: flex;
    column-gap: 20px;
    margin-top: 20px;
}

.map-next-stops .stops-wrapper .event{
    padding: 17px;
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 1px;
    width: 50%;
}

.map-next-stops .stops-wrapper .event a{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.map-next-stops .stops-wrapper .event .event-title{
    font-size: 16px;
    margin-bottom: 25px;
}


.map-next-stops .stops-wrapper .event .event-title .title{
    font-weight: 600;
    line-height: 1.3;
}

.map-next-stops .stops-wrapper .event .event-title .title span{
    display: block;
    font-size: 14px;
    margin-top: 5px;
    line-height: 1.5;
}

.map-next-stops .stops-wrapper .event .event-info .date{
    margin-bottom: 4px;
}

.map-next-stops .stops-wrapper .event .event-info .date,
.map-next-stops .stops-wrapper .event .event-info .place{
    display: flex;
    align-items: center;
}

.map-next-stops .stops-wrapper .event .event-info .date span,
.map-next-stops .stops-wrapper .event .event-info .place span{
    font-size: 15px;
    font-weight: 600;
}

.map-next-stops .stops-wrapper .event .event-info .date img,
.map-next-stops .stops-wrapper .event .event-info .place img{
    width: 18px;
    margin-right: 8px;
    filter: invert(1);
}

@media screen and (max-width: 800px){
    .map-next-stops .stops-wrapper{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .map-next-stops .stops-wrapper .event{
        width: 100%;
    }
}

/* Map van animation */

.van-progress{
    margin-top: 70px;
    padding-bottom: 10%;
}

.van-progress .van-progress-percentage{
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 15px;
    text-align: right;
    font-size: 15px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
}

.van-progress .van-progress-percentage span{
    font-weight: 600;
}

.van-progress .van-progress-percentage,
.van-progress .van-progress-percentage span{
    line-height: 1.4;
}

.van-progress .road{
    height: 100px;
    background-color: rgba(255,255,255,0.27);
    position: relative;
    width: 100%;
    overflow: hidden;
    will-change: transform;
}

.van-progress .road .lines{
    position: absolute;
    top: 48%;
    left: 0;
    width: 200%;
    height: 4px;
    background-image: linear-gradient(to left, rgb(0, 0, 0) 50%, rgba(0,0,0,0) 0%);
    background-position: bottom;
    background-size: 10% 4px;
    background-repeat: repeat-x;
    transform: translateX(0);
    animation: roadAnimation 7s linear infinite;
}

@media screen and (min-width: 1000px){
    .van-progress .road .lines{
        background-size: 5% 4px;
    }
}

@keyframes roadAnimation{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);

    }
}

.van-progress .road .van-icon{
    position: absolute;
    bottom: 8%;
    left: 0;
    height: 100%;
    display: flex;
    align-items: end;
    width: 100%;
}

.van-progress .road .van-icon img{
    height: 81%;
}

@keyframes vanMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

/* Map section */

.map-parent{
    /* background-color: #f8f8f8; */
    padding: 30px 0 0;
    
}

.map-parent .container{
    max-width: unset;
}

#map{
    height: 100%;
    height: 630px;
}

#map .gm-style .gm-style-iw-c{
    padding: 23px 15px 0;
    border-radius: 0;
}

#map .maps-title{
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1rem;
}

#map .odigies-event{
    text-align: center;
}

.gm-ui-hover-effect{
    right: -2px !important;
    top: -2px !important;
}

#map .odigies-event a{
    padding: 4px 10px;
    margin: 27px 0 5px;
    font-size: 15px;
    background-color: #ADD7D3;
}

#map .hr-line{
    border-top: 1px solid #ddd;
    margin: 5px 0;
}

#map .maps-hour{
    font-size: 0.85rem;
}

.map-section{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper-for-map-and-events{
    display: flex;
    align-items: flex-start;
}

.map-section .products-grid__title h3{
    max-width: 620px;
}

.map-section .products-grid__title p{
    max-width: 670px;
}

.wrapper-for-map-and-events .event-wrapper-overflow{
    overflow-y: scroll;
    height: calc(100% - 70px);
    width: 100%;
    padding-right: 12px;
    scrollbar-width: thin;
    scrollbar-color: #c5c5c5 #eeeeee;
    padding-bottom: 50px;
}

.event-wrapper-overflow::-webkit-scrollbar {
    width: 6px;
}

.event-wrapper-overflow::-webkit-scrollbar-track {
    background-color: #eeeeee;
    border-radius: 5px;
}

.event-wrapper-overflow::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #c5c5c5;
}


.map-section .events-points{
    margin: 30px 15px 0;
    min-height: 130px;
    width: 38%;
    height: 630px;
    display: flex;
    flex-wrap: wrap;
    /* overflow: hidden; */
    position: relative;
}

.more-staseis-coming{
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 1;    
    width: 100%;
    background: var(--purple-color);
    padding: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    border-radius: 2px;
}

.more-staseis-coming span{
    color: #282828;
    text-align: center;
    font-weight: 600 !important;
    line-height: 1.25;
    text-align: center;
    width: 100%;
    display: block;
}

@media screen and (max-width: 600px){
    .more-staseis-coming span{
        max-width: 210px;
        width: 100%;
    }
    .wrapper-for-map-and-events .event-wrapper-overflow{
        padding-bottom: 67px;
    }
}

.map-section .events-points h4{
    text-align: center;
    width: 100%;
    background-color: var(--purple-color);
    padding: 15px 10px;
    font-size: 27px;
    border-radius: 3px;
}

.map-section .events-points .event-wrapper{
    width: 100%;
    /* width: 50%; */
    width: 100%; /* remove after points */
    /* padding: 0 5px; */ /* add after points */
	margin-bottom: 10px;
}

.map-section .events-points .event{
    width: 100%;
    /* height: 100%; */ /* add after points */
    background-color: var(--yellow-color) !important;
    /* color: #fff; */
    border-radius: 3px;
}

.map-section .events-points .event a{
    width: 100%;
    padding: 20px 20px;
}

.map-section .event .event-title .title{
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

.map-section .event .event-title .title span{
    font-size: 15px;
}

.map-section .event .event-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 1250px){
    .map-parent{
        padding: 0;
    }
    .wrapper-for-map-and-events{
        display: block;
    }
    .map-section .events-points{
        width: 100%;
    }
    .map-section .events-points{
        margin: 30px 0 0;
    }
    .map-section .map-container{
        width: 96%;
        margin: 0 auto;
    }
    #map{
        height: 50vh;
    }
}

.map-section .event .event-title .toggle-btn{
    position: relative;
    width: 13px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.map-section .event .event-title .toggle-btn span{
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #151515;
}

.map-section .event .event-title .toggle-btn span:last-of-type{
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.map-section .event.active .event-title .toggle-btn span:last-of-type{
    transform: rotate(0deg);
}

.map-section .event .event-info{
    /* height: 0;
    overflow: hidden; */
    margin-top: 30px;
    display: flex;
    column-gap: 30px;
}

@media screen and (max-width: 500px){
    .map-section .event .event-info{
        justify-content: space-between;
    }
}

.map-section .event .event-info .date,
.map-section .event .event-info .place{
    display: flex;
    align-items: center;
}

/* .map-section .event .event-info .date{
    margin-bottom: 5px;
    margin-top: 20px;
} */

.map-section .event .event-info .date .icon img,
.map-section .event .event-info .place .icon img{
    width: 18px;
    margin-right: 8px;
    filter: invert(1);
}

.map-section .event .event-info .date span,
.map-section .event .event-info .place span{
    font-size: 16px;
    font-weight: 600;
}

.map-section .map-container{
    margin-top: 30px;
    flex: 1;
    overflow: hidden;
}

.map-section #map{
    width: 100%;
    border-radius: 3px;
}

.map-section #map svg{
    max-height: 52vh;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.map-section #map .gm-style-iw-d{
    padding-bottom: 8px;
}

@media screen and (max-width: 1250px){
    .map-section .events-points{
        height: unset;
    }
    .event-wrapper-overflow{
        padding-right: 5px !important;
        height: calc(100vh - 300px) !important;
    }
    .map-section .map-container{
        width: 100%;
    }
}

/* Timeline section */

.timeline-section .top-section{
    position: relative;
    color: #fff;
}

.timeline-section .top-section-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.timeline-section .top-section-image::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.timeline-section .top-section-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-section .top-section-text{
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    padding: 7% 6% 14%;
}

.timeline-section .top-section-text-heading h2{
    white-space: nowrap;
}

.timeline-section .top-section-text-paragraph{
    max-width: 645px;
}

.timeline-section .timeline-dates-wrapper{
    background-color: var(--yellow-color);
    width: 100vw;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
}

.timeline-section .timeline-dates-wrapper.sticky-fixed{
    position: fixed;
    top: 61.25px;
    left: 0;
    bottom: unset;
    animation: stickyHeaderSlideIn 0.4s forwards;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.timeline-section .timeline-dates-wrapper.sticky-fixed.has-passed-xronologio{
    animation: stickyHeaderSlideOut 0.4s forwards;
}

@keyframes stickyHeaderSlideIn{
    0%{
        transform: translateY(-100%);
    }
    100%{
        transform: translateY(0);
    }
}

@keyframes stickyHeaderSlideOut{
    0%{
        transform: translateY(0);
    }
    100%{
        transform: translateY(-100%);
    }
}

@media screen and (max-width: 1050px){
    .timeline-section .timeline-dates-wrapper.sticky-fixed{
        top: 49.4px;
    }
}

.timeline-section .timeline-dates{
    display: flex;
    /* column-gap: 40px; */
    /* padding: 0 5%; */
    overflow-x: auto;
    scrollbar-width: auto;
    scrollbar-color: #e8d083 #fff0bd;
    width: fit-content;
    margin: 0 auto;
}

/* WebKit (Chrome, Safari, Edge) */
.timeline-section .timeline-dates::-webkit-scrollbar {
    height: 4px;
}

.timeline-section .timeline-dates::-webkit-scrollbar-track {
    background: #fff0bd;
}

.timeline-section .timeline-dates::-webkit-scrollbar-thumb {
    background-color: #f7df8d;
    border-radius: 5px;
    border: 4px solid #fff0bd;
}

.timeline-section .timeline-dates .date{
    font-family: 'BT-Baker';
    font-size: 26px;
    white-space: nowrap;
    padding: 17px 25px;
    cursor: pointer;
    transition: background-color 0.25s;
    color: #101010;
}

.timeline-section .timeline-dates .date.active{
    background-color: var(--purple-color)
}

@media screen and (max-width: 1150px){
    .timeline-section .timeline-dates{
        width: unset;
    }
}

@media screen and (max-width: 800px){
    .timeline-section .top-section-text{
        flex-wrap: wrap;
        row-gap: 7px;
        padding-top: 50px;
        padding-bottom: 170px;
    }
    .timeline-section .timeline-dates .date{
        font-size: 22px;
        padding: 14px 25px;
    }
}

/* Init first dekaetia */

.dekaetia.dekaetia-wrapper{
    display: none;
}

.dekaetia.dekaetia-wrapper:nth-of-type(1){
    display: block;
}

.dekaetia-wrapper{
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 50px;
    /* color: #fff; */
}

.dekaetia-grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 5px;
}

.dekaetia-grid > div{
    border-radius: 1px;
    overflow: hidden;
}

.dekaetia-grid .perilipsi{
    grid-column: 1 / 8;
    background-color: var(--yellow-color);
    padding: 6%;
    min-height: 250px;
}

.dekaetia-grid .perilipsi p:nth-of-type(2){
    margin-top: 15px;
}

.dekaetia-grid .perilipsi .year-title{
    font-family: 'BT-Baker';
    font-size: 35px;
    margin-bottom: 10px;
}

.dekaetia-grid .ikseres-oti{
    grid-column: 8 / 13;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    justify-content: center;
    align-items: center;
}

.dekaetia-grid .ikseres-oti h3{
    text-align: center;
}

html[lang="en-US"] .dekaetia-grid .ikseres-oti h2{
    font-size: 2.5rem;
}

.dekaetia-grid .ikseres-oti .ikseres-oti-button{
    background-color: #151515;
    color: #fff;
    padding: 8px 20px;
    font-size: 16px;
    cursor: pointer;
}

.dekaetia-grid .ikseres-oti .z-background-zorpas .top-part{
    top: 0;
}

.dekaetia-grid .ikseres-oti .z-background-zorpas .bottom-part{
    margin-top: 0;
}

.dekaetia-grid .dekaetia-product{
    grid-column: 1 / 5;
    background-color: var(--yellow-color);
    height: max-content;
}

.dekaetia-grid .dekaetia-product .image-holder{
    aspect-ratio: 5/3;
}

.dekaetia-grid .dekaetia-milestones{
    grid-column: 5 / 13;
    background-color: var(--purple-color);
}

.dekaetia-grid .product-title{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 7px;
}

.dekaetia-grid .product-info-wrapper{
    padding: 30px 20px;
}

.dekaetia-grid .dekaetia-milestones{
    padding: 5%;
}

.dekaetia-milestones .milestones-title{
    font-weight: 600;
    font-size: 20px;
}

.dekaetia-milestones .milestones-wrapper{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.dekaetia-milestones .milestones-wrapper .milestone{
    display: flex;
    column-gap: 50px;
    margin-top: 0;
}

.dekaetia-milestones .milestones-wrapper .milestone-seperator{
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.dekaetia-milestones .milestone-year{
    font-family: 'BT-Baker';
    font-size: 32px;
    line-height: 1;
    margin-top: 2px;
    min-width: 70px;
}

@media screen and (max-width: 992px){
    .dekaetia-wrapper{
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
    }
    .dekaetia-grid > div{
        grid-column: 1 / 13 !important;
    }
    .dekaetia-grid > .dekaetia-product{
        order: 4;
    }
    .dekaetia-grid .perilipsi{
        padding: 50px 5%;
    }
    .dekaetia-grid .ikseres-oti{
        height: 40vh;
    }
    .dekaetia-grid .dekaetia-milestones{
        padding: 40px 5%;
    }
}

@media screen and (max-width: 600px){
    .dekaetia-milestones .milestones-wrapper .milestone{
        flex-direction: column;
        row-gap: 17px;
    }
    .dekaetia-milestones .milestones-wrapper{
        margin-top: 40px;
    }
}

/* Dekaetia slider */

.dekaetia-slider{
    margin-bottom: 5px;
}

.dekaetia-swiper{
    width: 100%;
}

.dekaetia-wrapper .nav-buttons{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 13px;
} 

.dekaetia-wrapper .nav-buttons .nav-button{
    width: 35px;
    cursor: pointer;
}

.dekaetia-wrapper .nav-buttons .nav-button.swiper-button-disabled{
    opacity: 0.5;
}

.dekaetia-wrapper .nav-buttons .nav-button.prev{
    transform: rotate(-180deg);
}

.dekaetia-swiper .swiper-slide{
    aspect-ratio: 5/3;
    width: 32%;
}

@media screen and (max-width: 700px){
    .dekaetia-swiper .swiper-slide{
        width: 85%;
    } 
}


/* ikseres oti modal */

.ikseres-oti-modal-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
}

.ikseres-oti-modal-content{
    background-color: var(--yellow-color);
    /* color: #fff; */
    width: 90%;
    max-width: 660px;
    position: relative;
    border-radius: 1px;
    padding: 40px;
    /* text-align: center; */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.ikseres-oti-modal-content p{
    display: none;
    margin-top: 30px;
}

.ikseres-oti-modal-content p.active{
    display: block;
}

.ikseres-oti-modal-content .close-modal-btn{
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(40% , -40%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--purple-color);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ikseres-oti-modal-content .close-modal-btn span{
    position: absolute;
    width: 55%;
    height: 3px;
    background-color: #151515;
    pointer-events: none;
}

.ikseres-oti-modal-content .close-modal-btn span:first-of-type{
    transform: rotate(45deg);
}

.ikseres-oti-modal-content .close-modal-btn span:last-of-type{
    transform: rotate(-45deg);
}

@media screen and (max-width: 700px){
    .ikseres-oti-modal-content{
        text-align: left;
        padding: 45px 20px;
    }
    .ikseres-oti-modal-content h3{
        font-size: 2.2rem;
    }
}

/* Mobile section margins */

@media screen and (max-width: 600px){
    .video-container{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .stigmes-section{
        margin-top: 60px;
        padding-bottom: 0;
    }
}

#social-link-stigmes {
  scroll-margin-top: 50px;
}