body{
    background-color: black;
}

.loader{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 100;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader i{
    font-size: 2rem;
    color: red;
}

.loader img{
    height: 5vh;
}

.name{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 50;
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Baloo Paaji 2', cursive;
}

.name p{
    color: white;
    font-size: 1.3rem;
}

.name input{
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 1px solid white !important;
    background-color: transparent !important;
    outline: none !important;
    margin-right: 20px;
    color: white;
    text-align: center;
    font-size: 1rem;
}

.name .submit{
    color: white;
    background-color: red;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 500ms;
    outline: none !important;
}

.name .submit:hover{
    background-color: rgb(185, 7, 7);
}


.notice{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 30;
    background-color: rgba(0, 0, 0, 0.726);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: 'Baloo Paaji 2', cursive;
    display: none;
}

.pane{
    background-color: white;
    color: grey;
    padding: 40px;
    position: relative;
    width: 40vw;
    border-radius: 12px;
}

.closex{
    color: gray;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 300ms;
}

.closex:hover{
    color: rgb(82, 82, 82);
    opacity: 1;
}

.logo{
    position: absolute !important;
    z-index: 15 !important;
    top: 10vh !important;
    left: 10vh !important;
    height: 5vh !important;
}

.hero{
    height: 100vh;
    width: 100vw;
    /* background-color: black; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.centerBox{
    position: relative;
    z-index: 5;
}

.hero h1{
    font-family: 'Raleway', sans-serif;
    /* font-family: 'Manrope', sans-serif; */
    color: white;
    font-size: 3rem;
    opacity: 0;
    position: relative;

}

.hero p{
    /* font-family: 'Noto Serif SC', serif; */
    font-family: 'Open Sans', sans-serif;
    color: rgba(255, 255, 255, 0.445) !important;
    opacity: 0;
}

.nametag{
    color: rgb(235, 8, 65);
}

.viewmail{
    opacity: 0;
    color: rgb(235, 8, 65);
    border: 1px solid #eb0841;
    background-color: #eb08412a;
    padding: 10px 35px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 5vh;
    transition: all 300ms;
    cursor: pointer;
    outline: none !important;
}

.viewmail:hover{
    color: rgb(255, 255, 255);
    border: 1px solid #eb0841;
    background-color: #eb0841b2;
}


.mac{
    position: absolute;
    bottom: -5vh;
    width: 50vw;
    left: 25vw;
    opacity: 0;
}


.hud{
    position: absolute;
    z-index: 10;
    width: 60vw;
    height: 70vh;
    /* filter: blur(2px); */
    /* width: 0vw;
    height: 0vh; */
    overflow-x: scroll;
    border: 1px solid #eb0841;
    background-color: hsla(345, 93%, 48%, 0.02);
    color: #eb0841;
    border-radius: 8px;
    top: 15vh;
    left: 20vw;
    display: none;
}

.hudTop{
    width: 100%;
    height: 10%;
    border-bottom: 1px solid #eb0841;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.hudButtons{
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
}

.bt1{
    height: 15px;
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #eb0841;
    display: inline-block;
}

.bt2{
    height: 15px;
    width: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 50%;
    background-color: #eb0841;
    display: inline-block;
}


.hudBottom{
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
}


.textContent{
    font-family: 'Baloo Paaji 2', cursive;
    font-size:  1rem;
    color: rgba(255, 255, 255, 0.801);
    /* line-height: 1.8rem; */
    width: 80%;
    display: block;
    margin: 0 auto;
}


.phoneBox{
    position: fixed;
    bottom: 0;
    width: 30vw;
    left: 35vw;
    height: 55vh;
    z-index: 10;
    /* overflow: hidden; */
    /* background-color: wheat; */
}


.phone{
    position: absolute;
    top: 0;
    left: 7.5%;
    width: 85%;
    opacity: 0;
}

.screen{
    /* background-color: rgba(255, 255, 255, 0.185); */
    position: absolute;
    top: 40px;
    z-index: 12;
    width: 70%;
    height: 80%;
    left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification{
    text-align: center;
    position: relative;
    bottom: -60px;
    opacity: 0;
    cursor: pointer;
}

.msg{
    height: 40px;
    position: relative;
    bottom: 20px;
}

.story{
    opacity: 0;
}

.bubbleCase{
    width: 80%;
    height: 100%;
    overflow-y: scroll;
    display: none;
    margin: 0 auto;
    padding-top: 5vh;
    position: relative;
}

.bubbleCase::-webkit-scrollbar {
    width: 0px;
    display: none;
} 

.bubble{
    /* background-color: rgb(255, 0, 0); */
    color: white;
    border-radius: 10px;
    position: relative;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 20px;
    opacity: 0;

    /* -webkit-box-shadow: 6px -5px 52px 1px rgba(245,8,87,0.39);
    -moz-box-shadow: 6px -5px 52px 1px rgba(245,8,87,0.39);
    box-shadow: 6px -5px 52px 1px rgba(245,8,87,0.39); */
}

.bubble p{
    margin: 0;
}

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

.reply{
    opacity: 0;
}

.pointer{
    height: 7px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    bottom: 0px;
    background-color: red;
}


.hangup{

    background-color: white;
    color: rgb(196, 41, 67);
    border-radius: 10px;
    position: relative;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;

    -webkit-box-shadow: 6px -5px 52px 1px rgba(255, 255, 255, 0.29);
    -moz-box-shadow: 6px -5px 52px 1px rgba(255, 255, 255, 0.29);
    box-shadow: 6px -5px 52px 1px rgba(255, 255, 255, 0.29);
}

.hangup p{
    margin: 0;
}


.divulge{
    background-color: rgb(172, 196, 41);
    color: white;
    border-radius: 10px;
    position: relative;
    padding: 8px 20px;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;

    -webkit-box-shadow: 6px -5px 52px 1px rgba(172,196,41,0.29);
    -moz-box-shadow: 6px -5px 52px 1px rgba(172,196,41,0.29);
    box-shadow: 6px -5px 52px 1px rgba(172,196,41,0.29);
}

.divulge p{
    margin: 0;
}

.error{
    opacity: 0;
    text-align: center;
    margin-top: 15px;
}


.socials{
    text-align: center;
    opacity: 0;
}

.line{
    opacity: 0;
}

.socials p{
    color: white;
}

.socials i{
    font-size: 1.2rem;
}


.sociallist a{
    color: rgba(255, 255, 255, 0.5);
    transition: all 300ms;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: none;
}

.sociallist a:hover{
    color: rgb(255, 255, 255);
}


/* .city{
    position: absolute;
    z-index: 1;
    width: 100vw;
    bottom: 0;
    left: 0;
} */




@media only screen and (max-width: 960px) {
    
    .heroContent{
        padding-top: 12vh;
        padding-left: 10vw;
        padding-right: 10vw;
    }

    .heroContent h1{
        font-size: 2rem;
    }

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

    .logo {
        top: 5vh !important;
        left: 5vh !important;
    }


    .hero{
        overflow-x: hidden;
        position: relative;
    }


    .screen{
        padding-top: 8vh;
    }
  

    .phoneBox {
        position: fixed;
        bottom: 0;
        width: 90vw;
        left: 5vw;
        height: 60vh;
        z-index: 10;
        /* overflow: hidden; */
        /* background-color: wheat; */
    }


    .phone {
        position: absolute;
        top: 0;
        left: 2.5%;
        width: 95%;
        opacity: 0;
    }


    .textContent{
        font-size: 0.9rem;
    }

    .bubbleCase{
        width: 100%;
        padding-top: 5vh;
    }

    .bubble small{
        font-size: 0.9rem !important;
    }

    .pane{
        padding: 30px;
        width: 80vw;
    }

    .hangup, .divulge{
        float: left;
    }

}




/* //ipad */


@media only screen and (max-width: 1040px) {
   
    .hero h1 {
        font-size: 1.5rem;
        line-height: 2.1rem;
        text-align: center;
    }
    .hero{
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .mac {
        width: 90vw;
        left: 5vw;
        bottom: 20vh;
        opacity: 0.2;
    }
    .hud {
        width: 80vw;
        height: 70vh;
        top: 15vh;
        left: 10vw;
    }


}














/* width */
::-webkit-scrollbar {
    width: 0px;
    display: none;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    width: 0px;
    display: none;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    width: 0px;
    display: none;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
  }