@import url('https://fonts.googleapis.com/css2?family=Rozha+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Rozha+One&display=swap');

@font-face {
    font-family:Avenir ;
    src: url(../font/Avenir\ LT\ 35\ Light.ttf);
}

p{
    font-family:Avenir;
}
a{
    text-decoration: none;
}
.makefont{
    font-family: "Rozha One", serif;
}
.btnx{
border: 1px solid white;
background-color: transparent;
color: white;
padding: 10px 20px ;
}
.btn-1 {
    border: 1px solid black;
    background-color: black;
    color: white;
    padding: 10px 20px;
    position: relative;
    top: 20px;
}
.makesmall{
    font-family:Avenir;
    font-size: 14px;
font-weight: normal ;
}
.load{
    margin-left: 80px;
}
.fa-bars{
font-size: 30px;
}
header{
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) ,url(../images/ilustration/hero.jpg);
    height: 60vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.note{
    background-color: #EFE9E6;
    height: 76vh;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.boxes{
    background-color: #EFE9E6;
    height: 165vh;
}
.parent{    
    background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) ,url(../images/ilustration/foot.webp);
    height: 55vh;
    width: 100%;
    margin-top: -20px;
    background-position: center;
    background-size: cover;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.btn-1 {
    border: 1px solid black;
    background-color: black;
    color: white;
    padding: 10px 20px;
    position: relative;
    top: -20px;
    width: 75%;
}

.footline{
    background-color: #EFE9E6;
    width: 100%;
    height: 63px;
    font-size: 14px;
}
@media only screen and (min-width:768px) {

    header{

        background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) ,url(../images/ilustration/hero.jpg);
        height: 90vh;
        width: 100%;
        }
    .box{
    padding-top: 130px;
    width: 50%;
    }

.fa-bars{
    font-size: 60px; 
}

.load{
    margin-left: 220px;
}

.load h4{
font-size: 50px;
margin-left: -170px;

}

.note{
    background-color: #EFE9E6;
    height: 115vh; 
    }

    
.note p{
    font-size: 38px;
}

.done h3{
    font-size: 55px;
}

.done p{
    font-size: 40px;
}

.boxes{
   background-color: #EFE9E6;
    height: 220vh;
}
.boxes h3{
    font-size: 45px;
}
.boxes p{
    font-size: 30px;
}

.parent{  
    background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) ,url(../images/ilustration/foot.webp);
    height: 120vh;
    width: 100%;
    margin-top: -20px;
    }

.child{
    margin-top: 100px;
}
.child h2{
    font-size: 60px;
    width: 75%;
}
.child p{
    font-size: 30px;
}
.footline{
 background-color: #EFE9E6;
width: 100%;
height: 57px;
}
}
@media only screen and (min-width:992px) {

    .note p{
     font-size: 15px;
     width: 50%;
    }
    .note{
        background-color: #EFE9E6;
        height: 65vh;
        }
    .done h3{
        font-size: 25px;
    }
    
    .done p{
        font-size: 15px;
    }
     
    .boxes{
        background-color: #EFE9E6;
        height: 73vh;
    }

    .boxes h3{
        font-size: 25px;
    }


    .boxes p{
        font-size: 18px;
    }

    .load{
        margin-left:0;
    }
    
    .load h4{
    font-size: 25px;
    margin-left: 0;
    
    }
    
    .parent{
        background-image:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)) ,url(../images/ilustration/foot1.webp);
        height: 60vh;
        margin-top: -17px;
 
        }
        .child{
            margin-top: 30px;
        }

        .child h2{
            font-size: 53px;
            width: 50%;
        }
        
        .child p{
            font-size: 23px;
        }
        .btn-1 {
            border: 1px solid black;
            background-color: black;
            color: white;
            padding: 10px 20px;
            position: relative;
            top: -30px;
            width: 15%;
        }
}