
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 #7C6448;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #7C6448!important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #715b44;
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    position: relative;
    padding: 35px 15px;
    color: black !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
    color: var(--bs-dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-white) !important;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
    max-height: 100px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 80px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active  {
        color: var(--bs-primary) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 100px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        background: #7C6448 ;
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.carousel-header .carousel-control-prev,
.carousel-header .carousel-control-next {
    background: transparent;
}

.carousel-header .carousel-control-prev .carousel-control-prev-icon {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
    background-size: 60% 60%;
}

.carousel-header .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 25px 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 0;
    background-size: 60% 60%;

}

.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li,
.carousel-header .carousel .carousel-indicators li {
    opacity: 0;
}

.carousel-header .carousel-inner .carousel-item {
    position: relative;
    min-height: 100vh 
}

.carousel-header .carousel-inner .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-header .carousel-inner .carousel-item .carousel-caption  {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5));
    background-size: cover;
}

@media (max-width: 768px) {
    .carousel-header .carousel-inner .carousel-item img,
    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        height: 700px;
        margin-top: -100px;
    }

    .carousel-header {
        height: 700px !important;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon,
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        opacity: 0;
    }
    
    .search-bar {
        margin-top: -100px;
        transition: 0.5s;
    }
}
/*** Carousel Hero Header End ***/


/*** Sangama Page Hero Header Start ***/

.bg-breadcrumb {

    background:
    linear-gradient(
        rgba(61,39,25,0.65),
        rgba(61,39,25,0.65)
    ),
    url(../img/back.jfif);

    background-position:center;

    background-repeat:no-repeat;

    background-size:cover;

    background-attachment:fixed;

    padding:160px 0 80px 0;

    position:relative;

}



/* Heading */

.bg-breadcrumb h3{

    font-size:60px;

    font-weight:800;

    letter-spacing:3px;

    color:#fff8ef!important;

    text-transform:uppercase;

}



/* Breadcrumb */

.bg-breadcrumb .breadcrumb{

    background:#fff8ef;

    display:inline-flex;

    padding:12px 30px;

    border-radius:50px;

    box-shadow:
    0 10px 25px rgba(0,0,0,.25);

}



.bg-breadcrumb .breadcrumb-item{

    font-weight:600;

    color:#8b5e3c!important;

}



.bg-breadcrumb .breadcrumb-item a{

    color:#3d2719!important;

    text-decoration:none;

}



.bg-breadcrumb .breadcrumb-item.active{

    color:#8b5e3c!important;

}





/* Mobile */

@media(max-width:768px){


.bg-breadcrumb{

    padding:120px 0 60px;

    background-attachment:scroll;

}



.bg-breadcrumb h3{

    font-size:35px;

}



.bg-breadcrumb .breadcrumb{

    padding:10px 20px;

}


}

/*** Sangama Page Hero Header End ***/

/*** About Start ***/
.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #b84132;
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}
/*** About End ***/


/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}
.service .service-content-inner:hover {
    position: relative;
    background: var(--bs-primary) !important;
}

.service .service-content-inner .service-content h5,
.service .service-content-inner .service-content p,
.service .service-content-inner .service-icon i {
    transition: 0.5s;
}

.service .service-content-inner:hover .service-content h5,
.service .service-content-inner:hover .service-content p,
.service .service-content-inner:hover .service-icon i {
    color: var(--bs-white) !important;
}
/*** Service End ***/


/*** Destination Start ***/
.destination .tab-class .tab-content .tab-pane .destination-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    z-index: 1;
}

.destination .tab-class .tab-content .tab-pane .destination-img .destination-overlay {
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 3;
    transition: 0.5s;
}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    justify-content: end;
    padding: 20px 20px 0 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: 0.5s;

}

.destination .tab-class .tab-content .tab-pane .destination-img .search-icon a i {
    opacity: 0;
    transition: 0.5s;
}

.destination .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.destination .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.destination .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon {
    background: rgba(19, 53, 123, 0.4);
}

.destination .tab-class .tab-content .destination-img:hover .destination-overlay {
    bottom: 0;
}

.destination .tab-class .tab-content .destination-img:hover .search-icon a i {
    opacity: 1;
}

