@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.12.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    background-color: #FFFFFF;
    font-weight: 400;
    font-family: "Playfair Display", serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Playfair Display", serif;
}

p {
    font-family: "Playfair Display", serif;
}

a {
    font-family: "Playfair Display", serif;
    text-decoration: none;
    color: var(--text-color);
}

label {
    font-family: "Playfair Display", serif;
}

span {
    font-family: "Playfair Display", serif;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

ul li {
    font-family: "Playfair Display", serif;
    color: var(--text-color);
}

.box {
    width: 100%;
    height: 15.625rem;
    background-color: #00639C;
}


.header-info{
    width: 100%;
    background-color: #514942;
}

.header-email-phone{
    text-align: start;
    padding: .3125rem 0;
}

.header-email-phone ul li{
    display: inline-block;
    color: white;
    margin: 0 .625rem 0 0;
}

.header-email-phone ul li a i{
    margin: 0 .3rem 0 0 ;
}

.header-menu-nav{
    position: absolute;
    width: 100%;
    top: 0;
    display: grid;
}

.header-nav{
   width: 100%;
    background-color: rgba(83,83,83,0.5) !important;
    height: 7rem;
    text-align: center;
    align-items: center;
    align-content: center;
}

.header-logo{
    display: flex;
    justify-content: start;
    text-align: center;
    align-items: center;
    align-content: center;
    height: 5rem;
}

.header-logo img{
    width: 8rem;
}

.header-menu{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-content: center;
    height: 5rem;
}

.header-menu ul li{
    display: inline-block;
    margin: 0 .625rem 0 0;
    color: white;
    font-weight: 500;
    font-size: 1.125rem;
}

.header-contact-reservastion-menu{
    display: flex;
    justify-content: end;
    align-items: center;
    align-content: center;
    height: 5rem;
}


.res-link{
    background-color: #514942;
    color: white;
    border-radius: .3125rem;
    padding: .8rem 1.25rem;
    font-size: 1.125rem;
    margin: 0 1.25rem 0 0 ;
}


.header-contact-reservastion-menu .dropdown button {
    background: transparent;
    border: transparent;
    color: #ffffff;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    line-height: .875rem;
    font-weight: 700;
    padding: 0 .625rem;
}

.header-contact-reservastion-menu .dropdown .btn:active {
    background-color: transparent !important;
    border-color: transparent !important;
}


.header-contact-reservastion-menu .dropdown .btn:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}


.header-contact-reservastion-menu .dropdown .btn.show {
    background-color: transparent !important;
    border-color: transparent !important;
}



.header-contact-reservastion-menu .dropdown .dropdown-menu {
    min-width: 4rem !important;
    background-color: rgba(83,83,83,0.5) !important;
}
.header-contact-reservastion-menu .dropdown .dropdown-menu li a{
    color: white;
}
.header-contact-reservastion-menu .dropdown .dropdown-menu li a:hover{
    background-color: transparent;
    color: white;
}


.btn-menu {
    background: transparent;
    border: transparent;
    color: #ffffff;
    border-radius: 0;
    padding: 0;
    font-size: 25px;
    line-height: .875rem;
    font-weight: 700;
    padding: 0 .625rem;
}

.btn-menu:active {
    background-color: transparent !important;
    border-color: transparent !important;
}


.btn-menu:hover {
    background-color: transparent !important;
    border-color: transparent !important;
    color: white;
}


.btn-menu.show {
    background-color: transparent !important;
    border-color: transparent !important;
}



.home-banner{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.home-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.home-about-section{
    padding: 4.6875rem 0;
}

.home-about-title{
    text-align: center;
}

.home-about-info{
    text-align: center;
    margin-top: 1.5625rem;
}


.menu-backdrop-slow {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    animation: slide-down 0.7s;
}



@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 0.9;
        transform: translateY(0);
    }
}

@keyframes up-down {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    0% {
        opacity: 0.9;
        transform: translateY(-100%);
    }
}


.moıuse-afect{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 1rem;
    z-index: 99999;
}

.box-item {
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.moıuse-afect i{
    font-size: 1.75rem;
}

.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}

@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}

.header-soccial-list{
    text-align: end;
}

.header-soccial-list ul li{
    display: inline-block;
    color: white;
    margin: 0 10px 0 0;
}


.drop-down-menu{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 0;
    background-color: white; 
    overflow: hidden;   
    transition: height 0.3s ease;
}

.drop-down-menu-show{
    height: 100vh;
}

.drop-down-menu-content{
    display: flex;
}

.drop-down-menu-item{
    width: 50%;
}

.drop-down-menu-item{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100vh;
}

.drop-down-menu-item-photo{
    width: 60%;
    height: 31.25rem;
    overflow: hidden;
}
.drop-down-menu-item-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.drop-down-menu-close{
  position: absolute;
  right: 2.25rem;
  top: 2.25rem;
}

