*{
    box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
    height: 400vh;
}
/* First Task First Section */
.one{
    background: url('https://melrobbins.com/wp-content/uploads/2018/03/Layer-1.jpg') no-repeat;
    background-size: contain;
    min-height: 1000vh;
}
h1{
    font-size: 74px;
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 295px;
    transform: translateX(-50%);
    text-align: center;
    font-family: 'Merriweather Sans', sans-serif;
    width: 1000px;
}
.main{
    background-color: #FFF;
    width: 48%;
    padding: 87px;
    position: absolute;
    left: 48%;
    top: 580px;
    height: 800px;
}
h3{
    font-size: 40px;
    font-family: 'Archivo Narrow', sans-serif;
}
.text{
    color: #555454;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 1px;
}
p{
    color: #817f7f;
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 1px; 
    font-size: 19px;
    margin: 45px 0px;
}

/*First Task Second Section */
.two{
    min-height: 150vh;
    background-color: #FFF;
    position: absolute;
    top: 214vh;
}
.two .left{
   width: 50%;
   float: left;
   text-align: right;
   position: relative;
   min-height: 100vh;
}
.two .right{
    width: 50%;
    float: left;
    position: relative;
    min-height: 100vh;
    padding: 33px 93px;
}
.left .overlay{
    min-height: 100vh;
    width: 100%;
    background-color: black;
    transition: all .4s ease-in-out;
}
.two .active .overlay{
    width: 0%;
}
.two .active h1{
    color: black;
}
.left h1{
    position: absolute;
    left: 555px;
    top: 250px;
    font-size: 67px;
    font-family: 'Archivo Narrow', sans-serif;
    width: 500px;
    color: #FFF;
}
.two .right p{
    font-size: 35px;
    letter-spacing: 2px;
    width: 92%;
    color: rgb(94, 92, 92);
}

/*First Task Third Section */
.three{
    min-height: 250vh;
    position: relative;
    bottom: 686vh;
}
.three .img{
    background: url('https://melrobbins.com/wp-content/uploads/2018/03/IMG_0115-3.jpg') no-repeat;
    min-height: 300vh;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    float: left;
}
.three .fixed{
    position: fixed;
}
.three .stop{
    position: relative;
}
.three .main{
    width: 48%;
    float: right;
    padding: 75px;
    position: absolute;
    top: 0;
    left: 776px;
    min-height: 215vh;
}
.three .text{
    min-height: 300vh;
}
.three .main .text span{
    font-weight: bolder;
    font-size: 228px;
    text-align: center;
    display: block;
    font-family: 'Alfa Slab One', cursive;
}
.three .main .text h1{
    font-family: 'Archivo Narrow', sans-serif;
    text-align: center;
    font-size: 66px;
    margin: 95px 0px;
    width: 650px;
}
.three .main .text p{
    line-height: 1.6;
    font-size: 30px;
    letter-spacing: 2px;
    margin-top: 210px;
}
.three .main .text button{
    position: absolute;
    right: 305px;
    background: nonw;
    background: none;
    padding: 17px;
    border: 1px solid #3c3c5f;
    background-color: #555569;
    color: #FFF;
    border-radius: 40px;
    width: 180px;
    font-size: 13px;
}