.destination .tab-class .tab-content .destination-img img {
    transition: 0.5s;
}

.destination .tab-class .tab-content .destination-img:hover img {
    transform: scale(1.2);
}
/*** Destination End ***/


/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

.packages .packages-item .packages-img .packages-info {
    background: rgba(0, 0, 0, .3);
}

.packages .packages-item .packages-img .packages-info small,
.packages .packages-item .packages-img .packages-info small i {
    color: var(--bs-white);
    transition: 0.5s;
}

.packages .packages-item .packages-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0px solid;
    border-radius: 10px !important;
    visibility: hidden;
    transition: 0.7s;
    z-index: 3;
}

.packages .packages-item .packages-img:hover.packages-img::after {
    width: 100%;
    height: 100%;
    border: 300px solid;
    border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
    visibility: visible;
}

.packages .packages-item .packages-img small,
.packages .packages-item .packages-img small i {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover small,
.packages .packages-item .packages-img:hover small i {
    color: var(--bs-white) !important;

}

.packages .packages-item .packages-img img {
    transition: 0.5s;
}

.packages .packages-item .packages-img:hover img {
    transform: scale(1.3);
}

.packages .packages-item .packages-img .packages-price {
    position: absolute;
    width: 100px; 
    top: 0; 
    left: 50%; 
    transform: translateX(-50%);
    display: inline-block;
    background: red;
    color: var(--bs-white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; 
    z-index: 5;
}

.packages .packages-carousel {
    position: relative;
}

.packages .packages-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -50px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid #7C6448;
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-next {
    position: absolute;
    top: -50px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid #7C6448;
    border-radius: 30px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev i,
.packages .packages-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.packages .packages-carousel .owl-nav .owl-prev:hover,
.packages .packages-carousel .owl-nav .owl-next:hover {
    background: #e1bc8f;
}

.packages .packages-carousel .owl-nav .owl-prev:hover i,
.packages .packages-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}
/*** Packages End ***/


/*** Explore Tour Start ***/
.ExploreTour .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.ExploreTour .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.ExploreTour .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}


/* National Tour Start */
.ExploreTour #NationalTab-1 .national-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #NationalTab-1 .national-item img {
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #NationalTab-1 .national-item .national-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .2);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #NationalTab-1 .national-item .national-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #NationalTab-1 .national-item:hover .national-plus-icon {
    opacity: 1;
}

.ExploreTour #NationalTab-1 .national-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 40px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

/* International Tour Start */
.ExploreTour #InternationalTab-2 .international-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .international-item img {
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover img {
    transform: scale(1.2);
}

.ExploreTour #InternationalTab-2 .international-item .tour-offer {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 80px;
    background: var(--bs-primary);
    color: var(--bs-white);
}

.ExploreTour #InternationalTab-2 .international-item .international-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    padding: 20px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: end;
    justify-content: center;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-content {
    background: rgba(19, 53, 123, .6);
}

.ExploreTour #InternationalTab-2 .international-item .international-content .international-info a {
    font-size: 14px;
}

.ExploreTour #InternationalTab-2 .international-item .international-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.ExploreTour #InternationalTab-2 .international-item:hover .international-plus-icon {
    opacity: 1;
}

/* carousel Start */
.ExploreTour #InternationalTab-2 .InternationalTour-carousel .international-item {
    position: relative;
    overflow: hidden;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.ExploreTour #InternationalTab-2 .InternationalTour-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}
/*** Explore Tour End ***/


/*** Gallery Start ***/
.gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.gallery .gallery-item img {
    min-height: 300px;
    object-fit: cover;
}

.gallery .gallery-item .gallery-content {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-content .gallery-info {
    position: relative;
    margin-bottom: -100%;
    opacity: 0;
    transition: 0.5s;
}

.gallery .gallery-item .gallery-plus-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    opacity: 0;
}

.gallery .gallery-item:hover .gallery-content .gallery-info,
.gallery .gallery-item:hover .gallery-plus-icon {
   opacity: 1;
   margin: 0;
}

.gallery .gallery-item img {
    transition: 0.5s;
}

