@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
@import url('/fonts/Droid Arabic Naskh Regular.ttf');

:root {
    --fa-border-radius: 50%;
    --fa-border-padding: 1rem;
    --green-color: #2CA862;
    --modal-background-color: #EFEFEF
}

@font-face {
    font-family: neo-sans-arabic-regular;
    src: url('/fonts/Neo Sans Arabic Regular.ttf');
}

@font-face {
    font-family: neo-sans-arabic-black;
    src: url('/fonts/NeoSansArabicBlack.ttf');
}

@font-face {
    font-family: neo-sans-arabic-bold;
    src: url('/fonts/NeoSansArabicBold.ttf');
}

@font-face {
    font-family: neo-sans-arabic-light;
    src: url('/fonts/NeoSansArabicLight.ttf');
}

@font-face {
    font-family: neo-sans-arabic-medium;
    src: url('/fonts/NeoSansArabicMedium.ttf');
}

@font-face {
    font-family: neo-sans-arabic-ultra;
    src: url('/fonts/NeoSansArabicUltra.ttf');
}

html {
    font-size: 16px;
}

body {
    font-family: neo-sans-arabic-regular, sans-serif;
}

h2 {
    font-family: neo-sans-arabic-bold, serif;
}

.color-green {
    color: var(--green-color);
}

.button {
    background-color: var(--green-color);
    color: white;
    border-radius: 35px;
    padding: 10px;
}

header {
    /*width: 100vw;*/
}

header nav {
    background: white;
    border-bottom: 1px solid rgba(34, 90, 89, 0.2);

}

.toast {
    background-color: white;
    position: fixed;
    bottom: 0;
}

.nav-item {
    margin-left: 2em;
    text-align: center;
}


.add-ad-btn {
    color: #263d4b !important;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 20%;
    transition: 0.5s all;
}

.add-ad-btn:hover {
    top: 10%;
    /*font-size: 2.1em;*/
    color: #5db377 !important;
}

.add-ad-btn:hover > span {
    /*font-size: 2.1em;*/
    background-color: #5db377;
}

.add-ad-btn > span {
    box-shadow: 2px 13px 16px -9px rgba(0, 0, 0, 0.79);
    border-radius: 50%;
    background-color: #263d4b;
}

.mr-auto:lang(ar) {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.nav_hamburger {
    background: transparent;
}

.slogan {
    font-weight: 700;
    font-size: 72px;
    line-height: 1;
}

.sub-slogan {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-top: 3px;
}

.footer-content-column h3 {
    margin: 0px;
}

.footer-content-column h3 a {

    font-size: 16px;
    color: #cccccc;
}

.footer-content-column h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    color: white;
    font-weight: 700;
}

footer {
    background: #000;
    font-size: 15px;
}

footer .footer-logo-2 {
    width: 68%;
    float: right;
    margin: 0px auto;
}

footer .footer-logo-2:lang(ar) {
    float: left;
}

.footer-content-column {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

footer .copyright {
    color: white;
    display: flex;
    justify-content: flex-end;
    align-content: baseline;
    align-items: flex-end;
}

footer .copyright:lang(ar) {
    justify-content: flex-end;
}

.download-content h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 16px;
}

.download-content p {
    display: inline;
    font-size: 15px;
    line-height: 10px !important;
    color: white;
}

.ddl-language {
    color: white;
    background: transparent;

}

.text-white {
    color: white
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    height: 200px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    /*transform: rotateY(180deg);*/
}

.notificationitem {
    display: flex;
}

.notificationitem a {
    color: black;
}

.navbar-brand {
    margin-right: 0
}

.readnotification {
    background-color: #d2d2d2;
}

.message-content-list-item-dot {
    width: 20px;
    text-align: center;
    vertical-align: top;
    height: 100%;
}


.message-content-list-item-content a {
    padding: 5px !important;
}

.message-content-list-item-content .fa {
    margin: 0px;
}

.message-content-list-item-detail {
    display: inline-block;
}

