@font-face {
    font-family: 'Geometria';
    src: url('../fonts/geometria_light.otf') format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: 'Geometria';
    src: url('../fonts/geometria_bold.otf') format('opentype');
    font-weight: bold;
}
body {
    background: #17161c;
    background-image: url("../img/top_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}
.navbar {
    background: transparent !important;
    padding-bottom: 2rem !important;
    margin-right: 10%;
}
.top-block {
    aspect-ratio: 1917/980;
    background-size: 100% auto;
    margin-top: 0 !important;
    padding-top: 0 !important;
}
.live-block {
    position: absolute;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 63%;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    z-index: 2;
}
#carouselTop .carousel-item img {
    margin-left: auto;
    max-width: 61%;
}
.navbar li a {
    font-family: 'Geometria';
    font-size: 20px;
}
.get-link {
    color: white;
}
.get-link a {
    border: 2px solid white;
    border-radius: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: white;
}
.carousel-indicators [data-bs-target] {
    background: white;
    width: 38px;
    height: 18px;
    border-radius: 20px;
    opacity: 1;
    margin: 0 10px;
    transition: width 0.3s ease;
}
a {
    outline: 0 !important;
    box-shadow: 0 !important;
}
.carousel-indicators .active {
    width: 75px;
}
.lb-title {
    font-family: 'Geometria';
    font-weight: bold;
    font-size: 5rem;
    color: white;
}
.get-button {
    position: absolute;
    bottom: 0;
    background: url("../img/button.png") no-repeat top center;
    aspect-ratio: 367/95;
    background-size: 100% auto;
    color: white !important;
    text-decoration: none !important;
    text-align: center;
    font-family: 'Geometria';
    left: 0;
    font-weight: bold;
    font-size: 1.5em;
    padding: 0.5rem 5rem !important;
}
#perks {
    border-top: 2px solid #0086fb;
    background: url("../img/blue_light.png") no-repeat top center;
    background-size: 100% auto;
}
.sub-title {
    text-align: center;
    font-family: 'Geometria';
    font-size: 4em;
    font-weight: bold;
    padding: 3rem 0;
    color: white;
}

html, body {
    overflow-x: hidden;
    color: white;
}
.choose-row {
    width: 80%;
    margin: 0 auto;
}
.choose-image {
    background: url("../img/block_choose_bg.png") no-repeat center;
    background-size: 100% auto;
    background-position: bottom center;
    width: 48%;
    display: inline-block;
    text-align: center;
}
.choose-image img {
    width: 99%;
}
.choose-text {
    width: 50%;
    display: inline-block;
}
.choose-title {
    font-family: 'Geometria';
    font-weight: bold;
    font-size: 2rem;
    line-height: 2rem;
}
.choose-content {
    font-family: 'Geometria';
    font-size: 1.1rem;
}
#games {
    border-top: 2px solid #ff0000;
    background: url("../img/footer_light.png") no-repeat top center;
    background-size: 100% auto;
}

.owl-item {
    aspect-ratio: 467/581;
}
.games-row {
    width: 80%;
    margin: 0 auto;
}
.owl-carousel .owl-item img {
    /*width: initial;*/
    max-width: 100%;
}
.owl-carousel .owl-item {
    text-align: center;
}
.left-games-arrow {
    background: url("../img/left_arrow_red.png") no-repeat top left;
    background-size: auto 100%;
    aspect-ratio: 167/493;
    display: inline-block;
    position: absolute;
    max-height: 100%;
    left: -15%;
    top: -5%;
    height: 100%;
    cursor: pointer;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.25),
only screen and (-o-min-device-pixel-ratio: 5/4),
only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25) {
    .left-games-arrow {
        left: -15%;
    }
}
.right-games-arrow {
    background: url("../img/right_arrow_red.png") no-repeat top right;
    background-size: auto 100%;
    aspect-ratio: 167/493;
    display: inline-block;
    position: absolute;
    max-height: 100%;
    right: -15%;
    top: -5%;
    height: 100%;
    cursor: pointer;
}


