*{
    box-sizing: border-box;
    font-family: 'Manrope';
}

img{
    max-width: 100%;
    display: block;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto';
    font-size: 18px;
}

/* Spacings */

.mt-m{
    margin-top: 4rem;
}


.mt-lg{
    margin-top: 5rem;
}

@media screen and (max-width: 800px){
    .mt-m{
        margin-top: 3rem;
    }
    
    .mt-lg{
        margin-top: 4.5rem;
    }
}

/* Utilities classes */

.text-right{
    text-align: right;
}

.ml-auto{
    margin-left: auto;
    width: fit-content;
}

/* Typography */

.heading{
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.text-block{
    font-weight: 400;
}

.liga-logia .heading span svg{
    width: 300px;
}

.ligo-sti-tixi .heading span svg{
    width: 300px;
}

.contact .heading span svg{
    width: 300px;
}



/* End - Typography */

/* Images */

.image-wrapper{
    position: relative;
}

.image-wrapper.add-lines{
    position: relative;
}

.image-wrapper.add-lines::before{
    content: '';
    background-image: url('/assets/images/corner-lines.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -25px;
    left: -25px;
    width: 30px;
    height: 35px;
    transform-origin: bottom right;
    animation: imageDecor 1s infinite forwards;
    animation-timing-function: steps(2, start);
}

.image-wrapper::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    transform-origin: top;
    transition: transform 1.5s cubic-bezier(0.83, 0, 0.17, 1);
}

.image-wrapper.bottom::after{
    transform-origin: bottom;
}

.image-wrapper.reveal::after{
    transform: scaleY(0);
}

section{
    padding-top: 8rem;
}

.cross-images{
    width: 80%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.cross-images .image-wrapper img{
    aspect-ratio: 13/20;
    object-fit: cover;
}

.cross-images img{
    width: 50%;
}

.cross-images .image-wrapper:first-of-type img{
    margin-left: 50%;
}

@keyframes imageDecor{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.85);
    }
    100%{
        transform: scale(1);
    }
}


#desktop-space{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: calc(100% - 500px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#desktop-space .intro-video{
    max-width: 350px;
    width: 70%;
    margin-top: 70px;
}

#desktop-space .intro-video video{
    width: 100%;
    height: auto;
}

#desktop-space .desktop-tagline{
    margin-top: 50px;
    font-size: 20px;
    position: relative;
}

#desktop-space .desktop-tagline .highlight-icon{
    position: absolute;
    top: -20px;
    left: -55px;
    width: 23px;
    animation: asteriMove 1.2s infinite 0.1s;
    animation-timing-function: steps(1);
}

#desktop-space .desktop-tagline .parenthesi-icon{
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    animation: parenthesiAnimLeft 1.2s infinite 0.3s;
    animation-timing-function: steps(1);
}

#desktop-space .desktop-tagline .parenthesi-icon.right{
    left: unset;
    right: -22px;
    transform: translateY(-50%) rotate(185deg);
    animation: parenthesiAnimRight 1.2s infinite;
    animation-timing-function: steps(1);
}

@keyframes asteriMove{
    0%{
        transform: rotate(0deg);
    }
    50%{
        transform: rotate(8deg);
    }
    100%{
        transform: rotate(0deg);
    }
}

@keyframes parenthesiAnimLeft{
    0%{
        transform: translateY(-50%) rotate(0deg);
    }
    50%{
        transform: translateY(-50%) rotate(3deg);
    }
    100%{
        transform: translateY(-50%) rotate(0deg);
    }
}

@keyframes parenthesiAnimRight{
    0%{
        transform: translateY(-50%) rotate(185deg);
    }
    50%{
        transform: translateY(-50%) rotate(188deg);
    }
    100%{
        transform: translateY(-50%) rotate(185deg);
    }
}

#main-content{
    width: 500px;
    min-height: 200vh;
    margin-left: auto;
    border-left: 1px solid #e1e1e1;
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
}

@media screen and (max-width: 800px){
    #desktop-space{
        position: relative;
        width: 100%;
    }
    #main-content{
        border-left: none;
        width: unset;
        padding-left: 15px;
        padding-right: 15px;
    }
}



/* Ligo sti tixi */

