body {
    margin: 0px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #121212;
    font-weight: 400;
    height: 100%;
    position: relative;
    background: #fff url(../img/body-bkg.png) no-repeat fixed top center;
}
* {
    box-sizing: border-box;
}
a {
    color: #333;
}
.main {
    position: relative;
    z-index: 1;
}
.header {
    float: left;
    width: 100%;
}
.shopify_badge {
    position: absolute;
    top: 30px;
    left: 0;
    max-width: calc(150px + (260 - 150) * ((100vw - 280px) / (1920 - 280)));
}
.password_badge {
    position: absolute;
    top: 0px;
    right: 0;
    /*    max-width: calc(100px + (150 - 100) * ((100vw - 280px) / (1920 - 280)));*/
}
.main-container {
    /*    position: relative;*/
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
}
.main .page_container:after {
    content: '';
    position: absolute;
    background-image: url(../img/slider_bg.png);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 1;
    pointer-events: none;
}
.main .page_container:hover:after {
    animation: blink 2.5s infinite;
    -webkit-animation: blink 2.5s infinite;
}

@keyframes blink {
    50% {
        opacity: 0.1;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.1;
    }
}
.left-content {
    float: left;
    width: 55%;
}
.right-content {
    float: left;
    width: 45%;
    text-align: left;
    padding: 20px 0;
    padding-inline-start: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.left-content .theme_title {
    display: none;
}
.left-content .banner {
    position: relative;
    cursor: pointer;
}
.left-content .banner img {
    max-width: 100%;
}
.logo {
    padding: 15px 0;
}
img {
    max-width: 100%;
    height: auto;
}
.main-logo {
    position: relative;
    z-index: 99;
    display: inline-block;
    padding: 24px 32px;
    background: #ccc;
    vertical-align: top;
    border-radius: 50%;
    margin: 0;
}
.theme_title {
    font-weight: 700;
    font-size: 89px;
    font-size: calc(26px + (89 - 26) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.04495;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #fff;
    margin: 0;
}
.theme_subtitle {
    font-weight: 400;
    font-size: 64px;
    font-size: calc(16px + (64 - 16) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.453125;
    text-transform: capitalize;
    color: #fff;
    margin: 0px;
    margin-bottom: 35px;
}
.text_inner ul {
    margin: 0;
    padding-left: 0px;
    list-style: none;
}
.text_inner ul li {
    display: flex;
    font-weight: 400;
    font-size: 29px;
    font-size: calc(16px + (29 - 16) * ((100vw - 280px) / (1920 - 280)));
    line-height: 1.4;
    color: #fff;
    text-align: start;
    padding-bottom: 25px;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}
.text_inner ul li svg {
    margin-inline-end: 15px;
    margin-top: calc(2px + (10 - 2) * ((100vw - 280px) / (1920 - 280)));
    width: calc(16px + (25 - 16) * ((100vw - 280px) / (1920 - 280)));
    min-width: calc(16px + (25 - 16) * ((100vw - 280px) / (1920 - 280)));
}
.text_inner ul li:hover {
    background-position: 3px 12px;
}
.logo {
    width: auto;
    position: relative;
    z-index: 99;
    padding-bottom: 10px;
}
.logo_caption {
    font-size: 17px;
    display: inline-block;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.logo img {
    vertical-align: middle;
}
.main-logo img {
    max-width: 100%;
}
.text_inner {
    position: relative;
    z-index: 99;
    padding: 20px 0;
}
.text_inner-bottom {
    margin-bottom: 5px;
    margin-right: calc(5px + (80 - 5) * ((100vw - 280px) / (1920 - 280)));
}
.button {
    background-color: #f5d022;
    color: #000;
    display: inline-block;
    font-size: 26px;
    font-size: calc(15px + (26 - 15) * ((100vw - 280px) / (1920 - 280)));
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 20px 40px;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    z-index: 99;
    transition: all 0.4s ease 0s;
    margin: 0 auto;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    max-width: 562px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.button:hover {
    background-color: #000;
    color: #fff;
}
.wrapper {
    clear: both;
    height: 100% !important;
    margin: 0 auto;
    overflow: hidden;
}
.main .page_container {
    margin: 0 auto;
    position: relative;
    padding: 0;
    background-size: cover;
}
.main {
    float: left;
    margin: 0 auto;
    width: 100%;
}
.theme-container {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 35px;
    padding-bottom: 60px;
}
.bottom-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.shopify_version {
    display: none;
    background: #333333;
    color: #fff;
    z-index: 2;
    position: absolute;
    top: 13px;
    left: -13px;
    font-size: 22px;
    font-weight: 600;
    line-height: 20px;
    padding: 11px 10px;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.shopify_version:before {
    content: "";
    border-right: 120px solid #333333;
    border-bottom: 120px solid transparent;
    height: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -19px;
    position: absolute;
    left: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 0;
    z-index: -1;
    top: 3px;
}
.noticebar {
    clear: both;
    padding: 19px 5px;
    background: rgba(0, 0, 0, 0.75);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    text-align: center;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
.noticebar a {
    text-decoration: underline;
    color: #ffffff;
}
.noticebar a:hover {
    text-decoration: none;
}
.port-image {
    background: url(../image/port-image.png) no-repeat scroll top left;
    width: 373px;
    height: 658px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.body-img {
    position: absolute;
    top: 30%;
    right: 2.5%;
}
.logo{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.top-content .version {
    background-image: url(../img/v2.1_base.png);
    padding: 10px 10px;
    margin: 10px 0;
    color: #000;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
    margin-inline-start: 20px;
    font-size: 39px;
    letter-spacing: 0.01em;
    font-weight: 400;
    min-height: 58px;
    min-width: 145px;
    text-align: center;
}
@media (min-width:992px) {
    .left-content .banner {
        margin-top: calc(50px + (0 - 50) * ((100vw - 280px) / (1920 - 280)));
    }
}
@media (max-width:1500px) and (min-width:1200px) {
    .body-img {
        position: absolute;
        top: 28.5%;
        right: 0.5%;
    }
}
@media (max-width:1200px) {
    .logo img {
        max-width: calc(50% + (100 - 50) * ((100vw - 280px) / (1920 - 280)));
    }
    .body-img {
        position: absolute;
        top: 53%;
        right: 1.5%;
    }
    .top-content .version{
        min-width: calc(100px + (145 - 100) * ((100vw - 280px) / (1920 - 280)));
        min-height: calc(40px + (58 - 40) * ((100vw - 280px) / (1920 - 280)));
        font-size: calc(18px + (39 - 18) * ((100vw - 280px) / (1920 - 280)));
        background-size: cover;
        padding: 8px;
    }
}
@media (max-width: 991px) {
    .main-logo {
        padding: 17px 23px;
    }
    .main-logo img {
        max-height: 40px;
    }
    .left-content {
        width: 100%;
        order: 2;
    }
    .logo {
        margin-top: 15px;
    }
    .right-content {
        width: 100%;
        padding: 0;
        padding-top: 30px;
    }
    .text_inner ul {
        display: inline-block;
    }
    .right-content {
        text-align: center;
    }
    .text_inner-bottom {
        text-align: center;
        padding: 15px 0;
    }
    .bottom-content {
        justify-content: center;
    }
    .left-content .theme_title {
        display: block;
    }
    .body-img {
        top: 18%;
        right: 1.8%;
    }
    .noticebar {
        font-size: 20px;
    }
    .theme_title {
        font-size: calc(28px + (80 - 28) * ((100vw - 280px) / (991 - 280)));
    }
    .theme_subtitle {
        font-size: calc(16px + (52 - 16) * ((100vw - 280px) / (991 - 280)));
        margin-top: 5px;
    }
    .text_inner ul li svg {
        margin-inline-end: calc(8px + (15 - 8) * ((100vw - 280px) / (991 - 280)));
    }
    .button {
        font-size: calc(16px + (22 - 16) * ((100vw - 280px) / (991 - 280)));
        padding: 15px 35px;
    }
}
@media (max-width: 480px) {
    .theme-container {
        padding-bottom: 75px;
    }
    .body-img {
        display: none;
    }
    .shopify_badge {
        top: 15px;
    }
    .main-logo {
        padding: 10px 15px;
    }
    .main-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .text_inner ul li br {
        display: none;
    }
    .button {
        padding: 13px 30px;
    }
    .password_badge {
        max-width: calc(100px + (150 - 100) * ((100vw - 280px) / (1920 - 280)));
    }
}