.badge-dot {
    position: relative;
    display: initial;
    padding: 0 5px;
    font-size: 5px;
    text-align: center;
    background-color: #ffffff;
    border: 0;
    color: #fff;
    border-radius: 5px;
    line-height: 5px;
}

.message-content-list-item-content {
    display: inline-block;
}

.notificationitem {
    min-height: 30px;
    border-bottom: 1px solid #EEEEEE;
    display: block;
    padding: 5px 0px;
    list-style-type: none;
    cursor: pointer;
    line-height: 30px;
}

.unread {
    background-color: #edf2fa;
}

.read {
    background-color: white;
}

.notificationslist {
    position: relative;
}

.notificationslist ul, .user-info ul {
    display: none;
    position: absolute;
    z-index: 1;
    background-color: white;
    padding: 10px;
    border: 1px solid black;
    overflow-y: scroll;
    height: 40vh;
    width: 100%;
    scrollbar-width: none;
}

.locale ul {
    display: none
}

.locale ul a {
    color: black
}

html:lang(ar) #st_gdpr_iframe {
    position: static !important;
}


.notificationslist:hover ul, .user-info:hover ul, .locale:hover ul {
    display: block;
}


/* Side bar */
#sidebar {
    position: fixed;
    width: 20em;
    height: 100%;
    background-color: #ffffff;
    z-index: 1;
    transition: all .30s ease-in-out;
}

html:lang(en) #sidebar {
    left: -20em;
}

html:lang(ar) #sidebar {
    right: -20em;
}

#sidebar #header-sidebar {
    background: white;
    color: black;
    line-height: 2em;
}

#sidebar > ul > li {
    list-style: none;
}

#sidebar > ul:lang(ar) {
    text-align: right;
}


#sidebar > ul > li > a, .user-info a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 20px;
    line-height: 50px;
    color: black;
    padding-left: 1em;
    border-top: 1px solid black;
}

.user-info a {
    font-size: 15px;
}

#check {
    display: none;
}

label #open, label #close {
    padding: 10px;
    transition: all .5s ease-in-out;
    font-size: 25px;
    cursor: pointer;
}

html:lang(en) label #open, label #close {
    left: 1em;
}

html:lang(ar) label #open, label #close {
    right: 0em;
}

/*#check:checked ~ #sidebar{*/
/*left:0;*/
/*}*/


/*#check:checked ~ .main-content{*/
/*opacity: 0.5;*/
/*pointer-events: none;*/
/*}*/


/* Position the front and back side */
.main-content {
    /*background-image: url('../images/banner1.jpg');*/
    /*background-size: 100% 50%;*/
    /*background-repeat: repeat-y;*/
}

.top-section {
    background-color: white;
    padding: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.top-section h1 {
    color: #2ca862
}

.about-section {
    background-color: white;
}

.about-section h2 {
    color: #2CA862;
    font-weight: bold;
    font-size: 2.5rem;
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    /*background-color: #bbb;
    color: black;*/
}

/* Style the back side */
.flip-card-back {
    background-color: white;
    color: black;
    transform: rotateY(180deg);
}

.about-earn {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.about-earn .card {
    width: 18rem;
    text-align: center;
    border: none;
    border-radius: 35px;
    padding: 30px 5px;
}

.about-earn .card:nth-child(2) {
    background-color: #2CA862;
    color: white;
    box-shadow: 1px 2px 16px 0 rgba(2, 202, 135, 0.5);
}

.about-earn h5 {
    font-weight: bold;
}


#sponsers {
    background-color: #1E252E;
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    padding: 30px 0px;
    /*background-color: #2cd978;*/
}

#sponsers > .heading-sponsers {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 18px;
    color: white;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

#sponsers p, h2 {
    color: white;
    text-align: center;
}


.coupons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
}

.coupons .card {
    background-color: #161E29;
    color: white;
    text-align: center;
    height: 24rem;
}

.coupons .card-img-top {
    border-radius: 10px;
    height: 15rem;
    transition: 0.5s ease-in-out;
}

.coupons .card-img-top:hover {
    height: 15.5rem;
}

