@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Regular.eot');
    src: url('../webfonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/Montserrat-Regular.woff2') format('woff2'),
    url('../webfonts/Montserrat-Regular.woff') format('woff'),
    url('../webfonts/Montserrat-Regular.ttf') format('truetype'),
    url('../webfonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Arabic-Black.eot');
    src: url('../webfonts/Montserrat-Arabic-Black.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/Montserrat-Arabic-Black.woff2') format('woff2'),
    url('../webfonts/Montserrat-Arabic-Black.woff') format('woff'),
    url('../webfonts/Montserrat-Arabic-Black.ttf') format('truetype'),
    url('../webfonts/Montserrat-Arabic-Black.svg#Montserrat-Arabic-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../webfonts/Montserrat-Arabic-SemiBold.eot');
    src: url('../webfonts/Montserrat-Arabic-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/Montserrat-Arabic-SemiBold.woff2') format('woff2'),
    url('../webfonts/Montserrat-Arabic-SemiBold.woff') format('woff'),
    url('../webfonts/Montserrat-Arabic-SemiBold.ttf') format('truetype'),
    url('../webfonts/Montserrat-Arabic-SemiBold.svg#Montserrat-Arabic-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html, * {
    font-family: 'Montserrat';
}

body {
    background: rgb(102,204,255);
    background: linear-gradient(180deg, rgba(102,204,255,1) 0%, rgba(0,160,215,1) 77%);
    min-height: 100vh;
}

.btn.btn-secondary {
    background-color: #00A0D7;
    border-color: #00A0D7;
    border-radius: 50px;
    color: #fafafa;
    padding: 10px 30px;
    font-size: 14px;
}
.btn.btn-primary {
    background-color: #ff4ca6;
    border-color: #ff4ca6;
    border-radius: 5px;
    color: #fafafa;
    padding: 10px 30px;
    font-size: 14px;
}

header .navbar {
    background: rgb(121,69,173);
    min-height: 60px;
    box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.25);
    top: 0px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    padding: 0;
}

header .navbar-brand img {
    width: 80px;

}

header .lang-switch {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.lang-drop {
    right: 0;
    left: auto;
    min-width: 100px;
}


.offcanvas {
    background-color: #7945ad;
    top: 15px !important;
    border-radius: 25px 0 0 0;
}
.offcanvas.show .dropdown{
    margin: 15px 0 0!important;
}

.offcanvas-end .navbar-brand {
    display: none;
}
.offcanvas-end.show .navbar-brand {
    display: block;
}

header .offcanvas .offcanvas-body {
    align-items: center;
}

header .nav-item .nav-link {
    font-weight: 600;
    color: #fff !important;
}
header .nav-item .nav-link:hover {
    color:#66CCFF !important;
}
.dropdown-menu {

    border: none;
    border-radius: 25px;
    box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 15px 30px -20px rgba(0,0,0,0.25);
    color: #fff;
}
.dropdown-menu a:hover {
    color: #7945AD;
    background: transparent;
    border: none;
}

.intro  {
    padding: 85px 10px 50px;

}

.intro .banner {
    border-radius: 5px;
    background: url(../img/sb100.png) no-repeat center center;
    height: 450px;
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
    border: 2px solid #fff;
    box-shadow: 3px 3px 8px #00000057;
    background-size: cover;
}

.intro .banner  h1 {
    color: #fff;
    font-weight: 600;
}
.intro .banner  p {
    color: #fff;
    font-weight: 400;
    max-width: 50%;
}

.intro .banner .btn {
    font-size: 24px;
}

.categories  {
    padding: 0 10px 50px;
}

.categories .content {
    border-radius: 5px;
    padding: 50px 30px 30px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 3px 3px 8px #00000057;
}

.categories .content h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.categories .gallery-title
{
    font-size: 36px;
    color: teal;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.categories .gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid teal;
}
.categories .filter-button
{
    font-size: 18px;
    border: 1px solid #7945ad;
    border-radius: 5px;
    text-align: center;
    color: #7945ad;
    margin-bottom: 30px;

}
.categories .filter-button:hover,
.categories .filter-button.active {
    font-size: 18px;
    border: 1px solid #7945ad;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #7945ad;
}
.categories .btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.categories .port-image
{
    width: 100%;
}

.categories .gallery_product
{
    margin-bottom: 30px;
    padding: 20px;
    cursor: pointer;
}
.categories .gallery_product  img {
    border: 3px solid #FF4CA6;
    border-radius: 5px;
    transition: all 0.3s linear;
}

.categories .gallery_product:hover img {
    transform: translateY(-15px);
    box-shadow: 1px 19px 28px -10px rgba(13,13,13,0.51);
    -webkit-box-shadow: 1px 19px 28px -10px rgba(13,13,13,0.51);
    -moz-box-shadow: 1px 19px 28px -10px rgba(13,13,13,0.51);
}

.categories .gallery_product:hover img {
    border: 5px solid #7945ad;
}

.follow  {
    padding: 0 10px 50px;
}

.follow .content {
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 3px 3px 8px #00000057;
}
.follow .content h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
}
.follow .content p {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
}
.follow .content  img {
    height: 50px;
}
.app  {
    padding: 0 10px 50px;
}

.app .content {

    border-radius: 5px;
    padding: 50px 30px 30px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 3px 3px 8px #00000057;
}
.app .content h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    text-align: start;
}
.app .content p {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    text-align: start;
}

.app .content a {
    font-size: 18px;
}

footer  {
    padding: 50px 10px 50px;

}

footer p {
    color: #fff;
    font-weight: 600;
    margin: 15px 0;
}

.powered {
    padding: 15px;
    text-align: center;
}

