html {
    scroll-behavior: smooth !important;
}

* {
    border-radius: 0 !important;
}

body {
    /*background-color: #f6f6f6;*/
    overflow-x: hidden;
}

.bg-dark {
    background-color: #1b0e06 !important;
}

.bg-brown {
    background-color: #1b0e06 !important;
}

.bg-brown * {
    color: #e2e6e7 !important;
}

.bg-brown .line-text::before,
.bg-brown .line-text::after {
    background-color: #cdb47e !important;
}


.navbar .nav-link {
    color: #e2e6e7;
}

.navbar .nav-link:hover {
    color: #e2e6e7;
}

.tab-panel .nav-item {
    background-color: #EEEEEE;
}

.tab-panel .nav-link {
    color: #000000;
    padding: 20px;
    border-radius: 0;
}

.tab-panel .tab-content {
    background-color: #FFFFFF;
}

footer {
    color: #e2e6e7 !important;
}

@media (max-width: 767px) {
    .multiple-carousel-inner .carousel-item > div {
        display: none;
    }

    .multiple-carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.multiple-carousel-inner .carousel-item.active,
.multiple-carousel-inner .carousel-item-next,
.multiple-carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    .multiple-carousel-inner .carousel-item-end.active,
    .multiple-carousel-inner .carousel-item-next {
        transform: translateX(0%);
    }

    .multiple-carousel-inner .carousel-item-start.active,
    .multiple-carousel-inner .carousel-item-prev {
        transform: translateX(-0%);
    }
}

.multiple-carousel-inner .carousel-item-end,
.multiple-carousel-inner .carousel-item-start {
    transform: translateX(0%);
}

.multiple-carousel-inner .card {
    padding: 15px;
}

.line-text {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.line-text::before,
.line-text::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    height: 1px;
    background-color: #c7c3c3;
}

.line-text::before {
    right: 0;
    margin-right: 20px;
}

.line-text::after {
    left: 0;
    margin-left: 20px;
}

.btn-dark-light-preview {
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.multiple-item-carousel .carousel-control-next-icon,
.multiple-item-carousel .carousel-control-prev-icon {
    background-color: #000;
}

.multiple-item-carousel .carousel-control-next {
    justify-content: end;
}

.multiple-item-carousel .carousel-control-prev {
    justify-content: start;
}

.card-body {
    color: #7f7f7f;
}

.accordion-dark .accordion-body {
    background-color: #000;
    color: #fff;
}

.accordion-dark .accordion-button {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.accordion-dark {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.btn-dark:hover {
    color: #e8b923;
    background-color: #333;
}

#loader-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1b0e06;
    z-index: 9999;
}

#loader-logo img {
    width: 200px;
    animation: fadeInOut 2s infinite;
}

.transition {
    transition: all 2s;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.button-base {
    cursor: pointer;
    display: block;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: normal;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.button-black-2 {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}

.button-black-2:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

.swiper-button-next, .swiper-button-prev {
    color: #e2e6e7;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.light-section .card-body {
    color: #1b0e06;
}

.star-rating {
    direction: rtl;
    display: inline-block;
    cursor: pointer;
}

.star-rating span {
    color: #fff;
    font-size: 12px;
    padding: 0 2px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.star-rating label {
    color: #fff;
}

.accordion {
    border: 0 !important;
    border-top: 1px solid gray !important;
    border-bottom: 1px solid gray !important;
}

.accordion-item {
    border-top: 0 !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-button {
    color: #fff;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}