/* ====================== HEADER ======================= */
.top-header {
    background-color: var(--main-bg-color);
    color: #fff;
    font-size: 14px;
}


.top-header a {
    color: #fff;
}

.social-icons a {
    font-size: 16px;
}

.navbar-nav .nav-link {
    padding: 0.5rem 1.2rem;
    color: #000000 !important;
    font-weight: 500;
}

.navbar-nav {
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
}

.lang img {
    border-radius: 4px;
}




.main-navbar {
    background-color: #000;
    color: #fff;
}

.main-navbar .nav-link {
    color: #fff !important;
    font-weight: 500;
    transition: color 0.3s ease;
    padding: 0.5rem 1rem;
    font-size: 15px;
}

.main-navbar .nav-link:hover {
    color: #f0c040 !important;
}


.lang {
    color: #fff;
    font-size: 15px;
}

.lang img {
    border-radius: 4px;
    border: 1px solid #fff;
}

@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
    }
}

.logo img {
    width: 100%;
    height: 180px;
}

.navbar {
    height: 120px;
}

.social.main-fixed {
    position: fixed;
    bottom: 0;
    right: 15px;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social.main-fixed a {
    color: #fff;
    background-color: var(--main-bg-color);
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    transition: 0.3s;
}

.social.main-fixed a:hover {
    background-color: #a5a5a5;
}

.navbar.scrolled {
    background-color: white !important;
    transition: background-color 0.3s ease;
}



header {
    -webkit-box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    border: none;
    -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#langText {
    color: black !important;
}

header {
    height: 120px ;
}


.main-header {
    margin-top: -30px;
}


@media(max-width:767px){
    header {
    height: 100% !important;
}
}

.img-logo img{
    height: 100px !important;
}
