@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');

.silk-road-treasures {
    color: #F9ECB4;
    padding: 40px;
    text-align: center;
    font-family: 'Cinzel', serif;
}

.header-treasure p {
    font-family: 'EB Garamond', serif;
    font-size: 18px;
    margin: 0;
}

.header-treasure h1 {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 3rem;
    margin: 10px 0;
}

.treasure-text h3 {
    color: #F9ECB4;
    font-family: 'Cinzel', serif;
    font-size: 20px;
    font-weight: 400;
    max-width: 33%; 
    word-wrap: break-word; 
    text-align: center; 
    margin: 0 auto; 
}

.content-treasure {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 20px 0;
}

.image-section img {
    width: 604px;
    height: 384px;
    object-fit: cover;
    border: 4px solid #F9ECB4;
    margin-right: 40px;
    margin-top: 10%;
}

.text-section {
    margin: 0;
    font-family: 'Garamond', serif;
    max-width: 400px;
    text-align: left;
    line-height: 1.6;
}

.text-section p {
    margin-left: -20px;
    font-weight: 400;
    font-family: 'Garamond', serif;
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.consept-text {
    display: flex;
    flex-direction: column;
    margin-top: 118px;
}

.consept-text h4 {
    font-family: 'Cinzel', serif;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 0;
    margin-left: -20px;
    padding: 0;

}
.consept-text p{
    font-weight: 400;
    font-family: 'Garamond', serif;
    font-size: 1.1rem;
}
.learn-more-treasure {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin: 0;
}

.learn-more-treasure button {
    margin: 0 auto;
    color: #F9ECB4;
    border: 2px solid #F9ECB4;
    padding: 10px 30px;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 25px;
    font-family: 'Cinzel', serif;
    font-weight: 500;
}
.learn-more-treasure button:hover {
    background-color: #F9ECB4;
    color: #2A3B4C;
}

@media only screen and (max-width: 768px) {
    .silk-road-treasures {
        padding: 20px;
    }

    .header-treasure h1 {
        font-size: 2.5rem;
    }

    .treasure-text h3 {
        font-size: 18px;
        max-width: 80%;
    }

    .content-treasure {
        flex-direction: column;
        align-items: center;
    }

    .image-section img {
        object-fit: cover;
        margin: 0 auto;
        width: 100%;
        margin-right: 0;
        margin-top: 200px;
    }

    .text-section {
        font-size: 10px;
        max-width: 90%;
        text-align: center;
    }
    .nameofP {  
       
        text-align: left;
        margin-top: -600px;
        }

    .consept-text {
        font-weight: 400;
        font-family: 'Garamond', serif;
        font-size: 1.1rem;
        margin-top: 480px;
        text-align: left;
    }
    .consept-text h4 {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    .consept-text h4 span {
        margin-left: 40%;
    }
    .learn-more-treasure button {
        width: 40%;
    }
}

@media only screen and (max-width: 480px) {
    .header-treasure h1 {
        font-size: 1.7rem;
    }
    .conseptT {
        font-size: 1em;
        margin-top: 10%;
    }

    .treasure-text h3 {
        font-size: 16px;
    }


    .consept-text{
      
        margin-top: 450px;
    }

    
    .text-section p {
        font-size: 16px;
    }

    .learn-more-treasure button {
        width: 60%;
        font-size: 0.9rem;
        padding: 8px 20px;
    }
    .learn-more-treasure img {
        width: 30%;
    }
}


