* {
    margin: 0;
    padding: 0;
}

:root{
    --primary-color: #d7a229
}

section.main {
    height: 100vh;
    overflow: hidden;
}

.container {
    height: 100%;
}

.row.wrp {
    align-items: center;
    height: 100%;
}

.row.menu {
    align-items: center;
}

.col-md-6.buttonsmenu {
    text-align: end;
}

.header {
    padding: 10px 150px;
    background: #000000;
    box-shadow: 0px 0px 25px -5px;
    position: sticky;
}

button.menu_btn {
    border: none;
    padding: 10px 40px;
    border-radius: 5px;
    background: transparent;
    font-weight: 500;
}

button.bbtn {
    border: none;
    padding: 10px 70px;
    border-radius: 5px;
    background: transparent;
    font-weight: 500;
}

button.menu_btn.btn1 {
    background: #e1e2e2;
}

button.menu_btn.btn2 {
    background: #262b55;
    color: white;
    margin-left: 10px;
}

button.menu_btn.btn3 {
    background: #f5c541;
    /* margin-left: 8px; */
    color: #000000;
}

.col-md-6.right span {
    color: #f5c541;
}

button.bbtn.btn4 {
    background: #f5c541;
    color: #000000;
}

button.bbtn.btn5 {
    background: #f5c541;
    margin-left: 10px;
    color: #000000;
}

.col-md-6.right h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 50px;
}

.col-md-6.right p {
    font-size: 22px;
    line-height: 25px;
}

i.fas.fa-light.fa-arrow-right-to-bracket {
    margin-right: 8px;
}

i.fa-regular.fa-user {
    margin-right: 8px;
}

i.fa-regular.fa-store {
    margin-right: 8px;
}

button.menu_btn.btn1 a {
    text-decoration: none;
    color: black;
}

button.menu_btn.btn2 a {
    text-decoration: none;
    color: white;
}

button.bbtn.btn4 a {
    text-decoration: none;
    color: black;
}

button.bbtn.btn5 a {
    text-decoration: none;
    color: white;
}

a.shopbtn {
    color: #000000;
    background: #f5c541;
    border-radius: 5px;
    padding: 10px 35px;
    font-weight: 500;
    text-decoration: none;
}



@media (max-width:1280px) {
    .header {
        padding: 10px 20px;
        background: #000000;
        box-shadow: 0px 0px 25px -5px;
        position: sticky;
    } 

    .col-md-6.right h1 {
        font-size: 50px;
        }
}

@media (max-width:992px) {
    .col-md-6.right h1 {
        font-size: 45px;
        font-weight: 700;
        line-height: 50px;
    }

    .header {
        padding: 10px 20px;
    }

    .col-md-6.right h3 {
        font-size: 22px;
    }
    
    .col-md-6.right p {
        font-size: 17px;
        margin-top: 0px;
    }

    button.bbtn {
        padding: 10px 50px;
    }

    button.menu_btn {
        padding: 10px 25px;
    }
}


@media (max-width:768px) {
    .row.menu {
        text-align: center;
    }

    .col-md-6.buttonsmenu {
        text-align: center;
        margin-top: 10px;
    }

    .col-md-6.menulogo img {
        width: 230px;
    }

    .header {
        padding: 10px 20px;
    }

    .row.wrp {
        align-items: center;
        /* height: 100%; */
    }

    .col-md-6.right {
        text-align: center;
        /* margin-top: -80px; */
    }

    .col-md-6.left img {
        width: 400px;
    }
    
    .col-md-6.left {
        text-align: center;
        /* margin-top: -250px; */
    }

    .col-md-6.right h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    }

    button.bbtn {
        padding: 8px 30px;
    }

    .col-md-6.left {
        margin-top: 30px;
    }

}


@media (max-width:576px) {
    button.menu_btn {
        padding: 8px 20px;
    }

    .header {
        padding: 10px 20px;
    }

    a.shopbtn {
        padding: 5px 30px;
    }
}

@media (max-width:425px) {
    a.shopbtn {
        display: none;
    }

    .row.wrp.homepagewrp {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
        flex-direction: column;
        margin-top: 50px;
    }
}