* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}


::-webkit-scrollbar {
    display: none;
}

figure {
    margin: 0;
    overflow: hidden;
}


html,
body {
    transition: 0.3s ease-out;
    scroll-behavior: smooth;
    overflow-x: hidden;
    scrollbar-width: none;
    overflow-y: scroll;
    overscroll-behavior: none;
    user-select: none;
    margin: 0;
    padding: 0;
    height: -webkit-fill-available;
    width: 100%;
    height: 100%;
    font-family: 'Sofia Sans Condensed';
    background: #f5f5f5;
}




.hero-content {

    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;

}

.menu {
    width: 100%;
    left: 0;
    top: 15px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

ul {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style-type: none;
}


li {

    text-transform: uppercase;
    font-size: 20px;
}



.container-main {
    top: 10rem;
    left: 10rem;
    position: relative;
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    border-radius: 9px;
}



.title1 {

    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-size: 7rem;
    color: black;
    z-index: 20;


}


.ap-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-transform: uppercase;
    right: 13rem;
    bottom: 20rem;

}




.a-title {

    font-size: 3rem;
    font-weight: 200;


}


.p-title {
    position: relative;
    right: 4rem;
    width: 45%;
    font-size: 2rem;
    font-weight: 200;

}



.reviews {
    position: relative;
    right: 5rem;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    z-index: 10;
}



.comment-1 {

    position: relative;
    bottom: 20rem;
    right: 10rem;
    width: 100px;
    height: 130px;
    transform: rotateZ(-5deg);
    z-index: -10;

}


.comment-2 {

    bottom: 3rem;
    position: relative;
    width: 100px;
    height: 130px;
    transform: rotateZ(5deg);
    z-index: -10;

}






.a-section {
    right: 0px;
    bottom: 2rem;
    width: 100%;
}



.a-section-marquee-box {
    position: relative;
    width: 100%;
    height: 15vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #000;

}

.a-section-marquee-box h3 {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 8rem;
    font-weight: 100;
    flex-shrink: 0;
    padding: 0 10px;
    width: max-content;
    display: flex;
    align-items: center;
    color: whitesmoke;
    transform: translateX(0);
    animation: a-text-scroll 10s linear infinite;
}

@keyframes a-text-scroll {
    0% {
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        transform: translate3d(0%, 0, 0);
    }
}







/*------------------- SERVICES ------------------*/






.c-title {
    top: 18rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}



.title-s {

    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 20rem;

}



.container-text {
    position: relative;
    top: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 120vh;
    background: #000;
}