.coupons hr {
    color: white;
    border: 1px dashed white;

}

.categories .slick-track:lang(ar) {
    transform: translate3d(0px, 0px, 0px) !important;
}


/*#sponsers > .heading-sponsers h2,h3:hover{*/
/*background-color: linear-gradient(to right, #314555 , #2cd978);*/
/*font-weight: 800;*/
/*border-bottom: 1px solid black;*/
/*width: 100%;*/
/*}*/

.grid {
    margin: 50px;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20% 20%;
    justify-content: center;
}

.grid > img {
    margin: 0px auto;
    max-width: 120px;
    min-height: 8rem;
    border-radius: 1rem;
}

.partners-img {
    margin: 0px auto;
    max-width: 120px;
    min-height: 8rem;
    border-radius: 1rem;
}

.flex {
    display: grid;
    grid-auto-rows: minmax(100px, auto);
    text-align: center;
}

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

#notifications {
    position: relative;
    right: 1px;
    top: -10px;
    background-color: #2ed87b;
    border-radius: 2px;
    color: #fff;
    padding: 1px 3px;
}


.grid > .partners-name {
    display: block;
}

/*.navbar > div:nth-last-child(1){*/
/*display: grid;*/
/*grid-template-columns: 11% 11% 20% 35%;*/
/*grid-column-gap: 1em;*/
/*align-items: center;*/
/*width: 35vw;*/
/*}*/

/*.navbar div:nth-last-child(1) > button:nth-last-child(2){*/
/*background-color: #2cd978;*/
/*border-color: #263d4b;*/
/*border-radius: 25px;*/
/*}*/

/* Login Modal Styles Start */
#login-modal .modal-dialog, #register-modal .modal-dialog {
    max-width: 1265px;
}

.modal-backdrop {
    background-color: var(--modal-background-color) !important;
}

.modal-backdrop.show {
    opacity: 1 !important;
}

.login-body, .register-body {
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0 !important;
}
.password-group{
    position: relative;
}
.toggle_password{
    position: absolute;
    right: 2%;
    top: 25%;
    cursor: pointer;
}

.login-body, .register-body div:not(.spinner-grow), .register-body div:not(.flag-container) {
    width: 820px;
}
.whatsapp_icon{
    position: fixed;
    right: 5%;
    width: 50px;
    bottom: 5%;
    z-index: 1000;
}
.pills-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.pills-container:lang(ar){
    text-align: right;
}
.social-icons a i:hover {
    color: rgba(5, 104, 43, 0.4);
}
.login-body, .register-body img {
    margin-bottom: 40px;
}

.login-body input, .register-body input {
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9;
    margin-bottom: 30px;
}

#register-form-container {
    overflow: hidden;
    margin: 3rem
}

#register-form-container .card-header {
    display: flex;
    justify-content: space-between;
}

#register-form-container .progress {
    width: 5%;
}

#register-form-container .progress > div {
    background-color: #2cd978;
}

.register-body input, select {
    margin-bottom: 0px;
    margin-top: 10px;
}

.login-body h3, .register-body h3 {
    margin-bottom: 10px;
}
.register-body:lang(ar) h3,.register-body:lang(ar) p,.register-body:lang(ar) input::placeholder,
.login-body:lang(ar) h3,.login-body:lang(ar) p,.login-body:lang(ar) input::placeholder{
    text-align: right;
}

.login-body p, .register-body p,.register-body select {
    color: #4B4B4B;
    margin-bottom: 45px;
}

.login-body button, .register-body button {
    /*background-color: var(--button-color);*/
    /*border-radius: 35px;*/
    width: 60%;
    /*color: white;*/
}

/*Pills select started */

.PillList-item {
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 0 12px 12px 0;
    text-transform: capitalize;
}

.PillList-item input[type="checkbox"] {
    display: none;
}

.PillList-item input[type="checkbox"]:checked + .PillList-label {
    background-color: #212121;
    border: 1px solid #212121;
    color: #fff;
    padding-right: 16px;
    padding-left: 16px;
}

