@media(prefers-reduced-motion: no-preference) {
    :root{
        scroll-behavior: smooth;
    }
}

body {
 font-family: "Bebas Neue", sans-serif;
  color: white;
  font-weight: bold;
  background: #111;
}

.container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
}

.container a {
    text-decoration: none;
    font-size: 25px;
}

.header {
    padding: 50px 0px;
}

header nav {
    float: right;
    width: 80%;
}

header nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 100px;
    margin-right: 450px
}

header nav ul li a{
    color:#fff
}

header nav ul li.active::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #FFB548;;
}

header nav ul li.btn {
    margin-top: 2px;
}

header nav ul li:not(.active):not(.btn) a:hover{
    border-bottom: 3px solid #FFB548;
}

header nav ul li.btn a{
    padding: 3px 12px;
    border-radius: 5px;
    color: #111;
    background: #FFB548; ;
    transition:all 500ms ease;
    align-items: center;
    display: flex;
}

header nav ul li.btn a:hover{
    background: #FFB548;
}

.nav {
    display:flex;
    position: absolute;
    gap: 10px;
    justify-content: center;
}
.nav a {
    color: white;
    text-decoration: none;
    margin-left: 32px;
    font-size: 24px;
    margin-left: 10px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.change-lang {
  position: absolute;
  left: 40px;  
  background-color: #FFB548;
  color: #111;
  border: none;
  padding: 5px 5px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}


.main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
    width: 100%;
    position: relative;
}
.main-overlay {
    background: linear-gradient(to buttom, rgba(0,0,0.4), rgba(0,0,0.9));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 150px;
}
.title {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 10px;
}
.subtitle {
    font-size:36px;
    margin-bottom: 40px;
}

.buy-btn {
    background: linear-gradient(to bottom, #FFB548, #F3AF34);
    color: black;
    padding: 14px 28px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.about {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100vh;
    gap: 20px;
}

.rpg-content {
    position: relative;
    width: 25%;
    z-index: 10;
    max-width:100%;
}

.rpg-content hr {
    width: 490px;
}

.label {
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.rpg-content h2 {
    font-size: 28px;
    line-height: 1.1;
    margin: 0 0 3px;
}

.desc {
    font-size: 18px;
    font-weight: 100;
    width: 500px;

}

@media (max-width: 1920px) {
  .desc {
    left: -150px;
  }
   .rpg-content h2 {
    left: -150px;
  }
   .label {
    left: -150px;
  }
}

.requirements-section {
    text-align: center;
    padding: 100px 20px;
}

.subtitle {
    font-size: 18px;
    letter-spacing: 1px;
    color: white;
    margin-bottom: 16px;
}

.title {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 60px;
}

.requirements-section {
    padding: 100px 20px;
    text-align: center;
}

.req-wrapper {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.req-item {
    margin-bottom: 45px;
}

.req-card {
    padding: 40px;
    border-radius: 10px;
    width: 320px;
    box-shadow: 0 0 12px rgba(255, 181, 72, 0.1);
}

.req-label {
    color: #FFB548;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

 .req-value {
    font-size: 18px;
    font-weight: 300;
 }

 .card-title {
    font-size: 26px;
    color: #FFB548;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 1px;
 }

 .subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 100px;
 }

 .subscribe_wrap {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
 }


 .eyebrow {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 32px;
 }

 .tittle {
    line-height: 1.05;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 8px;
 }

 .form{ 
  display:flex;
  gap:14px;
  justify-content: center;
  align-items:center;
  margin-top: 8px;
  flex-direction: column;
  margin-bottom: 150px;
  margin-top: 16px;
  height: 260px;
}

.contact-inputs:focus {
  border: 2px solid #FFB548;
}

.form input {
  flex: 0 1 520px;
  height:48px;
  border-radius:8px;
  background: var(--panel);
  border: 1px solid #222;
  color:#e5e7eb;
  padding: 0 14px;
  outline: none;
}

.subscribe_wrap textarea {
height: 1400px;

}

.contact-inputs {
    width: 250px;
    height: 50px;
    border: none;
    outline: none;
    border-radius:10px;               
    padding-left: 10px;       
}           

.btn {
  height:10px;
  padding: 0 15px;
  padding-right: 165px;
  margin-top: 15px;
  border:none;
  border-radius: 3px;
  background: var(--accent);
  color:#FFB548;
  font-weight:700;
  cursor:pointer;
}

.legal {
     position: fixed;
    right: 24px;
    bottom: 16px;
    margin: 0;
    display: flex;
    gap: 6px;
    color: #7b818a;
    font-size: 11px;
    letter-spacing: .08em;
    text-decoration: none;
    justify-content: flex-end;
    align-items: center;
    background: none;
    z-index: 1000;
}

.legal a {
    color: #7b818a;
    text-decoration: none;
    transition: color 0.2s;
}

.legal a:hover {
    color: #FFB548;             
}

.footer {
    width: 100%;
    background: #181818;
    padding: 24px 0 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .nav {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer .nav a {
    color: #FFB548;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    transition: color 0.2s;
}

.footer .nav a:hover {
    color: #fff;
}

.thin-strip {
    width: 100%;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #222;
    margin-bottom: 0px;
}

.thin-strip-content {
    color: #7b818a;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.swiper {
    width:calc(100% - 70%);
    height:500px;
    border-radius: 6px;
}

.swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pagination_{
    position: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
}

.center {
    font-weight: 200;
    font-size: 15px;
}

section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.Future {
    margin-bottom: 130px;
}

.future-title {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #fff;
    letter-spacing: 1px;
}

.future-desc {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    margin: 32px auto 0 auto;
    max-width: 700px;
    letter-spacing: 0.02em;
}

html {
    scroll-behavior: smooth;
}

.change-lang {
    background-color: #FFB548;
    border:none;
    border-radius: 4px;
    
}