* {
    margin: 0px;
    padding: 0px;
    
}


#main{
    background-image: url('./images/web_back_2.png');
    background-attachment: fixed;
    background-size: cover;
}





.button{
    border: transparent !important;
}


h5 {
    color: gainsboro;
}


#timer {
    font-size: 3em;
    font-weight: 600;
    padding-bottom: 15px;

    color: white;
    text-shadow: 0 0 20px #48C8FF;
    display: flex;
    justify-content: center;
    background-color: rgb(253, 253, 253,0.1);
    
}

#timer div {
    display: inline-block;
    min-width: 80px;
    text-align: center;
  
}

#timer div span {
    color: #B1CDF1;
    display: block;
    font-size: .35em;
    font-weight: 400;
    
  
}





.profile-card {
    background-color: rgba(253,253,253,0.1);
    margin-bottom: 20px;

    box-sizing: border-box;

}

.profile-pic {
    border-radius: 50%;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    max-width: 100px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


.profile-info {
    color: #BDBDBD;
    padding: 15px;
    position: relative;
    margin-top: 15px;
}

.profile-info h2 {
    color: #E8E8E8;
    letter-spacing: 4px;
    padding-bottom: 12px;
}

.profile-info span {
    display: block;
    font-size: 12px;
    color: #4CB493;
    letter-spacing: 2px;
}

.profile-info a {
    color: #4CB493;
}

.profile-info i {
    padding: 15px 35px 0px 35px;
}


.profile-card:hover .profile-pic {

    transform: scale(1.1);
}

.profile-card:hover .profile-info hr {
    opacity: 1;
}

.img-responsive {
    max-width: 100%;
}


/* Underline From Center */
.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 52%;
    right: 52%;
    bottom: 0;
    background: #FFFFFF;
    border-radius: 50%;
    height: 3px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.profile-card:hover .hvr-underline-from-center:before,
.profile-card:focus .hvr-underline-from-center:before,
.profile-card:active .hvr-underline-from-center:before {
    left: 0;
    right: 0;
    height: 1px;
    background: #CECECE;
}





.rotate {
    animation: rotation 8s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

#test {
    background-image: url('./images/Web_final.png');
    background-size: cover;

    background-attachment: local;
    overflow-x: hidden;
}

@media (max-width: 500px) {
    #test {
        background-image: url('./images/797\ [Converted]\ mobile.png');
        background-size: cover;

        box-sizing: border-box;
    }

    .ml3 {
        font-size: 2.5em !important;
    }

    #rock1 {

        display: none;
        
    }

    #rock3 {

        top: 34% !important;
        right: 77% !important;
        opacity: 0.8 ;
    }

    #rock2 {
        height: 10vh !important;
        width: 9vh  !important;
        top: 18% !important;
        left: 58% !important;
    }
}

#rock1 {
    z-index: 0;
    height: 20vh;
    width: 14vh;
    position: absolute;
    top: 31%;
    right: 79%;
}

#rock2 {
    opacity: 0.5;
    z-index: 1;
    height: 19vh;
    width: 15vh;
    position: absolute;
    top: 16%;
    left: 72%;
}

#rock3 {
    z-index: 1;
    height: 9vh;
    width: 8vh;
    position: absolute;
    top: 63%;
    right: 63%;
}

#head {
    display: flex;
    justify-content: center;
    align-items: center;

    height: 100vh;
    width: 100%;
    text-align: center;
}

img.vert-move {
    -webkit-animation: mover 1.5s infinite alternate;
    animation: mover 1.5s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.satellite {
    animation: satellite 8s linear infinite;
}

@keyframes satellite {
    0% {
        transform: rotateZ(45deg);
    }

    50% {
        transform: rotateZ(135deg);
    }

    100% {
        transform: rotateZ(45deg);
    }
}





#loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: black;
    z-index: 100000000;
}

#loader_video {
    height: 100vh;
    width: 100vw;
}


@font-face {
    font-family: BatmanForeverOutline;
    src: url(batmfa__.ttf);
}
.ml3 {
    /* font:cyan; */ 
    z-index: 3;
    /* position: fixed; */
    font-weight: 900;
    /* font-size: 4.5em; */
    font-family: BatmanForeverOutline  !important;
    /* margin-bottom: 18%; */
}