*{
    margin: 0%;
    padding: 0%;
}
img{
    width: 100%;
}
body{
    color:#333333;
    background: linear-gradient(to right, #000000, #1e3b70);

}
.header .navbar-brand {
    padding: 0;
    z-index: 3;}

.header .navbar .navbar-brand img{
    max-width: 4rem;
    padding-left: 10px;
}
.header{
    background-color:transparent;
    position: relative;
    padding: 1rem 0 1rem 0;
    z-index: 2;
}
.navbar-expand-lg{
    padding: 0;
}
.header .navbar-toggler{
    background-color:white;
    border-radius: 20px;
    opacity: 0.8;
}
.header .navbar .navbar-nav li a{
    color: rgb(225, 225, 237);
    gap: 1rem;
}
.header .navbar .navbar-nav .home{
    color:rgb(235, 184, 184) !important;

}

.header .navbar .navbar-nav li a:hover{
    color:white;
    transition: color var(--transition);
}
.header .dropdown-menu li a{
    color: black !important;
}
.header .dropdown-menu{
    background-color: rgb(225, 225, 237);
    padding: 1rem;
    width: 196px;
    border-radius: 15px;
}
.header .dropdown-menu li a:hover {
    color: gold !important;
    border-radius: 25px;
}

/* ------------------------------------ */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1;
}
.hero-section{
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.hero-box{
display: grid;
position: relative;
z-index: 1;
 width: 90%;
height: 83vh;
 margin-left: auto;
 margin-right: auto;
color: white;
}
.hero-box-content {
    text-align: center;
}

.hero-box-img img{
    width: 100%;
}
.footer-box{
    background-color:transparent;
    width: 100%;
    height: 10vh;
}
.dropdown-menu a:focus, .dropdown-menu a:active {
    outline: none;
    color: rgb(235, 184, 184); 
    background-color: transparent; 
    box-shadow: none; 
}