.PillList-label {
    border: 1px solid #212121;
    border-radius: 20px;
    color: #212121;
    display: block;
    padding: 7px 28px;
    text-decoration: none;
}

.PillList-item
input[type="checkbox"]:checked
+ .PillList-label
.Icon--checkLight {
    display: inline-block;
}

.PillList-item input[type="checkbox"]:checked + .PillList-label .Icon--addLight,
.PillList-label .Icon--checkLight,
.PillList-children {
    display: none;
}

.PillList-label .Icon {
    width: 12px;
    height: 12px;
    margin: 0 0 0 12px;
}

.Icon--smallest {
    font-size: 12px;
    line-height: 12px;
}

.Icon {
    background: transparent;
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
    position: relative;
}

/* Pills select ended */

.steps button {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

.animation, .spinner-grow {
    transform: translateY(0);
    transition: transform 1s, opacity 2s;
}


.hide {
    opacity: 0;
    transform: translateY(-100%);
}

.show {
    opacity: 1;
    transform: translateY(0);
}

/* Login Modal Styles End */

/* Register Modal Styles Start */


/* Register Modal Styles End */

.navbar {
    padding: 10px 0;
}

.navbar div a {
    font-size: 15px;
    color: black;
    font-weight: 600;
}

.nav-web {
    width: 100%;
}

.carousel {
    padding: 2em;
}

.nav-mobile, .nav-mobile-top {
    display: none
}

.nav-mobile ul {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;

}

.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 100px;
    grid-gap: 7px;
}

.item {
    position: relative;
}

.item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 4;
}

.item:nth-child(2) {
    grid-column: 2;
    grid-row: 0 / 3;
}

.item:nth-child(3) {
    grid-column: 2;
    grid-row: 2 / 3;
}

.item:nth-child(4) {
    grid-column: 2;
    grid-row: 3 / 3;
}

.item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.item img, video {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.watch-ad-btn {
    display: none;
}

.dropdown-toggle {
    cursor: pointer !important;
}

.dropdown-toggle::after {
    content: unset !important;
}

.components:lang(ar) {
    text-align: right;
}

@media screen and (max-width: 987px) {
    #login-modal .modal-dialog, #register-modal .modal-dialog {
        max-width: 100%;
    }

    .login-body, .register-body {
        width: 100%;
    }

    .watch-ad-btn {
        display: block;
    }

    .watch-ad-btn:lang(ar) {
        width: 100%;
    }

    .watch-ad-btn button:lang(ar) {
        width: 70%;
    }

    .r9sidebarCollapse {
        position: relative;
    }

    .navbar-brand-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 91vw;
    }

    /*.navbar-brand-content:lang(en){*/
    /*    direction: rtl;*/
    /*}*/
    /*.navbar-brand-content:lang(ar){*/
    /*    direction: ltr;*/
    /*}*/
    .badge {
        top: -15px !important;
    }

    .badge:lang(en) {
        left: 33px !important;;
    }

    .badge:lang(ar) {
        right: 30px !important;
    }

    .navbar-brand {
        margin-right: 0px !important;
    }
}

/*
  New Home Page
 */

.main-tag {
    background: url("https://thaminmainweb.s3.amazonaws.com/images/productspage/products_page_en.jpg");
    background-size: 100% 100%;
    height: 50vh;
    background-repeat: no-repeat;
}

.main-tag > div {
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    position: relative;
    top: 5rem;
    justify-items: center;
    color: white;
}

.logo-link {

}

/*==============================
	Сard
==============================*/
.pr-card {
    margin-top: 20px;
    border-radius: 16px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #222227;
    background-color: #16151a;
}

.pr-card__cover {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.pr-card__cover img {
    width: 100%;
}

.pr-card__cover--carousel {
    display: block;
}

.pr-card__cover--carousel img {
    border-radius: 16px;
}

.pr-card__cover--carousel .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: 20px;
    position: absolute;
    padding: 0 20px;
}

.pr-card__cover--carousel .owl-dot {
    margin-right: 10px;
}

