


    :root {
        --typo-primary-font-family: Montserrat;
        --typo-primary-font-weight: 500;
        --typo-secondary-font-family: Montserrat;
        --typo-secondary-font-weight: 500;
        --typo-text-font-family: Montserrat;
        --typo-text-font-weight: 500;
        --typo-accent-font-family: Montserrat;
        --typo-accent-font-weight: 500;

        --bs-primary: #000000;
        --bs-primary-rgb: 0,0,0;
        --bs-secondary: #7B5F43;
        --bs-secondary-rgb: 123,95,67;
        --bs-success: #705539;
        --bs-success-rgb: 112,85,57;
        --bs-info: #555555;
        --bs-info-rgb: 85,85,85;
        --bs-warning: #ffc107;
        --bs-warning-rgb: 295,193,7;
        --bs-danger: #dc3545;
        --bs-danger-rgb: 220,53,69;
        --bs-light: #EDEDED;
        --bs-light-rgb: 237,237,237;
        --bs-dark: #050505;
        --bs-dark-rgb: 5,5,5;
    }


    


    html {
        scroll-behavior: smooth;
    }
    body{
        font-family: 'roboto', sans-serif;
        font-size: 16px;
        font-weight: normal;
        padding: 0px;
        margin: 0px;
        background-color: #080808;
    }
    a{
        text-decoration: none;
        text-transform: capitalize;
    }

    * {
        box-sizing: border-box;
    }

    *,*::after,*::before {
        /*box-sizing: border-box;*/
        /*outline: solid 2px lime;*/
    }


    button{
        text-transform: capitalize;
    }

    .clear{
        clear: both;
    }

    .unselect{
        -moz-user-select: none;
        -webkit-user-select: none; /* Safari */
        -ms-user-select: none; /* IE 10 and IE 11 */
        user-select: none; /* Standard syntax */
        /*-khtml-user-select: none;*/
    }

    #main{
        padding: 0px;
        margin: 0px;
    }

    #app{
        min-height: 100vh;
    }

    .topspace{
        padding-top: 150px;
    }

    .hideme{
        display: none !important;
        visibility: hidden; !important;
    }


    .disabel {
        opacity: 0.6 !important;
        cursor: not-allowed !important;
    }



    /*******  DESKTOP ******878*/
    @media only screen and (min-width: 980px) {
        .mobile{
            display: none !important;
            visibility: hidden !important;
        }

        .desktop{
            /*display: block;*/
            visibility: visible !important;
        }

    }

    /*******  MOBILE ******888*/
    @media only screen and (max-width: 992px) {

        .mobile{
            /*display: block;*/
            visibility: visible !important;
        }

        .desktop{
            display: none !important;
            visibility: hidden !important;
        }

    }



    @keyframes fadein-right {
        from {margin-left: 100px;opacity: 0;}
        to {margin-left: 10px;opacity: 1;}
    }

    @keyframes fadein-left {
        from {margin-left: -100px;opacity: 0;}
        to {margin-left: 10px;opacity: 1;}
    }

    .fadein-left{
        margin-left: 0px !important;
        opacity: 0 !important;
    }


    .xbtn{
        border: solid 2px var(--bs-secondary);
        border-radius: 0px;
        padding: 10px 10px 10px 10px;
        color: var(--bs-secondary);
        text-decoration: none;
        text-align: center;
        transition: all .3s linear;
    }
    .xbtn:hover{
        background-color: var(--bs-secondary);
        color: var(--bs-light);
        padding: 10px 10px 10px 10px;
    }
    .xbtn:hover span{
        padding-right: 20px;
        padding-left: 20px;
    }



    .cr{
        background-color: #050505;
        color: #f8f9fa;
        font-size: 14px;
        text-align: center;
        padding: 20px;
    }

    .glassbg{
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
    }

    .page {
        min-height: 100vh;
    }
    .ptit {
        font-weight: bold;
        color: #696767;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .drtit{
        display: block;
        font-weight: bold;
        color: #b17b66 !important;
        font-size: 1.1rem;
    }

    .drname{
        display: block;
        font-weight: bold;
        color: whitesmoke !important;
        font-size: 1.1rem;
    }

    .animate {
        opacity: 0;
        transition: all 0.8s ease-out;
    }
    .speed1 {
        transition: all 0.25s ease-out;
    }
    .speed2 {
        transition: all 0.45s ease-out;
    }
    .speed3 {
        transition: all 0.65s ease-out;
    }
    .speed4 {
        transition: all 0.8s ease-out;
    }
    .delay1{
        transition-delay: 0.3s;
    }
    .delay2{
        transition-delay: 0.55s;
    }
    .delay3{
        transition-delay: 0.8s;
    }
    .delay4{
        transition-delay: 1s;
    }
    .animate-from-top {
        transform: translateY(-50px);
    }
    .animate-from-top.in-view {
        opacity: 1;
        transform: translateY(0);
    }
    .animate-from-bottom {
        transform: translateY(50px);
    }
    .animate-from-bottom.in-view {
        opacity: 1;
        transform: translateY(0);
    }
    .animate-from-right {
        transform: translateX(100px);
    }
    .animate-from-right.in-view {
        opacity: 1;
        transform: translateX(0);
    }
    .animate-from-left {
        transform: translateX(-100px);
    }
    .animate-from-left.in-view {
        opacity: 1;
        transform: translateX(0);
    }
    .animate-fadein.in-view {
        opacity: 1;
    }



     .policies-links {
         text-align: center;
         margin-top: 20px;
         font-size: 14px;
     }
    .policies-links a {
        color: #0d47a1;
        text-decoration: none;
        margin: 0 8px;
        font-weight: 600;
    }
    .policies-links a:hover {
        text-decoration: underline;
    }




    .carousel {
        width: 100%;
        margin: 20px auto;
        overflow: hidden;
        position: relative;
        cursor: grab;
    }


    .track {
        display: flex;
        align-items: stretch;
        gap: 20px;
        will-change: transform;
    }


    .item {
        flex: 0 0 15%;
        user-select: none;
        background-color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
    }


    .item img {
        width: 95%;
        border-radius: 12px;
        display: block;
        pointer-events: none;      /* يسمح بالسحب فوق الصورة */
        user-select: none;         /* يمنع تحديد النص */
        -webkit-user-drag: none;   /* يمنع image ghost عند السحب */
    }


    .arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0,0,0,0.6);
        color: #fff;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        cursor: pointer;
        z-index: 10;
    }

    .arrow.left { left: 10px; }
    .arrow.right { right: 10px; }


    .track,
    .item,
    .item img {
        user-select: none;
        -webkit-user-drag: none;
    }


    @media(max-width: 1024px) {
        .item { flex: 0 0 23.33%; }
    }

    @media(max-width: 768px) {
        .item { flex: 0 0 30%; }
    }

    @media(max-width: 480px) {
        .item { flex: 0 0 50%; }
    }



    
