@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&family=Nunito+Sans:wght@200;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Lobster&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  font-family: 'Barlow', sans-serif;
}

:root {
  --praimary-color: #281f4e;
  --secondary-color: #f96c14;
}

body,
html {
  overflow-x: hidden !important;
  scroll-behavior: smooth;
}

::selection {
  color: rgb(255, 255, 255);
  background-color: var(--praimary-color);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: var(--praimary-color);
  transition: all 0.4s ease-in;
}


::-webkit-scrollbar-track {
  background: #f0fff2;
}

/* navbar starts */

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;

}

.nav-header {
  /* background-color: #eff4ff; */
  background-color: #e6e6e6;
  box-shadow: 8px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.navbar .container>a {
  color: var(--praimary-color);
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
}

nav .brand::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 500px;
  content: "";
  background-color: var(--secondary-color);
  clip-path: ellipse(217px 120px at 25% 50%);
  z-index: 1;
  /* Put it behind the ::after */
  pointer-events: none;
}

nav .navbar-toggler {
  z-index: 3 !important;
}

nav .brand::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 500px;
  content: "";
  background-color: #ffffff;
clip-path: ellipse(210px 120px at 24% 50%);
  z-index: 2;
  pointer-events: none;
}

    .navbar-expand-lg .navbar-collapse {
            margin-left: 150px;
    }



/*nav .brand .brand-link {*/
/*  z-index: 3 !important;*/
/*}*/

nav .brand img {
  position:relative;
      width: 90px;
    height: 80px;
    z-index: 3 !important;
}
/*nav .brand h6 {*/
/*  font-weight: 700;*/
/*  font-size: 20px;*/
/*  color: var(--secondary-color);*/
/*  margin-bottom: 0;*/
/*  width: max-content;*/
/*}*/

/*nav .brand span {*/
/*  font-weight: 700;*/
/*  font-size: 20px;*/
/*  color: var(--praimary-color);*/
/*  margin-bottom: 0;*/
/*  padding-left: 5px;*/
/*}*/

nav a {
  font-weight: 500;
  font-size: 17px;
}

nav .nav-item .active {
  color: var(--secondary-color);
}

nav a img {
  width: 90px;
  height: 90px;
}

nav .nav-item {
  position: relative;
  display: inline-block;
}

.navbar-nav .nav-link {
  color: var(--praimary-color);
}

.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
  transition: all 0.4s ease-in;
}

nav .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

nav .dropdown-menu a {
  color: #090909;
  font-size: 14px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

nav .dropdown-menu a:hover {
  border-left: 3px solid var(--praimary-color);
  transition: all 0.4s ease-in;
}

nav .dropdown-menu a:hover li {
  background-color: #ffffff67;
}

.nav-item:hover .dropdown-menu {
  display: block;
  margin-top: 3px;
  background: rgb(254, 254, 254);
}

.navbar-nav .dropdown-menu {
  margin-top: 7px;
  text-align: left;
  transition: all 0.4s ease-in;
}

nav .nav-item #dropdown {
  margin-top: -10px;
}

nav .list-group p {
  font-size: 12px;
  font-weight: 700;
  line-height: 26px;
  color: #94a3b8;
}

nav .list-group span {
  padding: 5px;
  color: aliceblue;
  font-size: 10px;
  font-weight: 700;
  border-radius: 0.2rem;
}

.navbar .navbar-toggler {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  nav .lang {
    padding-left: 0;
  }
}

@media screen and (max-width: 330px) {
  .navbar .navbar-toggler {
    font-size: 15px;
  }

  nav a img {
    width: 70px;
    height: 70px;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}


/* navbar ends */

/*slider section starts*/


.slider {
  position: relative;
  height: 80vh;
  width: 100%;
  max-width: 100vw;
  margin: auto;
  overflow: hidden;
  margin-top: 50px;
}

.slider .side-social {
  content: "";
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  z-index: 2;
  transform: rotate(-90deg);
  display:none;
}

.slider .side-social ul {
  top: 50%;
  transform: translateY(-50%);
}

.slider .side-social .social-list li {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-left: 20px;
}

.slider .side-social .social-list a {
  text-decoration: none;
  color: white;
}

.slider .side-social .social-list li::before {
  content: url('../images/list-style.svg');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* #beach .container-fluid {
  background: url('../images/home3-banner1.png');
  box-shadow: inset 0 0 0 2000px rgba(0, 5, 15, 0.45);
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
}

#savanna .container-fluid {
  background: url('../images/home3-banner3.png');
  box-shadow: inset 0 0 0 2000px rgba(0, 5, 15, 0.45);
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
}

