@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

@font-face {
    font-family: FuturaNewBook;
    /* src: url(../fonts/FuturaNewMedium-Reg.ttf); */
    src: url(../fonts/FuturaNewBook.woff);

}

@font-face {
    font-family: Radiant;
    src: url(../fonts/Radiant\ Bold\ Condensed\ Regular.ttf);
    font-weight: 300;

}

@font-face {
    font-family: Futurastd;
    src: url(../fonts/FuturaStd-Light.otf);

}

:root {
    --bg-color: #231F20;
    --text-color: #231F20;
    --font-family: FuturaNewBook;
    --caption-font: Radiant;
    --text-font: Futurastd;
    --dark-color: #231f20;
    --offer-font: "Alex Brush", serif;
}

a {
    color: var(--text-color);
    text-decoration: none;
}

.mt-25 {
    margin-top: 25px !important;
}

.container-fluid {
    max-width: 100%;
    /* padding-left: 40px !important;
    padding-right: 40px !important; */
    margin: 0 auto;
}

.mt-20 {
    margin-top: 20px;
}

.mt-55 {
    margin-top: 55px
}

.mb_55 {
    margin-bottom: 55px
}


.icon .left a {
    color: #fff !important
}


p,
.p {
    font-size: 18px;
    line-height: 1.38;
    font-family: var(--font-family) !important;
    color: var(--text-color);


}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: 400;
    font-family: var(--font-family);
    text-transform: uppercase;
}




.bg-body-tertiary {
    background-color: #fff !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}

.custom-navbar-brand {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar {
    --bs-navbar-padding-y: 0rem
}


.icon {
    padding: 10px;
    color: #fff;
    background-color: #212529;
}

body {
    min-width: 0;
    min-height: 0;
    color: var(--text-color);
    font-size: 18px;
    line-height: 1.38;
    font-family: var(--font-family);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 
section {
    padding: 100px 0;
} */



.symbol {
    padding: 8px 10px;

}

.symbol span.material-symbols-outlined {
    font-size: 1rem !important;
    background-color: var(--bg-color);
    font-weight: 400;
    padding: 0.20rem;
}

.carousel-item img {
    display: block;
    margin: 0 auto;
    max-height: 100vh;
    /* Adjust height as needed */
    object-fit: cover;
    /* Ensures proper scaling */
}

.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus .navbar-toggler-icon,
.navbar-toggler.collapsed .navbar-toggler-icon {
    display: none;
    /* Hide the default toggler icon */
}

.navbar-toggler:focus,
.navbar-toggler.collapsed {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
    position: relative;
}

.navbar-toggler:focus::before,
.navbar-toggler.collapse.show::before {
    content: '✕';
    /* Cross icon */
    font-size: 2.2rem;
    color: #5b5858;
    /* position: relative
    
    /* Adjust color as needed */

    transform: translate(-50%, -50%);

}

.navbar-toggler:not(:focus)::before,
.navbar-toggler.collapsed::before {
    content: '';
    /* Removes the cross when not focused/clicked */
}

.navbar-toggler:not(:focus) .navbar-toggler-icon,
.navbar-toggler.collapsed .navbar-toggler-icon {
    display: inline-block;
    /* Hide the default toggler icon */
}

@media screen and (max-width: 992px) {
    .navbar-brand .logo {
        width: 120px !important;
    }

    #gallery .alignment {
        text-align: center;
    }

    .container-fluid {
        max-width: 100%;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 auto;
    }

    .btn {
        --bs-btn-padding-x: 0.55rem !important;
    }


    .navbar {
        padding: 1rem 0rem !important;

    }

    .left {
        padding: 0 0 !important
    }
}

.navbar-brand img {
    width: 170px;
}

/* Enable dropdown on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Optional: Add smooth animation for dropdown */
.dropdown-menu {

    transition: 0.3s ease-in-out;
    border: none !important;
    border-radius: 0 !important;
    padding-top: 20px;

}

.nav-item a {

    font-family: var(--font-family);
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.3s ease-in-out;
    color: var(--text-color);
    letter-spacing: 1px
}

.nav-item a:hover {
    background-color: #e0dddd;
}

.left {

    color: #fff !important;
    /* padding: 5px 15px; */
}

#rooms .card-title {
    font-weight: bold
}

.room_head span {
    text-decoration: underline;
}

.room_fac ul {
    list-style-type: none;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    padding-inline-start: 0;
}

.room_fac li {
    padding: 10px 10px 10px 0;
}

.room_fac .material-symbols-outlined {
    font-weight: 200;
    padding-right: 5px;
}



.neighb_des {
    position: relative;
    background: #ffffff;
    margin-top: -20px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px 10px;
    text-align: left
}

.neighb_des span {
    font-size: 14px;
    color: #434242
}

.neighb_des h4 {
    text-transform: none;
}

.neighb_des p {
    font-weight: 200;
    color: #434242
}

.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;

    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
}

.cta {
    background: url(./../img/cta.jpg) center/cover no-repeat fixed;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;

}


