@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_24pt-ExtraLight.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter_18pt-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Jersey';
    src: url('../fonts/Jersey10-Regular.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html, body, * {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
body::after{
    content: "";
    background-image: url(../img/grain.png);
    background-repeat: repeat;
    pointer-events: none;
    mix-blend-mode: multiply;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 46%;
}
body,
html{
    scroll-behavior: smooth;
}
body{
    background-color: #000;
    font-weight: 100;   
    font-family: "Inter";
    padding: 0;
    margin: 0;
    overflow-y: scroll;
    overflow-x: clip;
}
body p{
    color: #e6e6e6;
    font-size: 16px;
    margin: 0;
    margin: 0;
}
.bold_text{
    font-family: 'Inter-Bold';
}
.pixel_text{
    font-family: 'Jersey' !important;
    letter-spacing: 1px !important;
}
.burger_menu{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    padding-top: 30px;
    padding-left: 2px;
    display: none;
}
.burger_menu_open{
    display: block !important;
}
.burger_menu_wrapper{
    background-image: url(../img/burger_bg.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    mix-blend-mode: hard-light;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
    opacity: 40%;
    height: 380px;
}
.burger_logo{
    width: 100%;
    height: 68px;
    background-image: url(../img/burger_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: -45px;
    position: relative;
    z-index: 13;
    pointer-events: none;
}
.burger_logo_a::before{
    display: none !important;
}
.burger_menu p{
    text-decoration: none;
    color: #fff;
    font-family: "Inter-Bold";
    font-size: 46px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    display: block;
}
.burger_menu .burger_menu_apps_p{
    padding-left: 66px;
    color: #FF00FB;
}
.burger_menu .burger_menu_photos_p{
    padding-left: 90px;
    color: #FF00FB;
}
.burger_menu .burger_menu_videos_p{
    padding-left: 100px;
    color: #FF00FB;
}
.burger_menu .burger_menu_music_p{
    padding-left: 108px;
    color: #FFB700;
}
.burger_menu .burger_menu_merch_p{
    padding-left: 137px;
    color: #FFB700;
}
.burger_menu .burger_menu_embedded_p{
    padding-left: 160px;
    color: #FFB700;
    margin-bottom: 50px;
}
.burger_menu_apps_a,
.burger_menu_photos_a,
.burger_menu_videos_a,
.burger_menu_music_a,
.burger_menu_merch_a,
.burger_menu_embedded_a{
    position: fixed;
    width: 45px;
    height: 45px;
    text-align: center;
    background-color: #fff;
    line-height: 45px;
    top: 0;
    left: 0;
    text-decoration: none;
    color: #000;
    font-family: 'Inter-Bold';
    font-size: 25px;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.burger_menu_apps_a:hover,
.burger_menu_photos_a:hover,
.burger_menu_videos_a:hover,
.burger_menu_music_a:hover,
.burger_menu_merch_a:hover,
.burger_menu_embedded_a:hover{
    filter: brightness(0.5);
}
.burger_menu_apps_a{
    top: 104px;
    left: 27px;
    background-color: #FF00FB;
}
.burger_menu_photos_a{
    top: 171px;
    left: 27px;
    line-height: 40px;
    background-color: #FF00FB;
}
.burger_menu_videos_a{
    top: 236px;
    left: 27px;
    background-color: #FF00FB;
}
.burger_menu_music_a{
    top: 104px;
    left: auto;
    right: 29px;
    line-height: 43px;
    background-color: #FFB700;
}
.burger_menu_merch_a{
    top: 171px;
    left: auto;
    right: 29px;
    line-height: 43px;
    background-color: #FFB700;
}
.burger_menu_embedded_a{
    top: 236px;
    left: auto;
    right: 29px;
    background-color: #FFB700;
}
.burger_menu_burger_buton{
    position: fixed !important;
    width: 52px !important;
    height: 52px !important;
    top: 40px !important;
    left: 176px !important;
    background-image: url(../img/burger_close_logo.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    z-index: 12 !important;
    cursor: pointer !important;
    opacity: 20% !important;
}
.burger_menu .burger_menu_lucky_a{
    padding-left: 220px;
    padding-top: 15px;
    padding-bottom: 15px;
    display: inline-block;
    margin-left: 27px;
    border: 4px solid #E6E6E6;
    border-right: none;
    border-radius: 9px 0px 0px 9px;
    color: #e6e6e6;
    font-family: 'Jersey';
    font-size: 45px;
    text-wrap: nowrap;
    line-height: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: calc(100% - 220px - 27px);
    text-align: right;
}
.burger_menu .burger_menu_lucky_a:hover{
    filter: brightness(0.5);
}
.index_header{
    position: relative;
    height: 834px;
    background-image: url(../img/index_header_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow-x: clip;
}
.index_monitor_image,
.index_about_image,
.index_us_image,
.index_logo_image,
.index_header a,
.index_burger_open_button{
    position: absolute;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.index_logo_image{
    height: 130px;
    background-image: url(../img/monya_logo.png);
    z-index: 5;
    top: 4px;
    width: 79%;
    left: 3%;
    cursor: pointer;
}
.index_about_image{
    height: 300px;
    background-image: url(../img/about.png);
    z-index: 2;
    top: 50px;
    width: 100%;
    left: 0%;
}
.index_monitor_image{
    height: 400px;
    background-image: url(../img/monitor.png);
    z-index: 3;
    top: 256px;
    left: 10px;
}
.index_us_image{
    height: 500px;
    background-image: url(../img/us.png);
    z-index: 4;
    top: 411px;
    left: 0px;
    pointer-events: none;
}
.index_header a{
    height: 200px;
    width: 50px !important;
    background-image: url(../img/index_arrow.png);
    z-index: 6;
    top: 446px;
    left: auto;
    right: -7px;
}
.index_main_content{
    padding-bottom: 40px;
    overflow-x: hidden;
    display: flex;
    justify-content: space-between;
}
.index_main_content p{
    color: #C0C0C0;
    font-size: 20px;
}
.index_main_content_text{
    width: 80%;
}
.index_main_content_icons{
    padding-right: 16px;
    padding-top: 8px;
}
.index_main_content_icons a{
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 7px;
    transition: all 0.3s ease;
}
.index_main_content_icons_ds{
    background-image: url(../img/discord_icon.png);
}
.index_main_content_icons_inst{
    background-image: url(../img/insta_icon.png);
}
.index_main_content_icons_yt{
    background-image: url(../img/yt_icon.png);
}
.index_main_content_icons_tg{
    background-image: url(../img/tg_icon.png);
}
.index_main_content_icons_itd{
    background-image: url(../img/itd_icon.png);
}
.index_main_content_icons a:hover{
    filter: brightness(0.5);
}
.index_burger_open_button{
    background-image: url(../img/burger.png);
    height: 52px;
    width: 52px;
    z-index: 9;
    top: 45px;
    left: auto;
    right: 42px;
    cursor: pointer;
}
.index_main_content_text{
    margin-left: -2px;
}
.footer_wrapper{
    overflow: clip;
}
.index_footer{
    background-color: #140719;
    text-align: right;
    padding: 31px 0px;
    padding-right: 0;
    width: 95%;
    padding-bottom: 56px;
    margin-left: auto;
    margin-right: -5px;
}
.index_footer p{
    font-size: 19px;
    padding: 4px 0;
}
.index_footer a{
    color: #FF00FB;
    text-decoration: underline;
}
.trds_logo{
    background-image: url(../img/trd_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 93%;
    height: 400px;
    position: absolute;
    top: 104px;
    z-index: 6;
    left: 3%;
}
.trds_main_text{
    padding-left: 25px;
    padding-top: 315px;
}
.trds_store_div{
    text-align: center;
    padding-top: 160px;
    padding-bottom: 225px;
    width: 100vw;
    margin-left: -25px;
}
.trds_store_div p{
    font-size: 16px;
    padding-right: 24px;
}
.merch_logo{
    background-image: url(../img/merch_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 55px;
    z-index: 6;
    left: 0;
}
.merch_content{
    padding-top: 207px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 280px;
}
.merch_card img{
    width: 100%;
    margin-bottom: 6px;
}
.merch_card_title{
    font-family: 'Inter-Bold';
    font-size: 43px;
    margin-bottom: 6px;
}
.merch_card_desk{
    font-family: 'Inter';
    font-size: 20px;
    padding-bottom: 15px;
    letter-spacing: 1px;
}
.merch_card_price_buy_div{
    display: flex;
    justify-content: space-between;
}
.merch_card_price{
    font-family: 'Inter-Bold';
    font-size: 27px;
}
.merch_card_buy{
    font-family: 'Inter-Bold';
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: #FF00FB;
    padding: 4px 20px 8px 20px;
    font-size: 20px;
    transition: all 0.3s ease;
}
.merch_card_buy:hover{
    filter: brightness(0.5);
}
.photos_logo{
    background-image: url(../img/photos_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 74px;
    z-index: 6;
    left: 0;
}
.photos_bg{
    background-image: url(../img/photos_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    z-index: 4;
    left: 0;
}
.photos_content{
    padding-top: 207px;
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    z-index: 7;
}
.photos_content p{
    padding-bottom: 20px;
    color: #F6F6F6;
    padding-top: 10px;
}
.photos_content img{
    width: 100%;
    margin-bottom: 17px;
}
.music_logo{
    background-image: url(../img/music_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 106px;
    z-index: 4;
    left: 0;
}
.music_bg{
    background-image: url(../img/music_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0px;
    z-index: 3;
    left: 0;
}
.music_content{
    padding-top: 146px;
    text-align: center;
}
.music_content_title{
    font-size: 18px;
    padding-bottom: 17px;
}
.music_content_cards_div{
    padding-right: 30px;
    padding-left: 25px;
    padding-bottom: 330px;
}
.music_content_card{
    display: flex;
    justify-content: start;
    text-align-last: left;
    margin-bottom: 25px;
}
.music_content_card img{
    width: 145px;
    height: 145px;
    margin-right: 15px;
    border-radius: 15px;
}
.music_content_single_album{
    padding-top: 8px;
}
.music_content_name{
    font-family: 'Inter-Bold';
    font-size: 25px;
    line-height: 55px;
}
.music_content_single_desk{
    font-size: 18px;
    padding-bottom: 7px;
}
.music_content_wiew_album_a{
    font-family: 'Inter-Bold';
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: #FF00FB;
    padding: 3px 19px 4px 19px;
    font-size: 20px;
    transition: all 0.3s ease;
}
.music_content_wiew_album_a:hover{
    filter: brightness(0.5);
}
.video_logo{
    background-image: url(../img/videos_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 76px;
    z-index: 5;
    left: 0;
}
.video_logo_b{
    background-image: url(../img/videos_logo_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 97px;
    z-index: 6;
    left: 0;
}
.video_bg{
    background-image: url(../img/videos_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0px;
    z-index: 3;
    left: 0;   
}
.video_content{
    padding-top: 486px;
    text-align: center;
}
.video_content_title{
    font-size: 20px;
    font-family: 'Inter-Bold';
    line-height: 18px;
}
.video_content_title_last{
    padding-bottom: 15px;
}
.video_content_scroll{
    background-image: url(../img/videos_scroll.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 7px 16px;
}
.video_content_card{
    margin-bottom: 15px;
}
.video_content_card p{
    font-size: 23px;
    line-height: 0px;
    position: relative;
    z-index: 2;
    font-family: 'Jersey';
    background-color: #000;
    padding: 15px 20px;
    display: inline-block;
    margin-bottom: -5px;
}
.video_content_card video{
    width: 100%;
}
.video_content_cards_div{
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
}
.reality_logo{
    background-image: url(../img/reality_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    margin-bottom: 17px;
    width: 300px;
    height: 500px;
    position: absolute;
    top: 28px;
    z-index: 5;
    left: 56px;
}
.reality_logo_image{
    z-index: 2;
}
.reality_bg{
    background-image: url(../img/reality_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 15px;
    z-index: 1;
    left: 0;
}
.reality_bg_a{
    background-image: url(../img/reality_bg_a.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
}
.reality_bg_b{
    background-image: url(../img/reality_bg_b.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 17px;
    pointer-events: none;
    width: 100%;
    height: 500px;
    position: absolute;
    top: 122px;
    z-index: 6;
    left: 0;
}
.reality_dive_deep_p,
.reality_into_p,
.reality_soft_p{
    position: absolute;
    z-index: 5;
    font-size: 18px;
    text-wrap: nowrap;
}
.reality_dive_deep_p{
    top: 262px;
    left: 325px;
}
.reality_into_p{
    top: 275px;
    left: 239px;
}
.reality_soft_p{
    top: 290px;
    left: 118px;
}
.reality_main_content{
    padding-top: 330px;
    overflow: clip;
}
.reality_main_content_utilities_divider_p,
.reality_main_content_games_divider_p,
.apps_main_content_utilities_divider_p{
    font-family: 'Jersey';
    padding: 20px 0;
    margin: 0;
    font-size: 22px;
    padding-top: 20px;
    margin-left: 130px;
    position: relative;
    line-height: 4px;
    height: 4px;
}
.reality_main_content_games_divider_p,
.apps_main_content_utilities_divider_p{
    margin-left: 186px;
}
.apps_main_content_utilities_divider_p{
    margin-left: 22px;
    letter-spacing: 1px;
    display: inline-block;
}
.reality_main_content_utilities_divider_p::before,
.reality_main_content_utilities_divider_p::after,
.reality_main_content_games_divider_p::before,
.reality_main_content_games_divider_p::after,
.apps_main_content_utilities_divider_p::after{
    content: "";
    position: absolute;
    padding: 2px 100px;
    background-color: #e6e6e6;
    top: 50%;
    transform: translateY(-50%);
}
.reality_main_content_utilities_divider_p::after{
    left: 70px;
    width: 9000px;
}
.reality_main_content_utilities_divider_p::before{
    left: -210px;
}
.reality_main_content_games_divider_p::after{
    left: 57px;
    width: 9000px;
}
.reality_main_content_games_divider_p::before{
    left: -410px;
    width: 200px;
}
.apps_main_content_utilities_divider_p::after{
    left: auto;
    width: 200px;
    right: -410px;
}

.reality_main_content_cards_div{
    padding-left: 34px;
    padding-top: 0px;
    padding-bottom: 270px;
}
.reality_main_content_card{
    display: flex;
    justify-content: start;
}
.reality_main_content_card img{
    width: 70px;
    margin-right: 20px;
}
.reality_main_content_card p{
    font-family: 'Inter-Bold';
    font-size: 25px;
    margin-top: auto;
    margin-bottom: auto;
}
.reality_main_content_card a{
    font-family: 'Inter-Bold';
    display: inline-block;
    text-decoration: none;
    color: #000;
    background-color: #FFB909;
    padding: 3px 0px 0px 30px;
    font-size: 30px;
    margin-right: -6px;
    margin-left: auto;
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 22px;
    transition: all 0.3s ease;
    line-height: 35px;
}
.reality_main_content_card a:hover{
    filter: brightness(0.5);
}
.apps_logo{
    background-image: url(../img/burger_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 193px;
    height: 500px;
    position: absolute;
    top: 42px;
    z-index: 2;
    left: 0;
}
.apps_back_button{
    background-image: url(../img/burger_close_logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 51px;
    z-index: 1;
    left: 179px;
}
.apps_content_div{
    padding-top: 117px;
    overflow: clip;
}
.apps_app_title_and_logo_div{
    display: flex;
    justify-content: start;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 13px;
}
.apps_app_title_and_logo_div img{
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
.apps_app_title_and_logo_div p{
    margin-top: auto;
    margin-bottom: auto;
    font-family: 'Inter-Bold';
    font-size: 30px;
}
.apps_download_separator,
.apps_screenshots_separator,
.apps_description_separator{
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 45px;
}
.apps_download_separator{
    background-image: url(../img/download_separator.png);
}
.apps_screenshots_separator{
    background-image: url(../img/screenshots_separator.png);
}
.apps_description_separator{
    background-image: url(../img/description_separator.png);
}
.apps_description_div{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
}
.apps_description_div p{
    color: #C0C0C0;
    font-family: 'Inter';
    font-size: 20px;
}
.apps_screenshots_div{
    padding-left: 20px;
    display: flex;
    justify-content: start;
    overflow-x: scroll;
    padding-bottom: 5px;
    position: relative;
}
.apps_screenshots_div img{
    width: 300px;
    margin-right: 10px;
}
.apps_install_div{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 4px;
}
.apps_install_div a{
    font-family: 'Jersey';
    display: inline-block;
    padding: 6px 40px;
    border: 3px solid #FF00FB;
    margin-right: 10px;
    font-size: 22px;
    text-decoration: none;
    color: #FF00FB;
    transition: all 0.3s ease;
}
.apps_install_div a:hover{
    color: #000;
    background-color: #FF00FB;
}
.album_content_div{
    padding-top: 140px;
}
.album_tracks_div{
    padding-left: 30px;
    padding-right: 30px;
}
.album_tracks_div p{
    font-family: 'Inter';
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 12px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
}
.album_content_cards_div{
    padding-bottom: 0 !important;
}
.album_tracks_div p::before,
.album_tracks_div p::after{
    content: "";
    position: absolute;
    top: 4px;
    left: auto;
    right: 0;
    transition: all 0.3s ease;
}
.album_tracks_div p::before{
    width: 30px;
    height: 30px;
    background-color: #e6e6e6;
    border-radius: 50%;
    z-index: 1;
}
.album_tracks_div p::after{
    background-image: url(../img/play_track_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13px;
    height: 13px;
    top: 13px;
    right: 6px;
    z-index: 2;
}
.album_tracks_div p:hover{
    color: #fff;
    font-family: 'Inter-Bold';
}
.album_tracks_div p:hover::before{
    background-color: #FF00FB;
}
.track_play::before{
    background-color: #FF00FB !important;
}
.track_play::after{
    background-image: url(../img/pause_track_icon.png) !important;
    right: 7px !important;
}
.for_desk{
    display: block !important;
}
.album_content_listen_on_div{
    padding: 25px;
    padding-top: 0;
}
.album_content_listen_on_div p{
    font-size: 18px;
    font-family: 'Inter';
    margin-bottom: 10px;
}
.album_content_listen_on_div a{
    font-family: 'Inter-Bold';
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0;
    padding: 10px 15px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
}
.album_content_listen_on_div a:hover{
    filter: brightness(0.5);
}
.album_content_listen_on_youtube_a{
    background-color: #F14040 !important;
}
.album_content_listen_on_apple_a{
    background-color: #FF00FB !important;
}
.album_content_listen_on_spotify_a{
    background-color: #2BC67B !important;
}
.burger_p_div{
    background-image: url(../img/burger_text.png);
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 430px;
    margin: 0 auto;
    margin-bottom: 0px;
    height: 183px;
    background-position: center;
    margin-bottom: 20px;
}
.still_building_wrapper{
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}
.still_building_wrapper a{
    font-family: 'Inter-Bold';
    font-size: 30px;
    display: block;
    background-color: #FF00FB;
    color: #000;
    margin: 30px 30px;
    margin-top: 0;
    text-decoration: none;
    padding: 10px 0;
    transition: all 0.3s ease;
}
.still_building_wrapper a:hover{
    filter: brightness(0.5);
}
.still_building_wrapper img{
    width: 200px;
    height: 200px;
    margin-bottom: 20px;
}
.still_building_wrapper p{
    font-family: 'Inter-Bold';
    font-size: 30px;
    color: #e6e6e6;
}

@media screen and (max-width: 350px){
    .video_content{
        padding-top: 430px !important;
    }
    .music_content_card{
        flex-wrap: wrap;
    }
    .music_content_cards_div{
        padding-left: 90px;
    }
    body .reality_dive_deep_p{
        top: 260px !important;
    }
    body .reality_into_p{
        top: 280px !important;
    }
    body .reality_soft_p{
        top: 300px !important;
    }
    body .burger_p_div{
        background-size: 140px !important;
        background-position: 90px 25px !important;
    }
     .music_content_name{
        font-size: 18px !important;
        line-height: 35px;
    }
    .music_content_wiew_album_a{
        width: calc(100% - 40px) !important;
    }
}
@media screen and (max-width: 370px){
    body .burger_menu p{
        font-size: 30px !important;
    }
    body .burger_p_div{
        background-size: 180px;
        background-position: 90px 25px;
    }
}
@media screen and (max-width: 380px){
    .video_content{
        padding-top: 460px;
    }
    .reality_dive_deep_p{
        top: 270px !important;
    }
    .reality_into_p{
        top: 290px !important;
    }
    .reality_soft_p{
        top: 310px !important;
    }
}
@media screen and (max-width: 400px){
    .apps_install_div a{
        text-align: center;
        width: 303px;
        padding: 10px 0;
        width: 100%;
        margin: 5px 0;
    }
    .burger_menu p{
        font-size: 40px !important;
    }
    .music_content_name{
        font-size: 25px;
        line-height: 35px;
    }
}
@media screen and (max-width: 410px){
    .index_header{
        background-size: cover;
        background-position: -65px -70px;
    }
    .reality_dive_deep_p{
        top: 280px;
        left: 230px;
    }
    .reality_into_p{
        top: 300px;
        left: 140px;
    }
    .reality_soft_p{
        top: 320px;
        left: 10px;
    }
    .reality_logo{
        width: 70%;
        left: 50%;
        transform: translateX(-50%);
    }
    .burger_p_div{
        background-size: 200px;
        background-position: 100px 25px;
    }
}
@media screen and (min-width: 411px){
    .video_content{
        padding-top: 510px !important;
    }
}
@media screen and (min-width: 420px){
    .reality_dive_deep_p{
        top: 280px;
    }
    .reality_into_p{
        top: 295px;
    }
    .reality_soft_p{
        top: 310px;
    }
}
@media screen and (min-width: 430px){
    .index_header{
        height: 870px;
    }
    .trds_main_text{
        padding-top: 370px;
    }
    .photos_logo{
        background-image: url(../img/photos_text_logo_full.png);
        top: 85px;
        width: 460px;
        left: 50%;
        transform: translateX(-50%);
    }
    .video_content{
        padding-top: 530px !important;
    }
}
@media screen and (min-width: 460px){
    .video_logo{
        display: none;
    }
    .video_logo_b{
        background-image: url(../img/video_bg_full.png);
    }
    .video_bg{
        background-size: cover;
    }
    .video_content{
        padding-top: 420px !important;
    }
    .video_content_cards_div{
        padding-left: 20px;
        padding-right: 20px;
    }
    .reality_dive_deep_p{
        top: 300px;
    }
    .reality_into_p{
        top: 315px;
    }
    .reality_soft_p{
        top: 330px;
    }
    .reality_main_content{
        padding-top: 350px;
    }
}
@media screen and (min-width: 480px){
    .music_content{
        padding-top: 170px;
    }
    .video_content{
        padding-top: 450px !important;
    }
}
@media screen and (min-width: 500px){
    .reality_dive_deep_p{
        top: 320px;
    }
    .reality_into_p{
        top: 335px;
    }
    .reality_soft_p{
        top: 350px;
    }
    .reality_main_content{
        padding-top: 370px;
    }
    .reality_logo{
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 530px){
    .index_header{
        background-position: 0px -50px;
    }
    .trds_logo{
        max-width: 500px;
    }
    .merch_card{
        width: 450px;
        margin: 0 auto;
    }
    .merch_logo{
        width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }
    .album_content_div{
        padding-left: 50px;
        padding-right: 50px;
    }
    .video_content{
        padding-top: 470px !important;
    }
    .video_bg{
        height: 430px;
    }
    .reality_dive_deep_p{
        top: 340px;
    }
    .reality_into_p{
        top: 355px;
    }
    .reality_soft_p{
        top: 370px;
    }
    .reality_main_content{
        padding-top: 400px;
    }
    .reality_logo{
        width: 345px;
    }
    .apps_main_content_utilities_divider_p::after{
        width: 9000px;
        right: -9210px;
    }
}
@media screen and (min-width: 560px){
    .index_us_image{
        width: 450px;
        background-image: url(../img/us_full.png);
    }
    .index_about_image{
        width: 450px;
        left: 0px;
    }
    .index_header{
        background-image: url(../img/index_header_bg_full.png);
        background-position: 0px 0px;
        background-size: 780px;
    }
    .music_bg{
        background-position: 0 -20px;
    }
    .photos_bg{
        background-position: 0 -50px;
    }
    .video_content{
        padding-top: 500px !important;
    }
    .video_bg{
        height: 470px;
    }
}
@media screen and (min-width: 570px){
    .reality_bg{
        background-position: 0 -80px;
    }
    .reality_bg_b{
        background-position: 0 -5px;
    }
    .reality_bg_a{
        height: 600px;
        background-position: 0 -15px;
    }
}
@media screen and (min-width: 600px){
    .index_monitor_image{
        left: 0;
        width: 456px;
    }
    .video_content{
        padding-top: 520px !important;
    }
    .video_bg{
        height: 470px;
    }
    .video_content_cards_div {
        padding-left: 40px;
        padding-right: 40px;
    }
    .reality_bg_b{
        background-position: 0 -25px;
    }
    .reality_bg_a{
        height: 600px;
        background-position: 0 -45px;
    }
}
@media screen and (min-width: 630px){
    .music_bg{
        background-position: 0 -100px;
    }
    .photos_bg{
        background-size: cover;
        background-position: 0 -100px;
    }
    .video_header_p{
        display: block !important;
        color: #e6e6e6;
        position: absolute;
        top: 200px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 6;
        font-size: 20px;
        font-family: 'Inter-Bold';
        text-wrap: nowrap;
    }
    .video_content_title{
        display: none;
    }
    .video_content_scroll{
        display: none;
    }
    .video_content_cards_div{
        padding-left: 60px;
        padding-right: 60px;
    }
    .reality_dive_deep_p{
        top: 360px;
    }
    .reality_into_p{
        top: 375px;
    }
    .reality_soft_p{
        top: 390px;
    }
    .reality_main_content{
        padding-top: 420px;
    }
}
@media screen and (min-width: 650px){
    .video_logo_b{
        width: 650px;
        left: 50%;
        transform: translateX(-50%);
    }
    .video_content_cards_div{
        padding-left: 0;
        padding-right: 0;
        width: 500px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 680px){
    .reality_bg_b{
        background-position: 0 -45px;
        height: 900px;
    }
    .reality_bg_a{
        height: 600px;
        background-position: 0 -70px;
        height: 900px;
    }
}
@media screen and (min-width: 730px){
    .reality_bg_b{
        background-position: 0 -65px;
        height: 900px;
    }
    .reality_bg_a{
        height: 600px;
        background-position: 0 -90px;
        height: 900px;
    }
    .reality_logo{
        width: 370px;
        top: 10px;
    }
}
@media screen and (min-width: 780px){
    .reality_dive_deep_p{
        top: 380px;
    }
    .reality_into_p{
        top: 395px;
    }
    .reality_soft_p{
        top: 410px;
    }
    .reality_main_content{
        padding-top: 440px;
    }
    .still_building_wrapper a{
        margin-bottom: 50px;
    }
    .still_building_wrapper img{
        width: 300px;
        height: 300px;
        margin-bottom: 50px;
    }
    .still_building_wrapper p{
        font-size: 50px;
    }
}
@media screen and (min-width: 820px){
    .reality_bg_b{
        background-position: 0 -90px;
        height: 900px;
    }
    .reality_bg_a{
        height: 600px;
        background-position: 0 -120px;
        height: 900px;
    }
    .reality_logo{
        width: 370px;
        top: 10px;
    }
}
@media screen and (min-width: 880px){
    .music_bg{
        background-position: 0 -150px;
    }
    .photos_bg{
        background-position: 0 -150px;
    }
    .album_content_div{
        padding-left: 100px;
        padding-right: 100px;
    }
    .reality_bg_b{
        background-position: 0 -110px;
        height: 900px;
    }
    .reality_bg_a{
        height: 600px;
        background-position: 0 -140px;
        height: 900px;
    }
    .reality_logo{
        width: 370px;
        top: 10px;
    }
}
@media screen and (min-width: 920px){
    .reality_dive_deep_p{
        top: 400px;
    }
    .reality_into_p{
        top: 415px;
    }
    .reality_soft_p{
        top: 430px;
    }
    .reality_main_content{
        padding-top: 460px;
    }
}
@media screen and (min-width: 960px){
    .reality_bg_b{
        background-position: 0 -130px;
        height: 900px;
    }
    .reality_bg_a{
        height: 600px;
        background-position: 0 -160px;
        height: 900px;
    }
}
@media screen and (min-width: 1000px){
    .index_main_content{
        position: absolute;
        width: 500px;
        height: 500px;
        background-color: #242424;;
        top: auto;
        bottom: 100px;
        padding: 30px;
        width: 465px;
        height: 270px;
        left: 300px;
        z-index: 20;
        border-radius: 20px;
        padding-bottom: 40px;
    }
    .index_footer{
        position: fixed;
        left: auto;
        right: 0;
        width: 400px;
        height: 60px;
        top: auto;
        bottom: 0;
        padding-bottom: 40px;
        z-index: 9;
    }
    .index_header{
        height: 100vh;
        background-size: contain;
    }
    .index_us_image{
        height: 287px;
        top: auto;
        bottom: 0;
        width: 400px;
    }
    .index_about_image{
        top: -45px;
        width: 370px;
    }
    .index_burger_open_button{
        pointer-events: none;
        height: 45px;
        width: 45px;
        top: 20px;
        left: auto;
        right: 10px;
        z-index: 13;
        position: fixed;
    }
    .index_header a{
        display: none;
    }
    .index_logo_image{
        height: 80px;
        width: 175px;
    }
    .index_logo_image{
        left: auto;
        right: 0;
    }
    .index_main_content_icons{
        padding: 0;
    }
    .index_monitor_image{
        width: 470px;
        background-size: 550px;
        height: 500px;
        top: 24%;
    }
    .burger_menu{
        display: block;
        position: fixed;
        width: 300px;
        height: calc(100vh - 200px);
        overflow: clip;
        left: auto;
        right: 0;
    }
    .burger_menu p{
        font-size: 35px;
        line-height: 20px;
    }
    .burger_menu_apps_p{
        padding-left: 37px !important;
    }
    .burger_menu_photos_p{
        padding-left: 57px !important;
    }
    .burger_menu_videos_p{
        padding-left: 67px !important;
    }
    .burger_menu_music_p{
        padding-left: 77px !important;
    }
    .burger_menu_merch_p{
        padding-left: 102px !important;
    }
    .burger_menu_embedded_p{
        padding-left: 112px !important;
    }
    .burger_menu_lucky_a{
        margin-left: 0 !important;
    }
    .burger_menu_lucky_a{
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 35px !important;
        padding-left: 172px !important;
        width: 100% !important;
        text-align: left !important;
    }
    .burger_menu_embedded_p{
        margin-bottom: 30px !important;
    }
    .burger_menu_apps_a,
    .burger_menu_photos_a,
    .burger_menu_videos_a,
    .burger_menu_music_a,
    .burger_menu_merch_a,
    .burger_menu_embedded_a{
        width: 40px;
        height: 40px;
        line-height: 38px;
        left: auto;
        right: 15px;
    }
    .burger_menu_apps_a,
    .burger_menu_photos_a,
    .burger_menu_videos_a{
        right: 260px;
    }
    .burger_menu_photos_a,
    .burger_menu_merch_a{
        top: 154px;
    }
    .burger_menu_videos_a,
    .burger_menu_embedded_a{
        top: 205px;
    }
    .burger_logo_a{
        opacity: 0;
        pointer-events: none;
        display: none;
    }
    .index_logo_image{
        z-index: 12;
        width: 350px;
        position: fixed;
    }
    .burger_menu_wrapper{
        background-position: -150px 0px;
        background-size: 1000px;
        height: 100% !important;
    }
    .for_desk{
        display: block !important;
        position: absolute;
    }
    .trds_main_text{
        padding-right: 300px;
        padding-top: 320px;
    }
    .trds_logo{
        top: 50px;
    }
    .merch_card{
        width: 350px;
        margin: 0 20px;
    }
    .merch_content{
        padding-right: 300px;
        display: flex;
        justify-content: start;
        padding-top: 100px;
    }
    .merch_logo{
        width: 500px;
        left: 50%;
        transform: translateX(-50%);
    }
    .merch_logo{
        background-image: url(../img/merch_logo_full.png);
        top: 0;
        left: 400px;
    }
    .music_bg{
        background-image: url(../img/music_logo_full.png);
        height: 100vh;
        top: 0;
        left: 0;
        width: 400px;
        background-position: -200px 0;
    }
    .music_content{
        width: 400px;
        padding: 0;
        top: auto;
        bottom: 0;
        position: absolute;
        left: 40%;
        transform: translateX(-50%);
        background-color: #242424;
        border-radius: 20px 20px 0px 0px;
        height: 95%;
    }
    .music_content_title{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .music_logo{
        background-image: url(../img/music_logo_text_full.png);
        height: 100vh;
        top: 0;
        left: 100px;
        width: 400px;
    }
    .photos_content{
        padding-right: 400px;
        padding-left: 270px;
        padding-top: 150px;
        position: relative;
        z-index: 10;
        pointer-events: none;
    }
    .photos_bg{
        background-image: url(../img/photos_bg_full.png);
        background-size: contain;
        height: 100vh;
        width: 400px;
        background-position: 0 0;
        position: fixed;
    }
    .photos_logo{
        left: 45%;
        z-index: 11;
    }
    .photos_content p{
        display: none;
    }
    .photos_p_for_full{
        font-family: 'Inter';
        display: block !important;
        position: absolute;
        top: 130px;
        left: 0;
        background-color: #242424;
        border-radius: 10px;
        padding: 10px 30px;
        left: 45%;
        transform: translateX(-50%);
        z-index: 13;
        font-size: 16px;
    }
    .album_content_div{
        position: absolute;
        top: auto;
        bottom: 0;
        left: 40%;
        transform: translateX(-50%);
        padding: 0;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #242424;
        border-radius: 20px 20px 0 0;
        height: 90vh;

        display: flex;
        flex-direction: column;
    }
    .album_tracks_wrapper{
        flex: 1;
        overflow-y: auto;
        min-height: 0;
        padding-bottom: 20px;
    }
    .album_tracks_div p{
        font-family: 'Inter-Bold';
    }
    .apps_logo{
        display: none;
    }
    .index_logo_image_album,
    .index_burger_open_button_album{
        display: block !important;
    }
    .apps_back_button{
        display: none;
    }
    .apps_back_button_full{
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateX(-50%) translateY(-50%);
        background-image: url(../img/burger_close_logo_full.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 45px;
        height: 45px;
        z-index: 12;
    }
    .music_logo_album,
    .music_bg_album{
        display: block !important;
    }
    .music_logo_album{
        z-index: 1;
    }
    .music_bg_album{
        z-index: 0;
    }
    .video_content_cards_div{
        position: fixed;
        overflow-y: scroll;
        height: 400px;
        width: 300px;
        top: auto;
        bottom: 0;
        z-index: 9;
        background-color: #242424;
        padding-right: 30px;
        padding-left: 30px;
        left: 10%;
        border-radius: 20px 20px 0 0;
        padding-bottom: 0;
    }
    .video_bg{
        top: 100px;
        height: 590px;
    }
    .video_header{
        position: relative;
        width: calc(100vw - 300px);
        height: 100vh;
    }
    .video_content{
        padding: 0 !important;
    }
    .reality_bg_b,
    .reality_bg_a,
    .reality_logo,
    .reality_bg,
    .reality_dive_deep_p,
    .reality_into_p,
    .reality_soft_p{
        display: none;
    }
    .reality_main_content_cards_div{
        background-color: #242424;
        position: absolute;
        top: auto;
        bottom: 100px;
        left: 150px;
        width: 400px;
        height: 300px;
        overflow: clip;
        margin: 0;
        padding: 20px;
        padding-right: 0;
        border-radius: 20px;
        z-index: 9;
    }
    .reality_logo_full,
    .reality_bg_a_full,
    .reality_bg_b_full,
    .reality_relsa_a_full,
    .reality_relsa_b_full,
    .reality_header_p_full{
        display: block !important;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
    }
    .reality_logo_full,
    .reality_bg_a_full,
    .reality_bg_b_full,
    .reality_relsa_a_full,
    .reality_relsa_b_full{
        background-size: contain;
        background-repeat: no-repeat;
        pointer-events: none;
        z-index: 1;
    }
    .reality_bg_a_full{
        background-image: url(../img/reality_bg_a_full.png);
        height: 100vh;
        width: 400px;
        background-position: 0 bottom;
        z-index: 1;
    }
    .reality_bg_b_full{
        background-image: url(../img/reality_bg_b_full.png);
        height: 100vh;
        width: 400px;
        background-position: 0 bottom;
        z-index: 2;
        left: 400px;
    }
    .reality_logo_full{
        background-image: url(../img/reality_logo_full.png);
        height: 400px;
        width: 400px;
        background-position: 0 bottom;
        z-index: 3;
        left: 20px;
    }
    .reality_relsa_a_full{
        background-image: url(../img/reality_relsa_a_full.png);
        height: 100vh;
        width: 800px;
        background-position: 0 bottom;
        z-index: 4;
    }
    .reality_relsa_b_full{
        background-image: url(../img/reality_relsa_b_full.png);
        height: 100vh;
        width: 900px;
        background-position: 0 top;
        z-index: 5;
    }
    .reality_header_p_full{
        width: auto;
        height: auto;
        background-color: #242424;
        z-index: 6;
        padding: 25px 90px;
        border: 3px solid #fff;
        border-radius: 10px;
        padding-left: 30px;
        top: 20px;
        left: 350px;
    }
    .reality_header_p_full p{
        font-size: 20px;
        font-family: 'Inter-Bold';
        line-height: 17px;
    }
    .music_content_cards_div{
        padding-bottom: 0;
    }
    .apps_content_div{
        display: block;
        position: fixed;
        background-color: #242424;
        width: 620px;
        height: 445px;
        top: auto;
        left: 20px;
        bottom: 132px;
        z-index: 7;
        overflow-y: scroll;
        margin: 0;
        padding: 30px;
        padding-right: 0;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
        border-radius: 20px;
    }
    .apps_content_div div{
        width: 290px;
    }
    .apps_main_content_utilities_divider_p_desc::after{
        width: 2px;
        left: 290px;
        padding: 0;
        margin: 0;
        height: 430px;
        top: 218px;
    }
    .apps_install_div a{
        padding: 6px 21px;
    }
    .apps_description_div p{
        font-size: 18px;
        padding-right: 20px;
    }
    .apps_back_button_full_reality{
        position: fixed;
        left: 5px;
        top: auto;
        transform: none;
        bottom: 610px;
    }
    .burger_p_div{
        background-size: 210px !important;
        background-position: 40px 25px !important;
    }
    .music_content_name{
        font-size: 16px;
        line-height: 55px;
    }
}
@media screen and (min-width: 1250px){
    .index_main_content{
        top: 450px;
        left: 367px;
    }
    .trds_main_text{
        padding-right: 600px;
    }
    .music_logo{
        left: 200px;
    }
    .music_bg{
        background-position: -100px 0;
    }
    .music_content{
        width: 500px;
        left: 45%;
    }
    .photos_logo{
        width: 650px;
        top: 60px;
    }
    .photos_p_for_full{
        top: 140px;
    }
    .photos_bg{
        width: 500px;
    }
    .album_content_div{
        left: 45%;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .video_logo_b{
        width: 940px;
        height: 625px;
        top: auto;
        bottom: 0;
        margin: 0;
    }
    .video_header_p{
        top: auto;
        left: calc(50% + 250px);
        bottom: 440px;
    }
    .video_content_cards_div{
        height: 350px;
    }
    .apps_content_div{
        width: 720px;
        height: 445px;
        left: 90px;
        bottom: 65px;
    }
    .apps_content_div div{
        width: 340px;
    }
    .apps_main_content_utilities_divider_p_desc::after{
        left: 335px;
        height: 430px;
        top: 218px;
    }
    .apps_install_div a{
        padding: 6px 33px;
    }
    .apps_back_button_full_reality{
        left: 68px;
        bottom: 548px;
    }
    .music_content_name{
        font-size: 26px;
        line-height: 55px;
    }
}
@media screen and (min-width: 1350px){
    .index_main_content{
        top: auto;
        bottom: 70px;
        left: 415px;
    }
    .index_monitor_image {
        width: 950px;
        background-size: 1000px;
        height: 950px;
        top: auto;
        bottom: 0;
        background-position: -75px 100px;
    }
    .video_logo_b{
        width: 1060px;
        height: 700px;
    }
    .video_header_p{
        top: auto;
        bottom: 510px;
        left: 50%;
        transform: translateX(-50%);
    }
    .video_content_cards_div{
        height: 350px;
    }
}
@media screen and (min-width: 1450px){
    .index_main_content{
        top: auto;
        left: 40%;
        bottom: 65px;
    }
    .trds_main_text{
        padding-right: 1000px;
    }
    .merch_content{
        padding-left: 50px;
    }
    .music_content{
        width: 600px;
        padding: 0;
        top: auto;
        bottom: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    .music_logo{
        left: 300px;
    }
    .music_bg{
        background-position: 0 0;
    }
    .photos_content{
        padding-right: 600px;
        padding-left: 470px;
    }
    .photos_bg{
        width: 700px;
    }
    .album_content_div{
        left: 50%;
        width: 550px;
    }
    .album_content_listen_on_div a{
        width: 130px;
        text-align: center;
    }
    .album_content_listen_on_div_buttons_div{
        display: flex;
        justify-content: space-between;
    }
    .album_content_listen_on_div{
        padding-bottom: 5px;
    }
    .music_content_name{
        font-size: 34px;
        line-height: 55px;
    }
}
@media screen and (min-width: 1600px){
    .video_logo_b{
        width: 1288px;
        height: 854px;
    }
    .video_header_p{
        top: auto;
        bottom: 620px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 25px;
    }
    .video_content_cards_div{
        height: 530px;
    }
    .reality_bg_a_full{
        height: 100vh;
        width: 500px;
        background-position: 0 bottom;
    }
    .reality_bg_b_full{
        height: 100vh;
        width: 500px;
        background-position: 0 bottom;
        left: 500px;
    }
    .reality_logo_full{
        height: 400px;
        width: 400px;
        background-position: 0 bottom;
        left: 20px;
    }
    .reality_relsa_a_full{
        height: 100vh;
        width: 900px;
        background-position: 0 bottom;
    }
    .reality_relsa_b_full{
        height: 100vh;
        width: 1250px;
        background-position: 0 top;
    }
    .reality_main_content_cards_div{
        left: 220px;
    }
    .apps_content_div{
        width: 820px;
        height: 445px;
        left: 150px;
        bottom: 65px;
    }
    .apps_content_div div{
        width: 395px;
    }
    .apps_main_content_utilities_divider_p_desc::after{
        left: 385px;
        height: 430px;
        top: 218px;
    }
    .apps_install_div a{
        padding: 6px 46px;
    }
    .apps_back_button_full_reality{
        left: 128px;
        bottom: 548px;
    }
}
