/* this is for animation */
.fixed-top {
    top: -40px;
    transform: translateY(0px);
    transition: transform .3s;
}

/* this is for the common nav bar for all the pages */


/* .navbar-nav a {
    font-size: auto !important;
    text-transform: uppercase;
    font-weight: 500;
    align-items: center;
} */

@media (min-width: 1100px) {
    .navbar-toggler {
        margin-left:10px;
         font-size: 12px;
         line-height: 0.3;
         
         height:10%;
         width: 10%;
     }
     .navbar-toggler-icon {
         padding: 1px 1px;
         font-size: 12px;
         line-height: 0.3;
         height:10%;
         width: 10%;
     }
}
  /* Styles for smaller screens */
  @media (max-width:500px) {
    a.navbar-brand {
        color: #ffffff;
        font-size: 100%;
        text-transform: uppercase;
        font-weight: bold;
    }
    .navbar-brand img{
        width: 40px;
        height: 40px;
    }
    .commonbar small{
        font-size:8px;

    }
    .commonbar i{
        height: 1%;
        width: 10%;

    }
    
}

@media (max-width:350px) {
    a.navbar-brand {
        color: #ffffff;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: bold;
    }
    
}

.navbar-brand {
    color: #ffffff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.nav-link i {
    transition: transform 0.3s ease-in-out; /* Add a smooth transition effect */
  }
  
  .nav-link:hover i {
    transform: rotate(360deg); /* Rotate the icon 90 degrees on hover */
  }

a.nav-link:link,
a.nav-link:hover,
a.nav-link:active,
a.nav-link:visited {
    color: white;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: rgb(8, 4, 96) !important;
}

.navbar {
    background: #021933;
    content: center center;
}
.navbar-nav li{
    font-size: 19px;
        padding: 10px 10px; /* Add space around each link */
}

.navbar-light .navbar-nav .nav_link:focus,
.navbar-light .navbar-nav .nav_link:hover {
    color: #ffffff;
}

.w-100 {
    height: 100vh;
}


.navbar-toggler {
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3;
    background: #fff;
}


/* this is for the footer */

footer {
    background-color: #021933;
    padding: 30px 0;
}
@media(max-width:306px){
    .address p{
        font-size: 12px;
    }
}
.address {
    text-align: center;
}

a {
    text-decoration: none !important;
}

.address h5 {
    text-shadow: #efecec;
    color: #4025f0;
    font-weight: bold;
}

.visiting {
    text-align: center;
}

.visiting h5 {
    text-shadow: #efecec;
    color: #4025f0;
    font-weight: bold;
}

.links {
    text-align: center;
    text-decoration: none;
}

.links h5 {
    text-shadow: #efecec;
    color: #4025f0;
    font-weight: bold;
}

.bg-image {
    background-color: #ebebeb;
    background-attachment: fixed;
}

.landpageimage {
    border-radius: 50%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-right: 20px;
}

.btn-icon {
    width: 77px;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}


/* footer png */

.overlay-top::before,
.overlay-bottom::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 85px;
    left: 0;
    z-index: 1;
}

.overlay-top::before {
    top: 0;
    background: url(overlay-top.png) top center no-repeat;
    background-size: contain;
}

.overlay-bottom::after {
    bottom: 0;
    background: url(overlay-bottom.png) bottom center no-repeat;
    background-size: contain;
}