/* inter-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v12-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/inter-v12-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/inter-v12-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/inter-v12-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/inter-v12-latin-regular.svg#Inter') format('svg');
    /* Legacy iOS */
}

/* fjalla-one-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fjalla One';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fjalla-one-v13-latin-regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/fjalla-one-v13-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/fjalla-one-v13-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/fjalla-one-v13-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/fjalla-one-v13-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/fjalla-one-v13-latin-regular.svg#FjallaOne') format('svg');
    /* Legacy iOS */
}

/* prata-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Prata';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/prata-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/prata-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/prata-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/prata-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/prata-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/prata-v18-latin-regular.svg#Prata') format('svg'); /* Legacy iOS */
  }
html{
    scroll-behavior: auto;
}

body {
    font-size: 16px;
    color: #010101;
    background-color: #ffffff;
    font-family: "Inter", sans-serif;
    font-style: normal;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Prata',serif;
}

a {
    text-decoration: none;
}

.btn-theme {
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #fff;
    background-color: #b26b53;
    padding: 15px 30px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    margin-bottom: 20px;
}

.btn-theme:hover {
    color: #fff;
    background-color: #a95c04;
}




.list1 li {
    position: relative;
    list-style: none;
    font-size: 2rem;
    margin-left: 20px;
    padding-bottom: 5px;
}

.list1 li:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 36px;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    left: -35px;
    top: 7px;
    color: #b26b53;
}

.section-sub-title {
    display: block;
    font-size: 20px;
    font-family: 'Fjalla One';
    line-height: 1.2em;
    margin-bottom: 20px;
}

.section-title {
    font-size: 42px;
    line-height: 1.1em;
    margin-bottom: 20px;
}

.mrt-parallax {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.mrt-parallax:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffc2;
    z-index: 1;
}

.mrt-parallax .container {
    position: relative;
    z-index: 2;
}

.site-loader {
    background-color: #ffffff;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    text-align: center;
}
.site-loader img {
    width: 250px;
}

.to-top-icon {
    background-color: #b26b53;
    color: #ffffff;
    font-size: 12px;
    display: none;
    line-height: 35px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 48%;
    bottom: 15px;
    z-index: 99;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.to-top-icon:hover {
    background-color: #ff8800;
    color: #ffffff;
}

@media screen and (max-width: 575px) {
    .to-top-icon {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 13px;
        right: 10px;
        bottom: 10px;
    }
}

/*-------------------------------header nav ----------------------- */
.top-menu a {
    color: #000;
}

.site-identity {
    width: 25%;
}

.mid-header-inner {
    width: 75%;
}


.site-identity .site-title {
    margin: 0;
    line-height: 1.1;
    font-size: 28px;
}

.site-identity .site-description {
    font-size: 13px;
    margin-bottom: 0;
}

.site-identity img {
    max-width: 280px;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}



.site-identity a {
    display: block;
}

.site-identity a:hover img,
.site-identity a:focus img,
.site-identity a:active img {
    opacity: 0.5;
}

.mid-header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    transition: all 0.3s ease;
    z-index: 900;
}

.bottom-header {
    -webkit-transition: background-color 0.5s linear;
    -moz-transition: background-color 0.5s linear;
    -ms-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
}

.header-contact ul {
    margin: 0;
    padding: 0;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}

.navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.navbar {
    padding: 0 0;
}



.navbar-nav .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border: none;
}



.dropdown-toggle::after {
    color: #ffffff;
}
.dropdown-item{
white-space: pre-line !important;
}
.navbar .nav-link {
    color: #000;
    text-transform: uppercase;
}


/* Adjust styles for large screens */
@media (min-width: 992px) {
    .nav-link {
        border-top: 4px solid #ffffff00;
        margin: 0px 35px 0px 0px;
    }

    .navbar-nav .nav-item:hover .nav-link,
    .navbar-nav .nav-item.active .nav-link {
        color: #000;
        border-top: 4px solid #b26b53;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
        min-width: 308px;
    }

}
/*-------------------------------------------------*/

.slick-slider:hover .slick-autoplay {
    animation-play-state: paused !important;
}



.banner-title {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.banner-text {
    font-size: 16px;
    margin-bottom: 25px;
    text-align: justify;
}

.section-padding {
    padding: 5em 1em 5em 1em;
}


.breadcrumb-link {
    color: #b26b53;
    padding: 0 10px;
}
.breacrumb-page{
    display: inline-block;
    padding: 0 10px;
}


.product-image.slick-slide {
    display: grid;
    height: auto;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 2px 2px 7px 0px #b26b5333;
    margin: 10px;
}

/* Change the default color of the accordion button */
.accordion-button {
    background-color: #b26b53;
    color: white;
  }
  
  /* Change the color of the active accordion button */
  .accordion-button:not(.collapsed) {
    color:#fff;
    background-color: #b26b53;
  }
  
  /* Change the color of the accordion panel */
  .accordion-collapse {
    background-color: #f8f9fa; /* use your desired color here */
    border-color: #b26b53;
  }
  
  /* Change the color of the text within the accordion panel */
  .accordion-body {
    color: #343a40; /* use your desired color here */
  }

  .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(178, 107, 83, 0.5); /* use your desired color here */
  }
  
  /* Change the color of the icon on the accordion button */
  .accordion-button::after {
    color: white; /* use your desired color here */
    filter: invert(1);
  }
.site-footer {
    position: relative;
    background-size: cover;
    background-position: center;
}

.site-footer:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #b26b53db;
    z-index: 1;
}

.site-footer .container {
    position: relative;
    z-index: 2;
}

.site-footer .nav-link,
.site-footer p {
    font-size: 14px;
}


@media screen and (max-width: 991px) {
    .navbar>.container-fluid {
        justify-content: end;
    }

    .navbar-nav .nav-item:hover .nav-link,
    .navbar-nav .nav-item.active .nav-link {
        color: #000;
    }

    .nav-link {
        color: #000;
    }

    .navbar-nav .nav-item:hover .nav-link,
    .navbar-nav .nav-item.active .nav-link {
        border-top: none;
    }

    .dropdown-toggle::after {
        color: #000000;
    }

    .banner-title {
        font-size: 25px;
    }

}

@media screen and (max-width: 767px) {

    .site-identity {
        width: 25%;
    }

    .site-identity img {
        max-width: 196px;
    }

    .section-title {
        font-size: 27px;
    }

}