.left-side {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(200px);

}

.swiper-slide .main-wrapper>.main-title {
  transform: translateY(-100px);
  opacity: 0;
  transition-duration: 0.8s;
}





.swiper-slide-active .main-wrapper>.main-title {
  transform: none;
  opacity: 1;
}



.main-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 84px;
  color: white;
  text-align: center;
  transition-delay: 0.3s;
  margin-left: 100px;
}

.slider p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 24px;
  color: white;
  text-align: center;
  transition-delay: 0.3s;
}


.button-wrapper {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  top: 50%;
right: 20px;
  transform: translateY(-50%);
}

.button-wrapper .swiper-button {
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-wrapper .swiper-button+.swiper-button {
  margin-left: 16px;
}

.button-wrapper .swiper-button:hover {
  background-color: #f96c14;
  border: #f96c14;
  transition: all 0.3s ease-out;
} */


.slider .list {
  position: absolute;
  width: 100%;
  /* Set width to 100% to ensure one image at a time */
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  transition: transform 1s ease;
  /* Change to transform for better performance */
}

.slider .list .item {
  min-width: 100%;
  /* Ensure each item takes up full slider width */
  height: 100%;
}

.slider .list img {
  width: 100%;
  /* Set image width to 100% */
  height: 100%;
  object-fit: cover;
}

.slider .buttons {
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.slider .buttons button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #6b785d8a;
  color: #fff;
  border: none;
  font-family: monospace;
  font-weight: bold;
}

.slider .dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  color: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.slider .dots li {
  list-style: none;
  width: 10px;
  height: 10px;
  background-color: #fff;
  margin: 10px;
  border-radius: 20px;
  transition: 0.5s;
}

.slider .dots li.active {
  width: 30px;
}

@media screen and (max-width: 768px) {
  .slider {
    height: 400px;
  }
}


/* searchbar section */

.searchbar {
  position: absolute;
  bottom: 0;
  z-index: 1;
  overflow: visible;
  width: 100%;
}

.searchbar .container {
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding: 25px;
}

.searchbar .search-box .searchbox-input label {
  font-weight: 600;
  font-size: 16px;
  color: #2d373c;
  line-height: 1;
  display: block;
  margin-bottom: -2px
}

.searchbar .search-box .searchbox-input select {
  font-weight: 500;
  font-size: 12px;
  color: #808080;
  cursor: pointer;
  display: block
}

.defult-select-drowpown[aria-selected] {
  background-color: #f96c14 !important;
  color: #fff
}

.searchbar .search-box {
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%
}

.searchbar .search-box .searchbox-icon {
  color: #f96c14;
  padding-right: 15px
}

.searchbar .search-box .searchbox-input {
  width: 100%;
  overflow: hidden;
  position: relative
}

.searchbar .search-box .searchbox-input input,
.searchbar .search-box .searchbox-input select {
  height: 30px;
  padding: 7px 0 0 0;
  border: none;
  outline: none;
  padding-bottom: 10px
}

.searchbar .search-box .searchbox-input input::placeholder,
.searchbar .search-box .searchbox-input select::placeholder {
  font-weight: 500;
  font-size: 12px;
  color: #666
}

.searchbar .btn-danger {
  background-color: #f96c14;
  border: #f96c14;
  height: 64px;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
}



@media (max-width:991px) {
  .searchbar .btn-danger {
    margin-top: 10px;
  }
}



/* about start */

.about {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F1F6F4;
  position: relative !important;
}

.about::before {
  padding-top: 50px;
  background-image: url(../images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;

}

.about .shape1 {
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.1;
  animation: leftToRight 2500ms linear infinite;
}

@keyframes leftToRight {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0px);
  }
}

