:root {
    --color-white: #fff;
    --web-color2: #2f4e93;
    --font-color: #4b4b4b;
    --color-black: #000;
    --color-blue: #1e09d8;
    --theme-color: #e61a1c;
    --theme-color2: #ffa704;
}

.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;
}



.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:hover {
                    color: var(--theme-color);
                    border-left: 4px solid var(--theme-color);
                    background: #ffe5e6
                }
                .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;
}



/*---------- 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;
    }
}
/*  main page css*/

.commonpadding {
    padding: 50px 0;
    position: relative;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-decoration: none;
}


.theme-btn,
.theme-btn2 {
    font-size: 15px;
    color: var(--color-white);
    padding: 10px 25px;
    display: inline-block;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border: none;
    background: var(--theme-color);
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    z-index: 1;
}

    .theme-btn::before,
    .theme-btn2::before {
        content: '';
        height: 300px;
        width: 300px;
        background: var(--color-black);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%) scale(0);
        transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: -1;
    }

    .theme-btn:hover {
        color: var(--color-white);
    }

        .theme-btn:hover::before,
        .theme-btn2:hover::before {
            transform: translateY(-50%) translateX(-50%) scale(1);
        }


/********/
.title-section {
    margin-bottom: 25px;
}

    .title-section .main-title {
        font-size: 34px;
        font-weight: 600;
        color: var(--color-black);
        line-height: 1.2;
    }

    .title-section .sub-title {
        font-size: 24px;
        font-weight: 600;
        color: var(--color-black);
        line-height: 1.2;
        padding-bottom: 7px;
    }

    .title-section .small-title {
        font-size: 18px;
        font-weight: 600;
        color: var(--color-black);
        line-height: 1.2;
    }

.style-ul li {
    margin-bottom: 10px;
}

.pagebanner-section {
    position: relative;
}
    .pagebanner-section:before{
        content:'';
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background:rgba(0,0,0,0.2)
    }

    .pagebannersection-text {
        position: absolute;
        width: 100%;
        z-index: 99;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.pagebanner-text {
    width: 70%;
    margin: auto;
    text-align: center;
}

    .pagebanner-text .page-breadcrumb {
        display: flex;
        justify-content: center;
        gap: 10px;
        list-style: none;
        padding-left: 0
    }

        .pagebanner-text .page-breadcrumb li, .pagebanner-text .page-breadcrumb li a {
            font-weight: 600;
            color: var(--color-white)
        }

.page-title {
    color: var(--color-white);
    font-size: 52px;
    font-weight: 700;
}

/*--- header -----*/
.top-header {
    background: var(--theme-color)
}

    .top-header .top-header-a {
        font-size: 14px;
        font-weight: normal;
        transition: 0.3s ease-in-out;
        text-decoration: none;
        color: var(--color-white)
    }

        .top-header .top-header-a:hover {
            transition: 0.3s ease-in-out;
            color: var(--theme-color2);
        }

            .top-header .top-header-a:hover i {
                color: var(--color-white)
            }

        .top-header .top-header-a i {
            margin-right: 5px;
        }

.navbar.navbar-fixed {
    z-index: 999;
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
}

.nav-link {
    font-size: 15px;
    font-weight: 500;
    margin: 10px 0;
    transition: 0.3s ease-in-out;
    color: var(--color-black)
}

.navbar-nav .nav-link.active {
    color: var(--color-black);
    font-weight: 600;
}

.navbar-fixed.MenuStick {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .025), 0 1px 1px 0 rgba(0, 0, 0, .01), 0 0 50px 0 rgba(0, 0, 0, .07);
    -webkit-animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    animation: slide-down 0.7s;
}

    .navbar-fixed.MenuStick .navbar-nav .nav-link {
        color: var(--color-black)
    }

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-brand {
    font-size: 24px;
    font-weight: 700;
    color: var(--theme-color)
}

