@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600&family=Nunito:wght@600;700;800&display=swap");
/********** Template CSS **********/
:root {
  --primary: #00a266 !important;
  --secondary: #fe8800;
  --light: #f5f5f5;
  --dark: #14141f;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 800;
  line-height: 1.2;
   color: #00a266 !important;
}
.f-img {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/bus.png) no-repeat;
  height: max-content;
  background-size: cover;
  width: 100vw;
  background-position: center;
  background-attachment: fixed;
  text-align: center;
  align-content: center;
  padding: 80px;
  margin-top: 60px;
}
.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** 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;
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
  font-family: "Nunito", sans-serif;
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  transition: 0.5s;
      color: var(--primary) !important;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--dark) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary) !important;
}

.navbar-light .navbar-brand img {
  max-height: 150px;
  transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
  max-height: 45px;
}

@media (max-width: 991.98px) {
  .sticky-top.navbar-light {
    position: relative;
    position:fixed;
    background: #ffffff;
  }
#lang{
        /*margin-top: 1rem;*/
}
  .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #dddddd;
        background: #fff;
        padding: inherit;
                border-radius: 35px;
  }

  .navbar-light .navbar-nav .nav-link,
  .sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 10px 0;
    margin-left: 0;
    color: var(--dark) !important;
            border-bottom: 2px solid beige;
  }

  .navbar-light .navbar-brand img {
    max-height: 70px;
  }
  .navbar {
      background: #fff;
  }
  .carousel {
      margin-top:4rem;
  }
  .thm-btn {
     line-height: 2px;
  }
}

@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;
  }

  .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: var(--primary);
    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;
  }
}

/*** velo Header ***/
.velo-header {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    /* url(../img/bg-velo.png); */ url(../img/bg-hero.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.velo-header2 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/NatureBG.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.velo-header3 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/BalloonsBG.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.velo-header4 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/BoatBG.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.velo-header5 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/event1/18.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.velo-header6 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/event1/18.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.velo-header7 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/marathon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  padding: 6px;
}

.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;
}

/*** Service ***/
.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;
}

/*** Destination ***/
.destination img {
  transition: 0.5s;
}

.destination a:hover img {
  transform: scale(1.1);
}

/*** Package ***/
.package-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.package-item img {
  transition: 0.5s;
}

.package-item:hover img {
  transform: scale(1.1);
}

