@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Great+Vibes&display=swap);

.r-t,
.text {
    text-align: center
}

.big-h,
.gallery {
    overflow: hidden
}

.about-image img,
.about-image-mini img,
.extra-size img,
.img-section img,
.room-show img {
    object-fit: cover
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: 'Libre Baskerville', serif !important
}

.navbar {
    display: none !important;
}

.header-all {
    display: none !important;
}

.header-upper-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 140px
}

.header-upper-btn button {
    padding: 12px 24px;
    border: none;
    background-color: #8b7834;
    color: #fff;
    font-weight: 500
}
.header-upper-btn span{
    margin-right:15px;
    
    padding: 8px;

}
.header-upper-btn span a:hover{
    color: #8b7834;

}
.header-upper-btn span a {
    text-decoration: none;
    color:black;
    font-size: 12px;

}
.about-text p,
.next,
.prev {
    font-weight: 700;
    font-size: 18px
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 15px
}

#overlay,
.mySlides {
    display: none
}

.nav-content ul {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    list-style: none
}

.nav-content ul a {
    text-decoration: none;
    color: #000
}

.nav-content ul a:hover {
    border-bottom: 1px solid #000
}

.logo {
    width: 385px;
    cursor: pointer
}

.header-all {
    padding-top: 15px
}

img {
    vertical-align: middle
}

.slideshow-container {
    position: relative;
    margin: auto;
    padding-top: 50px
}

.form-title textarea,
.next,
.prev,
input {
    padding: 16px
}

.mySlides img {
    height: 650px
}

.next,
.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    color: #fff;
    transition: .6s;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.numbertext,
.text {
    color: #f2f2f2;
    padding: 8px 12px;
    position: absolute
}

