@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    font-family: 'Poppins', sans-serif !important;
    background: #000 !important;
    color: #fff !important;
    min-height: 100vh;
    position: relative;
    margin: 0;
    text-align: center;
}
a {
    color: #fff !important;
    text-decoration: none;
}
a:focus,
a:hover {
    text-decoration: none !important;
}
button {
    color: #fff;
}

.wrapper-link{
 font-size: 17px;
}

.content-link{
    color:  #A125CA !important;
    cursor:pointer;
    filter: brightness(300%);
}

.content-link:hover {
    color:red;
}


.wrapper-content-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-style: outset;
    padding: 15px;
    text-transform: uppercase;
    border-radius:10px;
    background: #000;
}

.wrapper-content-text{
    width:100%;
    cursor:pointer;
}


.wrapper-pages-link {
    width:100%;
    border-style: outset;
    padding:25px;
    border-radius:10px;
    background: #000;
}

.bg-custome-marque {
    background:#A125CA !important;
}

.custome-marque {
    color:#FFF;
}


/* --- SIDEBAR CSS --- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #191919;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    display: none;
    text-align: left;
    text-transform: uppercase;
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #A125CA;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}
#sidebar ul p {
    color: #fff;
    padding: 10px;
}
#sidebar ul li {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    color: #fff;
}
#sidebar ul li:hover {
    color: #A125CA !important;
    text-decoration: none;
}
a[data-toggle="collapse"] {
    position: relative;
}
.list-unstyled {
    padding-top: 40px;
    padding-left: 10px !important;
}
.menu-child-mobile {
    padding-left: 20px;
}

#sidebarCollapse {
    background: none;
    border: none;
    color: #fff;
    font-size: 25px;
    float: left;
    margin-top: 3px;
    display: none;
}
/* --- END SIDEBAR CSS --- */

