﻿
body {
    width: 100vw;
    margin: 0;
    background: black;
    font-family: "Open Sans", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    display: flex;
    flex-direction: column;
    max-width: 600px;

}

.hero {
    width: 100%;

}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

}

.play-now-container {
    z-index: 2;
    background-color: #223161;
}

.more-games-container {
    padding: 40px 24px;
    color: white;
    background-color: #223161;
    text-align: left;

    font-size: 24px;
}

.more-games-container h3 {
    margin-bottom: 32px;
    margin-top: 0;
}

.game-list {
    display: flex;    
   
}

.game-promo {
    flex: 1;
    width: 100%;
    min-width: 0;
    
    img {
        width: 100%;
    }
}

.game-promo:first-child {
    margin-right: 16px;
}

.about-us-container {
    padding: 0 24px;
    display: flex;
    flex-direction: column;
    text-align: left;


    color: white;
    background-color: #223161;

    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
}

.block-header {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.block-header h3 {
    white-space: nowrap;
}

.robot {
    margin-top: -40px;
    margin-bottom: 24px;
    margin-left: auto;
    max-width: 80%;
    max-height: 350px;
}

.target {
    margin-top: -80px;
    margin-bottom: 0px;
    margin-left: auto;
    max-width: 80%;
    max-height: 350px;
}

.koppla-container {
    background-color: #1F58A0;
    padding: 0 24px 80px;
    color: white;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 32px;
    
}

.koppla-container .play-now {
    position: relative;
    background: linear-gradient(180deg, #55A5FF 0%, #147EF5 100%);
    margin-top: 0;
}


.play-now {
    display: block;
    font-weight: 700;
    text-wrap: none;
    width: fit-content;
    border-radius: 60px;
    margin: -20px auto auto;
    color: white;
    padding: 6px 30px;
    background: linear-gradient(180deg, #FD443B 0%, #E30096 100%);
    box-shadow: 0px 2px 0px 0px #FFFFFFA6 inset, 0px 20px 20px 0px #00194066;
    text-decoration: none;
    font-size: 20px;
    line-height: 32px;
    cursor: pointer;
}

footer {
    padding: 24px 24px;
    text-align:left;
    color: white;
    background-color: #1F58A0;

    a {
        color: white;
        text-decoration: none;
    }
}


@font-face {
    font-family: "Open Sans Condesed";

    src: url('fonts/OpenSans_Condensed-Medium.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Open Sans Condesed";

    src: url('fonts/OpenSans_Condensed-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}


@font-face {
    font-family: "Open Sans";

    src: url('fonts/OpenSans-Medium.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "Open Sans";

    src: url('fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}