body{
    margin: 0;
    padding: 0;
    font-family: myfont-1;
}
@font-face{
    font-family: myfont-1;
    src: url(../fonts/PTSerif-Regular.ttf);
}
.navbar{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 5%;
    height: 80px;
}
.two-btn{
    display: flex;
    gap: 20px;
}
.blog-1 ,
.contact-1{
    padding: 10px;
    color: #000;
    border-radius:5px;
    font-size:18px;
    text-decoration:underline;
}
.img-1{
    width: 22%;
    height: auto;
    color: #000;
}
/* center-start */
.contact-div-1{
    width: 50%;
    box-sizing: border-box;
    border: solid 1px #d5d5dd;
    padding: 50px;
    color: #000;
    border-radius: 15px;
    text-align: start;
    font-size: 18px;
}
.input-1{
    padding: 15px;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d5d5dd;
    border-radius: 5px;
}
.para-14{
    font-size: 40px;
    font-weight: 700;
}
.textarea-1{
    width: 100%;
    height: 200px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #d5d5dd;
    border-radius: 5px;
}
.input-2{
    padding: 15px;
    color: #fff;
    background-color: #2A2A2A;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 20px;
    border: 1px solid #d5d5dd;
    border-radius: 5px;
}
/* center-end */
.footer{
    padding: 30px 7% ;
    margin-top: 80px;
    background-color: #000;
    color: #fff;
}
.icons-img-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #d5d5dd;
    padding-bottom: 20px;
}
.icons-div-4{
    font-size: 22px;
}
.img-5{
    width: 22%;
}
.about-1{
    padding:20px 8% ;
    font-size: 18px;
}
p{
    margin: 0;
}
.blog-2{
    display: flex;
    justify-content: center;
    gap: 50px;
}
.blog-item-1{
    width: 35%;
}
.img-6{
    width: 42%;
}
.para-15{
    font-size: 18px;
}
.para-16{
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0px;
}
.read-div{
    font-size: 18px;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 15px;
    margin-top: 20px;
    border: solid 1px #000;
}
.project-1{
    padding: 10px;
    border-radius: 15px;
    border: solid 1px #000;
    width: 336px;
    background-color: #fff;
}
.img-7{
    width: 100%;
    border-radius: 15px;
}
.para-10{
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0px;
}
.para-11{
    color: #000;
    font-size: 18px;
    margin: 10px 0px;
}
.para-icons{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 2%;
}
.projects-div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
}
.i-1{
    font-size: 22px;
}
.text-method{
    padding: 20px 7%;
}
.text-method p{
    font-size: 18px;
    line-height: 25px;
}
.para-17{
    margin-bottom: 30px;
}
.img-8{
    width: 90%;
}





















@media (max-width: 990px) and (min-width: 750px){
    .blog-1,
    .contact-1,
    .icons-div-4{
        display: none;
    }
    .img-5{
        width: 250px;
    }
    .img-1{
        width: 300px;
    }
    .contact-div-1 {
        width: 75%;
        padding: 30px;
    }
    .input-1{
        padding: 10px;
        margin: 10px 0px;
    }
    .blog-2{
        flex-direction: column;
        align-items: center;
    }
    .img-6{
        width: 60%;
    }
    .blog-item-1 {
        width: 80%;
    }
    .projects-div {
        flex-direction: column;
    }
    .project-1{
        width: 65%;
    }

}





























@media (max-width: 750px) and (min-width: 0px){
    .blog-1,
    .contact-1,
    .icons-div-4{
        display: none;
    }
    .img-5{
        width: 250px;
    }
    .img-1{
        width: 250px;
    }
    .contact-div-1 {
        width: 95%;
        padding: 30px;
    }
    .input-1{
        padding: 10px;
        margin: 10px 0px;
    }
    .blog-2{
        flex-direction: column;
        align-items: center;
    }
    .img-6{
        width: 90%;
    }
    .blog-item-1 {
        width: 80%;
    }
    .projects-div {
        flex-direction: column;
    }
    .project-1{
        width: 90%;
    }
}