.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-prata {
    font-family: "Prata", serif !important;
}

.custom-slider-background {
    display: flex;
    align-items: stretch;
    position: absolute;
    top: 0;
    left: 6.4vw;
    right: 6.4vw;
    bottom: 0;
    transform: translate3d(0, 103px, 0);
    opacity: 0;
    transition: ease box-shadow 300ms;
}

.custom-slider-background .custom-slider-background-image-stage-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.custom-slider-background .custom-slider-background-image-stage-outer .custom-slider-background-image-stage {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 100%;
}

.custom-slider-background .custom-slider-background-image-stage-outer .custom-slider-background-image-stage .custom-slider-background-image-item {
    width: 100%;
    height: 100%;
}

.custom-slider-background.show {
    opacity: 1;
}

.custom-slider-background.show .custom-slider-background-image-stage-outer .custom-slider-background-image-stage {
    transition: ease transform 1s;
}

@media (max-width: 575px) {
    .custom-slider-background .custom-slider-background-image-stage-outer {
        width: 100%;
    }
    .custom-slider-background .custom-slider-background-image-stage-outer:nth-child(2) {
        display: none;
    }
}

#slider .owl-nav {
    transition: ease opacity 1s;
}

#slider .owl-nav.hide {
    opacity: 0;
    visibility: hidden;
}

#slider .owl-nav.show {
    opacity: 1;
    visibility: visible;
}

.has-sticky-header-transform .custom-slider-background {
    transform: translate3d(0, 136px, 0);
}

.has-sticky-header-transform + #footer {
    margin-top: -33px !important;
}

.custom-overlay-1:hover:before, .custom-overlay-1.overlay-show:before, .custom-overlay-1.show:before {
    opacity: 0.7;
    background-color: black;
}

.custom-overlay-2:hover:before, .custom-overlay-2.overlay-show:before, .custom-overlay-2.show:before {
    opacity: 0.3;
    background-color: black;
}

.custom-overlay-3:hover:before, .custom-overlay-3.overlay-show:before, .custom-overlay-3.show:before {
    opacity: 0.6;
    background-color: black;
}

@media screen and (max-width: 576px) {
    .col-half-section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

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

.form-control {
    border-radius: 0 !important;
    border: none !important;
}

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

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

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

.custom-ls {
    letter-spacing: 0.1px;
}

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

.custom-btn-px {
    padding-right: 80px;
    padding-left: 80px;
}

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

.social-icons li:hover a{
    background-color: transparent !important;
}
