@font-face {
    font-family: "Play";
    src: url(../fonts/Play-Regular.ttf)format("truetype");
    font-style: normal; 
    font-weight: normal;
}

@font-face {
    font-family: "Play";
    src: url(../fonts/Play-Bold.ttf)format("truetype");
    font-style: bold; 
    font-weight: bold;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url(../fonts/Gotham\ Medium.otf)format("opentype");
    font-style: normal; 
    font-weight: normal;
}

@font-face {
    font-family: "Gotham-Light";
    src: url(../fonts/Gotham\ Light.otf)format("opentype");
    font-style: normal; 
    font-weight: normal;
}

@font-face {
    font-family: "Audiowide-Regular";
    src: url(../fonts/Audiowide-Regular.ttf)format("truetype");
    font-style: normal; 
    font-weight: normal;
}

html{
    box-sizing: border-box;
}

*,
*::before,
*::after{
    box-sizing: inherit;
}

a{
    color: inherit;
    text-decoration: none;
}

.header{
    position: absolute;
    left: 0;
    right: 0;
}

.container{
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px;
}

.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.menu{
    display: flex;
    padding-right: 220px;
    gap: 0px 50px;
    list-style-type: none;
}

.menu-item{
    color: var(--Wight, #b8b6c5);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    padding: 12px
}

.promo{
    background-image: url('../images/bg-header.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.logo{
    padding-left: 240px;
}

.button-language{
    width: 120px;
    height: 48px;
    border: none;
    border-radius: 8px;
    background-image: url('../images/button-english.svg');
    background-size: cover;
}

.button-language:hover{
    opacity: 0.8;
}
  
.button-language:active{
    transform: scale(0.95);
}

.container-main{
    display: flex;
}

h1{
    font-family: Play;
    font-style: bold;
    font-size: 102px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.32px;
}

h2{
    font-family: Gotham-Medium;
    font-style: bold;
    font-size: 24px;
    font-weight: 350;
    line-height: 140%;
    letter-spacing: 0.32px;
}

h3{
    font-family: Play;
    font-style: bold;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0em;
}

span{
    font-family: Gotham-Medium;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0em;
}

.promo-description{
    font-family: Gotham-Light;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0em;
}

.title{
    max-width: 755px;
    max-height: 205px;
    margin: 0;
}

.promo__inner{
    padding-top: 250px;
    padding-left: 240px;
    max-width: 900px;
    max-height: 355px;
    color: white;
    min-height: 100vh;
}

.promo__image{
    max-width: 882px;
    max-height: 833px;
    padding-right: 120px;
    padding-top: 182px;
    padding-left: 0;
}

.promo-second{
    color: white;
    height: 500px;
}

.title-second{
    color: black;
    padding-left: 240px;
}

.description-second{
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #330DFF;
    color: white;
    width: 860px;
    height: 270px;
    clip-path: polygon(3% 0%,100% 0%,100% 0%,100% 90%,97% 100%,0% 100%,0% 100%,0% 10%);
    margin-left: auto; 
    margin-right: 220px;
}

.promo-description-second{
    font-family: Gotham-Light;
    font-size: 20px;
    font-weight: 325;
    line-height: 29px;
    letter-spacing: 0em;
}

.marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 70px;
    overflow-x: hidden;
  }
  
.track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 32s linear infinite;
}
  
@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-10%); }
}

.content{
    color: #6B7B9B40;
    font-family: Audiowide-Regular;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 0.05em;
    text-align: center;
}

.button-learn-more{
    width: 230px;
    height: 56px;
    border: none;
    background-image: url('../images/button-learn-more.svg');
    background-size: cover;
}

.button-learn-more:hover{
    opacity: 0.8;
  }
  
.button-learn-more:active{
    transform: scale(0.95);
}

.container-tree{
    max-width: 1920px;
    height: 2100px;
    background-color: #0D0D26;
    background-image: url(../images/bg-circles.svg);
    background-repeat: no-repeat;
}

.description-tree{
    color: white;
    padding-top: 120px;
    padding-left: 240px;
    width: 1100px;
}

.promo-description-tree{
    font-family: Gotham-Light;
    font-size: 20px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0em;
    width: 600px;
}

.items-tree{
    padding-top: 50px;
}

.item{
    background: #D9D9D9;
    padding-top: 1px;
    width: 860px;
    height: 270px;
    clip-path: polygon(3% 0%,100% 0%,100% 0%,100% 90%,97% 100%,0% 100%,0% 100%,0% 10%);
    margin-left: auto; 
    margin-right: 240px;
    margin-bottom: 25px;
}

.item-iside{
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: #19192f;
    color: white;
    width: 858px;
    height: 268px;
    clip-path: polygon(3% 0%,100% 0%,100% 0%,100% 90%,97% 100%,0% 100%,0% 100%,0% 10%);
    margin-left: auto;
    margin-right: auto;
}

.description-fore{
    display: flex;
    color: white;
    padding-left: 240px;
    padding-right: 240px;
    justify-content: space-between;
}

.button-see-more-games{
    width: 230px;
    height: 56px;
    border: none;
    background-image: url('../images/button-see-more-games.svg');
    background-size: cover;
}

.button-see-more-games:hover{
    opacity: 0.8;
  }
  
.button-see-more-games:active{
    transform: scale(0.95);
}

.button-see-more-games{
     margin-top: 100px;
}

.item-games{
    background: #D9D9D9;
    padding-top: 1px;
    width: 860px;
    height: 270px;
    clip-path: polygon(3% 0%,100% 0%,100% 0%,100% 90%,97% 100%,0% 100%,0% 100%,0% 10%);
    margin-left: auto; 
    margin-right: auto;
}

.item-games-iside{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #19192f;
    color: white;
    width: 858px;
    height: 268px;
    clip-path: polygon(3% 0%,100% 0%,100% 0%,100% 90%,97% 100%,0% 100%,0% 100%,0% 10%);
    margin-left: auto;
    margin-right: auto;
}

.item-span{
    color: #0DE7FF;
}

.container-game-cuisine{
    display: flex;
}

.ontainer-game-cuisine{
    width: 800px;
}

.cuisine_image{
    margin: 0;
    clip-path: polygon(15% 1%,100% 0%,100% 0%,100% 85%,85% 100%,0% 100%,1% 100%,1% 15%);
}

.cuisine_description{
    margin-left: 20px;
    padding-top: 0px;  
}

.title-cuisine{
    height: 29px;
    line-height: 29px;
    margin-top: 15px;
}

.button-cuisine-discover-more{
    width: 208px;
    height: 56px;
    border: none;
    background-color: #19192f;
    background-image: url('../images/button-discover-more.svg');
    background-size: cover;
}

.button-cuisine-discover-more:hover{
    opacity: 0.8;
  }
  
.button-cuisine-discover-more:active{
    transform: scale(0.95);
}

.description-cuisine{
    font-family: Gotham-Light;
    font-size: 20px;
    font-weight: 325;
    line-height: 29px;
    letter-spacing: 0em;
}