.topNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.topNav_right {
  justify-content: end;
}

.myNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.myMenu {
  justify-content: center;
}

.dropdown-menu-list {
  display: flex;
  gap: 1rem;
}

.about_wrapper {
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  text-align: center;
}

/* story_wrapper */
.story_wrapper,
.story-img {
  display: flex;
}
.story-img img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  border: 2px solid #fff;
  padding: 6px;
  background-color: #fff;
}

.testimonials_slider .slick-next,
.testimonials_slider .slick-prev {
  z-index: 999;
  left: 0 !important;
  background: red;
  height: 50px !important;
  width: 50px !important;
}
.testimonials_slider .slick-slide {
  width: auto !important;
}

.pt-ts-item {
  width: auto;
  text-align: center;
}

/* footer_wrapper */
.footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer_menu {
  justify-content: center;
}

.visit-us {
  width: 100%;
}

/* testimonial-box */
.testimonial-box {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.testimonial-box h1 {
  margin-bottom: 30px;
  font-size: 2.25rem;
}
.testimonial-box .pt-testimonial-content {
  font-family: var(--heading-font);
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 660px;
  margin: 0 auto;
}

.testimonial-box .elementor-testimonial-name {
  font-size: 18px;
  margin-top: 20px;
}

.testimonial-box:before {
  position: relative;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 50px;
  color: var(--primary-color);
  font-size: 100px;
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 1;
  content: "\201C";
}
.review_wrapper {
  padding: 100px 0;
}

.testimonials_slider .slick-dots {
  line-height: 0 !important;
}

.slick-dots li.slick-active button:before {
  display: none !important;
}

.slick-dots {
  bottom: -3rem !important;
}

.slick-dots li {
  width: 6px !important;
  height: 6px !important;
  aspect-ratio: 1 !important;
  margin: 0 2px !important;
}

.slick-dots li button {
  transition: all 0.5s ease-in;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 32px;
  background: rgba(182, 182, 182, 0.5) !important;
}

.slick-dots li.slick-active button {
  background: #dd5903 !important;
  width: 1.5rem !important;
  transition: all 0.5s ease-in;
}

.slick-dots li.slick-active {
  width: 1.5rem !important;
}

.slick-dots li button::before {
  display: none !important;
}

/* banner_box */
.banner_box {
  position: relative;
  overflow: hidden;
}
.banner_box__img img {
  width: 100%;
  height: 700px !important;
  object-fit: cover;
  transition: 3s ease;
}
.banner_box__img {
  position: relative;
  overflow: hidden;
}
.banner_box__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.banner_box__content {
  position: absolute;
  top: 57%;
  transform: translateY(-50%);
  left: 7%;
}
.banner_box__content h1 {
  font-size: 98px;
  text-transform: capitalize;
}
.banner_box__content h1 span {
  color: #ffd500;
}

.banner_box__content p {
  font-size: 21px;
  max-width: 648px;
  margin: 0 !important;
}
.banner_box.slick-active .banner_box__img img {
  transform: scale(1.1);
  transition: 3s ease;
}

/* customize-image in about us page */
.customize-image {
  display: flex;
}
.customize-image img {
  width: 100% !important;
  height: 500px !important;
  object-fit: cover;
  padding: 5px;
  background-color: #fff;
}

.part-img-grid,
.party_wrapper__grid {
  display: grid !important;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
.party_box img {
  width: 100%;
  height: 400px !important;
  object-fit: cover;
  transition: 0.4s ease;
  border: 2px solid #fff;
  padding: 5px;
  background-color: #fff;
}
.party_box:hover {
  transform: scale(1.01);
  transition: 0.4s ease;
  opacity: 0.8;
}
.party_box {
  transition: 0.4s ease;
  overflow: hidden;
}

body {
  background-color: #000 !important;
}
.outdoor_wrapper,
.video-section {
  padding-bottom: 80px;
}
.pdf a button {
  background-color: #ffd500;
  padding: 10px 30px;
  border: 1px solid #fff;
  outline: none;
  transition: 0.3s ease;
}
.pdf a button:hover {
  transition: 0.3s ease;
  background-color: #dd5903;
  color: #fff;
}
.pdf {
  margin-top: 1rem;
}
.outdoor_wrapper .container {
  max-width: 1200px !important;
}

@media (max-width: 992px) {
  .header-right {
    justify-content: end !important;
    align-items: center;
    width: 100%;
  }
  .myflex {
    flex-direction: column-reverse;
  }
  .story--img {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .banner_box__content h1 {
    font-size: 44px;
  }
  .party_wrapper__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .party_box img {
    height: 200px !important;
  }
  .party-left-img {
    width: 100%;
  }
  .banner_box__content p {
    font-size: 16px;
  }
  .banner_box__img img {
    height: 400px !important;
    object-fit: cover;
  }
  .about_wrapper,
  .story_wrapper,
  .service_wrapper,
  .review_wrapper {
    padding: 50px 15px !important;
  }
  .story_wrapper {
    padding-top: 50px !important;
  }
  .story_wrapper,
  .service_wrapper,
  .about_wrapper {
    padding-bottom: 0 !important;
  }
  .about_wrapper p {
    font-size: 15px;
    line-height: 24px;
  }
  .about_wrapper span {
    font-size: 13px !important;
  }
  .pt-subtitle.style-bordered:before {
    left: -82px;
  }
  .pt-subtitle.style-bordered:after {
    right: -82px;
  }
  .service_wrapper img {
    height: 400px !important;
  }
  .testimonial-box .pt-testimonial-content {
    font-size: 15px;
    line-height: 25px;
  }
  .testimonial-box h1 {
    margin-bottom: 1rem;
    font-size: 24px;
  }
  .slick-dots {
    bottom: -2rem !important;
  }
  .mobile_footer ul {
    padding-left: 0 !important;
  }
  .pt-menu.pt-menu-inline .menu a {
    color: #fff;
    text-decoration: none;
  }
  .elementor-text-editor a {
    color: #fff !important;
    text-decoration: none;
    font-size: 20px;
  }
  .story-img img {
    height: 230px !important;
  }
}
