body {
    overflow: hidden; 
    font-family: 'Segoe UI', sans-serif;
    touch-action: manipulation;
}
/* promo banner */
#promo-banner {
    position: fixed;
    z-index: 999;
    text-align: center;
    background-color: #777;
    opacity: 0.85;
    color: whitesmoke;
    padding: 15px;
    width: 100%;
}
#promo-banner span {
    color: orangered;
    font-size: 1.2rem;
    text-shadow: 0 0 1px orangered, 0 0 3px yellow;
}
#promo-banner a {
    color: yellow;
    font-size: 1.2rem;
}
#promo-banner-wrapper {
    padding: 20px;
}
#promo-banner-close-btn {
    cursor: pointer;
    position: absolute;
    left: 90%;
    top: 10px;
    color: red;
    background-color: white;
    border-radius: 100%;
    padding: 5px;
    text-shadow: 0 0 1px orangered, 0 0 3px yellow;
}
/* desktop animated bg */
#video-desktop {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
/* mobile animated bg */
#video-mobile {
    position: fixed;
    display: none;
    right: 0;
    bottom: 0;
    width: 470px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    touch-action: manipulation;
    /* overflow: hidden; */
}
#main {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 57%;
    min-height: 73%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
/* start/bootup screens */
#windows7Bootup {
    position: absolute;
    right: 29%;
    bottom: 20%;
    width: 800px;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
}
#windows7Shutdown {
    position: absolute;
    width: 1100px;
    height: 655px;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
#windows7Welcome {
    position: absolute;
    width: 1100px;
    height: 655px;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
#iphoneBootup {
    position: absolute;
    right: 29%;
    bottom: 20%;
    width: 250px;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
}
/* after video done, load menu */
/* DESKTOP STARTS NOW!!!!!!! */
#desktop {
    /* display: block; */
    background-image: url(/images/Desktop/Windows7_Login_Screen_BG.png);
    text-align: center;
    position: absolute;
    width: 1100px;
    height: 655px;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    /* border: 1px red double; */
    box-shadow: 2px 2px 2px 2px 
    #39301e;
}
.desktop-change-bg {
    background-image: url(/images/Desktop/Windows7_Main_BG_Compressed.png) !important;
    position: absolute;
    width: 1100px;
    height: 655px;
}
#desktop-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    height: 655px;
    transform: translate(-50%, -50%);
    color: whitesmoke;
}
#desktop-time-wrapper {
    text-align: right;
    position: absolute;
    top: 92%;
    left: 90%;
    z-index: 1;
}
/* #desktop-time {

}
#desktop-date {

} */
#desktop-main-footer {
    width: 1070px;
    height: 55px;
    background-color: black;
    bottom: 0;
    z-index: 0;
}
#desktop-image-wrapper {
    height: 115px;
    position: relative;
    width: 115px;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
}
#desktop-image-wrapper:before {
    content: "";
    background-image: url("/images/Desktop/Border_Gradient.png");
    background-size: 115px;
    border: 1px #444 solid;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 20px;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
    /* linear-gradient(to bottom, #DBFAF5, #67C0E1) 30; */
}
#desktop-login-picture {
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 5px;
    border: 1px black solid;
}
#desktop-login-name {
    position: absolute;
    width: 125px;
    height: 125px;
    left: 50%;
    top: 61%;
    transform: translate(-50%, -50%);
    font-size: 1.1rem;
    color: whitesmoke;
    font-weight: 400;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
#desktop-input-wrapper {
    display: none;
    position: absolute;
    left: 51%;
    top: 61%;
    transform: translate(-50%, -50%);
}
#desktop-input {
    height: 25px;
}
#desktop-input-btn {
    cursor: pointer;
    position: relative;
    top: 12px;
}
#desktop-switch-user-btn {
    position: relative;
    cursor: pointer;
    width: 100px;
    top: 30px;
    right: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#desktop-windows-icon-wrapper {
    margin-top: -15px;
}
#desktop-windows-icon {
    position: relative;
    bottom: -10px;
}
/* #desktop-login-wrapper {

} */



/* footer */
#desktop-shutdown-btn {
    position: absolute;
    left: 95%;
    top: 95%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
