html, body{
    margin: 0;
    padding: 0;
}

@media(max-width:767px){
    
    *{
        margin: 0px;
        padding: 0px;
       
        box-sizing: border-box;
        overflow-x: hidden ;
        overflow-y: scroll;
         /* display: inline-block;  */
         
    }

    .hj{
        width:150px;
        /* padding:; */
    }

    .npo{
        display: flex;
        align-items: center;
        justify-content: center;
       width: 300px;
    
    }

    .foot-1{
        /* visibility: hidden; */
       
    }
    

    .rpo{
        display: flex;
        align-items: center;
        justify-content: center;
        /* width: 300px;
        margin-left: 35px; */
        /* margin-bottom:-100px; */
        
    }
    .kjl{
        visibility: hidden;
    }
    .fhj{
          width: 300px;
    }
    .jk{
        width: 50px;
    }
    .foot{
       
        position:fixed;
        display: flex;
        align-items: center;
        justify-content:center;
        margin-right: -10px;
        bottom: 0px;
        margin:0px;
        background: white;
        color: white;
        width: 100%;
        height:100px;
    }

    
}

@media(min-width:767px){
    
    .mko{
        visibility: hidden;
    }

    
    .show{
        visibility: hidden;
        display: none;
        margin-top: 0; 
        padding-bottom: 0; 
        box-sizing: border-box;
    
        /* overflow-x:hidden; */
        
      
    }
    .foot-1{
    
        /* padding: 50px; */
        display: flex;
        align-items: center;
        justify-content:center;
        bottom: 0;
        /* width: 100%; */
        /* height: 50px; */
        /* background: black; */
        /* color: white; */
        /* font-size: 30px; */
       
    }
         
    }
 
/* .klo{
   width: 700px;
}  */

.botn{
    height: 60px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 10px;
    /* margin-left: -150px; */
}
.hide{
    border: hidden;
    gap:hidden;
}

.circle{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    
}
.c{
    position:relative;
    
    max-height:80px;
    float:left;
    width:100%;
    height:300px;
    overflow-x: scroll;
     overflow-y:hidden; 
     background-color: white;
    
 
        
        
      }
      .S{
        height: 30px;
        border: hidden;
        background-color: rgb(218, 216, 216);
        border-radius: 5px;
    }
    .R{
      height: 30px;
      width: 200px;
        border: hidden;
        background-color: rgb(218, 216, 216);
        border-radius: 5px;
    }
    .G{height: 30px;
      width: 300px;
        border: hidden;
        background-color: rgb(218, 216, 216);
        border-radius: 5px;}

 .menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    text-align: center;
    margin: 20px 0px;
    overflow-x: scroll;
 }
 .menu::-webkit-scrollbar{
    display: none;
 }

 .home:hover{
    box-shadow:0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
 }

 .btnh{
    background-color: rgb(11, 4, 56);
    color: white;
 } 
 .btnh:hover{
    background-color: #fff;
    color:black;
 } 


 @media(max-width:550px){
    a .nav-link{
        padding: 0px;
    }
 }

 @media (max-width: 464px) {
    #name1{
        display: none !important;
    }
    .navbar-toggler{
        font-size: 12px;
    }
}



.nav-item a {
    /* font-size: 2rem; */
    margin: 0 15px;
}

/* Hover effect for social icons */
.nav-item a:hover {
    transform: scale(1.3); /* Grows the icon on hover */
    transition: transform 0.3s ease;
}

/* Adding a subtle hover effect for color changes */
.nav-item a:hover i {
    filter: brightness(1.2);
}




.home {
    cursor: pointer;
}

/* Animation when hovering over the image */
.home:hover {
    transform: scale(1.2);
}

/* Animation for the text when hovering */
.home:hover + b p {
    color: #008080;
    transition: color 0.3s ease;
}

p {
    /* font-weight: bold; */
    font-size: 1.2rem;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 400px) {
    .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* .home {
        width: 120px !important;
    } */

    .mt-4 {
        margin-top: 2rem;
    }

    .container {
        padding: 2rem 1rem;
    }
}
@media (max-width: 400px) {
    .container {
        padding: 2rem 1rem;
    }
}









/* foot style start  */
    .foot {
        display: flex;
        justify-content: space-around; /* Equal spacing between items */
        align-items: center;
        flex-wrap: nowrap; /* No wrapping of items */
        padding-left: 0;
        padding: 10px;
        list-style-type: none;
        overflow-x: hidden; /* Hide any overflow */
        width: 100%; /* Full width of the container */
    }
    
    .foot li {
        flex: 1;
        text-align: center;
    }
    
    .foot li img {
        width: 30px; /* Adjust image size */
    }
    
    .foot li a {
        font-size: 12px; /* Smaller font to fit the screen */
    }
    
    /* For screens below 380px */
    @media (max-width: 380px) {
        .foot li a {
            font-size: 10px !important;
            padding-left: 0px !important;
            padding-top: 0px !important;
            padding-right: 0px !important;
        }
    
        .foot li img {
            width: 25px; /* Reduce icon size to fit on smaller screens */
        }
    
        .foot {
            flex-direction: row;
            justify-content: space-between; /* Maintain even spacing */
        }
    }
/* foot style end */