@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@100;200;400&display=swap');

body {
    background: linear-gradient(132deg, #4c0221 4%, #5a031b 29%, #5a0424ba 64%);
    /* margin: 3rem auto 4rem;
    padding: 3rem 1rem; */
    margin: 0;
    /* border-radius: 20px; */
    background-image: url(../img/main-bg.webp?1);
    /* height: 9000px; */
    width: 100%;
    background-repeat-y: repeat;
    font-family: 'Prompt', sans-serif;

}

/* #main_content
{
    padding-top: 100px;
} */

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255, 255, 255)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
  .custom-toggler.navbar-toggler {
    border-color: rgb(255, 255, 255);
  } 

.main-menu
{
    background-color: #420063d4;
 
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link , .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover 
{
    color: #be0acc;
    font-weight: bold;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar {
    padding-bottom: 0;
}
@media screen and (min-width: 992px) {
 
    .navbar {
        padding-bottom: 0.5rem;
        
    }
}
.top1-container
{
    background-image: url(../img/top-bg.webp?1);
    width: 100%;
    height: auto;
    min-height: 1000px;
    padding-top: 85px;
    background-size: cover;
    background-position: center;

}

.top1-img
{
    /* position: absolute; */
    left: 0;
    right: 0;
    bottom: 0;
}

.top1-img .logo
{
    max-width: 750px;
}
.top1-img .regis
{
    max-width: 350px;
}

.text-block
{
    color: #fff;
    font-size: 1.1rem;
}

.feature-title
{
    color: #faff03;
    font-weight: bold;
}


.feature-icon-container
{
    width: 75%;
    margin: 0 auto;
}

.desktop
{
    display: block;
}

.mobile
{
    display: none;
}

.bg-sec1
{
    border-radius: 20px;
    border:3px solid #d4145a;
    background: #4c096b;
}


.bg-sec1 .img-title
{
    margin-top: -75px;
}


.section-slot-content-title
{
    font-size: 3rem;
}

.post-container
{
    background: #6b0d82;
    width: 30%;
    /* height: 200px; */
}
.slot-logo
{
    height: 45px;
    margin: 5px 10px;
}

.section-game-logo
{
    background: #0a0125;
    padding: 15px 0px;
}

.section-footer
{
    background: rgb(115,18,159);
    background: linear-gradient(180deg, rgba(115,18,159,1) 0%, rgba(84,18,130,1) 25%, rgba(83,18,129,1) 100%);
    /* border: 4px solid #d6175c; */
}

.ul-nav-bottom
{
    margin-left: -15px;
}

.ul-nav-bottom li a
{
    color: #fff;
    text-decoration: unset;
}

.tag-footer{
    background: #a32679;
    border-radius: 20px;
    height: 30px;
    line-height: 30px;
}

.copy-right
{
    display: flex;
    align-items: center;
}

.bank-logo
{
    max-width: 100%;
}

.nav-mobile
{
    display: flex!important;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.nav-mobile .x-1
{
    background: #1a0146;
    padding: 15px 10px;
    color: #e15df4;
    width: 25%;
    text-align: center;
    font-size: 0.8rem;
}

.nav-mobile .x-1 img{
    width: 40px;
    height: 40px;
    margin-bottom: 15px;
}

.nav-mobile .x-1:nth-child(even)
{
    background: #250459;
    color: #fff;
}

.left-fix
{
    position: fixed;
    right: 0;
    top:calc(50% - 85px);
    padding: 10px;
    background:#2b1436;
    border-top-left-radius : 20px;
    border-bottom-left-radius: 20px;
}

.left-fix img{
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.x-modal .btn-close-custom
{
    background: unset;
    border: unset;
    width: 50px;
    height: 50px;
    margin-right: -30px;
    margin-top: -50px;
    position: absolute;
    right: 25px;
}


.x-modal .btn-close-custom img{
    width: 50px;
    height: 50px;
}

.x-modal .modal-content
{
    color: #fff;
    background: #1a0146;
    padding: 10px;
    border-radius: 20px;
}

.x-modal .modal-content .modal-header
{
    
    background: #0d0029;
    border-bottom: unset;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;

}

.x-modal .modal-content .modal-body
{
    background: #0d0029;
}

.x-modal .modal-content .modal-footer
{
    background: #0d0029;
    border-top: unset;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;

}


.x-modal .modal-body-title
{
    justify-content: flex-start;
    display: flex;
    align-items: baseline;
}

.sec-color
{
    color:#00d2e5;
}

.btn-nb
{
    background: unset;
    border: unset;
}


.newsstand-blog-thumbnail {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.newsstand-blog-modern.newsstand-blog-modern-feature .newsstand-blog-thumbnail-overlay, .post-board-item-wrapper .newsstand-blog-thumbnail-overlay {
    height: 211px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/shadow-large.png) bottom repeat-x;
}

.post-board-item-wrapper .newsstand-thumbnail-content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 20px;
    text-align: left;
}

.post-board-item-wrapper .newsstand-thumbnail-content a
{
    color: #fff;
    text-decoration: unset;
    font-size: 1rem;
}

.text-post-content
{
    color: #fff;
    font-size: 0.7rem;
}

.newsstand-thumbnail-title
{
    line-height: 1.2rem;
}

.logo-2
{
    max-width: 100px;
}

.navbar-brand .lr-btn
{
    max-width: 125px;
}

.navbar-brand
{
    display: none;
}

@media screen and (max-width: 1199.98px) {
    .top1-container
    {
        min-height: inherit;
        background-position: top;
    }

}

@media screen and (max-width: 991.98px) {
    .slot-logo {
        height: 25px;
        margin: 5px 5px;
    }
    .navbar-brand
    {
        display: block;
    }

}


@media screen and (min-width: 768.98px) {
    /* .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    } */
    
}

@media screen and (max-width: 767.98px) {
    body{
        background-size: contain;
    }

    .navbar-brand
    {
        width: 100%;
    }

    .navbar-brand-x
    {
        display: block!important;
    }

    .copy-right
    {
        text-align: center;
        display: block;
        font-size: 0.8rem;
    }

    .main-menu .container
    {
        max-width: 100%;
    }
    .top1-img .btn
    {
        width: 45%;
        display: inline-block;
    }
    
    .top1-img .logo{
        margin-top: -50px!important;
    }

    .feature-icon-container
    {
        width: 100%;
    }

    .feature-title
    {
        color: #faff03;
        font-weight: bold;
        font-size: 0.9rem;
    }

    .feature-icon-container .feature-text
    {
        font-size: 0.8rem;
    }

    .text-lorem
    {
        font-size: 0.9rem;
    }

    .desktop
    {
        display: none!important;
    }
    .mobile
    {
        display: block;
    }


    .bg-sec1 .img-title {
        margin-top: -12%;
    }

    .bank-logo
    {
        width: 100%;
    }

    .section-pro-slide.mobile
    {
        overflow-x: auto;
    }

    .x-modal .btn-close-custom img {
        width: 35px;
        height: 35px;
    }

    .x-modal .btn-close-custom{
        margin-top: -25px;
    }

}

@media screen and (max-width: 684.98px) {
    .slick-slide {
        width: 100%;
    }
    
    .mobile .lr-btn
    {
        width: 30%;
    }

    .navbar-toggler
    {
        padding: 0.5rem 0.7rem!important;
    }
    .navbar-brand
    {
        margin-right: 0px;
    }

 
}
@media screen and (max-width: 480.98px) {
    .navbar-brand-x
    {
        display: flex!important;
    }

}
@media screen and (max-width: 443.98px) {
    
    .slot-logo {
        height: 20px;
        margin: 5px 5px;
    }

    .navbar-brand .lr-btn img.btn-x{
        width: 100%;
        height: auto!important;
    }
}

@media screen and (max-width: 391.98px) {
   
}

@media screen and (max-width: 350px) {}

