.oniric_mainBox {
    width: 100%;
    height: 100%;
    /* background-color: #13181d; */
    /* background-color: var(--d1); */
    position: relative;
    /* min-width: 800px; */
}

.oniric_banner_top {
    /* display: block; */
    width: 100%;
    height: 40vw;
    background: radial-gradient(ellipse at top, #172333, #010101 80%);
    background-image: url('../imgs/oniric_view/oniric_banner_top_g.png');
    background-size: cover;
    /* background-repeat: no-repeat; */
    /* border: 1px solid red; */
    /* box-sizing: border-box; */
    /* background-position: center bottom; */
    /* height: 28%; */
    /* width: 100%; */
    /* margin-bottom: 200px; */
    position: relative;
    /* padding-top: 500px; */
    box-sizing: border-box;
    /* margin-top: 80px; */
}

.banner_top_inner_box {
    width: 100%;
    /* max-width: 1500px; */
    /* height: 100px; */
    background: #000000a7;
    position: absolute;
    bottom: 11vw;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    /* border: 1px solid white; */
    padding: 50px;
    z-index: 10;
    box-sizing: border-box;
}

.banner_title {
    color: #fff;
    font-weight: bolder;
    margin-top: -20px;
    /* margin-bottom: 30px; */
    font-size: 4rem;
    font-family: 'BankGothic Md Bt';
    letter-spacing: -0.2rem;
}

.banner_description {
    font-size: 1.4rem;
    color: #fff;
}

.banner_image_a {
    background-image: url(../imgs/oniric_view/banner_image_01.png);
    height: 100%;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    /* right: 10%; */
    /* border: 1px solid white; */
    z-index: -1;
    /* transform: translateX(0%); */
    right: 0%;
}

.banner_image_b {
    background-image: url(../imgs/oniric_view/banner_image_02.png);
    height: 100%;
    width: 400px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0%;
    /* border: 1px solid white; */
    z-index: -1;
}

.oniric_banner_top_img {
    /* background-image: url('/imgs/oniric_view/banner_top.jpg'); */
    /* background-color: black; */
    /* background-size: 100%; */
    /* background-position-y: 0; */
    /* border: 1px solid white; */
    /* z-index: 0; */
    /* mix-blend-mode: screen; */

    width: 100%;
    /* height: 949px; */
    /* max-height: 1200px; */
    /* background-size: cover; */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
}

.banner_title_big {
    color: white;
    font-size: 4rem;
    font-family: "BankGothic Md Bt";
    /* text-shadow: #fff 0px 0px 10px; */
    background: -webkit-linear-gradient(bottom,
            #b5b5b5 0%,
            #b5b5b5 24%,
            #808080 29%,
            #5c5c5c 42%,
            #eaeaea 45%,
            #5c5c5c 75%,
            #e0e0e0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 2;
}

.banner_oniric_title {
    background-image: url(../imgs/oniric_view/oniric_title.png);
    width: 800px;
    height: 115px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: 50px;
    z-index: 10;
}

.oniric__menu {
    padding: 30px;
    /* width: 100%; */
    max-width: 500px;
    height: auto;
    box-sizing: border-box;
    background: #000;
    /* background: #0e0e0e; */
}

.oniric_banner_text {
    margin: 0 auto;
    background-size: 80%;
    width: 100%;
    height: 1105px;
    background-image: url(../imgs/oniric_view/banner_text.jpg);
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    margin-top: -100px;
}

.oniric__box__01_textvideo {
    /* background: #141414; */
    padding: 5rem 0rem;
    box-sizing: border-box;
    height: auto;
    min-width: 800px;
    /* background-color: red; */
    width: 100%;
    margin: 0 auto;
    /* max-width: 2000px; */
}

.oniric__box__01_textvideo_content {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    /* background: red; */
    align-items: center;
    /* min-width: 1700px; */
    padding: 0rem 5rem;
    box-sizing: border-box;
}

.oniric__box__01_textvideo__left {
    /* background: #8d8d8d; */
    height: 100%;
    float: left;
    width: 40%;
    text-align: left;
    padding: 40px;
    box-sizing: border-box;
    animation: fade-in-top 1s 1;
    /* margin-left: 120px; */
}

.oniric__box__01_textvideo__left h2 {
    color: #ffae00;
    font-family: "Bankgothic Md Bt";
    font-size: 2.7rem;
    /* margin-top: 200px; */
    line-height: 70%;
    margin-bottom: 15px;
    border-bottom: 1px solid #505050;
    width: 100%;
    display: inline-block;
    letter-spacing: -0.15rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.oniric__box__01_textvideo__left p {
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-align: left;
}

.oniric__box__01_textvideo__left__buttons {
    text-align: left;
    padding-top: 20px;
    margin-top: 20px;
}

.oniric__box__01__right {
    height: 534px;
    width: 744px;
    text-align: right;
    box-sizing: border-box;
    animation: fade-in-top 1s 1;
    border: 1px solid #797979;
    box-sizing: border-box;
    box-shadow: 0 0 35px 0 black;
    overflow: hidden;
    display: inline-block;
    transform: scale(1);
}

/***************************/
/***************************/
/***************************/
/***************************/

.oniric__box__01_videotext {
    background: #0e0e0e;
    padding: 5rem 0rem;
    box-sizing: border-box;
    height: auto;
    min-width: 800px;
    /* background-color: red; */
    width: 100%;
    margin: 0 auto;
    /* max-width: 2000px; */
}

.oniric__box__01_videotext_content {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
    /* background: red; */
    align-items: center;
    /* min-width: 1700px; */
    padding: 0rem 5rem;
    box-sizing: border-box;
}

.oniric__box__01_videotext__right {
    /* background: #8d8d8d; */
    height: 100%;
    float: left;
    width: 40%;
    text-align: left;
    padding: 40px;
    box-sizing: border-box;
    animation: fade-in-top 1s 1;
    /* margin-left: 120px; */
}

.oniric__box__01_videotext__right h2 {
    color: #ffae00;
    font-family: "Bankgothic Md Bt";
    font-size: 2.7rem;
    /* margin-top: 200px; */
    line-height: 70%;
    margin-bottom: 15px;
    border-bottom: 1px solid #505050;
    width: 100%;
    display: inline-block;
    letter-spacing: -0.15rem;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.oniric__box__01_videotext__right p {
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-align: left;
}

.oniric__box__01__left {
    height: 534px;
    /* float: right; */
    width: 744px;
    /* width: 30%; */
    text-align: right;
    box-sizing: border-box;
    animation: fade-in-top 1s 1;
    /* padding-right: 300px; */
    /* margin-top: 50px; */
    /* margin-left: 50px; */
    border: 1px solid #797979;
    box-sizing: border-box;
    box-shadow: 0 0 35px 0 black;
    /* min-width: 100px; */
    overflow: hidden;
    display: inline-block;
}

.plugin_header {
    width: 100%;
    height: auto;
    /* background-color: #0e0e0e; */
    padding: 0 0;
    box-sizing: border-box;
    position: relative;
    /* margin-top: -150px; */
    mix-blend-mode: screen;
    background: var(--d1);
}

.plugin_menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    /* padding: 0 40px; */
    margin: 0 auto;
    max-width: 1000px;
    /* margin-top: -100px; */
    z-index: 2;
}

.plugin_menu_a {
    color: #fff;
    opacity: 0.6;
    width: 60%;
    min-width: 150px;
    font-size: 1rem;
    line-height: 3rem;
    cursor: pointer;
    margin: 20px;
    margin-top: 20px;
    border-radius: 2px;
    display: inline-block;
    /* background-color: #172333; */
    /* border: 1px solid #2f3b47; */
}

.plugin_menu_a:hover {
    opacity: 1;
    /* background-color: #1e2533; */
    /* border-bottom: 1px solid #ffae00; */
    /* margin-top: 15px; */
    /* color: #ffae00; */
}

.plugin_menu_a:active {
    opacity: 0.3;
}

.plugin_menu_btn {
    margin-top: 0px;
}

.btn-purchase {
    /* width: 200px; */
}

.oniric_installation_instructions {
    margin-top: 10px;
    text-align: left;
}

.oniric_logo {
    background-image: url(../imgs/oniric_logo.png);
    height: 800px;
    width: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    position: absolute;
    /* bottom: 8vw; */
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 0;
    mix-blend-mode: screen;
    /* border: 1px solid white; */
}

.oniric_slogan_img {
    background-image: url(../imgs/oniric_view/oniric_slogan.jpg);
    height: 468px;
    width: 946px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    mix-blend-mode: screen;
}

.oniric_keyFeatures_box {
    width: 100%;
    height: auto;
    background-image: url(../imgs/svg/features_background.svg);
    background-size: cover;
    background-position-y: 100px;
    height: auto;
    background-repeat: no-repeat;
    /* border: 1px solid white; */
    box-sizing: border-box;
    margin-top: -200px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.oniric_keyFeatures_title {
    /* border: 1px solid white; */
    width: 100%;
    height: auto;
    position: relative;
    color: white;
}

.oniric_keyFeatures_title>p {
    font-family: BankGothic Md Bt;
    color: #ffae00;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    position: absolute;
    /* top: 50%; */
    left: 50%;
    transform: translateX(-50%);
    /* top: 65px; */
}

.oniric_keyFeatures_body {
    width: 100%;
    height: auto;
    padding: 50px 0;
    /* border: 1px solid white; */
    display: flex;
}

.oniric_keyFeatures_bottom {
    width: 100%;
    height: auto;
    /* padding: 50px 0; */
    display: flex;
}

.oniric_keyFeatures_bottom_feature {
    max-width: 100%;
    margin: 50px;
    /* border: 1px solid red; */
}

.oniric_keyFeatures_body_left {
    /* border: 1px solid white; */
    width: 45%;
    position: relative;
    /* height: 500px; */
    margin-right: 35px;
}

.oniric_keyFeatures_body_right {
    width: 100%;
    /* border: 1px solid red; */
    height: 800px;
    position: relative;
}

.oniric_keyFeatures_body_right_before_after_img {
    width: 633px;
    height: 800px;
    background-image: url(../imgs/oniric_view/sergio_after.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translateY(-50%);
    z-index: 1;
    box-shadow: 0 0 20px 0 black;
}

.oniric_keyFeatures_body_right_ps_ui {
    height: 500px;
    width: 222px;
    background-image: url(../imgs/oniric_view/features_ps_ui.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    z-index: 2;
    box-shadow: 0 0 20px 0 black;
    /* border: 1px solid white; */
}

.oniric_keyFeatures_body_left_innnercontainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /* height: 200px; */
    width: 100%;
    /* border: 1px solid red; */
}

.oniric_keyFeatures_body_left_title {
    line-height: 0.9;
    text-align: left;
    font-size: 4rem;
}

.oniric_keyFeatures_body_left_contentText {
    width: 100%;
    /* height: 500px; */
    /* border: 1px solid red; */
    margin-top: 1rem;
}

.oniric_keyFeatures_body_left_button_box {
    /* border: 1px solid red; */
    text-align: left;
    width: 100%;
    /* height: 200px; */
    margin-top: 30px;
}

.oniric_keyFeatures_btn_beforeAfter {
    margin-top: 50px;
    z-index: 2;
    float: left;
    margin-left: 10px;
    position: absolute;
    bottom: 120px;
    left: 1%;
}

.img_after {
    animation: beforeAndAfter 1s infinite;
}

.oniric_examples_box {
    padding-top: 50px;
    width: 100%;
}

.oniric_examples_title_box {
    margin: 0 auto;
    width: 300px;
    height: 200px;
    position: relative;
}

.oniric_examples_title {
    font-family: "Titillium Web";
    font-weight: bold;
    position: absolute;
    line-height: 1;
}

.oniric_examples_title_before {
    font-size: 5rem;
    color: white;
    top: 0;
    left: 0;
}

.oniric_examples_title_and {
    font-size: 2rem;
    color: #ffae00;
    top: 75px;
    left: 119px;
}

.oniric_examples_title_after {
    font-size: 5rem;
    color: white;
    top: 68px;
    left: 175px;
}

.oniric_examples_ak_box {
    width: 100%;
    height: 1000px;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    z-index: 0;
}

.oniric_examples_ak_mid {
    width: 600px;
    height: 900px;
    background-image: url(../imgs/oniric_view/ak_mid.jpg);
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 0 0 15px 0 black;
    background-repeat: no-repeat;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
}

.oniric_examples_ak_left {
    width: 467px;
    height: 700px;
    background-image: url(../imgs/oniric_view/ak_left.jpg);
    position: absolute;
    box-shadow: 0 0 15px 0 black;
    background-repeat: no-repeat;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.oniric_examples_ak_right {
    width: 467px;
    height: 700px;
    background-image: url(../imgs/oniric_view/ak_right.jpg);
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 15px 0 black;
    background-repeat: no-repeat;
}

.column-30 {
    width: 30%;
    height: auto;
    border: 1px solid red;
}

.column-60 {
    width: 60%;
    height: auto;
    border: 1px solid red;
}

.text-licenses {
    display: block;
    font-size: 1rem;
    font-family: inherit;
    /* font-weight: 400; */
    color: rgb(231, 231, 231);
    color: #a7a7a7;
    margin-bottom: 5px;
    animation: fade-in-text 1.5s 1;
    text-align: center;
}

.oniric_logo_small {
    width: auto;
    height: 400px;
    mix-blend-mode: screen;
}

.cn-oniric-keyfeatures-container {
    width: 80%;
    margin: 0 auto;
}

.cn-content-container-a {
    max-width: 1800px;
    width: 100%;
    /* height: 800px; */
    /* padding: 30px 0; */
    /* border: 1px solid white; */
    /* height: 600px; */
}

.cn-content-container-b {
    /* width: 100%; */
    /* height: 800px; */
    /* background: var(--d1); */
    /* padding: 50px 0; */
    position: relative;
}

.cn-content-img-a {
    width: 49%;
    height: 500px;
    max-width: 800px;
    max-height: 500px;
    /* margin-right: -220px; */
}

.cn-content-text-a {
    width: 49%;
    max-width: 800px;
    height: 500px;
    padding: 120px 0px;
    max-width: 500px;
}

.cn-content-img-b {
    background-image: url(../imgs/mo_tiger.png);
    width: 100%;
    max-width: 800px;
    height: 500px;
    margin-left: -50px;
}


.cn-content-text-b {
    width: 100%;
    max-width: 800px;
    height: 500px;
    padding: 150px 100px 0px 200px;
    /* border: 1px solid white; */
}

.cn-content-text-title {
    text-align: left;
    font-size: 4rem;
    opacity: 1;
    
}

.cn-content-text-description {
    display: grid;
    align-items: center;
    /* background-color: #000; */
    justify-content: center;
}

.oniric-features {
    background-color: var(--d1);
    padding-top: 5rem;
}

.cn-image-full {
    width: 100%;
    max-width: 1000px;
    height: 619px;
    background-size: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
}

.cn-image-banner-full {
    width: 100%;
    /* max-width: 1920px; */
    height: 1000px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position: center;
    position: relative;
}


@keyframes beforeAndAfter {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media only screen and (max-width: 1145px) {

    .cn-image-banner-full {
        width: 100%;
        background-size: 200%;
    }

    .cn-content-text-a , .cn-content-text-b {
        width: 100%;
        max-width: none;
        padding: 5vw;
    }
 

    .oniric_logo_small {
        width: auto;
        height: 90vw;
        /* margin-bottom: -20vw; */
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .icon-arrow {
        height: 4vw;
        width: 4vw;
    }

    .oniric_license_addtocart {
        width: 100%;
        /* border: 1px solid white; */
    }

    .plugin_menu {
        grid-template-columns: 1fr;
    }
    
    .plugin_menu_a {
        /* border: 1px solid white; */
        margin: 0vw 0;
        font-size: 5vw;
        /* border: 1px solid white; */
        padding: 5vw 0;
        width: 100%;
    }

    .oniric-buttons-top {
        position: absolute;
        bottom: -37vw;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        /* border: 1px solid white; */
    }

    .oniric_banner_top {
        margin-bottom: 60vw;
        /* border: 1px solid white; */
    }

    .btn-orange {
        width: 80%;
        height: 14vw;
        font-size: 5vw;
    }
    .button-orange {
        width: 80%;
        height: 14vw;
        font-size: 4vw;
        margin-top: 3vw;
    }

    .plugin_menu_btn {
        display: none;
    }

    .oniric__box__01_textvideo__left,
    .oniric__box__01_videotext__right {
        width: 100%;
    }

    .oniric__box__01__right {
        /* width: 91%; */
        /* height: 500px; */
    }

    .oniric__box__01_videotext__right p,
    .oniric__box__01_textvideo__left p {
        font-size: 3rem;
    }

    .oniric__box__01_textvideo__left h2,
    .oniric__box__01_videotext__right h2 {
        font-size: 5rem;
        text-align: center;
    }

    .oniric_keyFeatures_bottom {
        display: block;
    }

    .text-licenses {
        font-size: 4vw;
        text-align: justify;

    }
}