/* 1ST PART */
body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal overflow */
}

/* NAVIGATION AND HERO */
.maintop {
    width: 100%;
    position: relative;
}
.navv {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color 0.5s ease;
    background-color: transparent;
    font-family: "poppins";
    font-weight: bold;
    font-size: 13px;
}
.navv.scrolled {
    background-color: rgba(0, 0, 0, 0.8);
}

.collapse .active {
    border-bottom: 2px #69fbfc solid;
    font-weight: bolder;
}

.navv li a:hover {
    border-bottom: 2px #69fbfc solid;
}

.navv .navbar-toggler .fa-bars {
    color: white;
}
.navbar-nav {
    gap: 2rem;
    margin: 0;
}

.navv .vve img {
    height: 80px;
    width: 150px;
}

.navv .hov .hov1 .login {
    text-decoration: none;
    color: black;
    border-bottom: none;
    border-color: transparent;
    font-size: 12px;
}

.navv .hov .hov1 {
    height: 45px;
    width: 120px;
    background-color: white;
    border: none;
}

.navv .hov .hov1:hover {
    background-color: #69fbfc;
}

.navv li:hover .sub-menu {
    z-index: 1;
    opacity: 1;
}

.navv .sub-menu li {
    width: 100%;
    display: block;
}

.navv .sub-menu a {
    position: relative;
    text-align: center;
    text-decoration: none;
    color: white;
    font-size: 15px;
}

.navv .sub-menu {
    width: 288px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity linear 0.15s;
    background-color: #010e44;
}

/* BACKGROUND COLOR NAV FOR SMALLER SCREEN */
.navbar-collapse.show {
    background-color: #010e44;
    color: white;
    padding: 1rem;
}

.navbar-collapse.show a {
    color: white;
}
/* END OF BG COLOR */

/* Slide Show background */
.slideshow-container {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #010e44;
    padding-top: 80px; /* Ensure content is visible below the fixed navbar */
    text-align: center; /* Center-align content */
}

.slides-wrapper {
    width: 100%;
    height: 100%;
    color: white;
}

.slides-wrapper h1 {
    font-size: 45px;
    font-family: "poppins";
    margin-top: 0;
}

.slides-wrapper p {
    font-family: "poppins";
    font-size: 20px;
}

.mySlides {
    width: 100%;
    height: 80vh;
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    padding: 0px;
}

/* END OF 1ST */ 

/* 2ND PART */
.som {
    font-family: poppins;
}
.dommy .init img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 10px;
    height: 550px;
}

.dommy .benz h1 {
    margin-top: 50px;
}
.dommy .benz .md{
    border-top: #69fbfc 2px solid;
    margin-top: 20px;
}
.dommy .benz p {
    font-size: 17px;
}

/* END OF 2ND */

/* LAST PART */
.ppe {
    background-color: #010e44;
}
.ppe .pints p {
    margin-top: 40px;
    font-size: 25px;
    font-family: poppins;
    color: white;
}
.ppe .mind {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.ppe .pints p {
    font-size: 14px;
    text-align: center;
}

.tentss {
    background-color: #010e44;
    color: white;
}
.tentss .sponge p a {
    color: white;
}
.tentss .sponge p {
    text-align: center;
}

/* END OF LAST PART */

/* Btn to up */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #69fbfc;
    color: #010e44;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

/* End of Btn to up */

/* Responsive Styles */
@media only screen and (max-width: 900px) {
    /* no sub menu */
    .navv .arrow{
        display: none;
    } 

    .navv .submenu li {
        display: none;
        
    }
    
    .navv li:hover .sub-menu {
        z-index: 0;
        opacity:0;
    }
    
    .navv .sub-menu a {
        display: none;
    }
    
    .navv .sub-menu {
        display: none;
    }
    /*end sub menu */
    
}

@media only screen and (max-width: 600px) {
    /* no sub menu */
    .navv .arrow{
        display: none;
    } 

    .navv .submenu li {
        display: none;
        
    }
    
    .navv li:hover .sub-menu {
        z-index: 0;
        opacity:0;
    }
    
    .navv .sub-menu a {
        display: none;
    }
    
    .navv .sub-menu {
        display: none;
    }
    /*end sub menu */
    .dommy .init img {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 20px;
    }

    .dommy .benz h1 {
        font-size: 28px;
        text-align: center;
    }

    .dommy .benz p {
        font-size: 16px;
        margin-left: 10px;
        text-align: center;
    }

    .ppe .pints p {
        font-size: 18px;
        text-align: center;
        margin-top: 20px;
    }

    .tentss .sponge p {
        font-size: 14px;
        text-align: center;
    }
}
