*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

#head{
    background: #141414;
    height: 100vh;
}

.navbar{
    background: #111111;
    width: 90%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 30px 100px 30px;
    position: fixed;
    z-index: 1;
}

.navbar img{
    height: 50px;
    width: 125px;
    cursor: pointer;
    transition: all 0.5s;
}

.navbar img:hover{
    transform: scale(1.1);
}

.navlist{
    text-align: center;
    align-items: center;
    justify-content: center;
}

.navlist ul{
    list-style: none;
    display: flex;
}

.navlist ul li a{
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    transition: all 0.5s;
}

.navlist ul li a:hover{
    color: #a2a2cd;
}

.hero{
    margin: auto;
    width: 80%;
    padding: 100px 100px 0;
    display: flex;
}

.left-hero{
    margin: auto;
    flex-basis: 50%;
}

.left-hero h1{
    font-size: 48px;
    background: linear-gradient(0deg, rgba(113,113,171,1) 0%, rgba(255,255,255,1) 90%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.left-hero p{
    font-size: 16px;
    background: linear-gradient(180deg, rgba(113,113,171,1) 0%, rgba(255,255,255,1) 90%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.right-hero{
    flex-basis: 45%;
}

.right-hero img{
    height: 630px;
    width: 470px;
    transition: all 0.5s;
}

.right-hero img:hover{
    transform: scale(1.1);
}

@media screen and (max-width: 770px){
    body{
        width: 100%
    }
    .navbar{
        width: 100%;
        padding: 0;
        position: sticky;
        padding: 0 !important;
    }
    .navbar img{
        height: 36px;
        width: 150px;
        padding: 20px 50px 0;
    }
    .navlist{
        display: none;
    }
    .hero{
        padding: 0;
    }
    .right-hero{
        display: none;
    }
    .left-hero{
        flex-basis: 100%;
        padding-top: 10rem;
    }
    .left-hero p{
        font-size: 24px;
    }
    .left-hero h1{
        font-size: 58px;
    }
    #head{
        height: 100vh;
        width: auto;
    }
    .pillar-1,.pillar-2,.pillar-3{
        flex-basis: 100% !important;
        width: 200px !important;
        margin-bottom: 15px !important;
    }
    .benefits-right{
        flex-basis: 100% !important;
    }
    .benefits-left{
        flex-basis: 100% !important;
    }
    .benefits-overarching{
        margin: 10px !important;
    }
    .description-text h1{
        font-size: 24px;
    }
    .description-text p{
        font-size: 14px;
    }
    .pillar,.pillar-overlay{
        opacity: 1;
    }
}

@media screen and (max-width: 1278px){
    .benefits-overarching{
        margin: 0 100px !important;
    }
    .navbar{
        padding: 30px 0 30px 50px;
    }
}

@media screen and (max-width: 1000px){
    .hero{
        padding: 100px 50px 0;
    }
    .benefits-left,.benefits-right{
        font-size: 13px;
    }
}

@media screen and (max-width: 400px){
    .benefits-left,.benefits-right{
        font-size: 10px;
    }
}
@media screen and (max-width: 470px){
    .benefits-overarching{
        margin: 0 25px !important;
    }
    .pillar-text{
        max-width: 150px;
        margin: auto;
    }
    .pillar-text h1{
        font-size: 16px;
    }
    .pillar-text p{
        font-size: 10px;
        max-width: 150px;
    }
    .pillar-text hr{
        width: 10px;
        max-width: 150px;
    }
    .hero{
        padding: 0;
    }
}

@media screen and (max-width: 325px){
    .button{
        padding: 5px;
        font-size: 10px;
    }
}
/*--Description--*/

#description{
    padding: 100px 100px;
    background: #111111;
    color: white;
}

.description-text{
    text-align: center;
}

.description-text h1{
    font-size: 36px;
}

.description-text p{
    font-size: 18px;
}

.three-pillars{
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.pillar-1,.pillar-2,.pillar-3{
    margin: auto;
    flex-basis: 28%;
    text-align: center;
    height: 500px;
    width: 300px;
    transition: all 1s;
}

.pillar-text{
    padding-top: 150px;
}

.pillar-text hr{
    margin: auto;
    margin-top: 5px;
    width: 250px;
}

.pillar-text p{
    width: 250px;
    margin: auto;
    margin-top: 10px;
}

.pillar-1{
    background-image: url(img/dummy.jpg);
    border-radius: 10px;
    background-size: cover;
}

.pillar-2{
    background-image: url(img/dummy.jpg);
    background-size: cover;
    border-radius: 10px;
}

.pillar-3{
    background-image: url(img/dummy.jpg);
    background-size: cover;
    border-radius: 10px;
}

.pillar-overlay{
    background-image: linear-gradient(0deg, rgba(52,52,55,0.846673703661152) 0%, rgba(18,19,19,0.8634804263502276) 26%);
    height: 500px;
    width: 396,925px;
    opacity: 0;
    transition: all 1s;
}

.pillar-overlay:hover{
    opacity: 1
}

.pillar:hover{
    opacity: 1;
}

/*--Benefits--*/

#benefits{
    background: #141414;
    color: white;
    padding-top: 100px;
    padding-bottom: 50px;
}

.benefits-text{
    text-align: center;
    padding-bottom: 50px;
}

.benefits-text h1{
    font-size: 36px;
}

.benefits-text p{
    font-size: 18px;
}

.benefits-overarching{
    display: flex;
    justify-content: space-between;
    margin: 0 250px;
}

.benefits-right{
    flex-basis: 50%;
    text-align: right;
}

.benefits-left{
    flex-basis: 50%;
}

.benefits-right h3,.benefits-left h3{
    display: inline-block;
    padding: 15px 25px;
}

/*--Get Started--*/

#get-started{
    padding: 100px 100px 100px;
    background: #111111;
    color: white;
}

.get-started-text{
    text-align: center;
    padding-bottom: 50px;
}

.get-started-text h1{
    font-size: 36px;
}

.get-started-text p{
    font-size: 18px;
}

.get-started-content{
    background: linear-gradient(0deg, rgba(52,52,55,0.846673703661152) 0%, rgba(18,19,19,0.8634804263502276) 26%),url(img/landscape.png);
    background-size: cover;
    border-radius: 20px;
    margin: 50px 0 100px;
    text-align: center;
    padding: 100px 0;
}

.button{
    text-decoration: none;
    color: white;
    border: 1px solid #fff;
    padding: 15px;
    transition: 0.5s;
}

.button:hover{
    background-color: white;
    color: black;
}

/*--Footer--*/

#footer{
    background: #141414;
    text-align: center;
    font-size: 24px;
    height: 70px;
}

.footer-bar i{
    margin-top: 17.8px;
    padding: 10px;
    color: white;
    transition: 0.5s;
}

.footer-bar i:hover{
    transform: scale(1.1);
}

/*--SmoothScroll--*/

var scroll = new SmoothScroll('a[href*="#"]',{
	speed: 1000,
	speedAsDuration: true
});