@import url('https://fonts.googleapis.com/css2?family=Homenaje&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&family=Homenaje&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
    margin: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}

* {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

.header {
    display: flex;
    margin-top: 15px;
}

.menu {
    margin-top: 50px;
    display: flex;
    gap: 100px;
    justify-content: center;
    align-items: center;
}

.menu a {
    text-decoration: none;
}

.menu img {
    width: 500px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.menu img:hover {
    transform: scale(1.05);
}

.titleBtn {
    position: relative;
    padding: 20px 40px;
    cursor: pointer;
    width: 50%;
    text-align: center;
    font-family: Homenaje, sans-serif;
    font-size: 32px;
    text-decoration: none;
    color: black;
}

.titleBtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: black;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.titleBtn:hover::before {
    width: 100%;
}

.footer {
    display: flex;
    place-content: center;
    gap: 5px;
    margin-bottom: 50px;
    margin-top: 70px;
}

.link {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.link:hover {
    color: #97734a;
}

.bosluk {
    height: 600px;
}

.text {
    transform: translateX(162.615px);
    font-family: Homenaje, sans-serif;
    font-size: 80px;
}

.wrapper {
    margin-top: 100px;
    width: 1200px;
    position: absolute;
}

.explanation {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: 200px;
    margin-top: 150px;
}

.explanation2 {
    gap: 20px;
    align-items: center;
    margin-left: 200px;
    margin-top: 150px;
}

.explanation img {
    height: auto;
    width: 600px;
    border-radius: 5px;
}

.explanation p {
    margin-top: 30px;
    width: 500px;
    font-family: "Abel", sans-serif;
    font-size: 25px;
    font-weight: 100;
    line-height: 1.6;
}

.explanation-text p {
    font-family: "Abel", sans-serif;
    font-size: 25px;
    font-weight: 100;
    line-height: 1.6;
    margin-top: -50px;
}

.explanation-text h1 {
    font-family: "Homenaje", Sans-serif;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: -20px;
}

.info {
    width: 90%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.info-img h1 {
    font-family: "Homenaje", sans-serif;
    width: 50px;
    font-size: 100px;
    font-weight: 300;
}

.info img {
    height: auto;
    width: 500px;
    margin-top: -60px;
}

.info-text {
    margin-top: 278px;
    margin-left: 30px;
}

.info-text p {
    font-family: "Abel", sans-serif;
    font-size: 25px;
    margin-top: -10px;
}

.info-text h2 {
    font-family: "Abel", sans-serif;
}

.info-text a {
    font-family: "Abel", sans-serif;
    font-size: 32px;
}

.info-contact-text {
    margin-left: 20px;
}

.call-btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    background: #A67C52;
    color: #fff;
    padding: 16px 28px;
    text-decoration: none;
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    transition: background .25s ease;
}

.call-btn i {
    font-size: 22px;
}

.call-btn:hover {
    background: #8f6943;
}

.map {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.menuBtn {
    width: 430px;
    height: 321px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    text-align: center;
    transition: ease-in-out 0.3s;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.menuBtn::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    pointer-events: none;
    z-index: 1;
    transition: border-color 0.3s ease;
    border-radius: 10px;
}

.menuBtn:hover {
    transform: scale(1.05);
}

.menuBtn::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    pointer-events: none;
}

.menuBtn h1 {
    margin: 0;
    color: #fff;
    font-family: "Homenaje", sans-serif;
    font-size: 48px;
    font-weight: 400;
    z-index: 2;
}

.menuBtn h2 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    z-index: 2;
}

.privacy-policy {
    align-items: center;
    justify-self: center;
    width: 70%;
    margin-top: 100px;
}

.parallax-intro,
.parallax-intro2,
.parallax-intro3 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
}

.parallax-intro {
    background-image: url(assets/background.webp);
}

.parallax-intro2 {
    background-image: url(assets/background2.webp);
}

.parallax-intro3 {
    background-image: url('https://images.unsplash.com/photo-1618221195710-dd6b41faaea6?q=80&w=1920&auto=format&fit=crop');
}

.parallax-intro::before,
.parallax-intro2::before,
.parallax-intro3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.parallax-intro::before,
.parallax-intro2::before {
    background-color: rgba(0, 0, 0, 0.6);
}

.parallax-intro3::before {
    background-color: rgba(0, 0, 0, 0.7);
}

.intro-icerik,
.intro-icerik2,
.contact-container {
    position: relative;
    z-index: 2;
}

.intro-icerik {
    padding: 20px;
}

.intro-icerik h1 {
    font-size: 4rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Homenaje', Arial, Helvetica, sans-serif;
}

.intro-icerik p {
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 300;
}

.intro-icerik2 {
    padding: 20px;
    margin-left: 200px;
}

.intro-icerik2 h1 {
    font-size: 4rem;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-align: left;
    font-family: 'Homenaje', sans-serif;
}

.intro-icerik2 p {
    font-size: 1.5rem;
    margin-bottom: 30px;
    font-weight: 100;
    width: 50%;
    text-align: left;
    font-family: 'Abel', sans-serif;
}

.buton {
    color: #fff;
    font-size: 4rem;
}

#details {
    margin-left: 150px;
    display: flex;
    justify-content: space-between;
}

