* {
    box-sizing: border-box;
}

:root {
    --primary-color: #193d38;
    --secondary-color: #fff;
}

p {
    margin-bottom: 0 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

html, body {
    height: 100%;
    overflow-y: auto !important;
}
body {
    background-image: url(/images/4/bodyBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 100%;
    /* overflow: hidden;  */
}


    body * {
        font-family: "Cinzel Decorative", serif;
    }

h2 {
    font-family: "Playfair Display", serif;
}

/*nav {*/
    /* background: rgba(12, 11, 9, 0.6); */
    /*background-color: #000000e1;
    top: 25px;
    position: fixed !important;
    width: 100%;
    z-index: 9999;
}*/

nav {
    background-color: var(--primary-color);
    top: 25px;
    position: fixed !important;
    width: 100%;
    z-index: 9999;
}

    nav .navbar-brand img {
        width: 180px;
    }

.navbar-light .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* .dropdown-menu {
    background-color: red !important; 
} */
/* .navbar-collapse.show{
  background-color: red;
 } */
ul.navbar-nav {
    padding-bottom: 15px;
}

    ul.navbar-nav a {
        color: var(--secondary-color) !important;
    }

.navbar-light .navbar-toggler i {
    color: var(--secondary-color);
    font-size: 32px;
}

.home-hero {
    position: relative;
    height: 100vh;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.hero .lamp1 {
    position: absolute;
    width: 31%;
    top: 0;
    left: 60%;
    /* rotate: 10deg; */
    transform: translateX(-50%);
    /* animation: moveLeft 2s infinite;  */
}

.hero .lamp2 {
    position: absolute;
    width: 32%;
    top: 0;
    left: 35%;
    transform: translateX(-50%);
    /* animation: moveRight 2s infinite;  */
}

@keyframes moveLeft {
    0% {
        /* transform: translateX(0); */
        rotate: 0px;
    }

    50% {
        /* transform: translateX(-100px);   */
        rotate: 20deg;
    }

    100% {
        /* transform: translateX(0);  */
        rotate: -20deg;
        /* transform: rotate(-20deg); */
    }
}

/* @keyframes moveRight {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px); 
  }
  100% {
    transform: translateX(0); 
  }
}                                                                        */

.hero .welcome {
    width: 60%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 22%;
}

.hero .menu-btn {
    background-color: var(--primary-color);
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
    color: var(--secondary-color);
    font-size: 26px;
    padding-block: 7px;
    border: none;
}
/* ############################################################################################### */
.x {
    width: 100%;
    height: 500px;
    background-color: #00000080;
}

    .x video {
        height: 100%;
        width: 100%;
    }
/* ############################################################################################### */

/* Garden story  */
.garden-story {
    position: relative;
    padding-block-start: 50px;
}

    .garden-story h2 {
        text-align: center;
        padding-bottom: 15px;
        color: var(--primary-color);
        font-weight: 700 !important;
    }

    .garden-story .carousel-item {
        position: relative;
    }

        .garden-story .carousel-item .overlay {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: #00000093;
            z-index: 3;
        }

        .garden-story .carousel-item p {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: var(--secondary-color);
            z-index: 6;
            text-align: center;
            font-size: 20px;
            width: 70% !important;
        }

.carousel-control-next,
.carousel-control-prev {
    z-index: 555 !important;
    width: 6% !important;
}
/* ##################################################################################################### */

/* Rate us  */
.rate-us {
    position: relative;
    padding-block-start: 50px;
}

    .rate-us h2 {
        text-align: center;
        padding-bottom: 15px;
        color: var(--primary-color);
        font-weight: 700 !important;
    }

    .rate-us .stars {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
        gap: 12px;
        font-size: 28px;
        padding-bottom: 10px;
        width: fit-content;
        margin: auto;
        /* padding: 8px 10px; */
        color: var(--secondary-color);
        color: #c0bdbd;
        /* background: linear-gradient(to right, #DEDDDD 0%, #06130F 100%); */
    }

.star-active {
    color: gold; /* اللون الذي تريده عند الضغط */
}

.rate-us .form-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

    .rate-us .form-box input,
    .rate-us .form-box textarea,
    .rate-us .form-box button {
        width: 100%;
        border-radius: 0 20px 0 20px;
        border: 1px solid var(--primary-color);
        padding: 10px;
    }

    .rate-us .form-box .send-rate {
        width: fit-content;
        padding-inline: 20px;
        background-color: var(--primary-color);
        color: var(--secondary-color);
        margin: 25px 0 25px 0;
    }

.rate-us .separatop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding-top: 25px; */
}

    .rate-us .separatop .line {
        width: 40%;
        height: 3px;
        background-color: var(--primary-color);
    }

.rate-us .google-rate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

    .rate-us .google-rate a {
        color: var(--primary-color);
        text-decoration: none;
        font-size: 18px;
    }
/* ################################################################### */
/* Contact us  */
.contact {
    position: relative;
    padding-block: 50px;
}

    .contact h2 {
        text-align: center;
        padding-bottom: 15px;
        color: var(--primary-color);
        font-weight: 700 !important;
    }

    .contact .contact-box {
        display: flex;
        align-items: center;
        gap: 18px;
        /* justify-content: center; */
    }

    .contact .content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .contact .contact-box .contact-info {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        gap: 6px;
    }

    .contact .contact-box i {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: var(--secondary-color);
        background-color: var(--primary-color);
    }

    .contact .contact-box .contact-info .title {
        font-size: 16px;
        font-weight: bold;
        font-family: "Playfair Display", sans-serif;
    }

    .contact .contact-box .contact-info .description {
        font-size: 15px;
        text-decoration: none;
        color: #494949;
    }

    .contact .other-links {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

        .contact .other-links a {
            text-decoration: none;
            font-size: 32px;
            color: var(--primary-color);
        }
/* ######################################################################################################################### */
/*footer {
    background-color: #000;
    color: var(--secondary-color);
    text-align: center;
    padding-block: 25px;
    position: relative;
    bottom: 0;
    z-index: 9999;
}*/

footer {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    text-align: center;
    padding-block: 25px;
    position: relative;
    bottom: 0;
    z-index: 9999;
}

    footer p {
        font-size: 14px;
    }

    footer .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        padding-top: 15px;
    }

    footer .footer-logo {
        width: 5%;
    }

    footer .footer-img {
        width: 30%;
    }

/* *************************************************************************************************************
*******************************************************************************************************************************
************************************************************************************************************************************** */

/* menu page  */
nav.menu {
    top: 0;
}

    nav.menu .navbar-brand {
        /* margin: auto; */
        left: 50%;
        position: relative;
        transform: translateX(-70%);
    }

.menu-section {
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-image: url(../images/4/tree.png);
}
    /* .menu-section .menu-content{
  position: relative;
} */
    .menu-section .categories-img {
        position: absolute;
        top: 44%;
        z-index: 33;
        width: 50%;
    }

    .menu-section .tree {
        position: absolute;
        top: 0;
        /* width: 90%; */
        height: 100%;
        width: 90%;
        right: -10%;
        z-index: 3;
    }

    .menu-section .cat-btns {
        position: absolute;
        width: 100%;
        /* left: 50%; */
        top: 55%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 18px;
        z-index: 555;
        /* font-family: "Playfair Display", sans-serif; */
    }

    .menu-section .cat-btn {
        background-color: var(--primary-color);
        width: 180px;
        /* transform: translateX(-50%); */
        /* bottom: 10%; */
        color: var(--secondary-color);
        font-size: 22px;
        padding-block: 7px;
        border: none;
        font-family: "Playfair Display", sans-serif;
        text-transform: uppercase;
    }

/* ***********************************************************************************************
****************************************************************************************************************
********************************************************************************************************************* */

/* categories page  */
.categories-section {
    position: relative;
    min-height: 100vh;
    padding-top: 72px;
}

    .categories-section .row {
        display: flex;
        row-gap: 20px;
    }


    .categories-section .cat-box {
        background-color: var(--secondary-color);
        border-radius: 20px;
        color: var(--primary-color);
        height: 100%;
        width: 100%;
    }

    /*.categories-section .cat-box {
        background-color: var(--secondary-color);
        border-radius: 20px;
        color: var(--primary-color);
        height: 100%;
        overflow: hidden;
    }*/

        /*.categories-section .cat-box img {
            border-radius: 20px 20px 0 0;
            width: 100%;
            height: 150px;
            object-fit: cover;
        }*/

        .categories-section .cat-box img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

        .categories-section .cat-box .cat-info {
            padding-inline: 10px;
            padding-block: 10px;
            text-align: center;
        }

    .categories-section .bread-crumb {
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
    }

        .categories-section .bread-crumb .share-icon {
            border: none;
        }

.dropdown-toggle::after {
    display: none !important;
}

.categories-section .bread-crumb .share-menu {
}

.categories-section .bread-crumb .right {
    display: flex;
    gap: 5px;
}

    .categories-section .bread-crumb .right a {
        text-decoration: none;
    }

    .categories-section .bread-crumb .right i,
    .categories-section .bread-crumb .right .lang {
        background-color: var(--primary-color);
        color: var(--secondary-color);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .categories-section .bread-crumb .right .lang {
        padding-bottom: 4px;
    }

.categories-section .bread-crumb .left {
    display: flex;
    align-items: center;
    gap: 8px;
    /* border-radius: 0 px 30px 0; */
    /* border-radius */
    border-start-end-radius: 30px;
    border-end-end-radius: 30px;
    position: relative;
    /* left: -4%; */
    inset-inline-start: -4%;
    text-transform: uppercase;
    font-size: 18px;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 15px;
}

    .categories-section .bread-crumb .left p {
        font-family: "Playfair Display", serif;
    }

body[dir="rtl"] .categories-section .bread-crumb {
    direction: rtl;
}
/* body[dir="rtl"] .categories-section .bread-crumb .left {
  border-radius: 0 30px 30px 0 !important;
} */
.categories-section .offcanvas-start {
    position: fixed;
    width: 80%;
    z-index: 66666;
    background-color: var(--primary-color);
    direction: ltr !important;
}

    .categories-section .offcanvas-start ul li a {
        color: #fff !important;
    }

.categories-section .offcanvas-header {
    justify-content: end;
}

.close-canvas {
    color: var(--secondary-color) !important;
    font-size: 20px;
    text-align: end;
    margin-inline-end: 16px;
    margin-block-start: 16px;
    z-index: 9999;
}

.categories-section ul {
    list-style: none;
    padding: 0;
}

    .categories-section ul li {
        padding-block: 12px;
    }

        .categories-section ul li a {
            color: #000;
            text-transform: uppercase;
            font-size: 20px;
            text-decoration: none;
            display: flex !important;
            align-items: center;
            gap: 15px;
        }

.offcanvas img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(6%) saturate(0%) hue-rotate(84deg) brightness(105%) contrast(100%);
    width: 15%;
}

.offcanvas ul {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .offcanvas ul li a {
        display: flex;
        align-items: center;
        gap: 10%;
        text-transform: uppercase;
    }


.modal-header .btn-close {
    margin: 0 !important;
}




body[dir="rtl"] {
    text-align: right;
}

@keyframes swingRight {
    0% {
        transform: translateX(-50%) rotate(5deg);
    }

    50% {
        transform: translateX(-50%) rotate(-5deg);
    }

    100% {
        transform: translateX(-50%) rotate(5deg);
    }
}

@keyframes swingLeft {
    0% {
        transform: translateX(-50%) rotate(-5deg);
    }

    50% {
        transform: translateX(-50%) rotate(5deg);
    }

    100% {
        transform: translateX(-50%) rotate(-5deg);
    }
}

.hero .lamp1 {
    animation: swingRight 2.3s ease-in-out infinite;
    transform-origin: top center;
    animation-delay: 0s;
}

.hero .lamp2 {
    animation: swingLeft 1.9s ease-in-out infinite;
    transform-origin: top center;
    animation-delay: 0.5s;
}

/* body[dir="rtl"] .menu {
} */
