* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* @font-face {
    font-family: 'MainFont', 'SecondFont';
    src: url('../fonts/Colagraph-OTF.otf'), url('../fonts/Saudagar.ttf');
} */

@font-face {
    font-family: 'MainFont';
    src: url('../fonts/Colagraph-OTF.otf');
}

@font-face {
    font-family: 'SecondFont';
    src: url('../fonts/Saudagar.ttf');
}

@font-face {
    font-family: 'HeadingFont';
    src: url('../fonts/Rui\ Abreu\ -\ AzoSans-BoldItalic.otf');
}

@font-face {
    font-family: 'MyFont';
    src: url('../fonts/Mighaila.ttf');
}

@font-face {
    font-family: 'MyFontt';
    src: url('../fonts/Rui\ Abreu\ -\ AzoSans-ThinItalic.otf');
}



/* .banner {
    background-image: url(../images/home-banner.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
} */

li.nav-item {
    padding: 0 25px;
        /*padding: 0 16px;*/
}

a.nav-link::after {
    /*position: absolute;*/
    /*content: ".";*/
    /*right: -20px;*/
    /*     top: -29px;*/
    /*font-size: 40px;*/
    
    /* position: absolute; */
    /* content: "."; */
    /* right: -25px; */
    /* top: -31px; */
    /* font-size: 40px; */
    

}

ul.navbar-nav li:last-child a.nav-link::after {
    content: none;
}

a.nav-link {
    /*color: #4f3011 !important;*/
        color: #000 !important;
    font-size: 14px;
    position: relative;
    font-family: 'Poppins', sans-serif;
        padding:0 !important;
}

a.nav-link:hover {
    color: #a05300 !important;
}

img#bird_1 {
    position: absolute;
    width: 50px;
    left: 21%;
    top: 15%;
    transition: left 0.5s, top 0.5s;
}

.banner:hover img#bird_1 {
   top: 11%;
    left: 24%;
}

#bird_2 {
   position: absolute;
    width: 50px;
    top: 5%;
    transition: right 2s, top 2s;
    right: 12%;
    transform: scaleX(-1);
}

.banner:hover #bird_2 {
      top: 4%;
    right: 17%;
}



.banner {

    background-position: center top;
    background-size: cover;
    padding-bottom: 100px;
}

.banner-content h2 {
    font-family: 'MainFont';
    font-size: 90px;
    color: #4f3011;
    margin-bottom: 0;
}

.banner-content p {
    font-size: 36px;
    font-weight: 500;
    color: #4f3011;
	font-family: 'EB Garamond', serif;
}