/* --HEADER CSS-- */
.menu {
    background: #4b4b4b;
    background: -moz-linear-gradient(top, #4b4b4b 0%, #282828 100%);
    background: -webkit-linear-gradient(top, #4b4b4b 0%,#282828 100%);
    background: linear-gradient(to bottom, #4b4b4b 0%,#282828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b4b4b', endColorstr='#282828',GradientType=0 );
    width: 100%;
    text-transform: uppercase;
    padding: 10px 0;
    text-align: left;
}
.menu-content {
    width: 55%;
    margin: auto;
    display: block;
}
.logo {
    height: 47px;
}
.menu-list {
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    float: right;
    text-transform: uppercase;
    font-size: 20px;
}
.menu-list li {
    display: inline-block;
}
.menu-list li:not(:last-child) {
    margin-right: 60px;
}
.menu-list li a:hover,
.menu-list li a:focus,
.active {
    color: #A125CA !important;
}
.menu-child {
    z-index: 2;
    overflow: hidden;
    position: absolute;
    padding-left: 0;
    display: none;
    background: #282828;
    font-size: medium;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}
.menu-child li {
    width: 100%;
    padding: 10px 10px 10px 15px;
    display: block;
}
.menu-list li:hover > .menu-child{
    display: block;
}
.menu-child li:hover {
    /* background: #A125CA; */
}
/* --END HEADER CSS-- */

/* --HOME CSS-- */
.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
}
.slider img {
    width: 100%;
}
.info-div {
    width: 58%;
    margin: auto;
}
.info-top {
    width: 55%;
    margin: auto;
    text-align: left;
}
.info-title {
    color: #A125CA;
    font-size: 35px;
    font-weight: 100;
    margin: 0 10px 0 0;
    display: inline-block;
    text-transform: uppercase;
}
.info-subtitle {
    font-style: italic;
    font-size: 20px;
    font-weight: 100;
    margin: 0;
    display: inline-block;
}
.info-content {
    font-family: "Open Sans";
    margin: 10px 0;
    }
.info-content span {
    display: block;
}
.info-bottom {
    width: 45%;
    margin-right: auto;
    margin-left: auto;
}
.custom-title {
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    background: linear-gradient(to right, #A125CA 0%, #70198d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 10px 0;
}
.info-bottom img {
    width: 100%;
}
.info-bottom button {
    padding: 7px;
    width: 116px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 20px;
}
.play-now-btn {
    background: #c12cf2;
    background: -moz-linear-gradient(top, #c12cf2 0%, #501265 100%);
    background: -webkit-linear-gradient(top, #c12cf2 0%,#501265 100%);
    background: linear-gradient(to bottom, #c12cf2 0%,#501265 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c12cf2', endColorstr='#501265',GradientType=0 );
    border: 1px solid #A125CA;
    margin-right: 25px;
}
.register-btn {
    background: #4c71da;
    background: -moz-linear-gradient(top, #4c71da 0%, #153eac 100%);
    background: -webkit-linear-gradient(top, #4c71da 0%,#153eac 100%);
    background: linear-gradient(to bottom, #4c71da 0%,#153eac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c71da', endColorstr='#153eac',GradientType=0 );
    border: 1px solid #6b86fb;
}
.play-now-btn:hover,
.play-now-btn:focus {
    background: #a526d0;
}
.register-btn:hover,
.register-btn:focus {
    background: #4c71da;
}
/* --END HOME CSS-- */

/* --FOOTER CSS-- */
.footer {
    background: #282828;
    padding: 15px;
    text-align: center;
}
.footer img {
    width: 80%;
}
.footer-top {
    width: 55%;
    margin: auto;
    padding-bottom: 15px;
    border-bottom: 2px solid #525252;
}
.footer-top img:not(:last-child),
.fb-left img:not(:last-child) {
    margin-right: 15px;
    vertical-align: bottom;
}
.footer-bottom {
    width: 55%;
    margin: auto;
    margin-top: 10px;
}
.fb-left,
.fb-right {
    display: inline-block;
    width: 44%;
}
.fb-left {
    border-right: 2px solid #525252;
    padding-right:  30px;
}
.fb-right {
    vertical-align: sub;
}
.fb-right p {
    margin: 0 !important;
    color: #828282 !important;
    font-size: 15px;
    display: inline-block;
}
.footer-btn {
    margin-bottom: 12px;
}
.footer-btn button {
    background: #262626;
    box-shadow: inset 0px 10px 20px -5px #050505, inset 0px -10px 20px -5px #050505;

    border-left: 2px solid #444444;
    border-right: 2px solid #444444;
    border-bottom: 3px solid #444444;
    border-top: none;
    border-radius: 10px;
    width: 178px;
    padding: 10px;
    margin: 0 5px;
}
.footer-btn button:hover,
.footer-btn button:focus {
    background: #333333;
}
/* --END FOOTER CSS-- */

/* --DIVA DEWABET CSS-- */
.diva-div {
    width: 48%;
    margin: auto;
    padding: 20px 0;
}
.border {
    border-top: 3px solid #4ea636;
    width: 8%;
    margin: auto;
}
.sec-h1 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 10px 0 5px 0;
}
.sec-h2 {
    font-size: 25px;
    font-weight: 100;
    text-transform: uppercase;
    background: linear-gradient(to right, #A125CA 0%, #b128de 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 10px 0 15px 0;
    display: inline-block;
}
.video-div {
    background: linear-gradient(#202020, #0a0a0a);
    text-align: center;
}
.play-vid {
    padding: 25px;
}
.vid-col {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: calc(97%/3);
    padding: 0 10px 10px 10px;
}
.selected .thumb-box,
.vid-col:hover .thumb-box,
.vid-col:focus .thumb-box {
    border: double 3px transparent;
    background-image: linear-gradient(black, black), linear-gradient(to bottom, #1da49e, #54b756);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
.vid-thumb {
    width: 100%;
    height: 155px;
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}
.vid-hover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;

    color: #4dcc76;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.selected .vid-thumb,
.vid-col:hover .vid-thumb,
.vid-col:focus .vid-thumb {
    opacity: 0.5;
}
.selected .vid-hover,
.vid-col:hover .vid-hover,
.vid-col:focus .vid-hover {
    opacity: 1;
}
.vid-title {
    display: block;
    font-family: 'Segoe UI';
    padding: 8px;
}
/* --END DIVA DEWABET CSS-- */

/* --OUR GAMES CSS-- */
.games-top {
    background: url(../img/game-bg1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.games-row {
    width: 80%;
    margin: 10px auto;
    text-align: center;
}
.games-col {
    width: 15%;
    margin: 10px auto;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}
.games-col img {
    height: 145px;
    width: 145px;
}
.custom-btn button {
    background: url(../img/custom-btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;

    display: block;
    margin-top: 10px;
    padding: 10px 0;
    width: 120px;
    text-transform: uppercase;
}
.custom-btn button:hover,
.custom-btn button:focus {
    background: linear-gradient(#2AA88C, #43b16d);
    border-radius: 20px;
}
.games-bottom {
    background-image: linear-gradient(to right, #54b756 , #1ea49d);
    padding: 20px 0;
}
.gb-content {
    width: 95%;
    margin: auto;
}
.gb-text {
    display: inline-block;
    text-align: left;
    margin-left: 30px;
    vertical-align: middle;
    width: 40%;
}
.sec-h3 {
    font-size: 24px;
    margin: 10px 0;
}
.gb-hr {
    border-top: 1px solid #eee;
    width: 30px;
    margin-bottom: 10px;
}
.gb-text p {
    display: block;
    font-family: 'Segoe UI';
    font-size: 20px;
    font-weight: 100;
}
.play-now {
    background: transparent;
    border: 2px solid #fff;
    width: 120px;
    padding: 8px 0;
    border-radius: 10px;
    text-transform: uppercase;
}
.play-now:hover,
.play-now:focus {
    background: #fff;
    color: #1ea49d;
}
/* --END OUR GAMES CSS-- */

/* --CONTACT US CSS-- */
.cu-div {
    background: #1c1c1c;
    padding: 20px 0;
}
.cu-top,
.cu-bottom {
    margin: 40px 0;
}
.social-btn button {
    background: transparent;
    border: 2px solid #fdfdfd;
    color: #fdfdfd;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    font-size: 40px;
}
.social-btn:not(:first-child) {
    margin-left: 20px;
}
.social-btn button:hover,
.social-btn button:focus {
    color: #3eaf73;
}
.tooltip-btn .tooltip-text {
    visibility: hidden;
    background-color: #3eaf73;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    margin-top: -43px;
    margin-left: -88px;
}
.social-btn:nth-child(6) .tooltip-text {
    margin-left: -110px;
}
.tooltip-btn .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #3eaf73 transparent transparent transparent;
}

.tooltip-btn:hover .tooltip-text {
    visibility: visible;
}
.ct-text {
    width: 55%;
    margin: 60px auto 0 auto;
}
.cu-border {
    width: 50%
}
.cb-text {
    display: inline-block;
    margin-left: 100px;
    text-align: left;
    vertical-align: middle;
}
.game-text {
    background: -webkit-linear-gradient(#70e150, #A125CA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 900;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    -webkit-text-stroke: 1px #488500;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.cu-bottom p {
    margin: 20px 0;
}
.cu-bottom button {
    padding: 7px;
    width: 116px;
    text-transform: uppercase;
    border-radius: 5px;
}
.login-btn {
    background: #99da00;
    background: -moz-linear-gradient(top, #99da00 0%, #436000 100%);
    background: -webkit-linear-gradient(top, #99da00 0%,#436000 100%);
    background: linear-gradient(to bottom, #99da00 0%,#436000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99da00', endColorstr='#436000',GradientType=0 );
    border: 1px solid #8ecb00;
    margin-right: 5px;
}
.reg-btn {
    background: #119dd8;
    background: -moz-linear-gradient(top, #119dd8 0%, #146fa6 100%);
    background: -webkit-linear-gradient(top, #119dd8 0%,#146fa6 100%);
    background: linear-gradient(to bottom, #119dd8 0%,#146fa6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#119dd8', endColorstr='#146fa6',GradientType=0 );
    border: 1px solid #68d0ff;
}
.login-btn:hover,
.login-btn:focus {
    background: #99da00;
}
.reg-btn:hover,
.reg-btn:focus {
    background: #119dd8;
}
/* --END CONTACT US-- */
@media (max-width: 1700px) {
    .games-row {
        width: 85%;
    }
}

@media (max-width: 1500px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .ct-text {
        width: 70%;
    }
    .info-div {
        width: 68%;
    }
    .info-top {
        width: 70%;
    }
    .games-row {
        width: 90%;
    }
    .cu-border,
    .diva-div {
        width: 65%;
    }
}

@media (max-width: 1400px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .ct-text {
        width: 75%;
    }
    .games-row {
        width: 95%;
    }
    .cu-border,
    .diva-div {
        width: 70%;
    }
}

@media (max-width: 1300px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .ct-text {
        width: 80%;
    }
    .info-div {
        width: 78%;
    }
    .games-col {
        width: 16%;
    }
    .cu-border,
    .diva-div {
        width: 75%;
    }
    .gb-text {
        width: 50%;
    }
}

@media (max-width: 1200px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .ct-text {
        width: 85%;
    }
    .games-col img {
        height: 125px;
        width: 125px;
    }
    .cu-border,
    .diva-div {
        width: 80%;
    }
    .gb-text {
        width: 60%;
    }
}

@media (max-width: 1100px) {
    .menu-content,
    .footer-top,
    .footer-bottom,
    .ct-text {
        width: 90%;
    }
    .info-div {
        width: 88%;
    }
    .cu-border,
    .diva-div {
        width: 85%;
    }
    .cb-text {
        margin-left: 50px;
    }
}

@media (max-width: 1000px) {
    .logo {
        height: 42px;
    }
    .menu-content,
    .footer-top,
    .footer-bottom {
        width: 95%;
    }
    .info-top {
        width: 80%;
    }
    .menu-list,
    .info-subtitle {
        font-size: 18px;
    }
    .info-title,
    .custom-title {
        font-size: 30px;
    }
    .cu-bottom img {
        width: 381px;
    }
    .cb-text {
        margin-left: 25px;
    }
    .social-btn button {
        height: 70px;
        width: 70px;
        font-size: 30px;
    }
    .tooltip-btn .tooltip-text {
        margin-top: -38px;
        margin-left: -78px;
        font-size: 12px;
    }
    .social-btn:nth-child(6) .tooltip-text {
        margin-left: -96px;
    }
    .diva-div {
        width: 90%;
    }
}

@media (max-width: 900px) {
    .footer-top,
    .footer-bottom {
        width: 100%;
    }
    .footer img {
        width: 85%;
    }
    .menu-list {
        font-size: 16px;
    }
    .info-div {
        width: 95%;
    }
    .info-bottom {
        width: 50%;
    }
    .games-col img {
        height: 105px;
        width: 105px;
    }
    .custom-btn button {
        width: 100px;
        font-size: 11px;
    }
    .gb-text p {
        font-size: 17px;
    }
    .vid-thumb {
        height: 135px;
    }
    .vid-hover {
        top: 30%;
        font-size: 18px;
    }
}

@media (max-width: 800px) {
    .footer img {
        width: 90%;
    }
    .info-top {
        width: 90%;
    }
    .info-bottom {
        width: 55%;
    }
    .vid-thumb {
        height: 115px;
    }
    .vid-hover {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    #sidebar,
    #sidebarCollapse {
        display: block;
    }
    .menu {
        text-align: right;
        padding: 10px 0 10px 10px;
    }
    .menu-list,
    .gb-content img {
        display: none;
    }
    .logo {
        height: 37px;
    }
    .footer-btn button {
        width: 168px;
    }
    .info-top {
        width: 98%;
    }
    .info-bottom {
        width: 60%;
    }
    .games-col {
        width: 25%;
        padding: 0;
    }
    .games-col img {
        height: 125px;
        width: 125px;
    }
    .custom-btn button {
        width: 120px;
        font-size: inherit;
    }
    .gb-text {
        margin-left: 0;
        width: 90%;
    }
    .gb-text p {
        display: initial;
    }
    .play-now {
        width: 110px;
        padding: 6px 0;
    }
    .cu-border {
        width: 95%;
    }
    .cu-bottom img {
        width: 281px;
    }
    .cu-div {
        padding: 20px 10px;
    }
}

@media (max-width: 667px) {
    .footer-btn button {
        width: 148px;
        padding: 7px;
    }
    .fb-right p {
        font-size: 13px;
    }
    .info-bottom {
        width: 65%;
    }
    .social-btn:not(:first-child) {
        margin-left: 10px;
    }
    .social-btn button {
        height: 50px;
        width: 50px;
        font-size: 25px;
    }
    .tooltip-btn .tooltip-text {
        margin-left: -68px;
    }
    .social-btn:nth-child(6) .tooltip-text {
        margin-left: -86px;
    }
    .cb-text {
        text-align: center;
        margin-left: 0;
    }
    .play-vid {
        height: 350px;
    }
    .vid-col {
        width: calc(97%/2)
    }
    .vid-thumb {
        height: 135px;
    }
    .vid-hover {
        top: 35%;
        font-size: 20px;
    }
}

@media (max-width: 568px) {
    .logo {
        height: 32px;
    }
    #sidebarCollapse {
        font-size: 20px;
        margin-top: 2px;
    }
    .footer img {
        width: 100%;
    }
    .fb-right {
        vertical-align: top;
    }
    .fb-right p {
        display: block;
        font-size: 12px;
    }
    .info-bottom {
        width: 80%;
    }
    .sec-h1 {
        font-size: 26px;
    }
    .sec-h2 {
        font-size: 21px;
    }
    .sec-h3 {
        font-size: 20px;
    }
    .games-col {
        width: 30%;
    }
    .games-col img {
        height: 105px;
        width: 105px;
    }
    .custom-btn button {
        width: 100px;
        font-size: 11px;
    }
    .vid-hover {
        font-size: 17px;
    }
}

@media (max-width: 414px) {
    .fb-right p {
        font-size: 10px;
    }
    .footer-btn button {
        width: 128px;
        font-size: 11px;
    }
    .info-bottom {
        width: 85%;
    }
    .play-now-btn {
        margin-right: 15px;
    }
    .social-btn:nth-child(6) .tooltip-text {
        margin-left: -112px;
    }
    .social-btn:nth-child(6) .tooltip-text::after {
        margin-left: 18px;
    }
    .play-vid {
        height: 300px;
    }
    .vid-col {
        padding: 0 5px 5px 5px;
    }
    .vid-thumb {
        height: 95px;
    }
    .vid-hover {
        top: 27%;
        font-size: 12px;
    }
    .vid-title {
        padding: 5px;
    }
}

@media (max-width: 384px) {
    .logo {
        height: 22px;
    }
    #sidebarCollapse {
        margin-top: -3px;
    }
    .info-bottom {
        width: 95%;
    }
    .info-title, .custom-title {
        font-size: 25px;
    }
    .info-subtitle {
        font-size: 16px;
    }
    .games-col {
        width: 32%;
    }
    .games-col img {
        height: 95px;
        width: 95px;
    }
    .custom-btn button {
        width: 90px;
        font-size: 10px;
    }
    .social-btn button {
        height: 40px;
        width: 40px;
        font-size: 18px;
    }
    .ct-text {
        margin: 30px auto 0 auto;
    }
    .play-vid {
        height: 250px;
    }
}

@media (max-width: 360px) {
    .games-col img {
        height: 85px;
        width: 85px;
    }
    .custom-btn button {
        width: 80px;
        font-size: 9px;
    }
    .social-btn:not(:first-child) {
        margin-left: 5px;
    }
}