.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;
}


.logo-containerr10 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px;
    /* Space between logos */
    transition: transform 0.1s ease;
    /* margin-top: 10px; */
    background-color: rgb(0, 0, 0);
    /* padding-top: 100%; */

}

.logo-item10 {
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.1s ease;
    /* padding-top: 100%; */
    margin-top: 3%;
    padding-bottom: 2%;
}

.logo-item10 a {
    text-decoration: none;
    color: rgb(255, 255, 255);
    /* padding-top: 100%; */
}

.logo-item10 img {
    width: 35px;
    /* Set a fixed width for logos */
    height: auto;
    /* Maintain aspect ratio */
    transition: transform 0.4s ease;

}

.logo-item10:hover img {
    transform: scale(1.1);
    /* Scale up on hover */
}

.logo-item10:hover {
    transform: translateY(-5px);
    /* Move up on hover */
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); */
    /* Add shadow on hover */
}




.text2 h1 {
    font-size: 90px;
    text-align: center;
    background-color: black;
    color: #ffffff;
}

.text2 h1 p {
    font-size: 25px;
    color: rgb(220, 215, 215);

}






















.nav {
    background-color: rgb(0, 0, 0);
    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;
    background-color: black;
}

.menuu {
    display: inline;
    margin: 0 auto;
    margin-top: -6px;
    margin-left: 30px;
    /* padding-bottom: 6px; */
    list-style-type: none;
    font-size: 12px;
    background-color: black;
    /* 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;
}


.navv1 {
    /* background-color: aqua; */
    height: 6vh;
}

.navvbar1 {
    background-color: rgb(0, 0, 0);
    height: 6vh;

}

.navvbar1 h1 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding: 11px;
    /* margin-top: 7px; */
    font-style: italic;
}

.navvbar1 h1 a {
    font-size: 14px;
    /* color: #ffffff; */
    text-align: center;
    padding: 11px;
    /* margin-top: 7px; */
    font-style: italic;
    text-decoration-line: inherit;
    color: #ffffff;
}


.nav15 {
    background-color: #161515;
    display: flex;
    margin-top: -16px;
    height: 15vh;
    /* font-size: 4px; */
}

.image {
    /* background-color: aqua; */
    height: 8vh;
    margin-left: 5%;
    margin-top: 1%;
}

.text3 {
    /* background-color: #bc2424; */
    margin: auto;
    color: #f9f9f9;
    /* font-size: 199px; */
}

.text3 h1 {
    font-size: 20px;
}

.text4 {
    /* background-color: aqua; */
    width: 190px;
    margin-right: 15%;
}

.text4 h1 {
    /* background-color: yellow; */
    margin: auto;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    margin-top: 17%;
    border: 2px white solid;
    border-radius: 20px;
    /* margin-left: 10px; */
    /* background-color: aqua; */
    /* margin-right: 70%; */
    padding: 5%;

}

.text4 a {
    text-decoration: none;
    margin-right: 10%;


}


.content {
    position: relative;
    bottom: 0;
    /* background-color: #ca2a2a; */
    color: #f1f1f1;
    width: 100%;
    margin-top: -9%;
    margin-left: 20%;
    width: 60%;
    /* padding: -290px; */
}

.content h1 {
    font-size: 50px;
}

.logo-item10 a p {
    color: #f1f1f1;
}


























.carousel-container {
    overflow-x: scroll;
    width: 100%;
    /* height: 0vh; */
    /* background-color: rgb(4, 30, 30); */
    margin: auto;

}

.carousel {
    /* margin-top: 15px; */
    display: flex;
    /* gap: 78px; */
    transition: transform 0.9s ease;
    /* background-color: aqua; */
    /* height: 50vh; */
    width: 700%;
    gap: 15px;

    /* margin: auto; */
    /* margin-left: 10%; */
}

.item {
    position: relative;
    width: 400%;
    text-align: center;
    /* padding: 2px; */
    /* background-color: yellow; */
}

.item img {
    width: 100%;
    border-radius: 8px;
    height: 40vh;
    /* padding-left: 30%; */
    /* margin-left: 30px; */
    /*margin-right: 80px; */
    margin-top: 15%;
}

.hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.3s;
    gap: 40px;
}

.item:hover .hover-text {
    opacity: 1;
}

h3,
p {
    margin: 8px 0;
    color: #333;
}