*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
    border: none;
    outline: none;
    vertical-align: top;
}
html,
body {
    height: 100%;
}

body {
    background-color: #17181C;
}

header {
    position: relative;
    top: 0;
    background-color: #202529;
    border-bottom: 1px solid #C59A43;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 45px;
}

header:after {
    content: "";
    background: url(../images/logo.png) center no-repeat;
    width: 100%;
    height: 30px;
    position: relative;
    top: 7px;
    margin: 0 auto;
    display: block;
}

.invite {
    background: url(../images/hero-bg.png) center 0 no-repeat;
    background-size: cover;
    background-color: #17181C;
    width: 100%;
    height: 651px;
    overflow: hidden;
}

.invite h1 {
    position: relative;
    top: 40px;
    left: 50%;
    transform: translate(-50%, 0);
    font: normal 20px / 100% 'Marcellus SC';
    color: #CCBA97;
    text-align: center;
    text-transform: lowercase;
}

.invite h2 {
    position: relative;
    top: 50px;
    left: 50%;
    width: 645px;
    transform: translate(-50%, 0);
    font: normal 46px / 108% 'Marcellus SC';
    color: #F1BC51;
    text-align: center;
}

.invite:before {
    content: "";
    position: relative;
    width: 100%;
    height: 25px;
    background: url(../images/supported_games.png) center 0 no-repeat;
    display: block;
    top: 25px;
}

.invite:after {
    content: "";
    position: relative;
    width: 100%;
    height: 306px;
    background: url(../images/Facecheck.png) center 0 no-repeat;
    display: block;
    top: 137px;
}

.info {
    position: relative;
    top: 105px;
    left: 50%;
    width: 154px;
    height: 42px;
    transform: translate(-51%, 0);
}

.info > div {
    vertical-align: top;
}

.info h4 {
    color: #CCBA97;
    font: bold 14px / 16px 'Karla';
    display: flex;
    align-items: start;
}

.info h5 {
    background: linear-gradient(180deg, #F1BC51 0%, #917444 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #CCBA97;
    font: 600 16px / 18px 'Karla';
    margin-top: 7px;
    position: relative;
    padding-left: 23px;
}

.info h5:before {
    content: "";
    position: absolute;
    left: 0;
}

.info h5.download:before {
    background: url(../images/download.png) center 0 no-repeat;
    width: 16px;
    height: 17px;
}

.info h5.star:before {
    background: url(../images/star.png) center -1px no-repeat;
    width: 20px;
    height: 20px;
}

.info .left {
    width: 72px;
}

.info .right {
    width: 54px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.cta {
    display: inline-block;
    height: 59px;
    position: relative;
    top: 82px;
    left: 50%;
    transform: translate(-50%, 0);
    cursor: pointer;
}
.cta .ctabg {
    fill: #043E4C;
    transition: all .3s ease;
}
.cta:hover span {
    color: #00E6FF;
}
.cta button {
    display: inline-flex;
}

.cta svg {
    transition: all .3s ease;
    position: relative;
    width: 319px;
    height: 48px;
}

.cta span {
    font: normal 20px / 100% 'Marcellus SC';
    color: #f2f2f2;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    top: 15px;
    left: 0;
}

.cta p {
    font: normal 12px / 16px 'Karla';
    color: #00E6FF;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    top: 27px;
    left: 0;
}

.cta:before {
    content: "";
    position: absolute;
    top: -14px;
    width: 100%;
    height: 76px;
    background: url(../images/button-decor-i.png) center no-repeat;
}

.cta:hover:before {
    top: -16px;
    height: 76px;
    background: url(../images/button-decor-h.png) center no-repeat;
}

.promo {
    position: relative;
    width: 100%;
    height: 119px;
    background: url(../images/bars.png) center no-repeat;
}

.promo:before {
    top: 10px;
}

.promo:after {
    top: 0;
}

.promo h3 {
    position: relative;
    top: 30px;
    font: normal 18px / 100% 'Karla';
    color: #F1BC51;
    text-align: center;
    text-transform: uppercase;
}

.promo h4{
    position: relative;
    top: 40px;
    font: normal 30px / 100% 'Marcellus SC';
    color: #CCBA97;
    text-align: center;
}
.features {
    position: relative;
    width: 100%;
    height:  951px;
}

.features .cta {
    top: 158px;
}

.features h2 {
    position: relative;
    top: 50px;
    font: normal 42px / 100% 'Marcellus SC';
    color: #F1BC51;
    text-align: center;
    width: 803px;
    margin: 0 auto;
}

.features>ul {
    width: 1024px;
    list-style: none;
    margin: 0 auto;
    position: relative;
    top: 80px;
    text-align:center;
}

.features>ul>li {
    padding: 3.5px 8px;
    color: #077480;
    font: bold 14px / 100% 'Karla';
    text-align: center;
    border: 1px solid #077480;
    margin: 0 10px 10px 0;
    display:inline-block;
    cursor: pointer;
}

.features>ul>li:hover, .features>ul>li.active {
    color: #0BB1C3;
    border: 1px solid #0BB1C3;
}

.features>p {
    color: #CCBA97;
    font: normal 14px / 16px 'Karla';
    text-align: center;
    width: 100%;
    position: relative;
    top: 122px;
}
#stage {
    position: relative;
    width: 980px;
    height: 432px;
    margin: 0 auto;
    top: 100px;
}
#video {
    width: 752px;
    height: 432px;
    position: relative;
    margin: 0 auto;
    top: 7px;
    border: 2px solid;
    border-image: linear-gradient(180deg, #917444 0%, #5E4B2C 100%) 1;
}
#video>div>img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 8px;
    min-height: 286px;
}
#video iframe {
    width: 100%;
    height: 429px;
    padding: 6px 8px 8px;
}
#video .play-button {
    background-color: #17181c;
    display: inline-block;
    border-radius: 50%;
    width: 66px;
    height: 66px;
    text-align: center;
    border: 2px solid #917444;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    cursor: pointer;
}
#video:hover .play-button {
    background-color: #043e4c;
}
#video .play-button .icon-play {
    height: 35px;
}

