
/*** 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: 20px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/* !!!!!!!!!!!!!!!!!!!!! whats app sticky icons!!!!!!!!!!!!!!!!!! */
.whatsapp-icon {
    position: fixed;
    bottom: 80px; 
    right: 20px; 
    width: 45px; 
    height: 45px; 
    background-color: #059212;
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1000; 
    transition: transform 0.3s;
  }
  
  .whatsapp-icon img {
    width: 70%; 
    height: auto; 
  }
  
  .whatsapp-icon:hover {
    transform: scale(1.1);
  }

/*** 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 #7BD3EA;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color: #7BD3EA !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 #7BD3EA;
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 #7BD3EA;
    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: #7BD3EA;
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid #7BD3EA !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid #7BD3EA !important;
}


/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: #7BD3EA !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: var(--bs-dark) !important;
    font-size: 17px;
    font-weight: 400;
    outline: none;
    transition: .5s;
    z-index: 1000;
}

.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: #7BD3EA !important;
}

.navbar-light .navbar-brand h1 {
    color: var(--bs-white);
}

.sticky-top.navbar-light .navbar-brand h1 {
    color: #7BD3EA;
}


.navbar-light .navbar-brand img {
    max-height: 90px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.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: #7BD3EA;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}
.navbar-light .navbar-brand img {
    margin-left: 100px;
}
@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: #7BD3EA;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #7BD3EA;
        color: #7BD3EA;
    }

    .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: #7BD3EA !important;
    }

    .navbar-light .navbar-brand img {
        margin-left: 0px;
    }
}

@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: #7BD3EA; */
        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%;
}
body{
    overflow-x: hidden;
}
.carousel-header{
    margin-top: 80px;
}
@media (max-width:768px) {
    .carousel-header{
        margin-top: 0px !important;
    }
}
.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: auto; 
}

.carousel-header .carousel-item  {
    position: absolute;
    width: 100%;
    height: 50%;
    object-fit: cover;
}
.carousel-item img {
    object-fit: cover;
    object-position: center;  /* Center the image */
}



.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-size: cover;
}

@media (max-width: 768px) {
    .carousel-item {
        width: 100%;
        height: 400px;
    }

}
@media (max-width: 768px) {
    .carousel-caption h1 {
        font-size: 0.5rem !important;
    }

}

@media (max-width: 576px) {
    .carousel-caption h1 {
        font-size: 20px !important;
    }
}

/*** Carousel Hero Header End ***/


/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background:url(../img/breadcrumb-bg.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 240px 0 50px 0;
    
}
@media screen and (min-width: 320px) and (max-width: 500px) {
    .bg-breadcrumb {
        width: 100%;
    }
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-secondary) !important;
}
/*** Single Page Hero Header End ***/


/*** About Start ***/


.about .container .section-about-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: rgb(255, 131, 131);
}

.about .container .section-about-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid #7BD3EA !important;
}
.feature-box {
    border-bottom: 1px solid #e0e0e0;
}
.feature-box:last-child {
    border-right: none; 
}

.avatar-group img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: -10px;
    border: 2px solid white;
}

  .avatar-group {
    display: flex;
    align-items: center;
}

.plus-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(19, 53, 123);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-weight: bold;
    font-size: 1.2rem;
    border: 2px solid white;
    margin-left: -10px; 
}

.avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
}


/*** About End ***/


/*** Services Start ***/
.service .service-content-inner {
    transition: 0.5s;
}
.service .service-content-inner:hover {
    position: relative;
    background: #7BD3EA !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 ***/

#about{
    overflow-x: hidden;   
}
/*** package Start ***/
.package .package-img {
    height: 100%;
    padding: 25px;
    background: #7BD3EA;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.package .package-img img {
    width: 100%;
    height: 100%;
}

.package .package-item {
    position: relative;
    overflow: hidden;
}

.package .package-item img {
    transition: 0.5s;
}

.package .package-item:hover img {
    transform: scale(1.2);
}

.package .package-item .package-content {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   padding: 15px;
   transform: translateX(-50%, -50%);
   display: flex;
   align-items: center;
   justify-content: center;
   opacity: 0;
   transition: 0.5s;
}

.package .package-item:hover .package-content {
    opacity: 1;
    background: rgba(241, 193, 82, .7);
}
/*** package End ***/


/*** Tour Booking Start ***/
.booking {
    background: linear-gradient(rgb(250, 129, 129,.6), rgb(250, 129, 129,.3)), 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 #7BD3EA;
}

.booking .container form .btn.btn-primary:hover {
    box-shadow: inset 800px 0 0 0 var(--bs-light) !important;
    color: #7BD3EA !important;
}

.btn-warning{
    background-color: #dba608;
}
.btn-primary {
    color: #fff !important;
    background-color: #7BD3EA;
    border-color: #7BD3EA;
}
/*** Tour Booking end ***/
/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid #7BD3EA;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
}


/*** 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 video{
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover .blog-img-inner img video{
    transform: scale(1.2);
}
/*** Blog End ***/

/*** Contact Start ***/
.contact .container form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 #7BD3EA;
}

