.rotatedText {
    font-size: 3rem;
    will-change: transform;
    transition: ease;
}

#videoFrame {
    transform: rotateX(180deg)translateY(64px);
    height: 110vh;
}


#webdesignHero {
    padding-top: 33vh;
    height: 300vh;
}

#webdesignMain {
    background-image: url("./assets/t66.jpg");
    /* background-image: url("./assets/webback.jpg"); */
    background-size: 100%;
    background-attachment: fixed;
    transition: ease;

}

.webElement {
    width: 40%;
}


.rotateRow {
    display: flex;
    justify-content: center;
    position: fixed;
}


.webdesignHeroDescription {
    font-family: 'UniviaRegular';
    color: white;
    font-size: 20px;
    font-weight: 700;
    padding: .5rem;
    border-radius: 8px;
    /* box-shadow: 2px 2px 512px 2px var(--redcolor);
    background: radial-gradient(circle,rgba(0, 0, 0, 0.5) 0%, rgba(207, 41, 0, 0.3) 0%) */
}

.webdesignHeroDescription span {
    /* color: var(--redcolor); */
    font-size: 1.25rem;
    line-height: 1rem;
    font-family: 'Univia';

}

#webdesignHero h2 {
    color: var(--redcolor);
    font-family: 'Univia';
    font-size: 3rem;
    font-weight: 600;
    padding-left: 0.25rem;
    margin-bottom: 0rem;
    transform: translateY(0.5rem);
}



.exiPersWrap {
    perspective: 1000px;
    width: 100%;
    transform-style: preserve-3d;
    overflow: visible;
}

.exiBox svg {
    margin-top: -0.5rem;
}

.exiBox {
    transform-origin: center center;
    transition: transform 0.1s ease-out;
    will-change: transform;
    transform-style: preserve-3d;
    padding: 2rem;
    color: white;
    /* background-image: url("./assets/belakisslogo4.png"); */
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    /* box-shadow: 2px 2px 256px 2px var(--redcolor); */
    border-radius: 8px;
    padding-bottom: 64px;
    min-height: 70vh;
    filter: drop-shadow(2px 2px 16px black);
}

#box1,
#box2,
#box3 {
    position: relative;
    z-index: 20;
}

#box1 {
    z-index: 22;
}

#box2 {
    z-index: 21;

}

#box3 {
    z-index: 20;
}



.showBox {
    animation-name: showBox;
    animation-timing-function: linear;
    animation-duration: 0.2s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    opacity: 0;

}

.webdesignCardsWrapper {
    text-align: center;
    color: white;
    font-family: 'UniviaRegular';
    box-shadow: 2px 2px 128px 0px var(--redcolor);
    padding: 1rem;
    border-radius: 8px;
    transition: 0.4s linear;
}

.webdesignCardsWrapper svg {
    margin-bottom: 1rem;
}

#advantages {
    position: relative;
    z-index: 500;
}

#advantagesTitle {
    margin-bottom: 100px;
    font-family: 'Univia';
    color: white;
}


#contact {
    position: relative;
    z-index: 500;
}



.webdesignCards {
    margin-bottom: 1rem;
}

.designContact {}

#creativeCanvasWrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    will-change: opacity;
    animation-name: getCanvas;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
    transform: scale(0);


}

#creativeCanvas {
    transition: ease;
    border-radius: 50%;
    opacity: 10%;
}


#canvasBack {
    width: max-content;
    height: max-content;
    background-color: black;
    border-radius: 50%;
    transform: scale(1.3)translateY(2vh);
    box-shadow: 2px 2px 64px 4px var(--redcolor);
    transition: ease;
}


@media screen and (max-width: 1920px) {
    .webElement {
        width: 50%;
    }

    #webdesignHero {
        padding-top: 30vh;
        height: 350vh;
    }
}

@media screen and (max-width: 1720px) {
    .webElement {
        width: 60%;
    }
}

@media screen and (max-width: 1560px) {
    .webElement {
        width: 65%;
    }
       #webdesignHero {
        padding-top: 20vh;
        height: 410vh;
    }
}


@media screen and (max-width: 1280px) {
    #webdesignHero {
        padding-top: 15vh;
        height: 450vh;
    }

    .webElement {
        width: 75%;
    }
    #advantages {
        padding-top: 33vh;
    }
}

@media screen and (max-width: 1100px) {

    .webElement {
        width: 90%;
    }
}


@media screen and (max-width: 991px) {
    .exiBox {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #webdesignHero {
        padding-top: 25vh;
    }

    #webdesignMain {
        transition: linear 0.3s;
    }

    .webElement {
        width: 99%;
    }

    .webdesignHeroDescription {
        font-size: 18px;
    }

    .exiBox {
        padding-top: 1rem;
    }

}

@media screen and (max-width: 576px) {
    #webdesignHero {
        padding-top: 10vh;
        height: unset;
        overflow: hidden;
        padding-bottom: 20vh;
    }

    .webElement {
        width: 100%;
        margin-bottom: -3rem;
    }

    #box2,
    #box3 {
        padding-top: 100px;
    }


    .exiBox {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }


    .showBox {
        animation: none;
        opacity: 100%;
    }

    .mobileBoxShadow {
        box-shadow: 2px 2px 64px 2px var(--redcolor);
        margin-top: 4rem;
    }


    .webdesignHeroDescription {
        font-size: 18px;
    }

    .rotateRow {
        position: relative;
    }

    #webdesignHero h2 {
        font-size: 2rem;
    }
    #creativeCanvasWrapper {
        display: none;
    }
}


@media screen and (max-height: 512px) {
    .webdesignHeroDescription {
        font-size: 16px;
    }

    #webdesignHero {
        height: 640vh;
    }
}




@keyframes getCanvas {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes showBox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}