.gallery .gallery-item:hover img {
    transform: scale(1.2);
}

.gallery .gallery-item:hover .gallery-content {
    background: rgba(19, 53, 123, 0.8);
}

.gallery .tab-class .nav-item {
    padding: 0 0 20px 0;
}
.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.gallery .tab-class .nav-item a.active span {
    color: var(--bs-white) !important;
}

/*** Gallery End ***/

/*** Tour Booking Start ***/
.booking {
    background: linear-gradient(rgba(19, 53, 123, .8), rgba(19, 53, 123, .8)), url(../img/tour-booking-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}


.booking .container .section-booking-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.booking .container .section-booking-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.booking .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}



/*** Tour Booking end ***/

/*** Travel Guide Start ***/
.guide .guide-item .guide-img {
    position: relative;
}

.guide .guide-item .guide-img .guide-icon {
    position: absolute;
    bottom: 0; 
    left: 50%; 
    transform: translate(-50%, -50%);
    margin-bottom: -50px;
    display: flex;
    justify-content: center;
    border: 1px solid var(--bs-primary);
    background: var(--bs-light);
    z-index: 9;
}

.guide .guide-item .guide-img .guide-img-efects {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.guide .guide-item .guide-img .guide-img-efects::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-img-efects::after {
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: rgba(19, 53, 123, .5);
}

.guide .guide-item .guide-img-efects img {
    transition: 0.5s;
}
.guide .guide-item:hover .guide-img-efects img {
    transform: scale(1.1);
}

.guide .guide-item .guide-title {
    position: relative;
    background: var(--bs-light);
    transition: 0.5s;
}

.guide .guide-item .guide-title::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title::after {
    height: 100%;
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.guide .guide-item .guide-title .guide-title-inner,
.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    transition: 0.5s;
}

.guide .guide-item:hover .guide-title .guide-title-inner {
    position: relative;
    color: var(--bs-white) !important;
    z-index: 2;
}

.guide .guide-item:hover .guide-title .guide-title-inner h4 {
    color: var(--bs-white);
}
/*** Travel Guide End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
}

.blog .blog-item .blog-img .blog-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    display: flex;
    background: rgba(255, 255, 255, .2);
    color: var(--bs-white);
}

.blog .blog-item .blog-img .blog-img-inner {
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon {
    position: absolute;
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.blog .blog-item .blog-img .blog-img-inner .blog-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon a {
    opacity: 1;
}

.blog .blog-item .blog-img:hover .blog-img-inner .blog-icon {
    height: 100%;
    background: rgba(19, 53, 123, .6);
    opacity: 1;
}

.blog .blog-item .blog-img .blog-img-inner {
    overflow: hidden;
}

.blog .blog-item .blog-img .blog-img-inner img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img {
    transform: scale(1.2);
}
/*** Blog End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .testimonial-item .testimonial-img {
    position: relative;
    width: 100px; 
    height: 100px; 
    top: 0; left: 50%; 
    transform: translate(-50%, -50%);
    border: 3px solid var(--bs-primary); 
    border-style: dotted;
    border-radius: 50%;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -55px;
    left: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-next {
    position: absolute;
    top: -55px;
    right: 0;
    padding: 5px 30px;
    border: 1px solid var(--bs-primary);
    border-radius: 30px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev i,
.testimonial .testimonial-carousel .owl-nav .owl-next i {
    color: var(--bs-primary);
    font-size: 17px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.testimonial .testimonial-carousel .owl-nav .owl-prev:hover i,
.testimonial .testimonial-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-comment {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-item.center .testimonial-item .testimonial-img {
    border: 3px solid var(--bs-white); 
    border-style: dotted;
    transition: 0.5s;
}
/*** Testimonial End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: var(--bs-primary) !important;
}
/*** Contact End ***/

/*** Subscribe Start ***/
.subscribe {
    background: linear-gradient(rgba(19, 53, 123, .6), rgba(19, 53, 123, .6)), url(../img/subscribe-img.jpg);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subscribe .subscribe-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-white);
}

.subscribe .subscribe-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-white) !important;
}

