/* 1ST PART  */
body{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* NAVIGATION AND HERO */
.maintop{
    height: 35vh;
    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;
}

/* .collapse .active a:hover {
    /* border-bottom: 2px green solid;
    font-weight: bolder;
    color: red;
} */ 

.navv .navbar-toggler .fa-bars{
    color: white;
}
.navbar-nav {
    gap: 2rem;
}

.navv .vve {
    color: white;
}

.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;
	right: 39.2px;
}

.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; /* Adjust to desired color */
    color: white; /* Ensure text remains readable */
    padding: 1rem; /* Add padding to avoid content sticking to edges */
}

/* Override text color inside expanded navbar */
.navbar-collapse.show a {
    color: white; /* Ensure links remain visible */
}

/* END OF BG COLOR */

/*Slide Show background */

.slideshow-container {
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    background-color: #010e44;
}

.slides-wrapper{
    width: 100%;
    height: 100%;
    color: white;
}

.slides-wrapper h1{
    text-align: center;
    font-size: 45px;
    font-family: "poppins" ;
    margin-top: 120px;
}

.slides-wrapper p{
    text-align: center;
    font-family:"poppins" ;
    font-size: 20px;
}

.mySlides {
    box-sizing: border-box;
    flex: 1 0 100%;
    width: 100%;
    height: 80vh;
}

.mySlides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0px;
}

/* End of Background */


/* END OF 1ST */

/* 2ND PART */
.som{
    height: 648px;
    font-family: poppins;
}
.dommy .init img {
    height: 650px;
    width: 650px;
    margin-top: -3.5px;
    object-fit: cover;
}

.dommy .benz h1 {
    margin-top: 100px;
    font-size: 30px;
}

.dommy .benz p {
    font-size: 20px;
    border-top: black 1px solid;
    margin-top: 20px;
}

/* END OF 2ND */

/* 3RD PART */

.disorder .bebig {
    font-family: poppins;
    background-color: #f8f8f8;
}

.disorder .bebig .benz h2{
    color: #010e44;
    margin-top: 70px;
    margin-left: 310px;
    font-size: 35px;
}

.disorder .bebig .benz p .hi, .disorder .bebig .benz p .hi1, 
.disorder .bebig .benz p .hi2, .disorder .bebig .benz p .hi3{
    font-size: 25px;
}
.disorder .bebig .benz p{
    margin-left: 310px;
}
/* END OF PART 3 */

/* 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;
    margin-left: -20px;
}

.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 media queries */
@media (max-width: 450px) {
    /* 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 */
    
    .maintop {
        height: 200px !important;
    }
    .slideshow-container {
        height: 150px !important;
        padding: 20px 0;
        background-color: #010e44; /* Ensure it matches your design */
    }
    .slides-wrapper h1 {
        font-size: 24px;
        margin-top: 80px !important;
    }
}
/* Small devices (phones, less than 768px) */
@media (max-width: 767px) {

    /* 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 */
    
    .navv .navbar-nav {
        flex-direction: column;
        gap: 0;
    }
    
    .navbar-toggler {
        margin-left: auto;
    }
    
    .nav-item {
        margin-bottom: 1rem;
    }
    
    .maintop {
        height: 200px !important;
    }

    .slideshow-container {
        height: 150px;
        padding: 20px 0;
        background-color: #010e44; /* Ensure it matches your design */
    }

    .slides-wrapper h1 {
        font-size: 24px;
        margin-top: 80px;
    }

    .slides-wrapper p {
        font-size: 16px;
    }

    .dommy .init img {
        width: 100%;
        height: auto;
    }

    .dommy .benz h1 {
        font-size: 24px;
        margin-top: 20px;
    }

    .dommy .benz p {
        font-size: 16px;
        margin-top: 10px;
        text-align: justify;
        margin-left: 0;
        margin-right: 0;
        padding: 10px;
    }

    .disorder .bebig .benz h2 {
        margin-left: 0;
        text-align: center;
        font-size: 28px;
    }

    .disorder .bebig .benz p {
        margin-left: 0;
        padding: 10px;
        text-align: justify;
        font-size: 16px;
    }

    .ppe .pints p {
        font-size: 14px;
        text-align: center;
        padding: 10px;
    }

    .tentss .sponge p {
        padding: 10px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
    /* 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;
    }

    .dommy .benz h1 {
        font-size: 28px;
        margin-top: 40px;
    }

    .dommy .benz p {
        font-size: 18px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: justify;
    }

    .disorder .bebig .benz h2 {
        margin-left: 0;
        text-align: center;
        font-size: 32px;
    }

    .disorder .bebig .benz p {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px;
        text-align: justify;
        font-size: 18px;
    }

    .ppe .pints p {
        font-size: 16px;
        text-align: center;
    }

    .tentss .sponge p {
        padding: 10px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .dommy .init img {
        width: 100%;
        height: auto;
    }

    .dommy .benz h1 {
        font-size: 30px;
        margin-top: 50px;
    }

    .dommy .benz p {
        font-size: 20px;
        margin-left: 20px;
        margin-right: 20px;
        text-align: justify;
    }

    .disorder .bebig .benz h2 {
        margin-left: 0;
        text-align: center;
        font-size: 34px;
    }

    .disorder .bebig .benz p {
        margin-left: 20px;
        margin-right: 20px;
        padding: 10px;
        text-align: justify;
        font-size: 20px;
    }

    .ppe .pints p {
        font-size: 18px;
        text-align: center;
    }

    .tentss .sponge p {
        padding: 10px;
    }
}
