@import url('https://fonts.googleapis.com/css?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace&display=swap');
*{
     margin:0;
     padding: 0;
}

body{
    background-image: url(../img/bg1.png);
    background-size: 100% 800px;
    background-repeat: no-repeat;
}

h1{
    font-weight: 10 !important;
}

a{
    text-decoration: none !important;
}

.pad{
    padding:0px !important;
}

.wrapper{
    margin:10px auto;
    border-radius: 10px;
    padding-top:0px;
    padding-bottom: 50px;
}

.head-image{
    padding-top:30px;

}

.feature-box h1{
    margin-top: 20%;
    color:#000;
    font-family:  'Covered By Your Grace', cursive;
    font-size: 65px;
}

.feature-box{
    padding:30px;
}

.title{
    text-align: center;
    font-size: 70px;
    font-family: 'Covered By Your Grace', cursive;
    padding-bottom: 40px;
}

.title-head{
    text-align: justify;
    font-size: 50px;
    padding-top: 70px;
    font-family: 'Covered By Your Grace', cursive;
    padding-bottom: 10px;
}

.title-ready{
    text-align: center;
    font-size: 50px;
    font-family: 'Covered By Your Grace', cursive;
    padding-top: 100px;
}
.title-center{
    text-align: center;
    font-size: 50px;
    font-family: 'Covered By Your Grace', cursive;
    padding-bottom: 40px;
}
.p-chal{
    text-align: center;
    font-size:18px;
    font-family:'DM Sans', system-ui, sans-serif;
}
ul{
    list-style: none;
    padding-left: 0;
}
li{
    position: relative;
    padding-left: 1.5em;
}
.main{
    margin-bottom: 10%;
}
.main li:before{
    content: url(../img/tick.svg);
    position: absolute;
    left: 0;
    width: 1em;
    height: 1em;
}

/* .heading{
    padding-top: 30px;
    text-align: center;
    font-family: 'DM Sans', system-ui, sans-serif;
    text-transform: uppercase;
} */

.about{
    padding-top:100px;
}

.p-about{
    text-align:center;
}

.feature-flow{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

}

.title-chal{
    text-align: center;
    font-family: 'Covered By Your Grace', cursive;
    text-transform: capitalize;
    padding-top: 150px;
    font-size: 65px;
}

.two{

    background:#14E885;
    border-radius: 10px;
    padding:10px 20px;
    border:10px solid #14E885 !important;
    color:#fff;
}

/*media queries */
@media only screen and (max-width: 768px) {


    .feature-box h1{
        margin-top:1%;
    }

    .about{
        padding-top:20px;
    }

    .content>.title{
        margin-top:0px;
        padding-bottom: 0px;
    }

    .works-img{
        height: 300px;
        width: auto;
    }

    .side-img{
        display:none;
    }

    .design-content{
        padding-top: 40px;
    }

    .mob-img{
        padding:20px;
    }

    .head-image{
        display:none !important;
    }

    body{
        background-size: 1300px 800px;
        background-repeat: no-repeat;
    }


}

