body{
    background: white;
    color:#253c4b;
}
.transparent-navbar {
    background-color:white;
    box-shadow: none !important;
}


.scrolled .navbar .nav-link {
    color: #5aace3; /* Color of nav-links when scrolled */
}
.navbar .nav-link:hover {
    color: #000000!important; /* Color of nav-links when hovered */
}

.navbar-toggler{
    font-size: 10px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Custom style for text color */

.dropdown-item {
    color: #000000;
    
    font-size: 13px;
}
.nav-link:hover {
    text-decoration: none;
    
}
.dropdown-item:hover {
    background-color: #22475f;
    color: #ffffff;
  
}
.navbar-brand img {
    max-height: 70px;
}

.navbar{
    height: 80px;
    box-shadow:0 2px 5px rgba(0,0,0.5,0.4);

}
#qw{
    transition: transform .2s;
}
#qw:hover {
    transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
  }
  .dropdown-item.item{
    padding-left: 30px;
    width: 100%;
}




@media (max-width: 800px){
    .nav-link{
        padding-left: 20px;
    }
}
@media only screen and (min-width: 3000px) {    
    @keyframes slideDown {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 400px; /* Adjust height as needed */
        opacity: 1;
        font-size: 1.8vh;
    }
}

    .navbar-brand img {
        max-height: 60px;
        width: auto;
        /* Ensure the width adjusts proportionally */
    }
    header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}
.footer{
    height: auto;
    background-size: cover;
    
    background-repeat: no-repeat;
    color: white;
    padding: 20px;

}
.fa-brands{
    font-size: 40px;
}
.up{
    display: flex;
    justify-content: space-between;
}
.divs{
    display: flex;

}
.address{
    padding-left: 12vw;
}
.email{
    padding-left: 12vw;
}
.ser{
    padding-left: 12vw;
}
.copyright{
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    height: auto;
}
.logo{
    max-height: 50px;
    margin-left: 10px;
}}


@media only screen and (max-width: 700px) {
  
    #navbarNavDropdown{
        padding: 0 -2000px;
    }
    .dropdown-menu {
        display: none;
        max-height: 0;
        overflow: hidden;
        animation: slideDown 1s ease-out forwards;
        background-color: #ffffff;
        border: #5aace3;
        margin: 0;
        
    }
    .dropdown-item {

    
        font-size: 10px;
    }
    .navbar-brand img {
        max-height: 50px;
    }
    @keyframes slideDown {
         from {
             max-height: 0;
             opacity: 0;
         }
         to {
             max-height: 400px; /* Adjust height as needed */
             opacity: 1;
             font-size: 1.2vh;
         }
     }
     .navbar{
        margin-top: -2px;
     }
 
         header{
         display: flex;
         align-items: center;
         justify-content: space-between;
     }
     .footer{
        height: auto;
        background-size: cover;
     
        background-repeat: no-repeat;
        color: white;
        padding: 20px;
          
    }
    .fa-brands{
        font-size: 20px;
    }
    .up{
        display: flex;
        justify-content: space-between;
    }
    .divs{
        display: flex;
    }
    .address{
        padding-left: 20px;
    }
    .email{
        padding-left: 20px;
    }
    .ser{
        padding-left: 20px;
    }
    .copyright{
        text-align: center;
        font-size: 10px;
        padding-top: 10px;
    }
    .logo{
        max-height: 40px;
    }
    .contact,
    .address,   
    .email,
    .ser{
        font-size: 6px;
    }

    .con{
        font-size: 10px;
    }
    .logo{
        max-height: 15px;
    }
    .copyright{
        font-size: 1.2vw;
        margin-top: 0px;
    }}