#topmnu{
    padding: 10px 30px 10px 30px;
    z-index: 1000;
    color: #D4AF37;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    /*background: linear-gradient(180deg, rgba(69,38,63,0.9) 0%,  rgba(69,38,63,0.8) 50%, rgba(69,38,63,0.6) 85%, rgba(69,38,63,0.2) 100%);*/
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%,  rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.2) 100%);
}

.logo{
    width: 140px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mnulist{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.mnulist a{
    display: block;
    color: #D4AF37;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: normal;
}
.mnulist a:hover{
    color: #ffffff;
}
.mnubody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/*
.reserv a{
    display: block;
    margin-left: 10px;
    border: solid 2px #ffffff;
    border-radius: 12px;
    padding: 8px 20px 4px 20px;
    font-weight: normal;
    background-color: #b17b66;
    color: #ffffff;
}
*/

.xicons i{
    color: #ffffff;
}
.xicons i:hover{
    color: #D4AF37;
}

.gold-button {
    background: linear-gradient(45deg, #a67c00, #ffbf00, #ffdc73, #ffbf00, #a67c00);
    background-size: 200% auto;
    color: #1a1a1a !important;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.gold-button:hover {
    background-position: right center;
    color: #000;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}
.gold-button:active {
    transform: translateY(1px);
}


@media only screen and (max-width: 992px) {

    .logo{
        width: 80px;
        height: auto;
        margin: 5px;
    }

    #topmnu {
        padding: 0px 10px 0px 10px;
    }

    .mobbtnicon{
        font-size: 25px;
    }

    #mobmnubody{
        position: absolute;
        top:50px;
        left:0px;
        width: 300px;
        height: 100vh;
        padding: 70px 10px 10px; 10px;
        background-color: #000000;
    }

    .mobmnulist{
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .mobmnulist a{
        display: block;
        color: #D4AF37;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: normal;
    }
    .mobmnulist a:hover{
        color: #e0e0e0;
    }

    .reserv a{
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .mobmnu li{
        width: 100%;
        text-align: center;
        border-bottom: solid 1px rgba(172,123,102,0.2);
    }
    li.reserv{
        border-bottom:  none;
    }
}


#mobmnubody.show {
    left: 0;
    transition: left 300ms ease-in-out;
}

#mobmnubody.collapsed {
    left: -500px;
    transition: left 500ms ease-in-out;
}

#mobmnubtn{
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
#mobmnubtn .b1, #mobmnubtn .b2, #mobmnubtn .b3{
    background-color: #D4AF37;
    height: 4px;
    border-radius: 3px;
}
#mobmnubtn .b1{
    margin: 0px 0px 6px 0px;
}
#mobmnubtn .b2{
    margin: 0px 10px 6px 0px;
}
#mobmnubtn .b3{
    margin: 0px 5px 0px 0px;
}

