@import url("variables.css");
@import url("buttons.css");
@import url("header.css");
@import url("carousel.css");
@import url("usp.css");
@import url("gamingera.css");
@import url("news.css");
@import url("products.css");
@import url("review.css");
@import url("location.css");
@import url("footer.css");

body {
    background-color: var(--body__background-color);
    display: block;
    padding: 0;
    margin: 0;
}

body, body * {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    color: var(--text__color-primary);
    font-size: 1rem;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    body, body * {
        font-size: .9rem;
    }
}

body .wrapper {
    position: relative;
    overflow: hidden;
}

p, blockquote {
    line-height: 2rem;
}

@media (max-width: 767px) {
    p, blockquote {
        line-height: 1.6rem;
    }
}

ul li {
    line-height: 1.6rem;
}

h1, h2, h3, h4, h5, h6, .card p > strong, .content p > strong {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    color: var(--title__color-primary);
    font-size: 1.7rem;
}

@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6, .card p > strong, .content p > strong {
        font-size: 1.4rem;
    }
}

h4, h5, h6, .card p > strong {
    font-size: 1.3rem;
}

@media (max-width: 767px) {
    h4, h5, h6, .card p > strong {
        font-size: 1.1rem;
    }
}

blockquote {
    margin: 0;
}

blockquote:before, blockquote:after {
    content: '“';
}

blockquote:after {
    content: '”';
}

.container .content {
    display: flex;
    flex-direction: row;
}

@media (max-width: 767px) {
    .container .content {
        flex-direction: column;
    }
}

.container .content .image {
    width: 40%;
}

@media (max-width: 767px) {
    .container .content .image {
        width: 100% !important;
        height: 200px;
    }
}

.container .content .text {
    width: 60%;
    padding: 75px 75px;
}

@media (max-width: 767px) {
    .container .content .text {
        width: 100%;
        padding: 10px;
    }
}

.container .content .text > h2 {
    margin-top: 0;
}

.container .content .text .button {
    margin: 40px 0 0 0;
}

.container .content .image .overflow:before {
    content: '';
    position: absolute;
    z-index: 9;
    background: url('../images/overlay-textual-image.svg');
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 70%;
    height: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.image .overflow {
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

section {
    padding: 75px 0;
}

@media (max-width: 767px) {
    section {
        padding: 40px 0;
    }
}

section, section .container {
    position: relative;
}

.title.center {
    display: table;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.title.center h2 {
    margin-bottom: 0;
}

.title.center {
    max-width: 75%;
    margin: 10px auto 0 auto;
}

.onerox-gamingera .content .image {
    width: 40%;
}

.onerox-gamingera .content .image .overflow {
    border-radius: 15px;
}

@media (max-width: 767px) {
    .onerox-gamingera .content .image .overflow {
        background-image: url('../images/onerox_next-era-of-gaming.jpg') !important;
    }
}

.onerox-news .owl-carousel .item, .card {
    background: var(--section-primary__background-color);
    border-radius: 5px;
    box-shadow: 0 3px 20px 3px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: row;
}

@media (max-width: 767px) {
    .onerox-news .owl-carousel .item, .card {
        flex-direction: column;
    }
}

.onerox-news .owl-carousel .item .image, .card .image {
    width: 40%;
}

@media (max-width: 767px) {
    .onerox-news .owl-carousel .item .image, .card .image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .card .image .overflow {
        height: 150px;
    }

    body .onerox-news .owl-carousel .item .image .overflow:before,
    body .onerox-reviews .owl-carousel .item .image .overflow:before,
    body section div.container div.card .image .overflow:before,
    section.onerox-explainer .image .overflow:before,
    .container .content .image .overflow:before {
        background: url('../images/overlay-card-image-mobile.svg') !important;
        background-repeat: no-repeat !important;
        background-position: bottom center !important;
        width: 102%;
        height: 100%;
        top: auto;
        bottom: -17px;
        left: auto;
        right: -1px;
    }

    .container .content .image .overflow:before {
        background: url('../images/overlay-textual-image-mobile.svg') !important;
        background-repeat: no-repeat !important;
        background-position: bottom center !important;
    }
}

.onerox-news .owl-carousel .item .text, .card .text {
    width: 60%;
}

@media (max-width: 767px) {
    .onerox-news .owl-carousel .item .text, .card .text {
        width: 100%;
        padding: 0 30px 20px 30px;
    }
}

