* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Inknut Antiqua", sans-serif;
    background: linear-gradient(90deg, #08484C -10.07%, #060A0C 53.4%, #08484C 105.87%);
}

/* html {
    scroll-behavior: smooth;
} */

.wrapper {
    max-width: 1130px;
    margin: 0 auto;
    padding: 0 20px;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    background: linear-gradient(180deg, #060D0A -329.7%, #06070D 255.49%);
    box-shadow: 0px 6px 15px 0px #06070D;
}

header .wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.logo {
    margin-top: 5px;
    align-items: center;
    font-family: "Grandstander", sans-serif;
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    color: #D1E4CA;
    flex-shrink: 0;
    letter-spacing: 2px;
}

.nav-links {
    align-items: center;
    list-style: none;
    display: flex;
    gap: 120px;
    margin-left: auto;
}

.nav-links li a {
    text-decoration: none;
    font-family: "acme", sans-serif;
    letter-spacing: 2.4px;
    color: #86CEB8;
    font-size: 18px;
}

.hero {
    position: relative;
    height: 90vh;
    width: 100%;
    overflow: hidden;
}

#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.vignette {
    position: absolute; /* Ensure the overlay is positioned absolutely */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(172.08% 172.08% at 50% 50%, rgba(11, 43, 48, 0.00) 0%, rgba(9, 29, 32, 0.80) 29.31%);
}

.hero-text {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #041C16;
}

.hero-text h1 {
    text-align: center;
    text-shadow: 0px -2px 36.4px rgba(202, 209, 228, 0.80);
    font-family: "Grandstander", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;    
    background: linear-gradient(180deg, #E7F9ED 13.44%, #164246 80.41%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.hero-text h2 {
    color: #E7F9ED;
    text-shadow: 0px -2px 36px rgba(202, 209, 228, 0.80);
    font-family: "Acme", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px; /* 117.5% */
    background: linear-gradient(180deg, #E7F9ED 9.29%, #164246 300.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-text h3 {
    font-family: "Raleway", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
}

.gaming-experience {
    display: flex;
    /* padding: 50px 0; */
    height: 600px;
    /* background: linear-gradient(180deg, #0B2B2F 5.16%, #134F55 46.55%); */
    padding-bottom: 50px;
    /* background: linear-gradient(90deg, #08484C -10.07%, #060A0C 53.4%, #08484C 105.87%); */
    /* background: radial-gradient(227.29% 227.29% at 50% 50%, #096B72 0%, #060A0C 28.4%); */
    background: linear-gradient(90deg, #125576 -100.07%, #060A0C 53.4%, #125576 200.87%);
    
}

.gaming-experience .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;

}

.left-side {
    width: 33%;
    padding-right: 20px;
    padding-top: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.left-side h1 {
    /* text-shadow: 0px -2px 36px rgba(202, 209, 228, 0.80); */
    font-family: "Acme", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px; /* 117.5% */
    background: linear-gradient(180deg, #E7F9ED 9.29%, #164246 133.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    margin-bottom: 30px;
}

.left-side h2 {
    color: #F5F5F5;
    /* text-shadow: 0px 0px 20px #CAD1E4; */
    font-family: "Aref Ruqaa";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 181.818% */
    margin-bottom: 40px;

}

.right-side {
    margin-top: 50px;
    width: 67%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.new-experience {
    background: url('images/section2-image.png') no-repeat center center/cover;
    text-align: center;
    padding: 50px 0;
}

.new-experience .wrapper {
    text-align: center;
}

.new-experience h1 {
    text-align: center;
    font-family: "Acme", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px; /* 117.5% */
    background: linear-gradient(180deg, #E7F9ED 9.29%, #164246 133.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 30px;
    /* margin-bottom: 30px; */
}

.new-experience h2 {
    color: #E7F9ED;
    /* text-shadow: 0px -2px 36px rgba(202, 209, 228, 0.80); */
    font-family: "Acme", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px; /* 117.5% */
    background: linear-gradient(180deg, #E7F9ED 9.29%, #164246 300.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
}

.card {
    /* background: linear-gradient(145deg, darkpurple, darkgreen); */
    border-radius: 33px;
    background: rgba(19, 79, 85, 0.7);
    /* opacity: 1; */
    border-radius: 15px;
    padding: 20px;
    margin: 10px;
    width: 22%;
    color: #D1E4CA;
    
}

.card h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
    color: #E7F9ED;
    /* text-shadow: 0px -2px 36px rgba(202, 209, 228, 0.80); */
    font-family: "Acme", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 117.5% */
    background: linear-gradient(180deg, #E7F9ED 9.29%, #164246 300.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 40px;
}

.card h4 {
    color: #F5F5F5;
    /* text-shadow: 0px 0px 20px #CAD1E4; */
    font-family: "Aref Ruqaa";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 181.818% */
    
}

.adventure {
    text-align: center;
    padding: 50px 0;
    background: linear-gradient(180deg, #0B2B2F 54.46%, #041C16 86.14%);
    background: linear-gradient(90deg, #020C1B -10.07%, #2B5765 53.4%, #020C1B 105.87%);
    background: linear-gradient(90deg, #125576 -100.07%, #060A0C 53.4%, #125576 205.87%);
}

.adventure .wrapper {
    text-align: center;
}

.adventure h1 {
    text-align: center;
    font-family: "Acme", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    background: linear-gradient(180deg, #E7F9ED 9.29%, #164246 133.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;


    color: #D1E4CA;
    /* font-size: 40px; */
    /* text-transform: uppercase; */
    /* margin-top: 60px; */
    /* margin-top: 20px;
    margin-bottom: 10px;
    line-height: 20px; */
}

.adventure h2 {
    color: #E7F9ED;
    /* text-shadow: 0px -2px 36px rgba(202, 209, 228, 0.80); */
    font-family: "Acme", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px; /* 117.5% */
    background: linear-gradient(180deg, #E7F9ED 9.29%, #164246 300.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    margin-bottom: 40px;
}

.adventure img {
    margin-top: 20px;
    margin-bottom: 40px;
}

.coming-soon {
    background: url('images/section4-image.png') no-repeat center center/cover;
    text-align: center;
    /* padding: 300px 0; */
    padding-top: 200px;
    padding-bottom: 500px;
    height: 400px;
}

.coming-soon .wrapper {
    text-align: center;
    border-radius: 33px;
    background: rgba(6, 10, 12, 0.60);    
}

.coming-soon h1 {
    padding-top: 60px;
    text-align: center;
    font-family: "Acme", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
    background: linear-gradient(180deg, #E7F9ED 9.29%, #164246 250.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #D1E4CA;
    margin-bottom: 20px;
}

.coming-soon h2 {
    color: #E7F9ED;
    /* text-shadow: 0px -2px 36px rgba(202, 209, 228, 0.80); */
    font-family: "Acme", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px; /* 117.5% */
    background: linear-gradient(180deg, #E7F9ED 9.29%, #164246 300.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.coming-soon h3 {
    color: #F5F5F5;
    /* text-shadow: 0px 0px 20px #CAD1E4; */
    font-family: "Aref Ruqaa";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 181.818% */
    margin-bottom: 20px;

}

.social-links {

    margin-top: 40px;
    padding-bottom: 30px;

}

.social-links a img {
    width: 50px;
    height: 50px;
    margin: 0 50px;

}
