* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Wedges', sans-serif;
    font-weight: lighter;
    color: rgb(83, 83, 83);
}

body {
    position: relative;
}
nav {
    display: flex;
    height: 10vh;
    width: 100%;
}
.main-title {
    margin: auto;
    font-family: 'Wedges', sans-serif;
    font-size: 2.1em;
    font-weight: lighter;
    color: #ea868f;
}

.landing-page, .gallery {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: justify;
    position: relative;
    background-color: #dcffa5;
}

.landing-page-content, .gallery-content {
    display: inline-flex;
    border-radius: 25px;
    width: 95%;
    height: 80vh;
    margin: auto;
    border-radius: 25px;
    /* box-shadow:  20px 20px 60px #23272b,-20px -20px 60px #282c30; */
}

.landing-page-content-right {
    position: absolute;
    border-radius: 25px;
    width: 50vw;
    height: 80vh;
    margin-left: 45vw;
    padding: 5%;
    color: #4f555c;
}

/* landing page content right button click for next page*/
.landing-page-content-right button, .main-article button .back-to-home {
    padding: 3%;
    margin-left: 75%;
    margin-top: 10%;
    border-radius: 25px;
    border-style: solid;
    background-color: #ea868f;
    color: white;
    font-size: 1.1rem;
}

.landing-page-content-left {
    border-radius: 25px;
    position: absolute;
    text-align: center;
    width: 50%;
    height: 80vh;
}
/* main profile*/
.profile-picture-main {
    height: 250px;
    width : 250px;
    text-align: center;
    border-radius: 100%;
    padding-top:5%;
    margin: auto;
}

.profile-picture-main img {
    height: 250px;
    width: 250px;
    object-fit: cover;
    border-radius: 100%;
}

.information {
    text-align: center;
    padding-top: 10%;
    color: #ea868f;
}

.information a {
    color: #ea868f;
}

.information .fa-brands {
    font-size: 2em;
}


/* gallery */
.gallery .gallery-content h1{
    position: absolute;
    text-align: center;
    margin: auto;
    padding-top: 2%;
    border-radius: 25px;
}

.gallery-content-left {
    position: relative;
    height: 80vh;
    width: 50vw;
    border-radius: 25px;
}
.gallery-content-right {
    position: relative;
    height: 80vh;
    width: 50vw;
    border-radius: 25px;
}

.gallery-content-left-top {
    display: flex;
    justify-content: space-between;
    height: 50%;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    padding: 2%;
}

.gallery-content-left-top img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;

}

.gallery-content-left-top-left, .gallery-content-left-top-right {
    width : 48%;
    height: 100%;
    border-radius: 25px;
}

.gallery-content-left-top-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}


.gallery-content-left-bottom {
    height: 50%;
    width: 100%;
    border-radius: 25px;
    text-align: center;
    padding: 2%;
}

.gallery-content-left-bottom img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 25px;
}

.gallery-content-right-content {
    height: 100%;
    width: 100%;
    padding: 2%;
    border-radius: 25px;
}

.gallery-content-right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

/* STYLE FOR BLOG SECTION */
.main-article {
    width: 70%;
    height: 100%;
    padding-top: 10%;
    padding-left: 5%;
    font-weight: lighter ;
}

.landing-page-content-right button, .main-article .back-to-home {
    padding: 3%;
    margin-left: 75%;
    margin-top: 10%;
    border-radius: 25px;
    border-style: solid;
    background-color: #ea868f;
    color: white;
    font-size: 1.1rem;
}

.ai-art-gallery-section {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding-bottom: 10%;
}


.ai-gallery-info {
    height: auto;
    width: 100%;
    display: flex;
    padding-top: 10%;
    padding-bottom: 10%;
    border-top: 1px solid #4f555c;
}

.ai-gallery-info .image-container{
    height: 100%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-gallery-info .image-container img {
    height: 300px;
    object-fit: cover;
    border-radius: 100%;
}


.ai-gallery-info-description-container {
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: center;
}

.ai-gallery-info-description-content {
    display: flex;
    flex-direction: column;
    width: 80%;
    background: none;
}

.ai-art-gallery-more {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 5%;
    padding-bottom:5%;
    background-color: #cbffa0;
}

.ai-art-gallery-more .image-container {
    height: 100%;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.ai-art-gallery-more .image-container img {
    height: 300px;
    object-fit: cover;
    border-radius: 100%;
}

.ai-art-gallery-more-content-container {
    height: 100%;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}


.ai-art-gallery-more-content {
    height: auto;
    width: 80%;
    display: flex;
    flex-direction: column;
}

/* nft gallery */
.nft-gallery {
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: rgb(20, 20, 20);
}

.nft-gallery .card-nft {
    height: 460px;
    width: 310px;
    border-radius: 10px;
    background-color: rgb(32, 32, 32);
    margin: 10px;
}

.nft-gallery .card-nft .image-container {
    height: 80%;
    width: 100%;
}

.nft-gallery .card-nft .image-container img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.nft-gallery .card-nft .nft-title {
    display: flex;
    margin: 5%;
}

/* footer section */
footer {
    height: 20vh;
    width: 100%;
    background-color:#131313;
    position: relative;

}

footer .footer-content {
    height: auto;
    width: 100%;
    position: relative;
}



/* custom scrollbar */
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    border-radius: 25px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #ea868f; 
    border-radius: 25px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #ea868f; 
  }