.subscribe .subscribe-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-white) !important;
}
/*** Subscribe End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 30px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color: var(--bs-primary);
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

/* ==============================
   SANGAMA GALLERY SAME SIZE BOX
================================*/

.gallery .row > div{
    display:flex;
}


.gallery-item{

    width:100%;

    height:320px !important;

    position:relative;

    overflow:hidden;

    border-radius:18px;

    background:#fff;

    box-shadow:0 8px 25px rgba(0,0,0,.15);

}


/* Image Equal Size */

.gallery-item img{

    width:100% !important;

    height:100% !important;

    object-fit:cover;

    object-position:center;

    border-radius:18px;

    transition:0.5s ease;

}


/* Hover */

.gallery-item:hover img{

    transform:scale(1.1);

}




/* Plus Icon */

.gallery-plus-icon{

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(0,0,0,.35);

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    transition:.4s;

}


.gallery-item:hover .gallery-plus-icon{

    opacity:1;

}


.gallery-plus-icon a{

    width:55px;

    height:55px;

    background:#8B5E3C;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

}





/* Tablet */

@media(max-width:991px){

.gallery-item{

height:280px !important;

}

}



/* Mobile */

@media(max-width:576px){

.gallery-item{

height:260px !important;

}

}
/* =============================
   MODERN ABOUT SECTION
============================= */

.about-section{

background:#fff8f1;

}


.about-image{

height:520px;

border-radius:30px;

overflow:hidden;

position:relative;

box-shadow:
0 20px 50px rgba(0,0,0,.18);

}


.about-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}


.about-image:hover img{

transform:scale(1.1);

}




.about-content{

background:white;

padding:50px;

border-radius:30px;

box-shadow:
0 15px 40px rgba(0,0,0,.1);

}


.about-content h5{

color:#8B5E3C;

font-weight:700;

letter-spacing:3px;

margin-bottom:20px;

}



.about-content h1{

font-size:42px;

font-weight:800;

color:#2b1d14;

margin-bottom:25px;

}



.about-content h1 span{

color:#8B5E3C;

}



.about-content p{

font-size:17px;

line-height:1.8;

color:#555;

}




.about-points{

margin-top:25px;

}


.about-points div{

margin-bottom:15px;

font-size:17px;

font-weight:600;

}


.about-points i{

color:#8B5E3C;

margin-right:10px;

}





.about-btn{

display:inline-block;

margin-top:25px;

background:#8B5E3C;

color:white;

padding:14px 35px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.4s;

}


.about-btn:hover{

background:#d8b28a;

color:#2b1d14;

}





@media(max-width:768px){


.about-image{

height:350px;

}


.about-content{

padding:30px;

}


.about-content h1{

font-size:30px;

}

}

/* Sangama Common Design */

.sangama-section{

background:#fff8f1;

}


.sangama-card{

height:100%;

background:white;

padding:40px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.12);

transition:.5s;

}


.sangama-card:hover{

transform:translateY(-10px);

}


.sangama-icon{

width:70px;

height:70px;

background:#8B5E3C;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

margin:auto;

margin-bottom:25px;

}


.sangama-icon i{

font-size:30px;

color:white;

}


.sangama-card h3{

font-weight:700;

color:#2d1b12;

margin-bottom:15px;

text-align:center;

}


.sangama-card p{

font-size:16px;

line-height:1.8;

color:#555;

text-align:center;

}


.big-card{

min-height:330px;

}


.small-card{

padding:35px 20px;

}


.small-card i{

font-size:45px;

color:#8B5E3C;

margin-bottom:20px;

}


.small-card h5{

font-weight:700;

}




@media(max-width:768px){

.sangama-card{

padding:25px;

}

}

/* PRODUCTS */

.sangama-product-section{

background:#fff8f1;

}


.sangama-product-card{

background:white;

border-radius:30px;

overflow:hidden;

height:100%;

box-shadow:0 15px 40px rgba(0,0,0,.12);

transition:.5s;

}


.sangama-product-card:hover{

transform:translateY(-10px);

}



.product-img{

height:280px;

overflow:hidden;

}


.product-img img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}


.sangama-product-card:hover img{

transform:scale(1.1);

}


