:root {
    --main-color: #34b7f3;
    --background-color: #89d1f2;
    --star-color: #ffc911;
    --secon-color: #89d1f2;
    --text-color: #373737;
    --nav-bar-color: #a1dcf7;
    --button-color:#eb6835;
    --orange-color:#eb6835;
}

.container{
    max-width: 1366px;
}

body {
    background-color: var(--background-color);
    background-image: url('/images/bg/backgound.png');
    background-size: cover;    
}

.site-logo{
    max-height: 80px;   
}

.navbar-brand{
    margin: 0 auto;
    text-align: center;
}

.btn-secondary{
    background-color: var(--main-color);
    border-color: var(--secon-color);
}

#toggler{
    color: white;
    border-color: white;
}

.footer-logo{
    /*max-height: 120px;
    margin-top : 15px;*/
    max-height: 80px;
}

.company-info{
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}

.company-text{
    list-style-type: none;
    line-height: 2rem;
    font-weight: 500;
    padding-left: 10px;
}

.company-name{
    font-size: 1.2rem;
    margin-bottom: 5px;
/*    margin-left: 10px;*/
    font-weight: 600;
}

.slide-img{
    width: 100%;
}

#owl-slide .item img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.see-more {
    float: right;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
}

.vas-info {
    text-align: center;
    margin-top: 15px;
    background: #03030330;
    border: 1px solid #ededed33;
    border-radius: 10px;
    padding: 15px;
    color:var(--text-color);
}

.btn-back{
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1;
    border-radius: 40px;
    padding-top: 11px;
    padding-left: 9px;
    margin-top: 10px;
    opacity: 0.8;
    line-height: 1;
    background: var(--main-color);
    color: white;
}

.btn-reg{
    width: 150px;
}

#search-button{
    border-color: transparent;
}

button:focus{
    outline: none;
}

.btn-secondary:hover{
    background-color: var(--main-color);
    border-color: var(--secon-color);
}

.post-intro{
    color: #909090;
}

.game-list{
    max-width: 1366px;
}

img.small-thumb:hover {
    transform: scale(1.1);
    transition: transform 0.5s;
}

.news-container{
    background-color: #ffffff;
    color: #333333;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/*SLIDE*/
#trending{
    /* padding: 4rem 0; */

}
@media (max-width:1440px) {
    #trending{
        /* padding: 7rem 0; */

    }
}

.trending-slider{
    /* height: 52rem; */
    /* padding: 3rem 0; */
    position: relative;

}

@media (max-width:1440px) {
    .trending-slider{
        /* height: 45rem; */       
    }    
}

.trending-slide{
    /* width: 37rem;
    height: 42rem; */
/*    width: 800px;*/
    /* height: 300px; */
    position: relative;
}

@media (max-width:500px) {
    .trending-slide{
        /* width: 28rem !important;
        height: 36rem !important; */
        width: 100% !important;
        height: 200px;

    }
    .trending-slide-img img{
      /* width: 1000px !important; */
        /* width: 28rem !important;
        height: 36rem !important; */
        width: 100% !important;
/*        height: 200px !important;*/
        height: 140px !important;
        
    }
}
.trending-slide-img{
    position: relative;
}
.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 60%; */
    border-radius: 10px;
    /* background: linear-gradient(to top, rgb(12, 12, 12), rgba(255, 255, 255, 0)); */
}
.trending-slide-img img{
    /* width: 37rem ;
    height: 42rem ; */
    width: 100%;
    /* height: 300px; */
    border-radius: 10px;
    object-fit: cover;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 70%);
}

@media (min-width:500px) {
    .swiper-slide{
        width: 75% !important;
    }
}

.post-media-vertical{
    margin-bottom: 15px;
}

.post-thumb-vertical img{
    width: 100%;
    max-height: 550px;
}

.title-vertical{
    background-color: var(--nav-bar-color);
    padding: 10px;
}

.hr-fotter{
    border-top: 1px solid rgb(170 198 168 / 61%);
}

.single-title{
    color: var(--text-color);
}

.single-description{
    color: var(--text-color);
}

.download-btn {
    min-width: 120px;
    border-radius: 30px;
    padding: 10px 0;
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 10px;
}

.game-badge{
    position: absolute;
    right: 20px;
    top: 10px;
    background: #e85217;
    text-align: center;
    border-radius: 30px;
    color: white;
    padding: 0px 15px;
    font-size: 15px;
}