.bg-color-gradient-custom {
    background: linear-gradient(91.72deg, #F7F1E6 -2.92%, #A08671 104.9%);
}
.custom-bg {
    background-image: url("../img/image-3.png");
    background-size: cover;
    position: relative;
 }

.custom-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(97, 53, 18, 0.8);
}

.checkbox-size-custom {
    transform: scale(1.4);
}

.custom-card-style-1 {
    border: 2px solid transparent;
    transition: ease border 300ms;
    border-radius: 10px !important;
}

.custom-card-style-1:hover {
    border: 2px solid var(--tertiary);
}

.custom-card-style-1 .custom-card-style-1-image-wrapper img {
    transform: translate3d(5px, -5px, 0);
    transition: ease transform 300ms;
}

.custom-card-style-1 .custom-card-style-1-title,
.custom-card-style-1 .custom-card-style-1-link {
    transition: ease color 300ms;
}

.custom-card-style-1:hover .custom-card-style-1-image-wrapper img {
    transform: translate3d(0, 0, 0);
}

.horizontal-scroller-wrapper {
    z-index: 100;
    position: relative;
}

@media (max-width: 992px) {
    .horizontal-scroller-scroll {
        height: 100vh;
    }
    .horizontal-scroller-scroll .horizontal-scroller-item {
        height: auto;
    }
}

.horizontal-scroller-image {
    max-height: 90vh !important;
    padding-top: 0;
}

.custom-margin-bottom {
    margin-bottom: 4vh !important;
}


.custom-bg-secondary::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -57%);
    background-color: var(--secondary);
}

/*dots*/
.custom-dots-style-1 .owl-dots {
    display: flex;
    justify-content: center;
}

.custom-dots-style-1 .owl-dots .owl-dot > span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid var(--tertiary);
    background: transparent !important;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span, .custom-dots-style-1 .owl-dots .owl-dot:hover > span, .custom-dots-style-1 .owl-dots .owl-dot:focus > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: var(--tertiary);
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span:before, .custom-dots-style-1 .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1 .owl-dots .owl-dot:focus > span:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #36393d;
    border-radius: 100%;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot > span {
    border: 2px solid var(--tertiary);
}


.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span:before {
    background: var(--tertiary);
}

/*pagination*/

.page-link {
  font-size: 20px !important;
    padding: 13px 23px !important;
    margin-bottom: 8vh !important;
    margin-top: 4vh !important;
}

.prev a i,
.next a i {
    color: var(--tertiary);
}

.custom-playfair {
    font-family: "Playfair Display", serif !important;
}

.custom-bg-dark-green {
    background-color: #042D14 !important;
}

.custom-bg-light-brown {
    background-color: #B58962 !important;
}

.custom-div-p p {
    color: black;
}

.custom-div-p-white p {
    color: white;
}

.custom-div-p-mb-0 p {
    margin-bottom: 0 !important;
}

.custom-carousel-backward-shape {
    position: relative;
}

.custom-carousel-backward-shape:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 1200px;
    top: 0px;
    left: 50%;
    right: auto;
    bottom: 60px;
    background-color: var(--primary);
    transform: translate3d(-50%, 0, 0);
}

.custom-carousel-backward-shape .owl-dots {
    margin-top: 30px !important;
}

/*dots*/
.custom-dots-style-1 .owl-dots {
    display: flex;
    justify-content: center;
}

.custom-dots-style-1 .owl-dots .owl-dot > span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 2px solid white;
    background: transparent !important;
}


.custom-dots-style-1 .owl-dots .owl-dot.active > span, .custom-dots-style-1 .owl-dots .owl-dot:hover > span, .custom-dots-style-1 .owl-dots .owl-dot:focus > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: white;
}

.custom-dots-style-1 .owl-dots .owl-dot.active > span:before, .custom-dots-style-1 .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1 .owl-dots .owl-dot:focus > span:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #36393d;
    border-radius: 100%;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot > span {
    border: 2px solid white;
}


.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span:before {
    background: white;
}

