body {
    margin: 0;
    position: relative;
    z-index: 0;
    overflow-y: scroll;
    background-color:black;
}

main {
    position: relative;
    z-index: 0;
    min-height: 100vh;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: -1;
}

.content-container {
    width: 50%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.content-container.pool-background {
    background-image: url("../images/vegas-casino-green.jpg") ;
    background-size: contain;
    -webkit-box-shadow: inset 0 0 20px 20px black;
    box-shadow: inset 0 0 20px 20px black;
    border-radius:20px;
}

.content-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
}


.background {
    background-image: url("../images/vegas-background.webp");
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: -2;
}

.footer {
    position: fixed;
    bottom: 0;
    background-image: url("../images/vegas-footer-background.png");
    background-size: cover;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

.content {
    width: 100%;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}


.stars-wrapper {
    width: 100%;
    z-index: 13;
    position: fixed;
    display: flex;
    justify-content: center;
    overflow: hidden;
    max-height: 100vh;
    pointer-events: none;

}
.stars-wrapper.stars-wrapper-lower{
    top:60px;
}
.stars {
    width: 130%;
    height: auto;
    position: relative;

}

.stars-wrapper-mobile {
    display: none;
    overflow: hidden;
}

.headline-title {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    z-index: 10;
    background-image: url("../images/vegas-header.png");
    background-size: cover;
}

.title-link {
    width: 30%;
    cursor: pointer;
    color: transparent;
    position: relative;

}

.title {
    max-width: 100%;
    position:relative;
}

.diamond-background {
    position: absolute;
    left: 0;
    transform: scale(120%);
}

.wrapper {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.icons-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    min-width: 100%;
    margin: 40px auto 0;
    padding-top: 0;
}






.wrapper::before {
    content: '';
    height: 35vh;
}

.wrapper::after {
    content: '';
    height: 210px;
}

.icon {
    max-width: 200px;
    width: 100%;
    margin: auto;
    transition: .2s ease-in-out 0s;
    cursor: pointer;
}

.icon:hover {
    transform: scale(1.05);
}

.icon-link {
    margin: auto;
    color: transparent;
    text-decoration: none;
}

.links-container {
    width:880px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto;

}

.hide{
    visibility:collapse;
}
.links-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 20px;
    gap: 15px;
    flex-wrap:wrap;

}

.text-link {
    width: auto;
    color: transparent;
    transition: .2s ease-in-out 0s;
    text-decoration: none;
}

.text-link:hover {
    transform: scale(1.05);
}


.icon-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}

.blue-neon-text {
    text-shadow: -1px 1px 1px #1396da,
    1px 1px 1px #1396da,
    1px -1px 1px #1396da,
    -1px -1px 1px #1396da,
    0 0 7px #1396da,
    0 0 10px #1396da,
    0 0 21px #1396da,
    0 0 42px #1396da,
    0 0 82px #1396da
}

.link-border {
    border: 2px solid #90ffff;
    border-radius: 16px;
    box-shadow: 0 0 15px #90ffff88,
    0 0 15px #90ffff88 inset;
    max-width: min-content;
    background-color:#070707;

}

.link-text {
    margin: 7px 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 24px;
    color: #fff;
    text-shadow: -1px 1px 1px #e50258,
    1px 1px 1px #e50258,
    1px -1px 1px #e50258,
    -1px -1px 1px #e50258,
    0 0 7px #e50258,
    0 0 10px #e50258,
    0 0 21px #e50258,
    0 0 42px #e50258,
    0 0 82px #e50258
}

.link-text.selected {
    text-shadow: -1px 1px 1px #1396da,
    1px 1px 1px #1396da,
    1px -1px 1px #1396da,
    -1px -1px 1px #1396da,
    0 0 7px #1396da,
    0 0 10px #1396da,
    0 0 21px #1396da,
    0 0 42px #1396da,
    0 0 82px #1396da
}


.copyright {
    text-align: center;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 0;
    margin-bottom: 0;
    margin-top: 0;
    letter-spacing: 3px;
    border-top: 0 px solid #fff;
    border-bottom:  0px solid #fff;
    background-color: #070707;
    box-shadow: 0 0 5px 5px black;
}

.left-bottom-line {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("../images/vegas-left-line.png");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.right-bottom-line {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url("../images/vegas-right-line.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.footer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 12px;
    margin-bottom: 12px;
}

.footer-content.green-layout {
    margin-bottom: 0;
}

.footer-logo {
    height: 50px;
}

.info-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
}

.info-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0;
    text-align:start;
    text-shadow: 1px 1px 1px black;
}

.info-text-link {
    color: #fff;
}

.footer-link {
    color: transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 20px;
}

.spotlight {
    position: fixed;
    height: 90vh;
    z-index: 14;
    pointer-events: none;
    mix-blend-mode: screen;
}

.left-spotlight {
    left: 0;
}

.right-spotlight {
    right: 0;
}

.sign {
    position: fixed;
    height: 100px;
    z-index: 14;
    pointer-events: none;
    top: 200px
}

.left-sigh {
    left: 28%
}

.right-sigh {
    right: 30%
}

