#header{
    width: 100%;
    
}

#header img{
    width: 100%;
}

#content{
    width: 100%;
    min-height: 600px;
    background-color:black;
    position: relative;
    margin-top: -50;
    -webkit-box-shadow: 0px 0px 14px 30px black; 
    box-shadow: 0px 20px 60px 120px black;
    z-index: 2;
}

.main-section{
    padding: 10px 50px;
    box-sizing: border-box;
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 0;
    padding-bottom: 100px;
}

.projectContent{
    text-align: left;
}

.projectContent iframe, object, embed{
    max-width: 100%;
}

.project-title{
    text-align: center;
    /* margin-top: 20px; */
    position: relative;
    font-size: 42px;
}

.nft-banner{
    width: 100%;
    margin-top: 50px;
}

#about-img{
    width: 700px;
    align-self: center;
}

.created-by, .buy-box{
    text-align: center;
}

.projectContent img{
    max-width: 100%;
}

.opensea-logo{
    width: 200px !important;
}

.buy-box{
    margin-top: 50px;
}

.section-title{
    text-align: center;
    /* margin-top: 20px; */
    position: relative;
    font-size: 36px;
}

.section-title::before{
    content: "";
    display: block;
    border-top: solid 5px rgb(255, 255, 255);
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.section-title span{
    background: #000000;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}

.section-body{
    width: 100%;
    margin-top: 30px;

}

#recent-project-box{
    
    display: flex;
    flex-wrap: wrap;
    gap: 100px;
    justify-content: space-around;
}

.card{
    width: 300px;
    height: 300px;
}

.card img{
    width: 100%;
    height: 100%;
}

@media screen and (max-width:500px) {
    .contact-description{
        width: 90%;
    }

    .main-section{
        padding-right: 5px;
        padding-left: 5px;
    }

    .section-title{
        font-size: 24px;
    }

    #links-section{
        background-position: 25% 0;
    }

    #recent-project-box{
        gap: 50px;
    }

}