.big-h,
.location-txt {
    letter-spacing: 10px;
    font-weight: 500
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.next:hover,
.prev:hover {
    background-color: rgba(0, 0, 0, .8)
}

.text {
    font-size: 15px;
    bottom: 8px;
    width: 100%
}

.numbertext {
    font-size: 12px;
    top: 0
}

.about-image,
.about-image-mini,
.body-pics,
.carousel-inner,
.take-abs {
    position: relative
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s
}

.about {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly
}

div.about-text {
    margin-top: 50px;
    width: 40%
}

.about-text p {
    line-height: 26px
}

.about-image {
    width: 35%
}

.about-image img {
    width: 430px
}

.rooms {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 55px
}

.about-image-mini {
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center
}

.box-one,
.box-one-main,
.box-one-pics,
.box-one-prior,
.box-two,
.box-two-pics {
    position: absolute;
    width: 240px
}

.about-li {
    display: flex;
    align-items: center;
    gap: .7rem;
    margin-top: 30px
}

.about-li i {
    font-size: 20px
}

.box-one,
.box-one-main {
    height: 190px;
    left: 63%;
    top: 10%;
    z-index: -1;
    background-color: #f2f4f6
}

.box-two {
    left: -10%;
    top: 62.5%;
    z-index: -1;
    height: 190px;
    background-color: #8b7834
}

.box-one-pics {
    height: 280px;
    left: 63%;
    top: -10%;
    z-index: -1;
    background-color: #f2f4f6
}

.box-two-pics {
    left: -5%;
    top: 45.5%;
    z-index: -1;
    height: 230px;
    background-color: #8b7834
}

.box-one-prior {
    height: 90px;
    left: 63%;
    top: 10%;
    z-index: 1;
    background-color: #f2f4f6
}

.box-two-prior {
    width: 240px;
    left: 10%;
    top: 62.5%;
    z-index: 1;
    height: 190px;
    position: absolute;
    background-color: #8b7834
}

.about-image-mini .box-one,
.box-one-b {
    top: 10%;
    width: 240px;
    height: 190px;
    position: absolute
}

.box-one-b {
    left: 50%;
    z-index: -1;
    background-color: #f2f4f6
}

.box-two-b {
    width: 240px;
    left: 13%;
    top: 66.8%;
    z-index: -1;
    height: 190px;
    position: absolute;
    background-color: #8b7834
}

.about-image-mini .box-one {
    left: 53%;
    z-index: -1;
    background-color: #f2f4f6
}

.about-image-mini .box-two {
    width: 240px;
    left: 11%;
    top: 71%;
    z-index: -1;
    height: 190px;
    position: absolute;
    background-color: #8b7834
}

.location-txt {
    margin-top: 65px;
    color: #8b7834
}

.big-h {
    font-size: 42px;
    color: #8b7834
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

.home-content-area {
    width: 100%;
    height: 180px;
    margin-top: 150px;
    padding: 32px;
    text-align: center;
    display: flex;
    background-color: #f2f4f6;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap
}

.box-one-room,
footer {
    background-color: #8b7834
}

.home-content-area i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 52px
}
.jumbotron,
.jumbotron-room,
.jumbotron-event,
.jumbotron-spa {
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 780px;
    display: flex;
    align-items: center
}

.home-content-area p {
    margin-top: 12px;
    color: #8b7834;
    font-weight: 600;
    font-size: 14px
}

.home-content-area .p-second {
    margin-top: 6px
}

.jumbotron,
.jumbotron-spa {
    background-image: url("./exedraweb/SPA + HAMAM/SPA KAPAK.jpg")
}

.jumbotron-event {
    background-image: url("./assets/event-banner-2.png")
}

.jumbotron-room {
    background-image: url("./lobby.jpg.jpeg");
}

.jumbotron-contact,
.jumbotron-wine {
    align-items: center;
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 780px;
    display: flex
}

.jumbotron-wine {
    background-image: url("./gorsellernew/restaurant-kapak.jpg")
}

.jumbotron-contact {
    background-image: url("./iletişim-kapak.jpg.jpeg")
}

.jumbotron-gallery {
    margin-top: 0;
    background-image: url("./assets/gallery-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 780px;
    display: flex;
    align-items: center
}

.r-t,
.room-show {
    width: 85%;
    margin: 0 auto
}

.r-t {
    padding-top: 100px
}

.left-area h2 {
    color: #8b7834;
    font-size: 2.2rem
}

.r-t h1 {
    color: #8b7834;
    letter-spacing: 12px
}

.r-t p {
    margin-top: 30px;
    font-weight: 700;
    line-height: 36px
}

.room-show {
    padding-top: 150px;
    position: relative;
    display: flex;
    justify-content: space-evenly
}

.room-show h2 {
    position: absolute;
    left: 14%;
    top: 13%;
    color: #8b7834
}

.room-show img {
    width: 45%;
    height: 420px
}

.extra-size img {
    width: 27%;
    height: 420px
}

.box-one-room {
    position: absolute;
    width: 140px;
    height: 190px;
    left: 90%;
    top: 75%;
    z-index: -1
}

.colored {
    position: relative;
    z-index: -10;
    background-color: #eee
}

.box-two-room {
    width: 140px;
    left: 1.5%;
    top: 18%;
    z-index: -1;
    height: 190px;
    position: absolute;
    background-color: #d8dade
}

.arrow-line,
input,
textarea {
    background-color: #f2f4f6
}

.arrow {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .7rem
}

.contact,
.upper-textfields {
    justify-content: center;
    display: flex
}

.arrow-line {
    width: 220px;
    height: 4px
}

.contact {
    margin: 0 auto;
    width: 90%;
    padding-top: 50px;
    gap: 1rem;
    padding-left: 20px;
    flex-wrap: wrap
}

.left-area {
    width: 35%;
    text-align: justify
}

.left-area h1 {
    color: #8b7834;
    font-size: 62px;
    letter-spacing: 10px
}

.left-area p {
    margin-top: 16px;
    line-height: 32px;
    font-weight: 700
}

.right-area {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.upper-textfields {
    align-items: center;
    gap: .5rem
}

form .upper-textfields input {
    width: 250px
}

form .form-title input,
textarea {
    width: 509px
}

input {
    border-radius: 4px;
    border: none
}

.u-p {
    width: 400px
}

.t-p {
    width: 809px
}

textarea {
    border-radius: 4px;
    border-color: #f2f4f6;
    padding-left: 6px;
    padding-top: 6px
}

.home-rooms {
    margin-top: 23px;
    padding: 42px
}

.home-rooms h2 {
    font-size: 40px;
    margin-left: 85px
}

.contents img {
    width: 54%
}

.room-items {
    margin-top: 100px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.img-container-room img{
    max-width: 80%;
    
}
.img-container-room{
    max-width: 120px !important;
    text-align: center;
}
.room-items p {
    font-size: 100%;
}

.room-items .content {
    display: flex;
    align-items: center;
    margin: 1rem;
}

.room-items .content p {
    color: #8b7834;
    margin: 0
}

footer {
    font-weight: 700 !important;
    width: 100%;
    color: #fff;
    font-size: 13px
}

.footer-area {
    margin: 0 auto;
    width: 85%;
    padding-top: 12px;
    padding-bottom: 0;
    display: flex;
    justify-content: flex-start
}

.footer-icons {
    display: flex;
    justify-content: flex-start;
    gap: 5rem;
    margin-top: 25px;
    font-size: 20px;
    cursor: pointer;
    color: #fff
}

.socials {
    text-decoration: none !important;
    color: #f2f3f4
}

.discover {
    padding: 24px 56px;
    border-color: #8b7834;
    background-color: transparent;
    border-radius: 24px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #8b7834
}

.discover-2,
.discover-3 {
    padding: 16px 32px;
    background-color: transparent;
    font-size: 20px;
    letter-spacing: 10px;
    color: #8b7834;
    margin-top: 20px;
    cursor: pointer
}

.discover-2 {
    width: 228px;
    border: 1px solid #8b7834;
    border-radius: 24px
}

.discover-3 {
    width: 295px;
    text-align: center;
    border: 1px solid #8b7834;
    border-radius: 24px
}

.footer-area .left,
.footer-area .right {
    margin-top: 8px
}

.footer-txt {
    display: flex;
    flex-direction: column;
    font-weight: 200;
    margin-top: 15px
}

.phonemail {
    margin-top: 0;
    font-weight: 400
}

.phonemail p {
    margin: 0;
    line-height: 2;
}

.footer-area .left .address p {
    margin-bottom: 0;
}

.foot-email {
    margin-top: 0
}

.bottom-sec-foot {
    width: 85%;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 5px
}

.foot-hr {
    height: 2px;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.copy-right {
    margin-top: 15px;
    font-size: 11px;
    color: #eeeeee9d
}

.blur-background {
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    filter: blur(5px)
}

#overlay,
.modal-open {
    position: fixed;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000
}

.modal {
    padding: 7px;
    position: fixed;
    top: 78%;
    left: 50%;
    width: 750px;
    transform: translate(-50%, -50%)
}

.modalBtn {
    float: right;
    outline: 0;
    padding: 10px 16px;
    border-radius: 4px
}

.gallery {
    width: 72%;
    padding-top: 100px;
    margin: 0 auto
}

.gallery .img-section {
    margin: 0 auto;
    max-width: 1375px;
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap
}

.img-section img {
    margin: 5px;
    width: 425px;
    height: 425px;
    cursor: pointer
}

.modal-open {
    left: 100;
    width: 100%;
    height: 160%;
    display: flex;
    align-items: center;
    justify-content: center
}

.modalBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: 0 0;
    font-size: 25px;
    color: #fff;
    cursor: pointer
}

.mdl-img {
    object-fit: cover !important;
    max-width: 100%;
    max-height: 95vh;
    margin: auto;
    display: block
}

.cont {
    margin-top: 120px;
    margin-bottom: 120px
}

.bes {
    padding-top: 60px;
    font-size: 32px;
    color: #8b7834
}

.special {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.special-with-background {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 27px;
    padding-bottom: 27px
}

.back-ground-soft {
    margin: 0 auto;
    width: 100%;
    background-color: #f3f1ea
}

.one-by-one input,
.pp1 {
    background-color: #8b7834;
}

.special-header {
    font-size: 42px !important;
    text-align: center;
    color: #8b7834
}

.contentarea {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    max-width: 60%
}

.contentarea-v2 {
    display: flex;
    justify-content: center;
    gap: 3.5rem;
    
}

.center-information,
.contentarea-revised {
    justify-content: center
}

.contentarea-revised {
    display: flex;
    gap: 10rem;
    max-width: 60%
}

.con-left p,
.con-right-text p {
    font-size: 34px
}

.pp1 {
    color: #000000;
    background-color:#E0E2E5;
    padding: 8px
}

.con-left-pic img,
.con-right img {
    width: 500px;
}

@media only screen and (max-width:1600px) {

    .box-one-b,
    .box-two-b {
        z-index: -1;
        height: 190px;
        position: absolute
    }

    .box-one-b,
    textarea {
        background-color: #f2f4f6
    }

    .about-image-mini img {
        width: 60%
    }

    .left-area {
        width: 100%
    }

    .box-one,
    .box-one-main,
    .box-two,
    .box-two-main {
        display: none
    }

    .box-one-b {
        width: 240px;
        left: 37%;
        top: 11%
    }

    .t-p,
    form .form-title input,
    textarea {
        width: 550px
    }

    form .upper-textfields input {
        width: 272px
    }

    .box-two-b {
        width: 240px;
        left: 11%;
        top: 54%;
        background-color: #8b7834
    }

    .u-p {
        width: 273px
    }

    textarea {
        border-radius: 4px;
        border-color: #f2f4f6;
        padding-left: 6px;
        padding-top: 6px
    }
}

@media only screen and (max-width:1300px) {

    .box-one-b,
    .box-two-b {
        width: 240px;
        z-index: -1;
        height: 190px;
        position: absolute
    }

    .about-image-mini img {
        width: 70%
    }

    .box-one,
    .box-two {
        display: none
    }

    .box-one-b {
        left: 37%;
        top: 10%;
        background-color: #f2f4f6
    }

    .box-two-b {
        left: 5.3%;
        top: 54%;
        background-color: #8b7834
    }
}

@media only screen and (max-width:1200px) {
    .about-image-mini img {
        width: 80%
    }

    .box-one,
    .box-one-b,
    .box-two,
    .box-two-b {
        display: none
    }
}

@media only screen and (max-width:1025px) {

    .box-one-b,
    .box-two-b {
        width: 240px;
        z-index: -1;
        height: 190px;
        position: absolute
    }

    .box-one-b,
    textarea {
        background-color: #f2f4f6
    }

    .about-image-mini img {
        width: 90%
    }

    .box-one,
    .box-two {
        display: none
    }

    .box-one-b {
        left: 50%;
        top: 10%
    }

    .box-two-b {
        left: 13%;
        top: 66.8%;
        background-color: #8b7834
    }

    .contact {
        margin: 0 auto;
        padding-top: 15px;
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        gap: 1rem;
        padding-left: 20px
    }

    .u-p {
        width: 200px
    }

    .t-p,
    textarea {
        width: 400px
    }

    textarea {
        border-radius: 4px;
        border-color: #f2f4f6;
        padding-left: 6px;
        padding-top: 6px
    }

    .left-area {
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .right-area {
        width: 95%;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .bes {
        font-size: 32px
    }
}
@media only screen and (max-width:1526px){
.content{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.content  p{
    font-size: 14px;
}
}

@media only screen and (max-width:1285px) {
    .re-sizer-fresko img {
        width: 500px !important;
    }
}
@media only screen and (max-width:1200px) {
    .content  p{
        font-size: 7px;
    }
}
@media only screen and (max-width:880px) {
    .content  p{
        font-size: 6px;
    }
}
@media only screen and (max-width:767px) {
    .center-iframe iframe{
        width: 450px !important;
        height: 450px !important;
    }
    .data-prot{
        width: 40%;
        padding-left:2% ;
        font-size: 12px !important;
        margin: 0 auto;
    }
    .pp1,
    .pp2 {
        font-size: 2rem !important
    }

    input,
    textarea {
        border-radius: 4px
    }

    .contentarea,
    .contentarea-v2,
    .copy-right,
    .footer-area,
    .left-area,
    .room-items {
        text-align: center
    }

    .mdl-img {
        margin-top: 32% !important
    }

    .re-sizer-fresko img {
        width: 320px !important;
        object-fit: cover
    }

    .carousel-caption {
        left: 40% !important;
        top: 5% !important;
        right: 0 !important
    }

    .carousel-caption h1 {
        font-size: 1.7rem
    }

    .extra-size {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .extra-size img {
        width: 90% !important;
        margin: 5px
    }

    .mobile-footer {
        justify-content: center
    }

    .carousel-item img {
        height: 60vh !important;
        width: 100% !important;
        object-fit: cover
    }

    .con-left-text p,
    .con-right-text p,
    .discover-2 {
        margin: 20px;
        padding: 20px
    }

    .contentarea,
    .contentarea-v2,
    .special,
    form .form-title {
        margin: 0 auto
    }

    .box-one,
    .box-one-pics,
    .box-one-room,
    .box-two,
    .box-two-pics,
    .box-two-room,
    .discover,
    .main-header,
    .plane-absolute {
        display: none
    }

    .gallery {
        width: 93%
    }

    .contentarea-revised {
        gap: 0;
        display: block;
        max-width: 100%;
        margin: 0 auto
    }

    .jumbotron-contact,
    .jumbotron-spa {
        background-position: center
    }

    .special {
        width: 90%
    }

    form .upper-textfields input {
        max-width: 18.5% !important
    }

    .about-li,
    .form-title {
        display: flex;
        justify-content: center;
        align-items: center
    }

    form .form-title input {
        max-width: 38% !important;
        width: 809px !important
    }

    .contact {
        overflow: hidden
    }

    .con-left-pic img,
    .con-right img {
        margin-top: 40px;
        width: 100%;
        height: 100%
    }

    form .one-by-one {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 8px
    }

    .contentarea {
        display: block;
        max-width: 100%
    }
    .contentarea-v2{
        display: block;
        max-width: 100%
    }
    .contentarea-v2 img{
        padding: 5%;
        
    }
    .con-left p {
        font-size: 46px
    }

    .pp1 {
        background-color: #8b7834;
        color: #f2f4f6;
        padding: 8px
    }

    .arrow-line,
    .home-content-area,
    input,
    textarea {
        background-color: #f2f4f6
    }

    .big-h {
        font-size: 2.2rem !important
    }

    .con-left-pic img {
        padding: 3%
    }

    .arrow {
        margin-top: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .7rem
    }

    .room-items,
    .room-show {
        display: block
    }

    .arrow-line {
        width: 90px;
        height: 4px
    }

    .room-show {
        padding-top: 150px;
        width: 100%;
        margin: 0 auto;
        position: relative
    }

    .room-show h2 {
        position: absolute;
        left: 14%;
        top: 13%
    }

    .room-show img {
        width: 48%;
        margin-left: 4px;
        height: 250px;
        object-fit: cover
    }

    .room-items {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%
    }

    .room-items img {
        width: 100%;
        margin-left: 8px
    }

    .room-items p {
        margin-top: 25px;
        font-size: 16px
    }

    .bes {
        font-size: 18px;
        padding-top: 0
    }

    .left-area {
        width: 90%;
        margin: 0 auto
    }

    .left-area h1 {
        font-size: 32px;
        letter-spacing: 10px
    }

    .left-area p {
        margin-top: 16px;
        line-height: 32px;
        font-weight: 700
    }

    .u-p {
        width: 150px
    }

    .t-p {
        width: 307px
    }

    textarea {
        border-color: #f2f4f6;
        padding-left: 6px;
        padding-top: 6px;
        width: 307px !important
    }

    .right-area {
        width: 95%;
        margin-top: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    .upper-textfields {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: .5rem
    }

    input {
        padding: 16px;
        border: none
    }

    .contents img {
        width: 25%
    }

    .logo {
        width: 350px;
        margin: 0 auto;
        cursor: pointer
    }

    .footer-area {
        padding-top: 12px;
        display: block;
        width: 100%;
        margin: 0 auto
    }

    .phonemail {
        margin-top: 0
    }

    .phonemail :first-child {
        margin-top: 31px
    }

    .copy-right {
        margin-top: 15px;
        font-size: 12px
    }

    .footer-icons {
        display: flex;
        justify-content: space-around;
        margin-top: 25px
    }

    .home-content-area {
        width: 100%;
        height: 100px;
        margin-top: 60px;
        padding: 22px;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap
    }

    .home-content-area p {
        margin-top: 12px;
        margin-left: 3px !important;
        font-size: 9px
    }

    .about,
    .home-rooms h2 {
        margin-left: 0;
        text-align: center
    }

    .about {
        margin-top: -45px;
        flex-wrap: wrap;
        width: 100%;
        margin-right: 0
    }

    div.about-text {
        width: 90%
    }

    .about-image {
        width: 100%;
        margin-top: 50px
    }

    .rooms {
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
        padding-top: 0
    }

    .about-image-mini {
        width: 95%;
        margin-top: 50px
    }

    .about-image-mini img,
    .header-upper-btn {
        width: 100%;
        display:flex;
        flex-direction:column;
    }
    .header-upper-btn span{
        align-self: flex-end;
        margin-right:8px;
        margin-bottom: 8px;
    }

    .about-image img {
        width: 320px;
        object-fit: cover
    }

    .location-txt {
        letter-spacing: 3px
    }

    .navbar {
        display: block !important
    }

    .container-fluid .blocker {
        width: 80%
    }

    .container-fluid {
        display: flex;
        justify-content: space-evenly
    }

    .navbar-nav {
        background-color: #8b7834;
        margin-top: 15px
    }

    .nav-link {
        border: 1px solid #eee !important;
        padding: 8px !important;
        color: #f2f4f6 !important
    }
}

#loader-text,
.loader {
    left: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:300px) {

    .next,
    .prev,
    .text {
        font-size: 11px
    }
}

.center-information,
.center-information-footer {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 1.2rem;
    display: flex;
    font-weight: 700
}

.one-by-one {
    display: flex;
    justify-content: space-around
}

.one-by-one input {
    color: #eee;
    width: 25%
}

.center-information-footer {
    justify-content: center;
    color: #8b7834
}

.bg-soft-yellow {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-color: #f3f1ea
}

.first-word,
.second-word {
    display: inline-block;
    padding: 9px
}

.display-4-right {
    color: #f2f3f4;
    text-align: right
}

.display-4-left {
    color: #f2f3f4;
    text-align: left
}

.first-word {
    font-size: 3rem;
    background-color: rgba(0, 0, 0, .346)
}

.second-word {
    font-size: 2.7rem;
    background-color: rgba(139, 120, 52, .7)
}

.logo-footer img {
    width: 40%
}

#overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

#loader-text,
.box-two-main,
.carousel-caption,
.loader,
.plane-absolute {
    position: absolute
}

.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid rgba(139, 120, 52, .7);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: 2s linear infinite spin;
    top: 50%
}

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

#loader-text {
    color: #fff;
    top: 60%;
    font-size: 20px;
    text-align: center
}

.plane-absolute {
    top: -95%;
    left: 10%
}

.plane-absolute img {
    max-width: 450px
}

.box-two-main {
    width: 240px;
    left: -10%;
    top: 59.5%;
    z-index: -1;
    height: 190px;
    background-color: #8b7834
}

.modal {
    animation: .3s modalFadeIn;
    transition: opacity .3s
}

@keyframes modalFadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.carousel-caption {
    bottom: auto;
    top: 35%;
    left: 40%;
    transform: translateX(-50%);
    color: #fff
}

.carousel-item img {
    height: 99vh;
    width: 100%;
    object-fit: cover
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    z-index: 5
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    height: 100%;
    width: 100%
}

.carousel-control-prev {
    left: 5%
}

.carousel-control-next {
    right: 5%
}

.image-description {
    text-align: center;
    color: #000;
    font-size: 14px;
    margin-top: 10px
}

.re-sizer-fresko img {
    width: 680px;
}

.about-image-mini .image-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.about-image-mini p {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-top: 20px
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 15px;
    padding: 10px 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 30px;
    text-decoration: none
}

.whatsapp-button:hover {
    background-color: #128c7e
}

.info-text {
    font-size: .9rem
}
.font-diff{
    font-family: Arial, Helvetica, sans-serif
}

.center-iframe{
    display: flex;
    justify-content: center;
    align-items: center;
}
.clickable-image {
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  .data-prot{
    font-size:12px;
  }

.animated-slider{
    display: flex;
}

.animated-slider img {
    display: none;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ===== EXEDRA NAVBAR ===== */
.ex-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    background: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.25) 55%, transparent 100%);
}

.ex-header.scrolled {
    background: rgba(18, 16, 10, 0.97);
    box-shadow: 0 2px 30px rgba(0,0,0,0.4);
}

.ex-nav-container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 30px;
    transition: padding 0.3s ease;
}

.ex-header.scrolled .ex-nav-container {
    padding: 10px 30px;
}

.ex-logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
    margin-right: 20px;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

.ex-logo img {
    height: 35px;
    width: auto;
    transition: height 0.3s ease;
}

.ex-header.scrolled .ex-logo img {
    height: 30px;
}

.ex-nav-menu {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    gap: 0;
}

.ex-nav-links {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0;
}

.ex-nav-links > li {
    position: relative;
}

.ex-nav-links > li > a {
    color: #fff;
    text-decoration: none;
    font-size: 10.5px;
    letter-spacing: 1.2px;
    padding: 12px 10px;
    transition: color 0.3s ease;
    white-space: nowrap;
    font-family: 'Libre Baskerville', serif;
    display: flex;
    align-items: center;
    gap: 4px;
}

.ex-nav-links > li > a:hover {
    color: #c9aa5e;
}

.ex-dropdown-toggle i {
    font-size: 7px;
    transition: transform 0.3s ease;
}

.ex-dropdown:hover .ex-dropdown-toggle i {
    transform: rotate(180deg);
}

/* Dropdown - Sacred Mansion style */
.ex-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(22, 20, 14, 0.97);
    backdrop-filter: blur(10px);
    min-width: 190px;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    transform: translateY(-4px);
    border-radius: 10px;
    margin-top: 6px;
}

.ex-dropdown:hover .ex-dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ex-dropdown-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
}

.ex-dropdown-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 11px 24px;
    font-size: 13px;
    letter-spacing: 0.3px;
    transition: color 0.2s ease, background 0.2s ease;
    text-align: left;
    font-family: 'Libre Baskerville', serif;
    white-space: nowrap;
}

.ex-dropdown-menu a:hover {
    background: rgba(255,255,255,0.06);
    color: #c9aa5e;
}

/* Right Side */
.ex-nav-right {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 10px;
    flex-shrink: 0;
}

.ex-phone {
    color: #fff;
    text-decoration: none;
    font-size: 10.5px;
    letter-spacing: 0.3px;
    white-space: nowrap;
    font-family: 'Libre Baskerville', serif;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.ex-phone:hover {
    color: #c9aa5e;
}

.ex-book-btn {
    background: #8b7834;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    font-size: 10px;
    letter-spacing: 1.8px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    font-family: 'Libre Baskerville', serif;
    display: inline-block;
}

.ex-book-btn:hover {
    background: #a08c3e;
    color: #fff;
}

/* Language Dropdown */
.ex-lang-dropdown {
    position: relative;
}

.ex-lang-btn {
    background: none;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 6px 10px;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    font-family: 'Libre Baskerville', serif;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: border-color 0.3s ease, color 0.3s ease;
    white-space: nowrap;
    border-radius: 3px;
}

.ex-lang-btn:hover {
    border-color: #c9aa5e;
    color: #c9aa5e;
}

.ex-lang-btn i {
    font-size: 9px;
}

.ex-lang-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: rgba(22, 20, 14, 0.97);
    backdrop-filter: blur(10px);
    min-width: 80px;
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    border-radius: 8px;
}

.ex-lang-dropdown:hover .ex-lang-menu {
    opacity: 1;
    visibility: visible;
}

.ex-lang-menu a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 11px;
    font-family: 'Libre Baskerville', serif;
    transition: color 0.2s ease, background 0.2s ease;
}

.ex-lang-menu a:hover {
    color: #c9aa5e;
    background: rgba(255,255,255,0.06);
}

/* Hamburger */
.ex-hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 10001;
}

.ex-hamburger span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    transition: all 0.3s ease;
    transform-origin: center;
}

