* {
    margin: 0;
    padding: 0;
}

.nav {
    background-color: rgba(17, 16, 18, 0.964);
    height: 5vh;
}

.navrap {
    /* background-color: #db3737; */
    width: 100%;
    height: 5vh;


    /* margin-left: 40%; */
}

/* .parent ul li{
    margin-left: 60%;
} */

.logo img {
    height: 2.5vh;
    /* background-color: #333; */
    margin-left: 300px;
    margin-top: 7px;
    /* margin-left: 2px; */
    width: 16px;
}

.menu {
    display: inline;
    margin: 0 auto;
    margin-top: -6px;
    margin-left: 30px;
    /* padding-bottom: 6px; */
    list-style-type: none;
    font-size: 12px;
    /* padding-left: -100px; */


    a {
        display: block;
        margin: 0;
        padding: 16px 25px;
        color: #ffffff;
        text-decoration: none;
        /* background-color: #ffffff; */
        height: 5vh;
    }

    li {
        position: relative;
        float: right;
        /* padding-left: 20px;
        padding-right: 20px; */
        /* margin-right: 90px; */
        margin: 0;
        /* border-left: 1px solid #eee; */
        perspective: 200;
        /* margin-left: 30px; */
        /* padding-right: 60px; */


        &:first-child {
            border-left: none;
        }

        &.parent {
            &:before {
                content: '';
                z-index: 200;
                position: absolute;
                top: 100%;
                left: 50%;
                margin-top: -7px;
                margin-left: -20px;
                display: block;
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 8px 20px 0 20px;
                border-color: #120e0e00 transparent transparent transparent;
                transition: margin-top .1s ease-out;
            }
        }

        &:hover,
        &:focus {
            &>a {
                text-decoration: none;
                color: #fff;
                width: 100px;
                background-color: #333;
            }

            &:before {
                margin-top: 0;
                border-top-color: #333;
            }

            .children {
                opacity: 1;
                transform: rotateX(0) translateZ(0);
            }
        }
    }

    .children {
        opacity: 0;
        backface-visibility: hidden;
        transform: rotateX(-90deg);
        transform-style: preserve-3d;
        transform-origin: top center;
        transition: transform .4s cubic-bezier(.17, .67, .99, 1.21), opacity .1s .1s;

        z-index: 100;
        list-style-type: none;
        position: absolute;
        top: 100%;
        left: 0;
        /* width: 1000%; */
        margin: 0;
        padding: 1px 0;
        background-color: #000000f6;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
        text-align: left;

        li {
            float: none;
        }

        a {
            background-color: transparent;
            font-size: smaller;

            &:hover,
            &:focus {
                color: #333;
                background-color: #f9f9f9;
                height: auto;
                /* width: 40px; */
            }
        }
    }
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.nav1 {
    /* background-color: aqua; */
    height: 6vh;
}

.navbar1 {
    background-color: rgba(0, 0, 0, 0.953);
    height: 6vh;

}

.navbar1 h1 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 11px;
    /* margin-top: 7px; */
    font-style: italic;
}

.navbar1 h1 a {
    font-size: 14px;
    /* color: #ffffff; */
    text-align: center;
    padding: 11px;
    /* margin-top: 7px; */
    font-style: italic;
    text-decoration-line: inherit;
}

.banner2 {
    margin-top: 10px;
}

.banner3 {
    margin-top: 10px;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
}

.grid-item img {
    width: 100%;
    height: auto;
}

.grid-container {
    margin-top: 9px;
}





.slider {
    position: relative;
    width: 400%;
    max-width: 100%;
    /* Set the max width of the slider */
    overflow-x: scroll;
    margin: auto;
    /* background-color: #000000; */

    height: 100vh;
}

.slides {
    display: flex;
    transition: transform 0.9s ease;
    width: 100%;
    height: 50vh;
    /* Adjust this to fit all slides in a row */
}

.slide {
    min-width: 100%;
    /* height: 70vh; */
    /* Each slide takes up the full width */
    /* box-sizing: border-box; */
}

.slides img {
    width: 100%;
    /* Ensure images are responsive */
    height: 100vh;
    padding: 20px;
}

.nav2 {
    background-color: #5e5c5c19;
    /* height: 1vh; */
}

.nav2 h1 {
    font-size: small;
    color: #00000058;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    /* text-size-adjust: 700px; */
    /* font-stretch: expanded; */
}

.nav2 h1 a {
    color: #0000009f;
}




.nav3 {
    width: 80%;
    /* padding-left: 10%; */
    margin: auto;
    margin-top: -3%;
}


.footer {
    display: flex;
    flex-flow: row wrap;
    padding: 30px 30px 30px 30px;
    color: #2f2f2f;
    background-color: #5e5c5c00;

    /* border-top: 1px solid #e5e5e5; */
}

.footer>* {
    flex: 3 5%;
}

.footer__addr {
    margin-right: -200px;
    margin-bottom: 2em;
}

/* .footer__logo {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
} */

.footer__addr h2 {
    margin-top: 1.3em;
    font-size: small;
    font-weight: 400;
}


.footer__addr a {
    text-decoration: none;
    color: #00000059;
    font-size: small;
}

.nav200__title {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
}

.footer address {
    font-style: normal;
    color: #000000;
}




.footer__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: max-content;
    background-color: rgb(33, 33, 33, 0.07);
    border-radius: 100px;
    color: #2f2f2f;
    line-height: 0;
    margin: 0.6em 0;
    font-size: 1rem;
    padding: 0 1.3em;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer li {
    line-height: 2em;
}

.footer a {
    text-decoration: none;
}

.footer__nav200 {
    display: flex;
    flex-flow: row wrap;
}

.footer__nav200>* {
    flex: 1 50%;
    margin-right: 1.25em;
}

.nav200__ul {
    color: #999;
    text-align: center;
}

.nav200__ul a {
    color: #999;
    text-align: center;
}

.nav200__ul--extra {
    /* column-count: 2; */
    text-align: center;

}

.legal {
    display: flex;
    flex-wrap: wrap;
    color: #999;
}

.legal__links {
    display: flex;
    align-items: center;
}

.heart {
    color: #2f2f2f;
}

@media screen and (min-width: 24.375em) {
    .legal .legal__links {
        margin-left: auto;
    }
}

@media screen and (min-width: 40.375em) {
    .footer__nav200>* {
        flex: 1;
    }

    .nav200__item--extra {
        flex-grow: 2;
    }

    .footer__addr {
        flex: 1 0px;
    }

    .footer__nav200 {
        flex: 2 0px;
    }
}

.nav200 {
    padding-left: 10%;
    padding-right: 10%;
}

.nav200__title {
    color: #000000;
    font-size: small;
}

.nav200__ul li a {
    font-size: small;
}

.nav4 {
    /* background-color: #000000; */
    height: 13vh;
    margin-top: -7%;

}

.nav4 h1 {
    font-size: 13px;
}

.nav4 h1 a {
    color: blue;
    /* margin-bottom: 10px; */
}

/* .nav200{
    height: 4000%;
} */

.nav5 {
    width: 80%;
    margin: auto;
}

.footerr p {
    color: #676767e9;
    font-size: small;
    padding-left: 10%;

}

.footerr p a {
    color: #676767e9;
    font-size: small;
    padding-left: 1%;
    text-decoration: none;

}