.banner-img {
    /* width: 400px !important; */
    height: 600px;
    background: radial-gradient(circle, rgba(217, 217, 217, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(217, 217, 217, 1) 100%);
    align-items: center;
    position: relative;
}

.banner-img h2 {
    font-family: 'MainFont';
    font-size: 80px;
    color: #4f3011;
    font-weight: 500;
    line-height: 46px;
    margin-top: 35px;
    line-height: 70px;
}

.banner-img img {
    width: 65%;
}

.about-content h3 {
    color: #ffff;
    font-family: 'SecondFont';
    font-size: 35px;
    font-weight: 500;
}

.about-content p {
    color: #fff;
    font-size: 14px;
    padding-right: 110px;
}

.package {
    padding: 40px 300px;
    background: #dad7d0;
}

.package-heading h3 {
    color: #4f3011;
    margin-bottom: 0 !important;
    font-weight: 800;
}

.package-heading h1 {
    font-family: 'MainFont';
    color: #4f3011;
    font-size: 80px;
    font-weight: 500;
}

.package-heading img {
    width: 100%;
}

.package-heading p {
    font-size: 14px;
    line-height: 30px;
}

.banner button {
    border-radius: 0 !important;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 30px;
    width: 30%;
}

.tour {
    background: #1f83ab;
    padding: 40px 0;
}

.City-carousel .owl-prev, .City-carousel .owl-next{
    /* background: #fff !important; */
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;margin: 0 -20px 0 -20px !important;    color: #000 !important;}
.City-carousel .owl-prev span, .City-carousel .owl-next span{font-size: 45px !important;/*height: 50px;*/}
.owl-theme .owl-nav [class*=owl-]:hover{color: #525252 !important}

 .tour-carousel .owl-prev, .tour-carousel .owl-next{ /*background: #fff !important; */
    width: 30px;
    height: 30px;
    display: flex !important;
    align-items: center;
    justify-content: center;margin: 0 -20px 0 -20px !important}
	.tour-carousel .owl-prev span, .tour-carousel .owl-next span{font-size: 45px !important;/*height: 50px;*/}
/* .tour-box {
    background-color: #fff;
} */

.owl-theme .owl-nav [class*=owl-]:hover{background: transparent !important;}

.tour-1 {
    position: relative;
    background: #e4e2db;
    width: 120px !important;
    margin: 15px;
    padding:10px 0;
       transition: all 0.7s ease;
}	.tour-1 a{text-decoration: none;}

.tour-1::after {
   position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #4f3011;
    bottom: 0;
    left: 50%; 
    transform: translateX(-50%); 
    border-radius: 30px;
}


.tour-img img {
    width: 100%;
    margin-bottom: 20px;
}

.tour-box p {
    font-size: 16px;
    color: #4f3011;
    font-weight: 700;
    margin: 0;
}

.main-content h2 {
    color: #fff;
    font-family: 'SecondFont', sans-serif;
}

.main-content p {
    color: #fff;
    padding: 0px 220px;
    font-size: 14px;
    line-height: 30px;
}

.line {
    width: 30%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.line-two {
    width: 50%;
    margin: 0 auto;
    border-bottom: 2px dotted #fff;
}

.gallery {
    padding: 60px 0;
    background: radial-gradient(circle, hsla(0, 0%, 100%, 1) 0%, hsla(47, 12%, 85%, 1) 100%);
}

.img-box h3 {
    color: #0087b4;
    font-size: 22px;
    font-weight: 600;
}

.img-box a {
    text-decoration: none;
}

.gallery-box {
    /* width: 300px; */
    background: #d0cece;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 250px;
    padding: 50px;
}

.gallery-box img {
    width: 100%;

}

.clints {
    padding: 40px 0;
    background: #d8d4cd;
    border-bottom: 5px solid #fff;
}

.clint-heading h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.clint-img {
    width: 125px !important;
    position: relative;
    /* margin: 0 auto; */
    text-align: center;
}

.clint-img::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 25px;
    background-color: #6d6e70;
    top: 30%;
    right: 0;
}

.clint-img:last-of-type::after {
    content: none;
}

.clint-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 3/2;
    mix-blend-mode: multiply;
	scale: 1.2;
}

.footer {
    padding: 40px 0;
    background: #dad7d0;
}

.footer-menu {
    list-style: none;
	margin-bottom: 0;
}

.footer-menu li {
    padding: 6px 0 7px;
    font-size: 14px;
    font-weight: 600;
}
.footer-menu li a{	text-decoration: none;	color: #4f3011;}
.footer-icons p {
    color: #0087b4;
}

.socl-icons i {
       font-size: 15px;
    background: #fff;
    color: #4f3011;
    padding: 14px;
    margin-right: 10px;
}

.socl-icons i:hover {
    font-size: 15px;
    background: #4f3011;
    color: #fff;
    padding: 14px;
    margin-right: 10px;
    
    
}

 .tour-1:hover::after {
    bottom: 10px !important;
    background: #1f83ab !important;
}

/* section.tour .tour-1:hover img{
    width: 100% !important;
} */

section.tour .tour-1:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5),
        /* Main shadow color */
        0 4px 8px rgba(0, 0, 0, 0.3),
        /* Slightly larger shadow */
        0 6px 10px rgba(0, 0, 0, 0.2);
    /* Larger shadow */

    transition: box-shadow 0.3s ease-in-out;
}

#slider_button_div {
    bottom: 50px;
}