.pr-card__cover--carousel .owl-dot:last-child {
    margin-right: 0;
}

.pr-card__cover--carousel .owl-dot span {
    display: block;
    height: 4px;
    width: 10px;
    border-radius: 2px;
    background-color: #fff;
    transition: background-color 0.5s ease;
}

.pr-card__cover--carousel .owl-dot.active span {
    background-color: #069708;
}

.pr-card__cover--video svg {
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none;
    fill: #bdbdbd;
    width: 20px;
    height: auto;
    pointer-events: none;
}

.pr-card__title {
    display: block;
    width: 100%;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    transition: color 0.5s ease;
}

.pr-card__title a {
    color: #fff;
}

.pr-card__title a:hover {
    color: #069708;
}

.pr-card__title:hover {
    color: #069708;
}

.pr-card__author {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
}

.pr-card__author--verified:after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    bottom: -2px;
    left: 24px;
    border-radius: 50%;
    background: url("../img/verified.svg") no-repeat center #2f80ed;
    background-size: 14px auto;
    z-index: 1;
    pointer-events: none;
}

.pr-card__author > img {
    display: block;
    overflow: hidden;
    width: 40px !important;
    height: 40px;
    border-radius: 10px;
    margin-right: 10px;
}

.pr-card__author a {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: black;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pr-card__author a:hover {
    color: #069708;
}

.pr-card__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    border-top: 1px solid #222227;
    padding-top: 15px;
    margin-top: 15px;
}

.pr-card__price {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.pr-card__price p {
    font-size: 14px;
    color: #fff0ff;
}

.pr-card__price span:first-child {
    font-size: 14px;
    line-height: 100%;
    color: #bdbdbd;
}

.pr-card__price span:last-child {
    font-size: 18px;
    line-height: 100%;
    color: #fff;
    margin-top: 10px;
}

.pr-card__likes {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.pr-card__likes svg {
    width: 18px;
    height: auto;
    transition: fill 0.5s ease;
    fill: #bdbdbd;
}

.pr-card__likes span {
    font-size: 13px;
    line-height: 18px;
    color: #bdbdbd;
    margin-left: 5px;
    transition: color 0.5s ease;
}

.pr-card__likes span:empty {
    margin-left: 0;
}

.pr-card__likes:hover svg {
    fill: #eb5757;
}

.pr-card__likes--active svg {
    fill: #eb5757;
}

.pr-card__likes--active span {
    color: #fff;
}

.pr-card__likes--active:hover svg {
    fill: #bdbdbd;
}

.pr-card__likes--active:hover span {
    color: #bdbdbd;
}

.pr-card__time {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 32px;
    border-radius: 5px 5px 5px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    border: 2px solid #069708;
    color: #fff;
    font-size: 12px;
    background-color: #222227;
    font-weight: 400;
    padding: 0 12px;
}

.pr-card__time svg {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 16px;
    height: auto;
    margin-right: 6px;
    fill: #069708;
    margin-left: -3px;
}

.pr-card__time--clock {
    border-color: #f7630c;
}

.pr-card__time--clock svg {
    fill: #f7630c;
}

#news {
    padding: 1rem;
}

#news [dir=rtl] .slick-prev {
    right: 0;
    left: 0;
}

#news [dir=rtl] .slick-next {
    right: 0;
    left: 0;
}

#news .slick-prev {
    right: 0;
    left: 0;
}

#news .slick-next {
    right: 0;
    left: 0;
}

.news-content {
    /*display: grid;*/
    /*grid-template-columns: 1fr 1fr 1fr 1fr;*/
    /*grid-gap: 50px;*/
    /*width: 1640px;*/
}

.news-content .card {
    border: none;
    margin: 0 15px;
}

.news-content .card-img-top {
    border-radius: 10px;
    height: 330px;
    transition: 0.5s ease-in-out;
}

.news-content .card-img-top:hover {
    width: 101%;
    height: 340px;
}

.slick-prev:before,
.slick-next:before {
    font-family: initial !important;
    color: yellow;
}

