﻿#pnlTopHeader {
    height: 100px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    transition: top 0.3s;
}

#navbarHeader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    position: fixed;
    top: 0;
    padding: 20px 150px;
    background: linear-gradient(90deg, #5B4DC1 0%, #453A92 69%);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100px;
    transition: top 0.3s;
}

    #navbarHeader .navbar-container-main {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

.topLinkHeader, .topLinkHeader:hover, .topLinkHeader:link, .topLinkHeader:visited {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.divLogo {
    margin-left: 13vw;
    margin-top: 20px;
}

.imgTopHeader {
    width: 70px;
    height: 70px;
}

.lnkLogoHeader, .lnkLogoHeader:hover, .lnkLogoHeader:link, .lnkLogoHeader:visited {
    text-decoration: none;
    display: flex;
    align-items: end;
    gap: 15px;
}

.divTitluCDB {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-decoration: none;
}

.spanBold {
    font-weight: 700;
}

.divLinks {
    padding-top: 5vh;
    text-align: right;
    padding-right: 8vw;
}

.imgGroupTop {
    width: 100%;
    height: 35vh;
    position: absolute;
    bottom: 0;
    left: 0;
    object-fit: cover;
}

.divTitleTop {
    color: #fff;
    margin-left: 13vw;
    padding-left: 15px;
}

    .divTitleTop a:link, .divTitleTop a:hover, .divTitleTop a:visited {
        color: #fff !important;
        text-decoration: none !important;
    }

.imgArrowDown {
    margin-left: 13vw;
    margin-top: 30px;
    padding-left: 15px;
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.lnkIconUserLog {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #5B4DC1;
    text-decoration: none;
    background: rgba(175, 167, 238, 0.70);
    border-radius: 50px;
    padding: 15px;
    display: flex;
    justify-content: center;
    width: 50px;
}

    .lnkIconUserLog:hover, .lnkIconUserLog:focus, .lnkIconUserLog:active, .lnkIconUserLog:visited {
        color: #5B4DC1;
        text-decoration: none;
    }

@media screen and (max-width: 1400px) {
    #navbarHeader {
        padding: 20px 30px;
    }
}

@media screen and (max-width:768px) {
    .divTitleTop {
        margin-left: 5vw;
    }

        .divTitleTop h1 {
            font-size: 21px;
            line-height: 15px;
        }

    .divLinks {
        padding-right: 15px;
        padding-left: 15px;
        text-align: right;
    }

    .topLinkHeader {
        font-size: 14px;
    }

    .divLogo {
        margin-left: 5vw;
    }

    .imgArrowDown {
        position: relative;
        z-index: 5;
    }

    .panelTestimoniale {
        margin-top: 50px;
    }

    #btnDeschideMeniuPrincipal {
        color: #fff;
        border: none;
        background: none;
        cursor: pointer;
        padding: 0;
    }

        #btnDeschideMeniuPrincipal:active {
            box-shadow: none;
        }

        #btnDeschideMeniuPrincipal i {
            font-size: 40px !important;
        }

    #navBarMenuPrincipal {
        position: absolute;
        top: 75px;
        right: 35px;
        padding: 10px 15px;
        background: white;
        display: none;
    }

        #navBarMenuPrincipal.in {
            display: block;
        }

        #navBarMenuPrincipal a {
            color: #7563f8;
            text-decoration: none;
            display: block;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: right;
        }
}

@media screen and (min-width:768px) and (max-width:992px) {
    .divTitleTop h1 {
        font-size: 25px;
    }

    .imgArrowDown {
        margin-top: 15px;
    }
}

@media screen and (min-width:550px) and (max-width:768px) {
    .imgArrowDown {
        margin-left: 25vw;
    }
}

@media screen and (max-width: 600px) {
    #pnlTopHeader {
        height: 80px;
    }

    #navbarHeader {
        height: 80px;
        padding: 20px 15px;
    }

    .imgTopHeader {
        width: 50px;
        height: 50px;
    }

    .divTitluCDB {
        font-size: 14px;
    }

    .lnkLogoHeader {
        gap: 10px;
    }
}