.about .shape2 {
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 56px;
  bottom: 50px;
  opacity: 0.15;
  animation: zumpTop 2500ms infinite linear;
}

@keyframes zumpTop {
  0% {
    transform: translateZ(0);
  }

  50% {
    transform: translate3d(0, -15px, 0);
  }

  100% {
    transform: translateZ(0);
  }
}

.about .images {
  max-height: 500px;
}

.about .shine-overlay {
  position: relative;
  overflow: hidden;
}

.about .shine-overlay:hover .shine {
  display: block;
}

.about .shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }

  50% {
    left: 25%;
    opacity: 0.5;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}


.about .card {
  border: 0 none;
  background-color: #333;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.66) 0 5px 25px 0;
  margin: 0 auto;
  max-width: 260px;
  cursor: pointer;
  position: relative;
}



.about .layer1 {
  position: relative;
  width: 100%;
  max-width: 380px;
  overflow: visible;
}

.about .layer1::before {
  content: "";
  position: absolute;
  top: 38px;
  left: -40px;
  width: 347px;
  height: 300px;
  /* Reduced height */
  background-color: var(--secondary-color);
  z-index: 1;
  border-radius: 30px;
  animation: zumpBottom 2500ms infinite linear;
}

@keyframes zumpBottom {
  0% {
    transform: translateZ(0);
  }

  50% {
    transform: translate3d(0, 15px, 0);
  }

  100% {
    transform: translateZ(0);
  }
}


.about .layer1 img {
  z-index: 1;
  border-radius: 30px;
}

.about .layer2 {
  width: 100%;
  max-width: 298px;
  margin-top: -280px;
  position: relative;
  margin-left: -20px;
  z-index: 1;
}

.about .layer2 img {
  border: 7px solid #ffffff;
  border-radius: 30px;
}

.about h6 {
  color: var(--praimary-color);
  font-family: "Lobster", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.about h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: #1b1b1b;
}

.about p {
  color: #838383;
  font-size: 15px;
  text-align: justify;
}

.button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--secondary-color);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 40px;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}

.button a span {
  position: relative;
  z-index: 2;
  transition: 0s;
}

.button a i {
  position: relative;
  z-index: 2;
  font-size: 11px;
  color: inherit;
  transition: all 200ms ease;
  transform: rotate(-45deg);
}

.button a:hover i {
  transform: rotate(0deg);
}

.button a:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-primary, #2D2330);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: var(--secondary-color);
}

.button a:hover:before {
  top: 100%;
}

.button a:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: var(--praimary-color);
}

.button a:hover:after {
  bottom: -50%;
}




/* best selling section */

