* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Poppins", "Pricedown Bl";
}
body {
    background: #EECDA3;
    background: -webkit-linear-gradient(to right, #EF629F, #EECDA3);
    background: linear-gradient(to right, #EF629F, #EECDA3);
}

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 100px;
    top: 0;
    position: sticky;
    background-color: white;
    z-index: 1000;
    /* Glass effect stuff */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.logo_nav {
    width: 100px;
    height: 60px;
    overflow: hidden;
}

.link_nav {
    text-decoration: none;
    color: #ef629f;
    font-weight: 500;
}
.link_nav-rockstarLogo{
    height: 60px;
    width: 60px;
}

.link_nav:hover {
    transition: color 0.8s;
    color: #00a5f2;
    cursor: pointer;
}

.hero {
    display: flex;
    background-image: url("public/imgg.jpg");
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.55);
    /* background-blend-mode:overlay; */
    height: 100vh;
    padding: 10px;
    justify-content: center;
    align-items: first baseline;
}

.hero_img {
    overflow: hidden;
}

.hero_title {
    font-family: Pricedown Bl;
    font-size: 57px;
    color: rgba(255, 255, 255, 0.9);
    /* black text fully transparent */
    background: url('public/imgg.jpg') no-repeat center;
    -webkit-background-clip: text;
    background-clip: text;
}

.hero_title:hover {
    font-size: 65px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s ease-out;

}

.feature {
    background: #41295a;
    background: -webkit-linear-gradient(to bottom, #2F0743, #41295a);
    background: linear-gradient(to bottom, #2F0743, #41295a);
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.feature_item {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
}

.logo-gtavi-featured {
    margin-top: 50px;
    width: 240px;
    height: 185px;
}

.logo-gtavi-featured:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-out;
}

.feature {
    background: #CC95C0;
    background: -webkit-linear-gradient(to bottom, #7AA1D2, #DBD4B4, #CC95C0);
    background: linear-gradient(to bottom, #7AA1D2, #DBD4B4, #CC95C0);
}

.feature_description {
    /* font-family: "Poppins";
    font-size: 100px;
    font-weight: 700px; */
    font-family: 'Poppins', 'Pricedown';
    font-size: 8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: transparent;
    letter-spacing: 0.0px;
    text-align: center;
    line-height: 4rem;
    margin: 50px;
    /* for glow/contrast */
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);

    background: #2b5876;
    background: -webkit-linear-gradient(to right, #4e4376, #2b5876);
    background: linear-gradient(to right, #4e4376, #2b5876);

    background-clip: text;
    -webkit-background-clip: text;

}

.feature_description:hover {
    font-size: 8.5rem;
    transition: all 0.3s ease-out;
}

.logo-ps5 {
    margin-top: 20px;
    height: 5rem;
}

.logo-ps5:hover {
    height: 5.2rem;
    transition: all 0.2s ease-out;
}

.description {
    height: 60vh;
}

.description_container {
    display: flex;
    flex-direction: row;
    margin: 100px;
    justify-content: space-around;
}

.description_img {
    height: 70vh;
    width: 20vw;
    border: 5px solid #5D4157;
    margin-bottom: 50px;
    margin-left: 5px;

}

.description_img:hover {
    border: 10px solid #5D4157;
    transform: rotate(5deg);
    transition: all 0.5s;
    cursor: pointer;
    filter: drop-shadow(30px 10px 4px #D76D77);
}

.description_title {
    font-family: 'Pricedown Bl';
    font-weight: 800;
    font-size: 80px;
    color: rgba(59, 29, 98, 0.7);
    background: url('public/imgg.jpg') no-repeat center;
    -webkit-background-clip: text;
    background-clip: text;
}

.description_text {
    font-size: 2rem;
    margin-top: 70px;
    font-weight: 600;
    background-clip: text;
    -webkit-background-clip: text;
    color: #E8CBC0;
    margin-right: 70px;
}

.description_subimage {
    height: 60px;
    margin-top: 80px;
}

.description_subimage:hover {
    transform: scale(1.2);
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.videos_container {
    height: 100vh;
    width: 100%;
    margin-top: 250px;
    justify-content: center;
    align-items: center;
    /* Gradient */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    padding: 60px 0;
    min-height: 80vh;
    background: linear-gradient(-120deg, #70e1f5 0%, #8A2387 100%);
}

.trailers {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 0.10);

    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    padding: 2rem 2rem 1.5rem 2rem;
    max-width: 480px;
    width: 100%;
    transition: transform 0.2s;
}

.trailers:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 16px 40px 0 rgba(31, 38, 135, 0.45);
}

.trailers iframe {
    width: 100%;
    min-height: 400px;
    border: none;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
    background: #000;
    margin-bottom: 0.5rem;
    transition: box-shadow 0.2s;
}

.trailers iframe:hover {
    box-shadow: 0 8px 32px rgba(250, 139, 255, 0.4), 0 4px 24px rgba(0, 0, 0, 0.7);
}

.videos_container-heading {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.videos_container-title {
    font-family: 'Pricedown Bl';
    font-weight: 800;
    font-size: 80px;
    color: rgba(59, 29, 98, 0.9);
    background: url('public/imgg.jpg') no-repeat center;
    -webkit-background-clip: text;
    background-clip: text;
}

.footer {
    display: flex;
    flex-direction: row;
    height: 85vh;
    width: 100%;
    background: #CC95C0;
    background: -webkit-linear-gradient(to bottom, #7AA1D2, #DBD4B4, #CC95C0);
    background: linear-gradient(to bottom, #7AA1D2, #DBD4B4, #CC95C0);
    justify-content: space-around;
}

.footer-img {
    margin-top: 4rem;
    height: 200px;
    margin-left: 7rem;
}

.footer-text {
    margin-top: 4.5rem;
    margin-left: 6rem;
    width: 20vw;
}

.footer-text-description {
    font-size: 18px;
}

.footer-icons {
    margin-top: 4rem;
    margin-left: 6rem;
    display: flex;
    gap: 40px;

}

.every-footer-icon {
    height: 35px;
}

.every-footer-icon:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 8px #fa8bff);
    transition: transform 0.2s, filter 0.2s;
    cursor: pointer;
}

.backToTop-button {
    margin-left: 6rem;
    margin-top: 4.5rem;
    border: 3px solid palevioletred;
    width: 15rem;
    height: 3rem;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}
.backToTop-button:hover{
    border:5px solid palevioletred;
    transform: scale(1.10);
    transition: transform 0.2s;
}

.back-to-top-text {
    margin-left: 0.3rem;
    margin-top: 0.2rem;
    font-weight: 600;
    font-size: 1.3rem;
}

.back-to-top-icon {
    margin-top: 0.5rem;
    height: 2rem;
}

.back-to-top-icon:hover {
    transform: scale(1.2);
    filter: drop-shadow(0 0 8px #fa8bff);
    transition: transform 0.2s, filter 0.2s;
    cursor: pointer;
}

.right-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-right: 7vw;
    margin-top: 4rem;
    gap: 2.5rem;
    min-width: 220px;
}
.wishlist-box{
    margin-top: 10px;
    margin-left: 20px;
}
.wishilist-text {
    font-family: 'Poppins';
    font-size: 2rem;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.01em;
    margin-bottom: 1.2rem;
    text-align: center;
}

.console-logos {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: flex-end;
}

.ps5-logo,
.xbox-logo {
    height: 38px;
    width: auto;
    fill: #fff;
    filter: drop-shadow(0 2px 8px #8A2387);
    transition: transform 0.2s, filter 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.ps5-logo:hover,
.xbox-logo:hover {
    transform: scale(1.15);
    filter: drop-shadow(0 0 12px #fa8bff);
}

.footer-console-logos-anchor{
    text-decoration: none;
    color: black;
}

.rockstar-propoganda-box {
    display: flex;
    gap: 1.5rem;
    background: rgba(255, 255, 255, 0.13);
    border-radius: 2rem;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.17);
    padding: 1.5rem;
    margin-top: 8rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1.5px solid rgba(255, 255, 255, 0.18);
    max-width: 600px;
}
.rockstar-propoganda-box:hover{
    border: 2px solid whitesmoke;
    cursor: pointer;
    transform: scale(1.09);
    transition: all ease-out 0.2s;
}

.propoganda-box-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.propoganda-box-logo {
    height: 60px;
    width: 60px;
}
.propoganda-box-text{
    text-transform: uppercase;
}

.site-copyright {
    width: 100%;
    text-align: center;
    font-size: 0.95rem;
    color: #444;
    background: rgba(255,255,255,0.7);
    padding: 0.7rem 0 0.7rem 0;
    letter-spacing: 0.01em;
    font-family: 'Poppins', sans-serif;
}