#details h1 {
    font-family: "Homenaje", sans-serif;
    font-size: 8rem;
    font-weight: 500;
    position: absolute;
}

#details p {
    margin-top: 250px;
    width: 80%;
    font-family: "Abel", sans-serif;
    font-size: 1.7rem;
}

#details h2 {
    font-family: "Homenaje", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    margin-top: -25px;
}

#details h3 {
    font-family: "Homenaje", sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin-top: -20px;
}

#details img {
    height: 70%;
    width: 700px;
    margin-top: 180px;
    margin-right: 150px;
    border-radius: 15px;
}

.reviews-section {
    padding: 80px 20px;
    background-color: #fdfdfd;
    text-align: center;
}

.reviews-section h2 {
    font-size: 6rem;
    margin-bottom: 40px;
    color: #2c3e50;
    font-family: "Homenaje", sans-serif;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.slider-wrapper {
    display: flex;
    overflow-x: auto;
    width: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.slider-wrapper::-webkit-scrollbar {
    display: none;
}

.slide {
    min-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    scroll-snap-align: start;
}

.stars {
    color: #f1c40f;
    margin-bottom: 20px;
    font-size: 1.3rem;
}

.review-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 4px solid #eaeaea;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.review-text {
    font-size: 1.2rem;
    font-style: italic;
    color: #555;
    margin-bottom: 15px;
    max-width: 700px;
    line-height: 1.8;
}

.review-author {
    font-weight: bold;
    color: #333;
    font-size: 1.1rem;
}

.slider-btn {
    background: none;
    border: none;
    font-size: 2.5rem;
    color: #95a5a6;
    cursor: pointer;
    padding: 10px 20px;
    transition: all 0.3s ease;
    z-index: 10;
}

.slider-btn:hover {
    color: #2c3e50;
    transform: scale(1.1);
}

.art-gallery-section {
    width: 100%;
    padding: 60px 0 0 0;
    background-color: #ffffff;
    text-align: center;
    margin-top: -150px;
    margin-bottom: 50px;
}

.art-gallery-section h2 {
    font-size: 4rem;
    margin-bottom: 40px;
    color: #2c3e50;
    font-family: "Homenaje", sans-serif;
}

.gallery-slider-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

.gallery-slider-wrapper {
    display: flex;
    overflow-x: auto;
    width: 100%;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.gallery-slider-wrapper::-webkit-scrollbar {
    display: none;
}

.gallery-slide {
    flex: 0 0 25%;
    box-sizing: border-box;
    overflow: hidden;
    scroll-snap-align: start;
}

.gallery-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.gallery-img:hover {
    transform: scale(1.1);
}

.gallery-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 2rem;
    color: #2c3e50;
    cursor: pointer;
    padding: 15px 20px;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.gallery-btn:hover {
    background: #ffffff;
}

.prev-gallery-btn {
    left: 20px;
}

.next-gallery-btn {
    right: 20px;
}

.contact-container {
    width: 100%;
    max-width: 600px;
    margin: 40px 20px;
    padding: 35px 40px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.contact-container h2 {
    font-family: 'Homenaje', sans-serif;
    font-size: 4rem;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

#contactForm {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

#contactForm input[type="text"],
#contactForm input[type="email"],
#contactForm input[type="tel"],
#contactForm textarea {
    width: 100%;
    padding: 10px 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-family: 'Abel', sans-serif;
    font-size: 1.2rem;
    outline: none;
    transition: border-color 0.3s;
}

#contactForm input::placeholder,
#contactForm textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

#contactForm input:focus,
#contactForm textarea:focus {
    border-bottom: 1px solid #A67C52;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    text-align: left;
    margin-top: 10px;
}

.checkbox-container input[type="checkbox"] {
    margin-top: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #A67C52;
}

.checkbox-container label {
    font-family: 'Abel', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
}

.submit-btn {
    background: #A67C52;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-family: 'Homenaje', sans-serif;
    font-size: 1.8rem;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-top: 20px;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: #8f6943;
}

#form-status {
    font-family: 'Abel', sans-serif;
    font-size: 1.2rem;
    margin-top: 15px;
    min-height: 24px;
}

@media (max-width: 1024px) {
    .gallery-slide {
        flex: 0 0 50%;
    }
}

@media (max-width: 900px) {
    .header {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .titleBtn {
        width: 100%;
        font-size: 24px;
        padding: 15px;
    }

    .menu {
        flex-direction: column;
        gap: 30px;
        margin-top: 20px;
    }

    .menuBtn {
        width: 90vw;
        max-width: 100%;
        height: 250px;
        margin: 0 auto;
    }

    .menuBtn h1 {
        font-size: 32px;
    }

    .wrapper {
        width: 100%;
        position: relative;
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }

    .text {
        transform: none !important;
        font-size: 40px;
        text-align: center;
        padding: 0 20px;
    }

    .explanation {
        flex-direction: column;
        margin: 40px 20px;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .explanation img {
        width: 100%;
        max-width: 100%;
    }

    .explanation p {
        width: 100%;
        font-size: 20px;
        margin-top: 20px;
    }

    .explanation-text {
        text-align: center;
    }

    .explanation-text h1 {
        font-size: 36px;
        margin-top: 0;
    }

    .explanation-text p {
        margin-top: 0;
    }

    .info {
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
        align-items: center;
    }

    .info-img h1 {
        font-size: 60px;
        text-align: center;
        width: 100%;
    }

    .info img {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
    }

    .info-text {
        margin-top: 40px;
        margin-left: 0;
        text-align: center;
    }

    .map {
        width: 100%;
        padding: 0 20px;
    }

    .map iframe {
        width: 100% !important;
        height: 400px;
    }

    .intro-icerik h1 {
        font-size: 2.5rem;
    }

    .intro-icerik p {
        font-size: 1.5rem;
    }

    .intro-icerik2 {
        margin-left: 0;
        text-align: center;
    }

    .intro-icerik2 h1 {
        font-size: 2.5rem;
        text-align: center;
    }

    .intro-icerik2 p {
        width: 100%;
        font-size: 1.2rem;
        text-align: center;
    }

    #details {
        margin-left: 0;
        flex-direction: column;
        padding: 40px 20px;
        text-align: center;
        align-items: center;
    }

    #details h1 {
        position: relative;
        font-size: 4rem;
        margin-top: 0;
    }

    #details p {
        margin-top: 30px;
        width: 100%;
        font-size: 1.2rem;
    }

    #details img {
        width: 100%;
        margin: 30px 0 0 0;
    }

    .reviews-section h2 {
        font-size: 3rem;
    }

    .art-gallery-section h2 {
        font-size: 3rem;
    }

    .contact-container {
        padding: 30px 20px;
        margin: 20px;
    }

    .contact-container h2 {
        font-size: 3rem;
    }

    .footer {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }

    .privacy-policy {
        width: 90%;
        margin-top: 50px;
    }

    .parallax-intro,
    .parallax-intro2,
    .parallax-intro3 {
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }
}

@media (max-width: 600px) {
    .gallery-slide {
        flex: 0 0 100%;
    }

    .contact-container h2 {
        font-size: 2.5rem;
    }
}