
/*---------------------Roots-----------------*/

:root {
    ---pink: #e2a290;
    ---white: #ffffff;
    ---black: #222222;
    ---border: #e5e5e5;
}

/*---------------------Roots-----------------*/


.hero{
    position: relative;
    background-image: url(img/heroback.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -2;
}
.hero .text{
    position: absolute;
    top: 300px;
}
.hero .text h1{
    font-family: 'Darling Coffee', sans-serif;
    color: var(---white);
    font-size: 80px;
    text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.247);
}
.hero .text p{
    color: var(---white);
    font-size: 20px;
    line-height: 35px;
    margin-top: 10px;
}
.hero .heroimage{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.hero .heroimage #imagehero{
    z-index: -2;
}
.glass-text {
    position: relative;
    font-size: 250px;
    color: transparent;
    -webkit-text-stroke: 3px white;
    font-family: 'Game Bubble', sans-serif;
    position: absolute;
    bottom: 0;
}
.glass-text .blurbox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    z-index: -1;
    backdrop-filter: blur(5px);
    left: 0;
}
.hero .video{
    width: 395px;
    height: 450px;
    border: 1px solid var(---white);
    border-radius: 20px;
    position: absolute;
    right: 180px;
    top: 230px;
    background-color: var(---pink);
}
.hero .video video{
    width: 100%;
    height: 100%;
    border-radius: 20px;
}














/* media quries */

@media (max-width:1772px) {
    section {
        padding: 20px 100px;
    }
    .glass-text {
        font-size: 220px;

    }
}
@media (max-width:1674px) {
    section {
        padding: 20px 80px;
    }

}
@media (max-width:1590px) {
    section {
        padding: 20px 60px;
    }
}

@media (max-width:1486px) {
    .glass-text {
        font-size: 190px;
    }
}

@media (max-width:1390px) {
    section {
        padding: 20px 40px;
    }
    .hero .text{
        position: absolute;
        top: 300px;
    }
    .hero .text h1{
        font-family: 'Darling Coffee', sans-serif;
        color: var(---white);
        font-size: 60px;
        text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.247);
    }
    .hero .text p{
        color: var(---white);
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
    }
}

@media (max-width:1280px) {

    html{
        font-size: 80%;
    }

    section {
        padding: 20px 20px;
    }
    .glass-text {
        font-size: 160px;
        padding: 10px 30px;
    }
    .hero .video{
        width: 290px;
        height: 330px;
        border: 1px solid var(---white);
        border-radius: 10px;
        position: absolute;
        right: 50px;
        top: 400px;
    }
}

@media (max-width:1080px) {
    section {
        padding: 20px 15px;
    }
    .glass-text {
        font-size: 140px;
        padding: 10px 30px;
    }
    .hero .text{
        position: absolute;
        top: 400px;
    }
    .hero .text h1{
        font-family: 'Darling Coffee', sans-serif;
        color: var(---white);
        font-size: 50px;
        text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.247);
    }
    .hero .text p{
        color: var(---white);
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px;
    }
    .hero .video{
        width: 300px;
        height: 338px;
        border: 1px solid var(---white);
        border-radius: 10px;
        position: absolute;
        right: 20px;
        top: 450px;
    }
    
}

@media (max-width:900px) {
    .glass-text {
        font-size: 120px;
    }
    .hero .text{
        position: absolute;
        top: 500px;
    }
    .hero .text h1{
        font-family: 'Darling Coffee', sans-serif;
        color: var(---white);
        font-size: 50px;
        text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.247);
    }
    .hero .text p{
        color: var(---white);
        font-size: 14px;
        line-height: 30px;
        margin-top: 10px;
    }
    
}

@media (max-width:820px) {
    .hero .video{
        width: 300px;
        height: 345px;
        border: 1px solid var(---white);
        border-radius: 10px;
        position: absolute;
        right: 20px;
        top: 450px;
    }
}

@media (max-width:780px) {

    section {
        padding: 20px 10px;
    }
    .glass-text {
        font-size: 100px;
    }
    .hero .heroimage{
        width: 100%;
    }
    .hero .heroimage img{
        width: 100%;
    }
    .hero .video{
        width: 300px;
        height: 345px;
        border: 1px solid var(---white);
        border-radius: 10px;
        position: absolute;
        right: 20px;
        top: 700px;
    }
    .hero .video video{
        border-radius: 10px;
    }
}

@media (max-width:690px) {
    .glass-text {
        font-size: 80px;
    }
}

@media (max-width:550px) {
    .glass-text {
        font-size: 70px;
    }
    .hero .video{
        width: 200px;
        height: 230px;
        border: 1px solid var(---white);
        border-radius: 10px;
        position: absolute;
        right: 20px;
        top: 520px;
    }
    .hero .text{
        top: 380px;
    }
}

@media (max-width:500px) {
    .glass-text {
        font-size: 60px;
    }
}

@media (max-width:430px) {
    .glass-text {
        font-size: 50px;
    }
    .hero .text{
        position: absolute;
        top: 320px;
    }
    .hero .text h1{
        font-family: 'Darling Coffee', sans-serif;
        color: var(---white);
        font-size: 30px;
        text-shadow: 0px 5px 10px rgba(0, 0, 0, 0.247);
    }
    .hero .text p{
        color: var(---white);
        font-size: 9px;
        line-height: 20px;
        margin-top: 5px;
        font-weight: 500;
    }
    .hero .video{
        width: 120px;
        height: 135px;
        border: 1px solid var(---white);
        border-radius: 10px;
        position: absolute;
        right: 20px;
        top: 350px;
    }
    .hero .video video{
        border-radius: 10px;
    }
}

@media (max-width:400px) {
    .glass-text {
        font-size: 45px;
    }
}
@media (max-width:375px) {
    .hero .text{
        position: absolute;
        top: 270px;
    }
}
/* media quries */