.license {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    text-shadow: -1px 1px 1px #e50258,
    1px 1px 1px #e50258,
    1px -1px 1px #e50258,
    -1px -1px 1px #e50258,
    0 0 7px #e50258,
    0 0 10px #e50258,
    0 0 21px #e50258,
    0 0 42px #e50258,
    0 0 82px #e50258;
    margin: 10px;
}

.about-img-lg {
    max-width: 100%;
    width: 200px;
    float: right;
}

.about-img-sm {
    width: 100%;
    display: none;
}

.menu-button {
    display: none;
}

.games-header {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    max-width:100%;
    position:fixed;
    width:100%;
    z-index: 10;
    background-image: url("../images/vegas-header.png");
    background-size: cover;
}
.games-headline-title{
    width:150px;
    margin-left:16px;
}

.games-diamond-background{
    position: absolute;
    left: 0;
    bottom:0;
    transform: scale(120%);
}
.link-border.header-link-border {
    height:min-content;
    min-width: 160px;
    display:flex;
    justify-content:center;

}
.header-game-icon{
    height:100px;
    max-width:150px;
    margin-left:-20px;
}
.wrapper.pool-background::before {
    content: '';
    height: 100px;
}

@media screen and (max-height: 935px) {
    .icons-container {
        margin-top: 0;
    }
}
@media screen and (min-width: 2500px) {
    .wrapper::before {
        content: '';
        height: 15vw;
    }
}

@media screen and (max-width: 2150px) {
    .wrapper::before {
        content: '';
        height: 14vw;
    }
}

@media screen and (max-width: 1900px) {
    .content-container {
        width: 60%;
    }

    .wrapper::before {
        content: '';
        height: 18vw;
    }
}

@media screen and (min-width: 1900px) {

    .title-link {
        width: 25%;
        cursor: pointer;
        color: transparent;
    }

    .stars {
        width: 100%;
    }


}

@media screen and (max-width: 1500px) {
    .wrapper::before {
        content: '';
        height: 20vw;
    }
}

@media screen and (max-width: 1200px) {
    .icons-container {
        width: 100%;
    }

    .wrapper::before {
        content: '';
        height: 28vw;
    }

    .title-link {
        width: 40%;

    }

    .left-bottom-line {
        height: 50%;
        bottom: 0;
    }

    .right-bottom-line {
        height: 50%;
        bottom: 0;
    }

    .content-container {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .content-container {
        width: 80%;
    }

    .icons-container {
        width: 100%;
        z-index: 1;
    }

    .wrapper::before {
        content: '';
        height: 28vw;
    }

    .wrapper::after {
        content: '';
        height: 270px;
    }

    .stars {
        width: 150%;
    }

    .spotlight, .sign {
        display: none;
    }

    .hide{
        display:none;
    }

}

@media screen and (max-width: 700px) {
    .wrapper::before {
        content: '';
        height: 200px;
    }

    .title-link {
        width: 250px;
    }

    .title {
        min-width: 250px;
    }

    .stars-wrapper {
        display: none;
    }

    .stars-wrapper-mobile {
        width: 100%;
        z-index: 13;
        position: fixed;
        display: inline-block;
        pointer-events: none;

    }
    .stars-wrapper-mobile.stars-wrapper-mobile-lower {
        top:50px;
    }

    .stars {
        position: relative;
        width: 200%;
        z-index: 1000;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .icon-title {
        font-size: 24px;

    }

    .left-bottom-line {
        height: 120px;
        bottom: -30px;
        left: -20px;
    }

    .right-bottom-line {
        height: 120px;
        bottom: -30px;
        right: -20px;
    }

    .content-wrapper {
        padding: 0;
    }

    .footer-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .igaming-logo {
        order: 3
    }

    .copyright {
        order: 4;
    }

    .responsible-gaming {
        order: 1;
    }

    .menu-button {
        order: 2;
        display: block;
    }

    .links-container {
        display: none;
    }

    /*games pages header mobile styles*/
    .games-headline-title{
        width:130px;
    }
    /*.games-diamond-background{*/
    /*    position: absolute;*/
    /*    left: 0;        */
    /*    bottom:0;*/
    /*    transform: scale(120%);*/

    /*}*/
    .header-game-icon{
        display:none;
    }
    .title.games-title {
        min-width: 0;
    }
    .wrapper::after {
        content: '';
        height: 90px;
    }
}

@media screen and (max-width: 450px) {
    .content-wrapper {
        padding: 20px;
    }

    .icons-container {
        width: 100%;
        padding: 0;
        grid-template-columns: 1fr 1fr;
    }

    .wrapper::before {
        content: '';
        height: 60vw;
    }

    .wrapper {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .links-container {
        /*max-height: 200px;*/
        margin: 0 0 14px 0;
    }

    .text {
        max-height: 50px;
    }

    .stars {
        width: 180%;
    }

    .link-text {
        font-size: 16px;
    }

    /*.links-wrapper {*/
    /*    !*gap: 14px;*!*/
    /*    margin: 0 0 14px 0;*/
    /*}*/



    .content-container {
        width: 100%;
    }

    .footer-logo {
        height: 30px;
    }

    .copyright {
        font-size: 14px;
        padding: 8px 0;
    }

    .license {
        font-size: 20px;
    }

    .about-img-lg {
        display: none;
    }

    .about-img-sm {
        display: block;
    }

}

.page {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
