
.navbar-brand img{
    max-width: 200px;
}

@media only screen and (max-width: 992px){
    .navbar-brand img {
        width: 150px!important;
    }

    .more-games-button img{
        width: 150px!important;
    }

    .games-button-container img{
        border-radius: 5px!important;
    }
}

html, body{
    overflow-x: hidden;
}

html {    
    position: relative;

}

main > .container {
    padding: 60px 15px 0;
  }


body {
   
    background: rgb(30,29,72);
    background: radial-gradient(circle, rgba(118,72,145,1) 0%, rgba(30,29,72,1) 100%);
    transition: all 0.5s ease;
}

header img{
    max-width: 100%;
    height: auto;
}

.navbar{
    border-bottom: 2px solid;
    border-image: linear-gradient(to right,#9c27b0 20%,#e91eb4 30%,#8cd618 40%,#fff500 50%,#03a9f4 60%,#024881 70%,#9c27b0 80%) 5;
	height: 67px;
}

.navbar-brand img{
    width: 200px;
}

.ctl-navbar-content *{
    z-index: 1;
}

.ctl-magic-adv{
    position: absolute;
    height: 69px;
    z-index: 0!important;
}

.btn-outline-success, .btn-outline-success:hover, .btn-outline-success:active{
    color: #fff;
    border-color: #c92c99;
    background-color: #c92c99;
}

.btn-outline-success:focus, .btn-outline-success:active{
    box-shadow: none;
}

.bg-primary-color{
    background-color: #202945;
}

.games-button-container{
    margin-top: 60px;    
}

.games-button-container img{
    width: 100%;
    height: 100%;
    border-radius: 15px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
    box-shadow: 0 0 10px 3px rgba(36, 36, 36, 0.534);
    border: 2px solid #dee2e6;
    aspect-ratio: 24/7;
}

.games-button-container img:hover {    
    box-shadow: 0 0 10px 3px rgba(6, 95, 212, 0);
    transform: scale(0.98);    
  }

.games-button-container .col{
    padding-top: 15px;
    padding-bottom: 15px;
}

.games-button-container .row{
    justify-content: center;
}

.more-games-button img{
    cursor: pointer;
    transition: all 0.5s;
}

.more-games-button{
    position: relative;
    bottom: 0;
}

.more-games-button img:hover {    
    box-shadow: 0 0 10px 3px rgba(6, 95, 212, 0);
    transform: scale(0.98);    
}

footer{
    position: relative;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 25px;
    border-top: 1px solid #69488e;
}


footer span{
    color: #fff;
}

.money{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    font-family: "Lucida Console", "Courier New", monospace;
}

.btn-primary{
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-primary.disabled,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
    
    font-size: 16px;
    
    text-shadow: 0px 0px 3px rgba(0,0,0,1); 
    
    font-weight: bold;
    
    color: #fff;
    
    border: 2px solid #fff;
    
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.2) !important;
    
    background: #e93a1e;
    background: linear-gradient(0deg, rgb(227 52 0) 0%, #e93a1e 100%);
}

.btn-primary.disabled{
	background: linear-gradient(0deg, #efefef, #7e7e7e 100%);
}

.iframe-giochi{
    position: fixed;
    width: 100vw;
    height: calc(100dvh - 67px);
    top: 67px;
	z-index: 99999;
}

.exit-iframe-game{
    background-color: transparent!important;
    border: 0px!important;
}

.btn-advergame{
    display: none;
}

.nav-link{
            color: #fff!important;
            border-bottom: 2px solid transparent;
            transition: all 0.4s ease 0s;
        }
        
.nav-link:hover{
                    color: #e91eb4!important;
                }
        
.nav-link:focus,
.nav-link:active {
                    border-bottom: 2px solid #ca2c99;
                } 
