@font-face {
  font-family: "All_fonts";
  src: url("../font/Nunito-Regular.ttf");
}

:root {
  --primary: #1b1b92;
  --secondary: #fe8800;
  --light: #f5f5f5;
  --dark: #14141f;
}

html {
  scroll-behavior: smooth;
  scroll-padding-block-start: 25rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  font-family: "All_fonts";
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.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: 0.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 var(--bs-primary);
}

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

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

.top--bar {
  background-color: #111161;
}

.top--bar--another {
  /* background-color: #08083a; */
  /* background-color: transparent; */
  background-color: #111161;

}

@media (max-width: 768px) {
  .topbar {
    display: none;
  }
}

/*** Topbar End ***/

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: "Nunito", sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 32px 0;
  color: #000000 !important;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  transition: 0.5s;
}

.navbar-light {
  background-color: #fff;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 10px 0;
  color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #0000fe !important;
}

.navbar-light .navbar-brand img {
  max-height: 100px;
  transition: 0.5s;
}

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

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    background: #ffffff;
  }

  .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;
    margin-left: 0;
    color: var(--dark) !important;
  }

  .navbar-light .navbar-brand img {
    max-height: 100px;
  }
}

@media (min-width: 992px) and (max-width:1239px) {
  .span1 {
    font-size: 1.8rem;
  }

  .header--logo {
    width: 1rem;
    height: 1rem;
    margin-left: -2.2rem;
  }

  .navbar-light .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 32px 0;
    font-size: 15px;
    font-weight: 550;


  }

  .booknow {
    font-size: 12px;
  }

}


@media (min-width: 992px) {
  .navbar-light {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(256, 256, 256, 0.1);
    z-index: 999;
    background: linear-gradient(90deg, rgba(9, 9, 121, 1) 0%, rgba(252, 252, 252, 1) 11%, rgba(255, 255, 255, 1) 90%, rgba(9, 9, 121, 1) 100%);
  }

  .sticky-top.navbar-light {
    position: fixed;
    background: #ffffff;
  }

  .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background: #0000fe;
    transition: 0.5s;
  }

  .navbar-light .navbar-nav .nav-link:hover::before,
  .navbar-light .navbar-nav .nav-link.active::before {
    width: calc(100% - 2px);
    left: 1px;
  }

  .navbar-light .navbar-nav .nav-link.nav-contact::before {
    display: none;
  }
}

/* @media (max-width: 1068px) {
    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
} */

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

.section-title--book {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title--book::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--bs-white);
  z-index: 1;
}

.section-title--book::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--bs-white);
  z-index: 0;
}

.section-title--book.text-start::before {
  width: calc(100% + 0px);
  left: 5rem;
}

.section-title--book.text-start::after {
  width: calc(100% + 20px);
  left: 5rem;
}

/*** 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, 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 ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 53, 123, 0.5)),
    url(../img/breadcrumb-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 150px 0 50px 0;
}

.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: var(--bs-primary);
}

.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-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  transition: 0.5s;
}

.service-item:hover {
  background: var(--primary);
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !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, 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: var(--bs-primary);
  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 var(--bs-primary);
  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 var(--bs-primary);
  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: var(--bs-primary);
}

.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, 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, 0.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, 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, 0.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, 0.8), rgba(19, 53, 123, 0.8)),
    url(../img/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, 0.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, 0.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, 0.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, 0.6), rgba(19, 53, 123, 0.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--container {
  display: flex;
  justify-content: center;
}

/*** copyright end ***/

.header--logo {
  width: 5rem;
  height: 5rem;
}

.dropdown-item:hover {
  background-color: #0000fe;
  color: #fff;
}

.swap--btn:hover {
  background-color: var(--bs-primary);
}

.copy--link {
  color: var(-- --bs-white);
}

.copy--link:hover {
  color: var(--primary);
}

.package--img {
  width: 100%;
  background-image: url("../img/tr1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 37rem;
}

.package--txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 25rem;
  align-self: center;
}

.banner--img {
  padding: 0;
  margin: 0;
}

