:root {
    --menu-text-color: #ff5c62;
    --menu-hover-bg: #ff5c62;
    --menu-icon-color: #ffffff;
    --label-bg-color: #ff5c62;
    --label-text-color: #ffffff;
}
.vertical-swipe-widget {
    width: 1280px;
    height: 800px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.1);
}
.swiper-vertical-wheel {
    height: 100%;
    perspective: 1280px;
    align-items: center;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.3;
    transform: scale(0.6);
    transition: transform 0.4s ease, opacity 0.3s ease;

}
.swiper-slide-active {
    opacity: 1 !important;
    z-index: 1;
    transform: translateX(100px) !important;
}
.swiper-slide-prev,
.swiper-slide-next {
    opacity: 0.6;
    transform: scale(0.9);
}
.slide-container {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
    padding: 0 2rem;
    transition: transform 0.3s ease;
    transform: translateX(-100px);

}
.slide-container .info {
    padding: 1rem;
    margin-left: -70px;
    z-index: -1;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: left;
    width: 100%;
    height: 100%;
}
.item{
    width: 500px;
    height: 400px;
}
.circle {
    width: 100%;
    /*height: 100%;*/
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    flex-shrink: 0;
    transition: transform 0.4s ease;
}
.circle.in-focus {
    transform: scale(1.05);
}
.circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info h1 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.2;
    margin-left: 65px;
}
.info p {
    margin-left: 65px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #555;
}
.info h3 {
    margin-left: 65px;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #555;
}
.swiper-slide-active .info {
    background-color: #363434;
    margin-left: -60px;
    z-index: -1;
}

.gallery-images img {
    max-width: 90%;
    margin: 1rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.hidden-gallery  {
    display: none;
}

.btn_gallery {
    background-color: #363434;
    color: #F4C542;
    font-family: "Anton", Sans-serif, serif;
    float: right;
}
.btn_gallery:hover {
    background-color: #363434;

}


/* Phones */
@media screen and (max-width: 768px) {
    .vertical-swipe-widget {
        width: 100%;
        height: 1280px;
        overflow: hidden;
        box-shadow: 0 4px 18px rgba(0,0,0,0.1);
        background-color: #FDF6E3;

    }

    .swiper-slide-active {
        opacity: 1 !important;
        z-index: 1;
        transform: translateX(100px) !important;
        margin: 100px 0 150px 0;
    }
    .slide-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }
    .item {
        height: 300px;
        width: 330px;
        display:flex;
        justify-content: center;
    }

    .circle {
        width: 90%;
        display: flex;
        margin:0 -80px 0 10px;
    }


    .info {
        width: 100%;
        max-height: none;
        overflow: visible;
        text-align: left;
        padding: 0 0.5rem;

    }
    .swiper-slide-active .info {
        background-color: #363434;
        z-index: -1;
        margin:-30px -80px 0 10px;
        width: 70%;
    }

    .info h1 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        margin-left: 0;
    }
    .info p,
    .info h3 {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-left: 0;
    }
}

/* Tablet*/
@media screen and (min-width: 768px) and (max-width: 1024px){
    .vertical-swipe-widget {
        width: 100%;
        height: 900px;
        overflow: hidden;
        box-shadow: 0 4px 18px rgba(0,0,0,0.1);
        background-color: #FDF6E3;

    }
    .swiper-vertical-wheel {
        height: 100%;
        perspective: 1280px;
        align-items: center;
    }

    .swiper-slide-active {
        opacity: 1 !important;
        z-index: 1;
        transform: translateX(100px) !important;
        margin: 100px 0 150px 0;
    }
    .slide-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1rem;
    }
    .item {
        height: 300px;
        width: 330px;
        display:flex;
        justify-content: center;
    }

    .circle {
        width: 90%;
        display: flex;
        margin:0 -80px 0 10px;
    }


    .info {
        width: 100%;
        max-height: none;
        overflow: visible;
        text-align: left;
        padding: 0 0.5rem;

    }
    .swiper-slide-active .info {
        background-color: #363434;
        z-index: -1;
        margin:-30px -80px 0 10px;
        width: 90%;
    }

    .info h1 {
        font-size: 1.1rem;
        margin-bottom: 0.5rem;
        margin-left: 0;
    }
    .info p,
    .info h3 {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-left: 0;
    }
}
/* Laptops */
@media screen and (min-width: 1025px) and (max-width: 1280px) {

}

/* Desktops */
@media screen and (min-width: 1281px) {

}




