@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/Montserrat-Regular.ttf");
}

@font-face {
    font-family: 'Uni Sans';
    src: url("../fonts/Uni Sans Heavy.otf");
}

@font-face {
    font-family: 'Bankir';
    src: url('https://static.skillcap.net/htmlGames/nardi/shared/fonts/bankir.ttf');
}

body {
    background-color: #1B1C3A;
    font-family: Montserrat;
    font-weight: 700;
    color: #fff;    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#header {
    overflow: hidden;
    background-blend-mode: screen;
    background: linear-gradient(180deg, rgba(2, 39, 68, 1) 0%, rgba(2, 75, 142, 1) 100%); 
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
    border-bottom: solid 1px rgba(0, 0, 0, .4)
}

#header:before,
#footer:before {
    content: "";
    position: absolute;
    width: 200vw;
    height: 700%;
    top: -300%;
    left: -50%;
    z-index: -1;
    background: url(../img/Pattern.png) 0 0 repeat;
    background-size: auto 8%;
    transform: rotate(-5deg);
    mix-blend-mode: soft-light;
    opacity: 0.2;
}

#shop_link {
    background: linear-gradient(180deg, rgba(169, 255, 210, 1) 0%, rgba(8, 131, 70, 1) 100%);
    border: solid 1px rgba(72, 218, 144, 1);
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    color: #000;
    display: block;
    font-family: 'Bankir';
    font-size: 26px;
    font-weight: 100;
    text-transform: uppercase;
    text-shadow: 1px 1px #c9c8d3;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    transition-duration: .25s;
}

a#shop_link:active {
    filter: brightness(0.8);
    box-shadow: none;
    transition-duration: .1s;
}

#main {
    background-size: 100% 100%;
}

#background:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: 
        url("../img/elippse small.png") calc(100% - 233px) 2275px, 
        url("../img/elippse small.png") calc(100% - 163px) 1407px /289px, 
        url("../img/elippse small.png") -142px 1200px, 
        url("../img/elippse small.png") 43px 1816px, 
        url("../img/elippse small.png") -142px 10px, 
        url("../img/elippse small.png") 59px 281px, 
        url("../img/elippse small.png") calc(100% - 163px) 196px, 
        url("../img/elippse small.png") -142px 1200px; 
    background-repeat: no-repeat;
    opacity: 0.7;
}

#background:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: 
        url("../img/elip small.png") 60% 1200px / 900px, 
        url("../img/elip small.png") -298px 140px / 700px, 
        url("../img/elip small.png") calc(100% - 263px) 46px / 600px, 
        url("../img/elip small.png") -535px 850px / 800px;
    background-repeat: no-repeat;
}

#game_iframe {
    border-width: 0px;
    border-radius: 10px;    
    box-shadow: 0px 0px 10px 0 #000; 
}

#fullscreenbtn {
    background-image: url("https://static.skillcap.net/htmlGames/nardi/shared/img/fullscreen.png");
}

.section .section-body {
    background-color: #54a8b836;
    box-shadow: 0px 0px 10px 0 #000;
    border-radius: 14px;
    backdrop-filter: blur(4px);
}

.section h1 {
    font-family: Uni Sans;
    font-weight: 700;
    color: #fff;
}

p {
    font-family: Montserrat;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: underline;
}

a:link {
    color: #fff;
}

a:active {
    color: #ffba00;
}

a:visited {
    color: #fff;
}

@media screen and (max-width: 1200px) {  
    #shop_link_container {
        width: 100px; 
    }
    
    #shop_link {
        font-size: 18px; 
    }
}