.btn-fill {
    border: 1px solid #010101;
    background: #000;
    transition: 0.2s ease;
    color: #ffffff;
}

.btn-fill:hover {
    border: 1px solid #010101;
    background: transparent;
    color: #000000
}

.btn-fill:hover a {
    color: #fff
}

.cta_title {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.cta-des {
    background-color: rgba(255, 255, 255, 0.85);

    padding: 50px 40px;
    color: #000
}

.btn-custom {
    border: 1px solid #010101;
    background: #fff;
    transition: 0.2s ease;
    color: #000;
}

.btn-custom:hover {
    border: 1px solid #010101;
    background: #000000;
    color: #fff
}

.btn-custom:hover a {
    color: #fff
}

.btn {
    border-radius: 0 !important;
    text-transform: uppercase;
    padding: 10px 20px;
}

section {
    padding: 80px 0;
}



h2.title {
    margin-bottom: 20px;
}

/* About */
/* section:last-of-type {
    padding-bottom: 0px;
} */

#about {
    text-align: center;
}

/* #about h1 {
    margin: 20px;
    font-size: 22px;

    color: #000;
    text-align: center;

} */
.about {
    display: flex;
    justify-items: center;
    flex-direction: column;
    gap: 40px;
}

.about-facilties {
    padding-top: 30px;
}

#about .about-facilties figure span {
    font-size: 35px;
    color: var(--dark-color);
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #231f20;
    padding: 10px;
    font-weight: 200;
    border-radius: 50%;
}

#about .about-facilties .figure-caption {
    font-family: var(--font-family);
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #231f20;
    letter-spacing: 0.41px;

}



#services a {
    text-align: center;
}

#offers {
    background: url(./../img/offers.jpg) center/cover no-repeat fixed;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;

}

.offers_title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;

}

.offers_title h2 {
    font-family: var(--offer-font) !important;
    text-transform: capitalize;
    color: #ad7308;
    font-size: 40px;
    border-bottom: 1px solid #ad7308
}

.offers-des {
    background-color: rgba(255, 255, 255, 0.85);
    text-align: center;
    padding: 50px 40px;
    color: #000;
    margin-bottom:20px;
}

#offers .offers_title .btn-fill {
    border: 1px solid #ad7308 !important;
    background: #ad7308 !important;
    transition: 0.2sease;
    color: #ffffff;
}

.offers-des .material-symbols-outlined {
    color: #ad7308;
    font-size: 40px;
    font-weight: 200
}

#offers .offers_title .btn-fill:hover {
    border: 1px solid #ad7308 !important;
    background: transparent !important;
    transition: 0.2sease;
    color: #000;
}

/*testi*/
#testi {
    text-align: center;
    background-color: #ededed73;
    margin-bottom: 20px;


}

#testi p {
    font-size: 19px;


}

#testi h2 {
    font-size: 22px;
    text-transform: capitalize;
    margin: 30px 0;

}

.home-demo .item {

    text-align: center;
}

#testi .material-symbols-outlined {
    color: #000;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
    font-weight: 300;
    font-size: 54px !important;
}


.home-demo p:after {
    border: 2px solid #ddd
}

.italics_not p:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 50px;
    border-bottom: 0;
    right: 0;
    left: 0;
    background: #00000094;
    margin: auto;
    margin-bottom: -35px;
    bottom: 0;
}

#property h2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* #property .item h3 {
    margin-top: 10px;
    font-size: 20px !important;

}

#property .item p {

    font-size: 14px !important;
    line-height: 1.38em;
    position: relative;
    bottom: 2px;
    padding: 0;
    text-align: left;
}

#property .home-demo .item {
    text-align: left
} */

#property .owl-theme .owl-nav [class*=owl-] {
    color: #fff !important;
    font-size: 40px !important;
    margin: 5px !important;
    padding: 4px 7px !important;
    background: transparent !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    font-weight: 100 !important;
}

#property .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
}

#property .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
}


/*clients*/
#clients img {
    width: 110px;
    margin: 0 auto;
}

#clients .owl-theme .owl-nav [class*=owl-] {
    color: #231f20 !important;
    font-size: 40px !important;
    margin: 5px !important;
    padding: 4px 7px !important;
    background: transparent !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    font-weight: 100 !important;
}

#clients .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: -2px;
}

#clients .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: -2px;
}

/*Footer*/

#footer {
    background: #f2f2f2;


}

#footer.footer {
    padding: 90px 0 40px 0;
}



#footer ul {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-inline-start: 0px;
}

#footer ul li {
    font-size: 14px;
    font-family: var(--font-family);
    margin-top: 3px;
    margin-bottom: 6px;

}

#footer input {
    border: none;
    padding: 5px;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}

#footer .news_letter ul li {
    margin-bottom: 10px;
}

#footer .btn {
    cursor: pointer;
    padding: 6px 24px;
    text-align: center;
    border: 1px solid #231f20;
    color: #231f20;
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    font-size: 15px;
    margin-top: 10px;
}

#footer .copyright {
    font-size: 12px;
    font-family: var(--font-family);
    font-weight: 400;
}