.ex-hamburger.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.ex-hamburger.active span:nth-child(2) {
    opacity: 0;
}

.ex-hamburger.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Large screens - tighten */
@media only screen and (max-width: 1440px) {
    .ex-nav-links > li > a {
        font-size: 10px;
        letter-spacing: 1px;
        padding: 12px 8px;
    }

    .ex-nav-right {
        gap: 10px;
    }

    .ex-phone {
        font-size: 10px;
    }

    .ex-book-btn {
        padding: 9px 16px;
        font-size: 9px;
        letter-spacing: 1.5px;
    }
}

/* Mid screens - compact */
@media only screen and (max-width: 1280px) {
    .ex-nav-container {
        padding: 12px 20px;
    }

    .ex-nav-links > li > a {
        font-size: 9.5px;
        letter-spacing: 0.8px;
        padding: 12px 7px;
    }

    .ex-logo {
        margin-right: 12px;
    }

    .ex-logo img {
        height: 30px;
    }

    .ex-phone {
        font-size: 9px;
    }

    .ex-book-btn {
        padding: 8px 14px;
        font-size: 8.5px;
    }

    .ex-lang-btn {
        font-size: 9px;
        padding: 5px 8px;
    }
}

/* Mobile Navbar */
@media only screen and (max-width: 1100px) {
    .ex-nav-container {
        padding: 12px 20px;
    }

    .ex-header.scrolled .ex-nav-container {
        padding: 10px 20px;
    }

    .ex-hamburger {
        display: flex;
    }

    .ex-nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        height: 100dvh;
        background: rgba(18, 16, 10, 0.98);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        gap: 0;
        overflow-y: auto;
    }

    .ex-nav-menu.active {
        right: 0;
    }

    .ex-nav-links {
        flex-direction: column;
        gap: 0;
        width: 100%;
        text-align: center;
    }

    .ex-nav-links > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.06);
    }

    .ex-nav-links > li:first-child {
        border-top: 1px solid rgba(255,255,255,0.06);
    }

    .ex-nav-links > li > a {
        font-size: 14px;
        padding: 20px 30px;
        justify-content: center;
        letter-spacing: 2.5px;
    }

    .ex-dropdown-menu {
        position: static;
        transform: none !important;
        min-width: 100%;
        margin-top: 0;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transition: max-height 0.4s ease, padding 0.3s ease;
        background: rgba(30, 28, 20, 0.95);
        border-radius: 0;
    }

    .ex-dropdown:hover .ex-dropdown-menu {
        transform: none !important;
        opacity: 1;
        visibility: visible;
        max-height: 0;
        padding: 0;
    }

    .ex-dropdown.open .ex-dropdown-menu {
        max-height: 400px;
        padding: 8px 0;
    }

    .ex-dropdown-menu::before {
        display: none;
    }

    .ex-dropdown-menu a {
        padding: 15px 30px;
        font-size: 13px;
        letter-spacing: 1px;
        text-align: center;
    }

    .ex-nav-right {
        flex-direction: column;
        margin-top: 30px;
        margin-left: 0;
        gap: 18px;
    }

    .ex-phone {
        font-size: 13px;
    }

    .ex-book-btn {
        padding: 14px 35px;
        font-size: 11px;
        letter-spacing: 2.5px;
    }

    .ex-lang-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        background: none;
        display: flex;
        gap: 10px;
        min-width: auto;
        padding: 0;
        border-radius: 0;
    }

    .ex-lang-btn {
        display: none;
    }

    .ex-lang-menu a {
        font-size: 13px;
        padding: 5px 8px;
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 3px;
    }
}

