.nav-name{
    font-size: 30px!important;
    text-decoration: none;
    color: #FFD700 !important;
}

footer a:hover{
    color: #FFD700 !important;
}

i:hover{
    color: #FFD700 !important;
}

.head-image{
    background-image: url("https://www.computersciencedegreehub.com/wp-content/uploads/2020/06/In-the-Information-Technology-Sector-What-is-the-Role-of-a-Project-Manager-scaled.jpg");
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat ;
    background-color:#444;
    position: relative;
    height: 100vh;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: overlay;
}

.inner-image{
    border-radius: 50px;
    background-color: white;
    padding: 20px 20px;
}

.navbar {
    background: transparent;
    position: fixed;
    width: 100%;
    z-index: 1000;

    .navbar-brand {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-grow: 1;

        img {
            height: 60px;
            width: 60px;
        }
    }

    .navbar-nav {
        flex-grow: 1;
        justify-content: space-between;
    }

    .nav-link {
        color: #FFD700 !important;

        &:hover {
            color: white !important;
        }
    }

    .navbar-toggler {
        border-color: white;

        .navbar-toggler-icon {
            &::before {
                content: '';
                display: block;
                width: 24px;
                height: 3px;
                background-color: white;
                margin: 5px 0;
            }

            &::after {
                content: '';
                display: block;
                width: 24px;
                height: 3px;
                background-color: white;
                margin: 5px 0;
            }
        }
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    font-size: 30px;
}

.overlays {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;

    .overlay-content {
        text-align: center;
        color: white;
    }

    .closebtn {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 30px;
        color: white;
        cursor: pointer;
    }
}

.iot{
    background-image: url('https://images.pexels.com/photos/1472443/pexels-photo-1472443.jpeg?auto=compress&cs=tinysrgb&w=600');
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat ;
    background-color:#444;
    position: relative;
    height: 80vh;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: overlay;
}
.inner-iot, .inner-data, .inner-edit{
    background: white;
    padding: 20px 40px;
    border-radius: 10px;
    font-size: 30px;
}

.inner-iot a, .inner-data a,.inner-edit a{
    text-decoration: none !important;
    color: black;
}

.data{
    background-image: url('https://www.mychoicesoftware.com/cdn/shop/articles/What-is-The-Main-Difference-Between-SQL-MSSQL_1851124747.jpg?v=1671158556');
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat ;
    background-color:#444;
    position: relative;
    height: 80vh;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: overlay;
}

.edit{
    background-image: url('https://lf16-web-buz.capcut.com/obj/capcut-web-buz-us/ies/lvweb_os_monorepo/platformSSR/c54973533c0e700c-1064.png');
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat ;
    background-color:#444;
    position: relative;
    height: 80vh;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-blend-mode: overlay;
}

@media screen and (min-width:700px){
    .nav-name{
        font-size: 40px!important;
    }
}