html, body {
    margin: 0;
    padding-top: 0px;

    background-image: url('../assets/arkaplan.jpg');
    background-size: cover;
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: center center; /* Centers the background image */
}
.animated-text {
    opacity: 0;
    animation: fadeInText 2s forwards;
    transition: .3s;
    color: black;


}


.animated-text:hover {
    transform: scale(1.05);
    cursor: default;

}
.custom-form{
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    font-family: MyFont;
    border: none;
    color: white;
    transition: .3s;
}
.custom-form:focus{
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    font-family: MyFont;
    border: none;
    color: white;
}
/* Make the Google Maps iframe responsive */
.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (height / width = 9 / 16) */
    height: 0;
    overflow: hidden;
    max-height: 300px; /* You can adjust the max-height as per your preference */
    border-radius: 20px;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.custom-form::placeholder{

    color: #f2f2f2;
}



@keyframes fadeInText {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


.custom-style-container{
    transform: scale(0.5);
    opacity: 0;
    background: rgba(0,0,0,0.2);
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1);
    transition: .3s;
    padding: 20px;
    overflow: hidden; /* Prevent overflow */
}
.custom-style-container.visible{
    transform: scale(1);
    opacity: 1;
}
.slider{
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;

    opacity: 1; /* Hidden initially */
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.item{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 10px;
    transition:  0.5s;
    left: calc(50% - 150px);
    top: 0;
}
#next{
    position: absolute;
    right: 50px;
    top: 40%;

}
#prev{
    position: absolute;
    left: 50px;
    top: 40%;
}
#prev, #next{
    color: #fff;
    background: none;
    border: none;
    font-size: xxx-large;
    font-family: monospace;
    font-weight: bold;
    opacity: 0.5;
    transition: opacity 0.5s;
    z-index: 1999;
}
#prev:hover,
#next:hover{
    opacity: 1;
}
.header_button_style{
    background-color: transparent; color: black; border: none;
}
header-language{
    border: none;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: transparent;
    transition: all 0.3s ease;
    height: 100px; /* Set the height of the header */
    width: 100%; /* Ensure it spans the full width */
}

/* Add padding to the body to push content below the fixed header */
body {
    padding-top: 60px; /* Match the height of the header */
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 1rem;
    height: 60px;
    transition: all 0.3s ease;
}
.header img {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    width: 200px;
    transition: all 0.3s ease;

}
.header.scrolled img {
    width: 120px;

}

@media (max-width: 768px) { /* Adjust for mobile screens */
    .header img {
        width: 120px; /* Make it smaller on mobile */
    }
    .header.scrolled img {
        width: 100px;
    }

}


.offcanvas-title {
    font-size: 24px;
    font-weight: bold;
    color: #333; /* Dark title color */
}

/* Menu Items Styling */
.offcanvas-body .list-unstyled {
    padding-left: 0;
}

.offcanvas-body .list-unstyled li {
    margin: 20px 0;
}

.offcanvas-body .list-unstyled li a {
    color: #333; /* Dark text for menu items */
    text-decoration: none; /* Remove underline */
    font-size: 18px;
    padding: 12px 20px;
    display: block;
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

/* Hover Effect for Menu Items */
.offcanvas-body .list-unstyled li a:hover {
    background-color: #e0e0e0; /* Light gray background on hover */
    border-radius: 4px; /* Rounded corners */
}

/* Footer Styling */
.offcanvas-footer {
    margin-top: auto; /* Push footer to the bottom */
    padding: 10px;
    background-color: #f1f1f1; /* Light footer background */
    text-align: center;
    color: #888; /* Lighter text for footer */
}

.offcanvas-footer p {
    margin: 0;
    font-size: 14px;
}

.carousel-inner img {
    width: 100%;
    height: auto;
    object-fit: contain;  /* Ensures the images are fully contained without stretching */
    max-height: 500px;
}



@font-face {
    font-family: 'MyFont';  /* Define the name of the font */
    src: url('../assets/fonts/font.otf') format('opentype'), /* For modern browsers */
    url('../assets/fonts/font.otf') format('opentype'),   /* For older browsers */
    url('../assets/fonts/font.otf') format('opentype'); /* For compatibility */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyFont_Black';  /* Define the name of the font */
    src: url('../assets/fonts/font-black.otf') format('opentype'), /* For modern browsers */
    url('../assets/fonts/font-black.otf') format('opentype'),   /* For older browsers */
    url('../assets/fonts/font-black.otf') format('opentype'); /* For compatibility */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyFont_Bold';  /* Define the name of the font */
    src: url('../assets/fonts/font-bold.otf') format('opentype'), /* For modern browsers */
    url('../assets/fonts/font-bold.otf') format('opentype'),   /* For older browsers */
    url('../assets/fonts/font-bold.otf') format('opentype'); /* For compatibility */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyFont_Thin';  /* Define the name of the font */
    src: url('../assets/fonts/font-thin.otf') format('opentype'), /* For modern browsers */
    url('../assets/fonts/font-thin.otf') format('opentype'),   /* For older browsers */
    url('../assets/fonts/font-thin.otf') format('opentype'); /* For compatibility */
    font-weight: normal;
    font-style: normal;
}



.wrapper {
    height: 420px;
    width: 654px;
    margin: 50px auto;
    border-radius: 7px 7px 7px 7px;
    /* VIA CSS MATIC https://goo.gl/cIbnS */
    -webkit-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 14px 32px 0px rgba(0, 0, 0, 0.15);
}

.product-img {
    float: left;
    height: 420px;
    width: 327px;
}

.product-img img {
    border-radius: 7px 0 0 7px;
}

.product-info {
    float: left;
    height: 420px;
    width: 327px;
    border-radius: 0 7px 10px 7px;
    background-color: #ffffff;
}

.product-text {
    height: 300px;
    width: 327px;
}

.product-text h1 {
    margin: 0 0 0 38px;
    padding-top: 52px;
    font-size: 34px;
    color: #474747;
}

.product-text h1,
.product-price-btn p {
    font-family: 'Bentham', serif;
}

.product-text h2 {
    margin: 0 0 47px 38px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #d2d2d2;
    letter-spacing: 0.2em;
}

.product-text p {
    height: 125px;
    margin: 0 0 0 38px;
    font-family: 'Playfair Display', serif;
    color: #8d8d8d;
    line-height: 1.7em;
    font-size: 15px;
    font-weight: lighter;
    overflow: hidden;
}

.product-price-btn {
    height: 103px;
    width: 327px;
    margin-top: 17px;
    position: relative;
}

.product-price-btn p {
    display: inline-block;
    position: absolute;
    top: -13px;
    height: 50px;
    font-family: 'Trocchi', serif;
    margin: 0 0 0 38px;
    font-size: 28px;
    font-weight: lighter;
    color: #474747;
}

span {
    display: inline-block;
    height: 50px;
    font-family: 'Suranna', serif;
    font-size: 34px;
}

.product-price-btn button {
    float: right;
    display: inline-block;
    height: 50px;
    width: 176px;
    margin: 0 40px 0 16px;
    box-sizing: border-box;
    border: transparent;
    border-radius: 60px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #ffffff;
    background-color: #9cebd5;
    cursor: pointer;
    outline: none;
}

.product-price-btn button:hover {
    background-color: #79b0a1;
}

.splide {
    max-width: 80%;
}

.splide__slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}