/**/
.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot > span {
    border: 2px solid white;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span {
    border-color: white;
}

.custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot.active > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:hover > span:before, .custom-dots-style-1.custom-dots-style-1-light .owl-dots .owl-dot:focus > span:before {
    background: white;
}

.custom-height {
    height: 485px;
    object-fit: cover;
}

@media (min-width: 992px) {
    .custom-negative-margin-top-1 {
        margin-top: -360px;
    }
}

@media (max-width: 575px) {
    .pl-xs-1 {
        padding-left: .25rem !important;
    }
}

.custom-menu-item .custom-menu-item-details {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-title {
    position: relative;
    padding-bottom: 10px;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price {
    position: relative;
    top: -5px;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong {
    font-size: 20.8px;
    font-size: 1.3rem;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-price strong > span {
    font-size: 0.6em;
}

.custom-menu-item .custom-menu-item-details .custom-menu-item-line {
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: dashed 1px #777;
}

.custom-menu-item .custom-menu-item-desc {
    position: relative;
    margin-top: 5px;
}

.custom-menu-item + .custom-menu-item {
    margin-top: 25px;
}

.custom-divider-size-1 {
    height: 2px;
}

.custom-divider-size-2 {
    height: 1px;
}

.custom-overlay-1:before {
    background-color: rgb(255, 255, 255) !important;
}

.custom-overlay-2:before {
    background-color: rgba(23, 33, 30, 0.7) !important;
}

.custom-overlay-3:before {
    background-color: rgba(23, 33, 30, 0.9) !important;
}

.custom-ls {
    letter-spacing: 0.2px !important;
}

.custom-dotted-border {
    border-bottom: 1px dashed var(--primary);
}

.custom-break-word {
    word-break: break-word;
    hyphens: auto;
}

.form-control::placeholder {
    color: black !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*Checkbox transparent*/
.checkbox-custom-transparent {
    appearance: none; /* Remove default checkbox */
    background-color: transparent;
    border: 1px solid white;
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.checkbox-custom-transparent:checked {
    background-color: transparent;
}

.checkbox-custom-transparent:checked::before {
    content: '✓'; /* Unicode for check mark */
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-custom-transparent:focus {
    outline: none; /* Remove default focus outline */
}

/*Black checkbox*/
.checkbox-custom-transparent-2 {
    appearance: none; /* Remove default checkbox */
    background-color: transparent;
    border: 1px solid #000000;
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.checkbox-custom-transparent-2:checked {
    background-color: transparent;
}

.checkbox-custom-transparent-2:checked::before {
    content: '✓'; /* Unicode for check mark */
    color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-custom-transparent-2:focus {
    outline: none; /* Remove default focus outline */
}

.custom-text-height {
    min-height: 52px;
}

@media (max-width: 992px) {
    .custom-text-height {
        min-height: 78px;
    }
}

@media (max-width: 767px) {
    .custom-text-height {
        min-height: auto;
    }
}

.image-decoration-1 {
    bottom: -10px;
    left: 22%;
}

.image-decoration-2 {
    bottom: 50px;
    right: 22%
}

@media (max-width: 1560px) {
    .image-decoration-1 {
        bottom: -10px;
        left: 10%;
    }

    .image-decoration-2 {
        bottom: 50px;
        right: 10%
    }
}

@media (max-width: 1100px) {
    .image-decoration-1 {
        bottom: -10px;
        left: 0%;
    }

    .image-decoration-2 {
        bottom: 50px;
        right: 0%
    }
}

@media (max-width: 992px) {
    .image-decoration-1 {
        bottom: -30px;
        left: 0%;
        transform: scale(0.7);
    }

    .image-decoration-2 {
        bottom: 20px;
        right: 0%;
        transform: scale(0.7);
    }
}

@media (max-width: 768px) {
    .image-decoration-1 {
        bottom: -50px;
        left: -100px;
        transform: scale(0.5);
    }

    .image-decoration-2 {
        bottom: 0px;
        right: -100px;
        transform: scale(0.5);
    }
}

@media (max-width: 576px) {
    .image-decoration-1 {
        bottom: -50px;
        left: -130px;
        transform: scale(0.4);
    }

    .image-decoration-2 {
        bottom: 0px;
        right: -130px;
        transform: scale(0.4);
    }
}

.custom-lh p {
    line-height: 1 !important;
}

.nav-pills .nav-link {
    border-radius: 0 !important;
}

.nav-pills > li.active > a,
.nav-pills .nav-link.active {
   background-color: transparent !important;

}

.custom-text-black {
    color: black !important;
}

.nav-pills .nav-link.active.custom-text-black
{
    color: black !important;
    border-bottom: 2px solid var(--primary) !important;
}