.left-stats-arrow {
    background: url("../img/left_arrow_blue.png") no-repeat top left;
    background-size: auto 100%;
    aspect-ratio: 167/493;
    display: inline-block;
    position: absolute;
    max-height: 100%;
    left: -15%;
    top: -5%;
    height: 100%;
    cursor: pointer;
}
.right-stats-arrow {
    background: url("../img/right_arrow_blue.png") no-repeat top right;
    background-size: auto 100%;
    aspect-ratio: 167/493;
    display: inline-block;
    position: absolute;
    max-height: 100%;
    right: -15%;
    top: -5%;
    height: 100%;
    cursor: pointer;
}
#stats {
    border-top: 2px solid #0086fb;
    background: url("../img/blue_light.png") no-repeat top center;
    background-size: 100% auto;
}
.stat-item {
    background: url("../img/details_block_bg.png") no-repeat top center;
    height: 100%;
    padding: 3rem 3rem !important;
    text-align: left;
    position: relative;
    background-size: 100% auto;
}
#stats .owl-carousel-item {
    height: 100%;
}
.stat-item-title {
    font-family: 'Geometria';
    font-weight: bold;
    font-size: 3rem;
    line-height: 3rem;
    width: 60%;
}
.stat-item-text {
    font-family: 'Geometria';
    font-weight: normal;
    font-size: 2rem;
    line-height: 2rem;
    width: 60%;
}
.stat-value {
    position: absolute;
    right: 3rem;
    bottom: 4rem;
    font-family: 'Geometria';
    font-weight: bold;
    font-size: 5rem;
    line-height: 3rem;
}
#contacts {
    border-top: 2px solid #ff0000;
    background: url("../img/footer_light.png") no-repeat top center;
    background-size: 100% auto;
    z-index: 5;
    position: relative;
}

#contacts input {
    background: #25252c;
    width: 50%;
    height: 100px;
    color: white;
    padding: 0 30px 0 50px;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 10px;
    margin: 0 auto;
    /*margin-bottom: 30px;*/
    font-size: 30px;
    font-family: 'Geometria';
}
.phone-label {
    display: none !important;
}
form {
    left: 0 !important;
}
.contact-form {
    text-align: center;
}
#contacts input::placeholder {
    font-size: 30px;
    font-family: 'Geometria';
}
.contact-btn {
    background: url("../img/button.png") no-repeat top center;
    aspect-ratio: 367/95;
    background-size: 100% auto;
    color: white !important;
    text-decoration: none !important;
    text-align: center;
    font-family: 'Geometria';
    font-weight: bold;
    padding: 0.5rem 5rem !important;
    width: 367px;
    margin: 0 auto;
    line-height: 78px;
    font-size: 34px;
    margin-top:15px;
    cursor: pointer;
}
.con-email {
    font-size: 2em;
    font-weight: bold;
    margin-top: 30px;
}

footer {
    width: 80%;
    margin: 0 auto;
    font-family: 'Geometria';
    margin-top:100px;
}
body {
    position: relative;
}
.footbg {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/bottom_corner.png") no-repeat bottom right;
    background-size: auto 100%;
    aspect-ratio: 1236/886;
    width: 100%;
    height: 600px;
}
#email {
    position: relative;
}
.error {
    color: red;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 10;
    font-family: 'Geometria';
    font-size: 20px;
    height:30px;
    font-weight: bold;
}
.error.good {
    color: green;
}
.contact-form {
    position: relative;
    z-index: 20;
}
.foot-contact {
    margin-top: -9px;
    z-index: 4;
}
.d-md-block.liu {
    display: list-item;
}
.contact-btn {
    z-index: 50;
}
input.errored {
    border: 1px solid red !important;
}
input.greened {
    border: 1px solid green !important;
}