.projects{
    color: #B0A07E;;
}

h1{
    text-align: center;
    font-size: 60px;
    font-weight: 900;
}

.star1{
    position: relative;
    top: -140px; left: -25px;
}

.star2{
    position: relative;
    top: -105px; left: -38px;
}

.star3{
    position: relative;
    top: -40px; left: 560px;
}

.title{
    width: 700px;
    margin: auto;
    margin-top: 50px;
}

.box{
    width: 1070px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    margin-bottom: 100px;
    margin-top: 50px;
}

.item{
    margin-right: 15px;
    margin-bottom: 50px;
    width: 338px;
    height: 465px;
}

a{
    text-decoration: none;
}

h2{
    position: relative;
    top: -70px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 40px;
    padding-top: 17px;
    background-color: rgba(76, 76, 76, 0.4);
    height: 49px;
    transition: all .55s ease;
}

.see-more{
    position: relative;
    top: -100px;
    display: flex;
    transition: all .55s ease;
    opacity: 0;
}

p{
    position: relative;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 40px;
    padding-top: 17px;
    top: -21px;
    font-weight: 100;
    font-size: 13px;
}

.arrow{
    position: relative;
    left: 40px;
}

.item:hover h2{
    height: 81px; 
    top: -102px;
}

.item:hover .see-more{
    opacity: 1;
    top: -145px;
}

@media screen and (max-width: 1200px){
    .box{
        width: 710px;
    }
}

@media screen and (max-width: 800px){
    .projects{
        background-color: #FEF7EB;
        color: rgb(123, 96, 96);
    }

    .box{
        width: 360px;
    }

    .title{
        zoom: 0.8;
        width: 400px;
    }

    .star1{
        top: -210px; left: -45px;
    }
    
    .star2{
        top: -175px; left: -58px;
    }
    
    .star3{
        top: -45px; left: 240px;
    }
}

@media screen and (max-width: 450px){
    .box{
        zoom: 0.8;
    }
  
}