

.navbar {
    position: absolute; 
    top: 0; 
    width: 100%;
    z-index: 1000; 
    display: flex; 
    justify-content: flex-start;
}
.navbar a {
    float: left; 
    display: block;
    color: #000000; 
    text-align: center; 
    padding: 22px 24px; 
    text-decoration: none; 
    border: 1px solid rgb(0, 0, 0); 
    border-radius: 7px; 
    margin-right: 20px;
    font-family: playfair display;
    margin-top: 5px;
    margin-left: 7px;
}


.yarab {
     
    width: 100%;    
    height: 400px;   
    z-index: -1;
   
}

header{
    
    text-shadow: 
    -2px -2px 0 black,  
     2px -2px 0 black,
    -2px  2px 0 black,
     2px  2px 0 black; 
}

.navblocks {
    display: flex;
    justify-content: space-between; 
    padding: 0px; 
    background-color: #ebe6e0; 
    transform: translateY(-100px);
}

.blocks {
    margin: 40px;
    text-align: bottom;
    border: 6px solid #c98e5d;
        border-radius: 8px; 
        margin: 20px; 
        padding: 6px;
        text-align: center; 
        transition: transform 0.2s;
}

.blocks img {
    width: 250px; 
    height: 250px; 
    object-fit: cover; 
    border-radius: 8px; 
}

.dropdown-content {
    display: none; 
}

.blocks:hover .dropdown-content {
    display: block; 
}

.end {
    position: relative;
    left: 0%;
    width: 100%;
    height: 100px;
    margin: 0;
    margin-top: 120px; 
    background-color: #e6ccb3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(50px)
    translateX(-10px);
}