.Services {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: url(../images/bg-image-icon-box.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.Services .shape {
  max-width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .4;
  z-index: -1;
}

.Services h6 {
  color: var(--praimary-color);
  font-family: "Lobster", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.Services h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: #1b1b1b;
}

.Services .card {
  /*zoom image start*/
  border: none;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.Services .card-image {
  position: relative;
  overflow: hidden;
}

.Services .card .card-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all .65s ease;
  transition-delay: .35s ease
}

.Services .card:hover .card-image img {
  transform: scale(1.15);
}


.Services .card-body {
  content: "";
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 30px;
  width: calc(100% - 30px);
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
  z-index: 2;
  max-height: 240px;
}

.Services .card-body a {
  text-decoration: none;
}

.Services .card-text {
  position: relative;
  font-size: 20px;
}

.Services .card-text::before {
  content: "";
  width: 5px;
  height: calc(100% - 8px);
  background-color: var(--secondary-color);
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.Services .card-text a {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
  color: #454545;
}

.Services p {
  margin-bottom: 10px;
  font-size: 15px;
  color: #6d6d6d;
  text-align: justify;
}

.Services .card:hover .card-body {
  transition: all .4s ease-out;
  background-color: rgb(255, 234, 234);
}

.Services .btn-outline-danger:hover .fa-arrow-right {
  transition: all .4s ease-out;
  color: #ffffff;
}

.Services .card-body h6 {
  font-size: 20px;
  font-weight: 800;
  color: #f96c14;
}


.card-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  vertical-align: middle;
  color: var(--secondary-color);
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}

.card-btn a {
  transition: all 200ms ease;
}

.card-btn a span {
  position: relative;
  z-index: 2;
  transition: 0s;
  transition: all 200ms ease;
}

.card-btn a i {
  position: relative;
  z-index: 2;
  font-size: 13px;
  font-weight: 800;
  color: inherit;
  transition: all 200ms ease;
  transform: rotate(-45deg);
}

.card-btn a:hover i {
  transform: rotate(0deg);
  color: var(--praimary-color);
}

.card-btn a:hover span {
  color: var(--praimary-color);
}






/* Best tour section */

.Packages {
  background: url(../images/upcoming-bg.png) repeat fixed 100%;
  box-shadow: inset 0 0 0 2000px rgba(0, 5, 15, 0.6)
}

.Packages h6 {
  font-family: "Lobster", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 10px;
  text-align: start;
}

.Packages h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: #ffffffab;
  width: 70%;
  text-align: start;
}

@media (max-width:576px) {
  .Packages h2 {
    width: 100%;
  }

  .about .layer2 {
    margin-left: 0px;
  }
}

.Packages p {
  font-size: 15px;
  color: #6d6d6d;
  text-align: justify;
}


.Packages .card {
  /*zoom image start*/
  border: none;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 30px;
}

.Packages .card-image {
  position: relative;
  overflow: hidden;
  margin: 20px 20px 0 20px;
  border-radius: 10px;
}

.Packages .card .card-image img {
  width: 100%;
  transition: all .65s ease;
  transition-delay: .35s ease;
}

.Packages .card:hover .card-image img {
  transform: scale(1.15);
}

.Packages .overlay {
  position: absolute;
  padding: 8px 15px;
  border-radius: 50px;
  background-color: var(--praimary-color);
  box-shadow: rgba(255, 255, 255, 0.692) 0px 1px 2px 0px, rgba(255, 255, 255, 0.685) 0px 2px 6px 2px;
  display: flex;
  justify-content: center;
  bottom: 0;
  margin-bottom: 15px;
  margin-left: 15px;
  display: none;
}

.Packages .overlay a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  align-self: center;

}

.Packages .overlay i {
  color: #ffffff;
  padding-right: 5px;
}

.Packages .card-body a {
  text-decoration: none;
}

.Packages .card-text a {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 0;
  color: #454545;
}


.Packages .btn-outline-danger:hover .fa-arrow-right {
  transition: all .4s ease-out;
  color: #ffffff;
}

.Packages .card-body h6 {
  font-size: 20px;
  font-weight: 800;
  color: #f96c14;
}



.Packages #all {
  border-radius: 50px;
}

.Packages .slider_nav {
  transform: translateY(-3rem);
}

.Packages .am-prev,
.Packages .am-next {
  border-radius: 50%;
  background-color: #ff49387a;
  margin-right: 3rem;
  cursor: pointer;
}

.Packages .am-prev:hover,
.Packages .am-next:hover {
  transition: all .4s ease-out;
  background-color: #f96c14;
  transition: all .4s ease-in;
}

.Packages .slider_nav i {
  padding: 10px 10px 10px 10px;
}

@media (max-width:767px) {
  .Packages .text {
    text-align: center;
  }

  .Packages .slider_nav {
    transform: translate(2rem, -1rem);
  }

  .Packages .overlay {
    transform: translate(10.5rem, 20.3rem);
  }
}



/* contact start */
.contact-sec {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow-y: hidden !important;
  position: relative;
}