.des--img {
  width: 100%;
  background-image: url("../img/tr2.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 26/9;
}

.des--img1 {
  width: 100%;
  background-image: url("../img/tr7.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 26/9;
}

.des--txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 20/9;
  align-self: center;
  justify-content: center;
}

.acc--img {
  width: 100%;
  background-image: url("../img/tr3.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 26/9;
}

.acc--txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 20/9;
  align-self: center;
  justify-content: center;
}

.gall--img {
  width: 100%;
  background-image: url("../img/tr6.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 26/9;
}

.gall--txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 20/9;
  align-self: center;
  justify-content: center;
}

.abt--img {
  width: 100%;
  background-image: url("../img/tr4.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 26/9;
}

.abt--txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 20/9;
  align-self: center;
  justify-content: center;
}

.pak--img {
  width: 100%;
  background-image: url("../img/Pk1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 26/9;
}

.con--img {
  width: 100%;
  background-image: url("../img/tr5.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 26/9;
}

.con--txt {
  display: flex;
  align-items: center;
  flex-direction: column;
  aspect-ratio: 20/9;
  align-self: center;
  /* background-color: yellow; */
  justify-content: center;
}

.btn--submit {
  background-color: #0000fe;
}

.pack_back {
  background: linear-gradient(rgba(19, 53, 123, 0.5), rgba(19, 54, 123, 0.5)),
    url(../img/3413835.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 50rem;
  position: relative;
  width: 100%;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pack--div {
  width: 65%;
  background: rgb(0, 0, 0, 0.1);
  border-radius: 2rem;
  border: solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  box-shadow: 0px 0px 30px 20px rgb(0, 0, 0, 0.1);
}

.wrapper {
  display: flex;
  opacity: 0;
  transform: translateY(-200%);
  animation: fall 2s ease forwards;
  align-self: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

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

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

.wrapper .static-txt {
  color: #fff;
  font-size: 4rem;
  font-weight: 400;
}

.wrapper .dynamic-txts {
  /* margin-left: 15px; */
  height: 5rem;
  line-height: 5rem;
  overflow: hidden;
}

.dynamic-txts li {
  list-style: none;
  color: var(--primary);
  font-size: 4rem;
  font-weight: 600;
  position: relative;
  top: 0;
  animation: slide 12s steps(4) infinite;
  text-align: left;
}

@keyframes slide {
  100% {
    top: -360px;
  }
}

.dynamic-txts li span {
  position: relative;
  /* margin: 5px 0; */
  line-height: 90px;
}

.dynamic-txts li span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background: #377a8f;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  animation: typing 3s steps(10) infinite;
}

@keyframes typing {

  40%,
  60% {
    left: calc(100% + 30px);
  }

  100% {
    left: 0;
  }
}

@media screen and (max-width: 1399px) {
  .wrapper {
    display: flex;
    flex-direction: column;
  }
}

.starlabel {
  color: red;
}

.contact-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.192);
  transition: 0.5s;
  border-radius: 1rem;
}

.moldives--sec1--div1 {
  width: 90%;
  margin: auto;
  padding: 0;
  margin-top: 2rem;
}

.moldives--sec1--div2 {
  color: var(--bs-primary);
  font-weight: bold;
  margin-top: 1.5rem;
}

.moldives--sec1--div3 {
  text-align: justify;
}

.sri--sec1--div3 {
  text-align: center;
}

.sri--table {
  width: 90%;
  margin-left: 3%;
}

.sri--table--ul {
  list-style-type: none;
}

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even) {
  background-color: #f2f2f2;
}

#customers tr:hover {
  background-color: #ddd;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04aa6d;
  color: white;
}

.td1 {
  font-weight: bold;
}

.map--div {
  display: flex;
  padding: 0;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.map--div--sub {
  display: flex;
  width: 98%;
  flex-direction: column;
}

.map--div1 {
  width: 100%;
}

.map--div2 {
  width: 100%;
  margin-top: 1.5rem;
}

.iframe {
  display: flex;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .map--div {
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .map--div--sub {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 4%;
  }

  .map--div1 {
    width: 48%;
  }

  .map--div2 {
    width: 48%;
    margin-top: 0rem;
  }

  .iframe {
    display: flex;
    width: 100%;
  }
}

.moldives--sec2--div1 {
  width: 90%;
  margin: auto;
  padding: 0;
  margin-top: 3rem;
}

.moldives--sec2--div2 {
  color: var(--bs-primary);
  font-weight: bold;
  text-align: center;
}

.moldives--sec2--div3 {
  width: 90%;
  margin: auto;
  margin-top: 2rem;
}

.moldives--sec2--img1 {
  width: 80%;
  justify-content: center;
  align-items: center;
  margin: auto;
  /* background-color: blue; */
}

.moldives--sec2--div4 {
  color: var(--dark);
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}

.moldives--sec2--div5 {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}

.moldives--sec1--div6 {
  margin-top: 1rem;
  text-align: center;
  /* background-color: red; */
}

.moldives--sec2--div7 {
  width: 100%;
  margin-top: 2rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.moldives--sec2--div8 {
  width: 90%;
  /* background-color: red; */
  /* height: 12rem; */
  /* border: 2px solid rgb(206, 206, 206); */
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  border-radius: 2rem;
  padding: 2rem 1rem 2rem 1rem;
}

.entry--div {
  margin-top: 2rem;
}

.moldives--sec2--div9 {
  color: var(--dark);
  font-weight: bold;
  text-align: center;
}

.moldives--sec2--div10 {
  margin-top: 1rem;
}

.moldives--sec1--div11 {
  text-align: center;
}

@media screen and (min-width: 550px) {
  .moldives--sec2--div5 {
    display: flex;
    flex-direction: column;
  }

  /* .moldives--sec1--div6{
        width: 50%;
    } */
  .moldives--sec2--img1 {
    width: 60%;
  }
}

@media screen and (min-width: 800px) {
  .moldives--sec2--div4 {
    /* width: 90%; */
    margin: auto;
  }

  .moldives--sec2--div5 {
    display: flex;
    flex-direction: row;
    /* width: 90%; */
    gap: 2%;
  }

  .reverse {
    display: flex;
    flex-direction: row-reverse;
  }

  .moldives--sec1--div6 {
    width: 49%;
    display: flex;
    align-self: center;
  }

  .moldives--sec2--img1 {
    width: 49%;
  }

  .moldives--sec2--div7 {
    /* width: 100%; */
    margin-top: 5rem;
    /* align-items: center; */
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    gap: 2%;
  }

  .moldives--sec2--div8 {
    width: 49%;
    /* background-color: red; */
    padding: 2rem 1rem 1rem 1rem;
    height: 18rem;
  }

  .entry--div {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 1100px) {
  .moldives--sec2--div4 {
    width: 80%;
    margin: auto;
    margin-top: 3rem;
  }

  .moldives--sec2--div5 {
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: auto;
    margin-top: 1.5rem;
    gap: 2%;
  }

  .reverse {
    display: flex;
    flex-direction: row-reverse;
  }

  .moldives--sec1--div6 {
    width: 68%;
  }

  .moldives--sec2--img1 {
    width: 30%;
  }

  .moldives--sec2--div3 {
    margin-top: 3rem;
  }

  .moldives--sec2--div7--sub {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .moldives--sec2--div7 {
    width: 80%;
  }
}

@media screen and (min-width: 1300px) {
  .moldives--sec2--div8 {
    height: 15rem;
  }
}


@media screen and (min-width:1400px) {
  .moldives--sec1--div1 {
    width: 125vh;
  }
}




.header-below {
  position: absolute;
  margin-top: 7.9rem;
  z-index: 100;
  margin-left: -3rem;
  opacity: 10px;

}



.empty--div {
  width: 100%;
  height: 8rem;
  /* background-color: red; */
  display: none;
}

@media screen and (min-width:992px) {
  .empty--div {
    display: flex;
  }
}






.sri--card--container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5%;
}

.sri--card--row {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5%;
}

.sri--card {
  width: 90%;
  display: flex;
  flex-direction: column;
  height: max-content;
  padding: 2rem 0;
  -webkit-box-shadow: 10px 0px 40px 14px rgba(194, 194, 194, 0.44);
  -moz-box-shadow: 10px 0px 40px 14px rgba(194, 194, 194, 0.44);
  box-shadow: 10px 0px 40px 14px rgba(194, 194, 194, 0.44);
  background-color: #ffffff;
  margin-top: 5%;
  border-radius: 1rem;
}

.sri--card1 {
  width: 100%;
  /* background-image: url("img/sim1.png"); */
  /* height: 10rem; */
  /* background-color: rgb(0, 134, 11); */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  display: flex;
  justify-content: center;
  padding: 2rem 0 0 0;
}

.sri--card2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem 2rem 2rem;
  /* background-color: rgb(0, 247, 255); */
}

.sim--span {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem;
}

.sim1--img {
  height: 5rem;
}

.sim--sp--img{
  width: 5rem;
}

.sri--card--special{
  width: 90%;
  display: flex;
  /* background-color: red; */
  align-items: center;
  align-self: center;
}

.sim--span1{
  /* background-color: red; */
  padding: 0 0rem;
  text-align: center;
}

.card--special {
  width: 90%;
  /* background-color: red; */
  display: flex;
  flex-direction: column;
}

.sri--card--special--border{
  border-bottom: solid #0000002a 2px;
}

.link--site{
  font-weight: bolder;
  font-size: 1.2rem;
}

@media screen and (min-width:750px) {
  .sri--card--row {
    flex-direction: row;
    gap: 4%;
  }

  .sri--card {
    width: 48%;
  }

  .sim1--img {
    height: 7rem;
  }

  .card--special {
    width: 100%;
    display: flex;
    flex-direction: row;
  }

  .sri--card--special{
    width: 50%;
  }

  .sri--card--special--border{
    border-right: solid #0000002a 2px;
    border-bottom: none;
  }

  .sim--span1{
    padding: 0 2rem;
  }
}

@media screen and (min-width:1200px) {
  .sri--card--container {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 1%;
  }

  .sri--card--row {
    flex-direction: row;
    gap: 2%;
    width: 49.5%;
  }

  .sri--card {
    width: 49%;
  }

  .sim1--img {
    height: 5rem;
  }

  .sri--card2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem 2rem 1rem;
  }

  .sri--card--row--spe {
    width: 100%;
  }

  .sri--card {
    height: 35rem;
  }

  .card--special {
    width: 100%;
    height: max-content;
  }
}


@media screen and (min-width:1400px) {
  .sri--card {
    height: 35rem;
  }
  .card--special {
    width: 100%;
    height: max-content;
  }
}

@media screen and (min-width:1700px) {
  .sri--card {
    height: 33rem;
  }
  .card--special {
    width: 100%;
    height: max-content;
  }
}