@font-face {
    font-family: 'Acrom-regular';
    src: url('../fonts/Acrom-Regular.woff');
}

@font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Acrom-medium';
    src: url('../fonts/Acrom-Medium.woff');
}

@font-face {
    font-family: 'Acrom-bold';
    src: url('../fonts/Acrom-Bold.woff');
}

@font-face {
    font-family: 'fidena';
    src: url('../fonts/Fidena.ttf');
}

* {
    box-sizing: border-box;
}

html {
    font-family: 'Acrom-regular';
    font-optical-sizing: auto;
    font-style: normal;
    background: #FEF3EF;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Acrom-medium';
}

.Acrom-medium {
    font-family: 'Acrom-medium';
}

.Acrom-bold {
    font-family: 'Acrom-bold';
}

.fidena {
    font-family: 'fidena';
}

.poppins-semibold {
    font-family: 'poppins-semibold';
}

header nav .poppins-medium {
    font-family: 'poppins-medium';
}

header nav .nav-link {
    color: rgba(82, 66, 33, 0.75);
}

header nav .active {
    color: #524221;
}

button,
a {
    cursor: pointer;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1360px;
    margin: auto;
}

.feed-back .slick-slide {
    padding: 0 15px;
    box-sizing: border-box;
}

.feed-back .slick-list {
    margin: 0 -15px;
}

.feed-back .slick-slide>div {
    border: 1px solid #524221;
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
}

.feed-back .slick-slide.slick-center>div {
    background: #FEF3EF;
    border: none;
}

.feed-back .slick-arrow::before {
    display: none !important;
}


.feed-back .slick-next {
    background-image: url(../images/Right-Arrow.svg) !important;
    box-shadow: 0 7px 51px rgba(0, 0, 0, 0.10);
    background-color: #fff !important;
    background-size: 9px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    top: calc(100% + 40px);
    right: calc(50% - 60px);
    z-index: 11;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.feed-back .slick-prev {
    background-image: url(../images/Left-Arrow.svg) !important;
    box-shadow: 0 7px 51px rgba(0, 0, 0, 0.10);
    background-color: #fff !important;
    background-size: 9px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    top: calc(100% + 40px);
    left: calc(50% - 60px);
    height: 40px;
    width: 40px;
    z-index: 11;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.form-control::placeholder {
    color: #606060;
}

.form-control:focus-visible {
    outline: none;
}

.uk-accordion-title::before {
    background-image: url('../images/accordion-icon.svg');
    transition: .3s all;
}

.uk-open>.uk-accordion-title::before {
    transform: rotate(90deg);
}

.theme-btn-dark,
.theme-btn-light {
    font-family: 'Acrom-medium';
}

.box-shadow {
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 1024px) {
    .thumbarimages .slick-slider .slick-track {
        margin: 0 -3px;
    }

    .thumbarimages .slick-slide {
        padding-left: 3px;
        padding-right: 3px;
    }
}

/* ---------------- Media Queries ---------------- */




/* product details  */



.banner-section-slider .slick-slider {
    height: inherit;
}

.banner-section-slider .slick-slider ul.slick-dots {
    bottom: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.banner-section-slider .slick-dots li button {
    height: 22px;
    min-height: 22px;
    transition: 0.6s all;
    min-width: 22px;
    width: 22px;
    background: rgba(82, 66, 33, 0.50);
    border-radius: 50%;
}

.banner-section-slider .slick-dots li button:before {
    display: none;
}

.banner-section-slider .slick-dots li.slick-active button {
    background: #524221;
    height: 16px;
    width: 16px;
    min-width: 16px;
    min-height: 16px;
}

.banner-section-slider .slick-dots li {
    display: flex;
    align-items: center;
    justify-content: center;
}