.product-info{

padding:35px;

text-align:center;

}


.product-info h3{

font-weight:800;

color:#2b1d14;

}


.product-info p{

color:#555;

line-height:1.8;

}






/* WORKSHOP */

.workshop-section{

background:#fff;

}


.workshop-card{

background:#fff8f1;

padding:60px;

border-radius:35px;

box-shadow:0 20px 50px rgba(0,0,0,.12);

}



.workshop-card h5{

color:#8B5E3C;

letter-spacing:3px;

}



.workshop-box{

background:white;

padding:35px;

border-radius:25px;

height:100%;

text-align:center;

box-shadow:0 10px 30px rgba(0,0,0,.1);

}



.workshop-box i{

font-size:45px;

color:#8B5E3C;

margin-bottom:20px;

}



.workshop-btn{

display:inline-block;

background:#8B5E3C;

color:white;

padding:15px 45px;

border-radius:50px;

text-decoration:none;

}



@media(max-width:768px){

.workshop-card{

padding:30px;

}

}
/* =====================
   CONTACT SANGAMA STYLE
===================== */

.sangama-contact{

background:#fff8f1;

}


.contact-card{

background:white;

padding:45px;

border-radius:30px;

box-shadow:
0 15px 40px rgba(0,0,0,.12);

transition:.5s;

}


.contact-card:hover{

transform:translateY(-8px);

}



.contact-info{

display:flex;

gap:20px;

margin-top:25px;

}



.contact-icon{

width:60px;

height:60px;

min-width:60px;

background:#8B5E3C;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

}



.contact-icon i{

font-size:25px;

color:white;

}


.contact-info h5{

font-weight:700;

}


.contact-info a{

color:#555;

text-decoration:none;

}



.contact-input{

height:58px;

border-radius:15px;

border:none;

background:#fff8f1;

padding:15px;

}



textarea.contact-input{

height:auto;

}



.contact-btn{

width:100%;

border:none;

background:#8B5E3C;

color:white;

padding:16px;

border-radius:50px;

font-weight:700;

transition:.4s;

}



.contact-btn:hover{

background:#d8b28a;

color:#2b1d14;

}



.map-box{

border-radius:30px;

overflow:hidden;

box-shadow:
0 15px 40px rgba(0,0,0,.15);

}



.map-box iframe{

border:0;

display:block;

}




@media(max-width:768px){

.contact-card{

padding:30px;

}

}

/* ==================================
   GALLERY SAME AS ABOUT PAGE STYLE
================================== */

.gallery{

    background:#fff8f1;

}


/* Main container like about */

.gallery .tab-class{

    background:white;

    padding:40px;

    border:5px solid #8B5E3C;

    border-radius:25px;

    box-shadow:
    0 15px 40px rgba(0,0,0,.15);

}


/* Heading */

.gallery h1{

    font-weight:800;

    color:#2b1d14;

}


.gallery p{

    color:#555;

    font-size:17px;

}



/* Image Card same as about image */

.gallery-item{

    height:320px !important;

    background:white;

    padding:10px;

    border:3px solid #8B5E3C;

    border-radius:20px;

    overflow:hidden;

    box-shadow:
    0 10px 30px rgba(0,0,0,.15);

    transition:.5s;

}


.gallery-item:hover{

    transform:translateY(-8px);

}




.gallery-item img{

    width:100%;

    height:100% !important;

    object-fit:cover;

    border-radius:15px;

    transition:.5s;

}


.gallery-item:hover img{

    transform:scale(1.08);

}



/* Plus Button */

.gallery-plus-icon{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.35);

    display:flex;

    align-items:center;

    justify-content:center;

    opacity:0;

    transition:.4s;

}


.gallery-item:hover .gallery-plus-icon{

    opacity:1;

}


.gallery-plus-icon a{

    width:60px;

    height:60px;

    background:#8B5E3C;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

}




/* Mobile */

@media(max-width:768px){

.gallery .tab-class{

    padding:20px;

}


.gallery-item{

    height:250px!important;

}

}
/* ======================
   SANGAMA NAVBAR STYLE
====================== */

