@font-face {
    font-family: "CF Asty Plaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Light.woff2") format("woff2"), url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "CF Asty Plaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Bold.woff2") format("woff2"), url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "CF Asty Plaisio";
    src: url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.woff2") format("woff2"), url("https://www.plaisio.gr/assets/fonts/CFAstyPlaisio-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1921px) {
    html {
        font-size: 145%;
    }
}
@media (max-width: 1500px) {
    html {
        font-size: 85.5%;
    }
}
@media (max-width: 991px) {
    html {
        font-size: 100%;
    }
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 4.625rem;
}

body {
    color: white;
    background-color: black;
    font-family: "CF Asty Plaisio", sans-serif;
}

.bounce-animation {
    animation: moveUpDown 2s ease-in-out infinite;
}

@keyframes moveUpDown {
    0%,
    100% {
        transform: translateY(-50%);
    }
    50% {
        transform: translateY(-54%);
    }
}

.black-gradient {
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 78%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 78%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 78%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.trapezium {
    transform: perspective(1rem) rotateX(-1deg);
}

/* carousel */

.container-alt {
    margin: 0 auto;
    width: 15.625rem;
    height: 29.4375rem;
    position: relative;
    perspective: 62.5rem;
}

.carousel {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.item {
    display: block;
    position: absolute;
    background: #000;
    width: 15.625rem; 
    height: 12.5rem; 
    line-height: 12.5rem; 
    font-size: 5em;
    text-align: center;
    color: #fff;
    opacity: 0.95;
    border-radius: 0.625rem; 
}

.a {
    transform: rotateY(0deg) translateZ(13.625rem);
}
.b {
    transform: rotateY(72deg) translateZ(13.625rem); 
}
.c {
    transform: rotateY(144deg) translateZ(13.625rem); 
}
.d {
    transform: rotateY(216deg) translateZ(13.625rem); 
}
.e {
    transform: rotateY(288deg) translateZ(13.625rem);
}

.next,
.prev {
    position: absolute;
    top: 6.25rem;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.2s all ease-out;
}

.next:hover,
.prev:hover {
    opacity: 1;
}

.next {
    right: 25em;
}
.prev {
    left: 25em;
}

.swiper-pagination{
    display: flex !important;
    position: relative !important;
}

.swiper-pagination-bullets{
    display: flex;
    margin-top: 55px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 25px;
    height: 25px;
    background-color: #343434;
    border: 1px solid white;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #B715B2;
}


@media(max-width:1660px){
    .container-alt {
        margin: 0 auto;
        width: 12.625rem;
        height: 29.4375rem;
        position: relative;
        perspective: 62.5rem;
    }
    
    
    .item {
        width: 12.625rem; 
        height: 12.5rem; 
    }
    
    .a {
        transform: rotateY(0deg) translateZ(12.625rem);
    }
    .b {
        transform: rotateY(72deg) translateZ(12.625rem); 
    }
    .c {
        transform: rotateY(144deg) translateZ(12.625rem); 
    }
    .d {
        transform: rotateY(216deg) translateZ(12.625rem); 
    }
    .e {
        transform: rotateY(288deg) translateZ(12.625rem);
    }

    
    .next {
        right: 15em;
    }
    .prev {
        left: 15em;
    }

}


@media only screen and (max-width:990px){
    .swiper-pagination-bullets .swiper-pagination-bullet{
        width: 20px;
        height: 20px;
    }
}

@media only screen and (max-width: 767px){
    .section-5-header-mobile{
        margin-top: 2rem;
    }
}

