/*GLOBAL*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.background{
    width: 100%;
    height: 100%;
    background-image: url('../image/smoke.jpg');
    position: fixed;
    z-index: 0;
    display: none;
}
.link{
    text-decoration: none;
}
section{
    width: 100%;
    /*  */
    /* background-color: antiquewhite; */
}
section:not(.section-menu,.section-footer){
    background-image: url('../image/smoke.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.container{
    width: 80%;
    /* background-color: rgb(33, 78, 78); */
    margin: 0 auto ;
}
.box{
    display: flex;
    flex-direction: row;
}
.image{
    object-fit: cover;
}
h1{
    text-transform: uppercase;
    background: radial-gradient(circle at 50% 50%,#fff 0,#fbcea0 66%,#fbcea0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38px;
    margin: 0 0 1vw;
    text-align: center;
}
h3{
    color: #fbcea0;
    font-weight: 100;
    font-size: 16px;
}
.box-divider{
    width: 100%;
    height: 10px;
    justify-content: center;
    align-items: center;
    background-color: black;
}
.divider{
    width: 90%;
    height: 7px;
    background-repeat: repeat-x;
    position: relative;
    background-image: url(../image/divider-line.svg)
}
.divider::after,
.divider::before{
    content: '';
    width: 30px;
    background-repeat: no-repeat;
    height: 10px;
    position: absolute;
}
.divider::after{
    background-image: url(../image/divider-left.svg);
    top: 2%;
    left: -1.75%;
}.divider::before{
    background-image: url(../image/divider-right.svg);
    top: 2%;
    left: 100%;
}
/*Menu*/
.section-menu {
    height: 50px;
    position: fixed;
    z-index: 100;
    background-image: none;
}
.container-menu {
    width: 100%;
    justify-content: space-between;
    /* padding: 5px 100px 5px 60px; */
}
.shdow-menu{
    width: 100%;
    justify-content: space-between;
    position: absolute;
}
.navigation{
    margin-top: 13px;
    padding: 5px 100px 5px 60px;
}
.image-shadow-menu{ 
    width: 520px;
    height: 145px;
}
.image-shadow-menu[data-shadow-right]{
    width: 431px;
    height: 126px;
}
.link-menu{
    margin-left: 20px;
    position: relative;
    font-size: 14px;
    color: #fbcea0;
    transition: 0.2s;
    border-bottom: 2px solid none;
}
.link-menu::before{
    content: "";
    display: block;
    width: 6px;
    height: 5px;
    background-image: url(../image/menu-bullet.svg);
    background-size: contain;
    margin-right: 6px;
    position: absolute;
    top: 4px;
    left: -9px;
}
.link-menu:hover {
    color: white;
    transition: 0.2s;
}
.sign-up{
    font-size: 16px;
    color: #fbcea0;
    margin-top: 10px;
    margin-right: 100px;
    display: block;
    z-index: 1;
    letter-spacing: 1px;
}
.link-logo{
    position: absolute;
    top: 50px;
    left: 30px;
}
.image-logo{
    width: 300px;
}
/*BAnner*/
.section-banner{

}
.container-banner{
    width: 100%;
    height: 100vh;
    position: relative;
    justify-content: center;
    background-image: url('../image/2.gif');
    background-size: cover;
}
.social{
    width: 24px;
    height: 180px;
    position: absolute;
    top: 65%;
    left: 5%;
    justify-content: center;
}
.content{
    width: 1280px;
    height: 100vh;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}
.box-btn-clip{
    margin: 0px 0px 200px 0px;
}
.box-store{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.btn-clip{
    width: 100px;
    height: 100px;
    border-radius: 150px;
    background-color: black;
    align-items: center;
    justify-content: center;
}
.btn-clip,
.btn-clip svg path{
    transition: 0.3s;
}
.play-btn{
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
}
.btn-clip:hover{
    background-color: white;
}
.btn-clip:hover svg path{
    fill: black;
}
.text-store{
    color: #fbcea0;
    margin: 0 0 1vw;
}
.box-btn-store{
    width: 120%;
    justify-content: space-between;
}
.btn-store{
    height: 154px;
}
.btn-store-border{
    width: 120px;
    height: 75px;
    background-size: cover;
    background-image: url(../image/footer.jpg);
    z-index: 3;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-store-bg{
    width: 120px;
    height: 80px;
    background-size: cover;
    background-image: url('https://coolsen.ru/wp-content/uploads/2021/12/4-20211216_140924-2048x1361.png');
    z-index: 2;
    position: relative;
    justify-content: center;
    align-items: center;
}
.btn-store-image{
    width: 75px;
    height: 24px;
}
.text-btn-store{
    text-decoration: none;
    color: white;
    text-align: center;
}
.steam{
    fill: #ffffff;
}
.play{
    width: 30px;
    height: 30px;
    fill: #ffffff;
}
/* .box-link-social::before{
    content: 'SOCIAL MEDIA';
    width: 120px;
    color: #fbcea0;
    display: block;
    transform: rotate(-90deg) translateX(60px);
    font-weight: 800;
} */
.social,
.box-hidden,
.box-link-social{
    transition: 0.4s;
    flex-direction: column;
    align-items: center;
}
.box-hidden{
    width: 24px;
    padding-top: 120px;
    padding-bottom: 145px;
    overflow: hidden;
}
.box-link-social{
    width: 24px;
    transform: translateY(50px);
}
.link-social{
    width: 24px;
    height: 25px;
    display: block;
    clip-path: url("https://e7.pngegg.com/pngimages/306/330/png-clipart-white-house-planning-business-hotel-others-game-angle.png");
}
/* .link-social:nth-child(5),
.link-social:nth-child(4){
    display: none;
} */
.image-social{
    width: 24px;
    height: 25px;
}
.link-twitter{
    fill: url(../image/bk-social.png);
}
.text-social{
    width: 120px;
    color: #fbcea0;
    display: block;
    transform: rotate(-90deg) translateX(60px);
    font-weight: 800;
}
.studios-logo{
    position: absolute;
    top: 80%;
    left: 90%;
}
/*PREORDER*/
.section-PreOrder{
    background-image: url('../image/smoke.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.container-PreOrder{
    width: 100%;
    background-image: url('../image/illustration-background2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-PreOrder{
    background-image: url('../image/illustration.svg');
    background-size: cover;
    background-repeat: no-repeat;
    
}
.box-title-PreOrder{
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px 0px 300px 0px;
}
.box-btn-PreOrder{
    justify-content: center;
    padding: 350px 0px 0px 0px;
}
.title-PreOrder{
    width: 50%;
    color: #fbcea0;
    justify-content: space-evenly;
    align-items: center;
}
.title-main-PreOrder{
    font-size: 70px;
}
.decor-line-left-PreOrder,
.decor-line-right-PreOrder{
    width: 170px;
    height: 1px;
    background: linear-gradient(90deg, #c19976, #e0ccb1);
    position: relative;
}
/*ABOUT US*/
.container-AboutUs {
    width: 100%;
    background-image: url('../image/about-homepage.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-AboutUs {
    width: 70%;
    margin: 0 auto;
    height: 800px;
    align-items: center;
}
.box-container-AboutUs {
    flex-direction: column;
    width: 70%;
    justify-content: space-evenly;
    height: 400px;
}
.title {
    font-size: 16px;
    font-weight: 100;
    color: #fbcea0;
}
.title-AboutUs {
    font-size: 58px;
    color: white;
}
.text {
}
.text-AboutUs {
    display: block;
    width: 70%;
    color: hsla(0, 0%, 100%, .65);
}
.link {
}
.btn {
}
.btn-AboutUs {
    width: 250px;
    height: 50px;
    background-color: hsl(0deg 4.35% 4.51%);
    justify-content: center;
    align-items: center;
    color: white;
    border: 1px solid hsl(32.65deg 34.34% 61.18%);
}
/*HEROES*/
.section-heroes {
}
.container-heroes {
    height: 110vh;
    background-image: url('../image/bg.png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
    justify-content: space-between;
    align-items: center;
    /* padding: 200px 50px 200px 50px; */
}
.box-heroes-list {
    width: 40%;
    flex-direction: column;
    align-items: start;
}
.btn-heroes-names {
    color: #fbcea0;
    font-size: 58px;
    transition: 0.3s;
    cursor: pointer;
}
.btn-heroes-names:hover {
    color: #fff;
    transition: 0.3s;
}
.box-heroes-image {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
}
.box-heroes-text {
    width: 30%;
}
.box-heroes-list,
.box-heroes-text{
    z-index: 2;
}
.heroes-text{
    flex-direction: column;
    display: none;
}
.heroes-text > *{
    margin-bottom: 15px;
}
.title-heroes{
    color: #fff;
    font-size: 48px;
}
.text-heroes{
    font-size: 18px;
    color: hsla(0, 0%, 100%, .651);
}
.heroes-image{
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    display: none;
}
.heroes-image-astarion{
    background-image: url('../image/astarion.png');
}
.heroes-image-gale{
    background-image: url('../image/gale.png');
}
.heroes-image-laezel {
    background-image: url('../image/laezel.png');
}
.heroes-image-shadowheart {
    background-image: url('../image/shadowheart.png');
}
.heroes-image-wyll {
    background-image: url('../image/wyll.png');
}
.heroes-image-karlach {
    background-image: url('../image/karlach.png');
}
.heroes-image-urge {
    background-image: url('../image/dark.png');
}
/*CARD*/
.container-card{
    width: 80%;
    background-image: url('../image/header\ \(1\).png');
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    flex-direction: column;
    align-items: flex-start;
    padding: 250px 0px 100px 0px;
}
.container-card > *{
    margin-bottom: 5px;
}
.container-card-title{
    color: #fff;
    font-size: 78px;
    margin-bottom: 50px;
}
.box-card{
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}
.card{
    width: 24vw;
    height: 560px;
    position: relative;
}
.card-border{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}
.card-border-top{
    width: 100%;
    height: 100%;
    position: absolute;
}
.card-border-bottom::after,
.card-border-bottom::before,
.card-border-top::after,
.card-border-top::before{
    content: '';
    width: 108px;
    height: 108px;
    position: absolute;
    background-image: url('../image/product-corner.svg');
    z-index: 2;
}
.card-border-top::before{
    transform: rotateY(180deg);
    top: 0;
    right: 0;
}
.card-border-bottom::after{
    transform: rotateZ(180deg);
    right: 0;
    bottom: 0;
}
.card-border-bottom::before{
    transform: rotateX(180deg);
    left: 0;
    bottom: 0; 
}
.card-border-left::after,
.card-border-left::before,
.card-border-right::after,
.card-border-right::before{
    content: '';
    width: 1px;
    height: 345px;
    position: absolute;
    background-color: #c19976;
    z-index: 2;
}
.card-border-left::before{
    top: 8px;
    left: 22px;
    width: calc(100% - 44px);
    height: 1px;
}
.card-border-left::after{
    bottom: 8px;
    left: 22px;
    width: calc(100% - 44px);
    height: 1px;
}
.card-border-right::after{
    top: 22px; 
    left: 8px;
    width: 1px;
    height: calc(100% - 44px);
    background: #c19976;
}
.card-border-right::before{
    bottom: 22px; 
    right: 8px;
    width: 1px;
    height: calc(100% - 44px);
    background: #c19976;
}
.card-product {
    width: 100%;
    height: 100%;
    padding: 1.30208vw 2.60417vw 3.64583vw;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
/* .card-product > *{
    margin-bottom: 5px;
} */
.card-bg {
    position: absolute;
    width: 96%;
    height: 45%;
    top: 8px;
    left: 8px;
    z-index: 1;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-image: url('../image/top-deluxe.jpg');
    background-size: cover;
    -webkit-mask-image: url('../image/mask.png');
    mask-image: url('../image/mask.png');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: center;
    mask-position: center;
}
.card-bg-PreOrder{
    background-image: url('../image/wallpaper-03-thumb.jpg');
}
.card-image {
    width: 250px;
    height: 250px;
    background-image: url('../image/pc.png');
    background-size: cover;
    z-index: 2;
    position: relative;
}
.card-content{
    flex-direction: column;
    margin: -60px 0 0 0;
    z-index: 3;
    align-items: center;
    height: 200px;
    justify-content: space-evenly;
}
.card-second-title {
    font-size: 12px;
}
.card-title {
    text-align: center;
    font-size: 38px;
    color: #ffffff;
    font-weight: 100;
}
.card-btn {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.card-image-PreOrder{
    height: 270px;
    background-image: url('../image/box.png');
}
/*FAQ*/
.container-FAQ{
    position: relative;
}
.box-header-image{
    width: 100%;
    height: 600px;
    top: 0;
    z-index: 0;
    background-color: antiquewhite;
    position: absolute;
    background-image: url('../image/bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    -webkit-mask-image: url(../image/top-image-mask.png);
    mask-image: url(../image/top-image-mask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-position: top center;
    mask-position: top center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.box-title-FAQ{
    padding-bottom: 0px;
    z-index: 3;
    position: relative;
}
.faq-container{
    width: 100%;
    height: fit-content;
    padding: 30px;
    z-index: 3;
}
.faq-column{
    width: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.faq-item{
    width: 90%;
    margin-bottom: 30px;
    height: fit-content;
    padding: 15px;
}
.faq-border{
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.faq-content-box{
    width: 100%;
    padding: 15px 25px 15px 25px;
    flex-direction: column;
}
.corner{
    width: 94px;
    height: 94px;
}
.left-top-corner {
    top: 0;
    left: 0;
    background-image: url('../image/corner-small-left-top.svg');
}
.right-top-corner {
    top: 0%;
    left: 88%;
    background-image: url('../image/corner-small-right-top.svg');
}
.left-bottom-corner {
    top: 0%;
    left: 0;
    background-image: url('../image/corner-small-left-bottom.svg');
}
.right-bottom-corner {
    top: 0%;
    left: 88%;
    background-image: url('../image/corner-small-right-bottom.svg');
}
.left-bottom-corner,
.right-bottom-corner {
    
}
.faq-item-header {
    position: relative;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
}
.faq-item-content{
    height: fit-content;
    font-size: 18px;
    color: lightgray;
    width: fit-content;
    margin-top: 15px;
}
.image-FAQ{
    width: 24px;
    height: 24px;
}
.box-image-FAQ{
    height: inherit;
    align-items: center;
}
/*FOOTER*/
.section-footer{
    height: 25vh;
    padding: 25px;
    background-image: url('../image/footer.jpg')!important;
    background-size: contain;
}
.box-social{
    width: 80%;
    margin: 0 auto;
}
.box-socialImage {
    width: 40%;
    height: 10vh;
    justify-content: space-between;
    align-items: center;
}
.box-socialMedia{
    width: 60%;
}
.socialImage {
    justify-content: center;
}
.image-footer {
    width: 48px;
    height: 74px;
}
.image-wizard{
    width: 105px;
    height: 56px;
}
.image-dd{
    width: 200px;
    height: 68px;
}
.box-socialMedia {
    width: 60%;
    height: 10vh;
    flex-direction: column;
    padding: 15px;
    justify-content: space-around;
}
.box-message{
    width: 50%;
    justify-content: space-between;
}
.social-media-mess{
    width: 24px;
    height: 24px;
    background-size: cover;
    background-position: center;
    display: block;
}
.twitter{
    background-image: url('../image/twitter-3.svg');
    

}
.facebook {
    background-image: url('../image/faceb.png');
}
.youtube {
    background-image: url('../image/youtube.png');

}
.inst {
    background-image: url('../image/Instagram-logo.png');
}
.tiktok {
    background-image: url('../image/tiktok.png');
}
.discord {
    background-image: url('../image/discord.png');
}
/*ACTIVE*/
.activeSocial{
    padding-bottom: 200px!important;
    transition: 0.4s;
}
.active{
    display: block;
}
.activeText{
    color: white;
}