#desktop-windows-icon-wrapper {
    color: whitesmoke;
    position: absolute;
    left: 50%;
    top: 95%;
    transform: translate(-50%, -50%);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    z-index: 10;
}
#desktop-windows-icon-text {
    font-weight: bold;
    font-size: 1.3rem;
}


/* MOBILE STARTS NOW!!!!!! */
#mobile {
    /* display: block; */
    background-image: url(/images/Mobile/wallpapers/iPhone_Wallper_BG_v3.jpg);
    background-color:rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    text-align: center;
    position: absolute;
    width: 260px;
    height: 545px;
    left: 50%;
    top: 48.5%;
    transform: translate(-50%, -50%);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    z-index: 1;
}
#mobile-wrapper {
    display: none;
    text-align: center;
    position: absolute;
    width: 260px;
    height: 545px;
    left: 50%;
    top: 48.5%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 20;
}
.mobile-change-bg {
    background-image: url(/images/Mobile/wallpapers/iPhone_Wallper_Blurred_BG_v3.jpg) !important;
    position: absolute;
    width: 260px;
    height: 545px;
}
#mobile-header {
    display: flex;
    justify-content: space-between;
    color: whitesmoke;
    padding: 3px 15px 0 5px;
}
#mobile-carrier {
    font-size: 0.8rem;
    font-weight: bold;
    position: relative;
    padding: 8px;
    z-index: 1000;
}
#mobile-service-battery {
    color: white;
    position: relative;
    left: 5px;
    z-index: 1000;
}
#status-bar {
    width: 20px;
    position: relative;
    top: 5px;
    right: 3px;
}
/* lockscreen */
#lock-screen-wrapper {
    color: #fff;
    position: relative;
    top: 15px;
    z-index: 1;
}
#unlock-icon {
    width: 25px;
    position: absolute;
    bottom: 85px;
    right: 117px;
}
#unlock-date {
    font-size: 1.3rem;
}
#unlock-time {
    font-size: 3.5rem;
}
#mobile-unlock-screen {
    z-index: 20;
}
#passcode-unlock-img {
    width: 25px;
}
#passcode-unlock-main-text {
    font-size: 1.3rem;
    color: whitesmoke;
    text-align: center;
    position: relative;
    text-shadow: 0 0 1px whitesmoke, 0 0 1px whitesmoke;
    top: 15px;
}
#passcode-unlock-sub-text {
    font-size: 1.1rem;
    color: whitesmoke;
    text-align: center;
    position: relative;
    top: 20px;
}
#passcode-unlock-dots-wrapper {
    position: relative;
    top: 35px;
}
.dots:disabled {
    opacity: .3;
    outline: none;
    accent-color:green;
    z-index: 2;
}
#active-dots-wrapper {
    position: relative;
    left: 51px;
    bottom: 0px;
    z-index: -1;
    display: flex;
}
.active-dots {
    width: 14px;
    height: 15px;
    border: 1px whitesmoke solid;
    border-radius: 100%;
    background-color: #00000023;
    margin-left: 9.23px;
    overflow: hidden;
}
.active-dots-change {
    background-color: whitesmoke;
    overflow: hidden;
}
#passcode-unlock-keypad-wrapper {
    position: relative;
    top: 55px;
    touch-action: manipulation;
}
.keypad-btns {
    border-radius: 100%;
    padding: 15px 20px 15px 20px;
    margin: 5px;
    font-size: 1.3rem;
    color: whitesmoke;
    background: rgba(0, 0, 0, 0.349);
    border: none;
    cursor: pointer;
    touch-action: manipulation;
}
#passcode-unlock-footer-wrapper {
    position: absolute;
    bottom: 10px;
    opacity: 1;
}
#footer-passcode-line {
    border-width: 1px 1px 0;
    background-color: white;
    border: 2px white solid;
    width: 40%;
    opacity: 1;
    right: 75px;
    border-radius: 10px;
    position: absolute;
    bottom: 5px;
}
#passcode-emergency {
    position: absolute;
    right: 175px;
    bottom: 30px;
    font-size: 0.9rem;
}
#passcode-cancel {
    position: absolute;
    right: 20px;
    bottom: 30px;
    font-size: 0.95rem;
    z-index: 1;
    touch-action: manipulation;
}
/* MOBILE MAINNN SCREEN */
#mobile-main {
    text-align: center;
    position: absolute;
    width: 260px;
    height: 545px;
    left: 50%;
    top: 48.5%;
    transform: translate(-50%, -50%);
}
.mobile-apps {
    width: 40px;
    padding: 8px;
}
#mobile-weather-box {
    background-image: linear-gradient(#6b7482, #525b67);
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 370px;
    left: 15px;
    border-radius: 20px;
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 15px;
}
#mobile-weather-text {
    position: absolute;
    top: 115px;
    left: 30px;
    font-size: 0.8rem;
}
#mobile-weather-city {
    font-size: 0.8rem;
    position: relative;
    top: -5px;
}
#mobile-weather-temp {
    font-size: 1.5rem;
    position: relative;
    top: -5px;
}
#mobile-weather-data {
    display: flex;
    flex-direction: column;
}
#mobile-weather-icon {
    width: 25px;
}
#mobile-weather-outside {
    font-size: 0.8rem;
}
#mobile-weather-highnlow {
    font-size: 0.8rem;
    padding-top: 2px;
}
#mobile-photos-box {
    background-image: url(/images/Mobile/photos/Me_small.jpg);
    background-position: center;
    background-size: cover;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 370px;
    left: 135px;
    border-radius: 20px;
    color: whitesmoke;
    display: flex;
    flex-direction: column;
    text-align: left;
    padding: 15px;
}
#mobile-photos-text {
    position: absolute;
    top: 115px;
    left: 30px;
    font-size: 0.8rem;
}
#mobile-photos-location {
    font-size: 0.8rem;
    text-shadow: 0 0 1px whitesmoke, 0 0 1px whitesmoke;
}
#mobile-photos-data {
    text-align: left;
    padding-top: 35px;
}
#mobile-photos-date {
    font-size: 0.7rem;
}
#mobile-calendar-box {
    width: 80px;
    height: 80px;
    background-color: whitesmoke;
    position: absolute;
    bottom: 230px;
    left: 15px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 15px;
}
#mobile-calendar-text {
    position: absolute;
    top: 115px;
    left: 30px;
    font-size: 0.8rem;
    color: whitesmoke;
}
#mobile-calendar-month {
    position: relative;
    right: 15px;
    bottom: 15px;
    width: 100px;
    background-color: #fb4456;
    padding: 5px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    text-align: center;
    font-size: 1rem;
    color: whitesmoke;
    text-transform: uppercase;
}
#mobile-calendar-data {
    display: flex;
    flex-direction: column;
    position: relative;
    bottom: 10px;
}
#mobile-calendar-date {
    font-size: 3.0rem;
}
#mobile-calendar-day {
    padding-top: 10px;
}
#mobile-apps-box {
    width: 114px;
    position: absolute;
    bottom: 205px;
    left: 135px;
    display: flex;
    flex-direction: row;
    text-align: center;
}
.mobile-apps-data {
    padding-right: 1px;
}
/* folder pop up overlay */
#mobile-folder-overlay-wrapper {
    display: none;
    position: fixed;
    text-align: center;
    position: absolute;
    width: 260px;
    height: 370px;
    left: 50%;
    top: 48.5%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}
