 h1,h2,h3,h4,h5, .wrap-slider .box-content .heading, .wrap-slider .box-content h1, .flat-title .title{
              font-family: "Playfair", serif;
            font-family: "Space Grotesk", sans-serif;;
            font-family: 'Playfair Display', serif;
        }
        .announcement-bar {
 
    background: linear-gradient(45deg, rgba(166, 109, 48, 1), rgb(176 123 59) 50%, rgb(177 124 60) 100%);
}
.animate-hover-btn:after {
   
    background-image: linear-gradient(45deg, rgba(166, 109, 48, 1), rgba(255, 229, 142, 1) 50%, rgba(224, 176, 87, 1) 100%);
    /*background: linear-gradient(45deg, rgba(166, 109, 48, 1), rgb(202 157 86) 50%, rgb(177 124 60) 100%);*/
}
  .header-default .box-nav-ul {
    gap: 30px;
}
#header .box-nav-ul .item-link {
    font-size: 14px;
    text-transform: uppercase;
}
.footer.background-black .footer-menu_item {
    position: relative;
    display: inline-block;
    padding-left: 18px; /* space for arrow */
    transition: transform 0.3s ease;
}


/* arrow icon */
.footer.background-black .footer-menu_item::before {
  content: "\f105"; /* fa-angle-right */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.3s ease, right 0.3s ease;
    color: #fff;
    font-size: 12px;
}

/* hover effects */
.footer.background-black li:hover .footer-menu_item {
    transform: translateX(5px);
}



.footer.background-black li:hover .footer-menu_item::before {
    opacity: 1;
    right: -12px;
}
#header .nav-icon .count-box {
  
    background-color: #b28c42;
}

.new-box-right{
     display: flex;
    display: flex;
    align-items: center;
    gap: 18px;
}

.bkck  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    margin-top: 10px;
}
 #header .header-bottom .tf-list-categories .categories-title {
                    min-width: auto;
                    height: auto;
                    font-size: 14px;
                    line-height: 40px;
                    padding: 0 14px;
                    margin-inline-end: 0;
                    background-color: var(--primary);
                    color: var(--white);
                    border-radius: 5px;
                    font-weight: 700;
                    display: inline-flex;
                    align-items: center;
                    gap: 10px;
                    display: block;
                    text-align: center;
                }

                #header .header-bottom .box-left {
                    display: block;
                    align-items: center;
                }

                .header-default .header-bottom .box-right .icon {
                    font-size: 20px;
                }

                .header-default .header-bottom .box-right {
                    display: flex;
                    gap: 8px;
                    align-items: center;
                    justify-content: flex-end;
                }
                
                  .header-style-2 .header-bottom .wrapper-header{
                min-height:auto;
            }
            .header-bottom .box-nav-ul .menu-item {
    padding: 12.5px 0px;
}

.header-bottom .box-nav-ul .menu-item > a::after {
    height: auto;
}