@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&amp;family=Lilita+One&amp;display=swap');


/* Social Nav */
#social-nav {
    background-color: #391066;
    height: 60px;
}

#main-logo {
    width: 140px;
    margin-top: 15px;
}

.nav-social-buttons {
    float: right;
    margin-top: 15px;
}

.nav-social-icon {
    box-sizing: content-box;
    width: 25px;
    margin-left: 30px;
    border-radius: 50%;
    padding: 5px;
    transition: background-color 0.2s;
}

.nav-social-icon:hover {
    background-color: #ffffff11;
    cursor: pointer;
}

#burger-menu {
    width: 30px;
    color: #fff;
    margin-right: 20px;
    padding: 10px 0px;
}

#burger-menu svg {
    width: 40px;
    height: 40px;
}

/* Main Nav */
#main-nav {
    position: relative;
    background-color: #8d34ee;
    height: 70px;
}

#main-nav .container {
    position: relative;
    height: 100%;
}

#main-nav .container .nav {
    height: 100%;
}

#main-nav .nav-item {
    margin: 0 3%;
}

.main-nav-item {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Lilita One', sans-serif;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s;
    border-radius: 15px;
    padding: 0.5vw 1vw;
}

.main-nav-item:hover {
    color: #fff;
    cursor: pointer;
    background-color: #ffffff18;
}

#nav-play-btn {
    position: absolute;
    right: 0;
    top: 14px;
    width: 177px;
    height: 45px;
    background-image: url('../images/buttons/nav-button-playnow.png');
    background-size: contain;
    background-repeat: no-repeat;
    font-family: 'Lilita One', sans-serif;
    font-size: 34px;
    margin-right: 10px;
    transition: background-image 0.1s;
}

#nav-play-btn:hover {
    background-image: url('../images/buttons/nav-button-playnow-hover.png');
    cursor: pointer;
}

#main-nav-underlay {
    background-image: url('../images/backgrounds/main-nav-underlay.png');
    background-size: 100% 50%;
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 0px;
    padding-bottom: 8vw;
    transition: height 0.2s;
    overflow: hidden;
    z-index: 10;
}


/* Mobile Nav */
#mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #140425;
    z-index: 30;
    overflow: hidden;
    transition: all 0.35s;
}

.mobile-nav-buttons {
    margin-top: 10vh;
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    padding: 0 10vw;
    text-align: center;
}

.mobile-nav-buttons h2 {
    font-size: 6vh;
    color: #ffffff;
    margin-bottom: 5vh;
    text-transform: uppercase;
}

.mobile-nav-buttons-item {
    display: block;
    text-decoration: none;
    font-size: 3vh;
    color: #ffffff;
    margin: 2vh 0;
    text-transform: uppercase;
}

.mobile-nav-buttons-item:visited {
    color: #ffffff;
}

.mobile-nav-social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15vh;
}

.mobile-nav-social-icon {
    box-sizing: content-box;
    width: 40px;
    margin-left: 1.6vw;
    border-radius: 50%;
    padding: 0.3vw;
    transition: background-color 0.2s;
}

#burger-menu-close {
    width: 30px;
    color: #fff;
    margin-right: 13px;
    padding: 15px 0px;
}

#burger-menu-close svg {
    width: 30px;
    height: 30px;
}

/* Main Header */
#main-header {
    position: relative;
    background-color: #391066;
    width: 100%;
    padding-bottom: 48%;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#main-header video {
    position: absolute;
    top: 0;
    width: 100%;
}

#header-content {
    position: absolute;
    right: 5%;
    top: 45%;
    width: 25%;
    height: 35%;
}

#header-ps5-btn {
    position: relative;
    margin-top: 5% !important;
    margin: auto;
    width: 70%;
    padding-bottom: 17%;
    background-image: url('../images/buttons/header-button-ps5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Lilita One', sans-serif;
    font-size: 34px;
    transition: background-image 0.1s;
}


#header-ps5-btn:hover {
    background-image: url('../images/buttons/header-button-ps5-hover.png');
    cursor: pointer;
}

#header-steam-btn {
    position: relative;
    margin: auto;
    width: 70%;
    padding-bottom: 17%;
    background-image: url('../images/buttons/header-button-steam.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Lilita One', sans-serif;
    font-size: 34px;
    transition: background-image 0.1s;
}