#topmnu{
    padding: 10px 30px 10px 30px;
    z-index: 1000;
    color: #D4AF37;
    overflow: visible;
    display: flex;
    justify-content: space-between;
    /*background: linear-gradient(180deg, rgba(69,38,63,0.9) 0%,  rgba(69,38,63,0.8) 50%, rgba(69,38,63,0.6) 85%, rgba(69,38,63,0.2) 100%);*/
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%,  rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.6) 85%, rgba(0,0,0,0.2) 100%);
}

.logo{
    width: 140px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mnulist{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.mnulist a{
    display: block;
    color: #D4AF37;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: normal;
}
.mnulist a:hover{
    color: #ffffff;
}
.mnubody{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/*
.reserv a{
    display: block;
    margin-left: 10px;
    border: solid 2px #ffffff;
    border-radius: 12px;
    padding: 8px 20px 4px 20px;
    font-weight: normal;
    background-color: #b17b66;
    color: #ffffff;
}
*/

.xicons i{
    color: #ffffff;
}
.xicons i:hover{
    color: #D4AF37;
}

.gold-button {
    background: linear-gradient(45deg, #a67c00, #ffbf00, #ffdc73, #ffbf00, #a67c00);
    background-size: 200% auto;
    color: #1a1a1a !important;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.gold-button:hover {
    background-position: right center;
    color: #000;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
    transform: translateY(-2px);
}
.gold-button:active {
    transform: translateY(1px);
}


@media only screen and (max-width: 992px) {

    .logo{
        width: 80px;
        height: auto;
        margin: 5px;
    }

    #topmnu {
        padding: 0px 10px 0px 10px;
    }

    .mobbtnicon{
        font-size: 25px;
    }

    #mobmnubody{
        position: absolute;
        top:50px;
        left:0px;
        width: 300px;
        height: 100vh;
        padding: 70px 10px 10px; 10px;
        background-color: #000000;
    }

    .mobmnulist{
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .mobmnulist a{
        display: block;
        color: #D4AF37;
        text-transform: uppercase;
        font-size: 1.2rem;
        font-weight: normal;
    }
    .mobmnulist a:hover{
        color: #e0e0e0;
    }

    .reserv a{
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .mobmnu li{
        width: 100%;
        text-align: center;
        border-bottom: solid 1px rgba(172,123,102,0.2);
    }
    li.reserv{
        border-bottom:  none;
    }
}


#mobmnubody.show {
    left: 0;
    transition: left 300ms ease-in-out;
}

#mobmnubody.collapsed {
    left: -500px;
    transition: left 500ms ease-in-out;
}

#mobmnubtn{
    width: 50px;
    height: 50px;
    border: none;
    box-shadow: none;
    background-color: transparent;
}
#mobmnubtn .b1, #mobmnubtn .b2, #mobmnubtn .b3{
    background-color: #D4AF37;
    height: 4px;
    border-radius: 3px;
}
#mobmnubtn .b1{
    margin: 0px 0px 6px 0px;
}
#mobmnubtn .b2{
    margin: 0px 10px 6px 0px;
}
#mobmnubtn .b3{
    margin: 0px 5px 0px 0px;
}



.btmimg{
    height: 400px;
    background-image: url('https://mail.theendoshow.com/main/assets/images/h1-parallax-2.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;overflow: hidden;
}
.btmimg h1{
    color: white;
    font-weight: bold;
}



footer{
    /*background-color: #301638 !important;*/
    background-color: #262626 !important;
}
.footer-link {
    color: #f8f9fa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #D4AF37;
}

.social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: #fff;
}

footer h5{
    font-weight: bold;
    color: #D4AF37;
}


.zjoin a{
    display: block;
    width: fit-content;
    margin: 0 auto;
    border: solid 2px #ffffff;
    border-radius: 12px;
    padding: 8px 35px 4px 35px;
    font-weight: normal;
    background-color: #b17b66;
    color: #ffffff;
    text-transform: uppercase;
}
.zjoin a:hover{
    opacity: 80%;
}





#ebook{
    background-color: #080808;

}

#ebook .ptit{
    color: #D4AF37;
    font-size: 2.5rem !important;
}