.contact-sec .shape {
  max-width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.contact-sec .shape2 {
  max-width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  opacity: .5;
  z-index: -1;
}

.contact-sec h6 {
  color: var(--praimary-color);
  font-family: "Lobster", sans-serif;
  font-size: 22px;
  font-weight: 500;
  padding-top: 15px;
}

.contact-sec h1 {
  font-size: 28px;
  font-weight: 700;
  color: #1b1b1b;
  line-height: 50px;
}

.contact-sec .form {
  position: relative;
}

/* .contact .form label {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
} */

.contact-sec .form-control {
  font-size: 15px;
  color: #4f6163;
  font-weight: 500;
  border: none;
  background-color: #f0f0f0;
  border-radius: 0;
}

.contact-sec input {
  height: 60px;
}

.contact-sec .image-box {
  position: relative;
  display: block;
  z-index: 1;
  padding-left: 40px;
}


.contact-sec .location {
  height: 500px;
  margin-top: 15px;
  border-radius: 30px;
  border-left: 6px solid var(--secondary-color)
}

.contact-sec .location iframe {
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.contact-sec .contact-info {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.contact-sec .contact-info .info {
  list-style: none;
  padding-left: 0;
}

.contact-sec .contact-info .info li {
  padding: 5px 0;
}

.contact-sec .contact-info .info .icon-bg {
  width: 70px;
  height: 70px;
  background-color: var(--praimary-color);
  border: 4px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.contact-sec .contact-info .info li:hover .icon-bg {
  background-color: var(--secondary-color);
  transition: all 500ms ease;
}

.contact-sec .contact-info .info .icon-bg.location {
  background-color: var(--secondary-color);
}

.contact-sec .contact-info .info .icon-bg i {
  line-height: 70px;
  font-size: 28px;
  color: #fff;
}

.contact-sec .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: var(--secondary-color);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 40px;
  line-height: 1;
  transition: 500ms;
  text-transform: capitalize;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
  text-decoration: none;
}

.contact-sec .btn span {
  position: relative;
  z-index: 2;
  transition: 0s;
}

.contact-sec .btn i {
  position: relative;
  z-index: 2;
  font-size: 11px;
  color: inherit;
  transition: all 200ms ease;
  transform: rotate(-45deg);
}

.contact-sec .btn:hover i {
  transform: rotate(0deg);
}

.contact-sec .btn:before {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  background-color: var(--trevlo-primary, #2D2330);
  transition: 700ms cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: var(--secondary-color);
}

.contact-sec .btn:hover:before {
  top: 100%;
}

.contact-sec .btn:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  height: 150%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  background-color: var(--praimary-color);
}

.contact-sec .btn:hover:after {
  bottom: -50%;
}


/* footer starts */

footer {
  background-color: #e6e6e6;
}

.footer-content {
  padding-top: 50px;
  position: relative;
  background-color: #e6e6e6;
}

.footer-content .shape {
  background: url(../images/footer-bg3.png);
  width: 100%;
  height: calc(100% - 40px);
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-repeat: repeat-x;
  animation: cloudMove 60s linear 0s infinite;
}

@keyframes cloudMove {
  0% {
    background-position: -1920px 100%;
  }

  100% {
    background-position: 0 100%;
  }
}



footer .container {
  position: relative;
}


footer h5 {
  font-size: 23px;
  font-weight: 600;
  color: var(--secondary-color);
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff,
    1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}

footer p {
  font-weight: 450;
  font-size: 15px;
  line-height: 25px;
  color: var(--praimary-color);
}

footer h6 {
  font-size: 20px;
  font-weight: 600;
  color: var(--praimary-color);
  padding: 10px 0px;
}

.footer-content .logo {
  width: auto;
  height: 115px;
}

.footer-content i {
  color: var(--praimary-color);
  margin-right: 5px;
}

.footer-content p a {
  font-weight: 600;
  color: #2a2736;
  text-decoration: none;
}

footer ul {
  list-style: none;
  padding-left: 0;

}

footer .social-media {
  padding-top: 15px;
}

footer .social-media ul {
  margin-bottom: 0;
}

footer .social-media li {
  display: inline-block;
  padding-right: 6px;
}

footer li {
  padding-bottom: 10px;
}

footer .social-media .icon-bg {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: var(--praimary-color);
  margin-right: 5px;
  text-align: center;
}

footer .social-media .icon-bg i {
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  margin-right: 0;
}

footer .social-media .icon-bg svg {
  fill: #fff;
}

footer .social-media .icon-bg:hover {
  background-color: var(--secondary-color);
  transition: background-color .4s ease-in-out;
  -webkit-animation: spin 1s linear;
  -moz-animation: spin 1s linear;
  animation: spin 1s linear;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

footer .social-media .icon-bg:hover i {

  color: #ffffff;
  transition: all .4s ease-in-out;

}

footer .social-media .icon-bg:hover svg {

  fill: #ffffff;
  transition: all .4s ease-in-out;

}


.footer-link a,
.contact-link a {
  color: var(--praimary-color);
  font-size: 15PX;
  font-weight: 500;
  text-decoration: none;
}

.footer-link a:hover {
  color: var(--secondary-color);
}

footer #branch h5 {
  color: rgb(255, 255, 255);
  font-size: 13PX;
  font-weight: 400;
}


.footer-copyright {
  background-color: #2a2736;
}

.footer-copyright a {
  text-decoration: none;
  color: #c2c2c2;
}

.footer-copyright p {
  font-size: 12px;
  color: #fff;
}

@media (min-width:768px) and (max-width:1200px) {
  footer h5 {
    font-size: 22px;
    font-weight: 600;
  }

  .footer-content .logo {
    width: auto;
    height: 90px;
  }
}

@media screen and (max-width:420px) {
  footer h5 {
    font-size: 20px;
    font-weight: 600;
  }

  .footer-content .logo {
    width: auto;
    height: 80px;
  }

  footer .social-media .icon-bg {
    width: 28px;
    height: 28px;
  }

  footer .social-media .icon-bg i {
    font-size: 16px;
    line-height: 28px;
  }
}

/* footer ends */




/* Breadcrumb-about starts */

.Breadcrumb {
  background: url(../images/breadcrumb-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  position: relative;
  width: 100%;
  height: 60vh;
}

.Breadcrumb .shape {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;

}

.Breadcrumb h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}

.Breadcrumb .links {
  padding:10px 15PX;
  background-color: #0000008c;
  border-radius: 15px;
  width: fit-content;
}

.Breadcrumb a {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  color: white;
}

.Breadcrumb span {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  color: #f96c14;
}


/* Breadcrumb ends */



/* about-page starts */

.about#page {
  background-color: #fefdfc;
}

.about#page .layer1 {
  border-top-right-radius: 200px;
}

.about#page .layer1 img {
  border-top-right-radius: 200px;
}