#slider_button_div button,
.tour_btn button {
    border-radius: 0;
    padding: 10px 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
}

.owl-carousel {
    position: relative;
}

.carousel-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-nav button {
    background: #000;
    color: #fff;
    padding: 10px;
    border: none;
    cursor: pointer;
}

.package-slides .owl-dots {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.package-slides .owl-dot {
    background: #000;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
}

.about-banner {
    background: url(../images/svg/about-banner.svg);
    background-size: cover;
    height: 80vh;
    background-position: center center;
}

.about-us {
    padding: 100px 0 0;
    background: #e7e7df;
}

.about-us-heading {
    padding: 0 155px;
}
section.header{
    padding:0 50px;
}

.package-slidess .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.package-slidess .owl-dots .owl-dot span {
    background: #dbdace !important;
    width: 10px !important;
    height: 10px !important;
}

.package-slidess .owl-dots .owl-dot.active span {
    background: #4f3010 !important;
}
 
@media (min-width: 787px) and (max-width: 906px) {
    .main-content p {
        padding: 50px !important;
    }
}


@media screen and (max-width:786px) {
    
    
    .footer-icons p{
        text-align:start !important;
    }
    
    
    h3.additional-heading {
        padding-top: 20px;
    }

    .package {
        padding: 40px 20px;
    }

    .about-us-heading,
    .vision-content {
        padding: 0 50px !important;
    }

    .text-sm-center {
        text-align: center !important;
    }

    .text-sm-center img {
        margin: auto;
        right: 0 !important;
        left: 0 !important;
    }

    /* all tour css */
    .banner_img_all_india {}

    .banner_img_all_india {
        width: 100% !important;
    }

    #City-hi {
        height: 300px !important;
        width: 200px !important;
    }

    section.City-slide div.item {
        display: flex;
        justify-content: center;
    }

    /* all tour css */


    /* index */
    .gallery-box {
        padding: 30px;
    }

    .main-content p {
        padding: 50px !important;
    }
}

.about-us-heading {
    position: relative;
}

.bird {
    position: absolute;
    width: 50px;
    top: -35px;
    left: 15%;
}

.about-us-heading h1 {
    font-family: 'SecondFont';
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

.about-us-heading p {
    font-size: 14px;
    color: #4f3010;
    line-height: 30px;
    font-weight: 500;
}

.vision {
    background-color: #197599;
    padding: 60px 0;
}

.vision-content {
    padding: 0 150px;
}

.vision-content h1 {
    font-family: 'SecondFont';
    color: #fff;
    font-size: 30px;
    border-bottom: 2px dotted #fff;
    width: 60%;
    margin: 0 auto;
    letter-spacing: 2px;
    font-weight: 500;
}

.vision-content p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
}

.why-us {
    padding: 80px 0;
    background: #e7e7df;
}

.why-heading h1 {
    font-family: 'SecondFont';
    font-size: 30px;
    font-weight: 600;
    color: #4f3011;
}

.why-img img {
    width: 85%;
}

.why-contnt h3 {
    font-family: 'SecondFont';
    color: #4f3011;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.why-contnt p {
    font-size: 13px;
    font-weight: 600;
    line-height: 30px;
}

.all-tour {
    padding: 40px 0;
    background: #e7e7df;
    position: relative;
}

.tour-heading {
    position: relative;
}

.tour-heading img {
    position: absolute;
    width: 50px;
    left: 30%;
}

.tour-heading h1 {
    font-size: 35px;
    font-family: 'SecondFont';
    font-weight: 600;
}