.btn-closes:active{
    border: none !important;
    box-shadow: none !important;
}

.btn-closes{
    color: #ffffff !important;
    font-size: 1.5rem;
}

.drop-down-menu-close .btn:focus{
    box-shadow: none !important;
    font-size: 1.5rem;
    color: #ffffff !important;
}


.drop-menu-list li a{
    font-size: 1.75rem;
    color: #ffffff;
}


.drop-menu-soccial-list{
    margin: 3.125rem 0 0 0;
}

.drop-menu-soccial-list ul li{
display: inline-block;
font-size: 1.25rem;
margin: 0 .625rem 0 0;
color: #ffffff;
}


.drop-two-item{
    background-color: #514942;
}










.discover-content nav div button{
    color: #514942;
    font-size: 1.25rem;
    font-weight: 600;
}
.discover-content nav div button:hover{
    color: #514942;
    border-color: transparent !important;
}

.discover-content nav div button.active{
    border-color: transparent !important;
    border-bottom: 1px solid #514942 !important;
}


.banner-bottom-bacgraund{
    position: absolute;
    width: 100%;
    height: 150px;
    z-index: 9999;
    bottom: 0;
    background: #FFFFFF;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0.81) 60%, rgba(255, 255, 255, 0) 100%);
}


.carusel, .carusel-info{
    padding: .9375rem 0;
}


.social-media{
    text-align: center;
    display: grid;
    align-items: center;
    align-content: center;
    height: 100%;
    line-height: 60px;
}

.soccial-media-list li{
    display: inline-block;
    margin: 0 .9375rem 0 0;
}

.soccial-media-list li a{
    font-size: 1.5625rem;
}

.home-contact ul li{
    margin: 0 0 10px 0;
}

.home-contact ul li a{
    font-size: 25px;
}

.home-map-photo img{
    width: 37.5rem;
}


.activity{
   background-color: #f9f8f7;
   padding: 4.6875rem 0;
}

.slider-content{
    display: flex;
    justify-content: end;
    margin: 2rem 0 0 0;
}

.slider-list{
    width: 100%;
}

.activity-card{
    background-color: #fff;
}

.activity-card-content{
    padding: 1.25rem;
}































.footer-content{
    background-color: #514942;
    padding: 6.25rem 0 1.25rem 0;
}

.form-content{
    display: flex;
    border-radius: 1.3125rem;
    border: 1px solid #fff;
    padding: .3rem;
}
.form-content input{
    background-color: transparent;
    color: white;
    border: none;
}
.form-content input:focus{
    background-color: transparent;
    color: white;
    border: none;
    box-shadow: none !important;
}

.newsletter-content{
    padding: 0 3.125rem 0 0;
}

.form-content input::placeholder{
    color: white;
}

.form-content button{
    color: white;
    font-size: 1.25rem;
    border-radius: 0;
    border-left:  1px solid #ffffff65;
}
.form-content button:hover{
    color: white;
    font-size: 1.25rem;
    border-radius: 0;
    border-left:  1px solid #fff;
}

.form-content button:active{
    color: white;
    font-size: 1.25rem;
    border-radius: 0;
    border-left:  1px solid #fff;
}

.form-content button.show{
    color: white;
    font-size: 1.25rem;
    border-radius: 0;
    border-left:  1px solid #fff;
}


.newsletter h2{
    color: #FFFFFF;
}

.newsletter p{
    color: #FFFFFF;
}

.footer-item h2{
    color: white;
}

.footer-item ul li a{
    color: white;
}

.footer-item img{
    width: 12.5rem;
}

.footer-item p{
    color: white;
}
.footer-item ul li {
    margin: 0 0 .625rem 0;
}
.footer-item ul li i{
    margin: 0 .625rem 0 0;
}


.footer-bottom p{
    margin: 0;
    color: white;
}

.content-main{
    padding: 2rem 0;
}

.awards-list h2{
    margin: 1.875rem 0;
}

