/*---------------------Fonts-----------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*---------------------Fonts-----------------*/

:root {
    ---orange: #e2a84e;
    ---white: #ffffff;
    ---grey: #b3b3b3;
    ---black: #000000;
    ---blue: #001277;
    --lightgrey: #858585;
    ---border: #e1e1e1;
    ---boxblack:#0a0a0a;
}

.hero{
    position: relative;
    background-image: url(img/herobackground.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    z-index: -1;
}
.hero .container{
    margin-top: 150px;
}
.hero .container .text{
    z-index: 7;
}
.hero .container .text h1{
    font-size: 100px;
    color: var(---white);
    font-family: "Bebas Neue", serif;
    font-weight: 600;
    line-height: 100px;
}
.hero .container .text h3{
    color: var(---white);
    font-family: "Bebas Neue", serif;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.hero .container .text h3 b{
    padding: 10px 10px;
    background-color: var(---black);
    border-radius: 10px;
    margin-left: 10px;
    font-size: 30px;
}
.hero #hand{
    position: absolute;
    z-index: 6;
    bottom: 0;
    width: 100%;
    left: 0;
}








@media (max-width:1690px) {
    .hero .container .text h1{
        font-size: 80px;
        line-height: 80px;
    }

}

@media (max-width:500px) {
    .hero .container .text h1{
        font-size: 60px;
        line-height: 60px;
    }
    .hero .container .text h3{
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .hero .container .text h3 b{
        padding: 10px 10px;
        background-color: var(---black);
        border-radius: 10px;
        margin-left: 5px;
        font-size: 20px;
    }

}

@media (max-width:400px) {
    .hero .container .text h1{
        font-size: 50px;
        line-height: 50px;
    }
    .hero .container .text h3{
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .hero .container .text h3 b{
        padding: 10px 10px;
        background-color: var(---black);
        border-radius: 5px;
        margin-left: 5px;
        font-size: 16px;
    }

}

@media (max-width:912px) {
    .hero .container .text h1{
        font-size: 50px;
        line-height: 60px;
    }
    .hero .container .text h3{
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }
    .hero .container .text h3 b{
        padding: 10px 10px;
        background-color: var(---black);
        border-radius: 5px;
        margin-left: 5px;
        font-size: 16px;
    }

}

@media (max-width:840px) {
    .hero .container .text h1{
        font-size: 100px;
        line-height: 100px;
    }
    .hero .container .text h3{
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero .container .text h3 b{
        padding: 10px 10px;
        background-color: var(---black);
        border-radius: 5px;
        margin-left: 5px;
        font-size: 25px;
    }

}

@media (max-width:620px) {
    .hero .container .text h1{
        font-size: 80px;
        line-height: 80px;
    }
    .hero .container .text h3{
        font-size: 30px;
        font-weight: 500;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero .container .text h3 b{
        padding: 10px 10px;
        background-color: var(---black);
        border-radius: 5px;
        margin-left: 5px;
        font-size: 25px;
    }

}

@media (max-width:506px) {
    .hero .container .text h1{
        font-size: 60px;
        line-height: 60px;
    }
    .hero .container .text h3{
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero .container .text h3 b{
        padding: 10px 10px;
        background-color: var(---black);
        border-radius: 5px;
        margin-left: 5px;
        font-size: 20px;
    }

}


@media (max-width:382px) {
    .hero .container .text h1{
        font-size: 50px;
        line-height: 55px;
    }
    .hero .container .text h3{
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .hero .container .text h3 b{
        padding: 10px 10px;
        background-color: var(---black);
        border-radius: 5px;
        margin-left: 5px;
        font-size: 16px;
    }

}