body{
    margin: 0;
    font: 1.3rem / 1.61538 "Montserrat", sans-serif;
}

#hero{
    background-image: url('images/img-decor-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height:100vh;
    margin:100px 0 0 0;
    padding:0;
}

/* top navbar section */
.header{
    display: flex;
    background-color: #ffffff; 
    margin:0;
    position: fixed;
    top:0;  
    padding: 31px 0 32px;
    width:100%;
    z-index: 1;
}
.top-navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding:0 15px;
    margin:0 47.33px;
}

.nav-links-main-div{
    display: flex;
    gap: 30px;
    align-items: center;
}

.nav-link{
    text-decoration: none;
    color: #645d74;
    font-weight: bolder;
    font-size: 16px;
}

.logo-img{
    width:141px;
    height:41.63px;
}

.nav-btn{
    color: #fff;
    background-color: #8d81ac;
    border: none;
    border-radius: 40px;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: bolder;
    margin: 2px 0 0 59px;
}

/* Fork App Title  */
.hero-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    
}

.hero-heading{
    font-size: 80px;
    line-height: 1.12;
    font-weight: bold;
    color: #e3dfed;
    margin: 50px 0 10px 0;
}   

.hero-text{
    text-align: center;
    color: #8d81ac;
    line-height: 1.1;
    font-size: 26px;
    margin: 0;
}

.subtitle{
    font-size: 16px;
    line-height: 1.5;
    color: #494654;
    text-transform: uppercase;
    margin-top:5px;
}

.download-div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.download-btn{
    height: 62px;
    font-size: 25px;
    line-height: 26px;
    font-weight: bold;
    padding: 17px 67px;
    color: #fff;
    background-color: #8d81ac;
    border-radius: 40px;
    border: none;
    position: absolute;
    bottom: -130px;
}

/* Revolutionary Editor */
.editor-info{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 55px 0 0 0;
}

.info-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    color: #635c73;
}

.info-heading{
    margin: 0 0 20px;
    font-size: 55px;
    line-height: 1.148;
    text-transform: uppercase;
    font-weight: bold;
}

.info-text{
    margin: 0 140px 20px 140px;
    text-align: center;
}

/* Work Section*/
#work{
    background-color: #f4f4f4;
}
.whead{
    text-align: center;
    font-size: 40px;
    color: #8d81ac;
    padding-top: 50px;

}
.work-grid{
    display: grid;
    grid-template-columns: auto auto;
    gap: 70px;
    padding: 50px 12% 100px 12%;
}
.wcard{
    display: grid;
    grid-template-columns: auto auto;
    gap: 50px;
}
.work-text h3{
    margin-bottom: 10px;
    color: #635c73;
}
.work-text p{
    color: #848e97;
    font-size: 13px;
}

.work-img{
    align-self: center;
}

/* testimonails section */
#testimonials{
    color: #fff;
    background-image: url("images/img-decor-02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    padding: 100px;
}
.thead{
    font-size: 48px;
    margin-bottom: 70px;
    text-align: center;
    color: #e2deed;
}

.tcontainer-grid{
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 90px 50px;
    align-items: center;
}
.tcard{
    text-align: center;
    width: 100%;
}
.tcard p{
    font-size: 16px;
    font-style: italic;
    margin-top: 20px;
    padding: 10px;
}


/* price section*/
#pricing{
    color: #fff;
    background-image: url("images/img-decor-03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    padding: 75px;
}
.phead{
    font-size: 24px;
    text-transform: uppercase;
    padding: 20px;
    background-color: #ffffff0d;
    
}
.pcontainer{
    display: flex;
    text-align: center;
    gap: 0px 5px;
    justify-content: center;
    margin-bottom: 50px;
}   
.pcard{
    background-color: #ffffff15;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 30%;

}
.pline{
    width: 60px;
    height: 5px;
    background-color: #8D81AC;
    margin: 30px 0px;
}

.tagline{
    font-size: 18px;
    padding: 30px;
    margin: 0;
}

.pcontent{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.price{
    font-size: 64px;
    color: #ffffff2e;
    margin: 20px 0 10px 0;
}
.price span{
    color: #fff;
    font-weight: bold;
}
.per{
    color: #ffffff40;
}
.purchase{
    background-color: #ffffff26;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 35px;
}
.text{
    font-size: 14px;
    color: #746074;
    text-align: center;
    padding: 0 120px 5px;
}

/* subscribe section */
#subscribe{
    padding: 20px 50px;
    display: flex;
    justify-content: space-around;
    background-color: #f4f4f4;
    align-items: center;
}
.email-input{
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
    margin-right: 40px;
    width: 300px;
    font-weight: bold;
}
.sub-tagline{
    color: #635C73;
    font-size: 30px;
}


/* footer section */
.fcontainer{
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-items: center;
    padding: 92px 65px;
    line-height: 22px;
    grid-column-gap: 30px;

}
.f-link{
    text-decoration: none;
    font-weight: bold;
    color: #8d81ac;
    font-size: 15px;
}
.f-list{
    list-style-type: none;
    margin-top: 0;
    padding: 0;
}
.fcontent{
    color: #848E97;
    font-size: 14px;
    margin:0px;
    padding-right: 0px;

}

.fcontainer h4{
    color: #635C73;
    padding-bottom: 20px;
    margin:0;
    padding-bottom: 10px;
}

/* extra effects */
button:hover {
    background-color: #000000;
    border: 3px solid #8d81ac;
}

.purchase:hover {
    background-color: #380873;
    color: #fff;
    border: 3px solid #ffffff;
}

.pcard:hover {
    background-color: #53337a;
    color: #fff;
    border: 3px solid #000000;
    width: 50%;
}


