@font-face {
    font-family: 'SST';
    src: url('assets/font/SSTRg.TTF') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SST';
    src: url('assets/font/SSTBold.TTF') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SST';
    src: url('assets/font/SSTLight.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SST';
    src: url('assets/font/SSTMedium.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Clarendon';
    src: url('assets/font/Sony-Font/Clarendon\ Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

* {
    box-sizing: border-box;
}


body {
    font-family: 'SST', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.alt_font {
    font-family: 'Clarendon', serif;
}

.header {
    display: flex;
    justify-content: flex-end;
    color: white;
    font-size: 1.375rem;
    padding: 0.5rem;
    letter-spacing: 0.125rem;
    background-color: black;
}

.parent_nav {
    position: sticky;
    background-color: white;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
}

.nav {
    width: 100%;
}

.nav_item_list {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 0.9375rem;
}

.nav_items {
    font-size: 0.9375rem;
    font-weight: 500;
    text-decoration: none;
    color: black;
    opacity: 0.8;
}

.nav_button {
    font-size: 1.25rem;
    font-weight: 500;
    background-color: #0071cd;
    color: white;
    border-radius: 1.25rem;
    padding: 0.0625rem 0.9375rem;
    border: 1px solid rgba(255, 255, 255, 0.34);
}

.nav_logo {
    height: auto;
    width: 40px;
    cursor: pointer;
}

.menu_icon {
    display: none;
}

.nav_search_logo {
    height: auto;
    width: 20px;
    margin-right: 2.1875rem;
    margin-left: 1.25rem;
    cursor: pointer;
}

#search-bar-container {
    display: none;
    position: absolute;
    right: 1rem;
    top: 4rem;
    z-index: 1000;
}

#search-bar {
    width: 25rem;
    padding: 1rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 0.8rem;
}

.nav_items:hover {
    background-color: white;
    color: #0071cd;

}

.nav_button:hover {
    background-color: #005ca8;
    color: white;
    cursor: pointer;
}

.nav_right {
    margin-left: auto;
}

.section1 {
    position: relative;
}

.destiny2_img {
    height: auto;
    width: 100%;
    cursor: pointer;
}

.section1_text_container {
    position: absolute;
    top: 24%;
    left: 2.1875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.destiny2_text_img {
    width: 28.125rem;
    height: auto;
}

.section1_text {
    color: white;
    font-size: calc(1.1rem * 2.44141);
    font-weight: 300;
    margin-top: 1rem;
}

.section1_para {
    color: white;
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-top: -1.25rem;
}

.section1_button {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 600;
    background-color: #ffffff;
    color: black;
    border-radius: 1.5625rem;
    padding: 0.75rem 1.25rem;
    border: 0.125rem solid white;
}

.section1_button:hover {
    outline: 0.1875rem solid white;
    outline-offset: 0.1875rem;
    cursor: pointer;
}

.image-container {
    margin-top: 2.5rem;
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.image-container img {
    border-radius: 0.9375rem;
    width: 16.25rem;
    height: auto;
    opacity: 0.7;
    transition: all 0.3s ease;
    cursor: pointer;
}

.image-container img:hover {
    opacity: 1;
    outline: 0.25rem solid #0071cd;
    outline-offset: 0.1875rem;
    transform: translateY(-1rem);
}

.section2 {
    background-color: white;
    color: black;
}

.section2_content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 40px;
}

.ps5_img {
    margin-top: 5rem;
    width: 55%;
    height: auto;
}

.section2_h2 {
    font-size: 3.375rem;
    font-weight: 300;
    line-height: 4.375rem;
}

.section2_text {
    margin-top: 0.5rem;
    color: #0071cd;
    font-size: 1.75rem;
    font-weight: 300;
}

.section2_para {
    margin-top: -1rem;
    font-size: 0.9375rem;
    opacity: 0.7;
}

.section2_buttons {
    gap: 0.625rem;
}

.section2_button1,
.section2_button2 {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 1.5625rem;
    padding: 0.75rem 1.25rem;
    border: 0.125rem solid white;
}

.section2_button1 {
    background-color: #0071cd;
    color: white;
}

.section2_button1:hover {
    outline: 0.125rem solid #0071cd;
    outline-offset: 0.125rem;
    background-color: #005ca8;
    cursor: pointer;
}

.section2_button2 {
    background-color: red;
    color: white;
}

.section2_button2:hover {
    outline: 0.125rem solid rgb(237, 1, 1);
    outline-offset: 0.125rem;
    background-color: rgb(207, 1, 1);
    cursor: pointer;
}

.section2_img_container {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    gap: 1.75rem;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.section2_img_card_flex {
    text-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.section2_img_card_flex img {
    border-radius: 0.9375rem;
    width: 12.5rem;
    height: auto;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.section2_img_card_flex p {
    font-size: 1rem;
    color: black;
    opacity: 0.7;
    transition: color 0.3s ease;
}

.section2_img_card_flex:hover img {
    opacity: 1;
    outline: 0.25rem solid #0071cd;
    outline-offset: 0.5rem;
    transform: translateY(-0.625rem);
}

.section2_img_card_flex:hover p {
    opacity: 1;
    color: #0071cd;
}

.section3 {
    background-color: #121215;
    width: 100%;
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
    position: relative;
}

.section3_img_container1,
.section3_img_container2 {
    margin-top: 5rem;
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}

.section3_img_card_flex1,
.section3_img_card_flex2 {
    text-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.section3_img_card_flex1 img,
.section3_img_card_flex2 img {
    border-radius: 0.75rem;
    width: 12.5rem;
    height: auto;
    opacity: 1;
    transition: all 0.3s ease;
}

.section3_img_card_flex1 p,
.section3_img_card_flex2 p {
    font-size: 1rem;
    color: white;
    opacity: 0.7;
    transition: color 0.3s ease;
}

.section3_img_card_flex1:hover img,
.section3_img_card_flex2:hover img {
    opacity: 1;
    outline: 0.25rem solid #0071cd;
    transform: translateY(-0.625rem);
}

.section3_img_card_flex1:hover p,
.section3_img_card_flex2:hover p {
    opacity: 1;
    color: #0071cd;
}

.zoomed_img_section3_flex {
    width: 12.5rem !important;
    height: 12.5rem !important;
    object-fit: cover !important;
    object-position: center !important;
}

.section3:has(img:hover) .section3_img_card_flex1:not(:hover) img,
.section3:has(img:hover) .section3_img_card_flex2:not(:hover) img {
    opacity: 0.5;
}

.section3:has(img:hover) .section3_img_card_flex1:not(:hover) p,
.section3:has(img:hover) .section3_img_card_flex2:not(:hover) p {
    opacity: 0.5;
}

.section3_h2 {
    text-align: center;
    font-size: 2.6875rem;
    font-weight: 300;
    color: white;
}

.section3_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2.8125rem;
}

.section3_button1,
.section3_button2 {
    font-size: 1rem;
    font-weight: 300;
    border-radius: 1.5625rem;
    padding: 0.75rem 1.25rem;
    border: none;
}

.section3_button1 {
    background-color: white;
    color: black;
}

.section3_button1:hover {
    color: #0071cd;
    cursor: pointer;
}

.section3_button2 {
    background-color: #1d1f20;
    color: white;
}

.section3_button2:hover {
    color: #0071cd;
    cursor: pointer;
}

.section4 {
    position: relative;
    display: flex;
    justify-content: center;
}

.section4_bg {
    width: 100%;
    height: auto;
}

.section4_item_container {
    position: absolute;
    text-align: center;
    top: 15%;
}

.play_plus {
    width: 18.75rem;
    height: auto;
}

.section4_text {
    font-size: 2.8125rem;
    font-weight: 300;
    margin-top: 0;
}

.section4_para {
    font-size: 1.125rem;
    font-weight: 500;
    opacity: 0.4;
    margin-top: -1rem;
}

.section5 {
    position: relative;
}

.section5_bg {
    width: 100%;
    height: auto;
    display: block;
}

.section5_content {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.anniversary_img {
    width: 31.25rem;
    height: auto;
    object-fit: contain;
    margin-right: 7.5rem;
}

.section5_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 3.125rem;
}

.section5_h2 {
    font-size: 2.8125rem;
    font-weight: 300;
    line-height: 3.125rem;
}

.section5_para {
    margin-top: -1rem;
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.5;
    letter-spacing: 0.0625rem;
}

.section5_buttons {
    display: flex;
    align-items: flex-start;
    gap: 0.3125rem;
}

.section5_button1 {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 700;
    background-color: #0071cd;
    color: white;
    border-radius: 1.5625rem;
    padding: 0.75rem 1.25rem;
    border: 0.125rem solid white;
}

.section5_button1:hover {
    outline: 0.125rem solid #0071cd;
    outline-offset: 0.125rem;
    background-color: #005ca8;
    cursor: pointer;
}

.section5_button2 {
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 600;
    background-color: #0071cd;
    color: white;
    border-radius: 1.5625rem;
    padding: 0.75rem 1.25rem;
    border: 0.125rem solid white;
}

.section5_button2:hover {
    outline: 0.125rem solid #0071cd;
    outline-offset: 0.125rem;
    background-color: #005ca8;
    cursor: pointer;
}

.section6 {
    position: relative;
    background-color: #26254f;
}

.section6_top_img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

.section6_content {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    padding: 0 3.125rem;
}

.section6_text_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
    margin-left: clamp(3rem, 8vw, 40rem);
}

.section6_h2 {
    font-size: 3.4375rem;
    font-weight: 300;
}

.section6_text {
    margin-top: -2.5rem;
    font-size: 3.4375rem;
    font-weight: 600;
}

.section6_para {
    margin-top: -1.5rem;
    font-size: 1rem;
    font-weight: 500;
    opacity: 0.6;
    letter-spacing: 0.0625rem;
}

.section6_img_flex {
    background-color: #26254f;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 5rem;
}

.section6_img_container {
    display: flex;
    justify-content: center;
    gap: 2.8125rem;
    flex-wrap: wrap;
}

.section6_img_card_flex {
    border-radius: 0.9375rem;
    text-align: center;
    transition: background-color 0.5s ease, transform 0.5s ease;
    cursor: pointer;
    padding: 1.25rem;
}

.section6_img_card_flex img {
    border-radius: 0.9375rem;
    width: 25rem;
    height: auto;
    opacity: 1;
}

.section6_img_card_flex p {
    font-size: 1rem;
    color: white;
    opacity: 1;
    transition: color 0.3s ease;
}

.section6_p1 {
    font-size: 1.5rem !important;
}

.section6_img_card_flex:hover img {
    outline: 0.25rem solid #cfe6f951;
}

.section6_img_card_flex:hover p {
    opacity: 1;
    color: #0071cd;
}

.section6_img_card_flex:hover {
    opacity: 1;
    outline: 0.25rem solid #0071cd;
    transform: translateY(-0.625rem);
    background-color: #121215;
    border-radius: 0.9375rem;
}

.section6_button {
    margin-top: 5rem;
    font-size: 1rem;
    font-weight: 700;
    background-color: white;
    color: black;
    border-radius: 1.5625rem;
    padding: 0.75rem 1.25rem;
    border: none;
}

.section6_button:hover {
    cursor: pointer;
    outline: 0.1875rem solid white;
    outline-offset: 0.1875rem;
}

.section7 {
    background-color: white;
    color: black;
}


.section7_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    flex-wrap: nowrap;
}


.store_img {
    flex: 1;
    min-width: 60%;
    border-radius: 0.9375rem;
    margin-top: 5rem;
    width: auto;
    height: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.section7_text_container {
    padding-left: 5rem;
    flex: 1;
    min-width: 0;
}

.section7_store_text_img {
    height: auto;
    width: 25rem;
    margin-left: -2.5rem;
    margin-bottom: -7.5rem;
}

.section7_h2 {
    font-size: 2.8125rem;
    font-weight: 300;
}

.section7_para {
    margin-top: -1rem;
    font-size: 1.125rem;
    opacity: 0.5;
}

.section7_button {
    display: flex;
    align-items: flex-start;
    margin-top: 1rem;
    font-size: 1rem;
    font-weight: 700;
    background-color: red;
    color: white;
    border-radius: 1.5625rem;
    padding: 0.75rem 1.25rem;
    border: 0.125rem solid white;
}

.section7_button:hover {
    outline: 0.125rem solid rgb(237, 1, 1);
    outline-offset: 0.125rem;
    background-color: rgb(207, 1, 1);
    cursor: pointer;
}

.store_img:hover {
    transform: scale(1.008);
    box-shadow: 0 0.5rem 1.25rem rgba(0, 0, 0, 0.5);
}

.section8 {
    background-color: rgba(255, 247, 238, 0.555);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 6.25rem;
    padding-top: 5rem;
}

.section8_h2 {
    text-align: center;
    font-size: 2.6875rem;
    font-weight: 300;
    color: black;
    padding-bottom: 5rem;
}

.section8_img_container {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
}

.section8_img_card_flex {
    border-radius: 0.9375rem;
    text-align: center;
    transition: background-color 0.5s ease, transform 0.5s ease;
    cursor: pointer;
    padding: 1.25rem;
}

.section8_img_card_flex img {
    border-radius: 0.9375rem;
    width: 25rem;
    height: auto;
    opacity: 1;
}

.section8_img_card_flex p {
    line-height: 1.375rem;
    font-size: 0.9375rem;
    font-weight: 300;
    color: black;
    opacity: 0.8;
    transition: color 0.3s ease;
}

.section8_p1 {
    opacity: 1 !important;
    font-size: 1.125rem !important;
    padding-bottom: 1rem !important;
}

.section8_img_card_flex:hover img {
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.8);
}

.section8_img_card_flex:hover p {
    opacity: 1;
    color: #0071cd;
}

.section8_img_card_flex:hover {
    opacity: 1;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.5);
    transform: translateY(-0.625rem);
    border-radius: 0.9375rem;
}

.section9 {
    background-color: #f5f7fa;
    padding-top: 3.75rem;
    padding-bottom: 9.375rem;
}

.section9_h2 {
    text-align: center;
    font-size: 2.375rem;
    opacity: 0.8;
    font-weight: 300;
    color: black;
    padding-bottom: 3.75rem;
}

.section9_img_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3.75rem;
}

.section9_img {
    cursor: pointer;
    height: auto;
    width: 7.5rem;
}

.section10 {
    display: flex;
    justify-content: flex-start;
    margin-left: 2.5rem;
    font-size: 0.5625rem;
    /* line-height: 6.25rem; */
}

.section10_p1 {
    font-size: 0.625rem;
    line-height: 6.25rem;
}

.last_section {
    display: flex;
    justify-content: flex-start;
    background-color: #01429c;
    width: 100%;
    padding: 1.875rem 6.25rem;
}

.last_section_playstation_logo {
    width: 18.75rem;
    height: auto;
}

.hr1 {
    border: none;
    border-top: 0.0625rem solid white;
    opacity: 0.4;
}

.last_section_text_flex_container {
    display: flex;
    justify-content: flex-start;
    margin-left: -2.5rem;
    color: white;
    gap: 2.1875rem;
    line-height: 2.1875rem;
}

.parent_ul {
    list-style: none;
}

.li_middle:hover {
    opacity: 0.5;
    text-decoration: underline;
    cursor: pointer;
}

.li_top {
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    color: white;
}

.last_flex_img,
.last_flex_img1 {
    width: 2.1875rem;
    height: auto;
}

.last_flex_img:hover,
.last_flex_img1:hover {
    opacity: 0.6;
    cursor: pointer;
}

.sony_interactive {
    width: 18.75rem;
    height: auto;
}

.last_section_para {
    color: white;
    margin-top: -1.25rem;
    line-height: 1.875rem;
}

.more_info {
    text-decoration: underline;
}

.more_info:hover {
    opacity: 0.5;
    cursor: pointer;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.footer_left:hover,
.footer_right_items:hover {
    opacity: 0.5;
    cursor: pointer;
}

@media screen and (min-width:320px) and (max-width:426px) {

    .header {
        font-size: 0.6rem;
        padding-right: 0.5rem;
    }

    .nav_item_list {
        gap: 1rem;
    }

    .nav_items {
        display: none;
    }

    .menu_icon {
        display: flex;
        width: 1rem;
        height: auto;
        cursor: pointer;
    }

    .nav_button {
        font-size: 0.6rem;
        border-radius: 0.6rem;
        padding: 0.2rem 1rem;
    }

    .nav_search_logo {
        width: 1rem;
        margin-left: 0;
    }

    .destiny2_text_img {
        width: 6rem;
        height: auto;
    }

    .section1_text {
        font-size: calc(0.4rem * 1.4);
        margin-top: 0.4rem;
    }

    .section1_para {
        margin-top: -0.4rem;
        font-size: calc(0.4rem * 1);
        line-height: 0.6rem;
    }

    .section1_button {
        margin-top: 0.2rem;
        font-size: 0.4rem;
        padding: 0.2rem 0.4rem;
    }

    .image-container {
        gap: 0.8rem;
    }

    .image-container img {
        border-radius: 0.9375rem;
        width: 14rem;
    }

    .section2_content {
        flex-direction: column;
        text-align: center;
    }

    .ps5_img {
        width: 100%;
        margin-bottom: -4rem;
    }

    .section2_text_container {
        margin-bottom: -4rem;
    }

    .section2_img_card_flex {
        width: 18rem;
    }

    .section2_img_card_flex p {
        font-size: 0.6rem;
    }

    .section2_h2 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .section2_text {
        font-size: 1.4rem;
    }

    .section2_para {
        font-size: 0.6rem;
    }

    .section2_button1,
    .section2_button2 {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section3_h2 {
        font-size: 0.8rem;
    }

    .section3_img_card_flex1 p,
    .section3_img_card_flex2 p {
        font-size: 0.6rem;
    }

    .section3_buttons {
        gap: 0.4rem;
    }

    .section3_button1,
    .section3_button2 {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .play_plus {
        width: 4rem;
        height: auto;
    }

    .section4_text {
        font-size: 0.8rem;
    }

    .section4_para {
        margin-top: 0;
        font-size: 0.4rem;
    }

    .section5_content {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .anniversary_img {
        max-width: 35%;
    }

    .section5_h2 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .section5_para {
        font-size: 0.4rem;
    }

    .section5_buttons {
        display: none;
    }

    .section6_text_container {
        margin-left: -1.2rem;
    }

    .section6_h2 {
        font-size: 1rem;
    }

    .section6_text {
        margin-top: -1.2rem;
        font-size: 1rem;
    }

    .section6_para {
        margin-top: -1rem;
        font-size: 0.4rem;
    }

    .section6_button {
        margin-top: 5rem;
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section6_img_flex {
        padding-top: 2rem;
    }

    .section6_img_card_flex img {
        width: 12rem;
    }


    .section6_img_card_flex p {
        font-size: 0.6rem;
    }

    .section6_p1 {
        font-size: 0.8rem !important;
    }

    .section7_content {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 40px;
        text-align: left;
    }

    .store_img {
        max-width: 100%;
    }

    .section7_store_text_img {
        width: 16rem;
    }

    .section7_h2 {
        font-size: 2rem;
        margin-top: 3.5rem;
        margin-left: -0.8rem;
    }

    .section7_para {
        font-size: 0.8rem;
        margin-left: -0.8rem;
    }

    .section7_button {
        margin-left: -0.8rem;
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section8_h2 {
        font-size: 1.2rem;
    }

    .section8_img_card_flex img {
        width: 12rem;
    }

    .section8_img_card_flex p {
        line-height: 1.175rem;
        font-size: 0.6em;
    }

    .section8_p1 {
        font-size: 0.8rem !important;
    }

    .section9_h2 {
        font-size: 1.2rem;
    }

    .section9_img {
        width: 12rem;
    }

    .section10 {
        padding: 0;
        margin: 0.6rem;
        font-size: 0.5rem;
    }

    .section10_p1 {
        font-size: 0.5rem;
    }

    .li_top {
        font-size: 0.6rem;
    }

    .li_middle {
        font-size: 0.4rem;
        line-height: 1.2rem;
    }

    .last_flex_img,
    .last_flex_img1 {
        width: 1rem;
    }

    .sony_interactive {
        width: 8.75rem;
    }

    .last_section_para {
        font-size: 0.4rem;
    }

    .more_info {
        font-size: 0.4rem;
    }

    .footer {
        font-size: 0.4rem;
    }

    .last_section_playstation_logo {
        width: 10rem;
    }

    .last_section {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem 1rem;
    }

    .last_section_text_flex_container {
        flex-direction: column;
        margin-left: 0;
        gap: 0rem;
    }

    #search-bar-container {
        display: none;
        position: absolute;
        right: 1rem;
        top: 3.6rem;
        z-index: 1000;
    }

    #search-bar {
        width: 15rem;
        padding: 0.5rem;
        font-size: 0.8rem;
        border: 1px solid #ccc;
        border-radius: 0.8rem;
    }
}


@media screen and (min-width:426px) and (max-width:702px) {

    .header {
        font-size: 0.8rem;
        padding-right: 0.5rem;
    }

    .nav_item_list {
        gap: 1rem;
    }

    .nav_items {
        display: none;
    }

    .menu_icon {
        display: flex;
        width: 1.2rem;
        height: auto;
        cursor: pointer;
    }

    .nav_button {
        font-size: 1rem;
        border-radius: 0.6rem;
        padding: 0rem 1rem;
    }

    .nav_search_logo {
        width: 1rem;
        margin-left: 0;
    }

    .destiny2_text_img {
        width: 10.125rem;
        height: auto;
    }

    .section1_text {
        font-size: calc(0.4rem * 2.11);
        margin-top: 0.4rem;
    }

    .section1_para {
        margin-top: -0.4rem;
        font-size: 0.4rem;
        line-height: 0.6rem;
    }

    .section1_button {
        margin-top: 0.2rem;
        font-size: 0.4rem;
        padding: 0.2rem 0.4rem;
    }

    .image-container {
        gap: 0.8rem;
    }

    .image-container img {
        border-radius: 0.9375rem;
        width: 15rem;
    }

    .section2_content {
        flex-direction: column;
        text-align: center;
    }

    .ps5_img {
        width: 100%;
        margin-bottom: -4rem;
    }

    .section2_text_container {
        margin-bottom: -4rem;
    }

    .section2_img_card_flex {
        width: 18rem;
    }

    .section2_img_card_flex p {
        font-size: 0.6rem;
    }

    .section2_h2 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .section2_text {
        font-size: 1.4rem;
    }

    .section2_para {
        font-size: 0.6rem;
    }

    .section2_button1,
    .section2_button2 {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section3_h2 {
        font-size: 1rem;
    }

    .section3_img_card_flex1 p,
    .section3_img_card_flex2 p {
        font-size: 0.6rem;
    }

    .section3_buttons {
        gap: 0.4rem;
    }

    .section3_button1,
    .section3_button2 {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .play_plus {
        width: 6rem;
        height: auto;
    }

    .section4_text {
        font-size: 1rem;
    }

    .section4_para {
        margin-top: 0;
        font-size: 0.4rem;
    }

    .section5_content {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .anniversary_img {
        max-width: 40%;
    }

    .section5_h2 {
        font-size: 1.4rem;
        line-height: 1.5rem;
    }

    .section5_para {
        font-size: 0.4rem;
    }

    .section5_buttons {
        display: none;
    }

    .section6_text_container {
        margin-left: -1.2rem;
    }

    .section6_h2 {
        font-size: 1.2rem;
    }

    .section6_text {
        margin-top: -1.2rem;
        font-size: 1.2rem;
    }

    .section6_para {
        margin-top: -1rem;
        font-size: 0.4rem;
    }

    .section6_button {
        margin-top: 5rem;
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section6_img_flex {
        padding-top: 4rem;
    }

    .section6_img_card_flex img {
        width: 15rem;
    }

    .section6_img_card_flex p {
        font-size: 0.8rem;
    }

    .section6_p1 {
        font-size: 1rem !important;
    }

    .section7_content {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 40px;
        text-align: left;
    }

    .store_img {
        max-width: 80%;
    }

    .section7_store_text_img {
        width: 16rem;
    }

    .section7_h2 {
        font-size: 2rem;
        margin-top: 3.5rem;
        margin-left: -0.8rem;
    }

    .section7_para {
        font-size: 0.8rem;
        margin-left: -0.8rem;
    }

    .section7_button {
        margin-left: -0.8rem;
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section8_h2 {
        font-size: 1.2rem;
    }

    .section8_img_card_flex img {
        width: 15rem;
    }

    .section8_img_card_flex p {
        line-height: 1.175rem;
        font-size: 0.8em;
    }

    .section8_p1 {
        font-size: 0.8rem !important;
    }

    .section9_h2 {
        font-size: 1.4rem;
    }

    .section9_img {
        width: 15rem;
    }

    .li_top {
        font-size: 0.6rem;
    }

    .li_middle {
        font-size: 0.4rem;
        line-height: 1.2rem;
    }

    .last_flex_img,
    .last_flex_img1 {
        width: 1.2rem;
    }

    .sony_interactive {
        width: 10.75rem;
    }

    .last_section_para {
        font-size: 0.6rem;
    }

    .more_info {
        font-size: 0.6rem;
    }

    .footer {
        font-size: 0.6rem;
    }

    .last_section {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem 1rem;
    }

    .last_section_text_flex_container {
        flex-direction: column;
        margin-left: 0;
        gap: 0rem;
    }

     #search-bar-container {
        display: none;
        position: absolute;
        right: 1rem;
        top: 3.6rem;
        z-index: 1000;
    }

    #search-bar {
        width: 20rem;
        padding: 0.5rem;
        font-size: 0.8rem;
        border: 1px solid #ccc;
        border-radius: 0.8rem;
    }
}

@media screen and (min-width:702px) and (max-width:769px) {

    .header {
        font-size: 1rem;
        padding-right: 0.5rem;
    }

    .nav_item_list {
        gap: 1rem;
    }

    .nav_items {
        font-size: 0.6rem;
        font-weight: 900;
    }

    .nav_button {
        font-size: 1rem;
        border-radius: 0.6rem;
        padding: 0rem 1rem;
    }

    .nav_search_logo {
        width: 1rem;
        margin-left: 0;
    }

    .nav_logo {
        height: auto;
        width: 30px;
        cursor: pointer;
    }

    .destiny2_text_img {
        width: 16.125rem;
        height: auto;
    }

    .section1_text {
        font-size: calc(0.6rem * 2.11);
        margin-top: 0.8rem;
    }

    .section1_para {
        margin-top: 0;
        font-size: 0.6rem;
        line-height: 1.2rem;
    }

    .section1_button {
        margin-top: 0;
        font-size: 0.4rem;
        padding: 0.4rem 0.6rem;
    }

    .image-container {
        gap: 0.8rem;
    }

    .image-container img {
        border-radius: 0.9375rem;
        width: 8rem;
    }

    .section2_content {
        flex-direction: column;
        text-align: center;
    }

    .ps5_img {
        width: 100%;
        margin-bottom: -4rem;
    }

    .section2_text_container {
        margin-bottom: -4rem;
    }

    .section2_img_card_flex {
        width: 18rem;
    }

    .section2_img_card_flex p {
        font-size: 0.6rem;
    }

    .section2_h2 {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .section2_text {
        font-size: 1.4rem;
    }

    .section2_para {
        font-size: 0.6rem;
    }

    .section2_button1,
    .section2_button2 {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section3_h2 {
        font-size: 1.4rem;
    }

    .section3_img_card_flex1 p,
    .section3_img_card_flex2 p {
        font-size: 0.8rem;
    }

    .section3_buttons {
        gap: 0.4rem;
    }

    .section3_button1,
    .section3_button2 {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .play_plus {
        width: 6rem;
        height: auto;
    }

    .section4_text {
        font-size: 1rem;
    }

    .section4_para {
        margin-top: 0;
        font-size: 0.4rem;
    }

    .section5_content {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .anniversary_img {
        max-width: 40%;
    }

    .section5_h2 {
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .section5_para {
        font-size: 0.5rem;
    }

    .section5_buttons {
        align-items: center;
    }

    .section5_button1 {
        margin-top: 0;
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section5_button2 {
        margin-top: 0;
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section6_h2 {
        font-size: 1.5rem;
    }

    .section6_text {
        margin-top: -1.5rem;
        font-size: 1.5rem;
    }

    .section6_para {
        font-size: 0.6rem;
    }

    .section6_button {
        margin-top: 5rem;
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }


    .section7_content {
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 40px;
        text-align: left;
    }

    .store_img {
        max-width: 80%;
    }

    .section7_store_text_img {
        width: 22rem;
    }

    .section7_h2 {
        font-size: 2.5125rem;
    }

    .section7_para {
        font-size: 1rem;
    }

    .section8_h2 {
        font-size: 1.8rem;
    }

    .section8_img_card_flex img {
        width: 20rem;
    }

    .section8_img_card_flex p {
        line-height: 1.175rem;
        font-size: 0.78em;
    }

    .section8_p1 {
        font-size: 1rem !important;
    }

    .section9_h2 {
        font-size: 1.6rem;
    }

    .section9_img {
        width: 15rem;
    }

    .li_top {
        font-size: 0.6rem;
    }

    .li_middle {
        font-size: 0.4rem;
        line-height: 1.2rem;
    }

    .last_flex_img,
    .last_flex_img1 {
        width: 1.2rem;
    }

    .sony_interactive {
        width: 10.75rem;
    }

    .last_section_para {
        font-size: 0.6rem;
    }

    .more_info {
        font-size: 0.6rem;
    }

    .footer {
        font-size: 0.6rem;
    }

    .last_section {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem 1rem;
    }

    .last_section_text_flex_container {
        flex-direction: column;
        margin-left: 0;
        gap: 0rem;
    }

    #search-bar-container {
        display: none;
        position: absolute;
        right: 1rem;
        top: 4rem;
        z-index: 1000;
    }

    #search-bar {
        width: 20rem;
        padding: 0.5rem;
        font-size: 0.8rem;
        border: 1px solid #ccc;
        border-radius: 0.8rem;
    }


}

@media screen and (min-width:769px) and (max-width:1020px) {


    .header {
        font-size: 0.6rem;
        padding-right: 0.5rem;
    }

    .nav_item_list {
        gap: 1rem;
    }

    .nav_items {
        font-size: 0.6rem;
    }

    .nav_button {
        font-size: 0.6rem;
        border-radius: 0.6rem;
        padding: 0rem 1rem;
    }

    .nav_search_logo {
        width: 0.6rem;
        margin-left: 0;
    }

    .nav_logo {
        height: auto;
        width: 20px;
        cursor: pointer;
    }

    .destiny2_text_img {
        width: 16.125rem;
        height: auto;
    }

    .section1_text {
        font-size: calc(0.6rem * 2.11);
        margin-top: 0.8rem;
    }

    .section1_para {
        margin-top: 0;
        font-size: 0.6rem;
        line-height: 1.2rem;
    }

    .section1_button {
        margin-top: 0;
        font-size: 0.6rem;
        border-radius: 1.2625rem;
        padding: 0.4rem 0.6rem;
    }

    .image-container {
        gap: 1.5rem;
    }

    .image-container img {
        border-radius: 0.9375rem;
        width: 6rem;
    }

    .section2_h2 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .section2_text {
        font-size: 1.2rem;
    }

    .section2_para {
        font-size: 0.6rem;
    }

    .section2_button1,
    .section2_button2 {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section2_img_card_flex img {
        border-radius: 0.9375rem;
        width: 6rem;
    }

    .section2_img_card_flex p {
        font-size: 0.6rem;
    }

    .section3_img_card_flex1 img,
    .section3_img_card_flex2 img {
        border-radius: 0.75rem;
        width: 6rem;
    }

    .section3_img_container1,
    .section3_img_container2 {
        gap: 1rem;
    }

    .section3_img_card_flex1 p,
    .section3_img_card_flex2 p {
        font-size: 0.6rem;
    }

    .zoomed_img_section3_flex {
        width: 6rem !important;
        height: 6rem !important;
    }

    .section3_h2 {
        font-size: 1.4rem;
    }

    .section3_buttons {
        gap: 0.4rem;
    }

    .section3_button1,
    .section3_button2 {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .play_plus {
        width: 8.75rem;
        height: auto;
    }

    .section4_text {
        font-size: 1rem;
    }

    .section4_para {
        margin-top: 0;
        font-size: 0.4rem;
    }

    .anniversary_img {
        width: 16rem;
    }

    .section5_h2 {
        font-size: 1.6125rem;
        line-height: 3.125rem;
    }

    .section5_para {
        margin-top: -1rem;
        font-size: 0.4rem;
        letter-spacing: 0.0625rem;
    }

    .section5_button1 {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section5_button2 {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section6_h2 {
        font-size: 2.2375rem;
    }

    .section6_text {
        margin-top: -2.5rem;
        font-size: 2.2375rem;
    }

    .section6_para {
        margin-top: -1.5rem;
        font-size: 0.6rem;
    }

    .section6_img_card_flex img {
        width: 30rem;
    }

    .section6_img_card_flex p {
        font-size: 0.8rem;
    }

    .section6_p1 {
        font-size: 1rem !important;
    }

    .section6_button {
        margin-top: 5rem;
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;
    }

    .section7_store_text_img {
        width: 12rem;
        margin-left: -1.4rem;
        margin-bottom: -4rem;
    }

    .section7_h2 {
        font-size: 2rem;
    }

    .section7_para {
        font-size: 0.8rem;
        margin-right: 5rem;
    }

    .section7_button {
        font-size: 0.6rem;
        padding: 0.4rem 0.6rem;

    }

    .section8_h2 {
        font-size: 1.8rem;
    }

    .section8_img_card_flex img {
        width: 20rem;
    }

    .section8_img_card_flex p {
        line-height: 1.175rem;
        font-size: 0.78em;
    }

    .section8_p1 {
        font-size: 1rem !important;
    }

    .section9_h2 {
        font-size: 1.6rem;
    }

    .section9_img {
        width: 5.6rem;
    }

    .section10 {
        font-size: 0.4rem;
    }

    .section10_p1 {
        font-size: 0.4rem;
    }

    .last_section_playstation_logo {
        width: 12rem;
    }

    .li_top {
        font-size: 0.6rem;
    }

    .li_middle {
        font-size: 0.4rem;
        line-height: 1.2rem;
    }

    .last_flex_img,
    .last_flex_img1 {
        width: 1.2rem;
    }

    .sony_interactive {
        width: 10.75rem;
    }

    .last_section_para {
        font-size: 0.6rem;
    }

    .more_info {
        font-size: 0.6rem;
    }

    .footer {
        font-size: 0.6rem;
    }
   
    #search-bar-container {
        display: none;
        position: absolute;
        right: 1rem;
        top: 3.6rem;
        z-index: 1000;
    }

    #search-bar {
        width: 20rem;
        padding: 0.5rem;
        font-size: 0.8rem;
        border: 1px solid #ccc;
        border-radius: 0.8rem;
    }

}

@media screen and (min-width:1020px) and (max-width:1200px) {


    .header {
        font-size: 0.8rem;
        padding-right: 0.5rem;
    }

    .nav_item_list {
        gap: 1rem;
    }

    .nav_items {
        font-size: 0.8rem;
    }

    .nav_button {
        font-size: 0.8rem;
        border-radius: 0.8rem;
        padding: 0.2rem 1.2rem;
    }

    .nav_logo {
        height: auto;
        width: 30px;
        cursor: pointer;
    }

    .destiny2_text_img {
        width: 18.125rem;
        height: auto;
    }

    .section1_text {
        font-size: calc(0.8rem * 2.141);
        margin-top: 0.8rem;
    }

    .section1_para {
        font-size: 0.8rem;
    }

    .section1_button {
        margin-top: 1rem;
        font-size: 0.6rem;
        border-radius: 1.2625rem;
        padding: 0.6rem 0.8rem;
    }

    .image-container img {
        border-radius: 0.9375rem;
        width: 10rem;
    }

    .section2_h2 {
        font-size: 2.475rem;
        line-height: 3.275rem;
    }

    .section2_text {
        font-size: 1.45rem;
    }

    .section2_para {
        font-size: 0.7375rem;
    }

    .section2_button1,
    .section2_button2 {
        font-size: 0.6rem;
        padding: 0.6rem 0.8rem;
    }

    .section2_img_card_flex img {
        border-radius: 0.9375rem;
        width: 8.5rem;
    }

    .section2_img_card_flex p {
        font-size: 0.6rem;
    }

    .section3_img_card_flex1 img,
    .section3_img_card_flex2 img {
        border-radius: 0.75rem;
        width: 8rem;
        height: auto;
        opacity: 1;
        transition: all 0.3s ease;
    }

    .section3_img_card_flex1 p,
    .section3_img_card_flex2 p {
        font-size: 0.6rem;
    }

    .zoomed_img_section3_flex {
        width: 8rem !important;
        height: 8rem !important;
    }

    .section3_h2 {
        font-size: 1.6rem;
    }

    .section3_buttons {
        gap: 0.5rem;
    }

    .section3_button1,
    .section3_button2 {
        font-size: 0.6rem;
        padding: 0.6rem 0.8rem;
    }

    .play_plus {
        width: 10.75rem;
        height: auto;
    }

    .section4_text {
        font-size: 2rem;
    }

    .section4_para {
        font-size: 0.6rem;
    }

    .anniversary_img {
        width: 20.25rem;
    }

    .section5_h2 {
        font-size: 1.8125rem;
        line-height: 3.125rem;
    }

    .section5_para {
        margin-top: -1rem;
        font-size: 0.6rem;
        letter-spacing: 0.0625rem;
    }

    .section5_button1 {
        font-size: 0.6rem;
        padding: 0.6rem 0.8rem;
    }

    .section5_button2 {
        font-size: 0.6rem;
        padding: 0.6rem 0.8rem;
    }

    .section6_h2 {
        font-size: 2.6375rem;
    }

    .section6_text {
        margin-top: -2.5rem;
        font-size: 2.6375rem;
    }

    .section6_para {
        margin-top: -1.5rem;
        font-size: 0.6rem;
    }

    .section6_img_card_flex img {
        width: 16rem;
    }

    .section6_img_card_flex p {
        font-size: 0.6rem;
    }

    .section6_p1 {
        font-size: 1rem !important;
    }

    .section6_button {
        margin-top: 5rem;
        font-size: 0.6rem;
        padding: 0.6rem 0.8rem;
    }

    .section7_store_text_img {
        width: 16rem;
        margin-left: -1.8rem;
        margin-bottom: -5rem;
    }

    .section7_h2 {
        font-size: 2rem;
    }

    .section7_para {
        font-size: 0.6rem;
    }

    .section7_button {
        font-size: 0.6rem;
        padding: 0.6rem 0.8rem;

    }

    .section8_h2 {
        font-size: 2rem;
    }

    .section8_img_card_flex img {
        width: 18rem;
    }

    .section8_img_card_flex p {
        line-height: 1.175rem;
        font-size: 0.5375rem;
    }

    .section8_p1 {
        font-size: 0.6rem !important;
    }

    .section9_h2 {
        font-size: 1.8rem;
    }

    .section9_img {
        width: 5.8rem;
    }

    .section10 {
        font-size: 0.3rem;

    }

    .section10_p1 {
        font-size: 0.3rem;
    }

    .last_section_playstation_logo {
        width: 12rem;
    }

    .li_top {
        font-size: 0.8rem;
    }

    .li_middle {
        font-size: 0.4rem;
        line-height: 1.2rem;
    }

    .last_flex_img,
    .last_flex_img1 {
        width: 1.4rem;
    }

    .sony_interactive {
        width: 10.75rem;
    }

    .last_section_para {
        font-size: 0.6rem;
    }

    .more_info {
        font-size: 0.6rem;
    }

    .footer {
        font-size: 0.6rem;
    }

    #search-bar-container {
        display: none;
        position: absolute;
        right: 1rem;
        top: 4rem;
        z-index: 1000;
    }

    #search-bar {
        width: 20rem;
        padding: 1rem;
        font-size: 1rem;
        border: 1px solid #ccc;
        border-radius: 0.8rem;
    }

}

@media screen and (min-width:1200px) and (max-width:1470px) {

    .header {
        font-size: 1.175rem;
        padding-right: 0.5rem;
    }

    .nav_item_list {
        gap: 1.5rem;
    }

    .nav_items {
        font-size: 0.8rem;
    }

    .nav_button {
        font-size: 1rem;
        border-radius: 1rem;
        padding: 0.0625rem 0.9375rem;
    }

    .nav_logo {
        height: auto;
        width: 30px;
        cursor: pointer;
    }

    .destiny2_text_img {
        width: 20.125rem;
        height: auto;
    }

    .section1_text {
        font-size: calc(0.8rem * 2.44141);
        margin-top: 0.8rem;
    }

    .section1_para {
        font-size: 1rem;
    }

    .section1_button {
        margin-top: 1rem;
        font-size: 0.8rem;
        border-radius: 1.2625rem;
        padding: 0.55rem 0.8rem;
    }

    .image-container {
        gap: 2rem;
    }

    .image-container img {
        border-radius: 0.9375rem;
        width: 13rem;
    }

    .section2_h2 {
        font-size: 2.875rem;
        line-height: 3.875rem;
    }

    .section2_img_card_flex img {
        border-radius: 0.9375rem;
        width: 10.5rem;
    }

    .section2_img_card_flex p {
        font-size: 0.8rem;
    }

    .section3_img_card_flex1 img,
    .section3_img_card_flex2 img {
        border-radius: 0.75rem;
        width: 8.5rem;
        height: auto;
        opacity: 1;
        transition: all 0.3s ease;
    }

    .section3_img_card_flex1 p,
    .section3_img_card_flex2 p {
        font-size: 0.8rem;
    }

    .zoomed_img_section3_flex {
        width: 8.5rem !important;
        height: 8.5rem !important;
    }

    .section3_h2 {
        font-size: 2.2rem;
    }

    .section3_buttons {
        gap: 0.5rem;
    }

    .section3_button1,
    .section3_button2 {
        font-size: 1rem;
        font-weight: 300;
        border-radius: 1.5625rem;
        padding: 1rem 1.5rem;
    }

    .play_plus {
        width: 12.75rem;
        height: auto;
    }

    .section4_text {
        font-size: 2.2125rem;
    }

    .section4_para {
        font-size: 0.8rem;
        font-weight: 500;
        opacity: 0.4;
        margin-top: -1rem;
    }

    .anniversary_img {
        width: 25.25rem;
    }

    .section5_h2 {
        font-size: 2.0125rem;
        line-height: 3.125rem;
    }

    .section5_para {
        margin-top: -1rem;
        font-size: 0.8rem;
        letter-spacing: 0.0625rem;
    }

    .section5_button1 {
        font-size: 0.8rem;
        padding: 0.8rem 1rem;
    }

    .section5_button2 {
        font-size: 0.8rem;
        padding: 0.8rem 1rem;
    }

    .section6_h2 {
        font-size: 2.8375rem;
    }

    .section6_text {
        margin-top: -2.5rem;
        font-size: 2.8375rem;
    }

    .section6_para {
        margin-top: -1.5rem;
        font-size: 0.8rem;
    }

    .section6_img_card_flex img {
        width: 16rem;
    }

    .section6_img_card_flex p {
        font-size: 0.8rem;
    }

    .section6_p1 {
        font-size: 1.2rem !important;
    }

    .section6_button {
        margin-top: 5rem;
        font-size: 0.8rem;
        padding: 0.8rem 1.2rem;
    }

    .section7_store_text_img {
        width: 18rem;
        margin-left: -2rem;
        margin-bottom: -6rem;
    }

    .section7_h2 {
        font-size: 2.2125rem;
    }

    .section7_para {
        font-size: 0.8rem;
    }

    .section7_button {
        font-size: 0.8rem;
        padding: 0.8rem 1.2rem;

    }

    .section8_h2 {
        font-size: 2.2rem;
    }

    .section8_img_card_flex img {
        width: 20rem;
    }

    .section8_img_card_flex p {
        line-height: 1.375rem;
        font-size: 0.7375rem;
    }

    .section8_p1 {
        font-size: 0.8rem !important;
    }

    .section9_h2 {
        font-size: 2rem;
    }

    .section9_img {
        width: 6rem;
    }

    .section10 {
        font-size: 0.4625rem;
    }

    .section10_p1 {
        font-size: 0.4625rem;
    }

    .last_section_playstation_logo {
        width: 14rem;
    }

    .last_section_text_flex_container {
        gap: 2.1875rem;
        line-height: 2.1875rem;
    }

    .li_top {
        font-size: 0.8rem;
    }

    .li_middle {
        font-size: 0.8rem;
    }

    .last_flex_img,
    .last_flex_img1 {
        width: 1.6rem;
    }

    .sony_interactive {
        width: 12.75rem;
    }

    .last_section_para {
        font-size: 0.8rem;
    }

    .more_info {
        font-size: 0.8rem;
    }

    .footer {
        font-size: 0.8rem;
    }
}

@media screen and (min-width:1800px) {


    .last_section {
        display: flex;
        justify-content: center;
    }

    .last_section_text_flex_container {
        gap: 8rem;

    }

    .section10 {
        display: flex;
        justify-content: center;
    }

    .section1_text_container {
        position: absolute;
        top: 35%;
        left: 25%;
        transform: translateX(-35%);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    #search-bar-container {
        display: none;
        position: absolute;
        right: 1rem;
        top: 4rem;
        z-index: 1000;
    }

    #search-bar {
        width: 30rem;
        padding: 1rem;
        font-size: 1rem;
        border: 1px solid #ccc;
        border-radius: 0.8rem;
    }


}

@media screen and (min-width:3000px) {

    .header {
        font-size: 2.450rem;
        padding: 1rem;
        letter-spacing: 0.25rem;
    }

    .nav_item_list {
        gap: 1.8rem;
    }

    .nav_items {
        font-size: 1.4rem;
    }

    .nav_button {
        font-size: 1.8rem;
        border-radius: 1.8rem;
        padding: 0.8rem 2rem;
    }

    .nav_logo {
        width: 80px;
    }

    .nav_search_logo {
        width: 40px;
    }

    .destiny2_text_img {
        width: 56rem;
        height: auto;
    }

    .section1_text {
        font-size: calc(2rem * 2.44141);
        margin-top: 2rem;
    }

    .section1_para {
        font-size: 2.3rem;
        line-height: 3.2rem;
        margin-top: -1.5rem;
    }

    .section1_button {
        margin-top: 2rem;
        font-size: 1.5rem;
        border-radius: 3.2rem;
        padding: 1.5rem 2rem;
    }

    .image-container {
        margin-top: 5rem;
        gap: 4rem;
    }

    .image-container img {
        border-radius: 1.8rem;
        width: 25rem;
    }

    .section2_h2 {
        font-size: 5rem;
        line-height: 6rem;
    }

    .section2_text {
        margin-top: 0.5rem;
        font-size: 3.5rem;
    }

    .section2_para {
        margin-top: -1rem;
        font-size: 1.8rem;
    }

    .section2_buttons {
        gap: 1.3rem;
    }

    .section2_button1,
    .section2_button2 {
        margin-top: 1rem;
        font-size: 1.5rem;
        border-radius: 3rem;
        padding: 1.5rem 2rem;
    }

    .section2_img_container {
        gap: 5rem;
        margin-bottom: 10rem;
    }

    .section2_img_card_flex img {
        border-radius: 2rem;
        width: 20.5rem;
    }

    .section2_img_card_flex p {
        font-size: 1.5rem;
    }

    .section3_img_container1,
    .section3_img_container2 {
        margin-top: 10rem;
        gap: 5rem;
    }

    .section3_img_card_flex1 img,
    .section3_img_card_flex2 img {
        border-radius: 1.3rem;
        width: 20.5rem;
    }

    .section3_img_card_flex1 p,
    .section3_img_card_flex2 p {
        font-size: 1.5rem;
    }

    .zoomed_img_section3_flex {
        width: 20.5rem !important;
        height: 20.5rem !important;
    }

    .section3_h2 {
        font-size: 4rem;
    }

    .section3_buttons {
        gap: 1rem;
    }

    .section3_button1,
    .section3_button2 {
        font-size: 2rem;
        border-radius: 3rem;
        padding: 1.5rem 2rem;
    }

    .play_plus {
        width: 32rem;
        height: auto;
    }

    .section4_text {
        font-size: 4.8rem;
    }

    .section4_para {
        font-size: 1.8rem;
        margin-top: -1rem;
    }

    .anniversary_img {
        width: 50rem;
        height: auto;
        object-fit: contain;
        margin-right: 7.5rem;
    }

    .section5_h2 {
        font-size: 4rem;
        font-weight: 300;
        line-height: 6rem;
    }

    .section5_para {
        margin-top: -1rem;
        font-size: 2rem;
    }

    .section5_buttons {
        gap: 1rem;
    }

    .section5_button1 {
        margin-top: 1rem;
        font-size: 2rem;
        border-radius: 3rem;
        padding: 1.5rem 2rem;
    }

    .section5_button2 {
        margin-top: 1rem;
        font-size: 2rem;
        border-radius: 3rem;
        padding: 1.5rem 2rem;
    }

    .section6_h2 {
        font-size: 5rem;
    }

    .section6_text {
        font-size: 5rem;
    }

    .section6_para {
        font-size: 1.8rem;
    }

    .section6_img_container {
        gap: 10rem;
    }

    .section6_img_card_flex img {
        border-radius: 0.9375rem;
        width: 35rem;
    }

    .section6_img_card_flex p {
        font-size: 1.4rem;
    }

    .section6_p1 {
        font-size: 1.8rem !important;
    }

    .section6_button {
        margin-top: 14rem;
        font-size: 1.5rem;
        border-radius: 3rem;
        padding: 1.5rem 2rem;
    }

    .section7_store_text_img {
        width: 40rem;
        margin-left: -4.5rem;
        margin-bottom: -12rem;
    }

    .section7_h2 {
        font-size: 4rem;
    }

    .section7_para {
        margin-top: -1rem;
        font-size: 1.8rem;
    }

    .section7_button {
        margin-top: 3rem;
        font-size: 1.5rem;
        border-radius: 3rem;
        padding: 1.5rem 2rem;
    }

    .section8_h2 {
        font-size: 4rem;
    }

    .section8_img_container {
        gap: 10rem;
    }

    .section8_img_card_flex img {
        width: 35rem;
    }

    .section8_img_card_flex p {
        line-height: 2.5rem;
        font-size: 1.2rem;
    }

    .section8_p1 {
        font-size: 1.5rem !important;
    }

    .section9_h2 {
        font-size: 4.3rem;
    }

    .section9_img_container {
        gap: 5.75rem;
    }

    .section9_img {
        width: 12rem;
    }

    .section10 {
        font-size: 1rem;
    }

    .section10_p1 {
        font-size: 1rem;
    }

    .last_section_playstation_logo {
        width: 24.75rem;
        height: auto;
    }

    .li_top {
        font-size: 1.3em;
    }

    .last_flex_img,
    .last_flex_img1 {
        width: 3rem;
        height: auto;
    }

    .sony_interactive {
        width: 25.75rem;
        height: auto;
    }

    .last_section_para {
        font-size: 1.2rem;
    }

    .footer {
        font-size: 1.2rem;
    }

    #search-bar-container {
        display: none;
        position: absolute;
        right: 1rem;
        top: 4rem;
        z-index: 1000;
    }

    #search-bar {
        width: 40rem;
        padding: 1rem;
        font-size: 1rem;
        border: 1px solid #ccc;
        border-radius: 0.8rem;
    }
}
