.swiper-slide video {
    height: 500px;
    border-radius: 20px;
}

.swiper {
max-width: 1200px;
width: 100%;
height: 500px;
--swiper-theme-color: black;
}

.swiper-button-prev,
.swiper-button-next
{
    font-weight: bold;
}


@media only screen and (orientation: portrait)
{
    .swiper-slide video {
        max-height: 60vh;
        width: 100%;
    }
    
    .swiper {
    max-width: auto;
    width: 100%;
    height: auto;
    }
}



h1
{
    text-align: center;
    padding: 2rem 0;
}

section.descAndWhatIDid
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.descAndWhatIDid > div
{
    width: 50%;
    padding: 2rem;
}

section.descAndWhatIDid > div.whatIDid > ul
{
    list-style: none;
    border-bottom: 1px solid var(--black);
    padding-bottom: 2rem;
}






section.ctnMarket-logo,
section.ctnnuts-website-redesign,
section.ctnnuts-product-stand,
section.ctnnuts-instagram-designs
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    height: 100vh;
    width: 100%;
    background-image: url(../jpg/ctn-market-logo.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

section.ctnnuts-website-redesign
{
    background-image: url(../jpg/ctnnuts-website-redesign.jpg);
}

section.ctnnuts-product-stand
{
    background-image: url(../jpg/ctnnuts-product-stands.jpg);
}

section.ctnnuts-instagram-designs
{
    background-image: url(../jpg/ctnnuts-instagram-designs.jpg);
}


section.ctnnuts-product-stand-3d,
section.ctnnuts-instagram-designs-video
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
}

section.ctnnuts-product-stand-3d > video,
section.ctnnuts-instagram-designs-video > video,
section.game > video
{
    max-width: 100%;
    max-height: 100%;
}



section.instagram > img,
section.catalogue > img
{
    width: 100%;
    max-width: 100%;
}


section.catalogue,
section.instagram,
section.game
{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
}


section.game
{
    text-align: center;
}


section.game > video
{
    border-radius: 20px;
}

section.allworks
{
    padding: 4rem;
}


@media only screen and (orientation: portrait)
{
    section.descAndWhatIDid
    {
        flex-direction: column;
    }
    
    section.descAndWhatIDid > div
    {
        width: 100%;
    }

    section.ctnMarket-logo,
    section.ctnnuts-website-redesign,
    section.ctnnuts-product-stand,
    section.ctnnuts-product-stand-3d,
    section.ctnnuts-instagram-designs
    {
        height: 35vh;
    }
    

}