header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--color-background-6);
    z-index: 100;
}

.head__logo {
    padding: 10px 0 7px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.head__logo img {
    height: 50px;
}

.head__navbar {
    display: flex;
}

.head__navbar a {
    color: var(--color-background-28) !important;
    text-transform: uppercase;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.head__navbar a:nth-child(2) span {
    font-size: 1.4rem;
    font-weight: 600;
}

.head__navbar a:nth-child(1) span {
    font-size: 1.2rem;
    font-weight: 600;
}

.head__navbar a ion-icon {
    margin-right: 10px;
    font-size: 1.5rem;
}

.blog__header {
    margin-bottom: 10px;
    padding-left: 10px;
}


.navbar__mobile {
    display: none;
}

.header__blur {
    display: none;
}

.navbar__mobile--list {
    display: none;
}

.main-menu {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0em;
}

.main-menu ul,
.main-menu li {
    display: inline-block;
    list-style-type: none;
}

.main-menu ul li a,
.main-menu ul li .sub-menu {
    text-decoration: none;
    color: #fff;
    display: block;
    margin: 0 10px;
}

.main-menu ul li a {
    text-wrap: nowrap;
    color: var(--color-background-27) !important;
}

.main-menu li {
    position: relative;
    padding: 1rem;
}

.main-menu ul li .sub-menu {
    position: absolute;
    display: none;
    top: 100%;
    width: auto;
    background: var(--color-background-6);
    font-size: 1.4rem;
    font-weight: 500;
}

.menu-item.menu-item-object-page {
    transition: all .3s ease;
}

.menu-item-type-custom:hover,
.menu-item.menu-item-object-page:hover {
    background: var(--color-background-29);

}

.menu-item.menu-item-object-page:hover .sub-menu {
    display: block;
}

.menu-item.menu-item-object-page:hover .menu-item.menu-item-type-taxonomy .sub-menu {
    display: none;
}

.menu-item.menu-item-object-page .menu-item.menu-item-type-taxonomy:hover {
    background: var(--color-background-29);
}

.menu-item.menu-item-object-page .sub-menu {
    left: 0;
}


.menu-item.menu-item-object-page .menu-item.menu-item-type-taxonomy:hover .sub-menu {
    display: block;
}

.menu-item.menu-item-type-taxonomy .sub-menu {
    left: 100%;
    top: 0;
}
/* .menu-item.menu-item-has-children .sub-menu:nth-child(2){
    left: 100%;
} */
.main-menu .sub-menu li:hover {
    background: var(--color-background-29);
}

.main-menu .sub-menu li {
    padding: 5px 0.5em;
    width: 100%;

}

.main-menu .sub-menu a {
    padding: 10px;
    margin: 0;
}

.mobile-menu .menu-item.menu-item-type-taxonomy .sub-menu {
    font-size: 1.4rem;
    padding-left: 20px;
}

.mobile-menu .menu-item.menu-item-object-page .sub-menu {
    font-size: 1.5rem;
    padding-left: 10px;
}

.footer__moblie {
    position: fixed;
    right: 20px;
    display: flex;
    flex-direction: column;
    bottom: 220px;
    gap: 20px;
    z-index: 10;
}

.footer__moblie p img,
.footer__moblie p a img,
.footer__moblie p a {
    background: transparent;
    border-radius: 99px;
    border: none;
    width: 32px;
}

.footer__moblie p:nth-child(1) {
    position: relative;
}

/* .footer__moblie p:nth-child(1)::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background-color: #2196f3;
    scale: 1.2;
    z-index: -1;
    border-radius: 99px;
    animation: example 1s linear infinite;
} */
@keyframes example {
    from {
        scale: 1;
        opacity: 1;
    }

    to {
        scale: 1.5;
        opacity: 0;
    }
}

.footer__mobile--contact__btn img {
    width: 25px;
}

.footer__mobile--contact__btn p {
    line-height: 1;
}

.footer__mobile--contact__img2 {
    display: none;
}

.footer__mobile--contact__btn:hover .footer__mobile--contact__img1 {
    display: none;
}

.footer__mobile--contact__btn:hover .footer__mobile--contact__img2 {
    display: block;
}

.footer__mobile--contact__btn:hover {
    background: var(--color-background-28);
    color: var(--color-background-6);
    border: 2px solid var(--color-background-28);
}

.footer__mobile--contact__btn {
    position: relative;
    cursor: pointer;
    color: var(--color-background-27);
    font-weight: 700;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 99px;
    gap: 10px;
    background: #5ad9ff;
    width: 100%;
    max-width: 240px;
    border: 2px solid rgba(29, 48, 114, 0.25);
}

.footer__mobile--contact__btn::before {
    background: transparent;
    width: 100%;
    height: 100%;
    top: -20px;
    left: 0;
    content: '';
    position: absolute;
}

.footer__mobile--contact__btn:hover .footer__mobile--contact {
    display: block;
}

.footer__mobile--contact:hover {
    display: block;
}

.footer__mobile--contact {
    display: none;
    bottom: 65px;
    left: 0;
    width: 100%;
    position: absolute;
    background: #5ad9ff;
    padding: 10px;
    border-radius: 20px;
}

.footer__mobile--contact__img {
    width: 100%;
}

.footer__mobile--contact__item:hover {
    background: #f10000;
}

.footer__mobile--contact__item:hover p a {
    color: var(--color-background-6);
}

.footer__mobile--contact__last,
.footer__mobile--contact__item {
    padding: 8px 12px;
    height: 45px;
    border-radius: 40px;
    background: var(--color-background-6);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer__mobile--contact__last:hover {
    background: #f10000;
    color: var(--color-background-6);
    margin-bottom: 0px;
}

.footer__mobile--contact__last {
    background: var(--color-background-27);
    color: var(--color-background-6);
    display: flex;
    font-weight: 600;
    align-items: center;
    line-height: 1;
    font-size: 1.5rem;
    margin-bottom: 0px;
    justify-content: center;
}

.footer__mobile--contact__item p {
    width: 100%;
}

.footer__mobile--contact__item p a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-background-27);
    font-weight: 600;
    font-size: 1.5rem;
}

.to__top ion-icon {
    color: var(--color-background-6);
    font-size: 2.5rem;
}

.to__top:hover {
    background: #f10000;
}

.to__top {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .1);
    --offset: 50px;
    position: fixed;
    bottom: 290px;
    right: 20px;
    margin-right: 10px;
    place-self: end;
    margin-top: calc(100vh + var(--offset));
    transition: all .2s ease;
}

