* {
    outline: none;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: inherit;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
p {
    margin: 0;
}
img {
    max-width: 100%;
    display: block;
}
img[width='1'] {
    display: none;
}
svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
html {
    font-size: 10px;
}
body {
    overflow-x: hidden;
    margin: 0;
}
.text-color-blue {
    color: #0097FF;
}
.join__title .text-color-blue {
    color: #fff;
}
/*lang style*/
.lang {
    position: absolute;
    right: 0;
    top: 3.4rem;
    text-align: right;
    padding: .4rem 0;
}

.lang:hover {
    padding-top: 3.2rem;
    -moz-border-radius: .3rem;
    -webkit-border-radius: .3rem;
    border-radius: .3rem;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.12);
    z-index: 101;
}

.lang:hover li.first {
    position: absolute;
    top: .4rem;
    right: 0;
}

.lang li {
    display: none;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    line-height: 2.7rem;
    white-space: nowrap;
}

.lang li.first,
.lang:hover li {
    display: block;
}

.lang li.first {
    padding-right: 1.4rem;
}

.lang a {
    color: #000;
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 2rem;
}
.lang svg {
    width: 1.1rem;
    height: 1rem;
}
/*lang style end*/
.content * {
    font-family: 'Nunito Sans', sans-serif;
}
.content {
    color: #000;
    display: flex;
    flex-direction: column;
}
.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
}
.header {
    width: 100%;
    height: 10rem;
    box-shadow: 0 .4rem 2rem rgba(0, 0, 0, 0.12);
}
.header .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-right: 8.7rem;
}
.header__logo {
    width: 8rem;
    height: 3.6rem;
}
.features {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.features__item {
    display: flex;
    align-items: center;
}
.features__item:not(:last-child) {
    margin: 0 4rem 0 0;
}
.features__text {
    font-size: 1.4rem;
    font-weight: 600;
    margin-left: 1rem;
}
.features__icon {
    display: flex;
    align-items: center;
    width: 2rem;
    height: 2rem;
}
.lock-icon {
    width: 1.1rem;
    margin-right: .5rem;
}
/*main styles*/
.title {
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.vi .title {
    font-size: 2.7rem;
}
.awr-list {
    display: flex;
    margin-bottom: 15rem;
    justify-content: space-between;
}
.awr-list__item {
    width: 18rem;
    height: 16rem;
}
.awr-list__item svg {
    fill: #607F8C;
    fill-opacity: .16;
}
.join .features {
    height: 6rem;
    background: linear-gradient(0deg, #EEF7FF, #EEF7FF), linear-gradient(90deg, rgba(255, 255, 255, 0) 7.5%, #EEF7FF 31.95%, #EEF7FF 69.06%, rgba(255, 255, 255, 0) 91.33%);    border-radius: .3rem;
}
.features-list.container {
    width: 60rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.join .features__item {
    margin: 0;
}
.join .features__text {
    font-size: 1.2rem;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    margin: 0;
}
.th .join .features__text, .ja .join .features__text, .zh .join .features__text, .tw .join .features__text  {
    line-height: 1;
}
.join .features__text .text-color-blue {
    margin: 0 .5rem;
}
.th .join .features__text .text-color-blue, .ja .join .features__text .text-color-blue, .zh .join .features__text .text-color-blue, .tw .join .features__text .text-color-blue  {
    font-size: 1.4rem;
}
.join .features__icon {
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    width: auto;
}
.player {
    position: relative;
    overflow: hidden;
}
.player-body {
    width: 100%;
    height: 81.7rem;
    filter: blur(3px);
}
.player:after, .player:before, .player-body:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
}
.player:after {
    z-index: 2;
    right: 0;
    width: 50%;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 92.49%);
}
.player:before {
    z-index: 2;
    left: 0;
    width: 50%;
    background: linear-gradient(-270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 92.49%);
}
.player-body:after {
    z-index: 1;
    width: 100%;
    height: 118rem;
    background: url("../images/javhd-join-11.2/gradient-cover.png") no-repeat;
    background-size: cover;
}

.player-body__video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.player .content-wrap {
    z-index: 4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 7.6rem;
}
.b-membership {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 7.8rem;
}
.b-membership-footer {
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding-top: 6.7rem;
}
.plan {
    width: 28rem;
    height: 41rem;
    margin: 0 1rem;
    background: linear-gradient(17.31deg, #EEF7FF 20.78%, rgba(255, 255, 255, 0) 93.01%), #FFFFFF;
    position: relative;
    box-shadow: 0 .4rem 2.4rem rgba(0, 0, 0, 0.18);
    border-radius: .6rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding: 0 2rem 2.5rem;
}
.plan.special {
    width: 30rem;
    height: 46.6rem;
    background: linear-gradient(7.64deg, #008EEF 13.86%, rgba(0, 151, 255, 0) 88.69%), #0097FF;
}
.plan-header {
    position: absolute;
    top: -.5rem;
    padding-bottom: 1rem;
    left: 50%;
    height: 6.6rem;
    width: 20.7rem;
    transform: translateX(-50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.04em;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.trial .plan-header {
    background: url("../images/javhd-join-11.2/label-green.svg") no-repeat;
    background-size: contain;
}
.pt .trial .plan-header {
    font-size: 1.8rem;
}
.year .plan-header {
    background: url("../images/javhd-join-11.2/label-gold.svg") no-repeat;
    background-size: contain;
}
.half-year .plan-header,
.lifetime .plan-header {
    background: url("../images/javhd-join-11.2/label-orange.svg") no-repeat;
    background-size: contain;
}
.lifetime .plan-header  {
  font-size: 5rem;
}
.month .plan-header {
    background: url("../images/javhd-join-11.2/label-purple.svg") no-repeat;
    background-size: contain;
}
.plan-body {
    flex-grow: 1;
    width: 100%;
    padding-top: 13.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.special .plan-body {
    padding-top: 10rem;
}
.plan__title {
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: .25rem;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.ja .plan__title {
    letter-spacing: 0;
}
.special .plan__title {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: 800;
    color: #E3CA43;
}
.en .special .plan__title {
    letter-spacing: 0.14em;
}
.id .special .plan__title {
    font-size: 1.4rem;
    letter-spacing: .03em;
}
.special .plan__subtitle {
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 2.2rem;
    margin-top: 1rem;
}
.th .special .plan__subtitle {
    font-size: 1.3rem;
}
.en .text-color-gold {
    display: block;
}
.plan-footer {
    width: 100%;
}
.plan__button {
    position: relative;
    width: 100%;
    height: 6.8rem;
    background: #0097FF;
    box-shadow: 0 .4rem 1.2rem rgba(0, 0, 0, 0.25);
    border-radius: 1.2rem;
    border: 0;
    cursor: pointer;
    font-size: 2.1rem;
    letter-spacing: 0.12em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 900;
    opacity: 1;
    z-index: 1;
    transition: 0.35s ease-in-out;
    overflow: hidden;
}
.id .plan__button {
    font-size: 1.6rem;
    white-space: nowrap;
}
 .plan__button:before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     border-radius: inherit;
     box-shadow: inherit;
     width: 100%;
     height: 100%;
     background: linear-gradient(360deg, #0080D8 0%, #4EB7FF 100%), #0097FF;
     opacity: 0;
     z-index: -1;
     transition: opacity 0.35s ease-in-out;
 }
.plan__button:hover:before {
    opacity: 1;
}
 .plan__button:active {
     box-shadow: inset 0 .4rem 1.2rem rgba(0, 0, 0, 0.25);
     color: rgba(255, 255, 255, 0.5);
 }

.special .plan__button {
    background: #fff;
    color: #0097FF;
}
.special .plan__button:before {
    background: linear-gradient(180deg, #FFFFFF 0%, #D9E6EF 100%), #FFFFFF;
}
.special .plan__button:hover:before {
    opacity: 1;
}
.special .plan__button:active {
    box-shadow: inset 0 .4rem 1.2rem rgba(0, 0, 0, 0.25);
    color: rgba(48, 132, 190, 0.5);
}
.tariff {
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4.2rem;
    margin-bottom: 3rem;
}
.special .tariff {
    color: #fff;
    margin: 2.6rem 0 1rem;
    font-size: 4.4rem;
}
.gift-icon {
    width: 3.8rem;
    height: 3.8rem;
    display: block;
    background: url("../images/javhd-join-11.2/gift.svg") no-repeat center;
    background-size: contain;
}

/*thumbs style*/
.thumbs {
    padding-top: 8rem;
}
.thumbs__set {
    padding-top: 8.5rem;
}
.b-thumbs-item {
    position: relative;
    float: left;
    width: 24.5%;
    height: 18.4rem;
    background-color: #8f9fae;
    background-size: cover;
    margin: .25%;
}
.b-thumbs-item__big {
    width: 49.5%;
    height: 37.3rem;
}
/*footer style*/
.footer {
    padding: 15rem 0 15rem;
    text-align: center;
}
.footer .menu {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 1.5rem 0;
}
.footer .menu .footer__link{
    font-weight: 700;
    color: #000;
}
.footer__link {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #949494;
    padding: 0 .7rem;
    vertical-align: middle;
}
.footer__text {
    font-size: 1.4rem;
    line-height: 2;
}
.footer__tariffs {
    padding: 3.8rem 0;
}
/*loader*/
.loader.loading {
    display: flex;
}
.loader {
    z-index: 2;
    background: #0097FF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}
.loader span {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 1rem;
    border-radius: 50%;
    background: #fff;
}
.dot-pulse span {
    -webkit-animation: dotPulse 1s infinite linear;
    animation: dotPulse 1s infinite linear;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.dot-pulse span:first-child {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.dot-pulse span:nth-child(2) {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}
.dot-pulse span:last-child {
    -webkit-animation-delay: .7s;
    animation-delay: .7s;
}

@-webkit-keyframes dotPulse {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

@keyframes dotPulse {
    0% {
        -webkit-transform: scale(.2);
        transform: scale(.2);
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

@media screen and (max-width: 1800px){
    html {
        font-size: 9px;
    }
    .container {
        width: 1100px;
    }
}

@media screen and (max-width: 1700px){
    html {
        font-size: 8px;
    }
    .container {
        width: 1000px;
    }
}
@media screen and (max-width: 1500px){
    html {
        font-size: 7px;
    }
    .container {
        width: 800px;
    }
}
@media screen and (max-width: 1200px){
    html {
        font-size: 5px;
    }
    .container {
        width: 600px;
    }
}
@media screen and (max-width: 1000px){
    body {
        min-width: 1000px;
        overflow-x: scroll;
    }
}