.about#page .layer2 {
  border-top-right-radius: 200px;
}

.about#page .layer2 img {
  border-top-right-radius: 200px;
}

.about#page .shape2 {
  top: 50px;
}

/* about-page ends */




/* Packages-page starts */

.Packages#page {
  background: #fefdfc;
  box-shadow: inset 0 0 0 2000px rgba(0, 5, 15, 0);
  padding-bottom: 40px;
  position: relative;
}

.Packages#page h6 {
  color: var(--praimary-color);
}
.Packages#page .card {
    margin-right:0;
}

.Packages#page h2 {
  color: #1b1b1b;
}

.Packages#page .card {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.Packages#page .button a {
  padding: 12px 20px;
}

.Packages#page .shape1 {
  width: 100%;
  height: auto;
  content: "";
  position: absolute;
  bottom: 0;
  opacity: .35;
  z-index: -1;
}

.Packages#page .shape2 {
  max-width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .4;

}

/* Packages-page ends */


/* Packages-details starts */

.Packages#details {
  background: #fefdfc;
  box-shadow: inset 0 0 0 2000px rgba(0, 5, 15, 0);
  padding-bottom: 40px;
  position: relative;
}

.Packages#details .card {
  border: none;
  position: relative;
  overflow: hidden;
  margin-right: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.Packages#details .card-image {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin: 0;
}

