:root {
    --font-color: #363636;
    --theme-color: #d6242a;
    --dark-color: #000;
}


.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    color: var(--font-color)
}

.color-theme {
    color: var(--theme-color)
}

.main-primary-btn, .main-primary-sub-btn, .navbar-light .navbar-nav .nav-link, .sticked .nav-pills .nav-link.active, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
}



.pagebannersection {
    position: relative;
}

    .pagebannersection::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
    }

.pagebannertxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
}

    .pagebannertxt .pagetitle {
        font-size: 32px;
        font-weight: 600;
        color: #fff
    }

.common-section {
    padding: 50px 0;
}

.titleblock {
    margin-bottom: 20px
}

    .titleblock .title-head {
        font-weight: 600;
        font-size: 24px;
        color: var(--dark-color)
    }

.font-16 {
    font-size: 16px;
}

.smalltitle {
    font-weight: 700;
    margin-bottom: 15px;
}
.g-commonbtn{
    padding:10px 15px;
    background:var(--theme-color);
    color:#fff;
    margin-top:15px;
    font-weight:500;
    border-radius:8px;
}
/****travel guide style*/
.container-fluid {
    padding: 0 35px;
}

.guide-list-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.guide-list-block {
    width: 20%;
}

    .guide-list-block ul {
        position: sticky;
        top: 0;
        padding: 30px 0px;
        border-right: 1px solid #DEDEDE;
        list-style: none;
        height: 100vh;
    }

        .guide-list-block ul li {
            border-bottom: 1px solid #eee;
        }

            .guide-list-block ul li a {
                display: block;
                color: #333;
                font-size: 14px;
                padding: 5px 0;
                padding-left: 10px;
            }

                .guide-list-block ul li a.current {
                    color: var(--theme-color);
                    border-left: 4px solid var(--theme-color);
                    background: #ffe5e6
                }

.guide-list-info {
    width: 80%
}

.commonblock {
    padding: 25px 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}
.flex-ul-block{
    display:flex;
    gap:15px;
    justify-content:space-between
}
    .flex-ul-block .ul-block {
        margin-bottom: 0;
        width: -webkit-fill-available;
    }
.ul-block {
    padding: 25px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    margin-bottom: 25px;
}

    .ul-block ul li {
        margin-bottom: 7px
    }

        .ul-block ul li:last-child {
            margin-bottom: 0px
        }

.destinationblock {
    position: relative;
}

    .destinationblock .destination-image {
    }

.destination-info {
    padding: 15px 0;
}

    .destination-info .destination-name i {
        margin-right: 10px;
    }

    .destination-info .destination-name {
        font-size: 16px;
        font-weight: 600
    }

    .destination-info .destination-rating {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 5px;
    }

    .destination-info .destination-rating {
        color: #FFB21D
    }

.other-destination-block {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 0
}

    .other-destination-block li:before {
        content: '';
        height: 5px;
        width: 5px;
        border-radius: 5px;
        background: #c7bde2;
        position: absolute;
        left: 10px;
        top: 15px;
    }

    .other-destination-block li {
        padding: 5px 10px 5px 25px;
        border-radius: 30px;
        position: relative;
        background: #eee;
        font-size: 12px;
    }
/***** explorer-block *****/
.explorer-section {
    background: #fff6f6;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
    justify-content: space-between
}

.explorer-block {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
    width:49%;
}

    .explorer-block .image {
        border-radius: 10px;
        overflow: hidden;
        height: 120px;
        width: 120px;
        min-width: 120px;
    }

        .explorer-block .image img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

  
    .explorer-block .content .explorer-title {
        font-weight: 600;
        color: var(--theme-color);
        font-size: 16px;
        margin-bottom: 10px;
    }

    .explorer-block .content p {
        margin-bottom: 0
    }

.row-explorer-section {
    background: #fff6f6;
    padding: 15px;
    border-radius: 10px;
     
}

