/*---------------------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;
}


/*Header*/
.header {
    background-color: transparent;
    margin-top: 0px;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .container #logoheader {
    width: 112px;
    height: 112px;
}

.header .container .navbar .data a {
    color: var(---white);
    padding: 15px 20px;
    padding-top: 80px;
    padding-bottom: 65px;
    border-radius: 0px 0px 10px 10px;
    font-weight: 500;
    font-size: 18px;
    z-index: 1;
}

.header .container .navbar .data a:hover {
    background-color: var(---yellow);
}

.header .container .right-button {
    display: flex;
    align-items: center;
}

.header .container .right-button button {
    background: var(---Background);
    width: 200px;
    height: 65px;
    color: var(---white);
    font-size: 18px;
    border-radius: 100px;
    border: 2px solid var(---white);
    cursor: pointer;
    font-weight: 500;
}

.header .container .right-button button:hover {
    border: 2px solid var(---yellow);
    color: var(---yellow);
    transform: scale(1.1, 1.1);
    transition: 0.5s all ease-in-out;
}

.header .container .right-button #menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(---white);
    color: var(---white);
    border-radius: 100px;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
    display: none;
}

.header .container .right-button #menu:hover {
    border: 1px solid var(---yellow);
    color: var(---yellow);
    transform: scale(1.1, 1.1);
    transition: 0.5s all ease-in-out;
}

.header .container .navbar.active {
    top: 0px;
    transition: 0.8s all linear;
}

.header .container .navbar #close {
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 30px;
    color: var(---white);
    display: none;
    cursor: pointer;
    z-index: 20;
}

/*Header*/


.headerback {
    position: relative;
    background-image: url(img/background.jpg);
    width: 100%;
    height: 1180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    position: absolute;
    margin-top: 0px;
}
















/* media quries */

@media (max-width:1772px) {
    section {
        padding: 20px 100px;
    }
}

@media (max-width:1674px) {
    section {
        padding: 20px 80px;
    }

}

@media (max-width:1590px) {
    section {
        padding: 20px 60px;
    }

    .headerback {
        width: 100%;
        height: 1000px;
    }

}

@media (max-width:1486px) {

    /*---------------Header---------*/
    .header .container .navbar .data a {
        padding: 12px 15px;
        border-radius: 5px;
        font-size: 16px;
    }

    .headerback {
        height: 820px;
    }

    /*---------------Header---------*/

}

@media (max-width:1390px) {
    section {
        padding: 20px 40px;
    }
}

@media (max-width:1280px) {

    html {
        font-size: 80%;
    }

    section {
        padding: 20px 20px;
    }

    .headerback {
        height: 750px;
    }

    /*---------------Header---------*/
    .header .container #logoheader {
        width: 80px;
        height: 80px;
    }

    .header .container .right-button button {
        width: 150px;
        height: 60px;
        font-size: 16px;
    }

    .header .container .navbar .data a {
        padding: 12px 10px;
        border-radius: 5px;
        font-size: 16px;
    }

    .header .container img {
        width: 100px;
    }

    .headerback {
        height: 680px;
    }

    /*---------------Header---------*/

}

@media (max-width:1080px) {
    section {
        padding: 20px 15px;
    }

    .right-top-header {
        display: block;
        box-shadow: -10px 0px 20px rgba(0, 0, 0, 0.103);
        position: fixed;
        border-radius: 10px 0px 0px 10px;
        right: 0px;
        padding: 5px 15px;
        z-index: 6;
        bottom: 360px;
    }

    .right-top-header i {
        width: 25px;
        height: 25px;
        border-radius: 100px;
        background-color: var(---white);
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.151);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        color: var(---black);
        margin: 10px 0px;
    }

    /*---------------Header---------*/
    .header .container .navbar {
        background-color: transparent;
        margin-left: 0px;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: -2000%;
        left: 0;
        z-index: 200;
        transition: 5s all ease-in-out;
    }

    .header .container .navbar .data {
        width: 95%;
        margin: 10px auto;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.253);
        backdrop-filter: blur(20px);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 10px;
        border: 1px solid #ffffff28;
    }

    .header .container .navbar .data a {
        display: block;
        font-size: 30px;
        text-align: center;
        width: 95%;
        line-height: 50px;
        margin: 10px 0px;
        color: var(---white);
    }

    .header .container .right-button #menu {
        display: inherit;
    }

    .header .container .navbar #close {
        display: inherit;
        color: var(---white);
    }

    .headerback {
        height: 580px;
    }

    /*---------------Header---------*/

}

@media (max-width:780px) {

    section {
        padding: 20px 10px;
    }
}

@media (max-width:690px) {}

@media (max-width:550px) {
    .header .container #logoheader {
        width: 60px;
        height: 60px;
    }

    .header .container .right-button button {
        width: 130px;
        height: 50px;
        font-size: 12px;
    }

    .header .container .right-button #menu {
        margin-right: 10px;
    }

    .header .container .navbar .data a {
        font-size: 20px;
        text-align: center;
        width: 95%;
        line-height: 40px;
        margin: 10px 0px;
        color: var(---white);
    }
}

@media (max-width:430px) {

    .header .container .right-button #menu {
        margin-right: 10px;
        width: 40px;
        height: 40px;
        font-size: 12px;
    }
}

@media (max-width:400px) {}

@media (max-width:300px) {}

/* media quries */