

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;  
    background-image: url('img/extra2.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Ensures background stays fixed on scroll */
}


header {
    background-color: rgba(248, 249, 250, 0.8); 
    padding: 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; 
    align-items: center;
    unicode-bidi: isolate;
}

header nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

header nav ul li {
    margin-right: 20px;
}

header nav ul li a {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
}


/*.big-image {
    width: 400px;
    position: relative;
    margin-bottom: 0.25em;
}
.big-image img{
    max-width: 100%;
}
.thumb-images {
    position: relative;
    width: 400px;
}

.thumbs {
    width: 900px;
    overflow-y: hidden;
    white-space: nowrap;
}
.thumb-images img {
    width: 85px;
    box-sizing: border-box;
}
.tumb-images img.active {
    border: 1px solid #00;
}
.arrow{
    position: absolute;
    bottom: 500%;
    transform: translateY(50%);
    color: #fff;
    font-size: -20px;
    font-weight: 700;
}
.arrow.right {
    right: 1em;
}
.arrow.left {
    left: 1em;
}*/
.original-image {
    position: relative;
    margin-left: 55px;
}
.original-image img {
    width: 666px;
    height: 500px;
    object-fit: cover;
    object-position: 0 0:;
}
.zoomed-image {
    width: 700px;
    height: 500px;
    margin-left: 2rem;
    background-size: 2000px;
    background-position: 0  0;
}
.zoomer {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,0);
    width: 125px;
    height: 125px;
    border: 1px solid #fff;
    border-sizing: border box;
}
.wrapper{
    display: flex;
    margin-bottom: 100px;
}

.title {
    text-align: center;
    padding: 80px 20px 20px 20px; 
    background: rgba(0, 0, 0, 0.5); 
    color: #fff;
}


.content {
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

.container {
    width: 100%;
    padding: 20px;
}

.flex {
    display: flex;
    flex-direction: column;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}


.footer {
    background-color: rgba(241, 241, 241, 0.8);
    padding: 10px 0;
    text-align: center;
    bottom: 0; 
    width: 100%; 
}

.footer .container {
    display: flex;
    justify-content: center;
}

.footer .row {
    width: 100%;
}

.footer .col-4 {
    flex: 1;
}
