.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-overlay-1:before {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.custom-overlay-2:before {
    background-color: rgba(19, 19, 19, 0.8) !important;
}

.custom-overlay-3:before {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.custom-overlay-4:before {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.custom-overlay-5:before {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.custom-text-grey {
    color: #A3A3A3;
}

.custom-vh {
    height: 70vh;
}

@media (max-width: 992px){
    .custom-vh {
        height: 100vh;
    }
}

.custom-overlay-gradient-2:hover:before, .custom-overlay-gradient-2.overlay-show:before, .custom-overlay-gradient-2.show:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 10%, rgba(0, 0, 0, 0) 70%);
}

.custom-ls {
    letter-spacing: 0.2px !important;
}

.custom-p-mb-0 p {
    margin-bottom: 0;
}

.custom-image-position-1 {
    top: 0;
    left: -150px;
}

.custom-image-position-2 {
    bottom: 0;
    right: -150px;
}

@media (max-width: 768px){
    .custom-image-position-1 {
        top: -40px;
        left: -150px;
        transform: scale(0.8);
    }

    .custom-image-position-2 {
        bottom: -40px;
        right: -150px;
        transform: scale(0.8);
    }
}

@media (max-width: 576px){
    .custom-image-position-1 {
        top: -100px;
        left: -150px;
        transform: scale(0.6);
    }

    .custom-image-position-2 {
        bottom: -100px;
        right: -150px;
        transform: scale(0.6);
    }
}

.custom-image-position-3 {
    top: 100px;
    left: -150px;
}

.custom-image-position-4 {
    bottom: 100px;
    right: -150px;
}

@media (max-width: 768px){
    .custom-image-position-3 {
        top: -40px;
        left: -150px;
        transform: scale(0.8);
    }

    .custom-image-position-4 {
        bottom: -40px;
        right: -150px;
        transform: scale(0.8);
    }
}

@media (max-width: 576px){
    .custom-image-position-3 {
        top: -100px;
        left: -150px;
        transform: scale(0.6);
    }

    .custom-image-position-4 {
        bottom: -100px;
        right: -150px;
        transform: scale(0.6);
    }
}

.custom-image-position-5 {
    bottom: -80px;
    right: -120px;
    transform: scale(0.8);
}

.checkbox-custom-transparent {
    appearance: none;
    background-color: transparent;
    border: 1px solid black;
    width: 20px;
    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%);
}

.checkbox-custom-transparent:focus {
    outline: none; /* Remove default focus outline */
}


.border-color-black {
    border-color: black !important;
}

.owl-carousel.custom-nav-1-pos-2 .owl-nav .owl-prev {
    margin-left: -25px;
}


.custom-card-style-2.card-contact-us {
    margin-top: 6.4px !important;
    margin-top: 0.4rem !important;
}

.custom-card-style-2 .card-img-top {
    padding-left: 35px;
}

.custom-card-style-2 .card-body {
    position: relative;
    background: #FFF;
    margin-top: -70px;
    max-width: 83%;
}

.custom-read-more > svg {
    transition: ease transform 300ms;
}

.custom-read-more:hover > svg {
    transform: translate3d(6px, 0, 0);
}

.page-link {
    background-color: transparent;
    border: none;
    color: black !important;
}

.page-item.active .page-link {
    color: white !important;
    background-color: black !important;
}

.page-link:hover {
    background-color: transparent;
    border: none;
    color: black !important;
}

.pagination{
    --bs-pagination-disabled-bg: transparent!important;
}

.thumb-info .thumb-info-title {
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.thumb-info .custom-thumb-info-title {
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    text-align: start;
}

.custom-a-hover {
    opacity: 0;
    visibility: hidden !important;
}

.thumb-info:hover .custom-a-hover
{
    opacity: 1;
    visibility: visible !important;
    transition: opacity 0.2s ease-in !important;
}

.custom-bg-light-grey {
    background-color: #e5e5e5;
}

.custom-thumb-info-inner {
    top: -55% !important;
    left: 0 !important;
}


/*.custom-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}*/

.custom-italic {
    font-style: italic;
}

.custom-border-color-grey {
    border-color: #777777 !important;
}


.active-parent {
    border-color: var(--primary) !important;
}


.custom-box-shadow {
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3) !important;
}

/*.owl-item.active {
    margin-right: 0 !important;
}*/

.custom-placeholder-black::placeholder {
    color: black !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.custom-placeholder-black {
    padding-bottom: 8px !important;
    padding-left: 10px !important;
}

.custom-placeholder-black:focus {
    box-shadow: none !important;
}

.custom-message {
    padding-bottom: 0px !important;
    padding-top: 20px!important;
}


.custom-checkbox-2 {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.custom-checkbox-2 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.checkbox-label-2 {
    position: absolute;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: 2px solid var(--tertiary);
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.2s;
}

.checkbox-label-2::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
}

input:checked + .checkbox-label-2 {
    background-color: rgba(255, 255, 255, 0);
}

input:checked + .checkbox-label-2::after {
    opacity: 1;
}


.custom-break-word {
    word-break: break-word;
    hyphens: auto;
}

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;
}