#mobile-folder-overlay-text {
    font-size: 1.7rem;
    color: whitesmoke;
}
#mobile-folder-overlay {
    position: relative;
    left: 45px;
    top: 50px;
    width: 170px;
    height: 170px;
    background-color: #d8d9d9;
    border-radius: 25px;
}
#mobile-apps-blog, #mobile-apps-blog-text {
    position: relative;
    right: 50px;
    top: 10px;
    color: #444;
}
#mobile-apps-tiktok, #mobile-apps-tiktok-text {
    position: relative;
    left: 0px;
    bottom: 59px;
    top: -59px;
    color: #444;
}
#mobile-apps-tiktok-text {
    top: -58px;
}
#mobile-apps-instagram, #mobile-apps-instagram-text {
    position: relative;
    left: 50px;
    bottom: 59px;
    top: -127.5px;
    color: #444;
}
#mobile-apps-instagram-text {
    top: -127.5px;
}
#mobile-apps-wrapper-square {
    display: flex;
    flex-direction: row;
}
#mobile-apps-wrapper-straight {
    position: relative;
    right: 228px;
    top: 150px;
    display: flex;
}
#mobile-apps-mail-notification {
    position: absolute;
    border-radius: 100%;
    background-color: #f93c2d;
    font-size: 0.8rem;
    height: 12px;
    width: 10px;
    color:whitesmoke;
    padding: 4px;
    top: 0px;
    left: 35px;
}
.mobile-apps-text {
    color: whitesmoke;
    font-size: 0.7rem;
    position: relative;
    top: -7px;
}
/* SMS MESSAGER IPHONE APP */
#enter-app-SMS {
    display: none;
    position: fixed;
    position: absolute;
    background-color: whitesmoke;
    width: 260px;
    height: 547px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#SMS-wrapper-top {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    top: 40px;
}
#SMS-wrapper-top span {
    color: #0c79ff;
    text-shadow: 0 0 1px #0c79ff, 0 0 1px #0c79ff;
}
#start-convo-btn {
    width: 20px;
}
#SMS-messages-text-header {
    position: relative;
    top: 35px;
    text-align: left;
    padding-left: 15px;
    color: black;
    font-size: 1.6rem;
    text-shadow: 0 0 1px black, 0 0 1px black;
}
#SMS-search-bar {
    padding: 5px;
    padding-left: 25px;
    border-radius: 8px;
    background-color: #ededed;
    border: none;
    position: relative;
    top: 35px;
    width: 215px;
    margin: 10px;
}
#search-bar-icon {
    position: relative;
    right: 98px;
    width: 15px;
    top: 3px;
}
#search-bar-mic-icon {
    width: 13px;
    position: relative;
    right: -102px;
    top: 3px;
}
#SMS-exit {
    background-color: black;
    border: 2px black solid;
}
.exit-app {
    border-width: 1px 1px 0;
    background-color: black;
    border: 2px black solid;
    width: 40%;
    opacity: 1;
    right: 75px;
    border-radius: 10px;
    position: absolute;
    bottom: 0px;
}
#spotify-exit {
    background-color: white;
    border: 2px white solid;
}
/* spotify IPHONE APP */
#enter-app-spotify {
    display: none;
    position: fixed;
    position: absolute;
    background-color: #191919;
    width: 260px;
    height: 547px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#spotify-app-header {
    position: absolute;
    top: 60px;
    left: 50px;
}
#spotify-app-header-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.spotify-app-header-list-item {
    color: whitesmoke;
    padding: 7px;
    margin: 2px;
    font-size: 0.65rem;
    background-color: #282828;
    border-radius: 20px;
}
.music-item-active {
    color: #282828 !important; 
    background-color: #13b64b !important;
}
#spotify-app-header-list-image {
    position: absolute;
    left: -40px;
    top: -5px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