.content {
    position: relative;
    width: 100%;
    height: 1045px;
    text-align: center;
    background: url(../images/content-bg.png) center 82px no-repeat;
}

.content>div>h2 {
    color: #F1BC51;
    font: normal 42px / 100% 'Marcellus SC';
    margin-bottom: 20px;
}

.content>div>p {
    color: #CCBA97;
    font: normal 14px / 16px 'Karla';
}

.reviews {
    position: relative;
    width: 100%;
    height: 489px;
}

.reviews button {
    width: 39px;
    height: 39px;
    position: absolute;
    cursor: pointer;
    background-color: #17181c;
    border-radius: 50%;
    text-align: center;
    border: 1.5px solid #917444;
    z-index: 100;
    top: 80px;
}

.reviews img {
    width: 12px;
    height: 20px;
}

.reviews #prev {
    left: 2px;
    transform: rotate(180deg)
}

.reviews #next {
    right: 2px;
}

.reviewContent button:hover {
    background-color: #043e4c;
}

.rating {
    color: #CCBA97;
    font: bold 13px / 15px 'Karla';
    width: 115px;
    height: 30px;
    padding: 7px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}
.rating:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 80px;
    border: 2px solid transparent;
    background: linear-gradient(180deg, #917444, #5E4B2C) border-box;
    mask: 
      linear-gradient(#000 0 0) content-box, 
      linear-gradient(#000 0 0);
    mask-composite: exclude; 
}
.rating img {
    width: 18px;
    height: 18px;
    position: relative;
    top: 1px;
    left: -2px;
}

.reviewContent {
    width: 1024px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 50px;
    position: relative;
}

#reviews {
    position: relative;
    width: calc(348px * 7);
    margin-left: calc(-348px * 0);
    height: 200px;
    margin: 0 auto;
    list-style: none;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    display: flex;
    gap: 20px;
}

#reviews[page="0"]{
    margin-left: calc(-348px * 0);
}

#reviews[page="1"]{
    margin-left: calc(-348px * 1);
}

#reviews[page="2"]{
    margin-left: calc(-348px * 2);
}

#reviews[page="3"]{
    margin-left: calc(-348px * 3);
}

#reviews[page="4"]{
    margin-left: calc(-348px * 4);
}

#reviews li{
    position: relative;
    width: 328px;
    height: 200px;
    border: 1px solid #3B2F1C;
    background: #1D1E22;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.75);
    float: left;
    padding: 20px 24px;
    text-align: left;
}

#reviews li h2{
    color: #CCBA97;
    font: normal 16px / 100% 'Marcellus SC';
    margin-bottom: 8px;
}

#reviews li h3{
    color: #778A99;
    font: normal 12px / 140% 'Karla';
    margin-bottom: 22px;
}

#reviews li p{
    color: #CCBA97;
    font: normal 16px / 140% 'Karla';
}

#reviews li:before{
    content: "";
    position: absolute;
    top: 22px;
    right: 24px;
    background: url(../images/stars.png) center no-repeat;
    width: 110px;
    height: 21px;
}

#shadow {
    width: 1024px;
    height: 200px;
    position: absolute;
    background: url(../images/shadow.png) center no-repeat;
    top: 0;
}

.champions {
    position: relative;
    width: 100%;
    height: 475px;
}

.champions .cta {
    top: 48px;
    left: unset;
    transform: unset;
}

#champions {
    margin: 44px auto 0;
    width: 1024px;
    height: 200px;
    list-style: none;
}

#champions li{
    position: relative;
    width: 328px;
    height: 200px;
    margin-right: 20px;
    border: 1.5px solid #917444;
    text-align: left;
    padding: 20px 24px;
    float: left;
    cursor: pointer;
    background: linear-gradient(180deg, rgba(29, 30, 34, 0) 0%, #1D1E22 100%);
}
#champions li:last-child{
    margin-right: 0;
}

#champions li:before, #champions li:after{
    content: "";
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/pagination.png) center no-repeat;
}

#champions li:after {
    top: 190px;
}

#champions img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

#champions h2{
    color: #F1BC51;
    font: 400 18px / 100% 'Marcellus SC';
    margin-top: 120px;
}

#champions p{
    color: #CCBA97;
    font: 400 12px / 140% 'Karla';
    margin-top: 8px;
}

.riotCompliant {
    position: relative;
    width: 100%;
    height: 30px;
    color: #F2F2F2;
    font: normal 14px / 16px 'Karla';
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 50px;
}

.riotCompliant img {
    margin-right: 10px;
    width: 30px;
    height: 30px;
}

footer {
    position: relative;
    background-color: #1D1E22;
    width: 100%;
    height: 72px;
    border-top: 1px solid #C59A43;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.6);
    padding: 20px 0;
}

footer p {
    width: 1024px;
    margin: 0 auto;
    color: #998C71;
    font: normal 14px / 18px 'Karla';
    text-align: center;
}