.tour-card1 a{text-decoration: none;}
.tour-card {
    background: #fff;
    padding: 30px 30px 20px;
    margin: 15px !important;
    position: relative;
    transition: all .3s ease-in-out;
}
.tour-card1 {
    background: #fff;
    padding: 30px 30px 20px;
    margin: 15px !important;
	position: relative;
    padding: 10px 0;
    transition: all .3s ease-in-out;
}
.tour-card1::after{
	position: absolute;
    content: "";
    width: 70px;
    height: 3px;
    background: #4f3011;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 30px;
}
.tour-card1:hover{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), /* Main shadow color */ 0 4px 8px rgba(0, 0, 0, 0.3), /* Slightly larger shadow */ 0 6px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;    transform: scale(1.1);
}
.tour-card:hover {
    background: #b59b81;
}
.abt-thmb:hover{
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}
.card-txt {
    position: relative;
    height: auto;
	min-height: 95px;
    border-bottom: 1px dashed #4f3011;
    padding: 0 5px;
    margin: 20px 10px 10px;
}
.footer-heading{    line-height: 23px;}
#tour-slide:hover #cardTxt-slide h3 {
    color: #fff;
}

.card-txt img {
    width: 40px;
    position: absolute;
    bottom: 14px;
    left: -22px;
}

.card-txt h3 {
    /* font-family: 'SecondFont'; */
    color: #4f3011;
    font-size: 21px;
    font-weight: 600;
}

.tour-card:hover .card-txt h3 {
    color: #fff;
}

.card-img {
    padding: 0 20px;
}

.card-img {
    overflow: hidden; /* Hide overflowing content */
    display: inline-block; /* Make the container size adjust to the image size */
  }
  
  .card-img  img {
    transition: transform 0.3s ease; /* Add a smooth transition effect */
  }
  .tour-1:hover {
    transform: scale(1.1);
  }
    /* .tour-1:hover .tour-img{ 
        transform: scale(1.1); 
  }  */
  .tour-card:hover  .card-img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
  } 
  .tour-card:hover .card-txt img {
    bottom: 20px;
    left: -10px;
    transition: all .3s ease-in-out;
  }

  .tour-1:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5), /* Main shadow color */ 0 4px 8px rgba(0, 0, 0, 0.3), /* Slightly larger shadow */ 0 6px 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}


.card-img img {
    width: 100%;
}

.card-img p a {
    font-size: 12px;
    letter-spacing: 8px;
    color: #000;
    text-decoration: none;
}

.tour-card:hover .card-img p a {
    color: #fff;
}

.City-slide {
    background: #0087b4;
    padding: 80px 0 120px;
}

.City-content h1 {
    font-family: 'SecondFont';
    color: #fff;
    font-size: 30px;
}

#City-hi {
    /* height: 220px; */

    height: 250px;
    width: 150px !important;
}
#City-hi img{
    width: 80% !important;
    margin: 0 auto 20px;
}

.City-slide .owl-dots {
    position: absolute;
    bottom: -60px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.city-banner {
    /* background: url('../images/svg/city-banner.svg'); */
    /* background-size: cover; */
    /* height: 100vh; */
    /* background-position: center; */
    position: relative;
    z-index: -10;
}
.city-breaks {
    background-color: #e7e7df;
}

.city-breaks:hover img.bird {
       top: 50%;
    left: 40%;
    
}

.city-breakss-heading p {
    font-size: 22px;
    color: #000;
    word-spacing: 16px;
}

.city-breakss-heading p:nth-child(2) {
    word-spacing: 2px;
}

h1.trip-heading {
    font-family: 'SecondFont';
    color: #4f3011;
    font-size: 27px;
    border-bottom: 1px dashed #4f3011;
	font-weight: 700;
}

.trip-days {
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.day p {
    font-size: 14px;
    color: #4f3011;
    word-spacing: 0 !important;
}

.day-icon i {
    background: #fff;
    padding: 8px;
    color: #bbbbbb;
}

.day-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 10px;
    transition: max-height 0.6s ease-in-out;
}

.day-content p {
    margin: 0;
    font-size: 14px;
    padding: 10px;
    text-align: start;
    word-spacing: 0 !important;
}

.day-content.show {
    max-height: 500px;
    /* Adjust the maximum height as needed */
    margin-bottom: 10px;
}

h1.option-heading {
    font-size: 20px;
    color: #4f3011;
    font-family: 'SecondFont';
    font-weight: 600;
    letter-spacing: 2px;
}

.grup-button a {
    color: #fff;
    background: #197599;
    display: block;
    text-decoration: none;
    padding: 20px;
    font-weight: 700;
    font-size: 14px;
}

#tour-slid {
    padding: 30px 15px 20px !important;
}