.navbar-fixed.MenuStick .nav-link {
    font-size: 14px;
}

/* footer */
.footerpadding {
    background: var(--color-black)
}

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


.footer-block .footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--color-white)
}

.footer-links ul li {
    margin-bottom: 10px;
}

footer-block p {
    font-size: 15px;
}

.footer-links ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #d3d3d3
}

.footer-links ul li:hover a {
    color: var(--color-white)
}


.copyrightblock {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #808080;
    text-align: center;
    position: relative;
    display:flex;
    justify-content:space-between
}
    .copyrightblock p {
        color: #d3d3d3
    }
    .copyrightblock .footer-social-link{
        display:flex;
        gap:10px;
    }

    .footerpadding {
        position: relative;
        border-top: 1px solid #757575;
    }

.footer-block {
}

.footer-links ul {
    padding: 0;
    list-style: none;
}

/*----back to top ---*/
    .backbtn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--theme-color);
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        position: fixed;
        bottom: 30px;
        right: 30px;
        transition: background-color .3s, opacity .5s, visibility .5s;
        opacity: 0;
        visibility: hidden;
        z-index: 1000;
    }
    .backbtn i{
        color:#fff;
        font-size:18px;
    }

    .backbtn img {
        height: 20px;
        width: auto;
    }

    .backbtn:hover {
        cursor: pointer;
        background-color: #333;
    }

    .backbtn:active {
        background-color: #555;
    }

    .backbtn.show {
        opacity: 1;
        visibility: visible;
    }
.whatsappcolor {
    background: #25d366 !important;
}
.whatsappbtn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: #25d366;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 99
}
    .whatsappbtn i{
        color:#fff;
        font-size:22px;
    }

/*********responsive ******/
@media (max-width: 767px) {
    .banner-text h1 {
        font-size: 30px;
    }

    .commonpadding {
        padding: 30px 0
    }

    .title-section {
        margin-top: 20px;
    }

        .title-section .main-title {
            font-size: 24px;
            font-weight: 600
        }

    p {
        font-size: 16px;
    }

    .copyrightblock {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .footer-section {
        flex-direction: column
    }

    .footer-links ul {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }

        .footer-links ul li a {
            padding-right: 10px;
            font-size: 16px;
        }

   .pagebanner-section img {
     /*
        object-fit: cover*/
    }

    .pagebanner-text {
        width: 100%;
    }

    .page-title {
        font-size: 24px;
    }
}

@media(max-width:991px) {
   
    .navbar-toggler:focus {
        box-shadow: none;
    }

    .banner-text {
        width: 100%;
    }

    .title-section .sub-title {
        font-size: 22px;
    }  
}

@media (min-width:1200px) {
    .pad-lf-30 {
        padding-left: 35px;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    
    .banner-text h1 {
        font-size: 48px;
    }

    .title-section .main-title {
        font-size: 26px;
    }    
}

@media (min-width: 992px) and (max-width:1195px) {
    .bannersection {
        height: auto
    }

    .banner-text {
        width: 100%;
    }
}
.slider-container {
  position: relative;
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}

.slider {
 display: flex;
 transition: transform 0.6s ease;
}

.slide {
  flex: 0 0 33.33%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

.slide img {
   width: 100%;
  height: auto; /* Let it resize naturally */
  display: block;
  border-radius: 15px;
  margin-bottom: 10px;
}

.slide h3 {
  font-size: 20px;
  color: #e61a1c;
  margin-bottom: 8px;
}

.slide p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
  padding: 0 10px;
}

/* Dots */
.dots {
  text-align: center;
  margin-top: 10px;
}

.dots span {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.dots span.active {
  background-color: #b81e24;
}

/* Responsive */
@media (max-width: 992px) {
  .slide {
    flex: 0 0 50%;
  }
}

@media (max-width: 600px) {
  .slide {
    flex: 0 0 100%;
  }

  .slide img {
    height: 220px;
  }
}