.powered img {
    width: 150px;
}

footer .siteLinks1 h3 {
    color: #fff;
    font-size: 22px;
}

footer .siteLinks1 ul {
    list-style: none;
    padding: 0;
}

footer .siteLinks1 ul li{
    margin-bottom: 15px;
}
footer .siteLinks1 ul li a {
    color: #fff;
    text-decoration: none;
    margin-bottom: 15px;
}

footer .social {
    margin: 15px 0;
    font-size: 40px;
    text-align: center;
}

footer .social a {
    text-decoration: none;
    color: #fff;
}
footer .social a:hover {
    color: #7945AD;
}

.game .content {
    border-radius: 25px;
    padding: 25px 30px 20px;
    text-align: center;
    border: 2px solid #fff;
    box-shadow: 3px 3px 8px #00000057;
}

.game  {
    padding: 85px 10px 50px;
}

.game .content h2 {
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.game .content p {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
}

.game .game-container {
    width: 702px;
    height: 511px;
    border-radius: 25px;
    border: 2px solid #7945AD;
    color: #fff;
}

.game .btns a {
    background-color: #00A0D7;
    padding: 10px;
    border-radius: 15px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 10px;
}

.game .scores {
    color: #fff;
}

.game .scores h3 {
    margin: 25px 0 15px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.game .scores h3 i {
    font-size: 16px;
}

.custom-tooltip {
    --bs-tooltip-bg: rgb(255,76,166);
}

.game .point,
.game .score {
    padding: 15px;
    border-radius: 25px;
    background: #7945AD;
    margin: 15px;
}

.game .score ul {
    list-style: none;
    padding: 0;
    text-align: start;
}

.game .score ul li {
    margin-bottom: 5px;
}
.game .point h5 {
    color: #fff;
    font-size: 20px;
    text-align: start;
}

.game .point .progress {
    height: 20px;
    border-radius: 15px;
}
.game .point .progress .progress-bar {
    background-color: #00A0D7;
}
.game .point .badgeFlex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.completed-31 {
    background: url(../img/power-ups.webp) -264px -74px;
}
.on-fire-31 {
    background: url(../img/power-ups.webp) -33px -74px;
}
.games-played-goal-31 {
    background: url(../img/power-ups.webp) -66px -74px;
}
.performance-goal-31 {
    background: url(../img/power-ups.webp) -99px -74px;
}
.beat-my-best-3-31 {
    background: url(../img/power-ups.webp) -132px -74px;
}
.hit-streak-100-31 {
    background: url(../img/power-ups.webp) -165px -74px;
}
.day-streak-5-31 {
    background: url(../img/power-ups.webp) -198px -74px;
}
.games-played-50-31 {
    background: url(../img/power-ups.webp) -231px -74px;
}
.sprite-31 {
    height: 35px;
    width: 31px;
    margin-bottom: 10px;
}

.category-page .gallery_product img {
    max-width: 200px;
}
.category-page .gallery_product .text h5 {
    color: #7945AD;
    text-align: start;
    font-size: 20px;
}
.category-page .gallery_product .text p {
    text-align: start;
    margin: 0;
    font-size: 14px;
    color: #fff;
}
.category-page .gallery_product .text p strong {

    color: #7945AD;
}

.categories.category-page {
    padding: 85px 10px 50px;
}

.login {
    padding: 150px 10px 50px;
}
.login .content{
    border-radius: 25px;
    padding: 50px 30px 30px;
    text-align: center;
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
    border: 2px solid #fff;
    box-shadow: 3px 3px 8px #00000057;
}

.login .content h2 {
    font-size: 26px;
    color: #fff;
}

.login .content .form-control {
    border-radius: 50px;
}
.login .content .form-control:focus {
    border : 2px solid #7945AD;
    box-shadow: none;
}

.modal-content {
    border-radius: 25px;
}

.modal-header {
    background-color: rgb(121,69,173);
    color: #fff;
}

.modal-header .btn-close {
    color: #fff;
    background: transparent;
    opacity: 1;
    height: auto;
    width: auto;
    font-size: 30px;
}

.gender img ,
.interests img {
    width: 100px;
    margin: 0 15px 10px;
}

.gender input[type='radio']:checked + label img {
    border: 8px solid #7945AD;
    border-radius: 50%;
}
.gender input[type='radio']:checked + label p {
    color:  #7945AD;
}
.interests h4 {
    color: #7945AD;
    margin: 20px 0 15px;
}
.interests input[type='checkbox']:checked + label img {
    border: 8px solid #7945AD;
    border-radius: 25px;
}
.interests input[type='checkbox']:checked + label p {
    color:  #7945AD;
}

.whited {
    background: #fff;
}
.whited h2{
    color: #00A0D7 !important;
}

.whited .form-control {
    background-color: #00A0D7;
    color: #fff;
}
.whited .form-control::placeholder {
    color: #fff;
}
.whited {
    width: 870px !important;
}

@media screen and (max-width: 574px) {
    .intro .banner p {
        color: #fff;
        font-weight: 400;
        max-width: 100%;
    }
    .app .content a {
        margin: 0 0 10px;
    }
    .game .point, .game .score {
        padding: 15px;
        border-radius: 25px;
        background: #7945AD;
        margin: 10px 0 10px;
    }
    .category-page .gallery_product .text h5 {
        color: #7945AD;
        text-align: start;
        font-size: 20px;
        margin-top: 15px;
    }
    .game .content {
        border-radius: 25px;
        padding: 25px 15px 20px;
        text-align: center;
        border: 2px solid #fff;
        box-shadow: 3px 3px 8px #00000057;
    }
}