@media only screen and (max-width: 480px) {
    .ex-logo img {
        height: 28px;
    }

    .ex-header.scrolled .ex-logo img {
        height: 24px;
    }

    .ex-nav-links > li > a {
        font-size: 13px;
        padding: 18px 25px;
    }

    .ex-nav-container {
        padding: 10px 15px;
    }

    .ex-header.scrolled .ex-nav-container {
        padding: 8px 15px;
    }
}

/* ===== WINE & DINE SECTIONS ===== */
html {
    scroll-behavior: smooth;
}

.wd-section {
    display: flex;
    align-items: center;
    padding: 80px 6% 80px 8%;
    min-height: 85vh;
    scroll-margin-top: 60px;
}

.wd-section--accent {
    background-color: #AF530E;
    color: #fff;
}

.wd-section--white {
    background-color: #fff;
    color: #1a1a1a;
}

.wd-photos {
    width: 55%;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    grid-template-rows: 1.2fr 1fr;
    gap: 14px;
    flex-shrink: 0;
    height: 65vh;
    min-height: 480px;
    max-height: 750px;
}

.wd-photo {
    position: relative;
    overflow: hidden;
}

.wd-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wd-photo:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}

.wd-photo:nth-child(2) {
    grid-row: 1 / 3;
    grid-column: 2;
    margin-top: 50px;
}

