.ekdoseis-header {
    height: 100vh;
    position: relative;
    width: 100%;
    overflow: hidden; /* Ensure no content leaks out */
}


.ekdoseis-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.magazines-container__wrapper a {
    min-width: 250px;
    min-height: 350px;
    animation: pulsing 1s ease-in-out;
    animation-iteration-count: infinite ;
    animation-direction: alternate;
}
@keyframes pulsing{
    0% {
        background-color: #8080804a;
    }

    100% {
        background-color: #80808014;
    }
}


/* Add the overlay effect on the header container */
.ekdoseis-header::after {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.385); /* Semi-transparent black overlay */
    z-index: 11; /* Ensure it appears above the image */
}
.magazines-container{
    padding-top: 100px;
}

.magazines-container__heading {
    text-align: center;
}

.magazines-container__heading h1{
    font-size: var(--fs-heading-1);
    font-weight: 400;
    line-height: 50px;
}

.magazines-container__heading h1 .u-italic{
    font-style: italic;
}

    .magazines-container__heading p {
        margin-top: 8px;
        font-size: var(--fs-heading-text);
    }

.magazines-container__wrapper {
    display: flex; /* Use block for Masonry.js */
    width: 95%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: 180px;
    margin-top: 40px;
    gap: 20px;
    position: relative; /* Needed for Masonry.js */

}


  
  .magazines-container__wrapper img {
    max-width: 300px;
    width: 100%; 
    /* box-shadow: 0 10px 10px rgba(0,0,0,0.1); */
    /* transition: 0.3s all ease; */
    transform: scale(1);
    z-index: 1;

    min-width:200px;

  }

/* .magazines-container__wrapper img:hover{
    transform: scale(1.2);
    z-index: 9;
} */

  .column-lr,.column-center{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
  }

.column-lr{
    top: 120px;
}

.magazines-container__wrapper__mobile{
    display: none;
}
@media(max-width: 650px){
    .magazines-container__wrapper{
        display: none;
    }
    .magazines-container__wrapper__mobile{
        display: block;
/*        margin-top: 60px;*/
/*        margin-bottom: 60px;*/
    }


    
  }


@media (max-width: 600px) {
    .carousel-text__list .carousel__item__heading h1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 30px;
    }
}

@media (max-width: 600px) {
    .carousel.carousel-1 .carousel__button {
        top: 50% !important;
        position: absolute !important;
        z-index: 999999;
    }
    .carousel.carousel-2 .carousel__button {
        top: 50% !important;
        position: absolute !important;
        z-index: 999999;
    }
}


.subheader__img-placeholders{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.big-image.ekdoseis-dimension-big{
     left: 40%; 
    position: relative;
    height: 100%;
    width: auto;

}

@media(max-width: 800px){
    .big-image.ekdoseis-dimension-big {
        left: 50%; 
    }
}
.big-image.ekdoseis-dimension-big img{
    /* object-fit: none;
    height: 100%;
    width: auto; */
}

.small-image.ekdoseis-dimension-small {
    width: auto;
    right: 60%;
    top: 200px;
}

@media (max-width: 1000px) {
    .small-image.ekdoseis-dimension-small {
        width: 200px;
        height: 280px;
        left: 50%;
        right: 50%;
        bottom: 0%;
        /* transform: translateX(-50%); */
    }
}

@media (max-width: 1000px) {
    .big-image {
        left: 0%;
        width: 350px;
        height: 500px;
        transform: translateX(-50%);
    }
}
@media (max-width: 600px) {
    .country-details {
        margin-top: 0px;
    }
}

.destination-details__wrapper {
    overflow: hidden;
}

.destination-details__wrapper {
    display: grid;
    grid-template-columns: 500px auto;
}

@media (max-width: 1000px) {
    .destination-details__wrapper {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }

    @media (max-width: 1200px) {
        .big-image.ekdoseis-dimension-big {
            left: 0%;
            transform: translateX(0%);
        }

        .destination-details__wrapper .column-1 {
            width: 90vw;
            height: 70vh;
            margin-top: 60px;
        }

        .small-image.ekdoseis-dimension-small {
            left: 30%;
        }

        .magazines-container {
            padding-top: 0px;
        }
    }
}

@media (max-width: 800px) {
    .subheader__img-placeholders {
        align-items: start !important;
    }


    .destination-details__wrapper .column-1 {
        width: 90vw;
        height: 600px;
        margin-top: 60px;
    }

    .big-image.ekdoseis-dimension-big {
        width: 300px;
        height: 500px;
    }
}

.destination-details__wrapper{
    width: 100%;
}

@media (max-width: 1300px) {
    .big-image.ekdoseis-dimension-big {
        width: 300px;
        height: 500px;
       
    }

    .small-image {
        
        left: -150px;
        
    }
}

@media (max-width: 1000px) {


    .small-image.ekdoseis-dimension-small {
        top: 310px;
        left: 30%;
    }
    .mb-section{
        margin: 0!important
    }
}

.destination-details__wrapper .column-2{
/*    padding: 8px;*/
}

.new-magazine {
    margin: 40px auto 100px;
    display: flex;
    justify-content: center;
}

    .new-magazine a {
        height: 60vh;
    }

        .new-magazine a img {
            height: 100%;
            width: auto;
            box-shadow: 0 10px 10px rgba(0,0,0,0.3);
            transform: scale(1) rotate(0deg);
            transition: 0.3s all ease;
        }

            .new-magazine a img:hover {
                transform: scale(1.03) rotate(2deg);
                box-shadow: 0 10px 10px rgba(0,0,0,0.6);
            }
/*
.magazines-container__heading {
    margin-top: 100px;
}*/