.Packages#details .card-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all .65s ease;
  transition-delay: .35s ease;
}

.Packages#details .card:hover .card-image img {
  transform: scale(1.15);
}

.Packages#details .card-body {
  border-left: 1px solid #0000001c;
  border-right: 1px solid #0000001c;
  border-bottom: 1px solid #0000001c;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: url(../images/bg-image-icon-box.png);
}

.Packages#details .card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all .65s ease;
  /* Ensure both transitions are present */
}

.Packages#details .sign {
  border: 1px dashed #f96c14;
  background-color: #ffe3d1;
  width: fit-content;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  margin-bottom: 5px;
  display: none;
}

.Packages#details .description {
  margin-top: 15px;
}

.Packages#details h6 {
  color: var(--praimary-color);
  padding-bottom: 0;
}

.Packages#details .box h4 {
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
  color: #454545;
  margin-bottom: 4px;
}

.Packages#details .side {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  padding: 20px;
  position: relative;
}

.Packages#details .dummy-image {
  margin-top: 40px;
  position: relative;
  text-align: center;
}

.Packages#details .dummy-image img {
  border-radius: 20px;
}

.Packages#details .dummy-image img.above {
  content: "";
  position: absolute;
  right: 25%;
  bottom: 0
}


/* Packages-details ends */


/* Services-page starts */

.Services#page .button a {
  padding: 12px 20px;
}

/* Services-page ends */



/* Services-details starts */

.Services#details{
    position: relative;
}
.Services#details .shape2 {
  max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    animation: zumpTop 2500ms infinite linear;
  }
  
  @keyframes zumpTop {
    0% {
      transform: translateZ(0);
    }
  
    50% {
      transform: translate3d(0, -15px, 0);
    }
  
    100% {
      transform: translateZ(0);
    }
  }

.Services#details .shine-overlay {
  position: relative;
  overflow: hidden;
}

.Services#details .shine-overlay:hover .shine {
  display: block;
}

.Services#details .shine {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: skew(30deg);
  animation: shine 0.75s linear 1;
}

@keyframes shine {
  0% {
    left: -50%;
    opacity: 0;
  }

  50% {
    left: 25%;
    opacity: 0.5;
  }

  100% {
    left: 100%;
    opacity: 0;
  }
}


.Services#details .card {
  border: 0 none;
  background-color: #333;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.66) 0 5px 25px 0;
  /* margin: 0 auto;
  max-width: 260px; */
  cursor: pointer;
  position: relative;
}



.Services#details .layer1 {
  position: relative;
  width: 100%;
  /* max-width: 380px; */
  overflow: hidden;
}

.Services#details .layer1 img {
  z-index: 1;
  border-radius: 30px;
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: all .65s ease;
  transition-delay: .35s ease;
}

.Services#details .layer1:hover img {
  transform: scale(1.15);
}

.Services#details h2 {
  background-color: #F2F2F2;
  border-left: 3px solid #f96c14;
  padding: 4px 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #1b1b1b;
}
.Services#details  blockquote::before {
  content: '"';
  position: static;
  font-family: "Font Awesome 6 Pro";
  font-size: 70px;
  color: var(--secondary-color);
  line-height: 1;
  display: inline-block;
}
/* Services-details ends */




/* Pagination */

.Pagination {
  padding-top: 40px;
}

.Pagination a {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.Pagination .page-item.active .page-link {
  background-color: var(--secondary-color);
  border: var(--secondary-color);
  border-radius: 5px;
  width: 40px;
  text-align: center;
  margin: 0 6px;
}

.Pagination .page-item.active {
  display: flex;
  align-items: center;
}

.Pagination .page-item.disabled {
  display: flex;
  align-items: center;
}

.Pagination .page-item.active span {
  background-color: var(--secondary-color);
  color: #fff;
  border: var(--secondary-color);
  border-radius: 5px;
  width: 40px !important;
  text-align: center;
  margin: 0 6px;
  padding: 8px 0px;
}

.Pagination .page-item.disabled span {
  color: #c1c1c1;
  text-align: center;
  margin: 0 6px;
  padding: 8px 0px;
  font-size: 14px;
  font-weight: 600;
}

.Pagination .page-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  border: 1px solid var(--secondary-color);
  margin: 0 6px;
  width: 40px !important;
  height: 40px;

}

