

*{
    margin: 0;
    padding: 0;
    font-family: sans-serif;
 }
#header{
    height: 100vh;
    background-image: url(img/background.png);
    background-position: center;
    background-size:cover;
    text-align: left;
}
.logo{
    margin-left: 100px;
    margin-top: 30px;
    width: 100px;
}
.headertext{
    margin-left:100px ;
    margin-top:140px ;
    max-width: 400px;
}
h1{
    font-size: 34px;
}
.square{
    background: #f67c92;
    height: 12px;
    width: 12px;
    margin: 15px 0;
    display: inline-block;
}
.commonbtn{
    border: 2px #f67c92 solid;
    padding: 18px 40px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    background: transparent;
    margin-top: 20px;
    margin-bottom: 60px;

}
p{
    font-size: 15px;
    color: #777;
    line-height: 18px;
}
.line1{
    background: #f67c92;
    height: 12px;
    width: 12px;
    display: inline-block;

}
.line2{
    background: #f67c92;
    height: 1px;
    width: 80px;
    display: inline-block;

}
.line3{
    background: #f67c92;
    height: 1px;
    width: 60px;
    display: inline-block;

}
.line{
    line-height: 8px;
}
ul{
    list-style-type: none;
}
#sidenav{
    position: fixed;
    height: 100vh;
    width: 250px;
    right: -250px;
    top: 0;
    background: #f67c92;
    transition: 0.5s;
}
nav ul li{
    margin: 50px 20px;
}
nav ul li a{
    text-decoration: none;
    color: #fff;

}
#menubtn{
    width: 50px;
    right: 65px;
    top: 35px;
    z-index: 2;
    cursor: pointer;
    position: fixed;
}
/* about */
#about{
    display: flex;
    flex-wrap: wrap;
    align-items: center;            
}
.about-left-col img{
    width: 100%;
}
.about-left-col{
    flex-basis:50%;
}
.about-right-col{
    flex-basis: 50%;
    text-align: right;
    max-width: 500px;
    margin-right: 100px;
    
    /* display: inline-block; */
}
.abouttext h2{
    /* top left&right bottom */
    margin: 50px 0 10px; 
    font-size: 28px;
    font-style: italic;
}
.abouttext h3{
    color: #797979;
    font-size: 28px;
    font-style: italic;
}
/* features */

/* #features{
    padding-top: 50px;
    padding-bottom: 50px;

} */
.featuresrow{
    width: 80vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.featurescol{
    flex-basis: 25%;
    /* text-align: center; */
}
.featurescol img{
    width: 100px;
}
.featurescol h4{
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
}
.featuresbtn{
    margin: 80px auto 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.featuresbtn .line{
    text-align: right;
    margin-right: 25px;
    margin-bottom: 60px;
    display: inline-block;
}
/* courses  */
 #courses{
    padding: 100px 0;
}
.container{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.courserightcol{
    flex-basis: 50%;
}
.courserightcol img{
    width: 100%;
}

.courseleftcol{
    flex-basis: 50%;
    margin-left: 40px;
}
.coursetext{
    max-width:350px ;
}
.coursetext button{
    margin: 30px 0;
}

/* contact */
.contactrow{
display: flex;
align-items: center;
flex-wrap: nowrap;
}
.contactleftcol,.contactrightcol{
flex-basis: 50%;
}
.contactleftcol{
margin-left: 30px;
}
.contactrightcol img{
width: 100%;
}
form{
max-width: 350px;
margin: 30px 0;
}

form input{
width:100% ;
padding: 12px 10px;
margin-bottom: 5px;
border: 2px solid #fab3c4;
/* box-sizing: border-box; */
}
.btnbox{
width: 100%;
display: flex;
justify-content: space-between;
}
.btnbox button{
flex-basis: 48%;
padding: 18px 0;
}

/* footer */

#footer{
padding: 0 50px 30px;
}
hr{
width: 100%;
border: 0;
border-top: 1px solid #fab3c2;
}
.footerrow{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.footerleftcol{
flex-basis:50%;
margin-top: 60px;
}
.footerrightcol{
flex-basis: 50%;
}
.footerlinks{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.linktitle h4{
color: #fab3c4;
margin-bottom: 20px;
}
.linktitle small{
font-size: 13px;
color: #777;
}
.footerinfo{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;

}
.footerlogo img{
width: 100px;

}
.footerlogo button{
margin-top: 20px;
margin-right: 30px;
font-size: 10px;
}
.copyrighttext,.footerlogo{
flex-basis: 40%;
}
.copyrighttext{
margin-left: 90px;
}

/* social icons */
.socialicons{
width: 50px;
position: fixed;
top: 40%;
left: 0;
}
.socialicons img{
width: 25px;
cursor: pointer;
}