.wd-photo:nth-child(3) {
    grid-row: 2;
    grid-column: 1;
}

.wd-photo-label {
    display: none;
    position: absolute;
    top: 14px;
    left: 14px;
    font-size: 9px;
    letter-spacing: 2.5px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Libre Baskerville', serif;
    text-shadow: 0 1px 4px rgba(0,0,0,0.6);
    background: rgba(0,0,0,0.3);
    padding: 5px 12px;
    backdrop-filter: blur(4px);
}

.wd-content {
    width: 45%;
    padding-left: 60px;
}

.wd-label {
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 28px;
    font-weight: 400;
}

.wd-section--accent .wd-label {
    color: rgba(255,255,255,0.6);
}

.wd-section--white .wd-label {
    color: #AF530E;
}

.wd-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 30px;
    font-family: 'Libre Baskerville', serif;
    text-transform: none;
}

.wd-text {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0.9;
}

.page-events .wd-text {
    font-family: 'RoyalWedding', 'Great Vibes', cursive;
    font-size: 34px;
}

.wd-link {
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: gap 0.3s ease;
    font-family: 'Libre Baskerville', serif;
}

.wd-section--accent .wd-link {
    color: #fff;
}

.wd-section--white .wd-link {
    color: #AF530E;
}

.wd-link:hover {
    gap: 16px;
    color: inherit;
}

