.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-text-outline {
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px  1px 0 #000,
        1px  1px 0 #000;
}

.custom-text-100 {
    font-size: 100px !important;
}

@media (max-width: 992px) {
    .custom-text-100 {
        font-size: 65px !important;
    }
}

@media (max-width: 768px) {
    .custom-text-100 {
        font-size: 45px !important;
    }
}

@media (max-width: 576px) {
    .custom-text-100 {
        font-size: 30px !important;
    }
}

.custom-image-left {
    left:0;
    bottom: -100px;
    transform: scale(0.8);
}

.custom-image-right {
    right:5vw;
    bottom: 0;
}

@media (max-width: 992px) {
    .custom-image-left {
        left: 0;
    }

    .custom-image-right {
        right: 5vw;
    }
    .custom-hero-margin-bottom {
        margin-bottom: 300px!important;
    }
}

@media (max-width: 576px) {
    .custom-image-left {
        left: -40px;
        transform: scale(0.55);
        bottom: -130px;
    }

    .custom-image-right {
        right: 0vw;
        transform: scale(0.7);
        bottom: -48px;
    }

    .custom-hero-margin-bottom {
        margin-bottom: 200px!important;
    }
}



@media (max-width: 423px) {
    .custom-image-left {
        left: -50px;
        transform: scale(0.4);
        bottom: -165px;
    }

    .custom-image-right {
        right: -30px;
        transform: scale(0.5);
        bottom: -80px;
    }

    .custom-hero-margin-bottom {
        margin-bottom: 120px!important;
    }
}


.custom-heart-icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.custom-text-dark-blue {
    color: #686D91 !important;
}

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

.custom-div-p-2 p{
    color: white !important;
}

.custom-div-p img{
    max-width: 100% !important;
    height: auto !important;
    padding: 5px !important;
}

.custom-border-y {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-image: url("/img/border2.png") 30 round;
}

.custom-border-x {
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-image: url("/img/border3.png") 30 30 round;
}

.custom-yellow-green {
    color: #BED531 !important;
}

/*Timeline*/
/* The actual timeline (the vertical ruler) */
.main-timeline-2 {
    position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline-2::after {
    content: "";
    position: absolute;
    width: 3px;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-2 {
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-2::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #ffffff;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left-2 {
    padding: 0px 40px 20px 0px;
    left: 0;
}

/* Place the container to the right */
.right-2 {
    padding: 0px 0px 20px 40px;
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
/*.left-2::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid #ff0000;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}*/

/* Add arrows to the right container (pointing left) */
/*.right-2::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}*/

/* Fix the circle for containers on the right side */
.right-2::after {
    left: -14px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 768px) {
    /* Place the timelime to the left */
    .main-timeline-2::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline-2 {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline-2::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left-2::after,
    .right-2::after {
        left: 18px;
    }

    .left-2::before {
        right: auto;
    }

    /* Make all right containers behave like the left ones */
    .right-2 {
        left: 0%;
    }
}

.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 */
}

/* Optional: style the label text */
.custom-checkbox-label {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.custom-checkbox-label input {
    margin-right: 10px; /* Spacing between checkbox and text */
}

.owl-nav button {
    /*display: none !important;*/
}

.pagination {
    justify-content: center !important;
}

.page-link:hover {

}

.pagination li span {
    border: 2px solid var(--primary)!important;
    border-radius: 0 !important;
    padding: 7px 12px !important;
    font-weight: bold !important;
}

.pagination li a {
    border: 2px solid var(--primary)!important;
    border-radius: 0 !important;
    padding: 7px 12px !important;
    font-weight: bold !important;
}

.custom-thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
    background: none !important;
}

.custom-red {
    color: #C6305E !important;
}

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

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

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

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

/* Optional: style the label text */
.custom-checkbox-label {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.custom-checkbox-label input {
    margin-right: 10px; /* Spacing between checkbox and text */
}

.custom-placeholder-black::placeholder {
    color: black !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

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

.custom-poppins {
    font-family: "Poppins", sans-serif !important;
}

.custom-bg-dark-blue {
    background-color: #686D91 !important;
}

.custom-greyscale {
    filter: grayscale(100%);
}

.thumb-info:hover .custom-greyscale {
    filter: none;
}

.thumb-info .custom-thumb-info-wrapper:after, .thumb-info .custom-thumb-info-wrapper .custom-thumb-info-wrapper-overlay:before {
    content: "";
    background: rgba(255, 255, 255, 0);
    transition: all 0.3s;
    border-radius: 4px;
    bottom: -4px;
    color: #FFF;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
    display: block;
    opacity: 0;
    z-index: 1;
}

/*Form*/
.col-half-section.col-half-section-left {
    float: left;
}

.custom-form-style .form-control-custom .form-control {
    background: transparent !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #1e1e1e;
    font-size: 12px;
    padding: 6px 0;
    margin-bottom: 15px;
    box-shadow: none;
}

.custom-form-style .form-control-custom .form-control::-webkit-input-placeholder {
    color: #1e1e1e;
    font-weight: 600;
}

.custom-form-style .form-control-custom .form-control::-moz-placeholder {
    color: #1e1e1e;
    font-weight: 600;
}

.custom-form-style .form-control-custom .form-control:-ms-input-placeholder {
    color: #1e1e1e;
;
    font-weight: 600;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control {
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control::-webkit-input-placeholder {
    color: #FFF;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control::-moz-placeholder {
    color: #FFF;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control:-ms-input-placeholder {
    color: #FFF;
}

.custom-form-style .form-control-custom.form-control-custom-light .form-control:-moz-placeholder {
    color: #FFF;
}

.custom-placeholder::placeholder {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.custom-garamond {
    font-family: Garamond sans-serif;
}

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

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

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

.custom-line-height-20 p span {
    line-height: 20px !important;
}

.custom-line-height-20 p {
    line-height: 20px !important;
}

.custom-instagram {
    top: 50%;
    transform: translateY(-50%);
}


.custom-p-white p span, p {
    color: white !important;
}

.custom-p-white p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .custom-padding {
        padding-right: 135px;
        padding-left: 135px;
    }
}

.custom-div-p-quatenary p span {
    color: #BED531 !important;
}

.custom-div-p-quatenary p {
    color: #BED531 !important;
}

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

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

.custom-line {
    width: 40%;
    height: 10px;
    background: #000;
    max-width: 120px !important;
}

@media (max-width: 992px) {
    .custom-line {
        width: 55%;
    }
}

@media (max-width: 576px) {
    .custom-line {
        width: 70%;
    }
}

.custom-box-shadow:not(.box-shadow-hover) {
    box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.6);
}

#hamburger-menu-button {
    border: transparent !important;
}

.cky-modal p {
    color: black !important;
}

.cky-consent-container p {
    color: black !important;
}
