

/*=======================================
start  statistics
=========================================*/
.statistics {
  background-color: var(--light-color);
  height: 72vh;
}
.statistics-img img {
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  height:300px;
  width: 300px;

  margin-left: 143px;
}

.statistics-counter {
  margin-top: 19px;
  margin-bottom: 0px;
  margin-left: 30px;
  border: 1px dashed rgba(0, 0, 0, 0.21);
  border-radius: 41px;
  padding: 60px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 150px;
  position: relative;
  z-index: 1;
  background-color: #ffff;
}

@media (max-width: 1400px) and (min-width: 1200px) {
  .statistics-counter {
    grid-gap: 100px;
    padding: 30px;
  }
}

@media (max-width: 1199px) and (min-width: 992px),
(max-width: 767px) {
  .statistics-counter {
    grid-gap: 80px;
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .statistics-counter {
    grid-gap: 35px;
    margin-left: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

.statistics-counter__count {
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 80%;
  color: var(--main-color);
  display: flex;
  align-items: end;
  justify-content: start;
  margin-bottom: 15px;
}

.statistics-counter__count svg {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

.statistics-counter__count span {
  color: inherit;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .statistics-counter__count {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .statistics-counter__count {
    margin-bottom: 20px;
  }
}

.statistics-counter__count-tag {
  font-weight: 600;
  font-size: 32px;
  line-height: 80%;
  font-family: var(--font-heading);
}

.statistics-counter__count-tag {
  font-weight: 600;
  font-size: 32px;
  line-height: 80%;
  font-family: var(--font-heading);
}

.statistics-counter__text {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 178%;
  /* color: var(--second-color); */
  margin-bottom: -7px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .statistics-counter__text {
    font-size: 15px;
  }
}

.statistics-counter__item {
  max-width: 186px;
  height: auto;
  width: 100%;
}

.statistics-counter__line {
  height: 1px;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  left: 60px;
  right: 60px;
  transform: translateY(-50%);
  z-index: -2;
}

@media (max-width: 575px) {
  .statistics-counter__line {
    display: none;
  }
}

.statistics-counter__line-two {
  width: 1px;
  background-color: var(--main-color);
  position: absolute;
  left: 50%;
  top: 60px;
  bottom: 60px;
  transform: translateX(-50%);
  z-index: -2;
}

@media (max-width: 575px) {
  .statistics-counter__line-two {
    display: none;
  }
}

.statistics-counter::after {
  content: "";
  width: 195px;
  height: 195px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background-color: var(--light-color); */
  z-index: -1;
}

@media (max-width: 575px) {
  .statistics-counter::after {
    display: none;
  }
}

.statistics-counter__item-two {
  width: 114.2px;
  height: 114.2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.statistics-counter__item-two__count {
  font-family: var(--font-heading);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: var(--second-color);
  margin-bottom: 0;
}

.statistics-counter__item-two::after {
  content: "";
  border-radius: 50%;
  border: 1px dashed var(--second-color);
  position: absolute;
  left: 8px;
  top: 8px;
  width: 98px;
  height: 98px;
  animation: textRotate 10s ease-in infinite;
}

@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.counter-one__shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: left;
  z-index: -1;

  @media (max-width: 1399px) {
    display: none;
  }
}

.counter-one__shape img {
  animation: movebounce3 4s linear infinite;
  max-width: 100%;
}

@media (max-width: 575px) {
  .statistics-counter__item-two {
    /* display: none; */
    width: 50px;
    height: 50px;
    left: 45%;
  }

  .statistics-counter__item-two::after {
    width: 47px;
    height: 47px;
    top: 2px;
    left: 2px;
  }

  .statistics-counter__item-two__count {
    font-weight: 600 !important;
    font-size: 20px !important;
  }
}


.statistics-img img {
  transition: transform 0.8s ease-in-out;
  animation: zoomEffect 2s infinite alternate; /* السرعة هنا 2s بدل 5s */
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.second-tours-sliders {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.second-tours .swiper {
  width: 100%;
  padding: 1.875rem 0;
}

.second-tours .swiper-slide {
  width: 18.75rem;
  height: 35rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.second-tours .swiper-slide-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: rotate(180deg);
  line-height: 0;
  bottom: -0.063rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.second-tours .swiper-slide-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  z-index: -1;
  transition: 0.3s ease-in-out;
  transform: rotate(-180deg);
}

.second-tours .swiper-slide-img svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 5rem;
  transform: rotateY(180deg);
}

.second-tours .swiper-slide-img .shape-fill {
  fill: #ffffff;
}

.second-tours .swiper-slide-content {
  background: #fff;
  padding: 0 1.65rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  width: 100%;
}

.second-tours .swiper-slide-content>div {
  transform: translateY(-1.25rem);
}

.second-tours .swiper-slide-content h2 {
  color: #000;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0.425rem;
  text-transform: capitalize;
  letter-spacing: 0.02rem;
}

.second-tours .swiper-slide-content h2 a {
  color: var(--second-color);
}

.second-tours .swiper-slide-content p {
  color: #000;
  line-height: 1.6;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.second-tours .swiper-slide-content .show-more {
  width: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--second-color);
  border-radius: 50%;
  box-shadow: 0px 0.125rem 0.875rem #24aad96b;
  margin-top: 1em;
  margin-bottom: 0.2em;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in;
  margin-left: auto;
}

.second-tours .swiper-slide-content .second-tour-price {
  font-size: 20px;
  opacity: 0;
  font-family: var(--font-heading);
  font-weight: 600;
  display: inline-block;
}

.second-tours .swiper-slide-active .second-tour-price {
  opacity: 1;
}

.second-tours .swiper-slide-content .show-more:hover {
  background: var(--second-color);
}

.second-tours .swiper-slide-content .show-more svg {
  width: 1.75rem;
  color: #fff;
}

.second-tours .swiper-slide-active img {
  transform: scale(1.2) rotate(-185deg);
}

.second-tours .swiper-slide-active .show-more {
  opacity: 1;
  height: 3.125rem;
}

.second-tours .swiper-slide-active p {
  display: block;
  overflow: visible;
  height: auto;
  transition: all 0.3s ease-in-out;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.section-title {
    margin-bottom: 0;
}
.about-us-features li::before {
    display: inline-block;
    font: var(--fa-font-solid);
    content: "\f00c";
    width: 20px;
    height: 20px;
    color: var(--main-color);
    margin-right: 10px;
    font-size: 12px;
    background-color: #0165b533;
    line-height: 20px;
    border-radius: 50%;
    text-align: center;
    -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.myname {
    font-size: 150px;
    color: var(--white-color);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 0.8;
    overflow: hidden;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    text-align: center;
    display: block;
}


/*===========================================
      Start Why Choose us
=============================================*/
.why-choose-us {
  background-color: var(--main-grey);
}

.choose-us-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose-us-item {
  position: relative;
  border-radius: 10px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  box-shadow: 20px 20px 60px #cdcecf, -20px -20px 60px #ffffff;
  margin-bottom: 20px;
  transition: 0.7s all ease-in-out;
  background-color: #fff;
  justify-content: space-between;
}

.choose-us-item:hover {
  box-shadow: 10px 10px 20px #cdcecf, inset -10px -10px 20px #ffffff;
  transform: scale(0.98);
  transition: 0.7s all ease-in-out;
}

.choose-us-para {
  height: 135px;
  overflow: hidden;
}

.choose-us-para p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.choose-us-icon {
  position: relative;
}

.why-choose-us .choose-us-icon::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 80%;
  top: 10%;
  left: 21%;
  background-color: #f6ecbb;
  border-radius: 68% 32% 63% 37% / 60% 45% 55% 40%;
  z-index: 0;
}

.choose-us-icon svg {
  width: 70px;
  height: 70px;
  min-width: 70px;
  margin-left: 20px;
  position: relative;
      color: #f7921f;
    fill: #f7921f !important;
    stroke: #f7921f !important;
}
.choose-us-item h3 {
  font-size: 20px;
  color: var(--black-color);
  margin: 10px auto 5px;
  font-weight: 600;
}


.about-content {
  overflow: hidden;
}

.about-image {
  float: right; 
  width: 41%;
  margin-right: 20px;
}

.about-image img {
  width: 100%;
  height: 286px;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.about-text {
  float: left;
  /* width: 55%; */
}

@media (max-width: 768px) {
  .about-image,
  .about-text {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .myname {
    font-size: 86px;
  }
  .statistics-img img{
    display: none;
 }

 .choose-us-item {
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
}
.contact-sidebar {
    margin-top: 22px;
    padding: 11px;
}
.contact-page .section-title {
margin-top: 31px;

}
.statistics-counter__count svg {
    width: 32px;
    height: 58px;
    margin-right: 6px;
}
.statistics-counter__count {
        margin-bottom: 7px;
    }
.statistics {
    background-color: var(--light-color);
    height: auto;
}
.statistics-counter__count span {
    color: inherit;
    font-size: 25px;
}
.statistics-counter__count {
    font-family: var(--font-heading);
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 128%;
    color: var(--main-color);
    display: flex
;
    align-items: end;
    justify-content: start;
    margin-bottom: 15px;
}
.section-title h2 {
        font-size: 19px;
    }

.second-tours-swiper .swiper-slide {
    transition: 0.3s ease;
    overflow: hidden;
    border-radius: 12px;
}

.second-tours-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.second-tours .swiper-slide {
  height: 23rem;

}
}


.about_box {
  position: relative;
  border-radius: 10px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  box-shadow: 20px 20px 60px #cdcecf, -20px -20px 60px #ffffff;
  margin-bottom: 20px;
  transition: 0.7s all ease-in-out;
  background-color: #fff;
  flex-direction: column;
  height: 202px;
}

@media (max-width: 767px) {
    .swiper-slide {
        width: 92% !important;
    }
}

.tailor-made{
    display: none !important;
}