/* in page styles */

.fa-play {
    /*border: 2px solid white;*/
    padding: 8px;
    /*border-radius: 50%;*/
    color: white;
    /*background-color: black;*/
    /*-webkit-box-shadow: 2px 12px 24px -5px rgba(0,0,0,0.62);*/
    /*-moz-box-shadow: 2px 12px 24px -5px rgba(0,0,0,0.62);*/
    /*box-shadow: 2px 12px 24px -5px rgba(0,0,0,0.62);*/
}

.watch-ad-text {
    font-weight: bold;
    font-size: 15px;
}

.badge {
    position: absolute;
    top: 20px;
    border-radius: 31%;
}

.badge:lang(en) {
    left: 25px;
}

.badge:lang(ar) {
    right: 40px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("/images/icons/menu@2x.png") !important;
    background-size: 50px;
}


.main__tabs {
    /*display: flex;*/
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 10px 0;
}

.main__tabs li {
    margin-top: 15px !important;
    margin-right: 15px !important;
}

.main__tabs li:last-child {
    margin-right: 0;
}

.main__tabs a {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #bdbdbd;
    font-size: 16px;
    background-color: #303946;
    border-radius: 12px;
    padding: 5px 15px;
    height: 32px;
    margin: 0 5px;
    text-align: center;
}

.main__tabs a:hover {
    color: #fff;
}

.main__tabs a.active {
    color: #fff !important;
    background-color: #069708 !important;
}

.no-record {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
    padding: 3rem;
    font-size: 3rem;
}


/* end */

@media screen and (max-width: 1366px) {
    .news-content {
        /*grid-template-columns: 1fr 1fr 1fr;*/
    }
}

@media screen and (max-width: 1024px) {
    .news-content {
        /*grid-template-columns: 1fr 1fr;*/
    }
}

