﻿/*---------------------------Navbar-----------------------------------*/
nav {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: transparent;
}

    nav .wrapper {
        position: relative;
        max-width: 100%;
        /*height: 70px;*/
        line-height: 70px;
        margin: auto;
        /*display: flex;
        align-items: center;
        justify-content: space-between;*/
    }

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
    line-height: 30px;
    margin-bottom: 0;
}

.nav-links li {
    list-style: none;
}

.adm-image {
    z-index: 997;
}

.nav-links .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 5px 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-wrap: nowrap;
}

.nav-links nav-link:hover {
    color: #982a33 !important;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #fff;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    border-top: 3px solid #ceb37c;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .nav-links .drop-menu li a {
        color: #000;
    }

        .nav-links .drop-menu li a:hover {
            color: #982a33;
        }

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 60px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
    font-size: 17px;
    line-height: 35px;
}

ul.drop-menu.drop-menu1 {
    width: 450px;
    padding: 10px 0;
}

ul.drop-menu.drop-menu2 {
    width: 300px;
    padding: 10px 0;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 5px 30px;
    top: 90px;
    opacity: 0;
    visibility: hidden;
}

    .mega-box .content {
        background: #fff;
        padding: 10px 30px 0 30px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
        border-top: 3px solid #ceb37c;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .mega-box .content .row {
            width: 100%;
            line-height: 45px;
            margin-right: 25px;
        }

.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.content .row header {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.mega-links span {
    font-weight: bold;
    font-size: 20px;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255,255,255,0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

    .row .mega-links li a {
        padding: 0px;
        padding: 0;
        color: #000;
        font-size: 17px;
        display: block;
        line-height: 35px;
    }

        .row .mega-links li a:hover {
            color: #982a33;
        }

.icon {
    color: #000;
}

.wrapper .btn {
    color: #000;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

    .wrapper .btn:hover {
        color: #000 !important;
    }

    .wrapper .btn.close-btn {
        position: absolute;
        right: 30px;
        top: 10px;
    }

@media screen and (max-width: 992px) {
    .wrapper .btn {
        display: block;
        background-color: #fff;
    }

    .nav-links .nav-link {
        font-size: 20px !important;
        padding-left: 20px;
        line-height: 20px;
        color: #000;
        padding-bottom: 10px;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 100%;
        top: 0;
        left: -100%;
        background: #fff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

        .nav-links li a {
            padding: 0 20px;
            display: block;
            font-size: 20px;
            text-wrap: wrap;
        }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: unset !important;
        border: unset !important;
        padding: unset !important;
    }


    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box {
        max-height: 100%;
        border: unset !important;
        padding: 0 5px;
    }

    #showMega1:checked ~ .mega-box {
        max-height: 100%;
        border: unset !important;
        padding: 0;
        box-shadow: 0 0 5px 0 #ccc;
    }

    #showDrop1:checked ~ .drop-menu {
        max-height: 100%;
        padding: 0;
        box-shadow: 0 0 5px 0 #ccc;
        border-top: 3px solid #ceb37c !important;
    }


    #showDrop2:checked ~ .drop-menu {
        max-height: 100%;
        border: unset !important;
        border-top: 3px solid #ceb37c !important;
        box-shadow: 0 0 5px 0 #ccc;
    }

    #showDrop3:checked ~ .drop-menu {
        max-height: 100%;
        border: unset !important;
        border-top: 3px solid #ceb37c !important;
        box-shadow: 0 0 5px 0 #ccc;
    }

    #showDrop4:checked ~ .drop-menu {
        max-height: 100%;
        border: unset !important;
        border-top: 3px solid #ceb37c !important;
        box-shadow: 0 0 5px 0 #ccc;
    }

    #showDrop5:checked ~ .drop-menu {
        max-height: 100%;
        border: unset !important;
        border-top: 3px solid #ceb37c !important;
        box-shadow: 0 0 5px 0 #ccc;
    }

    #showDrop6:checked ~ .drop-menu {
        max-height: 100%;
        border: unset !important;
        border-top: 3px solid #ceb37c !important;
    }

    #showDrop7:checked ~ .drop-menu {
        max-height: 100%;
        border: unset !important;
        border-top: 3px solid #ceb37c !important;
    }

    #showDrop8:checked ~ .drop-menu {
        max-height: 100%;
        border: unset !important;
    }

    .drop-menu1 {
        border-top: 3px solid #ceb37c !important;
    }

    #showDrop9:checked ~ .drop-menu {
        max-height: 100%;
        border: unset !important;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #000;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: unset !important;
    }

        .nav-links .mobile-item:hover {
            background: transperant;
        }

    .row .mega-links li a {
        padding: 0 !important;
    }

    .drop-menu li {
        margin: 0;
    }

        .drop-menu li a {
            border-radius: 5px;
            font-size: 17px !important;
            text-wrap: wrap;
        }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: unset !important;
    }

        .mega-box .content {
            box-shadow: none;
            flex-direction: column;
            padding: 10px;
            box-shadow: 0 0 5px 0 #ccc;
        }

            .mega-box .content .row {
                width: 100%;
                margin-bottom: 15px;
                border-top: 1px solid rgba(255,255,255,0.08);
            }

                .mega-box .content .row:nth-child(1),
                .mega-box .content .row:nth-child(2) {
                    border-top: 0px;
                }


    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
        padding: 0 !important;
    }

    .content .row header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

    .body-text div {
        font-size: 45px;
        font-weight: 600;
    }

.logoPrint {
    margin: auto;
    /*background-color: #ffffffc9;*/
    width: 480px;
}

.divnav {
    background-color: #5f5f5f66;
    padding: 0 5px 0 0;
}

.change-color {
    background-position: center;
    background-size: cover;
    /* background-color: #fff; */
    transition: all 0.3s ease-in-out;
    background-color: #f4ede7;
    animation-duration: 0.5s;
    animation-name: stickySlideDown;
    padding: 0 5px 0 0;
}

@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.color-change {
    color: #000 !important;
}

.section-title h2 {
    color: #000;
    font-weight: bold;
    font-size: 26px;
    margin-top: 0;
}

@media(max-width:575px) {
    ul.drop-menu.drop-menu1 {
        width: 100% !important;
    }

    .mega-box .content .row {
        margin-right: unset !important;
    }
}
@media print {
    .logo {
        vertical-align: middle;
        text-align: left;
        margin-top: 1px;
        margin-bottom: 1px;
    }



    .logoPrint {
        height: 30px;
    }

}
.logo {
    vertical-align: middle;
    text-align: left;
    position: relative;
}