.awards-list .item{
    height: 9.375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.hotels-list button {
    background-color: transparent;
    border: none;
    font-size: 1.125rem;
    font-weight:500;
}

.hotels-list button:hover {
    background-color: transparent;
    border: none;
    font-size: 1.125rem;
}

    .hotels-list button:active {
        background-color: transparent !important;
        border: none !important;
        font-size: 1.125rem;
    }

    .hotels-list button:focus-visible {
        background-color: transparent !important;
        border: none !important;
        font-size: 1.125rem;
        box-shadow: none !important;
    }
    .hotels-list button.show {
        background-color: transparent !important;
        border: none !important;
        font-size: 1.125rem;
        box-shadow: none !important;
    }

.hotels-list .dropdown .dropdown-menu {
    background-color: rgba(83, 83, 83, 0.5) !important;
}

    .hotels-list .dropdown .dropdown-menu li a {
        color: white;
    }

.hotels-list .dropdown .dropdown-menu li a:hover {
    background-color: transparent;
    color: white;
}


.page-banner {
    width: 100%;
    height: 300px;
    background-color: #514942;
    display:flex;
    justify-content:center;
    align-items:center;
    align-content:center;
}

.page-banner h2{
    color:#fff;
    position:relative;
    top:20px;
}

.page-info-content{
    text-align:center;
    padding:50px 0;
}

.owl-nav.disabled {
    display: flex !important;
    opacity: 1 !important;
    pointer-events: all !important;
}

.activity .owl-nav.disabled {
    position: absolute;
    right: 40px;
    bottom: -50px;
}

    .activity .owl-nav button {
        font-size: 30px !important;
        font-weight: 600 !important;
    }

.days-title {
    background-color: #514942;
    color: white;
    padding: 20px;
}

.days-title label{
    font-size:20px;
}

.adult-title {
    padding: 20px;
}

    .adult-title label {
        font-size: 20px;
        color: #514942;
    }

.tbl-price label{
    font-size:30px;
}

.info-item-icon{
    text-align:center;
}

.info-item-icon img{
    width:70px;
}

.info-section {
    margin: 50px 0 0 0;
    background-color: #514942;
    padding: 30px 20px;
}
.info-item-text{
    text-align:center;
}

.info-section .info-item-text p{
    color: white;
}

    .info-section .info-item-text  h3 {
        color: white;
    }
.info-section h2{
    color:white;
}



/*######################*/


.header-content {
    display: flex;
    height: 100vh;
}

.header-content-item {
    width: 25%;
    height: 100vh;
    border: .125rem solid #FFFFFF;
    overflow: hidden;
    position: relative;
}

    .header-content-item video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.item-content {
    position: absolute;
    bottom: 5%;
    text-align: center;
    z-index: 99999;
}

.header-content-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.493);
    opacity: 0;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.item-content h2, .item-content p {
    color: #FFFFFF;
}


.header-video {
    pointer-events: auto !important;
}

.header-nav-content {
    position: absolute;
    width: 100%;
    z-index: 9999;
    height: 10.375rem;
    align-items: center;
    align-content: center;
    background: #0C323F;
    background: linear-gradient(180deg,rgba(12, 50, 63, 1) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 38%, rgba(255, 255, 255, 1) 100%);
}

.nav-lang-list {
    text-align: start;
    align-items: center;
    padding: 20px 0 0 0;
}

.nav-reservation {
    text-align: end;
    align-items: center;
    padding: 20px 0 0 0;
}

.nav-lang-list button {
    background: transparent;
    border: transparent;
    color: #ffffff;
    border-radius: 0;
    padding: 0;
    font-size: 18px;
    line-height: .875rem;
    font-weight: 700;
    padding: 0 .625rem;
}

.nav-lang-list .btn:active {
    background-color: transparent !important;
    border-color: transparent !important;
}


.nav-lang-list .btn:hover {
    background-color: transparent !important;
    border-color: transparent !important;
}


.nav-lang-list .btn.show {
    background-color: transparent !important;
    border-color: transparent !important;
}



.nav-lang-list .dropdown-menu {
    min-width: 4rem !important;
}


.nav-logo {
    text-align: center;
}

    .nav-logo img {
        width: 10rem;
    }

.nav-reservation {
    text-align: end;
}

    .nav-reservation a {
        background-color: #004A98;
        padding: .5rem .9375rem;
        border-radius: .3125rem;
        color: white;
    }

.item-content a {
    background-color: #004A98;
    padding: .5rem .9375rem;
    border-radius: .3125rem;
    color: white;
}

.home-about-section {
    padding: 6.375rem 0;
}

.home-about-title {
    text-align: center;
}

.home-about-content {
    text-align: center;
}


.soccial-media-list, .soccial-title {
    text-align: center;
}
.soccial-media-list{
    padding:30px 0;
}

.soccial-media-list ul li a{
    font-size:35px;
}


.activity-card-photo{
    width:100%;
    height:250px;
    overflow:hidden;
}

.activity-card-photo img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.slider-content .owl-nav {
    position: absolute;
    right: 13px;
}


.lang-list .dropdown{
    display:none;
}

.discover-content .carusel{
    height:700px;
}

    .discover-content .carusel .carousel-inner {
        height: 700px;
    }

        .discover-content .carusel .carousel-inner .carousel-item {
            height: 700px;
        }

        .discover-content .carusel .carousel-inner .carousel-item img{
            width:100%;
            height:100%;
            object-fit:cover;
        }