/*
Template Name: Gamify Game Portal
Author: Kayrate
Email: wkayrate[@]gmail.com
*/
/*DEFAULT THEME CUSTOM CSS AREA*/ 
@import url(https://fonts.googleapis.com/css?family=Fredoka+One);
body {
    background-color: #212529;
}
::-webkit-scrollbar {
display: none;  
}

.justify-content-center{
  position: relative;
  left: 40%;
}
#topnav {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
    background-color: #212529;
    border: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    min-height: 60px;
    box-shadow: 0 0px 24px 0 rgb(0 0 0 / 10%), 0 1px 0px 0 rgb(0 0 0 / 6%);
}

#topnav .topbar-main {
    background-color: #212529;
}
.modal-dialog-centered{
    position: relative;
    top: 5%;
    backdrop
}
.modal{
    background: rgba(0,0,0,0.2);;
    backdrop-filter: blur(3px);
}
.modal-content{
    background-color: #212529;
}
.modal-title {
    font-size: 30px;
    color: #fecd01;
    font-family: 'Fredoka One', verdana, sans-serif;
}
.modal .button{
    margin-top: 5px;
    background-color: #fecd01 ;
}
.modal .button .fa{
    color: #212529 ;
}
.modal .close .fa{
    padding-top: 12px;
    margin-right: 10px;
    width: 15px;
}
.modal input{
    width: 100%;
    height: 40px;
    background-color: #212529;
    color: #fff;
    margin-bottom: 5px;
}
.modal .external{
    color: #212529;
    padding: 5px;
}
.modal .a-button{
    color: #212529;
    padding: 5px;
}
.modal-summary{
    color: #fff;
    margin-top: 5px;
}
.nav-mod{
   padding-right: -16px;
   border: #fff;
}
.nav-search-icon{
    margin-top: -2px;
}
.dropdown-menu {
    border: 1px solid rgb(163 163 163 / 5%);
    box-shadow: 0 0px 24px 0 rgb(0 0 0 / 10%), 0 1px 0px 0 rgb(0 0 0 / 6%);
}

.logoimage {
    width: 150px;
}

.topnav-back {
    background: #212529;
    color: white;
}

.topnav-back a {
    color: white;
}

.topnav-back a {
    color: white;
}

.mobile-menu-back {
    background: #212529;
    color: white;
}

.mobile-menu-back a {
    color: white;
}

.footer-back {
    background: #212529;
    color: white;
}

.cat-color {
    color: white;
}

.game-item {
    width: 100%;
    height: 120px;
    border-radius: 7px;
    margin-bottom: 10px;
    object-fit: cover;
    transition: transform .2s;
}

.game-item:hover {
    width: 100%;
    height: 120px;
    border-radius: 7px;
    margin-bottom: 10px;
    object-fit: cover;
    transform: scale(1.1);
    border: solid 2px #fecd01;
}

.row-main {
    margin-top: -60px
}

.row-category {
    margin-top: 10px
}

.row-game {
    margin-top: -60px;
}

