@font-face {
    font-family: neosansarabic;
    src: url("../fonts/neo-sans-arabic-regular.ttf");
}

div , body{
    font-family: neosansarabic;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.carousel-inner{
    border-radius: 25px;
}
.index-add-favorite:hover{
    cursor: pointer;
}
.control-bg-color:hover{
    background-color: #644069 !important;
    border-radius: 50px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
    padding: 15px;
}

.control-bg-color:active{
    background-color: #644069 !important;
    border-radius: 50px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
    padding: 15px;
}

.container{
    max-width: 85% !important;
}

.Categories{
    margin-top: 30px;
}

.col{
    padding-top: 5px;
}

.Category-style{
    background: #EEEEEE 0 0 no-repeat padding-box;
    box-shadow: 0 3px 10px #00000030;
    height: 165px;
    border-radius: 13px;
    text-align: center;
}

.Category-icon{
    padding-top: 15px;
    font-size: 55px;
    color: #644069;
    padding-bottom: 8px;
}

.Offers{
    margin-top: 30px;
    background: #EEEEEE 0 0 no-repeat padding-box;
    box-shadow: 0 3px 10px #00000030;
    border-radius: 25px;
    padding: 60px;

}


.carousel-btn{
    border: 1.5px solid #3A3A3A;
    color: #3A3A3A !important;
    width: 60px;
    height: 28px;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    text-decoration: none !important;
    padding-top: 2px;
}

.card{
    width: 190px!important;
    border-radius: 30px !important;
    box-shadow: 0 3px 10px #00000030;
    margin-top: 30px;
    min-height: 400px;
    max-height: 400px;
}


.mainSlider{
    max-width: 100%;
    min-width: 100%;
}

.card-img-top{
    border-radius: 25px 25px 0 0 !important;
    height: 190px !important;
    width: 100% !important;
}

.card-title{
    font-size: 16px;
    height: 60px;
}


.card-body{
    font-size: 12px;
}

.card-text{
    text-align: right;
    direction: initial;
}

.used{
    border-radius: 5px;
    background-color: #e2b31a;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 3px !important;
    position: absolute;
    left: 20px !important;
    top: 15px !important;
}

.new{
    border-radius: 5px;
    background-color: #2fa12c;
    text-align: center;
    color: white;
    font-size: 12px;
    padding: 3px 10px 3px 10px !important;
    position: absolute;
    left: 20px !important;
    top: 15px !important;
}


.ps4-color{
    color:#4268db;
}


.xbox-color{
    color:#39b54a;
}


.switch-color{
    color:#e60012;
}

.pc-color{
    color:#7a7a7a;
}

.accessories-color{
    color: #7a7a7a;
}

.devices-color{
    color: #7a7a7a;
}

.pc-parts-color{
    color: #7a7a7a;
}

.offer-price-ps4{
    background-color: #4268db;
    color: white;
    width: 101%;
    margin-right: -1px;
    text-align: center;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 0 0 25px 25px;
    font-weight: unset;
}

.offer-price-xbox{
    background-color: #39b54a;
    color: white;
    width: 101%;
    margin-right: -1px;
    text-align: center;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 0 0 25px 25px;
    font-weight: unset;
}

.offer-price-switch{
    background-color: #e60012;
    color: white;
    width: 101%;
    margin-right: -1px;
    text-align: center;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 0 0 25px 25px;
    font-weight: unset;
}

.offer-price-pc{
    background-color: #7a7a7a;
    color: white;
    width: 101%;
    margin-right: -1px;
    text-align: center;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 0 0 25px 25px;
    font-weight: unset;
}
.offer-price-accessories{
    background-color: #7a7a7a;
    color: white;
    width: 101%;
    margin-right: -1px;
    text-align: center;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 0 0 25px 25px;
    font-weight: unset;
}
.offer-price-devices{
    background-color: #7a7a7a;
    color: white;
    width: 101%;
    margin-right: -1px;
    text-align: center;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 0 0 25px 25px;
    font-weight: unset;
}

.offer-price-pc-parts{
    background-color: #7a7a7a;
    color: white;
    width: 101%;
    margin-right: -1px;
    text-align: center;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 0 0 25px 25px;
    font-weight: unset;
}

.NintendoSwitch{
    font-size: 14px;
}

@media only screen and (max-width: 1463px) {
    .index-cards .col-2 {
        flex: 0 0 16.666667% !important;
        max-width: 19.666667% !important;
    }
}

@media only screen and (max-width: 1235px) {
    .index-cards .col-2 {
        flex: 0 0 16.666667% !important;
        max-width: 24.666667% !important;
    }
    .NintendoSwitch{
        font-size: 12px;
    }
}

@media only screen and (min-width: 733px)  and (max-width: 992px) {
    .index-cards .col-2 {
        flex: 0 0 16.666667% !important;
        max-width: 32.666667% !important;
    }
    .Category-style{
        width: 150px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 501px) and (max-width: 732px) {
    .container{
        max-width: 100% !important;
    }
    .index-cards .col-2 {
        flex: 0 0 16.666667% !important;
        max-width: 49.666667% !important;
    }
    .Category-style{
        width: 130px;
        margin-top: 10px;
    }
    .Categories{
        margin-right: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .container{
        max-width: 100% !important;
    }
    .index-cards .col-2 {
        flex: 0 0 16.666667% !important;
        max-width: 54.666667% !important;
    }
    .card{
        margin-top: 50px;
        width: 210px!important;
    }
    .Category-style{
        width: 110px;
        margin-top: 10px;
    }
    .Categories{
        margin-right: 40px;
    }
}

@media only screen and (max-width: 419px) {
    .Category-style{
        width: 130px;
        margin-top: 10px;
    }
    .Categories{
        margin-right: 40px;
    }
}

@media only screen and (max-width: 357px) {
    .index-cards .col-2 {
        flex: 0 0 16.666667% !important;
        max-width: 54.666667% !important;
    }
    .card{
        margin-top: 50px;
        width: 185px!important;
        margin-right: -4px;
    }

    .carousel-btn{
        margin-left: -15px;
    }
    .Category-style{
        width: 100px;
        margin-top: 10px;
    }
}