@media (max-width: 1025px) {

    /* .home__banner--footer{
        display: none;
    } */
    header {
        justify-content: center;
    }

    .head__navbar {
        display: none;
    }

    .head__logo {
        width: 180px;
    }

    body.headerMobile .navbar__mobile ion-icon:last-child {
        display: block;
    }

    body.headerMobile .navbar__mobile ion-icon:first-child {
        display: none;
    }

    .navbar__mobile ion-icon:last-child {
        display: none;
        font-size: 3rem;
    }

    .navbar__mobile {
        display: block;
        position: fixed;
        left: 15px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1111;
        transition: all .6s ease;
    }

    body.headerMobile .navbar__mobile {
        left: 65vw;
    }

    body.headerMobile .navbar__mobile ion-icon {
        color: var(--color-background-6);
    }

    .navbar__mobile ion-icon {
        font-size: 2rem;
    }

    .navbar__mobile--list {
        position: fixed;
        top: 0;
        left: -100%;
        height: calc(100vh - 48px);
        width: 80vw;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        z-index: 4;
        transition: all .5s ease;
        background: #ba131a url(../images/home_34.png) left bottom no-repeat;
    }

    .navbar__mobile--list a {
        padding: 10px 30px;
        width: 100%;
        /* border-bottom: 1px solid var(--color-background-6); */
        display: flex;
        justify-content: space-between;
        color: var(--color-background-6);
        font-weight: 500;
    }

    body.headerMobile .navbar__mobile--list {
        position: fixed;
        top: 0;
        left: 0;
    }
 
    .mobile-menu .menu-item-has-children ul .menu-item-has-children .sub-menu a {
        pointer-events: auto;
    }
    body.headerMobile .header__blur {
        display: block;
    }

    body.headerMobile {
        overflow: hidden;
    }

    .header__blur {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: var(--color-background-10);
        opacity: .5;
        z-index: 3;
    }

    .navbar__mobile--category__product,
    .navbar__mobile--category__blog {
        display: none;
    }

    .navbar__mobile--category__product a,
    .navbar__mobile--category__blog a {
        padding-left: 50px;
        font-weight: 400;
    }

    .navbar__mobile--list #header__category--product ion-icon:nth-child(2),
    .navbar__mobile--list a:nth-child(3) ion-icon:nth-child(2) {
        display: none;
    }

    body.categoryProduct .navbar__mobile--category__product,
    body.categoryBlog .navbar__mobile--category__blog {
        display: block;
    }

    body.categoryProduct .navbar__mobile--list #header__category--product ion-icon:nth-child(2),
    body.categoryBlog .navbar__mobile--list a:nth-child(3) ion-icon:nth-child(2) {
        display: block;
    }

    body.categoryProduct .navbar__mobile--list #header__category--product ion-icon:nth-child(1),
    body.categoryBlog .navbar__mobile--list a:nth-child(3) ion-icon:nth-child(1) {
        display: none;
    }

    .menu-item.menu-item-object-page .menu-item.menu-item-type-taxonomy:hover {
        background: var(--color-background-28);
    }

    .menu-item.menu-item-object-page .sub-menu {
        left: 0;
    }

    .menu-item.menu-item-object-page .menu-item.menu-item-type-taxonomy .sub-menu:hover {
        background: var(--color-background-28);
    }

}

.home__banner--footer__desc {
    font-size: 1.2rem !important;
}

@media (max-width: 725px) {
    .menu-item-type-custom:hover,
.menu-item.menu-item-object-page:hover {
    background: transparent;

}


.menu-item.menu-item-object-page .menu-item.menu-item-type-taxonomy:hover {
    background: transparent;
}
    .to__top:hover{
        background: rgba(0, 0, 0, .1);
        bottom: 60px;
    }
    .to__top{
        bottom: 60px;
        right: 10px;
    }
    .footer__mobile--contact {
        bottom: 48px;
        border-radius: 0;
    }

    .footer__mobile--contact__btn:hover {
        color: var(--color-background-27);
        background: #5ad9ff;
        border: none;
    }

    .footer__mobile--contact__btn:hover .footer__mobile--contact__img1 {
        display: block;
    }

    .footer__mobile--contact__btn:hover .footer__mobile--contact__img2 {
        display: none;
    }

    .footer__mobile--contact__btn {
        width: 100%;
        max-width: unset;
        justify-content: center;
        border-radius: 0;
        border: none;
    }

    .footer__moblie {
        width: 100%;
        position: fixed;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        gap: 20px;
        z-index: 16;
    }

    body {
        margin-bottom: 41px;
    }
}