@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');


.container-khoja {
    margin: 0 auto;
    padding: 60px 20px;
    align-items: center;
    text-align: center;
}

.khoja h1 {
    display: flex;
    flex-direction: column;
    color: #F9ECB4;
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 57px;
    margin-bottom: 20px;
}
.khoja h3 {
    margin-left: 0;
    color: #F9ECB4;
    font-family: 'Garamond', serif;  
    font-weight: 400;
    font-size: 20px;
}

.title-media-khoja {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    text-align: left;
}

.title-media-last h3 {
    color: #F9ECB4;
    font-family: 'Cinzel', serif;
    font-size: 28px;
    font-weight: 400;
    width: 31.7%; 
    word-wrap: break-word; 
    text-align: left; 
    margin: 0 auto;
    margin-bottom: 18px; 
}

.title-media-last p {
    color: #F9ECB4;
    font-weight: 400;
    font-family: 'Garamond', serif;
    font-size: 22px;
    margin: 0 auto 40px;
    text-align: justify;
    width: 31.7%;
    line-height: 1.5;
}


.image-gallery-khoja {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    margin-top: 20px;
}

.image-item-khoja {
    width: 292px;
    height: 292px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-top: auto;
}

.main-image {
    width: 467px;
    height: 467px;
}

.image-item-khoja img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.learn-more-khoja {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.learn-more-khoja button {
    margin: 0 auto;
    background-color: transparent;
    border: 1px solid #F9ECB4;
    color: #F9ECB4;
    font-family: 'Cinzel', serif;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.learn-more-khoja button:hover {
    background-color: #F9ECB4;
    color: #2A3B4C;
}
@media only screen and (max-width: 768px) {
    .container-khoja {
        padding: 40px 20px;
    }
    
    .khoja h3 {
        margin: 0 auto;
        text-align: center;
    }
    .khoja h1 {
        
        font-size: 2.5rem;
    }

    .title-media-last h3 {
        margin: 0 auto;
        text-align: left;
        width: 99%;
        font-size: 1.5rem;
    }

    .title-media-last p {
        width: 99%;
        margin-top: 4%;
        font-size: 1.2rem;
    }

    .image-gallery-khoja {
       position: relative;
        gap: 15px;
    }
    .image-item-khoja:nth-child(1){
        position: absolute;
        top: 480px;
        right: 51.3%;
        width: 35%;
        height: auto;
    }
    .image-item-khoja:nth-child(3){
        position: absolute;
        left: 51.3%;
        top: 480px;
        width: 35%;
        height: auto;
    }


    .learn-more-khoja button {
        margin-top: 43%;
        width: 40%;
        font-size: 14px;
        padding: 8px 15px;
    }
    
   
}
@media only screen and (max-width: 480px) {
    .khoja h1 {
        font-size: 2rem;
    }

    .title-media-last h3 {
        width: 90%;
        font-size: 1.25rem;
    }

    .title-media-last p {
        width: 90%;
        font-size: 1rem;
    }

    .image-item {
        max-width: 100%;
    }

    
    .image-gallery-khoja {
        position: relative;
         gap: 15px;
     }
     .image-item-khoja:nth-child(1){
         position: absolute;
         top: 103%;
         right: 51.3%;
         width: 53%;
         height: auto;
     }
     .image-item-khoja:nth-child(3){
         position: absolute;
         left: 51.3%;
         top: 103%;
         width: 53%;
         height: auto;
     }
     .main-image{
        width: 90%;
        height: auto;
     }
 
 
     .learn-more-khoja button {
         margin-top: 61%;
         width: 60%;
         font-size: 14px;
         padding: 8px 15px;
     }
     .learn-more-khoja img {
        width: 30%;
     }
}