@media only screen and (max-width: 900px) {
    .wd-section {
        flex-direction: column;
        padding: 50px 5%;
        min-height: auto;
    }

    .wd-photos {
        width: 100%;
        height: 380px;
        margin-bottom: 40px;
    }

    .wd-photo:nth-child(2) {
        margin-top: 0;
    }

    .wd-content {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

    .wd-title {
        font-size: 24px;
    }

    .wd-text {
        font-size: 22px;
    }
}

@media only screen and (max-width: 480px) {
    .wd-photos {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        height: auto;
    }

    .wd-photo:nth-child(2) {
        grid-row: auto;
        grid-column: 1;
    }

    .wd-photo:nth-child(3) {
        grid-row: auto;
        grid-column: 1;
    }

    .wd-photo img {
        height: 220px;
    }
}

/* ===== HOMEPAGE ROOM CARDS ===== */
.rooms-showcase {
    display: flex;
    gap: 12px;
    padding: 0 5% 60px;
}

.rooms-showcase a {
    text-decoration: none;
}

.room-card {
    flex: 1;
    height: 420px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
}

.room-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.room-card:hover img {
    transform: scale(1.06);
}

.room-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.05) 100%);
    pointer-events: none;
}

.room-card-name {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    z-index: 1;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
    letter-spacing: 0.5px;
}

