* {
    margin: 0;
    padding: 0;

}
h1 {
  font-family: "Dancing Script", cursive;
  
}


body {

}

/* ===== Navbar Section ==== */

.navbar-brand img {
    height: 45px;
    margin: 0;

}

.navbar {
    background-image:linear-gradient(to right, white, navy);

}
.navbar .navbar-nav .nav-link {
  color: #ffffff;
}

.nav-item a:hover {
    background-color: rgba(0, 0, 128, 0.366);
    color: white;
    border-radius: 10px;
}

.fleet-img {
    height: 300px;
    border-radius: 20px;
    margin-top: 35px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.contact-card {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    border-radius: 10px;
    overflow: hidden;
}
iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 400px;
}

@media (max-width: 992px) {
    iframe {
        min-height: 300px;
    }    
}

.dropdown-menu a {
    padding-right: 20px;
}

/* ===== Navbar Section End ===== */

.c-item {
    height: 480px;

}
.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.5);

} 
.col-md-3 ul li a {
    color: whitesmoke;
}


#social-links ul {
    display: flex;
    justify-content: center;
    align-items: center;   

}

#social-links ul li {
    padding: 10px;
}

#social-links img {
    height:30px;
    border-radius: 50px;
    transition: 0.5s;
}

#social-links a:hover img {
    transform: translateY(-10px);
}



#c-footer {
    background-image: radial-gradient(rgb(255, 188, 188), navy);
    padding: 5%;
} 

#footer_logo {
    width: 50%;
    
}
.footer-copyright {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: gray;
    color: gold;
}
