@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Poppins:wght@100&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Koulen&family=Lato&family=Nunito&family=Playfair+Display:ital@1&family=Prata&family=Raleway:ital,wght@1,100&family=Roboto&family=Roboto+Condensed&family=Teko&display=swap');

.home-intro {
    background-image: url("https://burkebryant.com/photography/burke55.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
    color: white;
    text-align: center;
}

body {
    background-image: url("img/WEBP/body-bg.webp");
    background-repeat: no-repeat;
    background-color: #0F1E26;
    background-position: bottom;
    background-position-x: right;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.btn{
    font-family: Roboto, sans-serif;
    font-weight: 0;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #c500cc 55%, #c500cc 100%);
    padding: 10px 30px;
    border: none;
    box-shadow: rgb(0, 0, 0) 5px 5px 29px 5px;
    border-radius: 50px;
    transition : 2161ms;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.btn:hover{
    transition : 2161ms;
    padding: 10px 50px;
    transform : translateY(-0px);
    background: linear-gradient(90deg, #c500cc 55%, #c500cc 100%);
    color: #f4f6f7;
    border: solid 2px #0066cc;
}

.main_rectangle_content_div {
    background-image: url("img/WEBP/container-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    border: 2.5px solid #379A95;
    outline: 2px solid #5F5AF5;
    outline-style: solid;
    border-radius: 0;
    width: 1440px;
    height: 1100px;
    margin: 2.5rem auto;
    padding: 0 0 2rem 2rem;
    z-index: 999;
}

.main_rectangle_content_div1 {
    background-image: url("img/WEBP/ezgif-3-ac8a89c872.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 1438px;
    height: 1100px;
    border-radius: 0;
    z-index: 1;
    opacity: 0.5;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.rectangle_content_box {
    width: 970px;
    height: 600px;
    margin: 2rem auto 0;
    display: flex;
    column-gap: 1rem;
    z-index: 10;
    position: relative;
}

.gradientborder_outer_most {
    border: 2px solid #5F5AF5;
}

.gradientborder_outer_most_dropdown {
    border: 2px solid #FFF849;
}

.gradientbox_outer {
    border: 2px solid transparent;
    background: linear-gradient(0deg, #154D4E, #154D4E),
        linear-gradient(180deg, #5F5AF5 0%, #7B77FF 17.19%, #726DFF 23.44%, #40CBB8 100%);
}

.gradientborder_inner {
    border: 2px solid transparent;
    background: linear-gradient(0deg, #379A95, #379A95),
        linear-gradient(180deg, #5F5AF5 0%, #7B77FF 17.19%, #726DFF 23.44%, #40CBB8 100%);
}


.first_section_row {
    width: 285px;
    height: 585px;
}

.main_header {
    background: linear-gradient(0deg, #379A95, #379A95),
        linear-gradient(180deg, #5F5AF5 0%, #7B77FF 17.19%, #726DFF 23.44%, #40CBB8 100%);
    width: 279px;
    height: 32px;
    border-bottom: 1px solid#154D4E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px;
}

.main_header h4 {
    margin-bottom: 0;
    font-family: "Audiowide";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.main_header .CTA_div {
    display: flex;
    align-items: center;
    column-gap: 0.15rem;
}

.CTA_side_box_sec {
    position: relative;
}

.CTA_box_icons {
    position: absolute;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    justify-content: end;
    align-items: center;
    width: 30px;
    height: 1100px;
    text-align: center;
    right: 0;
    background: linear-gradient(0deg, #379A95, #379A95), linear-gradient(180deg, #5F5AF5 0%, #7B77FF 17.19%, #726DFF 23.44%, #40CBB8 100%);
    padding-bottom: 20px;
}

.nav-header {
    width: 222px;
    justify-content: end;
}

.nav_link_bg {
    background-color: #000;
}

.nav_link_sec {
    background-size: cover;
    background-image: url("img/WEBP/nav-bg.webp");
    background-repeat: no-repeat;
    background-position: center;
    height: 545px;
    padding: 1.3rem;
}

.nav_link_sec ul,
.individual_page_dropdown ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.nav_link_sec_list {
    height: 400px;
    overflow-y: scroll;
}

.nav_link_sec_list li:hover a {
    color: #fff;
}

.nav_link_sec_list::-webkit-scrollbar {
    width: 0;
}

.nav_link_sec_list::-webkit-scrollbar-track {
    background: transparent;
}

.nav_link_sec_list::-webkit-scrollbar-thumb {
    background: #888;
}

.nav_link_sec_list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.nav_link_sec ul li,
.individual_page_dropdown ul li {
    color: #379A95;
    font-family: "Audiowide";
    font-size: 14px;
    border-bottom: 1px solid #154D4E;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-align: left;
    height: 40px;
    align-items: center;
    display: flex;
}

.nav_link_sec ul li:last-child,
.individual_page_dropdown ul li:last-child {
    border-bottom: none;
}

.nav_link_sec ul li a,
.individual_page_dropdown ul li a {
    text-decoration: none;
    color: #379A95;
}

.nav_link_sec ul li:hover,
.individual_page_dropdown ul li:hover {
    cursor: pointer;
    color: #fff;
    text-shadow: 0 4px 10px #09E2E880;
}

.nav_link_sec ul li.active a,
.individual_page_dropdown ul li.active a {
    color: #fff;
    text-shadow: 0 4px 10px #09E2E880;
}

.chevron-down-drop,
.raibowroadssec {
    position: relative;
}

.chevron-down_btn,
.rainbow_btn_img {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.chevron-down_btn {
    background-image: url("/img/SVG/chevron-down.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    transform: rotate(0);
}

.nav_link_sec ul li:hover .chevron-down_btn {
    background-image: url("/img/SVG/chevron-down-white.svg");
    background-repeat: no-repeat;
    transform: rotate(0);
}

.chevron-down-drop .active .chevron-down_btn {
    background-image: url("/img/SVG/chevron-down-white.svg");
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.chevron-down-drop:hover .active .chevron-down_btn {
    background-image: url("/img/SVG/chevron-down-white.svg");
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.nav_corner_img {
    position: absolute;
    top: -68px;
    right: -15px;
    width: 170px;
    height: auto;
}

.first_section_second_col {
    width: 620px;
    height: 185px;
    margin-top: 1rem;
}

.first_section_second_col .intro-8_header {
    border-bottom: none;
    width: 100%;
}

.intro_txt_sec {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.5rem 0.5rem 1.5rem;
}

.intro_txt_sec p {
    font-family: "Audiowide";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: #379A95;
    margin-bottom: 0;
    width: 420px;
}

.intro_sec_img {
    width: 146px;
    height: 146px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7px 0;
}

.intro_sec_img .pxld8logo {
    width: 45px;
    height: auto;
    object-fit: contain;
}

.intro_sec_img .Pxld8txt {
    width: 132px;
    height: auto;
    object-fit: contain;
    padding-top: 12px;
}

.first_section_second_col_main {
    display: flex;
    flex-direction: column;
}

.first_section_second_col_second_div {
    width: 657px;
    height: 430px;
    position: relative;
    top: -10.5px;
    left: 0.8rem;
}

.first_section_second_col_second_div .TV-8_header {
    border-bottom: none;
    width: 100%;
}

.first_section_second_col_second_div .intro_tv-8_sec {
    background-color: #000;
    padding: 5px 0;
}

.social_medialinks_sec {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

.social_medialinks_sec ul {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 1rem;
    justify-content: center;
    align-items: center;
}

.social_medialinks_sec .first_row_socialmedia {
    margin: 1rem 0 0;
}

.social_medialinks_sec .second_row_socialmedia {
    margin: 0 0 1rem;
}


/*Second Row CSS*/

.rectangle_content_box_second_row {
    width: 890px;
    height: 238px;
    display: flex;
    column-gap: 1rem;
    margin: 0 auto;
    position: relative;
    left: -20px;
    top: -35px;
    z-index: 10;
}

.rectangle_content_box_second_row .second_section_second_col_main {
    display: flex;
    flex-direction: row;
    column-gap: 1.5rem;
}

.second_section_second_col_main .second_section_first_col {
    width: 430px;
    height: 240px;
}

.second_section_second_col_main .second_section_first_col .Team_header {
    border-bottom: none;
    width: 100%;
}

.second_section_second_col_main .second_section_first_col .eight-team_sec {
    background-color: #000;
    padding: 0;
}

.eight-team_sec img {
    width: 423px;
    height: 200px;
    object-fit: cover;
}

.second_section_second_col_main .second_section_first_col .who_is_plxd8_bg_sec {
    background-color: #000;
    background-image: url("img/WEBP/whoispxl8d-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.9rem 1rem;
}

.who_is_plxd8_bg_sec p {
    font-family: "Audiowide";
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #379A95;
    width: 390px;
    margin-bottom: 0;
    text-shadow: 0px 2px 5px #000000E5;
}

.rectangle_content_box_third_row {
    width: 950px;
    height: 200px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}

.third_row_main_col {
    display: flex;
    align-items: center;
    column-gap: 2.8rem;
    position: relative;
    top: -22px;
}

.social_media_sec {
    background-color: #000;
    padding: 0.5rem 2rem 0.8rem;
    width: 426px;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.social_media_sec p {
    font-family: "Audiowide";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #379A95;
    margin-bottom: 0;
    text-shadow: 0px 2px 5px #000000E5;
}

.sm_img_icons {
    margin: 1.2rem 0;
}

.line_sec {
    margin-bottom: 0;
}

.last_sm_text {
    margin-bottom: 0;
    text-align: center;
    text-decoration: underline;
    text-shadow: 0px 2px 5px #000000E5;
}

.last_sm_text a {
    font-family: "Audiowide";
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.02em;
    color: #379A95;
}

.video {
    width: 100%;
    border: 1px solid black;
}
.playpause {
    background-image:url(/img/favpng_pause-button.png);
    background-repeat:no-repeat;
    width:15%;
    height:15%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:20%;
    margin:auto;
    background-size:contain; 
}

.last_sm_text:hover a {
    color: #fff;
}

.tv_sec img {
    width: 210px;
    height: 192px;
}

.tv_sec video {
    width: 125px;
    height: 100px;
    position: absolute;
    left: 24px;
    top: 52px;
    border-radius: 5px;
    object-fit: cover;
}

.game_arcade_sec img {
    width: 228px;
    height: 249px;
    object-fit: contain;
}

.game_arcade_sec .pacman_img {
    width: 70px;
    height: 50px;
    position: absolute;
    right: 100px;
    top: 75px;
}

.entry_main_rectangle_content_div {
    width: 1200px;
    height: 603px;
    background-position: center;
    padding: 0;
    margin: 5rem auto;
    display: inline-block;
    vertical-align: middle;
}

.enter_bg_landingpage {
    background-image: url("img/WEBP/pxlmares-bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: relative;
}


.main_rectangle_content_glow {
    background-image: url("img/WEBP/PXLMARES_Bg-Glow.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    opacity: 0.0;
}

.btn_caution_img_sec {
    display: flex;
    justify-content: center;
    align-items: end;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 99;
}

.btn_caution_img_sec img {
    width: 120px;
    height: 65px;
}


.collapse-btn {
    cursor: pointer;
    color: #379A95;
    text-decoration: underline;
}

.collapse-btn:hover {
    color: #fff;
}

.chevron-down-drop a.collapse-btn:visited {
    color: #fff;
}

.home_collapsed_content ul li {
    padding-left: 2rem;
    justify-content: flex-start;
}

.collapsed-content ul li a {
    color: #379A95;
}

.collapsed-content ul li:hover a {
    color: #fff;
}


.home_collapsed_content ul li {
    padding-left: 2rem;
    justify-content: flex-start;
}

/* Styling for the collapsed content */
.collapsed-content {
    display: none;
}

.collapse-btn.active {
    color: #fff;
    text-shadow: 0 4px 10px #09E2E880;
}

.animate-flicker {
    -webkit-animation: flickerAnimation 3s infinite;
    -moz-animation: flickerAnimation 3s infinite;
    -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

.nav_corner_img_sec {
    position: relative;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 1s, transform 1s;
}

.fade-out-down {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 1s, transform 1s;
}

.fade-in-up.active {
    opacity: 1;
    transform: translateY(0);
}

.fade-out-down.active {
    opacity: 0;
    transform: translateY(70px);
}

/*PXLMARES CSS*/

.Pxlmares_bg_div {
    position: relative;
    background-color: #000;
    opacity: 0.7;
}

.Pxlmares_bg_main .navbar-collapse,
.Pxl8d_bg_main .navbar-collapse,
.Pxltunes_bg_main .navbar-collapse {
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 3.5rem;
}

.Pxlmares_bg_main .navbar-collapse .navbar-nav,
.Pxl8d_bg_main .navbar-collapse .navbar-nav,
.Pxltunes_bg_main .navbar-collapse .navbar-nav {
    display: flex;
    align-items: baseline;
    justify-content: center;
    column-gap: 1rem;
}


.Pxlmares_bg_main,
.Pxl8d_bg_main,
.Pxltunes_bg_main {
    background-image: url("/img/WEBP/pxlmares-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100vh;
}

.Pxlmares_glow {
    background-image: url("/img/WEBP/welcome-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100vh;
}

.Pxl8d_bg_main {
    background-color: #000;
    background-image: url("/img/WEBP/pxl8d-bg.webp");
    background-position: bottom;
}

.Pxltunes_bg_main {
    background-color: #000;
    background-image: url("/img/WEBP/pxltunz-bg.webp");
    background-position: top;
}

.Tv-8_screen.Tv-8_screen {
    height: 100%;
    min-height: 1020px;
}

.Tv-8_screen .rectangle_content_box_third_row .third_row_main_col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2rem;
    row-gap: 5rem;
    margin: 6rem auto;
}

.Tv-8_screen .rectangle_content_box_third_row .third_row_main_col .tv_sec {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.Tv-8_screen .third_row_main_col .tv_sec video {
    height: 102px;
    left: 4.2rem;
    top: 22px;
}

.Tv-8_screen .individual_page_dropdown {
    z-index: 99;
}

.pxlmares_char_sec img {
    width: 236px;
    height: 375px;
    position: absolute;
    bottom: 0;
}

.plxmares_logo {
    width: 46px;
    height: 48px;
}

.Pxlmares_bg_main .navbar-nav .nav-item .nav-link,
.Pxl8d_bg_main .navbar-nav .nav-item .nav-link,
.Pxltunes_bg_main .navbar-nav .nav-item .nav-link {
    font-family: "Audiowide";
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #fff;
    text-shadow: 0 4px 10px #00000080;
    padding: 8px 4px;
}

.plxmares_line {
    margin: 0.5rem auto;
    display: flex;
    justify-content: center;
    z-index: 99;
    position: relative;
}

.pxlmares_char_sec,
.pxl8d_logo_sec {
    display: flex;
    justify-content: center;
}

.pxl8d_logo_sec img {
    height: 170px;
    width: auto;
    margin-top: 10px;
}

.pxlmares_logo_sec img {
    height: 82px;
    margin: 3rem auto;
}

.Pxlmares_bg_main .nav-link .rainbow_img,
.Pxl8d_bg_main .nav-link .rainbow_img,
.Pxltunes_bg_main .nav-link .rainbow_btn_img {
    height: 19px;
}

.walletconnectbtn {
    font-family: "Audiowide";
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.12em;
    color: #5F5AF5;
    border: 1px solid #40CBB8;
    width: 180px;
    height: 29px;
    padding: 6px 8px;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    margin-left: 2rem;
}


/*Video Play pause Button CSS*/

.video-container {
    position: relative;
}

#playPauseBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

#playPauseBtn i {
    font-size: 22px;
    color: white;
}

#playPauseBtn.pause i:before {
    content: "\f04c";
}

.intro_tv-8_sec .video-container video {
    width: 649px;
    height: 375px;
}

.animate__animated.animate__fadeInUp {
    --animate-duration: 7s;
}

@keyframes myfirst {
    0% {
        background: none;
        left: 40px;
        top: 50px;
    }

    25% {
        background: none;
        left: 100px;
        top: 50px;
    }

    50% {
        background: none;
        left: 100px;
        top: 80px;
    }

    75% {
        background: none;
        left: 40px;
        top: 80px;
    }

    100% {
        background: none;
        left: 40px;
        top: 50px;
    }
}

.zoom-in-out-box {
    background: none;
    animation: zoom-in-zoom-out 1s ease infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}


#slidecaption {
    -webkit-animation-name: spinner;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-name: spinner;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 2s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
    from {
        -webkit-transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(-360deg);
    }
}

/* all other browsers */
@keyframes spinner {
    from {
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -moz-transform: rotateY(-360deg);
        -ms-transform: rotateY(-360deg);
        transform: rotateY(-360deg);

    }
}

@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 3s infinite;
    -moz-animation: flickerAnimation 3s infinite;
    -o-animation: flickerAnimation 3s infinite;
    animation: flickerAnimation 3s infinite;
}

.nav_corner_img_sec {
    position: relative;
}

.fade-in-up {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 1s, transform 1s;
}

.fade-out-down {
    opacity: 0;
    transform: translateY(70px);
    transition: opacity 1s, transform 1s;
}

.fade-in-up.active {
    opacity: 1;
    transform: translateY(0);
}

.fade-out-down.active {
    opacity: 0;
    transform: translateY(70px);
}

/*PXLMARES CSS*/

.Pxlmares_bg_div {
    position: relative;
    background-color: #000;
    opacity: 0.7;
}

.Pxlmares_bg_main .navbar-collapse,
.Pxl8d_bg_main .navbar-collapse,
.Pxltunes_bg_main .navbar-collapse {
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 3.5rem;
}

.Pxlmares_bg_main .navbar-collapse .navbar-nav,
.Pxl8d_bg_main .navbar-collapse .navbar-nav,
.Pxltunes_bg_main .navbar-collapse .navbar-nav {
    display: flex;
    align-items: baseline;
    justify-content: center;
    column-gap: 1rem;
}


.Pxlmares_bg_main,
.Pxl8d_bg_main,
.Pxltunes_bg_main {
    background-image: url("/img/WEBP/pxlmares-bg.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100vh;
}

.Pxl8d_bg_main {
    background-color: #000;
    background-image: url("/img/WEBP/pxl8d-bg.webp");
    background-position: bottom;
}

.Pxltunes_bg_main {
    background-color: #000;
    background-image: url("/img/WEBP/pxltunz-bg.webp");
    background-position: top;
}

.pxlmares_char_sec img {
    width: 236px;
    height: 375px;
    position: absolute;
    bottom: 0;
}

.plxmares_logo {
    width: 46px;
    height: 48px;
}

.Pxlmares_bg_main .navbar-nav .nav-item .nav-link,
.Pxl8d_bg_main .navbar-nav .nav-item .nav-link,
.Pxltunes_bg_main .navbar-nav .nav-item .nav-link {
    font-family: "Audiowide";
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.12em;
    text-align: left;
    color: #fff;
    text-shadow: 0 4px 10px #00000080;
    padding: 8px 4px;
}

.plxmares_line {
    margin: 0.5rem auto;
    display: flex;
    justify-content: center;
    z-index: 99;
    position: relative;
}

.pxlmares_char_sec,
.pxl8d_logo_sec {
    display: flex;
    justify-content: center;
}

.pxl8d_logo_sec img {
    height: 155px;
    width: auto;
    margin-top: 20px;
}

.pxlmares_logo_sec img {
    height: 75px;
    margin: 3rem auto;
}

.Pxlmares_bg_main .nav-link .rainbow_img,
.Pxl8d_bg_main .nav-link .rainbow_img,
.Pxltunes_bg_main .nav-link .rainbow_btn_img {
    height: 19px;
}

.walletconnectbtn {
    font-family: "Audiowide";
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.12em;
    color: #5F5AF5;
    border: 1px solid #40CBB8;
    width: 180px;
    height: 29px;
    padding: 6px 8px;
    border-radius: 5px;
    background-color: transparent;
    text-align: center;
    margin-left: 2rem;
}

.individual_page_dropdown {
    position: absolute;
    left: 14rem;
    margin-top: -8px;
}

.individual_page_dropdown ul {
    list-style: none;
    background-color: #000;
    padding: 10px;
    margin: 0;
}

.individual_page_dropdown .Dropdown_content_sec ul li {
    padding-left: 0;
    justify-content: center;
    border-bottom: none;
}

.individual_page_dropdown .gradientborder_outer_most_dropdown {
    margin: 0;
}

.social_header {
    border-bottom: none;
    width: 100%;
}

.gradientborder_outer_most_dropdown {
    width: 165px;
    height: auto;
    margin: 0 auto;
}

.main_header_dropdown.main_header_dropdown {
    width: 100%;
    border-bottom: 2px solid #154D4E;
    justify-content: flex-end;
}

.Dropdown_content_sec {
    background-color: #000;
}

.collapsed_border_bottom {
    border-bottom: none;
}

.nav_collapsed_content ul li {
    padding-left: 0;
    justify-content: center;
    border-bottom: none;
}

.Dropdown_content_sec ul li a:hover {
    color: #FFFFFF;
    text-shadow: 0 4px 10px #09E2E880;
    cursor: pointer;
}

.comingsoon_bg {
    background: #000;
    height: 100vh;
}

.pondx_sec video {
    width: 100%;
    object-fit: cover;
}

.pondx_sec .video_image {
    filter: invert(1) contrast(2) hue-rotate(288deg) brightness(2);
    z-index: auto;
    object-fit: cover;
    object-position: top center;
    position: relative;
    top: 8px;
    height: 375px;
}

.Pondox_bg_main {
    background-color: #000;
    background-image: none !important;
}

.pondx_sec .pxl8d_logo_sec {
    align-items: center;
}

/*Media Query Here*/

@media screen and (max-width:3000px) {
    body {
        background-image: url("img/WEBP/body-bg.webp");
        background-repeat: repeat;
        background-size: cover;
    }

    .main_header {
        width: 100%;
    }

    .intro_tv-8_sec .video-container video {
        width: 100%;
    }

    .first_section_second_col_second_div {
        top: -7.5px;
    }

    .eight-team_sec img {
        width: 100%;
    }
}

@media screen and (max-width:2800px) {
    body {
        background-image: url("img/WEBP/body-bg.webp");
        background-repeat: repeat;
    }

    .main_rectangle_content_div {
        width: 1440px;
        height: 1101px;
    }

    .main_rectangle_content_div1 {
        width: 1436px;
        height: 1101px;
    }

    .intro_tv-8_sec .video-container video {
        width: 100%;
    }

    .individual_page_dropdown {
        left: 57rem;
    }

    .pondx_sec .video_image {
        position: absolute;
        bottom: 0;
        top: unset;
        height: 380px;
    }
}

@media screen and (max-width:2200px) {
    .main_header {
        width: 100%;
    }

    .gradientborder_outer_most_dropdown {
        width: 185px;
        height: auto;
        margin: 0 auto;
    }

    .rectangle_content_box_second_row {
        height: 243px;
    }

    .third_row_main_col {
        top: -27px;
    }

    .main_header {
        width: 100%;
    }

    .individual_page_dropdown {
        left: 35rem;
    }

    .pondx_sec .video_image {
        position: absolute;
        bottom: 0;
        top: unset;
        height: 380px;
    }
}

@media screen and (max-width:2000px) {
    .intro_tv-8_sec .video-container video {
        width: 100%;
    }

    .individual_page_dropdown {
        left: 32rem;
    }
}

@media screen and (max-width:1950px) {
    .individual_page_dropdown {
        left: 29rem;
    }
}


@media screen and (max-width:1850px) {
    .eight-team_sec img {
        width: 100%;
    }

    .main_header {
        width: 100%;
    }

    .individual_page_dropdown {
        left: 27rem;
    }

    .eight-team_sec img {
        width: 100%;
    }
}


@media screen and (max-width:1750px) {
    .individual_page_dropdown {
        left: 24rem;
    }

    .CTA_box_icons {
        height: 1098px;
    }

    .pondx_sec .video_image {
        position: absolute;
        bottom: 0;
        top: unset;
        height: 350px;
    }
}

@media screen and (max-width:1600px) {
    .intro_tv-8_sec .video-container video {
        width: 100%;
    }

    .main_header {
        width: 100%;
    }

    .eight-team_sec img {
        width: 100%;
    }

    .individual_page_dropdown {
        left: 21.5rem;
    }

    .nav-header {
        width: 222px;
        justify-content: end;
    }

    .pxlmares_logo_sec img {
        height: 70px;
    }

    .pondx_sec .video_image {
        position: absolute;
        bottom: 0;
        top: unset;
        height: 430px;
    }
}

@media screen and (max-width:1550px) {
    .individual_page_dropdown {
        left: 18.5rem;
    }

    .pondx_sec .video_image {
        position: absolute;
        bottom: 0;
        top: unset;
        height: 300px;
    }
}

@media screen and (max-width:1450px) {
    .main_header {
        width: 100%;
    }

    .main_rectangle_content_div {
        width: 1300px;
        height: 1102px;
    }

    .main_rectangle_content_div1 {
        width: 1298px;
        height: 1102px;
    }

    .first_section_second_col_second_div {
        width: 630px;
        top: -9.5px;
    }

    .intro_tv-8_sec .video-container video {
        width: 100%;
    }

    .btn_caution_img_sec img {
        width: 110px;
        height: 55px;
    }

    .rectangle_content_box_second_row {
        height: 245px;
        left: -26px;
        top: -30px;
    }

    .eight-team_sec img {
        width: 100%;
    }

    .rectangle_content_box_second_row .second_section_second_col_main {
        column-gap: 1rem;
    }

    .social_header {
        border-bottom: none;
        width: 100%;
    }

    .first_section_second_col_second_div .intro_tv-8_sec {
        background-color: #000;
        padding: 0 0;
    }

    .Pxlmares_bg_main .navbar-collapse, .Pxl8d_bg_main .navbar-collapse, .Pxltunes_bg_main .navbar-collapse {
        column-gap: 2.5rem;
    }

    .Pxl8d_bg_main .navbar-expand-lg .container,
    .Pxlmares_bg_main .navbar-expand-lg .container,
    .Pxltunes_bg_main .navbar-expand-lg .container {
        max-width: 1275px;
    }

    .pxlmares_char_sec img {
        width: auto;
        height: 325px;
        object-fit: cover;
    }

    .pxl8d_logo_sec img {
        height: 140px;
        width: auto;
        margin-top: 20px;
    }

    .individual_page_dropdown {
        left: 14.5rem;
    }

    .walletconnectbtn {
        margin-right: 0;
        margin-left: 1.5rem;
    }

    .pxlmares_logo_sec img {
        height: 65px;
        width: auto;
        margin-top: 20px;
    }

    .pondx_sec .video_image {
        position: absolute;
        bottom: 0px;
        top: unset;
        height: 250px;
        z-index: 99;
    }

    .pondx_sec .pxlmares_logo_sec img {
        margin: 2rem auto;
    }
}


@media screen and (max-width:1299px) {
    .main_rectangle_content_div {
        width: 1226px;
        height: 1105px;
    }

    .main_rectangle_content_div1 {
        width: 1223px;
        height: 1102px;
    }
}

@media screen and (max-width:1299px) and (min-height:960px) {
    .CTA_box_icons {
        height: 1100px;
    }
}

@media screen and (max-width:1250px) {
    .main_header {
        width: 274px;
    }

    .main_rectangle_content_div1 {
        width: 1198px;
        height: 1105px;
    }

    .main_rectangle_content_div {
        width: 1200px;
        height: 1105px;
    }

    .CTA_box_icons {
        width: 30px;
        height: 1102px;
    }

    .first_section_second_col_second_div {
        width: 625px;
        top: -9.5px;
        left: 0.5rem;
    }

    .intro_tv-8_sec .video-container video {
        width: 614px;
    }

    .btn_caution_img_sec img {
        width: 110px;
        height: 55px;
    }

    .rectangle_content_box_second_row {
        height: 245px;
        left: -26px;
        top: -25px;
    }

    .eight-team_sec img {
        width: 100%;
    }

    .rectangle_content_box_second_row .second_section_second_col_main {
        column-gap: 1rem;
    }

    .social_header {
        border-bottom: none;
        width: 100%;
    }

    .first_section_second_col_second_div .intro_tv-8_sec {
        background-color: #000;
        padding: 0 0;
    }

    .Pxlmares_bg_main .navbar-collapse, .Pxl8d_bg_main .navbar-collapse, .Pxltunes_bg_main .navbar-collapse {
        column-gap: 1.5rem;
    }

    .Pxl8d_bg_main .navbar-expand-lg .container,
    .Pxlmares_bg_main .navbar-expand-lg .container,
    .Pxltunes_bg_main .navbar-expand-lg .container {
        max-width: 1195px;
    }

    .Pxlmares_bg_main .navbar-nav .nav-item .nav-link, .Pxl8d_bg_main .navbar-nav .nav-item .nav-link, .Pxltunes_bg_main .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .pxlmares_char_sec img {
        width: auto;
        height: 300px;
        object-fit: cover;
    }

    .pxl8d_logo_sec img {
        height: 120px;
        width: auto;
        margin-top: 20px;
    }

    .individual_page_dropdown {
        left: 11rem;
    }

    .pxlmares_logo_sec img {
        height: 55px;
        width: auto;
        margin-top: 20px;
    }

    .plxmares_line {
        width: 100%;
    }

    .rectangle_content_box {
        column-gap: 0.8rem;
    }
}


@media screen and (max-width: 1199px) {
    .main_rectangle_content_div1 {
        width: 1090px;
        height: 1105px;
    }

    .main_rectangle_content_div {
        width: 1094px;
        height: 1105px;
    }

    .main_header {
        width: 273px;
    }

    .intro_tv-8_sec .video-container video {
        width: 613px;
    }

    .Pxlmares_bg_main .navbar-nav .nav-item .nav-link,
    .Pxl8d_bg_main .navbar-nav .nav-item .nav-link,
    .Pxltunes_bg_main .navbar-nav .nav-item .nav-link {
        font-size: 12px;
    }
}

@media screen and (max-width:1099px) {
    .main_rectangle_content_div {
        width: 985px;
        height: 1105px;
        padding: 0 0;
    }

    .main_rectangle_content_div1 {
        width: 981px;
        height: 1105px;
        z-index: 0;
    }

    .third_row_main_col {
        column-gap: 2.2rem;
    }

    .rectangle_content_box_second_row {
        left: 0;
        top: -25px;
    }

    .intro_tv-8_sec .video-container video {
        width: 613px;
    }

    .CTA_box_icons {
        width: 25px;
    }

    .rectangle_content_box_second_row {
        width: 875px;
    }

    .Pxlmares_bg_main .navbar-collapse .navbar-nav, .Pxl8d_bg_main .navbar-collapse .navbar-nav, .Pxltunes_bg_main .navbar-collapse .navbar-nav {
        column-gap: 1rem;
    }

    .Pxlmares_bg_main .navbar-nav .nav-item .nav-link, .Pxl8d_bg_main .navbar-nav .nav-item .nav-link, .Pxltunes_bg_main .navbar-nav .nav-item .nav-link {
        font-size: 10px;
    }

    .pondx_sec .video_image {
        position: absolute;
        bottom: 0px;
        top: unset;
        height: 200px;
    }
}

@media screen and (max-width: 991px) {
    .btn_caution_img_sec img {
        width: 95px;
        height: 45px;
    }

    .main_rectangle_content_div {
        width: 855px;
        height: 1047px;
    }

    .main_rectangle_content_div1 {
        width: 853px;
        height: 1047px;
    }

    .first_section_second_col {
        width: 515px;
    }

    .first_section_second_col_second_div {
        width: 530px;
    }

    .rectangle_content_box {
        width: 815px;
    }

    .intro_txt_sec p {
        font-size: 12.5px;
        width: 325px;
    }

    .first_section_row {
        width: 225px;
        height: 585px;
    }

    .nav_link_sec ul li, .individual_page_dropdown ul li {
        font-size: 12px;
    }

    .chevron-down_btn {
        width: 20px;
        height: 18px;
    }

    .nav_link_sec {
        padding: 0.7rem;
    }

    .main_header h4 {
        font-size: 14px;
    }

    .CTA_div img {
        width: 24px;
    }

    .rectangle_content_box_second_row {
        height: 200px;
        left: -20px;
    }

    .second_section_second_col_main .second_section_first_col {
        width: 375px;
        height: 180px;
    }

    .eight-team_sec img {
        height: 150px;
    }

    .who_is_plxd8_bg_sec p {
        font-size: 12px;
        font-weight: 400;
        line-height: 15px;
        width: 325px;
    }

    .second_section_second_col_main .second_section_first_col .who_is_plxd8_bg_sec {
        padding: 0.45rem 1rem;
    }

    .rectangle_content_box_second_row .second_section_second_col_main {
        column-gap: 0.65rem;
    }

    .rectangle_content_box_third_row {
        width: 740px;
    }

    .social_media_sec {
        padding: 0.5rem 1rem 0.8rem;
        width: 280px;
    }

    .third_row_main_col {
        column-gap: 1.2rem;
        left: -30px;
        top: -26px;
    }

    .game_arcade_sec img {
        width: 185px;
    }

    .rectangle_content_box_second_row {
        width: 760px;
    }

    .CTA_box_icons {
        width: 25px;
        height: 1045px;
    }

    .CTA_box_icons img {
        width: 25px;
    }

    .first_row_socialmedia li a img,
    .second_row_socialmedia li a img {
        width: 25px;
        height: 25px;
    }

    .game_arcade_sec .pacman_img {
        width: 40px;
        height: 60px;
    }

    .social_medialinks_sec {
        row-gap: 0.8rem;
    }

    .social_medialinks_sec .second_row_socialmedia {
        margin: 0 0 0.5rem;
    }

    .nav_corner_img {
        top: -58px;
        right: -10px;
    }

    .main_header {
        width: 100%;
    }

    .intro_tv-8_sec .video-container video {
        width: 100%;
    }

    .Pxlmares_bg_main .navbar-collapse, .Pxl8d_bg_main .navbar-collapse, .Pxltunes_bg_main .navbar-collapse {
        column-gap: 1.5rem;
        flex-direction: column;
        z-index: 999;
    }

    .walletconnectbtn {
        margin: 8px 0;
    }

    .plxmares_line {
        display: none;
    }

    .navbar-toggler{
        z-index: 9999;
    }

    .navbar-toggler-icon {
        background-image: url("/img/SVG/menu_FILL.svg") !important;
    }

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    .navbar-collapse {
        position: absolute;
        top: 60px;
        width: 100%;
        background: #000;
        z-index: 99;
        top:0;
    }

    .Pxl8d_bg_main .navbar-expand-lg .container,
    .Pxlmares_bg_main .navbar-expand-lg .container,
    .Pxltunes_bg_main .navbar-expand-lg .container {
        padding: 0;
    }

    .Pxlmares_bg_main .navbar-collapse .navbar-nav,
    .Pxl8d_bg_main .navbar-collapse .navbar-nav,
    .Pxltunes_bg_main .navbar-collapse .navbar-nav {
        margin-left: 10px;
    }

    .Pxlmares_bg_main .navbar-nav .nav-item .nav-link,
    .Pxl8d_bg_main .navbar-nav .nav-item .nav-link,
    .Pxltunes_bg_main .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }

    .individual_page_dropdown {
        left: 15px;
        z-index: 999;
        top: 9rem;
    }

    .Tv-8_screen .third_row_main_col .tv_sec video {
        height: 102px;
        left: 2rem;
        top: 22px;
    }

    .pondx_sec .video_image {
        top: unset;
        bottom: 0;
        position: absolute;
    }
    
    .Tv-8_screen .individual_page_dropdown {
        z-index: 999;
    }

    .plxmares_logo {
        width: 40px;
        height: 42px;
        margin-top: 10px;
    }
}

@media screen and (max-width:980px) and (orientation:landscape){
    .third_row_main_col {
        column-gap: 3.2rem;
        top: -18px;
    }
}

@media screen and (max-width: 880px) {
    .main_rectangle_content_div {
        width: 765px;
        height: 1047px;
        margin: 3rem auto 12rem;
    }

    .main_rectangle_content_div1 {
        width: 762px;
        height: 1047px;
    }

    .CTA_box_icons {
        width: 100%;
        height: 25px;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 0;
    }

    .rectangle_content_box {
        width: 725px;
    }

    .first_section_second_col,
    .first_section_second_col_second_div {
        width: 500px;
    }

    .rectangle_content_box_second_row {
        width: 665px;
    }

    .second_section_second_col_main .second_section_first_col {
        width: 350px;
        height: 180px;
    }

    .who_is_plxd8_bg_sec p {
        width: 100%;
    }

    .third_row_main_col {
        column-gap: 0.8rem;
        left: 5px;
        top: -26px;
    }
}

@media screen and (max-width:880px) and (orientation:landscape){
    .third_row_main_col {
        column-gap: 2rem;
        top: -15px;
    }
}

@media screen and (max-width:800px) and (max-height:1280px) {
    .Tv-8_screen.Tv-8_screen {
        height: 100%;
        min-height: 1300px;
    }
}

@media screen and (max-width:798px) {
    .main_rectangle_content_div {
        width: 750px;
        margin: 3rem auto 12rem;
    }

    .main_rectangle_content_div1 {
        width: 748px;
    }

    .first_section_second_col_second_div {
        left: 0.3rem;
    }
}

@media screen and (max-width:767px) {
    body {
        background-color: #0F1E26 !important;
    }

    .main_rectangle_content_div {
        width: 90%;
        padding: 0 0;
        height: 815px;
        overflow-y: scroll;
        overflow-x: visible;
        margin: 2.5rem auto 10.5rem;
    }

    .main_rectangle_content_div1 {
        display: none;
    }

    .rectangle_content_box {
        display: block;
        width: 95%;
        margin: 3rem auto;
    }

    .first_section_row {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .rectangle_content_box_second_row .second_section_second_col_main {
        width: 100%;
        display: block;
    }

    .first_section_second_col_main {
        row-gap: 1.5rem;
    }

    .first_section_second_col_second_div {
        width: 100%;
        height: 205px;
        top: 0;
        left: 0;
    }

    .first_section_second_col {
        width: 100%;
        height: auto;
    }

    .fade-in-up.active {
        opacity: 1;
        transform: none;
    }

    .fade-out-down.active {
        opacity: 0;
        transform: none;
    }

    .rectangle_content_box_second_row {
        width: 100%;
        height: 435px;
        left: 0;
        top: 37.5rem;
        position: relative;
    }

    .who_is_plxd8_bg_sec p {
        width: 100%;
    }

    .CTA_box_icons {
        width: 100%;
        height: 25px;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 0;
    }

    .second_section_second_col_main .second_section_first_col {
        width: 95%;
        height: auto;
        margin: 1.5rem auto;
    }

    .rectangle_content_box_third_row {
        width: 100%;
        height: auto;
        top: 37.5rem;
        text-align: center;
        margin: auto;
    }

    .third_row_main_col {
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
    }

    .intro_txt_sec {
        display: block;
        padding: 0.5rem;
    }

    .intro_txt_sec p {
        width: 100%;
    }

    .intro_tv-8_sec .video-container video {
        width: 100%;
        height: auto;
    }

    .intro_sec_img {
        margin: 0 auto;
        display: block;
        text-align: center;
        height: auto;
    }

    .tv_sec video {
        left: 12.8rem;
        top: 24px;
        border-radius: 3px;
    }

    .second_section_first_col {
        width: 95%;
        margin: auto;
    }

    .social_media_sec {
        padding: 0.5rem 1rem 0.8rem;
        width: 100%;
    }

    .game_arcade_sec img {
        width: 200px;
        height: 228px;
    }

    .main_header {
        width: 100%;
    }

    ::-webkit-scrollbar {
        width: 0;
    }

    .rectangle_content_box_second_row_tv-8 {
        top: 1.5rem;
    }

    .Tv-8_screen .rectangle_content_box_third_row .third_row_main_col {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 1.5rem;
        row-gap: 2rem;
        margin: 0 auto;
    }

    .walletconnectbtn {
        margin: 8px 0;
    }
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .tv_sec video {
        left: 15.5rem;
        z-index: 9;
    }

    .tv_sec img{
        position: relative;
    }

    .first_section_second_col_main {
        row-gap: 2rem;
    }

    .rectangle_content_box_second_row,
    .rectangle_content_box_third_row {
        top: 39rem;
    }

    .second_section_second_col_main .second_section_first_col {
        margin: 2rem auto;
    }

    .pxlmares_char_sec img {
        height: 230px;
    }

    .pxl8d_logo_sec img {
        height: 95px;
    }

    .pxlmares_logo_sec img {
        height: 50px;
    }

    .Pxlmares_bg_main .navbar-nav .nav-item .nav-link,
    .Pxl8d_bg_main .navbar-nav .nav-item .nav-link,
    .Pxltunes_bg_main .navbar-nav .nav-item .nav-link {
        font-size: 14.5px;
    }

    .rectangle_content_box_second_row_tv-8 {
        top: 1.5rem;
    }

    .Tv-8_screen .third_row_main_col .tv_sec video {
        left: 6rem;
    }

    .pondx_sec .video_image {
        top: unset;
        bottom: 0;
        position: absolute;
        height: 150px;
    }

    .pondx_sec .pxlmares_logo_sec img {
        height: 50px;
    }
}

@media screen and (max-width:750px) and (orientation:landscape){
    .tv_sec video {
        left: 15.6rem;
        z-index: 9;
    }
}

@media screen and (max-width:680px) and (orientation:landscape) {
    .pxl8d_logo_sec img {
        margin-top: 0;
        height: 75px;
    }

    .pxlmares_char_sec img {
        height: 180px;
    }

    .Tv-8_screen .third_row_main_col .tv_sec video {
        left: 5rem;
    }

    .rectangle_content_box_second_row_tv-8 {
        top: 0;
    }

    .Tv-8_screen .rectangle_content_box_third_row .third_row_main_col {
        padding-bottom: 2rem;
    }

    .tv_sec video {
        left: 12.8rem;
    }

    .game_arcade_sec .pacman_img {
        width: 50px;
        height: 40px;
    }
}

@media screen and (max-width:600px) and (orientation:portrait) {

    .rectangle_content_box_second_row,
    .rectangle_content_box_third_row {
        top: 36rem;
    }

    .rectangle_content_box_second_row_tv-8 {
        top: 0;
    }

    .Tv-8_screen .rectangle_content_box_third_row .third_row_main_col {
        padding-bottom: 2rem;
    }

    .tv_sec video {
        left: 11.8rem;
    }

    .Tv-8_screen .third_row_main_col .tv_sec video {
        left: 4rem;
    }

    .second_section_second_col_main .second_section_first_col {
        margin: 1.8rem auto;
    }

    .pondx_sec .video_image {
        top: unset;
        bottom: 0;
        position: absolute;
    }

    .first_section_second_col_main {
        row-gap: 1.8rem;
    }

    .third_row_main_col {
        top: 10px;
    }
}

@media screen and (max-width:576px) {
    body {
        background-color: #0F1E26 !important;
    }

    .main_rectangle_content_div {
        width: 90%;
        padding: 0 0;
        height: 865px;
        overflow-y: scroll;
        overflow-x: visible;
        margin: 2.5rem auto
    }

    .main_rectangle_content_div1 {
        display: none;
    }

    .rectangle_content_box {
        display: block;
        width: 95%;
        margin: 3rem auto;
    }

    .first_section_row {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .rectangle_content_box_second_row .second_section_second_col_main {
        width: 100%;
        display: block;
    }

    .first_section_second_col_main {
        row-gap: 1.5rem;
    }

    .first_section_second_col_second_div {
        width: 100%;
        height: 205px;
        top: 0;
        left: 0;
    }

    .first_section_second_col {
        width: 100%;
        height: auto;
    }

    .fade-in-up.active {
        opacity: 1;
        transform: none;
    }

    .fade-out-down.active {
        opacity: 0;
        transform: none;
    }

    .rectangle_content_box_second_row {
        width: 100%;
        height: 435px;
        left: 0;
        top: 34rem;
        position: relative;
    }

    .who_is_plxd8_bg_sec p {
        width: 100%;
    }

    .CTA_box_icons {
        width: 100%;
        height: 25px;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        padding-bottom: 0;
    }

    .second_section_second_col_main .second_section_first_col {
        width: 95%;
        height: auto;
        margin: 1.5rem auto;
    }

    .rectangle_content_box_third_row {
        width: 100%;
        height: auto;
        top: 33.5rem;
        text-align: center;
        margin: auto;
    }

    .third_row_main_col {
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
    }

    .intro_txt_sec {
        display: block;
        padding: 0.5rem;
    }

    .intro_txt_sec p {
        width: 100%;
    }

    .intro_tv-8_sec .video-container video {
        width: 100%;
        height: auto;
    }

    .intro_sec_img {
        margin: 0 auto;
        display: block;
        text-align: center;
        height: auto;
    }

    .tv_sec video {
        left: 10.3rem;
        top: 24px;
        border-radius: 3px;
        z-index: 9;
    }

    .tv_sec img{
        position: relative;
    }

    .second_section_first_col {
        width: 95%;
        margin: auto;
    }

    .social_media_sec {
        padding: 0.5rem 1rem 0.8rem;
        width: 100%;
    }

    ::-webkit-scrollbar {
        width: 0;
    }

    .rectangle_content_box_second_row_tv-8 {
        top: 0 !important;
    }

    .Tv-8_screen .rectangle_content_box_third_row .third_row_main_col {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        column-gap: 1.5rem;
        row-gap: 2rem;
        margin: 0 auto;
        padding-bottom: 5rem;
    }

    .Tv-8_screen .Pxlmares_glow {
        height: 100%;
        overflow-y: scroll;
    }

    .Tv-8_screen .third_row_main_col .tv_sec video {
        left: 6.2rem;
    }

    .pxlmares_logo_sec img {
        height: 35px;
    }

    .pondx_sec .video_image {
        top: unset;
        bottom: 0;
        position: absolute;
        height: 165px;
    }
}

@media screen and (max-width:495px) {
    .rectangle_content_box_third_row {
        top: 34rem;
    }

    .rectangle_content_box_second_row {
        top: 32.8rem;
    }

    .tv_sec video {
        left: 6.4rem;
        top: 24px;
        border-radius: 3px;
    }

    .Tv-8_screen .third_row_main_col .tv_sec video {
        left: 8rem;
    }

    .individual_page_dropdown {
        top: 9rem;
    }

    .game_arcade_sec .pacman_img {
        width: 50px;
        height: 40px;
    }
}

@media screen and (device-width:480px) {
    .rectangle_content_box_second_row {
        top: 33.5rem;
    }

    .tv_sec video {
        left: 8.4rem;
    }

    .rectangle_content_box_third_row {
        top: 35rem;
    }

    .Tv-8_screen .third_row_main_col .tv_sec video {
        left: 10rem;
    }
}

@media screen and (max-width:450px) {
    .Tv-8_screen .third_row_main_col .tv_sec video {
        left: 8.5rem;
    }
    .tv_sec video {
        left: 7rem;
        top: 24px;
        border-radius: 3px;
    }
    .rectangle_content_box_second_row {
        top: 32rem;
    }
}

@media screen and (max-width:420px) {
    .Tv-8_screen .third_row_main_col .tv_sec video {
        left: 8rem;
    }
    .tv_sec video {
        left: 6.4rem;
    }
}

@media screen and (max-width:390px) {
    .tv_sec video {
        left: 5.8rem;
        z-index: 9;
    }

    .first_section_second_col_main {
        row-gap: 1.8rem;
    }

    .rectangle_content_box_third_row {
        top: 36rem;
    }

    .Tv-8_screen .third_row_main_col .tv_sec video {
        left: 7rem;
    }
}

@media screen and (max-width:376px) {
    .Tv-8_screen .third_row_main_col .tv_sec video {
        left: 6.8rem;
    }
    .tv_sec video {
        left: 5.5rem;
        z-index: 9;
    }
}

@media screen and (max-width:365px){
    .tv_sec video {
        left: 5rem;
    }
    .rectangle_content_box_second_row {
        top: 32.5rem;
    }
}