nav{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

#bg_1 {
    margin-top: -74px;
    height: 300px;
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
    background-image: url('../../../Files/Images/Home/Develope/bg.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#bg_4 {
    position: relative;
    height: 300px;
    width: 100%;
    z-index: 4;
}


.services-i {
    font-size: 30px !important;
}

#content {
    background-image: url('../../../Files/Images/Home/Develope/parallax.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 900px;
}

#content::before {
    content: "";
    background-color: rgba(0, 31, 63, 0.8);
    display: block;
    position: absolute;
    width: 100%;
    height: 900px;
}

.portofolio{
    height: 300px;
}

#team1 {
    background-image: url('../../../Files/Images/Home/Develope/aboutus.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
}

.team::before {
    content: "";
    background: linear-gradient(180deg, rgba(71, 131, 181, 0) 0%, #001F3F 80%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.team-content{
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;

}

.btn-slide{
    position: absolute;
    transform: translateY(-50%);
    background-color: var(--color-first);
    top: 50%;
    z-index: 100;
    padding: 5px;
    color: white;
    font-size: 14px !important;
}

.scroll-btn-left{
    left: 20px;
    border-radius: 5px 0px 0px 5px;
}

.scroll-btn-right{
    right: 40px;
    border-radius: 0px 5px 5px 0px;
}

.floating-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: var(--color-second) !important; /* Change to your desired background color */
    color: #fff !important; /* Change to your desired text color */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating-icon.active {
    opacity: 1;
    visibility: visible;
}