.ligo-sti-tixi .cross-images{
    /* max-width: 200px; */
}

.ligo-sti-tixi .text-block{
    /* font-size: 16px; */
    max-width: 395px;
}

.ligo-sti-tixi .hint{
    display: flex;
    justify-content: center;
}

.swiper-container {
    width: 100%;
    /* height: 200px; */
    margin: 80px 0 20px;
    pointer-events: none;
    position: relative;
    padding: 30px 0 5px;
}

/* .swiper-container::before{
    content: '';
    background-color: #f2f2f2;
    width: 140vw;
    height: 1px;
    position: absolute;
    top: 0;
    left: -20vw;
} */

/* .swiper-container::after{
    content: '';
    background-color: #f2f2f2;
    width: 140vw;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -20vw;
} */

.swiper-wrapper{
    transition-timing-function: linear;
    /* transition-timing-function: cubic-bezier(0.1, 0, 0.1, 1); */
}

.swiper-slide{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide.show::before{
    opacity: 1;
}

.swiper-slide::before,
.swiper-slide::after{
    content: '';
    position: absolute;
    top: -35px;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('./assets/images/corner-lines.svg');
    opacity: 0;
    transition: opacity 0.5s, transform 0.5s cubic-bezier(0, 0, 0.22, 1);
    transform: translate(20px, 20px);
    animation: drinkDecor 1s infinite forwards;
    animation-timing-function: steps(2, start);
}

.swiper-slide::after{
    top: unset;
    left: unset;
    right: -5px;
    bottom: 3px;
    transform: translate(-20px, -20px) rotate(180deg);
    animation-name: drinkDecorAlt;
}

.swiper-slide.show::before,
.swiper-slide.show::after{
    opacity: 1;
    transform: translate(0,0);
}

.swiper-slide.show::after{
    transform: translate(0, 0) rotate(180deg);
}

@keyframes drinkDecor{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.85);
    }
    100%{
        transform: scale(1);
    }
}

@keyframes drinkDecorAlt{
    0%{
        transform: scale(1) rotate(180deg);
    }
    50%{
        transform: scale(0.85) rotate(180deg);
    }
    100%{
        transform: scale(1) rotate(180deg);
    }
}

.swiper-slide.active {
    transform: scale(1.2);
    background: #ff5722;
}

.swiper-slide .title{
    font-size: 30px;
    opacity: 0.3;
    font-weight: 600;
}

.swiper-slide .description{
    font-size: 16px;
    margin-top: 10px;
    max-width: 92%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    /* position: absolute; */
}

@media screen and (max-width: 768p){
    .swiper-slide .title{
        font-size: 30px;
    }
    .swiper-slide .description{
        font-size: 16px;
    }
}

.drink-shuffle-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}

.drink-shuffle{
    cursor: pointer;
    width: fit-content;
}

.drink-shuffle img{
    width: 110px;
}

.socials{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    margin-bottom: 50px;
}

.socials a svg{
    height: 45px;
    width: auto;
}

@media screen and (max-width: 800px){
    .socials a svg{
        height: 35px;
    }
}

.contact-info{
    margin: 60px 0 50px;
}

.contact-info .contact-details-wrapper{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    row-gap: 70px;
}

.contact-info .contact-details{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    padding: 3px 0;
    position: relative;
    font-size: 22px;
}

.contact-info .contact-details .contact-circle-line{
    width: 270px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.contact-info .contact-details .contact-circle-line span{
    text-decoration: none;
}

.contact-info .contact-details .icon svg{
    width: 15px;
}

#map iframe{
    width: 100%;
    margin-bottom: 10px;
}


.heading svg path { 
    stroke-width: 6px;
    stroke-linecap: round;
    stroke: #000;
    fill: none;
}

.contact-circle-line svg path { 
    stroke-width: 2px;
    stroke-linecap: round;
    stroke: #000;
    fill: none;
}


@media screen and (max-width: 800px){
    section:first-of-type{
        padding-top: 100px;
    }
}

.header-mobile{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    z-index: 1000;
}

.header-mobile .logo img{
    height: 65px;
}

@media screen and (min-width: 800px){
    .header-mobile{
        /* display: none; */
    }
}