/*** Booking ***/
.booking {
  background: linear-gradient(rgba(15, 23, 43, 0.7), rgba(15, 23, 43, 0.7)),
    url(../img/booking.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** Team ***/
.team-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

.team-item .btn {
  background: #ffffff;
  color: var(--primary);
  border-radius: 20px;
  border-bottom: 1px solid var(--primary);
}

.team-item .btn:hover {
  background: var(--primary);
  color: #ffffff;
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }

  .carouselExampleInterval {
    height: 265px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light);
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--primary);
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.icon-img {
  width: 3rem;
  height: 3rem;
  padding: 10px;
}

.activities {
  display: grid;
  width: 300px;
  height: 450px;
  box-shadow: 0 10px 20px 0 rgba(0, 162, 102, 0.3),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin-right: 2vw;
  margin-left: 2vw;
  margin-bottom: 20px;
  margin-top: 3vw;
  justify-items: center;
  align-content: center;
}

.thm-btn {
  position: relative;
  background: #00a266;
  font-size: 14px;
  line-height: 48px;
  border-radius: 25px;
  color: #ffffff;
  border: 1px solid #00a266;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 0 38px;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn:hover {
  background: transparent;
  color: #00a266;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn.style-2 {
  background: transparent;
  color: #00a266;
  border-color: #00a266;
}

.thm-btn.style-2:hover {
  background: #00a266;
  color: #fff;
  border-color: #00a266;
}
.icon-holder {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.get-touch-area .single-item .icon-holder {
  padding-bottom: 33px;
}

.get-touch-area .single-item .icon-holder span:before {
  color: #00a266;
  font-size: 50px;
}

.get-touch-area .single-item .text-holder .border2 {
  height: 1px;
  width: 60px;
  background: #f4f4f4;
  display: inline-block;
}

/*** 
=============================================
    Contact Form Area style
=============================================
***/
.contact-form-area {
  padding-bottom: 50px;
}

.contact-form-area .default-form-area {
  border: 2px solid #f4f4f4;
  padding: 28px 28px 0;
  margin-bottom: 50px;
}

.contact-form-area .default-form input[type="text"],
.contact-form-area .default-form input[type="email"],
.contact-form-area .default-form input[type="password"],
.contact-form-area .default-form input[type="number"],
.contact-form-area .default-form select,
.contact-form-area .default-form textarea {
  border-radius: 25px;
}

.contact-form-area .default-form textarea {
  border-radius: 25px;
  resize: none;
}

.contact-form-area .form-right-box {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 37px;
}

.contact-form-area .form-right-box .img-box {
  display: block;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 25px;
  overflow: hidden;
}

.contact-form-area .form-right-box h4 {
  color: #222222;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px;
}

.contact-form-area .form-right-box span {
  color: #00a266;
}

.contact-form-area .form-right-box p {
  margin: 9px 0 5px;
}

.contact-form-area .form-right-box .border {
  height: 1px;
  width: 60px;
  display: inline-block;
  background: #e3e3e3;
}

.contact-form-area .form-right-box .social-links {
  display: block;
  margin: 18px 0 0;
}

.contact-form-area .form-right-box .social-links li {
  display: inline-block;
  margin: 0 10px;
}

.contact-form-area .form-right-box .social-links li a i {
  font-size: 16px;
  color: #848484;
  transition: all 500ms ease;
}

.contact-form-area .form-right-box .social-links li a:hover i {
  color: #00a266;
}

/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider_wrapper {
  height: 500px;
}

.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 80px;
  line-height: 54px;
  font-weight: 400;
  text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}

.rev_slider_wrapper .slide-content-box h1 span {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.rev_slider_wrapper .slide-content-box h2 {
  color: #ffffff;
  font-size: 60px;
  line-height: 54px;
  font-weight: 400;
  margin: 0px 0 25px;
  text-transform: uppercase;
  text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}

.rev_slider_wrapper .slide-content-box h3 {
  color: #ffffff;
  font-size: 34px;
  line-height: 54px;
  font-weight: 400;
  margin: 0px 0 5px;
  text-transform: uppercase;
  text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}

.rev_slider_wrapper .slide-content-box p {
  color: #e2e2e2;
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
  /*margin: 0 0 30px;*/
  white-space: pre-wrap;
}

.rev_slider_wrapper a.thm-btn2.style-3,
.rev_slider_wrapper a.thm-btn2 {
  transition: all 500ms ease !important;
  padding: 13px 38px;
}

.rev_slider_wrapper .slide-content-box.last-slide p {
  margin: 0;
}

.rev_slider_wrapper .slide-content-box.last-slide a {
  margin: 0 8px;
}

.rev_slider_wrapper .slotholder {
  position: relative;
}

.slotholder:after {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.tp-bannertimer {
  display: none;
}

.rev_slider_wrapper .tparrows {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.2);
}

.tparrows:before {
  font-family: "icomoon";
  line-height: 60px;
}

.tparrows.tp-leftarrow:before {
  content: "\e926";
}

.tparrows.tp-rightarrow:before {
  content: "\e927";
}

.thm-btn2 {
  position: relative;
  background: #00a266;
  font-size: 14px;
  line-height: 48px;
  border-radius: 25px;
  color: #ffffff;
  border: 1px solid #00a266;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 0 38px;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  top: 30px;
}

.thm-btn2:hover {
  background: transparent;
  color: #00a266;
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn2.style-3 {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.thm-btn2.style-3:hover {
  background: #fff;
  color: #00a266;
  border-color: #fff;
}

.dynamicline {
  height: 100px;
  border-right: 1px rgba(0, 0, 0, 0.3) solid;
  margin-left: 50px;
  margin-right: 50px;
}

@media only screen and (max-width: 1077px) {
  .dynamicline {
    width: 300px;
    border-top: 1px rgba(0, 0, 0, 0.3) solid;
    border-right: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    height: 0;
  }
  .reverseimage {
    flex-flow: wrap-reverse;
  }
}

.fade-up,
.fade-left {
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-up {
  transform: translateY(50px);
}

.fade-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.fade-left {
  transform: translateX(-50px);
}

/* Add some spacing for testing */
.spacer {
  height: 100vh;
}

.navbar-sticky {
  transition: background-color 0.3s ease;
}
.velo-header2 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/NatureBG.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.velo-header3 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/BalloonsBG.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.velo-header4 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/BoatBG.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.velo-header5 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/event1/18.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.velo-header6 {
  background: linear-gradient(rgba(20, 20, 31, 0.7), rgba(20, 20, 31, 0.7)),
    url(../img/event2/IMACUAEBG.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.icon {
  height: 4rem;
}
.langform {
  /*margin: auto 25px 25px 25px;*/
  margin: 0.5rem;
  max-width: 6rem;
      align-content: center;
}
.sticky-top.langform {
  margin: auto 20px 17px 20px;
  max-width: 6rem;
}
.form-select{
        border-radius: 10px;
}
.navbar-toggler{
    margin: auto;
}
@media (max-width: 768px) {
    .carousel-caption {
        text-align: center;
        padding: 20px;
    }

    .carousel-caption h1 {
        font-size: 1.5rem;
    }

    .carousel-caption p {
        font-size: 1rem;
        margin-top: 10px;
    }

    .carousel-caption a {
        font-size: 0.9rem;
        padding: 10px 20px;
    }
}
.carousel-item {
    position: relative;
    max-height: fit-content;

}
.carousel-inner img{
    height: inherit;
}
.t-al-j{
    text-align: justify;
}

@media (max-width: 991.98px) {

  .carousel {
      margin-top:6rem;
  }
  .thm-btn {
     line-height: 25px;
  }
  .carousel {
     margin-bottom: 0.5rem; 
}
}
  .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }

.event-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.event-card:hover {
    transform: scale(1.05);
}
.event-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.completed .event-status {
    background-color: #f8f9fa;
    padding: 5px 0;
}
.upcoming a {
    margin-top: 10px;
}
.ribbon {
    width: 150px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    /*top: 30px;*/
    right: -10px;
}

.ribbon span {
        margin-top: 40px;
    display: block;
    width: 200px;
    background: #28a745; /* Green color for "Completed" */
    color: white;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    transform: rotate(45deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.event-card {
    display: flex;
    flex-direction: column;
    height: 100%; /* Ensure equal height */
    border: 1px solid #ddd; /* Optional border for better visibility */
    border-radius: 0.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add subtle shadow */
    overflow: hidden;
}

.event-card .event-image img {
    height: 200px; /* Fixed height for all images */
    object-fit: cover; /* Ensures the image fits within the fixed height */
}

/*.ribbon-top-right {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    background: #28a745;*/
/*    color: #fff;*/
/*    padding: 5px 10px;*/
/*    font-size: 0.8rem;*/
/*    transform: translate(25%, -50%) rotate(45deg);*/
/*    z-index: 1;*/
/*}*/

/*.ribbon-top-right span {*/
/*    display: inline-block;*/
/*    transform: rotate(-45deg);*/
/*}*/

.event-page {
    font-family: Arial, sans-serif;
    color: #333;
    margin: 20px;
}

.event-header {
    background-color: #4CAF50;
    color: white;
    text-align: center;
    padding: 20px;
}

.event-details, .event-gallery, .company-role {
    margin: 20px 0;
}

.photo-item img {
    width: 100%; /* Ensure it takes up the full width of its container */
    height: 200px; /* Fixed height for consistent size */
    object-fit: cover; /* Ensures images are cropped to fit while maintaining their aspect ratio */
    border-radius: 0.5rem; /* Optional rounded corners */
    transition: transform 0.3s ease; /* Smooth zoom effect */
}

.photo-item img:hover {
    transform: scale(1.05); /* Slight zoom on hover */
}


/* AGRICULTURE TOURISM START */

.agriculture-container{
    height:160px;
    display:flex;
    /*background:rgba(0,0,0,0.5);*/
}

/* Wrapper for the rotating cards */
.farm1-wrapper {
  width: 100%;
  height: 500px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Rotating inner container */
.farm1-inner {
  --w: 250px;
  --h: 150px;
  --translateZ: calc((var(--w) + var(--h)) + 0px);
  --rotateX: -15deg;
  --perspective: 1000px;
  position: absolute;
  width: var(--w);
  height: var(--h);
  top: 25%;
  left: calc(50% - (var(--w) / 2) - 2.5px);
  z-index: 2;
  transform-style: preserve-3d;
  transform: perspective(var(--perspective));
  animation: rotating 30s linear infinite; /* Default animation */
    transition: transform 1s ease; /* Smooth transition when centering a card */

}

/* Keyframes for rotating animation */
@keyframes rotating {
  from {
    transform: perspective(var(--perspective)) rotateX(var(--rotateX))
      rotateY(0);
  }
  to {
    transform: perspective(var(--perspective)) rotateX(var(--rotateX))
      rotateY(1turn);
  }
}

.farm1-header{
display: flex;
    text-align: center;
    width: 400px;
    justify-self: center;
    padding: 20px;
    margin-top: 50px;
    justify-content: center;
    border-radius: 16px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.35);
}

/* Individual card styling */
.farm1-card {
  position: absolute;
  border: 2px solid var(--primary);
  border-radius: 12px;
  overflow: hidden;
  inset: 0;
  transform: rotateY(calc((360deg / var(--quantity)) * var(--index)))
    translateZ(var(--translateZ));
  transition: transform 0.8s ease,
  z-index 0.5s ease; /* Smooth transition for movement and z-index */

}

/* Image styling */
.farm1-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--img-card);
  background-size: cover;
}

.farm1-inner[style*="none"] {
  animation: none; /* Stop animation when explicitly set by JavaScript */
}

.farm-description{
    padding: 20px;
    position: sticky;
    width: 100%;
    text-align: center;
    margin-left: 30px;
    height: fit-content;
    top: 5rem;
}

.farm-description-ar{
    padding: 20px;
    position: sticky;
    width: 100%;
    text-align: center;
    margin-right: 30px;
    height: fit-content;
    top: 5rem;
}

.farm-video-container{
    position: sticky;
    width: 100%;
    text-align: center;
    margin-left: 30px;
    height: fit-content;
    top: 5rem;
    border-radius: 10px;
}

.farm-video-container-ar{
    position: sticky;
    width: 100%;
    text-align: center;
    margin-right: 30px;
    height: fit-content;
    top: 5rem;
    border-radius: 10px;
}

@media only screen and (max-width: 700px) {
    .farm1-wrapper {
        height:200px;
    }
    
    .farm1-inner {
  --w: 100px;
  --h: 80px;
  --translateZ: calc((var(--w) + var(--h)) + 0px);
  --rotateX: -15deg;
  --perspective: 1000px;
  position: absolute;
  width: var(--w);
  height: var(--h);
  top: 25%;
  left: calc(50% - (var(--w) / 2) - 2.5px);
  z-index: 2;
  transform-style: preserve-3d;
  transform: perspective(var(--perspective));
  animation: rotating 30s linear infinite; /* Default animation */
    transition: transform 1s ease; /* Smooth transition when centering a card */

}
.farm-description{
    padding: 20px;
    position: static;
    width: 100%;
    text-align: center;
    height: fit-content;
    top: 5rem;
    margin-left:0;
}

.farm-description-ar{
    padding: 20px;
    position: static;
    width: 100%;
    text-align: center;
    margin-right: 0px;
    height: fit-content;
    top: 5rem;
            margin-bottom: 20px;
}

.farm-video-container{
    position: static;
    width: 100%;
    text-align: center;
    height: fit-content;
    top: 5rem;
    margin-left:0;
    border-radius: 10px;
}

.farm-video-container-ar{
    position: static;
    width: 100%;
    text-align: center;
    margin-right: 0px;
    height: fit-content;
    top: 5rem;
    border-radius: 10px;
            margin-bottom: 20px;
}

.farm1-album{
            flex-direction: column-reverse;
}
}

.farm-video{
    width:100%;
    border-radius: 10px;
}

.farm2-description{
    margin: 50px;
    position: static;
    width: 80%;
    text-align: center;
    justify-self:center;
}

/* Section that contains all eco-tour items */
.eco-tourism-section {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 50px 0;
      margin-top: 10rem;
}

/* Individual tour item */
.eco-tour-item {
  width: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.eco-tour-item:hover {
  transform: scale(1.05);
}

/* Image styles */
.eco-tour-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid #28a745;
}

/* Text overlay for each item */
.eco-tour-text {
  padding: 20px;
  background-color: white;
  text-align: center;
  border-top: 3px solid #28a745;
}

.eco-tour-text h2 {
  font-size: 1.5rem;
  color: #333;
}

.eco-tour-text p {
  font-size: 1rem;
  color: #666;
  margin-top: 10px;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 15px;
  background-color: #28a745;
  color: white;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #218838;
}

/* Responsive layout */
@media (max-width: 768px) {
  .eco-tour-item {
    width: 100%;
  }
}

/* The main container for the hero section */
.eco-hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  background-color: #f4f4f4; /* Light background color */
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* The image container with the curved edge */
.eco-image-container {
  position: relative;
  width: 50%;
  height: 400px; /* Adjust height as needed */
  overflow: hidden;
  border-radius: 10px;
}

.eco-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50% 0 0 50%; /* Creates a curved edge on the left side */
}

/* Content container with the eye-catching text */
.eco-content-container {
  width: 45%;
  text-align: left;
  padding-left: 30px;

}
.eco-hero-section{
      margin-top:10rem;
}
.eco-content-container h2 {
  font-size: 2.5rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}

.eco-content-container p {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #28a745; /* Green color to match eco-friendly theme */
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #218838;
}

/* Mobile specific styles */
@media (max-width: 768px) {
  .eco-hero-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;  /* Reduced padding for mobile */
  }

  .eco-image-container {
    width: 80%;
    height: 250px;
    margin-bottom: 20px; /* Space between the image and text */
  }

  .eco-image {
    border-radius: 50%; /* Make the image rounded on mobile */
  }

  .eco-content-container {
    width: 80%;
    padding-left: 0;
    text-align: center;  /* Center text on mobile */
  }

  .eco-content-container h2 {
    font-size: 1.8rem;  /* Adjusted font size for mobile */
    margin-bottom: 15px;  /* Adjusted margin for better spacing */
  }

  .eco-content-container p {
    font-size: 1.1rem;  /* Adjusted font size for mobile */
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .cta-button {
    padding: 12px 25px; /* Slightly smaller button size for mobile */
    font-size: 1rem;
  }
}