.rooms-showcase-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #AF530E;
    margin-bottom: 35px;
    font-weight: 400;
}

@media only screen and (max-width: 900px) {
    .rooms-showcase {
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 4% 40px;
    }

    .room-card {
        flex: 1 1 calc(50% - 10px);
        height: 280px;
    }

    .room-card-name {
        font-size: 16px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .room-card {
        flex: 1 1 100%;
        height: 240px;
    }
}

/* ===== DISCOVER VIDEO BUTTON ===== */
.discover-btn-wrap {
    display: flex;
    justify-content: center;
    padding: 40px 0 50px;
}

.discover-video-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: transparent;
    border: 1.5px solid #AF530E;
    color: #AF530E;
    padding: 12px 32px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.35s ease;
    font-family: inherit;
}

.discover-video-btn i {
    font-size: 11px;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #AF530E;
    border-radius: 50%;
    transition: all 0.35s ease;
    padding-left: 2px;
}

.discover-video-btn:hover {
    background: #AF530E;
    color: #fff;
}

.discover-video-btn:hover i {
    border-color: #fff;
}

/* ===== VIDEO MODAL ===== */
.video-modal-overlay {
    display: none;
    position: fixed;
    z-index: 10001;
    inset: 0;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
}

.video-modal-overlay.active {
    display: flex;
}

.video-modal-box {
    position: relative;
    width: 90%;
    max-width: 900px;
}

.video-modal-box video {
    width: 100%;
    border-radius: 10px;
    outline: none;
}

.video-modal-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
}

.video-modal-close:hover {
    opacity: 0.7;
}

/* ===== RESTORAN SLIDER ===== */
.restoran-slider-wrap {
    position: relative;
    padding: 0 5% 60px;
}

.restoran-slider {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.restoran-slider::-webkit-scrollbar {
    display: none;
}

.restoran-slide {
    flex: 0 0 calc(50% - 7px);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    scroll-snap-align: start;
    text-decoration: none;
    height: 380px;
}

.restoran-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.restoran-slide:hover img {
    transform: scale(1.06);
}

.restoran-slide-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.05) 60%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 28px;
}

.restoran-slide-name {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
    font-style: italic;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
    letter-spacing: 0.5px;
}

.restoran-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% - 30px));
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255,255,255,0.7);
    background: rgba(0,0,0,0.3);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s;
    z-index: 2;
}