#header-steam-btn:hover {
    background-image: url('../images/buttons/header-button-steam-hover.png');
    cursor: pointer;
}

#platforms-container {
    position: relative;
    width: 70%;
    padding-bottom: 17%;
    background-image: url('../images/available-now-playstation.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Lilita One', sans-serif;
    font-size: 34px;
    border-radius: 13px;
    margin: auto;
    margin-top: 10px;
}

#sony-legal {
    position: relative;
    width: 100%;
    font-family: 'baloo Bhaijaan 2', sans-serif;
    font-size: 11px;
    border-radius: 13px;
    margin-top: 10px;
    color: #ffffffc4;
    padding-left: 20%;
}

#sony-legal p {
    margin: 0;
}


/* About Section */
#about-section {
    position: relative;
    background-image: url('../images/backgrounds/about-background.png');
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff;
    padding: 10vw 0;
    margin-top: -95px;
    z-index: 20;
}


#about-section h1 {
    font-family: 'Lilita One', sans-serif;
    text-transform: uppercase;
    font-size: 5vw;
    text-align: left;
    line-height: 1;
    margin-bottom: 20px;
    margin-bottom: 3vw;
    text-shadow: 0px 5px 5px #39106652;
}

#about-section .description {
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.7vw;
    text-shadow: 0px 5px 5px #39106626;
}

#about-section h3 {
    font-family: 'Lilita One', sans-serif;
    text-transform: uppercase;
    font-size: clamp(0.1vw, 2vw, 32px);
    text-align: left;
    line-height: 1;
    margin-bottom: 20px;
    margin-bottom: 2.5vw;
    text-shadow: 0px 5px 5px #39106626;
}

#about-section .description-list {
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.3vw;
    margin-top: 2.5vw;
    text-shadow: 0px 5px 5px #39106626;
}


/* News Section */
#news-section {
    position: relative;
    background-image: url('../images/backgrounds/news-background.png');
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff;
    padding: 15vw 0;
    margin-top: -7.5vw;
    z-index: 20;
}

#news-section h1 {
    font-family: 'Lilita One', sans-serif;
    text-transform: uppercase;
    font-size: 2.7vw;
    text-align: left;
    line-height: 1;
    margin-bottom: 20px;
    margin-bottom: 3vw;
    width: 20vw;
    text-shadow: 0px 5px 5px #39106626;
}

#news-section .news-box {
    transition: all 0.2s;
    cursor: pointer;
}

#news-section .news-box:hover {
    transform: translate(0, -10px);
}

#news-section .news-box a {
    text-decoration: none;
    color: #ffffff;
}

#news-section .news-box img {
    width: 100%;
    border-radius: 15px;
    border: 5px solid #fff;
    box-shadow: 0px 5px 5px #39106626;
}

#news-section .news-date {
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    font-weight: 400;
    font-size: 1.1vw;
    margin-top: 0.5vw;
    text-shadow: 0px 5px 5px #39106626;
}

#news-section .news-title {
    font-family: 'Lilita One', sans-serif;
    text-transform: uppercase;
    font-size: 1.5vw;
    text-shadow: 0px 5px 5px #39106626;
}

/* Media Section */
#media-section {
    position: relative;
    background-image: url('../images/backgrounds/media-background.png');
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    color: #fff;
    padding: 15vw 0;
    margin-top: -7.5vw;
    z-index: 10;

    min-height: 600px;
}

#media-section h3 {
    color: #ffc913;
    font-family: 'lilita One', sans-serif;
    text-transform: uppercase;
    font-size: 2vw;
    text-shadow: 0px 5px 5px #39106626;
}

#media-section h2 {
    font-family: 'lilita One', sans-serif;
    text-transform: uppercase;
    font-size: 2.5vw;
    text-shadow: 0px 5px 5px #39106626;
}

#media-section .description {
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    font-size: 1.7vw;
    margin-top: 1vw;
    text-shadow: 0px 5px 5px #39106626;
}

#media-watch-btn {
    width: 11.5vw;
    padding-bottom: 4vw;
    background-image: url('../images/buttons/media-button-watch.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Lilita One', sans-serif;
    font-size: 34px;
    margin-right: 10px;
    margin-top: 2vw;
    transition: background-image 0.1s;
}