.sangama-navbar{

    background:#fff8ef;

    min-height:90px;

    padding:10px 45px !important;

    box-shadow:
    0 8px 30px rgba(0,0,0,.08);

    position:relative;

    z-index:999;

}


/* ======================
   LOGO
====================== */


.sangama-brand{

    text-decoration:none;

}


.sangama-brand h2{

    margin:0;

    font-size:34px;

    font-weight:800;

    letter-spacing:8px;

    color:#3d2719;

}


.sangama-brand span{

    display:block;

    margin-top:5px;

    font-size:13px;

    letter-spacing:5px;

    color:#8b5e3c;

    text-transform:uppercase;

}





/* ======================
   MENU
====================== */


.sangama-menu{

    display:flex;

   

    gap:34px;

    margin-left:300px;   /* MOVE MENU RIGHT */

}


.sangama-menu .nav-link{

    padding:0;

    font-size:16px;

    font-weight:700;

    color:#3d2719!important;

    position:relative;

    transition:.3s;

}



.sangama-menu .nav-link::after{

    content:"";

    position:absolute;

    left:0;

    bottom:-10px;

    width:0;

    height:3px;

    background:#8b5e3c;

    transition:.4s;

}


.sangama-menu .active::after,
.sangama-menu .nav-link:hover::after{

    width:100%;

}





/* ======================
   RIGHT BUTTONS
====================== */


.nav-action{

    display:flex;

    align-items:center;

    gap:18px;

    margin-left:auto;

}



/* Book Button */


.book-btn{

    background:#8b5e3c;

    color:white;

    padding:14px 35px;

    border-radius:50px;

    font-weight:700;

    text-decoration:none;

    box-shadow:
    0 10px 25px rgba(139,94,60,.35);

    transition:.3s;

}


.book-btn:hover{

    background:#5a3925;

    color:white;

}






/* WhatsApp */


.whats-app{

    width:55px;

    height:55px;

    border-radius:50%;

    background:#25d366;

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    text-decoration:none;

    box-shadow:
    0 0 0 10px #d8f8e2;

    transition:.3s;

}


.whats-app:hover{

    transform:scale(1.1);

    color:white;

}







/* ======================
   MOBILE RESPONSIVE
====================== */


@media(max-width:991px){


.sangama-navbar{

    min-height:auto;

    padding:15px!important;

}




.sangama-brand h2{

    font-size:24px;

    letter-spacing:5px;

}


.sangama-brand span{

    font-size:10px;

    letter-spacing:3px;

}



/* reset menu */

.sangama-menu{

    margin-left:0;

    margin-top:25px;

    display:block;

}


.sangama-menu .nav-link{

    padding:10px 0;

}



.nav-action{

    margin-top:20px;

    margin-left:0;

    justify-content:start;

}




.book-btn{

    padding:10px 25px;

}



.whats-app{

    width:45px;

    height:45px;

    font-size:22px;

}


}

/* ==========================
   SANGAMA FOOTER STYLE
========================== */

.footer{

    background:
    linear-gradient(
        rgba(61,39,25,.95),
        rgba(61,39,25,.95)
    ),
    url("../img/footer-bg.jpg");

    background-size:cover;

    background-position:center;

    color:white;

    position:relative;

}




.footer h4{

    font-size:24px;

    font-weight:700;

    color:#fff8ef!important;

    margin-bottom:25px;

    position:relative;

}



.footer h4::after{

    content:"";

    width:55px;

    height:3px;

    background:#d8a86d;

    position:absolute;

    left:0;

    bottom:-10px;

    border-radius:20px;

}






/* FOOTER LINKS */

.footer-item a{

    color:#f5e8d8!important;

    margin-bottom:14px;

    text-decoration:none;

    font-size:16px;

    line-height:28px;

    transition:.3s;

}



.footer-item a:hover{

    color:#d8a86d!important;

    padding-left:8px;

}



.footer-item i{

    color:#d8a86d;

}








/* SOCIAL ICON */

.btn-square{

    width:45px;

    height:45px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#8b5e3c!important;

    border:none!important;

    color:white!important;

    transition:.4s;

}



.btn-square i{

    color:white;

}