#spotify-box-music-main {
    position: absolute;
    top: 100px;
    right: 5px;
}
.spotify-box-music-wrapper {
    display: flex;
    justify-content: center;
}
.spotify-box-music {
    display: flex;
    align-items: center;
    background-color: #383838;
    border-radius: 5px;
    margin: 5px;
    width: 115px;
}
.spotify-box-music-images {
    width: 30px;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.spotify-box-music-text {
    color: whitesmoke;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 0.7rem;
    text-align: left;
}
#spotify-new-release-main {
    position: absolute;
    top: 240px;
    right: 10px;
    width: 235px;
}
#spotify-new-release-text-wrapper {
    position: relative;
    right: 10px;
    top: 5px;
}
#spotify-new-release-header {
    color: white;
}
#spotify-new-release-text {
    color: #999;
    font-size: 0.7rem;
}
#spotify-new-release-image {
    width: 50px;
    border-radius: 100%;
    position: absolute;
    right: 180px;
}
#spotify-new-release-box {
    display: flex;
    align-items: center;
    background-color: #383838;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    top: 30px;
}
#spotify-new-release-box-text-wrapper {
    text-align: left;
    padding: 10px;
    position: relative;
    bottom: 10px;
}
#spotify-new-release-box-image {
    width: 80px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#spotify-new-release-box-title {
    color: white;
    font-size: 0.9rem;
}
#spotify-new-release-box-text {
    color: #999;
    font-size: 0.7rem;
}
/* CSS for Calculator app */
#enter-app-calculator {
    display: none;
    position: fixed;
    position: absolute;
    background-color: #000000;
    width: 260px;
    height: 547px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#calculator-app-output {
    color: white;
    position: absolute;
    top: 125px;
    left: 206px;
    font-size: 4rem;
    font-family: 'Courier New', Courier, monospace;
}
#calculator-exit {
    background-color: white;
    border: 2px white solid;
}
#calculator-app-wrapper {
    position: relative;
    top: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.calculator-app-gray-btns {
    background-color: #a5a5a5;
    color: #2c2c2c;
    border-radius: 100%;
    border: none;
    width: 50px;
    height: 50px;
    margin: 4px;
    font-size: 1.2rem;
    margin-bottom: 8px;
    text-align: center;
}
.calculator-app-number-btns {
    background-color: #333333;
    color: white;
    border-radius: 100%;
    border: none;
    width: 50px;
    height: 50px;
    margin: 4px;
    font-size: 1.2rem;
    margin-bottom: 8px;
    text-align: center;
}
#calculator-app-zero-btn {
    width: 112px;
    border-radius: 20px;
    text-align: left;
    font-size: 1.5rem;
}
#calculator-app-calculation-btns-wrapper {
    display: flex;
    flex-direction: column;
}
.calculator-calculation-btns {
    background-color: #ff9f09;
    color: white;
    border-radius: 100%;
    border: none;
    width: 50px;
    height: 50px;
    margin: 4px;
    margin-left: 10px;
    font-size: 1.5rem;
    margin-bottom: 8px;
    text-align: center;
}
/* #mobile-weather-high {

}
#mobile-weather-low {

} */
/* animations */
@keyframes slideaway {
    from { display: block; }
    to { opacity: 0;}
}
.hide {
    animation: slideaway 500ms;
    display: none;
}
/* mobile footer */
#mobile-main-footer {
    position: absolute;
    width: 215px;
    height: 50px;
    background-color: #000000;
    border-radius: 25px;
    right: 8px;
    bottom: 5px;
}
#mobile-apps-footer {
    display: none;
    position: relative;
    top: 450px;
    z-index: 5;
    left: 18px;
}
/* footer */
footer {
    position: fixed;
    right: 0;
    top: 1;
    bottom: 0;
    padding-right: 30px;
    padding-bottom: 10px;
    color: whitesmoke;
    opacity: 0.4;
    z-index: 2;
}
#footer-mobile-unlock {
    position: relative;
    bottom: 0px;
    top: 325px;
}
#footer-mobile-line {
    border-width: 1px 1px 0;
    background-color: white;
    border: 2px white solid;
    width: 40%;
    opacity: 1;
    right: 75px;
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
}
#footer-mobile-untilities {
    display: flex;
    justify-content: space-between;
}
#footer-mobile-flashlight {
    width: 25px;
    height: 25px;
    margin: 15px;
    padding: 10px;
    background-color: #63748b;
    border-radius: 100%;
}
#footer-mobile-camera {
    width: 25px;
    height: 25px;
    margin: 15px;
    padding: 10px;
    background-color: #63748b;
    border-radius: 100%;
}
#mobile-battery {
    width: 25px;
    position: relative;
    top: 3px;
}
#fiveG {
    text-align: center;
}


/* switch to mobile view */
@media only screen and (max-width: 1200px) {
    #video-desktop {
        display: none;
    }
    #video-mobile {
        display: block;
    }
    #desktop {
        display: none !important;
    }
    body {
        overflow: hidden;
    }
    #promo-banner {
        width: 95%;
        color: white;
    }
}
@media only screen and (max-height: 850px) {
    body {
        overflow-y: auto;
    }
    #desktop {
        top: 52.5%;
    }
}
@media only screen and (max-height: 800px) {
    #desktop {
        top: 53%;
    }
}
@media only screen and (max-height: 750px) {
    #desktop {
        top: 53.5%;
    }
}
@media only screen and (max-height: 700px) {
    #desktop {
        top: 54%;
    }
}





/* @media only screen and (min-height: 850px) {
    #desktop {
        width: 1100px;
        height: 655px;
        left: 50%;
        top: 52%;
    }
} */