#media-watch-btn:hover {
    background-image: url('../images/buttons/media-button-watch-hover.png');
    
}

.youtube-iframe {
    border: 8px solid #fff;
    border-radius: 10px;
    width: 35vw;
    height: 20vw;
}


/* Footer */
footer {
    background-color: #201c1d;
    min-height: 400px;
    padding: 4vw 0;
    color: #ffffff;
}

.footer-social-icon {
    box-sizing: content-box;
    width: 35px;
    margin-right: 1.6vw;
    border-radius: 50%;
    padding: 0.3vw;
    transition: background-color 0.2s;
}

.footer-social-icon:hover {
    background-color: #ffffff11;
    cursor: pointer;
}

.footer-to-top {
    position: fixed;
    bottom: 5vh;
    right: 5vh;
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    text-transform: uppercase;
    width: 8vh;
    height: 8vh;
    border-radius: 50%;
    transition: background-color 0.1s;
    z-index: 100;
    background-color: #140425;
    opacity: 0;
    text-align: center;
    transition: all 0.2s;
}

#discord-hover-btn {
    position: fixed;
    bottom: 5vh;
    left: 5vh;
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    text-transform: uppercase;
    width: 18vh;
    height: 6vh;
    transition: background-color 0.1s;
    z-index: 100;
    text-align: center;
    transition: all 0.2s;
}

#discord-hover-btn img {
    width: 100%;
    height: 100%;
    opacity: 0.85;
    transition: all 0.15s;
}

#discord-hover-btn img:hover {
    opacity: 1;
    transform: scale(1.05);
    cursor: pointer;
}

.footer-to-top.show:hover {
    cursor: pointer;
    opacity: 0.7;
}

.footer-to-top.show {
    opacity: 0.3;
}

.footer-to-top svg {
    width: 8vh;
    height: 8vh;
}

.footer-to-top span {
    vertical-align: bottom;
    line-height: 1.4;
}

.footer-nav {
    margin-top: 4vw;
}

.footer-nav .nav-item {
    margin-right: 4vw;
}

.footer-nav .footer-nav-item {
    font-family: 'Baloo Bhaijaan 2', sans-serif;
    font-size: 1.4vw;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 0.5vw;
    border-radius: 15px;
    transition: all 0.1s;
}

.footer-nav .footer-nav-item:hover {
    background-color: #ffffff11;
}

.footer-legal {
    padding: 3vw 0;
    border-top: 2px solid #b8b8b8;
    margin-top: 5vw;
}

.legal-text {
    font-family: 'baloo Bhaijaan 2', sans-serif;
    font-size: 1vw;
    color: #b8b8b8;
}

.legal-links {
    margin-top: 2vw;
}

.legal-links a {
    font-family: 'baloo Bhaijaan 2', sans-serif;
    font-weight: 600;
    color: #b8b8b8;
    font-size: 1.2vw;
    text-decoration: none;
    padding: 0 0.5vw;
    border-radius: 15px;
}

.legal-links a:hover {
    background-color: #ffffff11;
}

.legal-links span {
    margin-right: 3vw;
}

.footer-platforms {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}

.footer-platforms img {
    width: 10vw;
}


/* Privacy Policy Section */
#privacy-policy-section {
    padding-top: 15vh;
    padding-bottom: 5vh;
    min-height: 100vh;
    background-color: #391066;
    color: #ffffff;
}

.privacy-button {
    float: right;
    margin-right: 10%;
    border-radius: 10px;
    transition: transform 0.1s ease-in-out;
    background-color: #8d34ee;
    color: white;
    padding: 5px 10px 5px 10px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 1);
    text-decoration: none;
    font-family:Arial,sans-serif;
}

.privacy-button:hover {
    transform: scale(1.05);
    color: white;
}

.privacy-button-arabic {
    float: left;
    margin-left: 10%;
    border-radius: 10px;
    transition: transform 0.1s ease-in-out;
    background-color: #8d34ee;
    color: white;
    padding: 5px 10px 5px 10px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 1);
    text-decoration: none;
    font-family:Arial,sans-serif;
}

.privacy-button-arabic:hover {
    transform: scale(1.05);
    color: white;
}