@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
body {
    font-family: Cairo !important;
    background-color: #f4f4f4;
}

.logo {
    height: 28px;
}

.bg-gray {
    background-color: rgba(128, 128, 128, 0.192);
}

.btn:focus,
.form-control:focus {
    box-shadow: 0px 0px 0px 0px !important;
}

.form-control {
    border: 1px solid rgba(255, 0, 0, 0.664) !important;
}

.user-icon {
    height: 22px;
}

.hero {
    height: 40vh;
    background-size: cover;
}

.pointer {
    cursor: pointer;
}

.modal {
    top: 20%;
}

.modal-header {
    border-bottom: 1px solid rgba(255, 0, 0, 0.664);
}

.span-img {
    margin-top: -10px;
    height: 30px;
}

.modal-icon {
    height: 100px;
    border-radius: 50%;
}

.hover-bg-transparent:hover {
    background: rgba(128, 128, 128, 0.212) !important;
}

.navbar-light .navbar-toggler {
    border: 0px !important;
}

img.img-fluid.game-img {
    height: 90px;
}

.container {
    max-width: 74%;
}

.show-on-mobile {
    display: none;
}

.hide-on-mobile {
    display: block;
}

.bg-none {
    background-color: none !important;
    background: none !important;
}

.yellow {
    color: #f6ad0e !important;
}

.text-garena {
    color: rgb(87, 84, 84);
}

.diamond-icon {
    height: 20px;
}

.regular-text {
    font-size: 16px !important;
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 100%;
        font-size: 11px;
    }
    .hero {
        height: 19vh;
        background-size: cover;
    }
    .logo {
        height: 24px;
    }
    .game-img {
        height: 120px;
    }
    .modal-icon {
        height: 80px;
    }
    .show-on-mobile {
        display: block;
    }
    .hide-on-mobile {
        display: none;
    }
    .col-md-4.fix-w-50 {
        max-width: 56%;
    }
    .hidden-mobile {
        display: none;
    }
    #languagesSpan {
        margin-right: -43px !important;
    }
    #areas {
        margin-left: -41px !important;
    }
}