#cardTxt-slide {
    display: flex;
    align-items: center;
    padding: 0 15px !important;
    margin: 0 !important;
    justify-content: center;
}

#cardTxt-slide h3 {
    font-size: 15px;
    text-align: center;
}

#cardTxt-slide img {
    width: 40px !important;
    bottom: 4px;
    left: -20px;
}

.tour-slide {
    background: #e2dfd9;
    padding: 80px 0 120px;
}

.tour-content h1 {
    font-family: 'SecondFont';
    color: #000;
    font-size: 30px;
    font-weight: 600;
}

#tour-slide:hover {
    background: #b59b81;
}

.language {
    width: 200px !important;
    padding: 10px 49px 10px 9px !important;
}

.footerLogo {
    width: 200px;
}

.footerLogo img {
    width: 100%;
}

.city-banner-txt {
    background: #674427;
    display: inline-block;
    position: absolute;
    bottom: 0;
    padding: 20px 160px;
    left: 50%;
    transform: translateX(-50%);
}

.city-banner-txt h3 {
    font-family: 'SecondFont';
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 0;
    color: #fff;
}

#package-slides-content {
    position: absolute;
    padding: 20px;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    margin: 0;
    text-align: center;
    top: 25%;
}

#package-slides-content::before,
#package-slides-content::after {
    content: '\2022 \2022 \2022 \2022 \2022';
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#package-slides-content::before {
    left: -80px !important;
}

#package-slides-content::after {
    right: -80px !important;
}

#package-slides-content h2 {
    font-family: 'MainFont';
    color: #fff;
    font-size: 80px;
    margin-bottom: 0;
}

#package-slides-content h1 {
    font-family: 'SecondFont';
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 0;
}

#package-slides-content p {
    font-family: 'HeadingFont';
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 0;
}

.carousel-content-two {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #1f83ab;
    padding: 30px 60px;
}

.carousel-content-two h1 {
    color: #fff;
    font-size: 80px;
    font-family: 'MainFont';
    margin-bottom: 0 !important;
}

.carousel-content-two h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0 !important;
}


/* .package-slidess {
    height: 600px; 
}

.package-slidess .owl-carousel {
    height: 100%;
}

.package-slidess .owl-carousel .item {
    height: 600px; 
}

.package-slidess .owl-carousel .item img {
    max-height: 100% !important; 
} */


/* .accordion-button::after {
    content: "\f067" !important;
    font-family: 'Font Awesome 5 Free';
} */

.select-container {
    position: absolute;
    top: 0;
    right: 5%;
}

#img-slide-card {
    padding: 0;
}


@media only screen and (max-width: 600px) {
	.banner{background: #2957a4 url(https://liveindiatours.com/assets/images//svg/home-banner.svg) no-repeat !important;background-position: center top;
    background-size: contain !important;
    padding-bottom: 100px;}
	.payment-banner{    height: 35vh !important;
    background-size: contain !important;
    background-position: top !important;
    background-repeat: no-repeat !important;}
    .scan .img-i {
        position: static !important;
    }
	.city-banner{    height: 20vh;}
    .details-box p {
        font-size: 16px !important;
    }

    .contact-heading img {
        position: static !important;
    }

    .why-us .row div {
        justify-content: center !important;
    }

    .package-breakss-heading img {
        position: static !important;
    }

    h1.package-heading {
        margin-top: 10px !important;
    }

    div#navbarSupportedContent {
        position: absolute;
        top: 120%;
        background: rgb(255, 255, 255);
        width: 100% !important;
        left: 0;
        z-index:1000;
        padding:10px 0;
    }