.btn-square:hover{

    background:#d8a86d!important;

    transform:translateY(-6px);

}








/* MAP */

.footer iframe{

    border-radius:18px;

    border:5px solid #8b5e3c!important;

    box-shadow:
    0 15px 30px rgba(0,0,0,.35);

}









/* =====================
 COPYRIGHT
===================== */


.copyright{

    background:#2b1b12;

    color:#f5e8d8!important;

}



.copyright a{

    color:#d8a86d!important;

    font-weight:700;

    text-decoration:none;

}



.copyright a:hover{

    color:white!important;

}








/* =====================
 RESPONSIVE
===================== */


@media(max-width:768px){


.footer{

    text-align:center;

}


.footer h4::after{

    left:50%;

    transform:translateX(-50%);

}



.footer-item a:hover{

    padding-left:0;

}



.footer .d-flex{

    justify-content:center;

}



.footer iframe{

    height:300px;

}



.copyright .text-md-end,
.copyright .text-md-start{

    text-align:center!important;

}


}
/* =========================
   WHY CHOOSE STYLE
========================= */

.choose-card{

    background:#fff;

    border-radius:18px !important;

    min-height:300px;

    transition:.4s;

    border-bottom:5px solid transparent;

}


.choose-card:hover{

    transform:translateY(-10px);

    border-bottom-color:#8b5e3c;

    box-shadow:
    0 18px 40px rgba(139,94,60,.25)!important;

}



/* ICON BROWN STYLE */

.choose-card i{

    width:80px;

    height:80px;

    border-radius:50%;

    background:#f3e4d5;

    color:#8b5e3c !important;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:auto;

    margin-bottom:25px;

    transition:.4s;

}



.choose-card:hover i{

    background:#8b5e3c;

    color:white!important;

    transform:rotateY(360deg);

}




.choose-card h4{

    color:#3d2719;

    font-size:22px;

    font-weight:800;

    margin-bottom:18px;

}



.choose-card p{

    color:#666;

    font-size:16px;

    line-height:30px;

}



/* TITLE COLOR */

.text-primary{

    color:#8b5e3c!important;

}
/* ======================
   ABOUT SECTION
====================== */

.about{

    background:#fffaf3;

    padding:70px 0;

}


/* main alignment */

.about .row{

    align-items:center !important;

}



/* IMAGE */

.about-img{

    width:100%;

    height:520px;

    border-radius:25px;

    overflow:hidden;

    box-shadow:
    0 20px 45px rgba(0,0,0,.18);

}


.about-img img{

    width:100%;

    height:100%;

    object-fit:cover;

}



/* TITLE */

.section-title{

    color:#8b5e3c;

    font-size:16px;

    font-weight:800;

    letter-spacing:3px;

    text-transform:uppercase;

}


.about h1{

    font-size:40px;

    font-weight:800;

    color:#3d2719;

    margin-bottom:25px;

}


.about h1 span{

    color:#8b5e3c !important;

}




/* TEXT */

.about p{

    font-size:16px;

    line-height:30px;

    color:#555;

}




/* FEATURE BOX */

.about .row.g-3 .shadow{

    height:210px;

    padding:25px !important;

    border-radius:18px !important;

    background:white;

    border:1px solid #eee;

    transition:.4s;

}


.about .row.g-3 .shadow:hover{

    transform:translateY(-8px);

    box-shadow:
    0 15px 35px rgba(139,94,60,.25)!important;

}




/* ICON */

.about i{

    width:65px;

    height:65px;

    border-radius:50%;

    background:#fff0df;

    display:flex;

    align-items:center;

    justify-content:center;

    color:#8b5e3c!important;

}




.about h5{

    font-weight:800;

    color:#3d2719;

}





/* BUTTON */

.about .btn-primary{

    background:#8b5e3c;

    border:none;

}



.about .btn-outline-primary{

    color:#8b5e3c;

    border-color:#8b5e3c;

}




/* MOBILE */

@media(max-width:768px){


.about{

padding:40px 0;

}


.about-img{

height:350px;

}


.about h1{

font-size:28px;

}


.about .row.g-3 .shadow{

height:auto;

}


}