* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    direction: rtl;
    text-align: right;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-optical-sizing: auto;
    background-color: #f8f8f8;
}

/*----------------------------
----------- header------------ 
------------------------------*/

header {
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url('img/bg-land.jpg');
    background-size: cover;

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 5%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 0;
}

/*----------- nav bar------------ */

nav {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 10px;
}

nav img {
    width: 300px;
    margin-right: 30px;
}

.navbar-nav {
    font-size: 1.5rem;
}

.navbar-nav .nav-item {
    margin-right: 15px;
}

.nav-link {
    color: white;
    position: relative;
}

.nav-link:hover {
    color: white;
}

.nav-link:hover i {
    color: #b28e3b;
}

.nav-link::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0;
    height: 5px;
    background-color: transparent;
    transition: background-color 0.3s, width 0.3s;
}

.nav-link:hover::after {
    background-color: #b28e3b;
    border-radius: 5px;
    width: 100%;
}

/* تأثير دائم للرابط " (active) */
.nav-link.active i {
    color: #b28e3b;
}

.nav-link.active::after {
    background-color: #b28e3b;
    width: 100%;
    border-radius: 5px;
}

.navbar-text a {
    background-color: #b28e3b;
    color: white;
}

.navbar-text a:hover {
    color: #b28e3b;
    background-color: #ffffff;
}

.nav-link:focus,
.nav-link:active {
    color: white !important;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}

.navbar-toggler {
    margin-left: 50px;
    border: #b28e3b 2px solid;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30"><path stroke="%23b28e3b" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"/></svg>');
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}

.navbar-collapse {
    transition: transform 0.3s ease;
    z-index: 999;
}

/*----------- caption------------ */

.caption {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 2;
    border: #b28e3b 3px solid;
}

.caption h1 {
    color: #b28e3b;
    font-size: 3rem;
    margin-bottom: 10px;
}

.caption h2 {
    color: #d9d9d9;
    font-size: 2rem;
}

/* -- ----------------------------
-----------نظرة عامة--------- 
-------------------------------- */

.section-title {
    font-size: 2.5rem;
    color: #b28e3b;
    text-align: right;
}

.table-custom td {
    padding: 20px;
    border: none;
}

.table-custom td:first-child {
    background-color: #f8f8f8;
    font-size: 2rem;
    color: #212529;
    padding-right: 30px;
}

.table-custom td:last-child {
    border-right: 4px solid #b28e3b;
    font-size: 1.8rem;
    color: #5d5e69;
    padding-right: 40px;
}

/* --------------------------------
----------الموقع------ 
-------------------------------- -- */
iframe {
    height: 600px;
}

/*----------------------------
----------- الوصف------------ 
------------------------------*/
#desc p {
    background-color: #ffffff;
    border-radius: 20px;
    font-size: 1.8rem;
    text-align: justify;
    color: #5d5e69;
}

/* -- ----------------------------
-----------المزيد--------- 
-------------------------------- */

.land-image {
    overflow: hidden;
    height: 260px;
    width: 500px;
    border-radius: 20px;
}

.land-image img {
    transition: transform 0.4s ease-in-out;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.card {
    max-height: 500px;
    border: none;
}

.card-body {
    display: flex;
    align-items: start;
    justify-content: center;
    border-radius: 20px;
    background-color: #f8f8f8;
}

.card-title {
    font-size: 2rem;
    color: #000;
}

.card-text {
    font-size: 1.5rem;
    color: #b28e3b;
}

.card-txt {
    font-size: 1.3rem;
    color: #5d5e69;
    text-align: right;
}

.card:hover img {
    transform: scale(1.03);
}

.vertical-divider {
    width: 4px;
    background-color: #b28e3b;
    height: 260px;
    margin: 0 20px;
}

.col-md-12 div .pe-3{
    width: 30%;
}
/* -- ----------------------------
----------قسم الحجز والاستعلام--------- 
-------------------------------- */
#help p {
    font-size: 1.6rem;
    text-align: justify;
}

#help a.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #b28e3b;
    color: white;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-size: 1.6rem;
}

#help a.btn:hover {
    background-color: #272726;
    color: #b28e3b;
}

/* تأثير التحريك عند الوقوف عليه */
#help a.btn:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.5s;
}

#help a.btn:hover:before {
    left: 100%;
}

/* تصميم للسهم عند الوقوف عليه */
#help a.btn:hover i {
    transform: translateX(-5px);
    transition: transform 0.3s ease-in;
}

/* ------------------------------
-----------footer--------- 
-------------------------------- */

footer {
    background-color: #212529;
}

footer h5 {
    color: white;
    font-size: 1.5rem;
}

footer p {
    color: white;
    font-size: .8rem;
}

footer p span {
    color: #b28e3b;
    font-size: 1.1rem;
}

.list-unstyled a {
    text-decoration: none;
    color: #b28e3b;
    font-size: 1.1rem;
}

.list-unstyled a:hover {
    color: white;
}

.footer-logo,
.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.social-icons a {
    color: #b28e3b;
    font-size: 30px;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: white;
}