li.nav-item{
    padding:5px 25px !important;
}
    /* .header div.row div { */
        /* width: 30% !important; */
    /* } */	section.header{		padding: 0 0;	}
	.phn-nav{justify-content: end !important;}
    .package {
        padding: 40px 20px;
    }

    .main-content p {
        padding: 0 20px;
    }

    #m-banner {
        margin-top: 0 !important;
    }

    .banner-content h2 {
        font-size: 70px;
    }

    .banner-content p {
        font-size: 26px;
    }

    .about-content h3 {
        text-align: center;
    }

    .about-content p {
        padding-right: 0;
    }

    .tour-1 {
        width: 150px !important;
        margin-bottom: 20px;
    }

    .tour-1::after {
        /*left: 0px;*/
                /*left: 70px;*/
    }

    .banner-img {
        width: 95% !important;
        margin: 0 10px;
        height: 490px;
    }

    .banner-img h2 {
        font-size: 48px !important;
        line-height: 43px;
    }

    .gallery-box {
        width: 100%;
    }

    .footer {
        padding: 40px 20px;
    }

    .footerLogo {
        margin-bottom: 10px;
    }

    ul.footer-menu {
        padding-left: 0;
    }

    /* .col-sm-12 {
        width: 100% !important;
    } */

    .city-banner-txt {
        padding: 30px 40px;
    }

    .city-banner-txt h3 {
        font-size: 18px;
    }

    .package-slidess {
        height: 100%;
    }

    .package-slidess .owl-carousel {
        height: 100%;
    }

    .package-slidess .owl-carousel .item {
        height: 100%;
    }

    /* .package-slidess .owl-carousel .item img {
        max-height: 100% !important; 
    } */

    .carousel-content-two {
        padding: 10px 10;
    }

    .carousel-content-two h1 {
        font-size: 30px;
    }

    .carousel-content-two h2 {
        font-size: 14px;
    }

    #package-slides-content h2 {
        font-size: 22px;
    }

    #package-slides-content h1 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    #package-slides-content {
        padding: 10px;
    }

    #package-slides-content p {
        font-size: 10px;
        letter-spacing: 2px;
    }

    #package-slides-content::before,
    #package-slides-content::after {
        font-size: 20px;
    }

    #package-slides-content::before {
        left: -50px !important;
    }

    #package-slides-content::after {
        right: -50px !important;
    }

    .abt-btn {
        font-size: 12px !important;
    }

    #cardTxt-slide {
        margin: 0 10px !important;
    }

    .img-box:nth-child(2) {
        padding-top: 20px; /* Adjust the value as needed */
    }

    .banner button {
        width: 40%;
    }

    #slider_button_div button {
        padding: 10px 16px;
        font-size: 10px;
    }

    #slider_button_div {
        bottom: 10px;
    }

    a.nav-link::after {
        position: absolute;
        content: ".";
        left: -12px;
        top: -29px;
        font-size: 40px;
    }
    
    ul.navbar-nav li:last-child a.nav-link::after {
        content: ".";
    }

    .tour-heading img {
        left: 15%;
    }

    #tour-row {
        margin: 0 10px !important;
    }
}
.gallery-sec{ padding: 0 0 30px 0}
#gallery {
  padding-top: 40px;
}
@media screen and (min-width: 991px) {
  #gallery {
    padding: 0px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.styled-table thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}
.styled-table th,
.styled-table td {
    padding: 12px 15px;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #009879;
}