
@font-face {
    font-family: 'Oswald'; 
    src: url('fonts/Oswald.ttf') format('truetype');
}


@font-face {
    font-family: 'OpenSans'; 
    src: url('fonts/OpenSans_Condensed-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Hammer'; 
    src: url('fonts/HammersmithOne.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "OpenSans";
    background-color: #cf8140;
    color: #eae3d0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
}

.container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    gap: 40px;
}

.text-section {
    flex: 1;
    padding: 20px;
    margin-top: -55px;
    margin-right: 50px;
}

.text-section h1 {
    font-family: "Oswald";
    font-size: 100pt;
    color: #f7e7c5;
}

.text-section h2 {
    font-family: "Hammer";
    font-size: 1.5rem;
    color: #9d4d2d;
    margin-bottom: 20px;
}

.text-section .description {
    font-size: 14pt;
    line-height: 1.8;
    font-weight: 100;
    text-align: justify;
}

.image-section {
    position: relative;
    margin-top: 120px;
    margin-left: 80px;
}

.image-shadow {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 800px;
    height: 500px;
    background-color: #e4ae82;
    border-radius: 20px;
    z-index: 0;
    left: -50px;
}

.image-box {
    position: relative;
    width: 800px;
    height: 500px;
    background-color: #f6f1e6;
    border-radius: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    left: -60px;
    top:10px;
}

.slideshow-container {
    position: relative;
    width: 950px; 
    max-width: 950px; 
    height: 700px; 
    overflow: hidden;
    border-radius: 15px;
    color: #eae3d0;
}

.slide {
    position: absolute;
    width: 100%; 
    height: 150%; 
    top: -50px;
    left: 0;
    display: none;
}

.portrait {
    width: 700px;
    height: 950px;
    object-fit: contain;
    transform: rotate(-90deg) translate(300px, 125px); 
    transform-origin: center;
    position: relative; 
    top: -25px;
}

.por {
    width: 700px;
    height: 950px;
    object-fit: contain;
    transform: rotate(-90deg) translate(280px, 125px); 
    transform-origin: center;
    position: relative; 
    top: -25px;
} 

.active {
    display: block;
}

.slide img {
    width: 80%;
    height: 80%;
    border-radius: 15px;
    overflow: hidden;
}

.movable-image3 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 30px;
    left: 0; 
}

.movable-image4 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 20px;
    left: 0; 
}

.movable-image5 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 10px;
    left: 0; 
}

.movable-image7 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 20px;
    left: 0; 
}

.movable-image8 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 20px;
    left: 5px;
}

.movable-image10 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 20px;
    left: 0; 
}

.movable-image12 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 20px;
    left: 0; 
}

.movable-image13 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 20px;
    left: 10px; 
}

.movable-image16 {
    position: absolute; 
    width: auto; 
    height: 90%; 
    top: 20px;
    transform: scale(.6);
}

.movable-image22 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 40px;
    left: 10px; 
}

.movable-image27 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 20px;
}

.movable-image37 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 30px;
}

.movable-image43 {
    position: absolute; 
    width: auto; 
    height: 100%; 
    top: 20px;
}

.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.7);
    color: white;
    font-size: 20px;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.prev {
    left: 10px;

}

.next {
    left: 700px;
}

.prev:hover, .next:hover {
    background-color: #e09f3e;
}

.dots {
    text-align: center;
    position: absolute;
    bottom: 15px;
    width: 100%;
    left: -80px;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px 5px -10px 0;
    background-color: #edbf5f;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
}

.active-dot {
    background-color: #e09f3e;
}

.hidden-dot {
    display: none;
}

.slide-number-button {
    position: absolute;
    top: 50px;
    left: 732px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 14px;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    z-index: 5;
}

.search-container {
    position: absolute;
    justify-content: center;
    align-items: center;
    margin-left: 700px;
    margin-top: 35px;
}

.search-container input[type="number"] {
    padding: 10px;
    font-size: 16px;
    width: 135px;
    border-radius: 5px;
    border: 1px solid #fffcec;
    margin-top: 35px;
    margin-left: 350px;
    font-family: "Hammer";
}

.search-container button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #edbf5f;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 10px; 
    margin-top: -580px;
    font-family: "Hammer";
}

.search-container button:hover {
    background-color: #8b5e3c;
}