.restoran-arrow:hover {
    background: rgba(0,0,0,0.6);
}

.restoran-arrow-prev { left: calc(5% + 12px); }
.restoran-arrow-next { right: calc(5% + 12px); }

@media only screen and (max-width: 900px) {
    .restoran-slide {
        flex: 0 0 80%;
        height: 280px;
    }
}

/* ===== RITÜELS SECTION ===== */
.rituels-section {
    padding: 0 5% 60px;
}

.rituels-banner {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    border-radius: 6px;
}

.rituels-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rituels-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.15) 60%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 8%;
}

.rituels-label {
    font-size: 11px;
    letter-spacing: 4px;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.rituels-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 42px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 16px;
}

.rituels-text {
    color: rgba(255,255,255,0.85);
    font-size: 15px;
    line-height: 1.7;
    max-width: 460px;
    margin-bottom: 24px;
}

.rituels-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding-bottom: 4px;
    transition: border-color 0.3s;
}

.rituels-link:hover {
    border-color: #fff;
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .rituels-banner {
        height: 380px;
    }
    .rituels-title {
        font-size: 30px;
    }
    .rituels-text {
        font-size: 14px;
    }
}

@media only screen and (max-width: 480px) {
    .rituels-banner {
        height: 320px;
    }
    .rituels-title {
        font-size: 24px;
    }
    .rituels-overlay {
        padding: 30px 6%;
    }
}

/* ===== İLHAM ALIN SECTION ===== */
.ilham-showcase {
    display: flex;
    gap: 10px;
    padding: 0 5% 60px;
}

.ilham-showcase a {
    text-decoration: none;
}

.ilham-card {
    flex: 1;
    height: 380px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    cursor: pointer;
}

.ilham-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ilham-card:hover img {
    transform: scale(1.06);
}

.ilham-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.05) 55%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: 28px;
    pointer-events: none;
}

.ilham-card-motto {
    font-family: 'RoyalWedding', 'Great Vibes', cursive;
    color: rgba(255,255,255,0.95);
    font-size: 26px;
    letter-spacing: 0.5px;
    text-transform: none;
    margin-bottom: 6px;
    text-shadow: 0 1px 8px rgba(0,0,0,0.5);
    text-align: center;
}

.ilham-card-name {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-size: 18px;
    font-style: normal;
    text-shadow: 0 2px 10px rgba(0,0,0,0.4);
    text-align: center;
}

@media only screen and (max-width: 900px) {
    .ilham-showcase {
        flex-wrap: wrap;
        gap: 8px;
    }
    .ilham-card {
        flex: 1 1 calc(50% - 8px);
        height: 260px;
    }
    .ilham-card:last-child {
        flex: 1 1 100%;
    }
}

@media only screen and (max-width: 480px) {
    .ilham-card {
        flex: 1 1 100%;
        height: 220px;
    }
}

.ex-lightbox-overlay {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.92);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
}
.ex-lightbox-overlay.active {
    display: flex;
}
.ex-lightbox-img {
    max-width: 85%;
    max-height: 85vh;
    border-radius: 6px;
    object-fit: contain;
    box-shadow: 0 10px 40px rgba(0,0,0,0.5);
    transition: opacity 0.25s ease;
}
.ex-lightbox-close {
    position: absolute;
    top: 20px; right: 25px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    z-index: 100000;
    width: 44px; height: 44px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    transition: background 0.3s;
}
.ex-lightbox-close:hover {
    background: rgba(255,255,255,0.25);
}
.ex-lightbox-prev,
.ex-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    width: 48px; height: 48px;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    transition: background 0.3s;
    z-index: 100000;
}
.ex-lightbox-prev { left: 20px; }
.ex-lightbox-next { right: 20px; }
.ex-lightbox-prev:hover,
.ex-lightbox-next:hover {
    background: rgba(255,255,255,0.25);
}
.ex-lightbox-counter {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255,255,255,0.6);
    font-size: 13px;
    letter-spacing: 3px;
    font-family: 'Libre Baskerville', serif;
}
@media only screen and (max-width: 480px) {
    .ex-lightbox-img { max-width: 95%; max-height: 75vh; }
    .ex-lightbox-prev { left: 8px; width: 38px; height: 38px; font-size: 18px; }
    .ex-lightbox-next { right: 8px; width: 38px; height: 38px; font-size: 18px; }
}

footer {
    overflow: hidden;
}
.footer-area {
    box-sizing: border-box;
}
.footer-area .left {
    box-sizing: border-box;
}
.bottom-sec-foot {
    box-sizing: border-box;
}
.copy-right {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
@media only screen and (max-width: 768px) {
    .footer-area {
        width: 100%;
        padding: 15px 20px;
        display: block;
    }
    .footer-area .left {
        width: 100%;
        text-align: center;
    }
    .footer-area .left .address p {
        font-size: 13px;
        line-height: 1.5;
        padding: 0 10px;
    }
    .footer-area .left .mobile-footer {
        justify-content: center;
    }
    .footer-area .left .phonemail {
        margin-top: 8px;
    }
    .footer-area .left .phonemail p {
        font-size: 13px;
        word-break: break-word;
    }
    .footer-area .left > div:last-child {
        justify-content: center;
    }
    .bottom-sec-foot {
        width: 100%;
        padding: 8px 15px;
    }
    .copy-right {
        font-size: 10px !important;
        line-height: 1.8;
        text-align: center;
    }
    .copy-right a {
        display: inline;
    }
    hr[width="80%"] {
        width: 95% !important;
    }
}
