*{
	margin: 0;
    padding: 0;
	box-sizing: border-box;
    font-family: 'Quicksand', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #232323;
    text-decoration: solid;
}

header {
    position: relative;
    overflow: hidden;
    text-align: center;
}


.SMTU

.Raul:link,
.Raul:visited,
.Raul:active {
    color: rgb(22, 170, 22) !important;
    text-decoration: none !important; 
    transition: color 0.3s ease;
}

.Raul:hover {
    color: red !important;
    text-decoration: none !important; 
}

.spacer {
    height: 80px; /* Adjust this value to control the amount of space */
    width: 100%;
    display: block;
}

.wishlist-container {
    padding-top: 2%;
    padding-bottom: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* Button styling */
.wishlist-button {
    display: inline-flex;
    align-items: center;
    padding: 16px 35px;
    background-color: #1b2838;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    outline: none;
}

.wishlist-button:hover {
    background-color: rgba(211, 211, 211, 0.3); /* Light gray transparent background */
    color: black; /* Text turns black */
    border-color: black; /* Slim black border */
}

.steam-logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.wishlist-button img {
    vertical-align: middle;
}

header img {
    width: 100%;
    height: 10cm; /* Adjust the max-height as needed for desktop version */
    object-fit: cover; /* Ensures the image covers the entire container */
}


.content {
    padding: 20px;
    text-align: center;
    margin: 0 20px; /* Adjust the margin for distance from left and right */
}


.titlu-pagini {
    font-family: "Bebas Neue", sans-serif;
    font-size: 3em;
    color: white;
    font-weight: bold;
    text-align: middle;
    padding-top: 5%;
}


.text {
    font-size: 1.35em;
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 5%;
    padding-top: 1%;
    text-align: left;
    margin-left: 15%;
    margin-right: 15%;
}

.text-u-ol {
    font-size: 1em;
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 1%;
    text-align: left;
    margin-left: 15%;
    margin-right: 15%;
}

.text-ol {
    font-size: 1em;
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 1%;
    text-align: left;
    margin-left: 17%;
    margin-right: 15%;
}

.logo-container {
    display: flex;
    justify-content: center; /* Horizontal center */
    align-items: center;     /* Vertical center */

}


.responsive-logo {
    padding-top: 10px;
    padding-bottom: 6%;
    max-width: 600px;
    height: auto;
}

.game-intro {
    font-size: 2em;
    color: white;
    font-weight: bold;
    text-align: middle;
}

.nav-bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    position: relative;
    padding: 45px 240px;
    color: white;
}

.steam-bg {
    background: url("1.jpg");
}

.steam-bg {
    position: relative;
    background-color: #232323; /* Same as the grey background */
}

.steam-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #232323 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #232323 100%);
    z-index: 1;
    pointer-events: none;
}

.logo img {
    width: 120px;
    height: auto;
}

.menu {display: flex;}
.menu li {
    padding-left: 30px;
    padding-right: 30px;
}
.menu li a {
    display: inline-block;
    text-decoration: none;
    color: var(--color1);
    text-align: center;
    transition: 0.15s ease-in-out;
    position: relative;
    text-transform: uppercase;
}
.menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color1);
    transition: 0.15s ease-in-out;
}
.menu li a:hover:after {width: 100%;}
.open-menu , .close-menu {
    position: absolute;
    color: var(--color1);
    cursor: pointer;
    font-size: 1.5rem;
    display: none;
}
.open-menu {
    top: 50%;
    right: 34%;
    transform: translateY(-50%);
}
.close-menu {
    top: 40px;
    right: 40px;
}

.footer{
	padding: 4%;
    padding-bottom: 5%;
    margin-right: 20%;
    margin-left: 20%;
    background-color: transparent;
}

.container-footer{
	max-width: 1160px;
	margin:auto;
}

.footer-col{
   width: 35%;
   margin-left: 20px;

}
.footer-col h4{
	font-size: 18px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer-col h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: #e91e63;
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}

