@charset "UTF-8";
/* CSS Document */
blockquote {
    border-left: 10px solid #ccc;
    margin: 20px 0 25px;
    line-height: 1.4;
    padding: 20px 20px 23px;
    quotes: "\201C" "\201D" "\2018" "\2019";
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    text-indent: 35px;
    position: relative;
    color: rgb(51, 153, 153);
    font-size: 20px;
    font-style: italic;
    font-weight: 300;
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 60px;
    line-height: 1px;
    position: absolute;
    left: -10px;
    top: 45px;
}
ul.list_ok li:before {
    top: 6px;
}
.tour_title h3 {
    margin: 0px;
    font-weight: 400;
    color: rgb(69, 68, 63);
    font-size: 21px;
    line-height: 1.5;
    font-family: Cinzel, "Palatino Linotype", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.05em;
}


/*Highlights carousel*/
    /* Custom Arrow Styles */
    .list_carousel1.owl-carousel .owl-nav {
        position: absolute;
        top: 34%;
        transform: translateY(-50%); /* Vertically centers the arrows */
        width: 100%;
        display: flex;
        justify-content: space-between;
        pointer-events: none;
    }
    
    .list_carousel1.owl-carousel .owl-nav button {
        background-color: transparent;
        border: none;
        pointer-events: auto; /* This allows interaction with the arrows */
        cursor: pointer;
    }
    
    .list_carousel1.owl-carousel .owl-nav .nav-arrow {
        width: 40px; /* Adjust the size of your arrow images */
        height: 40px;
        transition: transform 0.3s ease;
    }
    
    .list_carousel1.owl-carousel .owl-nav .nav-arrow:hover {
        transform: scale(1.1); /* Slight scale on hover for interaction */
        background: none;
    }
    
    .list_carousel1.owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -50px; /* Adjust the position based on your design */
    }
    
    .list_carousel1.owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: -50px; /* Adjust the position based on your design */
    }
    
    .list_carousel1.owl-theme .owl-nav [class*=owl-]:hover {
        background: none;
        color: #fff;
        text-decoration: none;
    }

/**/
.long-line {
    margin: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-width: 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    border-bottom-width: thin;
    height: 2%;
    width: 4.16vw;
    border-color: #45443F;
    background: #45443F;
}
.line-div {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    column-gap: 2.083vw;
}

a {
    color: #AD8B3A;
    font-family: Inter, sans-serif;;
}
.underline {
    text-decoration: underline;
}
.accordion_styled .card {
    border: none;
}
.accordion_styled .card .card-header {
    border-bottom: 1px solid rgba(69, 68, 63, 0.2);
}

#faq .accordion_styled .card .card-header, #faq .accordion_styled .card .card-body  {
    background: #F9F9F9;
}
.afolklore-footer ul li{
    font-size: 16px;
}
.book_now {
    padding: 15px 30px!important;
    font-size: 16px!important;
}
/**/

.line-div h2::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3rem;
    background-color: rgb(69, 68, 63);
    border-bottom: 1px solid rgb(69, 68, 63);
    margin-right: 1rem;
}

.box_news p {
    font-size: 17px;
    line-height: 1.5;
}
#newsletter p{
    font-size: 16px;
}
.enq-form label {
    font-family: Cinzel, sans-serif;
}
@media (max-width: 767px) {
    .book_now {
        padding: 20px 30px !important;
    }
    .list_carousel1.owl-carousel .owl-nav {
        display: none;
    }
    .fs-35 {
        font-size: 26px;
    }
    .d-fl {
        display: flex;
        align-items: center;
    }
    
}















