@charset "UTF-8";
.rog {
    /* background-color: #010105;
  color: #fff; */
    /*@media (max-width: 768px){
        #preorder {
            left: 50% !important;
            top: 54% !important;
            transform: translate(-50%, -54%)!important;
        }
    }
    @media (max-width: 480px){
        #preorder {
            width: 120px !important;;
            height: 30px !important;;
            left: 50% !important;
            top: 52% !important;
            transform: translate(-50%, -52%)!important;
        }
    }*/
    font-weight: normal;
}

.rog h5.gift-desc {
    line-height: 1.5;
}

.rog h5.gift-desc div {
    word-break: keep-all;
}

.rog .btn {
    background-color: #ea0a2a;
    color: #fff;
    border-radius: 0;
    border: none;
}

.rog .btn:hover {
    background-color: rgba(234, 10, 42, 0.7);
}

.rog .btn:focus {
    outline: 0;
}

.rog .text-warning {
    /*color: #fff !important;
        text-shadow: 0 0 20px #fff, 0 0 30px $rog-purple, 0 0 40px $rog-purple, 0 0 50px $rog-purple, 0 0 60px $rog-purple, 0 0 70px $rog-purple;*/
        color: #fff !important;
        position: relative;
        display: block;
        padding: 10px 0px 12px 0px;
        margin: 0 auto;
        font-size: 20px;
        width: 150px;
        background-image: url(../img/bg-title.png);
        background-size: cover;
        background-repeat: no-repeat;
        text-align: center
}

.rog .text-warning:after {
    /* content: '　';
    position: absolute;
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#ea0a2a),
        color-stop(40%, #fff),
        to(#ea0a2a)
    );
    background-image: linear-gradient(to right, #ea0a2a, #fff 40%, #ea0a2a 100%);
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 4px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg); */
}

/* .rog a {
  color: #ea0a2a;
}

.rog a:hover {
  color: rgba(234, 10, 42, 0.7);
  text-decoration: none;
} */

.rog .scrolled .account_verification {
    color: #ea0a2a !important;
}

.rog img.mb-4 {
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

.rog .modal-content {
    /* background: #000; */
    /* border: 1px solid rgba(234, 10, 42, 0.7); */
    border: 1px solid #1ebaed;
    border-radius: 15px;
}
.rog .modal-header .close {
  color: #1ebaed;
}

.rog  .modal-body .btn-outline-dark{
background-color: #9F9F9F;
}
.rog #hero {
    position: relative;
    background-image: url('../img/ROG-Phone3_KV_bg.png');
    background-position: bottom center;
    min-height: 100vh;
    /*#preorder {
            width: 153px;
            height: 38px;
            background: url('../img/preorder.png') center no-repeat, linear-gradient(90deg, rgba(255,255,255,.6),rgba(255,255,255,.2));;
            background-size: cover;
            position: absolute; 
            left: 50%;
            top: 58.5%;
            transform: translate(-50%, -58.5%);
            border: 1px solid rgba(255,255,255, .2);
            border-radius: 13px;

            &:hover{
                background-image: url(../img/preorder_hover.png);
            }
        }*/
}

.rog #hero .img-title {
    display: -ms-grid;
    display: grid;
    margin: 0 auto;
}

.rog #hero .preorder {
    width: 153px;
    height: 38px;
    background: url('../img/preorder.png') top center no-repeat;
    background-size: cover;
    margin: 0 auto 25vh;
    border: 0;
    border-radius: 13px;
}

.rog #hero .preorder:hover {
    background-image: url(../img/preorder_hover.png);
}

.rog #hero .preorder#coming {
    background-image: url('../img/coming.png');
}

.rog #hero .preorder#coming:hover {
    background-image: url('../img/coming.png');
}

.rog #hero .preorder#over {
    background-image: url('../img/over.png');
}

.rog #hero .preorder#over:hover {
    background-image: url('../img/over.png');
}

.rog #hero .note {
    font-size: 12px;
    color: #fff;
    padding: 0 15px;
    margin-bottom: 2vh;
    position: absolute;
    bottom: 2vh;
    width: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: rgba(0, 0, 0, 0.8) 2px 5px 3px;
}

.rog .rog-gift:before {
    content: '\2713';
    color: #ea0a2a;
    padding-right: 10px;
}

.rog .notice a {
    word-break: break-all;
}

@media screen and (orientation: portrait) {
    .rog #hero {
        min-height: unset;
        background-image: url('../img/ROG-Phone3_KV_bg_m.png');
    }
    .rog .note {
        width: 100% !important;
    }
}

@media screen and (max-width: 576px) {
    .rog #hero-caption img {
        width: 80%;
        margin: -5vh auto 0 !important;
    }
    .rog #hero .preorder {
        background-size: 80% auto;
    }
}

@media screen and (max-width: 390px) {
    .rog #hero .note {
        bottom: -20px;
    }
    .rog h5 {
        font-size: 14px;
    }
}
/*# sourceMappingURL=rog.css.map */