.text {
    font-size: 10vw;
    letter-spacing: -.01em;
    line-height: 100%;
    margin: 0;
    width: 100%;
    color: rgb(182, 182, 182, 0.2);
    background: linear-gradient(to right, #b6b6b6, #b6b6b6) no-repeat;
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 0%;
    transition: background-size cubic-bezier(.1, .5, .5, 1) 0.5s;
    border-bottom: 1px solid #2F2B28;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: whitesmoke;
    color: #0D0D0D;

    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
    transform-origin: center;
    transition: all cubic-bezier(.1, .5, .5, 1) 0.4s;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text:hover>span {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

a {
    text-decoration: none;
    color: inherit;
}





/*-----------  WORKS ------------*/






.boxes {

    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10rem;
    top: 60rem;
    width: 100%;
    height: auto;
    font-size: 90px;

}


.works {
    bottom: 8rem;
    position: relative;
    top: 8rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 20rem;
}



.reveal {
    display: flex;
    flex-direction: column;
    gap: 10px;
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
}




.box-1 {
    top: 10rem;
    margin-left: 5rem;
    background-image: url('src/Jessica\ web\ design.png');
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.box-2 {

    top: 10rem;
    margin-left: 40rem;
    background-image: url('src/umpa\ umpa.png');
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}





.box-3 {
    top: 10rem;
    margin-left: 5rem;
    background-image: url('src/onsko.png');
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}




.box-4 {

    top: 10rem;
    margin-left: 40rem;
    background-image: url('src/vailu-for-website.png');
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}






.box-1,
.box-2,
.box-3,
.box-4 {
    margin-top: 0rem;
    border-radius: 9px;
    border: solid 1px #2F2B28;

}










/*-----------  WORKS 2 BENTO GRID ? ------------*/



.b-work {
    position: relative;
    top: 35rem;
    text-align: center;
    font-size: 20rem;
    color: black;
    animation: fadeInUp infinite;
}





.sec-bento {
    position: relative;
    display: flex;
    justify-content: center;
    top: 40rem;
    width: 100%;
    height: 150vh;
    background: #000;
}




.grid {
    position: relative;
    top: 12rem;
    display: grid;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 90%;
    height: 100vh;
}

.grid-item {
    border-radius: 5px;

    &.item-1 {
        grid-area: 1 / 1 / 3 / 4;
        width: auto;
        background-image: url('src/Jessica\ web\ design.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }



    &.item-2 {
        grid-area: 3 / 1 / 4 / 2;
        padding: 3px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url('src/stats\ jessica.png');
    }


    &.item-3 {
        grid-area: 3 / 2 / 4 / 3;
        background-image: url('src/Group\ 68.png');
        background-size: cover;
    }

    &.item-4 {
        grid-area: 3 / 3 / 4 / 4;
        background-color: whitesmoke;
    }

    &.item-5 {
        background-image: url('src/Frame.svg');
        background-size: cover;
        background-repeat: no-repeat;
    }

    &.item-6 {
        grid-area: span 2 / span 1 / span 2 / span 1;
        background-image: url('src/Component\ 1.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}








/*------- PRICES -----------*/


.sec-price {
    position: relative;
    width: 100%;
    height: 100vh;
    top: 50rem;
}



.price {
    position: relative;
    font-size: 20rem;
    text-align: center;
    text-transform: uppercase;
    bottom: 5rem;

}




.sec-cards {
    bottom: 10rem;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}



/* From Uiverse.io by andrew-demchenk0 */
/* before adding the img to the div with the 
"card-img" class, remove css styles 
.card-img .img::before and .card-img .img::after,
then set the desired styles for .card-img. */

.card {

    --bg-color: #fff;
    width: 380px;
    height: 450px;
    background: var(--bg-color);
    border: 2px solid var(--main-color);
    box-shadow: 4px 4px var(--main-color);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    gap: 10px;
    font-size: 5rem;
    border: solid 1px #000;

}


.card-title {
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
    color: var(--font-color);
}

.card-subtitle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    font-weight: 400;
    color: var(--font-color-sub);
}

.card-subtitle li {
    font-weight: 300;
    font-size: 1.8rem;
}


.card-divider {
    width: 100%;
    border: 1px solid var(--main-color);
    border-radius: 50px;
}

.card-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.card-price {
    font-size: 20px;
    font-weight: 500;
    color: var(--font-color);
    font-size: 2.5rem;

}

.card-price span {
    font-size: 20px;
    font-weight: 500;
    color: var(--font-color-sub);
}




.tickers {
    position: relative;
    bottom: 10rem;

}


.ticker {
    padding: 1vw;
    white-space: nowrap;
}

.ticker:first-child {
    background-color: black;
    transform: rotateZ(-2deg);
    scale: 1.1;
}

.ticker:last-child {
    background-color: #1f1f1f;
    transform: rotateZ(2deg);
    scale: 1.1;
}

.ticker-wrap {
    display: flex;
    gap: 20px;
}

.ticker-text {
    color: #fff;
    font-size: clamp(40px, 4.375vw, 70px);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.ticker:last-child .ticker-text {
    color: #fff;
}

.accent {
    color: #0000008f;
    font-family: "Caveat", cursive;
    font-weight: 500;
    font-size: 1.1em;
}

.ticker:last-child .accent {
    color: #00ff88;
}









/*------- FOOTER -----------*/





.footer {

    top: 85rem;
    position: relative;
    width: 100%;
    height: 30vh;
    color: #000;

}



.sec-f {
    position: relative;
    display: flex;
    flex-direction: column;

}


.info {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    gap: 5;
    right: 2rem;
    font-size: 1.5rem;
    text-transform: uppercase;

}



.name {
    font-size: 7rem;
    text-align: center;
    text-transform: uppercase;
}

