

#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;
}








.accbtn::after {
    display: none !important;
}


.btmimg{
    height: 400px;
    background-image: url('https://theendoshow.com.line4all.com/endoshow/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%;
}







    
