img {
    width: 100%;
}

.header__logo__wrapper {
    max-width: 150px;
}

.header__navigation__wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: white;
    top: 0;
    right: 100%;
    transition: all 0.5s;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.header__navigation__wrapper a {
    color: #E03933;
    display: block;
    text-decoration: none;
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.header__navigation__wrapper a:hover {
    text-decoration: underline;
}

.header__navigation__wrapper.active {
    left: 0;
    z-index: 999;
}

.header__mobile_nav {
    color: black;
    font-size: 1.5rem;
}

.header__mobile_nav--cross {
    position: absolute;
    top: 20px;
    right: 20px;
}

header {
    background: #ed300c;
}

.header__menu__wrapper {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.border-card {
    padding: 10px;
    border: 2px solid #c7c7c7;
}

/* filter-item.game-img-wrapper mb-3 {
    padding: 5px;
} */

.game-button img {
    width: 50px
}

.button-card.active {
    background-color: #ed300c;
    color: white;
    border: 1px solid #ed300c;
}

.button-card {
    min-height: 90px;
    min-width: 90px;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.button-title {
    position: absolute;
    top: 7vh;
    font-weight: 700;
    font-size: 0.8rem;
}

.button-col {
    padding: 5px
}

.footer-title {
    text-align: center;
    color: #d7cbc7;
    top: 8vh !important;
}

.promotion-title {
    border-left: 4px solid #E03933;
    text-align: center;
}

.promotion-title h4{
    color:#E03933;
}


/* footer */
.footer_menu ul{
    text-align: center;
    padding-left: 0;
    list-style: none;
}

.footer_menu ul li a{
    text-decoration: none;
    color: var(--color--lightgrey);
}

.copyrights{
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 0.8rem;
}

.game-button.active {
    color: var(--color--primary);
    background-color: unset;
    border-color: var(--color--primary);
}

.game-button {
    color: var(--color--primary);
    background-color:var(--color--white);
    border-color: var(--color--primary);
}

.game-button img{
    width: 40px;
}

.sign_up_button a{
    background-color: transparent;
    border: 2px solid white;
}

.custom_button{
    background-color: #E03933;
    color: white;
    font-weight: 700;
}


.home__game_type_wrapper{
    min-height: 300px;
  position: relative;
   z-index: 0; 
   display: flex;
   align-items: center;
}

.overlay{
    display: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0 , 0.5);
    z-index: -1;
}

.casino-type{
   background: url('../../img/Layer\ 38.png') #660a02;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}

.slots-section{
   background: url('../../img/Layer\ 39.png') #660a02;
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
}

.sport-section{
    background: url('../../img/Layer\ 40.png') #660a02;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.lottery-section{
    background: url('../../img/Layer\ 41.png') #660a02;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bank-border div {
    margin: 1px;
    border: 2px solid #E03933;
}
