* {
    font-family: 'Work Sans', sans-serif;

}

.common-color {
    background: linear-gradient(180deg, #F948B2 0%, #8758F1 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.navbar {

    display: flex;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    align-items: center;
    padding: 0 200px;

}

.nav-logo {
    width: 50%;
    display: flex;
    align-items: center;
}

.nav-item {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}



.nav-logo img,
.footer-logo img {
    width: auto;
    height: 2rem;
    margin-right: 10px;

}

.nav-logo p,
.footer-logo p {
    font-size: 2.8rem;
    font-weight: 700;
    color: #0B0223;
}

.nav-logo p span,
.footer-logo p span {
    color: #FF42A5;
}

.nav-item a {
    text-decoration: none;

    margin-left: 30px;
    font-size: 1.2rem;
    color: #3C354F;
    font-weight: 600;

}

#follow {
    background: rgba(11, 2, 35, 0.10);
    padding: 15px 20px;

    border-radius: 8px;
}

#follow span {
    padding: 0 10px;
}

.fa-youtube {
    color: #F61C0D;
    font-size: 1.5rem;

}

/* banner-styling */
.banner-container {
    background-color: #fff;
    display: flex;



}

.banner-item {
    width: 40%;
    padding: 10px 200px;

    background-image: url('../images/Group\ 14.png');
    margin-right: 20px;
}

.banner-image {
    width: 60%;
    height: 100%;
    padding: 0px 200px 0px 0px;
}

.banner-image img {
    width: 100%;



}

.banner-item h3 {
    color: #0B0223;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 0;

}

.banner-item h1 {


    font-size: 5rem;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;

}

.banner-item p {
    color: #534C64;
    font-size: 1.25rem;
    font-weight: 500;
}


.banner-button button {
    color: #FFF;

    font-size: 20px;

    font-weight: 600;
    border-radius: 48px;
    background: linear-gradient(90deg, #FF42A5 0%, #FF42A5 100%);
    padding: 20px 40px;
    margin-right: 10px;
    border: none;
}

/* banner-ends */
/* online-games-section */

.online-games-container {
    padding: 20px 200px;
    position: sticky;
}

.online-games-item {
    text-align: center;
}

.online-games-item h3 {
    color: #0B0223;
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
    margin-top: 20px;
}

.online-games-item p {
    color: #534C64;


    font-size: 1.2rem;

    font-weight: 400;
    margin-bottom: 40px;
}

.card-container {

    display: flex;

    margin-bottom: 20px;
    margin-top: 20px;
    justify-content: space-between;

}

.card {
  width: 23%;
}
.card-1{
    position: relative;
}
.card img {
    width: 100%;
     border: 4px solid transparent;
    border-radius: 12px;
}

.card-1 i {
    position: absolute;
    top: 30%;
    left: 40%;
    padding: 15px;
    background-color: #FFF;
    border-radius: 30px;
    opacity: 0.0;
   

}
.card-1 .watch{
    position: absolute;
    top: 50%;
    left: 22%;
    opacity: 0.0;
    font-size: 1.5rem;
    font-weight: 500;
}

.card-1 img:hover {
    filter: brightness(50%);
    cursor: pointer;
    border: 4px solid #FF42A5;


}

.card-1:hover i {
    opacity: 1;
    cursor: pointer;
}
.card-1:hover .watch{
    opacity: 1;
    cursor: pointer;
}
.card p {
    color: #534C64;

    font-size: 1.25rem;
    font-weight: 500;

}

/* aniversary section */
.aniversary-container {
    display: flex;
    margin-bottom: 40px;
    padding: 90px 200px;
    padding-top: 50px;

    align-items: center;


}

.aniversary-item {
    text-align: right;
    width: 40%;

}

.aniversary-item h3 {
    font-size: 3rem;
    font-weight: 700;
    color: #0B0223;
}

.aniversary-item p {
    color: #534C64;

    font-size: 1.2 rem;

    font-weight: 400;
}

.aniversary-image {
    width: 60%;

    display: flex;
    align-items: end;

}

.aniversary-image #image-1 {
    width: 65%;
}

.aniversary-image #image-2 {
    width: 35%;
    height: 100%;
    position: relative;
    top: 85px;
    left: 120px;
}

.games-container {
    padding: 50px 100px;
    background: linear-gradient(90deg, rgba(255, 66, 165, 0.03) 0%, rgba(255, 66, 165, 0.03) 100%);

}

.games-cart-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

.games-cart {
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    max-height: 60px;
    background-color: white;
    border-radius: 50px;
    align-items: center;
    margin-right: 30px;
    margin-top: 20px;
    border: 2px solid transparent;

}

.games-cart:hover {

    border: 2px solid #F948B2;
}

.games-cart:hover p {
    color: #F948B2;
}

.games-cart img {
    width: 20%;
}

.games-cart p {
    width: 75%;
    color: #0B0223;

    font-size: 1.2rem;

    font-weight: 600;
}

/* footer-starts */
.footer-container {
    margin-top: 30px;
    background-color: #0B0223;
    padding: 120px 0;
    margin-top: 50px 0;

}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.footer-logo p {
    color: #FFF;
    margin: 0;

}

.footer-content {
    padding-bottom: 20px;

    text-align: center;
}

.footer-content a {
    text-decoration: none;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.60);

    font-size: 1rem;
    font-weight: 500;
}

.footer-social {
    display: flex;
    justify-content: center;

}

.footer-social button {
    font-size: 40px;
    padding-top: 6px;
    background-color: transparent;
    border: none;
    margin-right: 40px;
}

.footer-social .fa-brands {
    width: 40px;
    height: 60px;
}

.footer-social .fa-apple {
    color: white;

}

.footer-social .fa-twitter,
.footer-social .fa-instagram {
    color: white;
}

.terms {
    text-align: center;
    padding-bottom: 20px;
}

.terms a {
    margin-right: 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.60);
    font-size: 1rem;
    font-weight: 500;

}

.copy-right {
    text-align: center;
}

.copy-right small {
    color: rgba(255, 255, 255, 0.60);

    font-size: 1rem;

    font-weight: 500;

}