.row-explorer-block {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
   
}

    .row-explorer-block .image {
        border-radius: 10px;
        overflow: hidden;
         
        width: 25%;
        min-width: 25%;
        max-width:25%
    }


        .row-explorer-block .image img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }
    .row-explorer-block .content {
        width: 75%;
        min-width: 75%;
        max-width: 75%
    }

    .row-explorer-block .content .explorer-title {
        font-weight: 600;
        color: var(--theme-color);
        font-size: 16px;
        margin-bottom: 10px;
    }

    .row-explorer-block .content p {
        margin-bottom: 0
    }

/**-----know-info-section-------*/
.know-info-section {
    padding: 20px;
    background: #eee;
    display: flex;
    gap: 10px;
    justify-content: space-between
}

    .know-info-section .info-block {
        background: #fff;
        padding: 20px;
        width: 100%;
        text-align: center;
    }

        .know-info-section .info-block img {
            margin: 0 auto 15px auto;
            height: 50px;
            width: auto;
        }

        .know-info-section .info-block p {
            margin-bottom: 5px;
        }


/*-------------- flex-fearture-block    ---------*/
.flex-fearture-block {
    display: flex;
}

    .flex-fearture-block .flex-feature-image {
        width: 50%;
        display: flex;
        height: 100%;
        object-fit: cover
    }
        .flex-fearture-block .flex-feature-image img{
            width:100%
        }

        .flex-feature-block {
            width: 50%;
            display: flex;
            flex-direction: column;
            padding: 20px;
        }

    .flex-feature-block p {
        margin-bottom: 8px;
    }

    .flex-feature-block .feature-title {
        font-weight: 600;
        font-size: 18px;
        color: var(--theme-color);
        margin-bottom: 10px;
    }

.flex-fearture-block:nth-child(odd) .flex-feature-block {
    order: 2;
}

.flex-fearture-block:nth-child(even) .flex-feature-image {
    order: 1;
}
/********carousel style --**/
.owl-carousel .owl-stage {
    padding-bottom: 20px;
}

.owl-carousel .owl-controls .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel .owl-controls .owl-dot {
    height: 8px;
    border-radius: 5px;
    opacity: .5;
    width: 8px;
    background: #106eea;
    margin: 0 2px;
    display: inline-block;
    transition: .3s ease-in
}

    .owl-carousel .owl-controls .owl-dot.active {
        opacity: 1;
        width: 8px;
    }


/*---------- media -screen*/

@media (max-width:767px) {
    .guide-list-block {
        display: none;
    }

    .guide-list-info {
        width: 100%
    }

    .container-fluid {
        padding: 0 15px;
    }

    .commonblock {
        padding: 20px 0;
    }

    .know-info-section {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }

        .know-info-section .info-block {
            width: 48%;
        }

    .flex-fearture-block {
        flex-direction: column
    }

        .flex-fearture-block .flex-feature-image, .flex-feature-image img, .flex-feature-block {
            width: 100%;
        }

        .flex-fearture-block:nth-child(odd) .flex-feature-block, .flex-fearture-block:nth-child(even) .flex-feature-image {
            order: inherit;
        }

    .explorer-block {
        width: 100%
    }

    .flex-ul-block {
        flex-wrap: wrap
    }

    .row-explorer-block {
        flex-wrap: wrap
    }

        .row-explorer-block .image, .row-explorer-block .content {
            width: 100%;
            min-width: 100%;
            max-width: 100%
        }

    .pagebannersection img {
        height: 180px;
        object-fit:cover
    }
    .pagebannertxt {
        width: 100%;
        text-align: center;
    }

}

@media (min-width:768px) and (max-width:992px) {
    .guide-list-block{
        display:none
    }
    .guide-list-info{width:100%}
    .know-info-section{
        flex-wrap:wrap;
        justify-content:center;
    }
        .know-info-section .info-block{
            width:32%;
        }
    .flex-ul-block{
        flex-wrap:wrap;
    }
}
