/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .container{
        width: 100%;
        max-width: 100%;
    }
    body{
        width: 100%;
        max-width: 100%;
        display: block;
        background-color: var(--blackColor);
    }
    .ticker-section .ticker .title h5 {
        font-size: 14px;
    }
    .ticker-section .ticker .news marquee {
        font-size: 14px;
    }
    .heading .heading-title{
        font-size: 20px;
    }
    .top-apps-section{
        margin: 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
     #top-apps-section .app .app-logo{
        width: 60px;
        border: 5px solid var(--primaryColor);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 2px;
    }
    .app{
        margin: 10px 5px;
       width: 33%; 
    }
    .app .title{
        font-size: 12px;
        font-weight: normal;
        margin: 5px 0 0 0;
    }
    .app .rating i{
        font-size: 0.5rem;
    }
    .app .app-btn .d-btn{
        font-size: 14px;
        color: var(--whiteColor);
        font-weight: 500;
        padding: 5px 0;
        display: block;
    }
    .app:hover .social li a{ transform: scale(1); }
.app:hover .social li a:hover{ background: #7a4b94; }
.app .app-content{
    padding: 10px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.apps-section .tabs .tabs-head{
    margin-left: 10px;
    margin-right: 10px;

}
.apps-section .tabs .tabs-head .tabs-btn{
    font-size: 12px;
    font-weight: bold;
}
.apps-section .tabs .tabs-head .tabs-btn i{
    font-size: 12px;
}

.apps-section .tabs-body .tabs-content .tabs-app{
    margin-left: 10px;
    margin-right: 10px;
}
.apps-section .tabs-body .tabs-content .tabs-app:not(:first-child){
    margin-top: 10px;
}
.apps-section .tabs-body .tabs-content .tabs-app .tabs-app-details .tabs-app-name span{
    font-size: 12px;
    font-weight: 600;
}
.apps-section .tabs-body .tabs-content .tabs-app .tabs-app-details .t-download-and-bonus .t-download,
.apps-section .tabs-body .tabs-content .tabs-app .tabs-app-details .t-download-and-bonus .bonus{
    font-size: 10px;
}
.apps-section .tabs-body .tabs-content .tabs-app .tabs-app-details .min-withdraw{
    font-size: 10px;
    font-weight: 500;
}
.apps-section .tabs-body .tabs-content .tabs-app .tabs-d-btn > .down-btn{
    padding: 5px;
    font-size: 10px;
}
.apps-section .tabs-body .tabs-content .tabs-app .tabs-app-logo .num{
    font-size: 10px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}
.social-icons .social{
    margin-top: 15px;
}
.bottom-menu-section .bottom-menu{
    margin-top: 10px;
}
.bottom-menu-section .bottom-menu>.menu-item{
    display: flex;
    justify-content: space-around;
    margin: 0 5px;
    flex-wrap: wrap;
}
.bottom-menu-section .bottom-menu>.menu-item>i{
    margin: 0;
    font-size: 12px;
}
.bottom-menu-section .bottom-menu>.menu-item>.menu-link{
    font-size: 10px;
    text-align: center;
}

.footer{
    font-size: 12px;
    margin-top: 10px;
}

.navbar .menu{
    width: 45px;
    height: 45px;
}

.navbar .menu span{
    width: 30px;
}
.navbar .menu span:nth-child(1){
    left: 8px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}
.navbar .menu.active span:nth-child(1){
    width: 30px;
}
.navbar .menu span:nth-child(2){
    left: 8px;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
}
.navbar .menu.active span:nth-child(2){
    width: 30px;
}
.main-menu{
    width: 70%;
    left: -70%;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .container{
        width: 100%;
        max-width: 100%;
    }
    .bottom-menu-section .bottom-menu>.menu-item{
        display: flex;
        justify-content: space-around;
        margin: 0 5px;
        flex-wrap: wrap;
    }
    .bottom-menu-section .bottom-menu>.menu-item>.menu-link{
        text-align: center;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .container{
        width: 100%;
        max-width: 100%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .container{
        width: 70%;
        max-width: 70%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .container{
        width: 50%;
        max-width: 50%;
    }
}