.contact .container form .btn.btn-primary:hover {
    box-shadow: inset 1000px 0 0 0 var(--bs-light) !important;
    color: #7BD3EA !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: #7BD3EA;
}

/*** Footer End ***/





/* social-media icons */


.social {
    position: fixed ;
    top: 140px;
    left: 10px;
    z-index: 1;
    width: 5%;
  }
  .social a:hover,
  .social a:focus {
      color: #000;
      text-decoration: none; 
  }
  .social ul {
    padding: 0;
    transform: translate(-270px, 0);
  }
  .social ul li:hover i {
    transition: transform 0.5s;
  }
  .social ul li {
    display: block;
    margin: 5px;
    background: rgba(0, 0, 0, 0.36);
    width: 295px;
    text-align: right;
    padding: 8px 4px 7px 4px;
    border-radius: 0 30px 30px 0;
    transition: all 1s;
  }
  
  .social ul li:hover {
    transform: translate(110px, 0) !important;
    background: rgba(255, 255, 255, 0.4);
  }
  
  .social ul li:hover a {
    color: #000 !important;
  }
  
  .social ul li i {
    margin-left: 10px;
    color: #000;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 17px;
    transition: transform 0.5s; 
  }
  
  .social ul li:hover i {
    transform: rotate(180deg) !important;
  }

  @media (max-width:640px){
    .social ul li i {
        margin-left: 10px;
        color: #000;
        background: #fff;
        padding: 5px;
        border-radius: 50%;
        width: 15px !important;
        height: 15px !important;
        font-size: 16px;
        transition: transform 0.5s; 
      }
      .social ul li {
        display: block;
        margin: 3px;
        background: rgba(0, 0, 0, 0.36);
        width: 280px;
        text-align: right;
        padding: 6px 2px 6px 4px;
        border-radius: 0 30px 30px 0;
        transition: all 1s;
      }
      .social {
        position: fixed ;
        top: 140px;
        left: 15px;
        z-index: 999;
      }
     
  }

  @media (max-width:991px){
    .social ul li i {
        margin-left: 10px;
        color: #000;
        background: #fff;
        padding: 5px;
        border-radius: 50%;
        width: 15px !important;
        height: 15px !important;
        font-size: 16px;
        transition: transform 0.5s; 
      }
      .social ul li {
        display: block;
        margin: 3px;
        background: rgba(0, 0, 0, 0.36);
        width: 280px;
        text-align: right;
        padding: 6px 2px 6px 4px;
        border-radius: 0 30px 30px 0;
        transition: all 1s;
      }
      .social {
        position: fixed ;
        top: 140px;
        left: 15px;
        z-index: 999;
      }
  }


/* social media icons */


/* 404 pages start */
.lastpage div{
text-align: center;
}

/* 404 pages end */




/* responsive media query */

/*Navbar start */
@media screen and (min-width:320px) and (max-width:500px) {
  .nav-logo-text{
        font-size: 15px;
    }
    .event{
        overflow-x: hidden;
    }

}



/* Navbar end */
@media (max-width:768px) {
    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        padding: 10px 0px;
       
    }
    .carousel-header .carousel-control-next .carousel-control-next-icon {
        padding: 10px 0px;
    }
    .event{
        overflow-x: hidden;
    }
    .carousel{
        margin-top: 0px !important;
    }
}
.carousel{
    margin-top: 50px;
}



/*** Events Start ***/
.event-item img {
    transition: 0.5s;
}

.event .event-item a {
    transition: 0.5s;
}

.event-item:hover img {
    transition: 0.5s;
    transform: scale(1.2)
}

.event-item a:hover {
    background: var(--bs-dark);
    color: var(--bs-primary);
    opacity: 0.5s;
}
/*** Events End ***/



@media (min-width:1600px) {
    .container-fluid {
        max-width: 1320px; 
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:1024px) {
    .container-fluid {
        overflow-x: hidden;
    }
}


/* marquee */
.home-logo-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 1rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .home-logo-wrapper.reverse {
    margin-top: -2rem;
  }
  .clients-grid.logo-animate {
    grid-column-gap: 2rem;
    opacity: 1;
    flex: none;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 105rem;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
  }
  .logo-animate {
    animation: slide 35s infinite linear;
  }
  .client-logo{
   color: #7BD3EA;
  }
  .clients-grid.logo-animate-alt {
    grid-column-gap: 3rem;
    flex: none;
    width: 100rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }
  .logo-animate-alt {
    animation: slidealt 25s infinite linear;
    animation-direction: reverse;
  }
  /* Animation for the first right to left marquee */
  @keyframes slide {
    0% {
      transform: translateX(calc(0% + 50px));
    }
  
    100% {
      transform: translateX(-100%);
    }
  }
  
  .logo-animate {
    animation: slide 35s infinite linear;
    /* Adjust the seconds for a slower or faster animation */
  }
  
  /* Animation for the second left to right marquee */
  @keyframes slidealt {
    0% {
      transform: translateX(calc(0% + 50px));
    }
  
    100% {
      transform: translateX(-100%);
    }
  }
  
  .logo-animate-alt {
    animation: slidealt 35s infinite linear;
    /* Adjust the seconds for a slower or faster animation */
    animation-direction: reverse;
  }
  