*{
    margin :0;
    padding :0;
    box-sizing: 0;
}

body{
    background: #17181a;
    font-family: 'Montserrat',sans-serif;
    overflow-x: hidden;
}

#logo{
    color: white;
    font-family:"Abril Fatface";
}

.nav-header{
    min-height: 10vh;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    width: 80%;
    margin: auto;
    padding: 2rem 0rem;
}
.line1,
.line2{
    width: 3rem;
    height: 0.2rem;
    margin: 0.4rem;
    background:white;
    pointer-events: none;
}

.slide{
    min-height: 100vh;
    margin: 0 auto 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:white;
    background: #17181a;
}

.hero-desc{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    flex-basis: 25rem;
    padding-left: 5rem;
    position: relative;
}


.hero-img{
    position: relative;
    flex: 1;
    flex-basis: 25rem;
    overflow: hidden;
}

.hero-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.fashion-span{
        color: rgb(255,139,93);
}
.mountain-span{
    color: rgb(86,124,228);
}
.hike-span{
    color: rgb(167,110,231);
}



.hero-desc h2{
    font-family: "Abril Fatface";
    font-size: 3rem;
}

.hero-desc p{
    padding: 2rem 0rem ;
    font-size: 1.5rem;
    color: rgb(223, 223, 223);
}

.explore{
    padding: 1rem 2rem;
    background: none;
    border: none;
    color: white;
    border: 1px solid white;
    font-size: 1rem;
    text-decoration: none;
    align-self: flex-start;
    cursor: pointer;
}

.nav-bar{
    position:fixed ;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1;
    opacity: 1;
/*for bubble efffect*/
    clip-path:circle(50px at 100% -10%);
    /*using webkit for navbar*/
    -webkit-clip-path: circle(50px at 100% -10%);
}

.burger{
    cursor: pointer;
}

.nav-links{
    font-size: 3rem;
    flex-basis: 30rem;
}
.nav-links h3{
    padding: 3rem 0rem;
}
.contact{
    flex-basis: 30rem;
}
.contact h2{
    font-size: 3rem;
    padding: 2rem 0rem;
}

.contact p{
    font-size: 1.5rem;
    line-height: 2rem;
}

.reveal-img,
.reveal-text {
    position: absolute;
    width: 100%;
    height: 150%;
    background: #17181a;
    left: 0;
    top: -15%;
}

.cursor{
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

/* .active{
    color: red;
} */

.scrollmagic-pin-spacer{
    position: static !important;
}
