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


.loadbox{
    height: 30vh;
    width: 30vh;
    /* background-image: url(../assets/SVG/load-planet.svg); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadrocket{
    height: 15vh;
    width: auto;
    position: relative;
    /* bottom: 20px; */
}

.floatingLoader {   
    animation-name: floatingLoader; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out; 
    /* margin-left: 30px;  */
    /* margin-top: 5px;  */
}

@keyframes floatingLoader { 
    0% { transform: translate(0,  0px); } 
    50%  { transform: translate(0, 80px); } 
    100%   { transform: translate(0, -0px); }     
} 


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

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


#productBody{
    width: 100vw;
    overflow-x: hidden;

    /* background-image: url(../assets/space-repeat.jpg);
    background-repeat: repeat;
    background-position: center; */

}

.shortHero{
    height: 35vh;
    width: 100vw;
    background-image: url(../assets/herobar2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.navBox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 500;
}

.callBar{
    position: relative;
    width: 100vw;
    background-color: rgb(235, 235, 235);
    /* border-bottom: 1px solid rgba(128, 128, 128, 0.15); */
}

.callCell{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #8f8d8d;
    display: inline-block;
    color: white;
}

.callCell p{
    margin: 0 !important;
}

.fxNav{
    position: relative;
    width: 100vw;
    border-bottom: 1px solid rgba(128, 128, 128, 0.15);
    background-color: white;
}


.navito i{
    color: #da2229 !important;
    transition: all 300ms;
}

.navito i:hover{
    color: #811216 !important;
}


.logoo{
    height: 6vh;
}


.navBox{
    position: relative !important;
    width: 100vw;
}


.productSection{
    margin-top: 5vh;
    position: relative;
    vertical-align: top;
}


.buckets{
    width: 50%;
    display: inline-block;
    vertical-align: top;
    /* padding-bottom: 25vh; */
    /* background-color: white; */
}

.hangar{
    position: fixed;
    top: 10vh;
    right: 0;
    display: inline-block;
    width: 45%;
    height: 80vh;
    /* background-color: red; */
    vertical-align: top;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}



.floating {   
    animation-name: floating; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out; 
    margin-left: 30px; 
    margin-top: 5px; 
}

@keyframes floating { 
    0% { transform: translate(0,  0px); } 
    50%  { transform: translate(0, 35px); } 
    100%   { transform: translate(0, -0px); }     
} 


.city{
    height: 80%;
    width: auto;
    position: relative;
}

.cityBlock{
    width: 40vw;
    height: 40vw;
    position: relative;
    background-image: url(../assets/SVG/map2.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pin{
    position: relative;
    height: 10%;
    width: auto;
    bottom: 15%;
    right: 30%;
}

.productSection h1{
    font-size: 200 !important;
    color: #30839e;
    /* color: white; */
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 3vh;
}

.productSection p{
    font-family: 'Open Sans', sans-serif;
    color: rgb(73, 73, 73);
    font-size: 16px;
    line-height: 28px;
}

.bucket{
    padding-top: 5vh;
    padding-bottom: 5vh;
}

.bucketList{
    position: relative;
}

.product{
    position: relative;
    margin-bottom: 10vh;
    background-color: white;
    padding: 45px 55px;
    /* border-radius: 25px; */
    border-radius:16px;
    border: 1px solid rgba(216, 216, 216, 0.664);
    /* -webkit-box-shadow:  15px 15px 27px #e1e1e3, -15px -15px 27px #ffffff;
  box-shadow:  15px 15px 27px #e1e1e3, -15px -15px 27px #ffffff; */
}

.astronautCircle{
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #ccdc97;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2vw;
    right: 0vw;
}

.astronautCircleAlt{
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    background-color: #7ed7f5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -2vw;
    right: 0vw;
}

.mini-astronaut{
    height: 6vw;
    width: auto;
    position: relative;
}



.buttonRow a{
    display: inline-block;
    padding: 7px 15px;
    font-size: 0.8rem;
    border-radius: 20px;
    text-decoration: none;
    transition: all 300ms;
}



.visitProduct{
    /* background-color: #242424; */
    color: white;
    margin-right: 10px;
    background-color: rgb(1, 11, 29);
    
    border-radius: 10px;
    cursor: pointer;
    transition: all 300ms;
    border: 1px solid #40b7de;
}

.visitProduct:hover{
    border: 1px solid #010b1d;
    color: #010b1d;
    background-color: transparent;
}

.signupProduct{
    /* border: 1px solid #40b7de; */
    color: white;
    background-color: #7ed7f5;
}

.signupProduct:hover{
    background-color: #4b8ca1;
    color: white;
}

.productSubmit{
    background-color: #b9161b;
    color: white !important;
}


.productImage{
    height: 4vh;
    margin-bottom: 2vh;
}


.nibBadge{
    font-size: 0.7rem;
    background-color: #b11b22;
    color: white;
    border-radius: 20px;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}




@media only screen and (max-width: 960px) {


    .hangar{display: none;}
    .buckets{width: 100%;}


    .astronautCircle{
        width: 10vw;
        height: 10vw;
        border-radius: 50%;
        background-color: #ccdc97;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 5vw;
        right: 5vw;
    }
    
    .mini-astronaut{
        height: 12vw;
        width: auto;
        position: relative;
    }

    

}