@media screen and (max-width: 768px) {
    .pills-container{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .PillList-label{
        padding: 7px 10px;
    }

    .PillList-item{
        font-size: 12px;
    }

    .whatsapp_icon{
        position: fixed;
        right: 5%;
        width: 40px;
        bottom: 13%;
        z-index: 1000;
    }
    html {
        font-size: 12px;
    }

    #register-form-container {
        margin: 0
    }

    .login-body, .register-body div:not(.spinner-grow) {
        width: 95%;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("/images/icons/menu.png") !important;
        background-size: 35px;
    }

    .navbar div a img {
        width: 110px;
    }

    .about-earn {
        display: grid;
        grid-row-gap: 5px;
    }

    .about-earn .card {
        width: 25rem !important;
        text-align: center
    }

    /*[dir=rtl] .slick-prev{*/
    /*    right: 0 !important;*/
    /*    left: 0 !important;*/
    /*}*/
    /*[dir=rtl] .slick-next{*/
    /*    right: 0 !important;*/
    /*    left: 0 !important;*/
    /*}*/
    #news .slick-prev, .slick-next, .about-earn slick-prev, .slick-next {
        right: 0;
        left: 0;
    }

    #news.slick-next {
        right: 0;
        left: 0;
    }

    .coupons {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }


    /*.about-earn .card{*/
    /*    width: 18rem;*/
    /*    text-align: center;*/
    /*    border:none;*/
    /*    border-radius: 35px;*/
    /*    padding: 30px 5px;*/
    /*}*/
    /*.about-earn .card:nth-child(2){*/
    /*    background-color: #2CA862;*/
    /*    color:white;*/
    /*    box-shadow: 1px 2px 16px 0 rgba(2,202,135,0.5);*/
    /*}*/
    /*.about-earn h5{*/
    /*    font-weight: bold;*/
    /*}*/
    /*.about-section h2{*/
    /*    color: #2CA862;*/
    /*    font-weight: bold;*/
    /*    font-size: 45px;*/
    /*}*/
    .watch-ad-btn {
        display: block;
    }

    .news-title {
        font-size: 10px;
    }

    nav {
        width: 100vw;
    }

    html:lang(en) #sidebar {
        left: -20em;
    }

    html:lang(ar) #sidebar {
        right: -20em;
    }

    #sidebar #header-sidebar {
        background: white;
        color: black;
        line-height: 2em;
    }

    footer .footer-logo-2 {
        width: 100%;
    }

    #sidebar > ul > li {
        list-style: none;
    }

    #sidebar > ul > li > a, .user-info a {
        display: block;
        height: 100%;
        width: 100%;
        font-size: 20px;
        line-height: 50px;
        color: black;
        padding-left: 1em;
        border-top: 1px solid black;
    }

    .user-info a {
        font-size: 15px;
    }

    #check {
        display: none;
    }

    label #open, label #close {
        transition: all .5s ease-in-out;
    }

    label #open {
        opacity: 1;
    }

    label #close {
        opacity: 0;
    }

    /*#check:checked ~ #sidebar{*/
    /*left:0;*/
    /*}*/
    /*#check:checked ~ label #open{*/
    /*opacity: 0;*/
    /*pointer-events: none;*/
    /*}*/
    /*#check:checked ~ label #close{*/
    /*opacity: 1;*/
    /*}*/
    .text-center1 {
        position: absolute;
        top: 0;
        font-size: 44px;
        right: 0;
        bottom: 0;
        left: 0;
        display: none;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .text-center2 {
        position: absolute;
        top: 97px;
        font-size: 22px;
        display: none;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .btn-danger {
        width: 100px;
        font-size: 10px;
    }

    .logo {
        width: 100px !important;
    }

    body, header {
        margin: 0px !important;
    }

    .mb-5 {
        margin-bottom: 0px !important;
    }

    .grid {
        grid-template-columns: 50% 50%;
        grid-column-gap: 2em;
    }

    .grid .partners-name {
        display: none
    }

    #news {
        flex-flow: row;
    }

    .navbar > div {
        margin-left: 0em !important;
    }

    .btn {
        word-wrap: unset !important;
        width: 100%;
    }

    .new_menu {
        display: flex;
    }

    .new_menu > ul {
        flex-direction: row;

    }

    .nav-mobile-top {
        display: flex;
    }

    .nav-link {
        font-size: 10px;
        font-weight: bold;
        padding: 0px
    }

    .nav-mobile {
        display: block;
    }

    .nav-mobile > ul {
        position: fixed;
        /*background-color: white;*/
        background-color: black;
        bottom: 0;
        padding: 0px;
        width: 100%;
        flex-direction: row;
        border-top: 1px solid grey;
        -webkit-box-shadow: 0px -6px 26px -7px rgba(0, 0, 0, 0.77);
        -moz-box-shadow: 0px -6px 26px -7px rgba(0, 0, 0, 0.77);
        box-shadow: 0px -6px 26px -7px rgba(0, 0, 0, 0.77);
        z-index: 1;
    }

    .nav-item {
        flex: 1;
        margin-left: unset;
    }

    .badge-notifications {
        position: absolute;
        top: -12px;
        right: -5px;
        padding: 0px 5px;
        border-radius: 50%;
        background: red;
        color: white;
        font-size: 10px;
        font-weight: bold;
    }

    .nav-web {
        display: none;
        width: 100%;
    }

    .all_product_btn {
        width: 100%;
    }

    .volume {
        color: black;
        z-index: 1;
        pointer-events: all;
        padding: 10px;
        background-color: green;
        border-radius: 50%;
    }

    footer {
        margin-bottom: 2.5em;
    }

    #news > div img {
        width: 100%;
    }

    #news {
        margin-bottom: 50px;
    }

    .news-content {
        width: 95%;
        /*grid-template-columns: 1fr;*/
    }

    .recent-products > h3, .most-viewed > h3 {
        font-size: 0.5em;
        font-weight: bold;
    }

    .item:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: unset;
    }

    .item:nth-child(2) {
        grid-column: 2/2;
        grid-row: 0 / 3;
    }

    .item:nth-child(3) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .item:nth-child(4) {
        grid-column: 2;
        grid-row: 2 / 3;
    }


}

