
/* Regular font */
@font-face {
    font-family: "Arches";
    src: url("./Fonts/GOTHIC.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Bold font */
@font-face {
    font-family: "ArchesBold";
    src: url("./Fonts/GOTHICB.TTF") format("truetype");
    font-weight: bold;
    font-style: normal;
}
.fa, .fas {
    font-family: "Font Awesome 5 Free"!important;
    font-weight: 900;
}
.fab {
    font-family: "Font Awesome 5 Brands"!important;
    font-weight: 400;
}
body {
    letter-spacing: 0px;
}
*, body,
.navbar-custom, .main-menu.navbar-custom,
h1, h2, h3, h4, h5, h6, a.btn-curve {
    font-family: "Arches", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .cat-name {
    letter-spacing: 0px !important;
}
.layer-bg:hover {
    background-color: transparent;
}

.color,
.single-cta i {
    color: #f5d653
}

.footer-text .flex {
    display: flex;
    margin-bottom: 10px;
}

    .footer-text .flex .align-end {
        text-align: right;
        margin-left: auto;
    }
.big,
sup.bold.indent,
a.btn.btn-white.page-scroll.wow.fadeInLeft.animated {
    text-transform: uppercase !important;
}
.category-main .layer-bg{
    background-color: white;
}
.category-main .layer-bg:hover {
    background-color: #f5d653;
}
.layer-bg:hover h6, .layer-bg:hover p, .layer-bg:hover .more.custom-font {
    color: #000 !important;
}
.cta-text span a{
   color: #fff;
}
/*---------------------------mixmatch---------------------------------*/
.dyl-header-text {
    font-family: "Arches", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, a.btn-curve {
    font-weight: 400 !important;
}

a.nav-tab-bt-a {
    font-family: "Arches", sans-serif !important;
}



img.mainimage, img.hoverimage {
    height: -webkit-fill-available;
    object-fit: unset;
}

.single-cta {
    display: flex;
    align-items: center; /* Vertically align icon & text */
    gap: 10px; /* Add spacing between icon and text */
}

    .single-cta i {
        font-size: 24px;
        color: #FFD700; /* match your yellow color */
        min-width: 30px; /* keeps icon aligned even if some are narrower */
        text-align: center;
    }

.cta-text h4 {
    margin: 0;
    font-size: 16px;
}

.cta-text span {
    font-size: 14px;
    display: block;
}


.prefix{
    font-weight:400;
}

.whishlist_tab i.fa.fa-heart {
    color: unset!important;
}

.carousel-big .carousel-inner .item .fill{
	background-position: center top;
	background-position-y: -50px !important;
}