/* hero section starts */

.home-hero-section {
  width: 100%;
  height: 803px;
  overflow: hidden;
}

.hero-swiper {
  width: 100%;
  height: 100%;
}

.hero-swiper .swiper-slide {
  display: grid;

  width: 100%;
  height: 100%;
}

.hero-swiper .swiper-slide img {
  grid-area: 1 / 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-overlay {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.hero-swiper .swiper-slide > .container {
  grid-area: 1 / 1;
  align-self: center;
  z-index: 3;
}

.home-wrapper {
  max-width: 573px;
}

.home-wrapper .para20 {
  color: #fff;
  margin-top: 16px;
}

.home-wrapper .buttons {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.hero-swiper .swiper-pagination {
  z-index: 10;
  bottom: 30px;
}

.hero-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
}

.hero-swiper .swiper-pagination-bullet-active {
  width: 55px;
  border-radius: 10px;
}

.explore-btn {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  background-color: #b0a634;
  color: #fff;
  padding: 12px 14px 12px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.3s ease-in-out;
}
.explore-btn:hover .svg-arrow {
  animation: slideFade 0.3s ease-in-out;
}
.explore-btn:hover {
  background-color: #e2ac55;
}

.request-btn {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  background-color: transparent;
  color: #fff;
  padding: 12px 14px 12px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
}

/* hero section ends */

/* about section starts */
.about-vesna-section {
  margin-top: 59px;
}
.about-vesna-section .para20 {
  margin-top: 6px;
}
.about-stats {
  margin-top: 59px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.stats1 {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px 0px 53px 0;
}
.stats-info {
  display: flex;
  flex-direction: column;
  max-width: 119px;
}
.stats3 .stats-info {
  max-width: 162px;
}
.stats2 {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 66px 0px 5px 0px;
}
.stats3 {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 0px 57px 0px;
}
.stats4 {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 62px 0px 9px 0px;
}
.line {
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 181px;
}
.camels-image {
  margin-top: 60px;
  background-image: url("../images/camels.jpg");
  height: 683px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.about-card {
  background-color: #00a651;
  max-width: 396px;
  padding: 58px 49px 58px 54px;
  justify-self: flex-end;
  border-radius: 4px;
}
.about-card .para20 {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.learn-more-btn {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  background-color: #fff;
  padding: 11px 14px 11px 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 25px;
  display: inline-block;
}
.learn-more-btn svg {
  margin-left: 12px;
}
.learn-more-btn:hover svg {
  animation: slideFade 0.3s ease-in-out;
}
/* about section ends */

/* Our services section starts  */
.our-services-section {
  margin-top: 54px;
}
.services-desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-services-section .para20 {
  margin-top: 11px;
  max-width: 930px;
}
.our-services-section .explore-btn {
  padding: 12px 16px 12px 16px;
}
.our-services-section .explore-btn:hover svg {
  animation: slideFade 0.3s ease-in-out;
}
.services-cards {
  margin-top: 17px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.card-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.card1,
.card2,
.card3,
.card4 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 467px;
  display: flex;
  align-items: flex-end;
  border-radius: 4px;
}

.card1:hover .card-image,
.card2:hover .card-image,
.card3:hover .card-image,
.card4:hover .card-image {
  transform: scale(1.05);
}
.card-content {
  position: relative;
  padding: 0 26px 17px 23px;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.services-cards .card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.services-cards .heading2 {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  max-width: 140px;
  margin: 0;
}

.arrow-icon {
  width: 48px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 4px;
}
.card:hover .arrow-icon svg {
  animation: slideFade 0.3s ease-in-out;
}
/* Our services section ends  */

/* map section starts */
.map-section {
  margin-top: 98px;
  background-image: url("../images/dark-map.png");
  aspect-ratio: 1440 / 602;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.map-section .container {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 11px;
}
.map-section .heading2 {
  font-size: 24px;
  line-height: 36px;
  max-width: 290px;
  text-transform: uppercase;
}
.map-section .para20 {
  color: #fff;
  max-width: 240px;
}
/* map section ends */

/* Gallery section starts */
.gallery-section {
  margin-top: 54px;
}
.gallery-section .para20 {
  margin-top: 11px;
  max-width: 930px;
}
.gallery-section .explore-btn:hover svg {
  animation: slideFade 0.3s ease-in-out;
}
.gallery-section .images-wrapper {
  margin-top: 39px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.gallery-section .image,
.gallery-section .dual-image {
  width: calc((100% - 48px) / 3);
}

.gallery-section .image {
  height: 597px;
  overflow: hidden;
  border-radius: 4px;
}

.gallery-section .dual-image {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.gallery-section .dual-image .image2 {
  height: 286.5px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out;
}

.gallery-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.gallery-section .image:hover img {
  transform: scale(1.05);
}
.gallery-section .image2:hover img {
  transform: scale(1.05);
}
/* Gallery section ends */

/* Testimonial section starts */
.testimonial-section {
  margin-top: 87px;
}
.testimonial-section .container {
  padding-right: 0;
}
.testimonial-wrapper .para20 {
  margin-top: 5px;
}
.testimonial-swipper {
  margin-top: 33px;
}
.testimonial-Swiper {
  width: 100%;
  overflow: hidden;
}

.testimonial-Swiper .swiper-slide {
  height: 499px;
  width: 100% !important;
  max-width: 884px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ddd;
  font-size: 30px;
}
.testimonial-swipper .slide1 {
  position: relative;
  background-image: url("../images/Fareeda.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  border-radius: 4px;
}
.play-btn {
  position: absolute;
  top: 39px;
  right: 38px;
  z-index: 5;
  cursor: pointer;
}
.video-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
  display: block;
}
.testimonial-swipper .slide2 {
  position: relative;
  background-image: url("../images/Maggie.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  border-radius: 4px;
}
.person-details-wrap {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 0 40px 28px 40px;
  align-items: flex-end;
}
.card-icon {
  margin-bottom: 10px;
}
.person-detail .heading2 {
  text-transform: capitalize;
  font-size: 36px;
  line-height: 70%;
}
.person-detail .para16 {
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  color: #fff;
  margin-top: 5px;
}
.black-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* =========================
   CONTROLS
========================= */

.slider-controls {
  position: relative;
  margin-top: 36px;
  height: 40px;
}

/* Navigation */

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  margin: 0;
}

/* Previous */
.swiper-button-prev {
  left: 0;
}
/* Next */
.swiper-button-next {
  left: 45px;
}

/* Pagination */
.testimonial-pagination {
  position: absolute;
  right: 0 !important;
  left: auto !important;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content !important;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 10;
  padding-right: 96px;
}

.testimonial-pagination .swiper-pagination-bullet {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 !important;
  border-radius: 50%;
  background: #343942;
  opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active {
  width: 55px;
  height: 12px;
  border-radius: 10px;
  background: #aaa92b;
}
/* Testimonial section ends */

/* Accreditation section starts */
.accreditation-section {
  background-image: url("../images/watch.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 425px center;
  height: 260px;
  margin-top: 79px;
  position: relative;
}
.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    #0b1424 52.62%,
    rgba(0, 0, 177, 0.258824) 87.6%
  );
}
.accreditation {
  font-family: "Marcellus", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
}
.accreditation-wrapper {
  position: relative;
  top: 27px;
}
.accreditation-logos {
  display: flex;
  gap: 45px;
  align-items: center;
  margin-top: 55px;
}
.accreditation-logos img {
  width: 100%;
}
/* Accreditation section ends */

/* Blog section starts  */
.blog-section {
  margin-top: 61px;
}
.blog-section .para20 {
  margin-top: 5px;
  max-width: 930px;
}
.blog-section .explore-btn:hover svg {
  animation: slideFade 0.3s ease-in-out;
}
.blog-section .blogs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 30px;
}
.blog-section .blog-card {
  height: 635px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 4px;
}
.blog-section .img {
  transition: transform 0.3s ease-in-out;
}

.blog-section .blog-card:hover .img {
  transform: scale(1.05);
}
.blog-section .img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-details .accreditation {
  color: #fff;
}
.blog-details {
  position: relative;
  padding: 0 31px 32px 31px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 20%,
    #000000 100%
  );
}
.blog-date {
  margin-top: 11px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.blog-date .para16 {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.blog-date .para16 svg {
  margin-right: 6.5px;
}
.blog-section .box-arrow {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 16px 21px;
}
.blog-section .blog-card:hover .box-arrow svg {
  animation: slideFade 0.3s ease-in-out;
}
.w-full {
  width: 100%;
  max-width: 100% !important;
}
/* Blog section ends  */

/* RESPONSIVE */
@media (max-width: 1200px) {
  .services-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .about-stats {
    flex-wrap: wrap;
    align-items: center;
  }
  .about-stats .stats1,
  .stats2,
  .stats3,
  .stats4 {
    padding: 0;
    gap: 12px;
  }
  .about-stats .line {
    display: none;
  }
  .services-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .gallery-section .images-wrapper {
    justify-content: center;
  }
  .gallery-section .image {
    min-width: 320px;
    height: 480px;
  }
  .gallery-section .dual-image {
    min-width: 320px;
  }
  .gallery-section .dual-image .image2 {
    height: 228px;
  }

  .testimonial-Swiper .swiper-slide {
    height: 350px;
    max-width: 600px;
  }

  .person-details-wrap {
    margin: 0 20px 20px 20px;
  }
  .play-btn {
    width: 70px;
    height: 70px;
  }
  .play-btn img {
    width: 100%;
  }
  .person-detail .heading2 {
    font-size: 30px;
  }
  .card-icon {
    margin-bottom: 0;
    width: 100px;
  }
  .card-icon img {
    width: 100%;
  }
  .blog-section .blogs {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .about-stats .heading2 {
    font-size: 22px;
  }
  .stats-icon {
    width: 30px;
    height: 30px;
  }
  .stats-icon img {
    width: 100%;
  }
  .about-stats {
    gap: 10px;
  }
  .about-card .para20 {
    font-size: 20px;
    line-height: 28px;
    color: #fff;
  }
  .learn-more-btn {
    font-size: 12px;
  }
  .services-desc {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .explore-btn,
  .request-btn {
    font-weight: 400;
    font-size: 12px;
    gap: 10px;
  }
  .testimonial-Swiper .swiper-slide {
    height: 260px;
    max-width: 450px;
  }
  .play-btn {
    width: 60px;
    height: 60px;
  }
  .person-detail .heading2 {
    font-size: 25px;
    line-height: 26px;
  }
  .accreditation-logos {
    gap: 30px;
    flex-wrap: wrap;
  }
  .accreditation-section {
    height: 300px;
  }
  .accreditation {
    font-size: 20px;
    line-height: 25px;
  }
  .box-arrow {
    width: 45px;
    height: 45px;
  }
  .box-arrow img {
    width: 100%;
  }
  .map-section .heading2 {
    font-size: 20px;
    line-height: 25px;
    max-width: 210px;
  }
  .map-section .para20 {
    font-size: 14px;
    max-width: 210px;
  }
}
@media (max-width: 600px) {
  .services-cards {
    grid-template-columns: 1fr;
  }

  .card1,
  .card2,
  .card3,
  .card4 {
    height: 400px;
  }
  .logo1 {
    max-width: 70px;
  }
  .logo2 {
    max-width: 170px;
  }
  .logo3 {
    max-width: 100px;
  }
  .logo5 {
    max-width: 100px;
  }

  .blog-section .blogs {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog1,
  .blog2,
  .blog3 {
    height: 450px !important;
  }

  .testimonial-section .container {
    padding-right: 30px;
  }
}
