body {
    margin: 0px;
}

.home-image {
    background-image: url("https://wallpapercave.com/wp/wp3369574.jpg");
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
}



.headerwrapper {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 140px;
    width: 100%;
    z-index: 10000;
}

.headerwrapper .menu .menu-icon .close-icon {
    display: none;
    margin-left: 10px;
    font-size: 22px;
    width: 22px;
}

.headerwrapper .menu .menu-icon .hamburger {
    display: flex;
    margin-left: 10px;
    width: 22px;
}

.headerwrapper .menu .menu-icon.active .close-icon {
    display: flex;
    margin-left: 10px;
    font-size: 22px;
    width: 22px;
}

.headerwrapper .menu .menu-icon.active .hamburger {
    display: none;
    width: 22px;
    margin-left: 10px;
}

.headerwrapper .menu .menu-icon .close-text {
    display: none;
    font-size: 16px;
}

.headerwrapper .menu .menu-icon .menu-text {
    display: flex;
    font-size: 16px;
    ;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.headerwrapper .menu .menu-icon.active .close-text {
    display: flex;
    font-size: 16px;
    align-items: center;
    position: absolute;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.headerwrapper .menu .menu-icon.active .menu-text {
    display: none;
    font-size: 16px;
}

.headerwrapper .menu .menu-icon {
    font-size: 16px;
    color: #fff;
    height: 40px;
    width: 155px;
    border-radius: 200px;
    border: 1px solid #ccc;
    align-items: center;
    position: absolute;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    cursor: pointer;
}

.headerwrapper .menu {
    color: #fff;
    width: 450px;
    text-align: right;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.headerwrapper .clock {
    font-size: 16px;
    width: 450px;
    text-align: left;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    color: #fff;
}

.headerwrapper .site-name {
    color: #fff;
    font-size: 30px;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    flex-grow: 1;
    flex-direction: column;
}

.headerwrapper .site-name2 {
    font-size: 23px;
}

.bg .title-text2 {
    font-size: 45px;
}

.bg {

    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    z-index: 0;
    top: calc(50% - 158px);
    left: calc(50% - 37.5px);
    width: 75px;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
}

.row>.col {
    display: flex;
}

.row>.col>.card {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    border-radius: 0;
    flex-direction: row;
    flex-grow: 1;
}

.wrapper-calendar {
    display: flex;
    z-index: 1000;
}

.wrapper-calendar>div {
    display: flex;
    align-items: center;
    z-index: 1000;

}

.wrapper-calendar .travel-icon {
    margin-left: 50px;
    margin-right: 20px;
    z-index: 1000;

}

.wrapper-calendar .travel-icon i {
    position: relative;
    top: -2.5px;
    font-size: 22px;
    z-index: 1000;

}

.wrapper-calendar .arrow-icon {
    margin-left: 15px;
    margin-right: 15px;
    z-index: 1000;

}

.wrapper-calendar .calendar-popup {
    width: 100%;
    justify-content: flex-end;
    z-index: 1000;

}

.wrapper-calendar .calendar-popup i {
    background-color: #333332;
    border-radius: 500px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-right: 25px;
    transition: 1s all ease-out;
    z-index: 1000;

}

.wrapper-calendar .calendar-popup i:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
    transition: 1s ease-in;
    transition: 1s all ease-out;
    z-index: 1000;

}

.wrapper-calendar .calendar-popup input {
    visibility: hidden;
    width: 0px;
    position: relative;
    left: -63px;
    top: -30px;
    z-index: 1000;

}

.botbar-container {
    position: fixed;
    margin-left: 100px;
    margin-right: 100px;
    width: calc(100% - 200px);
    color: #fff;
    bottom: 4%;
    font-family: 'Sorts Mill Goudy', serif;
    z-index: 1000;

}

.botbar-container .bar-grid {
    padding-left: 0px;
    padding-right: 0px;
    background: #0a1128;
    border-radius: 360px;
    padding-top: 23px;
    padding-bottom: 23px;
    z-index: 1000;

}

.sliding-menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #141342;
    color: #fff;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 1100;
    transition: 2s ease all;
    display: flex;
}

.sliding-menu .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

ul {
    list-style: none;
}

.sliding-menu.active {
    right: 0;
}

.sliding-menu .menu-list {
    margin: 30px;
    text-align: center;
    align-items: center;
    padding: 0px;
}

.wrapper-humans .human-icon i {
    font-size: 22px;
    align-items: center;
    margin-left: 30px;
    margin-right: 15px;
    z-index: 1000;
}

.wrapper-humans .humans {
    margin-right: 40px;
    z-index: 1000;
}

.wrapper-humans .minus-icon i {
    background-color: #333332;
    border-radius: 500px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
    transition: .5s all ease-out;
    z-index: 1000;
}

.wrapper-humans .minus-icon i:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
    transition: .5s ease-in;
    transition: .5s all ease-out;
    z-index: 1000;
}

.wrapper-humans .human-number {
    width: 30px;
    text-align: center;
    font-size: 22px;
    z-index: 1000;
}

