* {
    margin: 0;
    padding: 0;

    font-family: Speedee, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

.header {
    box-shadow: 0 0.0625rem 0.5rem 0 rgb(0 0 0 / 4%), 0 0.0625rem 0.3125rem 0 rgb(0 0 0 / 4%);

}

.container {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


}

.drop {
    z-index: 50;

}

.navbar-toggler {
    margin-right: auto !important;
    border: none !important;
    color: transparent !important;
    outline: none !important;
}




#lang {

    border: none;

    text-align: center;

}

#nav-text {
    color: #000;
    font-size: 15px;
    text-align: center;


}

.order-btn-top {
    background: #FFBC0D;
    color: #292929;


}

.order-btn {
    background: #ffbc0d;
    color: #292929 !important;
    padding: 0.8rem 1.4rem;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10%;
    text-decoration: none;

}

.txt-size {
    font-size: 10px;
}

.spacing {
    line-height: 0.8rem;

    margin-top: 5;
}

.title-tag {
    padding-bottom: 8%;
    margin-top: 2;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 99;

    border: none;
    outline: none;


    cursor: pointer;
    border-radius: 15px;

    background: rgb(224, 218, 218);
    opacity: 0.8;
}

.icons {
    display: flex;

    list-style: none;
}


.icon-part {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;

}