.footer-col ul {
    padding-left: 20px;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: #bbbbbb;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: rgba(255,255,255,0.2);
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

.footer-col ul li::marker {
    color: white;
}

.row{
	display: flex;
	flex-wrap: wrap;
}

.i_content_FAQ {
    box-sizing: border-box;
    padding: 4%;
    margin-right: 10%;
    margin-left: 10%;
    margin-bottom: 10%;
    color: #FFFFFF;
}

.faq-container {
    max-width: 2000px;
    margin: 0 auto;
  }
  
  .faq-question {
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
  }
  
  .faq-question:hover {
    background-color: #e0e0e0;
  }
  
  .faq-answer {
    display: none;
  }
  
  .faq-question.active .faq-answer {
    display: block;
  }

  .faq-question:target {
    height: auto;
  }
  
  .faq-question:target h3 {
    font-weight: bold;
  }
  
  .faq-question:target .faq-answer {
    display: block;
  }

  .body_FAQ{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
}

.titleFAQ {
    font-size: 50px;
    text-align: center;
    margin-bottom: 5%;
    text-decoration: underline 4px;
}

.questions-container{
    max-width: 2000px;
    margin: 0 auto;
}

.question{
    border-bottom: 1px solid #fff;
}
.question button{
    width: 100%;
    background-color: #232323;;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 15px;
    border:none;
    outline: none;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}
.question p{
    font-size: 22px;
    max-height: 0;
    opacity: 0;
    line-height: 1.5;
    overflow: hidden;
    transition: all 0.6s ease;
}
.d-arrow{
    transition: transform 0.5s ease-in ;
    color: #fff;
}

/*add this class when click*/
.question p.show{
    max-height: 2000px; 
    opacity: 1;
    padding:0px 15px 30px 15px;
}


@media screen and (max-width: 1031px){
    .slider{
        height: 520px;
    }
}

@media screen and (max-width: 768px){


    .text {
        font-size: 1em;
        color: white;
        font-weight: bold;
        line-height: 1.5;
        padding-bottom: 10%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .text-u-ol {
        font-size: 1em;
        color: white;
        font-weight: bold;
        line-height: 1.5;
        padding-top: 1%;
        text-align: left;
        margin-left: 5%;
        margin-right: 5%;
    }

    .game-intro {
        font-size: 1.25em;
        padding-bottom: 2%;
        color: white;
        font-weight: bold;
        text-align: middle;
    }

    .wishlist-container {
	padding-top: 2%;
    padding-bottom: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .responsive-logo {
        max-width: 70%;
        height: auto;

    }

}

/* Move the arrows inside the image on mobile */
@media (max-width: 768px) {

    .title {
        bottom: 10%; /* Adjust the bottom value for a slightly higher position on mobile */
        font-size: 1.5em;
    }

    .text {
        margin-top: 10px; /* Adjust the margin-top value for a slightly higher position on mobile */
        font-size: 1em;
    }
}

#check {display: none;}
@media(max-width: 1012px){
    .menu {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 89%;
        height: 100vh;
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 100;
        background-color: black;
        transition: all 0.2s ease-in-out;
    }


    .menu li {margin-top: 40px;}
    .menu li a {padding: 10px;}
    .open-menu , .close-menu {display: block;}
    #check:checked ~ .menu {right: 0;}
    .nav-bar {
        width: 100%;
        display: flex;
        justify-content: space-between;
        list-style: none;
        position: relative;
        padding: 45px;
    }
    .nav-bar {
        padding-left: 70%;
    }

    .steam-bg {
        position: relative;
        background-color: #232323; /* Same as the grey background */
    }
    
    .steam-bg::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #232323 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #232323 100%);
        z-index: 1;
        pointer-events: none;
    }

}

@media(max-width: 767px){
    .footer-col{
        width: 50%;
        margin-bottom: 30px;
    }
}
@media(max-width: 500px){
    .footer-col{
        width: 100%;
    }
    .footer{
         margin-left: 12%;
         margin-right: 12%;
    }
}

.copyright {
    background: #333;
    color: white;
    text-align: center;
    padding: 10px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