.Pagination .page-item a:hover {
  background-color: var(--secondary-color);
  color: white;
}

.Pagination #active a {
  /* border-radius: 50%; */
  width: fit-content !important;
  padding: 0px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: var(--secondary-color);
  color: #fff;
}

@media (min-width:381px) and (max-width:575px) {
  .Pagination .page-item.active .page-link {
    width: 30px;
    margin: 0 3px;
  }

  .Pagination .page-item .page-link {
    margin: 0 3px;
    width: 30px;
  }

  .Pagination #active .page-link {
    width: 30px;
  }

  .Pagination a {
    font-size: 14px;
  }
}

@media screen and (max-width:380px) {
  .Pagination .page-item.active .page-link {
    width: 20px;
    margin: 0 2px;

  }

  .Pagination .page-item .page-link {
    margin: 0 2px;
    width: 20px;

  }

  .Pagination #active .page-link {
    width: 20px;

  }

  .Pagination a {
    font-size: 12px;
  }

  .Pagination .page-item a {
    margin: 0 3px;
    width: 30px !important;
    height: 30px;
  }
}




/* contact-page starts */

.contact-sec#page .image-box {
  padding-left: 0px;
}

.contact-sec#page h5 {
  background-color: var(--secondary-color);
  font-family: "Lobster", sans-serif;
  color: #fff;
  width: fit-content;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 15px;
  margin-bottom: 0;
  margin-left: 15px;
}

.contact-sec#page .contact-details {
  position: relative;
  background-color: var(--praimary-color);
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.contact-sec#page .contact-details::before {
  content: "";
  position: absolute;
  background: url(../images/bg-image-icon-box.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact-sec#page .icon-bg {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  flex-shrink: 0;
  /* Ensures the width remains fixed */
}

.contact-sec#page .icon-bg i {
  line-height: 50px;
  font-size: 20px;
  color: var(--secondary-color);
}

.contact-sec#page a {
  text-decoration: none;
  position: relative;
}

.contact-sec#page .contact-details .details {
  margin-left: 10px;
}

.contact-sec#page .contact-details span {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
}

.contact-sec#page .contact-details p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom:0;
}

/* contact-page ends */


@media screen and (max-width:576px) {

  nav .brand::before {
    clip-path: ellipse(170px 200px at 20% 50%);
  }

  nav .brand::after {
    clip-path: ellipse(160px 200px at 19% 50%);
  }

  .navbar-collapse {
    z-index: 3 !important;
  }

  .slider {
    height: 35vh;
  }
  .slider .side-social .social-list li {
    margin-left: 8px;
  }
  .slider .side-social {

    left: -125px;
  }

  .slider .buttons button {
    width: 35px;
    height: 35px;
}
.Breadcrumb {
  height: 30vh;
}
.Services#details .shape2 {
    display:none;
}
.Packages h6 {
    margin-bottom:20px;
}
.Packages#page h6 {
    margin-bottom:0px;
}

}
@media (min-width:577px) and (max-width:991px) {
  .navbar-collapse {
    z-index: 3 !important;
  }
  nav .brand::after {
    clip-path: ellipse(210px 325px at 37% 50%);
}
nav .brand::before {
    clip-path: ellipse(217px 325px at 38% 50%);

}

}
@media (min-width:577px) and (max-width:1199px) {
  .slider {
    height: 40vh;
  }
}
@media (max-width:991px) {
   .navbar-expand-lg .navbar-collapse {
            margin-left: 0px;
    }
}
.equal-height-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 450px; /* Set your desired height */
}

.equal-height-card .card-body {
  flex-grow: 1; /* Allows the body to take up remaining space */
}

.form-box .alert p{
    margin-bottom:0;
}
.Packages#details .side a{
        text-decoration: none;
}