.navbar {
    position: fixed;
    top: 0;
}

.navbar-toggler {
    position: fixed;
    top: 5px;
    right: 5px;
    background: #141414;
    border: 3px solid grey;
    color: white;
}

.dropdown-item {
    color: white;
    font-weight: 300;
    font-size: 1.25rem;
    padding: 0.25rem 1rem;
}

.dropdown-item:hover {
    opacity: 0.8;
    background: transparent;
    color: white;
}

.add-background {
    background-image: url('https://marg-webapp.s3.ap-south-1.amazonaws.com/assets/web-bg.png');
    background-size: min(40vh, 40vw);
    background-attachment: fixed;
}


#head {
    background-color: rgb(24, 42, 82);
    color: white;
    height: 100vh;

}

#about-us {
    background-color: #141414;
    height: 100vh;
    color: white;
}

#key-highlights {
    background-color: #2E5090;
    display: flex;
    align-items: center;
    justify-content: center;
}

.highlight-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    margin: 2rem 0rem;
    text-align: center;
}

.highlight-card .highlight-icon svg {
    height: 96px;
    width: 96px;
    margin-bottom: 2rem;
}

.highlight-card .highlight-title {
    width: 80%;
}

#reach-us {
    background-color: #36454F;
    color: white;
    height: 150vh;
}

#reach-us iframe {
    height: 50%;
    width: 100%;
}