@media only screen and (min-width: 701px) and (max-width: 1030px) {
        @keyframes slideDown {
        from {
            max-height: 0;
            opacity: 0;
        }
        to {
            max-height: 400px; /* Adjust height as needed */
            opacity: 1;
            font-size: 1.5vh;
        }
    }
    .nav-link{
        font-size: 2vh;
    }
        .navbar-brand img {
            height: 60px;
            width: auto;
            /* Ensure the width adjusts proportionally */
        }
        header{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer{
        height: auto;
  
        color: white;
        padding: 20px;
      
    }
    .fa-brands{
        font-size: 3vw;
    }
    .up{
        display: flex;
        justify-content: space-between;
    }
    .divs{
        display: flex;
        font-size: 1.2vw;
    }
    .address{
        padding-left: 8vw;
    }
    .email{
        padding-left: 8vw;
    }
    .ser{
        padding-left: 8vw;
    }
    .copyright{
        text-align: center;
        font-size: 1vw;
        padding-top: 10px;
    }
    .logo{
        max-height: 40px;
    }}
@media only screen and (max-width: 999px){
    .dropdown-item {
        font-size: 9px;
        margin-left: 20px;
    }
    .navbar-nav .nav-link{
    color: #5aace3;

    border: 1px;
    transition: color 0.3s;
}
.dropdown-menu {
    display: none;
    max-height: 0;
    overflow: hidden;
    animation: slideDown .5s ease-out forwards;
    background-color: #ffffff;
    border: 1px #ffffff;
  
}
ul.navbar-nav {
 
    width: 700px;
}

.navbar-toggler{
    margin: 0 10px;
}


}

@media only screen and (min-width: 1000px) and (max-width: 3000px) {
    a.navbar-brand img  {
        max-width: 3000px; /* Adjust the max-width as needed */
        margin-left: auto; /* Auto left margin */
        margin-right: auto; /* Auto right margin */
        padding: 0 0 0 50px; /* Add padding if needed */
    }  
    .dropdown-menu {
        display: none;
        max-height: 0;
        overflow: hidden;
        animation: slideDown .5s ease-out forwards;
        background-color: #ffffff;
        box-shadow:0 2px 5px rgba(0,0,0.5,0.4);
        border-color: #ffffff;
        margin-left: 5px;
        border-radius: 0;  
    }
    .navbar-nav .nav-link{
        
        color: #000000!important;
  
         /* Change text color to black */
        border: 1px;
        transition: color 0.3s;
    }
    @keyframes slideDown {
    from {
        max-height: 0;
        opacity: 0;
    }
    to {
        max-height: 400px; /* Adjust height as needed */
        opacity: 1;
        font-size: 2.3vh;
    }
}
    .navbar-brand img {
        max-height: 60px;
        width: auto;
        /* Ensure the width adjusts proportionally */
    }
    header{
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}
.footer{
            
    background-size: cover;
    font-size: 15px;
    background-repeat: no-repeat;
    color: white;
    padding: 20px;
   
}

.fa-brands{
    font-size: 40px;
}
.up{
    display: flex; 
    justify-content: space-between;
}
.divs{
    display: flex;
    font-size: 15px;
}
.address{
    padding-left: 8vw;
}
.email{
    padding-left: 8vw;
}
.ser{
    padding-left: 8vw;
}
.copyright{
    text-align: center;
    font-size: 10px;
    padding-top: 10px;
    height: auto;
}
.logo{
    max-height: 40px;
    margin-left: 10px;
}
}

.footer{
    background-image: linear-gradient(to bottom, #22475f, #0d2738);
    color:#ffffff
}
#f{
    filter: brightness(50%);
    height: 100px;
    margin-top: -5px;
}
.footer, .up, .con, .fa-brands{
    color: white;
}
.no-style {
    text-decoration: none; /* Remove underline */
    color: white;          /* Change text color to white */
}

/* Optional: Additional styling to change cursor on hover */
.no-style:hover {
    cursor: pointer;       /* Change cursor to pointer */
}
.dropdown-menu {
    display: none;
    max-height: 0;
    overflow: hidden;
    animation: slideDown .5s ease-out forwards;
    background-color: #ffffff;
    box-shadow:0 2px 5px rgba(0,0,0.5,0.4);
    border-color: #ffffff;
    margin-left: 5px;
    border-radius: 0;  
}
.navbar-nav .nav-link{
    
    color: #000000!important;

     /* Change text color to black */
    border: 1px;
    transition: color 0.3s;
}