.game-frame {
    width: 100%;
    height: 420px;
    max-height: 420px;
    border-radius: 5px;
    background-image: linear-gradient(290deg, #3b2b73 55%, #6f2f93, #6f2f93);
}

.right-ad-section-game {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.top-ad-section-game {
    width: 100%;
    max-width: 950px;
    margin-bottom: 15px;
}

.game-meta {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-top: 60px;
}
.game-meta-area{
    top: -5px;
}
.item-none{
    display: none;
}
.top-text {
float: left;
  color: #fff !important;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 60px;
    font-size: 15px;
    font-weight: 5px;
    padding-left: 15px;
    text-transform: none;
}

.category-title {
    margin-top: -60px;
    color: #fecd01;
    font-family: 'Fredoka One', verdana, sans-serif;
    font-size: 25px;
}

.fa {
    color: #fecd01;
}

.game-title {
    padding-left: 10px;
    font-size: 25px;
    margin-top: -60px;
    color: #fecd01;
    font-family: 'Fredoka One', verdana, sans-serif;
}

.top-text {
    transition: transform .2s;
}

.top-text:hover {
    transform: scale(1.1);
}

.category-description {
    color: #fff;
    font-size: 15px;
}

.game-description {
    color: #fff;
    font-size: 15px;
    max-height: 350px;
    height: 100%;
}

.instructions-title {

    padding-top: 30px;
    font-size: 20px;
    color: #fecd01;
    font-family: 'Fredoka One', verdana, sans-serif;
}

.instructions-description {
    color: #ffffff;
    font-size: 15px;
}

.game-ad-area-right {
    margin-top: 20px;
    width: 100%;
    height: 250px;
}

.game-ad-area-right iframe {
    width: 100%;
    height: 100%;
    border: 0;
    scrolling: none;
    allowtransparency: true;
}

.image-title {
    background-color: #212529;
    border-radius: 2px;
    position: absolute;
    bottom: 15px;
    left: 8%;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden;
    word-wrap: break-word;
    max-width: 80%;
}

.hr-main {
    border-color: #ffffff;
}

.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
    z-index: 2;
    color: #212529;
    cursor: default;
    background-color: #fecd01;
    border-color: #fecd01;
}

.btn-center {
    align-items: center;
    important !
}

.form-contact{
    display: block;
    position: relative;
    width: 100%;
    max-width: 500px;
}
.form-contact label{
    color: #fecd01;
    font-size: 20px;
    font-family: 'Fredoka One', verdana, sans-serif;
}
.form-contact .textarea{
    height: 80px;
}
.form-contact button{
    margin-top: 5px;
    background-color: #fecd01 ;
}
.form-contact input,
.form-contact textarea{
    width: 100%;
    height: 40px;
    background-color: #212529;
}
/*
Template Name: Gamify Game Portal
Author: Kayrate
Email: wkayrate[@]gmail.com
*/
@media only screen and (max-width: 900px) {
    .game-ad-area-right {
        margin-top: 20px;
        width: 100%;
        max-height: 400px;
    }
    .game-frame {
    width: 100%;
    height: 500px;
    max-height: 500px;
    }
    .game-ad-area-right iframe {
        margin-top: 20px;
        width: 100%;
        max-height: 400px;
    }

    .category-title {
        margin-top: 5px;
        color: #fecd01;
    }

    .game-title {
        margin-top: 5px;
        color: #fecd01;
    }

    .category-description {
        color: #ffffff;
        font-size: 15px;
    }

    .game-description {
        color: #ffffff;
        font-size: 15px;
    }

    .top-text {
        transition: transform .2s;
        display: none;
    }

    .top-text:hover {
        transform: scale(1.1);
    }

    .row-main {
        margin-top: 10px
    }

    .row-game {
        margin-top: 10px;
    }

    .row-category {
        margin-top: 10px;
    }

    .game-meta {
        width: 100%;
        height: 100%;
        max-width: 100%;
        margin-top: 10px;
    }
}
/*
Template Name: Gamify Game Portal
Author: Kayrate
Email: wkayrate[@]gmail.com
*/
/*ADVERTISING AREA*/
.page-first-ad-area, 
.page-first-ad-area img, 
.page-first-ad-area ins, 
.page-first-ad-area iframe, 
.page-first-ad-area video, 
.page-first-ad-area object, 
.page-first-ad-area embed, 
.page-first-ad-area frame{
    margin-bottom: 10px;
    width: 100%;
    height: 100%; 
    max-height: 250px; 
    border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.game-rightbar-ad-area, 
.game-rightbar-ad-area img, 
.game-rightbar-ad-area ins, 
.game-rightbar-ad-area iframe, 
.game-rightbar-ad-area video, 
.game-rightbar-ad-area object, 
.game-rightbar-ad-area embed, 
.game-rightbar-ad-area frame{
    margin-bottom: 10px;
    padding-top:5px; 
    width: 100%;
    height: 250px; 
    max-height: 250px; 
    border-radius: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.game-frame-bottom-ad-area, 
.game-frame-bottom-ad-area img, 
.game-frame-bottom-ad-area ins, 
.game-frame-bottom-ad-area iframe, 
.game-frame-bottom-ad-area video, 
.game-frame-bottom-ad-area object, 
.game-frame-bottom-ad-area embed, 
.game-frame-bottom-ad-area frame{
    margin-bottom: 3px;
    width: 100%; 
    height: 118px;
    border-radius: 7px;
}
/*
Template Name: Gamify Game Portal
Author: Kayrate
Email: wkayrate[@]gmail.com
*/