.wrapper-humans .plus-icon i {
    background-color: #333332;
    border-radius: 500px;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-left: 15px;
    transition: .5s all ease-out;
    z-index: 1000;
}

.wrapper-humans .plus-icon i:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
    transition: .5s ease-in;
    transition: .5s all ease-out;
    z-index: 1000;
}

.wrapper-search {
    text-align: right;
    justify-content: flex-end;
    position: relative;
    z-index: 1000;
}

.wrapper-search .search-icon .line {
    border-left: 1px solid #ccc;
    z-index: 1000;
}


.wrapper-search .search-icon i {
    background-color: #333332;
    border-radius: 500px;
    width: 40px;
    /* width: 275px; */
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: left;
    margin-left: 30px;
    margin-right: 50px;
    transition: 2s all ease;
    padding-left: 12px;
    z-index: 1000;
}

.wrapper-search .search-icon i:hover {
    cursor: pointer;
    background: #fff;
    color: #000;
    transition: 2s all ease;
    transition: 2s all ease;
    width: 275px;
    text-align: left;
    padding-left: 20px;
    z-index: 1000;
}

/* .wrapper-search input {
    position: absolute;
    left: 20px;
    display: none;
}
.wrapper-search:hover input {
    display: block;
}

.search-box {
    display: flex;
    overflow: hidden;
} */


.container-text-image {
    position: relative;
    z-index: 1;
}
.border-line {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    margin-top: 10%;
    margin-left: 3.5%;
    margin-right: 3.5%;
}

.container-text-image .row {
    display: flex;
    height: 100vh;
    width: 100%;
    background-color: #192240;
    margin: 0px;
    overflow: hidden;
}

.container-text-image .row .col-5 .wrapper-text-left .text-left {
    font-family: 'Playfair Display', serif;
    font-size: 70px;
}

.container-text-image .row .col-5 {
    display: flex;
    align-items: flex-start;
    top: 25%;
    left: 5%;
    max-width: 650px;
    max-height: 720px;
}

.container-text-image .row .col-7 {
    display: block;
    text-align: center;
    top: 15%;
    right: 2%;
    max-width: 1000px;
    max-height: 720px;
}

.container-all {
    display: block;
}

.wrapper-earth {
    margin-right: 43%;
}

.earth {
    margin-top: 2%;
    position: absolute;
    max-width: 850px;
    max-height: 450px;
    border-radius: 20px;
    transform: rotate(5deg);
    z-index: 1;
}

.wrapper-galaxy {
    margin-right: 53%;
}

.galaxy {
    margin-top: 27%;
    position: absolute;
    max-width: 500px;
    max-height: 300px;
    border-radius: 20px;
    transform: rotate(-8deg);
    z-index: 2;
}

.wrapper-astronaut {
    margin-left: 72%;
    margin-top: -2%;
}

.astronaut {
    margin-top: 85%;
    position: relative;
    max-width: 800px;
    max-height: 400px;
    border-radius: 20px;
    z-index: 3;
    transform: rotate(15deg);
}

.scrollify-item {
    width: 100%;
    height: 100vh;
}

.container-text-image2 .row .col-6 .wrapper-text-right .text-right {
    font-family: 'Playfair Display', serif;
    font-size: 70px;
}

.container-text-image2 {
    position: relative;
    z-index: 1;
}

.container-text-image2 .row {
    display: flex;
    height: 100vh;
    width: 100%;
    background-color: #192240;
    margin: 0px;
    overflow: hidden;
}

.container-items {
    display: block;
}

.container-text-image2 .row .left-col {
    display: block;
    text-align: center;
    top: 13%;
    left: 7%;
    max-width: 100%;
    max-height: 100%;
}

.container-text-image2 .row .right-col {
    display: flex;
    align-items: center;
    top: -10%;
    right: 5%;
    max-width: 100%;
    max-height: 100%;
}

.container-text-image2 .row .right-col .wrapper-text-right {
    margin-top: 15%;
    margin-left: 17%;
    vertical-align: middle;
    padding-left: 20%;
    border-left: 1px solid #ccc;
    height: 550px;
    display: flex;
    align-items: flex-start;
    padding-top: 6%;
}

.nasa-img1 {
    margin-right: 90%;
}

.planet {
    margin-top: 8%;
    position: absolute;
    max-width: 650px;
    max-height: 500px;
    border-radius: 10px;
    transform: rotate(160deg);
    z-index: 2;
}

.nasa-img2 {
    margin-right: 5%;
}

.orion {
    margin-top: 10%;
    position: relative;
    max-width: 600px;
    max-height: 450px;
    border-radius: 10px;
    transform: rotate(5deg);
    z-index: 3;
}

.nasa-img3 {
    margin-right: -26%;
}

.nova {
    margin-top: -37%;
    position: relative;
    max-width: 300px;
    max-height: 400px;
    border-radius: 10px;
    transform: rotate(20deg);
    z-index: 4;
}

/* .nova {
    margin-top: -40%;
    position: relative;
    max-width: 320px;
    max-height: 400px;
    border-radius: 10px;
    transform: rotate(205deg);
    z-index: 4;
} */