/* //breadcrumb */

.pentouz-breadcrumb {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    height: 267px;
    position: relative;
    clear: both;
    flex-direction: column;
    position: relative;

}
#gallery a img{width:100%}
.pentouz-breadcrumb::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Ensure it overlays the image */
}


.pentouz-breadcrumb-item {
    font-size: 4rem;
    font-family: var(--caption-font);
    color: #fff;
    text-transform: uppercase;
    z-index: 99;
}

/* #prive_club */
.private-club {
    background-color: #e6e6e6;
    padding: 25px;
}

#prive_club ul {
    list-style-type: none;
    padding-left: 0;
}

#prive_club h2 {

    font-size: 19px;
    color: #000;

}

#prive_club ul li {
    font-size: 18px;
    line-height: 2;
    font-family: var(--font-family) !important;
    color: #656565;
    letter-spacing: 0.41px;

}

#prive_club .promo_code {
    font-size: 1.2rem;
    font-family: var(--font-family);
    border: 1px solid #ddd;
    padding: 5px 10px;
    background-color: #231f20;
    color: #fff;

}







.right-book {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.booking-form {

    position: fixed;
    top: 0;
    right: -350px;
    /* Start hidden */
    width: 350px;
    height: 100vh;
    background: white;

    padding: 20px;
    transition: right 0.5s ease-in-out;
    z-index: 999999;
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;


}

/* When active, slide both elements */
.booking-form.active {
    right: 0;
    box-shadow: -5px 0 10px rgba(0, 0, 0, 0.3);
}

.book-fix.active {
    right: 350px;
    /* Moves with the form */
}

/* Styling for the Close Button */
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border: 1px solid #000;
    color: rgb(0, 0, 0);
    border: none;
    font-weight: 100;
    padding: 5px 10px;
    border-radius: 50%;
    line-height: 20px;
}

.booking-form form {
    display: flex;
    gap: 20px;
    flex-direction: column;
    width: 100%;

}

.booking-form .btn {
    width: 100%;

    margin-top: 20px;
}

.calender {
    background: #0000FE url(https://www.eglobe-solutions.com/extras/Content/WebsiteTemplate/L6deluxe/libs/images/calendar-icon.png) 94% no-repeat;
    cursor: pointer;
    background-color: #fff;
    border: solid 1px #CCCCCC;
    color: #000;
    text-align: left;
    padding-left: 5px;
}

.book-fix {

    position: fixed;
    top: 50%;
    right: 0;
    background: #000000;
    color: white;
    padding: 20px 20px;
    cursor: pointer;
    transform: translateY(-50%);
    transition: right 0.5s ease-in-out;
    box-shadow: -5px 0 8px rgba(0, 0, 0, 0.3);
    z-index: 1001;
}

.book-fix .material-symbols-outlined {
    padding-left: 5px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 9999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #3e3d3d;
    color: white;
    cursor: pointer;
    width: 50px;
    height: 50px;

}

.video-thumb {
    position: relative;
    display: inline-block;
}

.video-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.video-thumb .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.video-thumb .play-button::before {
    content: '';
    display: block;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent white;
    margin-left: 5px;
}

.glightbox {
    margin-bottom: 30px;
}

section {
    padding: 80px 0
}

button:hover {

    background: transparent;
}


.address-box {

    background: #f9f9f9;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
}

.custom-btn {
    padding: 10px;
    margin: 10px 0;
    border-radius: 6px !important;
    font-family: Arial, sans-serif;

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    transition: 0.2s ease-in;
}

.custom-btn:hover {
    background-color: #212529;
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.address-box h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 24px;
    text-transform: capitalize;

}

.address-box .material-symbols-outlined {
    vertical-align: middle;
    color: #378dcf;
    border: 1px solid #378dcf;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    /* position: absolute;
    left:20px; */
    /* right:20px; */

}

.address-box address {
    font-style: normal;
    color: #555;
    line-height: 1.6;
}

.address-box a {
    text-decoration: none;
    color: #555555
}




#living .pentouz-breadcrumb {
    /* background-color: #1f4f66; */
    color: white;
    text-align: center;
    padding: 2rem 1rem;
}

#living .pentouz-breadcrumb h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

#living .pentouz-breadcrumb p {
    font-size: 1rem;
    opacity: 0.9;
    color: #fff
}

.offers {
    max-width: 1200px;
    margin: 2rem auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;

}

.offers-des {
    background: white;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

    padding: 2.5rem;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.offer-card h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1f4f66;
    font-weight: bold;
}

.offer-card p {
    font-size: 1rem;
    line-height: 1.5;
}

.offers .btn {
    display: inline-block;


    background-color: #ff6b35;
    border: 1px solid #ff6b35;
    color: white;
    font-weight: bold;
    text-decoration: none;

    transition: background 0.3s ease;
}

.offers .btn:hover {
    background-color: #e85c2e;
}

@media(max-width: 768px) {
    .offers {
        flex-direction: column;
        align-items: center;
    }
}