/*---------------------Fonts-----------------*/
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;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-----------------*/

/*---------------------Roots-----------------*/

:root {
    ---yellow: #c29b22;
    ---white: #ffffff;
    ---Background: #000000;
    ---black: #222222;
    ---border: #e5e5e5;
}

/*---------------------Roots-----------------*/

.hero {
    background-color: transparent;
    position: relative;
    margin-top: 0px;
}

.hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hero .container .text {
    z-index: 7;
}

.hero .container .text h1 {
    font-size: 100px;
    color: var(---white);
    font-family: "Bebas Neue", serif;
    font-weight: 500;
    line-height: 100px;
}

.hero .container .text #heropara {
    color: var(---white);
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
    margin: 20px 0px;
}

.hero .container .text button {
    width: 400px;
    height: 80px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 25px;
    color: var(---white);
    background-color: var(---yellow);
    font-weight: 600;
    margin-top: 10px;
}

.hero .container .text button:hover {
    box-shadow: 0px 0px 30px #c29a22be;
    transition: 0.5s all ease-in-out;
    transform: scale(1.1, 1.1);
}

.hero #hand {
    position: absolute;
    z-index: 4;
    bottom: 0;
    width: 100%;
    left: 0;
}

.hero .container .slider-container {
    width: 971px;
}

.hero .container .slider-container img {
    width: 100%;
}






/* media quries */

@media (max-width:1782px) {
    section {
        padding: 20px 100px;
    }

    .hero .container .slider-container {
        width: 900px;
    }
}

@media (max-width:1674px) {
    section {
        padding: 20px 80px;
    }

    .hero .container .slider-container {
        width: 850px;
    }

}

@media (max-width:1590px) {
    section {
        padding: 20px 60px;
    }

    .hero .container .slider-container {
        width: 780px;
    }
}

@media (max-width:1486px) {
    .hero .container .slider-container {
        width: 650px;
    }

    .hero .container .text button {
        width: 350px;
        height: 80px;
        border-radius: 100px;
        cursor: pointer;
        font-size: 22px;
        color: var(---white);
        background-color: var(---yellow);
        font-weight: 600;
        margin-top: 10px;
    }
}

@media (max-width:1390px) {
    section {
        padding: 20px 40px;
    }

    .hero .container .slider-container {
        width: 600px;
    }
}

@media (max-width:1280px) {

    html {
        font-size: 80%;
    }

    section {
        padding: 20px 20px;
    }

    .hero .container .slider-container {
        width: 600px;
    }

    .hero .container .text h1 {
        font-size: 80px;
        line-height: 85px;
    }

    .hero .container .text #heropara {
        font-size: 13px;
        line-height: 30px;
        margin: 10px 0px;
    }

    .hero .container .text button {
        width: 280px;
        height: 70px;
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (max-width:1110px) {
    .hero .container .slider-container {
        width: 550px;
    }
}

@media (max-width:1080px) {
    section {
        padding: 20px 15px;
    }

    .hero .container .slider-container {
        width: 500px;
    }


}

@media (max-width:1000px) {
    .hero .container .slider-container {
        width: 450px;
    }

    .hero .container .text h1 {
        font-size: 70px;
        line-height: 75px;
    }

    .hero .container .text #heropara {
        font-size: 10px;
        line-height: 30px;
        margin: 10px 0px;
    }

    .hero .container .text button {
        width: 220px;
        height: 60px;
        font-size: 14px;
        margin-top: 10px;
    }

}

@media (max-width:880px) {
    .hero .container .slider-container {
        width: 400px;
    }

    .hero .container .text h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .hero .container .text #heropara {
        font-size: 10px;
        line-height: 30px;
        margin: 10px 0px;
    }

    .hero .container .text button {
        width: 220px;
        height: 60px;
        font-size: 14px;
        margin-top: 10px;
    }

}

@media (max-width:800px) {
    .hero .container .slider-container {
        width: 360px;
    }

    .hero .container .text h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .hero .container .text #heropara {
        font-size: 10px;
        line-height: 30px;
        margin: 10px 0px;
    }

    .hero .container .text button {
        width: 220px;
        height: 60px;
        font-size: 14px;
        margin-top: 10px;
    }
                .headerback {
        height: 540px;
    }

}

@media (max-width:780px) {

    section {
        padding: 20px 10px;
    }

    .hero #hand {
        width: 100%;
    }

    .hero .container {
        display: block;
    }

    .hero .container .slider-container {
        width: 100%;
        margin-top: 50px;
    }

    .hero .container .text {
        text-align: center;
    }

    .hero .container .text h1 {
        font-size: 100px;
        line-height: 105px;
    }

    .hero .container .text #heropara {
        font-size: 14px;
        line-height: 35px;
        margin: 10px 0px;
    }

    .hero .container .text button {
        width: 400px;
        height: 80px;
        font-size: 25px;
        margin-top: 10px;
    }
                    .headerback {
        height: 1000px;
        background-image: none;
    }
}

@media (max-width:610px) {

    .hero .container .text h1 {
        font-size: 80px;
        line-height: 85px;
    }

    .hero .container .text #heropara {
        font-size: 13px;
        line-height: 35px;
        margin: 10px 0px;
    }

    .hero .container .text button {
        width: 300px;
        height: 70px;
        font-size: 20px;
        margin-top: 10px;
    }
}

@media (max-width:690px) {}

@media (max-width:550px) {}

@media (max-width:500px) {
    .hero .container .text h1 {
        font-size: 70px;
        line-height: 75px;
    }

    .hero .container .text #heropara {
        font-size: 12px;
        line-height: 32px;
        margin: 10px 0px;
    }

    .hero .container .text button {
        width: 250px;
        height: 60px;
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width:450px) {
    .hero .container .text h1 {
        font-size: 60px;
        line-height: 65px;
    }

    .hero .container .text #heropara {
        font-size: 10px;
        line-height: 30px;
        margin: 5px 0px;
    }

    .hero .container .text button {
        width: 250px;
        height: 60px;
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (max-width:400px) {
     .hero .container .slider-container{
        margin-top: 30px;
     }
        .hero .container .text h1 {
        font-size: 50px;
        line-height: 55px;
    }

    .hero .container .text #heropara {
        font-size: 9px;
        line-height: 25px;
        margin: 5px 0px;
    }

    .hero .container .text button {
        width: 220px;
        height: 55px;
        font-size: 16px;
        margin-top: 10px;
    }
}

/* media quries */