@import url(stylesheet_0.css);

*,
*::after,
*::before {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

:root {
    --titleFont: "Gotham XNarrow", sans-serif;
    --textFont: "Neu", sans-serif
}

body {
    padding: 0;
    margin: 0;
    line-height: 1.618;
    background-color: #00bfff
    ;
    font-family: var(--textFont)
}

h1 {
    margin: 0;
    font-family: var(--titleFont);
    line-height: 1
}

h1 {
    font-size: 4em;
    font-weight: 900
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    color: inherit;
    text-decoration: none
}

body {
    color: #fff
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(43, 102, 218, 0.5) 0%, #060f1d 100%);
    z-index: -2
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #060f1d, transparent);
    z-index: -1
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

header {
    margin: 2em 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

header ul li {
    display: inline-flex
}

header ul li svg {
    width: 1em;
    margin-left: .5em
}

header ul li a {
    position: relative;
    padding: .5em 1em;
    background: #6f92d7;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: all 200ms linear
}

header ul li a:hover {
    letter-spacing: 1px
}

header ul li a.active {
    background: #6f92d7
}

header ul li a::after {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    width: 24px;
    height: 100%;
    background: inherit;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transform: skew(-15deg)
}

header ul li a::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    width: 24px;
    height: 100%;
    background: inherit;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: skew(-15deg)
}

header ul li:not(:last-child) {
    margin-right: 3em
}

.pageskin {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    background-image: url(images/0.png);
    background-attachment: fixed;
    background-size: 100% 520px;
    background-repeat: no-repeat;
    background-position: bottom
}

.logo {
    position: relative
}

@keyframes logoicon {
    0% {
        transform: rotateY(0)
    }

    100% {
        transform: rotateY(360deg)
    }
}

section {
    padding: 2em 0
}

section p {
    max-width: 60%;
    font-size: 1.25em
}

.promo {
    width: 275px;
    height: 360px;
    position: absolute;
    top: 90px;
    right: calc((100% - 1200px)/2);
    background-repeat: no-repeat;
    background-size: 100%;
    animation: promobg 10000ms infinite
}

@keyframes promobg {
    0% {
        background-image: url(https://nuot.com.ua/assets/img/slot-casino.png)
    }

    25% {
        background-image: url(https://nuot.com.ua/assets/img/Spor-Bahisleri.png)
    }

    50% {
        background-image: url(https://nuot.com.ua/assets/img/canli-casino.png)
    }

    75% {
        background-image: url(https://nuot.com.ua/assets/img/poker.png)
    }

    100% {
        background-image: url(https://nuot.com.ua/assets/img/tombala.png)
    }
}

.social-area {
    display: flex;
    flex-direction: row;
    align-items: center
}

.social-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    padding: .75em 1em;
    border-radius: 6px;
    transition: all 200ms linear
}

.social-button.twitter {
    background: rgba(111, 146, 215, 1);
    color: #fff
}

.social-button.telegram {
    background: rgba(111, 146, 215, 1);
    color: #fff
}

.social-button.skype {
    background: rgba(111, 146, 215, 1);
    color: #fff
}

.social-button:hover {
    background-size: 200%
}

.social-button:not(:first-child) {
    margin-left: 1em
}

.social-button svg {
    width: 1em;
    margin-left: 1em
}

footer {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2em
}

footer span {
    font-size: .875em
}

footer strong {
    font-weight: 400
}

footer>div {
    margin-bottom: 1em
}


.image-grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 1em;
    align-items: stretch
}

.image-grid.saglayici {
    grid-template-columns: repeat(11, 1fr)
}

.image-grid>div {
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px
}

img {
    max-width: 100%
}