:root {
    --white: #ffffff;
    --textblack: #000;
    --forest-green:#228B22;
    --olive-green:#808000;
    --dodger-blue:#1E90FF;
    --charcoal:#333333;
    /* --font-base: Roboto;
    --font-headings: Murecho;
     --font-input: Roboto; */
     --footer-bg: #212121;
    }
    ::-webkit-scrollbar {
      scroll-behavior: smooth;
    }
    
  *{
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      -webkit-tap-highlight-color: transparent!important;
      -moz-tap-highlight-color: transparent!important;
  }
  html {
    font-size: 16px; /* Default browser setting */
  }
    body {
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      width: 100%;
      min-height: 100vh;
      background-color: #FFFFFF;
      margin: initial;
      padding: initial;
      font-family: "Murecho";
    }
    .general-sec{
      position: relative;
      width: 100%;
      height: auto;
      background-color: var(--white);
    }
    .main-up-box{
      position: relative;
      width: 100%;
      height: 100lvh;
      background-color: transparent;
      overflow: visible;
    }
/* omited tyle */

  .swiper {
      position: relative;
      width: 100%;
      height: 85vh;
      overflow: hidden;
    }
  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .swiper-slide .aps1{
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      transform: translate(-50%, -50%);
      text-align: center;
      opacity: 1; 
      transition: opacity 0.5s ease-in-out;
      z-index: 1; 
      background: rgba(0, 0, 0, 0.6); 
      display: grid;
      align-items: center;
      justify-content: center;
    }
  .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-button-next,
    .swiper-button-prev{
      background-color: var(--white);
      width: 55px;
      height: 55px;
      border-radius: 100%;
    }
    .swiper-button-prev::after{
      font-size: 1rem!important;
      color: var(--textblack);
    }   
    .swiper-button-next::after{
      font-size: 1rem!important;
      color: var(--textblack);
    }
    .swiper-button-disabled {
      pointer-events: auto !important;  /* Enable clicking */
      opacity: 1 !important;            
      cursor: pointer !important;     
  }
  /* now the image center text */
  .swiper-slide .center-words{
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    transform: translateY(-2em);
    z-index: 9;

  }
  .center-words h5{
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 30px;
    line-height: 10px;
    word-spacing: .1em;
    transform: scaleY(1); 
    font-family: "Spartan";
    white-space: nowrap;
  }
  .center-words h2{
    color: var(--white);
    font-size: 4rem;
    font-weight: 1000;
    font-weight: bold;
    text-transform: uppercase;
    /* font-family: "Overpass"; */
    font-family: sans-serif;
    padding: .4em;
  } .center-words p{
    font-family: "Spartan";
    color: var(--white);
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 30px;
    padding: .2em 20% .2em 20%;
    transform: scaleY(1.5); 
    word-spacing: 2px;
  }
  .center-words h5, .center-words h2, .center-words p {
    opacity: 0; 
    transform: translateY(30px); 
    animation: moveUp 1s forwards;
}
.center-words h5 {
    animation-delay: 0.5s;
}
.center-words h2 {
    animation-delay: 1s;
}
.center-words p {
    animation-delay: 1.5s; 
}

/* Keyframe for the animation */
@keyframes moveUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0); 
    }
}

/* find tour main  */
.find-tour-main{
  position: relative;
  height: 70px;
  background-color: var(--white);
  margin-left: 6%;
  margin-right: 6%; 
  display: flex;
  flex-direction: row;
  transform: translateY(-25px);
  z-index: 9;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.find-tour-main button{
  width: 150px;
  height: 70px;
  padding: .2em;
  background-color: var(--forest-green);
  color: var(--white);
  border: none;
  cursor: pointer;
  font-weight: bold;
}
.box1{
  background-color: var(--white);
  overflow: hidden;
  user-select: none;
}
.box1 p{
  color: var(--charcoal);
  font-size: 1rem;
  padding-left: .5em;
  cursor: pointer;
}
.box1 .span-div{
  padding-top: 2em;
  position: absolute;
  display:flex;
  flex-direction: column;
  width: 250px;
  max-height: 250px;
  height: auto;
  overflow-y: scroll;
  word-wrap: nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 99;
  background-color: var(--white);
}
.span-div span{
  padding: .5em;
  text-transform: capitalize;
  padding-left: .2em;
}
       /* nedd to be solved  */
/* .box1:hover .span-div{
  display: grid;
  cursor: pointer;
} */
.span-div span:hover{
  background-color: var(--forest-green);
}
/* started of the main first section */
.main-first-section{
  position: relative;
  width: 100%;
  padding-top: 50px;
  padding-left: 8%;
  padding-right: 8%;
  height: auto;
  padding-bottom: 2em;
  background-color: var(--white);
}
.main-first-section .uper-firts{
  width: 50%;
  height: 200px;
  background-color: transparent;
  padding: 1em 0 1em 1em;
}
.uper-firts h2{
  font-family: sans-serif;
  font-size: 1.9rem;
  color: var(--textblack);
  font-weight: 600;
  padding-bottom: 1em;
  white-space: nowrap;
}
.uper-firts p{
  font-size: 1rem;
  color: var(--charcoal);
  line-height: 25px;
}
.main-first{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;

}
.inside-lef{
  width: 60%;
}
.first-left{
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 1.5em;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  padding-top: 50px;
}
.left-first1{
  width: 60%;
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;

}
.frst-img {
  width: 70px;
  height: 70px; /* Set height equal to width for a circle */
  border-radius: 50%;
  flex-shrink: 0; 
  overflow: hidden;
}
.frst-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.first-right{
  width: 50%;
  overflow: hidden;
}
.first-text{
  padding-left: unset;
  padding-left: 1em;
}
.first-text h2{
  font-family: sans-serif;
  font-size: 1.1rem;
  padding-bottom: .2em;
  color: var(--charcoal);
  font-weight: bold;
  cursor: pointer;
  /* white-space: nowrap; */
}
.first-text h2:hover{
  color: var(--forest-green);
}
.first-text p{
  font-size: .9rem;
  color: var(--charcoal);
  line-height: 20px;
  cursor: pointer;
}
.first-right{
  padding: 3em;
}
.first-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* top landing page css at media query */
@media (max-width: 870px) {
  .swiper {
    position: relative;
    padding-top: 0;
    width: 100%;
    height: 70vh;
  }
  .swiper-button-next,
  .swiper-button-prev{
    display: none;
  }
  .swiper-slide .center-words{
    position: absolute;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    align-content:first baseline;
    transform: translateY(-3em);
    padding-top: 1em;
  }
  .center-words h5{
    color: var(--white);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 10px;
  }
  .center-words h2{
    color: var(--white);
    font-size: 2rem;
    font-weight: 700;
    padding: .4em;
    padding-top: .7em;
  } .center-words p{
    display: none;
  }
  /* find tour main  */
.find-tour-main{
  position: absolute;
  top: 260px;
  height: auto;
  margin-left: auto;
  margin-right: auto; 
  width: 70%;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.find-tour-main button{
  width: 100%;
  height: 60px;
  padding: .2em;
}
.box1 .span-div{
  position: absolute;
  top: 0;
}
.box1{
  background-color: var(--white);
  width: 100%;
  height: 60px;
  display: grid;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1.5px solid rgb(233, 233, 226);
}
.box1 .span-div{
  z-index: 999;
}
.box1 .span-div {
  width: 100%;  /* Ensure the dropdown spans full width */
  max-height: 200px;  /* You can adjust the height on smaller screens */
}
/* first section */
.main-up-box {
  height: auto;
}
.main-first-section{
  padding-top: unset;
  padding-top: 3em;
}
.main-first{
  flex-direction: column;
  width: 100%;
}
.main-first-section .uper-firts{
  height: auto;
  padding-bottom: 1.5em;
  width: 100%;
}
.uper-firts h2{
  white-space: wrap;
}
.inside-lef{
  width: 100%;
}
.first-left{
  flex-direction: column;
  padding-top: unset;
  padding-bottom: unset;
}
.left-first1{
  width: 100%;
  height: auto;
  padding: 1em;
}
.first-right{
  width: 100%;
  height: 300px;
  padding: .1em;
  padding-top: 5em;
}
}
@media (max-width: 500px) {
  .find-tour-main{
    top: 190px!important;
  }
}


/* omited  here actual small screen humberger */


/* kilimanjaro section started here */
.main-kilimjaro-section{
  position: relative;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  height: auto;
  padding-bottom: 2em;
  background-color: var(--white);
  padding-top: 1em;
  overflow: hidden;
}
.main-kilimjaro-section .upper-words{
  width: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.upper-words h2{
  font-family: sans-serif;
  font-size: 2rem;
  color: var(--textblack);
  font-weight: 600;
  white-space: nowrap;
  padding-bottom: 2em;
}
.upper-words p{
  font-size: .9rem;
  color: var(--charcoal);
  line-height: 25px;
}
.upper-words p{
  font-size: .9rem;
  color: var(--charcoal);
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.main-kili-boxes{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  padding-top: 3em;
}
.main-kili-boxes .kili-box{
  position: relative;
  flex: 0 0 250px;
  height: 280px;
  border-radius: 5px;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  padding: 1.5em;
}
.main-kili-boxes .kili-box::before {
  content: '';  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8); 
  z-index: -1;  
}
.kili-box .text-div{
  width: 100%;
 position: absolute;
 bottom: 20%;
 height: 20px;
 display: flex;
 flex-direction: row;
 z-index: 99;
 text-transform: capitalize;
}
.kili-box .text-div h2{
  max-width: 60%;
  white-space: wrap;
  font-size: 1.2rem;
  color: var(--white);
  font-weight: 600;
}
.kili-box .text-div h3{
  white-space: nowrap;
  font-size: 1.3rem;
  color: var(--white);
  font-weight: 600;
}
.kili-b-2{
  background-image: url("../../gpicha/image\ \(25\).jpg");
  object-fit: cover;
  background-size: cover;
}
.kili-b-1{
  background-image: url("../../gpicha/image\ \(36\).jpg");
  object-fit: cover;
  background-size: cover;
}
.kili-b-3{
  background-image: url("../../landing-image/kili3.jpeg");
  object-fit: cover;
  background-size: cover;
}
.kili-b-4{
  background-image: url("../../landing-image/kili5.jpeg");
  object-fit: cover;
  background-size: cover;
}
.kili-pkg{
  width: 100%;
  padding-top: 3em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
  gap: 3em;
  display: flex;
  flex-direction: row;
}
.kili-pkg .kili-pkg-in{
  display: grid;
  position: relative;
  flex: 0 0 250px;
  height: 40px;
  border-radius: 3px;
  padding: 1.5em;
  align-items: center;
  justify-content: center;
  align-content: center;
  cursor: pointer;
}
.kili-pkg-in p{
  color: var(--white);
  font-size: 1rem;
  padding: .2em;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
.kili-pkg1{
  background-color: var(--forest-green);
}
.kili-pkg2{
  background-color: var(--textblack);
}

/* started of the tanzania safar wraper tours */
.safar-wraper-image{
  width: 100%;
  height: 350px;
  background-color: beige;
  display: grid;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-top: 4em;
  background-image: url("../../tours-images/flamingo.jpg");
  object-fit: cover;
  background-size: cover;
  background-color: var(--white);
}
.safar-wraper-image::before {
  content: '';  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8); 
  z-index: -1;  
}
.w-t-mg h2{
  color: var(--white);
  font-size: 4rem;
  font-weight: 1000;
  font-weight: bold;
  text-transform: uppercase;
  /* font-family: "Overpass"; */
  font-family: sans-serif;
  padding: .4em;
  text-align: center;
}

/* started of the safari section */
.safari-section{
  margin-top: 8em;
}
.safar-a-2{
  background-image: url("../../landing-image/safar2.jpeg");
  object-fit: cover;
  background-size: cover;
}
.safar-a-1{
  background-image: url("../../landing-image/safar3.jpeg");
  object-fit: cover;
  background-size: cover;
}
.safar-a-3{
  background-image: url("../../landing-image/safar4.jpg");
  object-fit: cover;
  background-size: cover;
}
.safar-a-4{
  background-image: url("../../landing-image/safar5.jpg");
  object-fit: cover;
  background-size: cover;
}

/* small scale device from mt kilimanjaro trekking */
@media (max-width:700px) {
  .main-kilimjaro-section{
    padding-left: 2%;
    padding-right: 2%;
  }
  .upper-words h2{
    font-size: 1.6rem;
    font-weight: 600;
    white-space: wrap;
    line-height: 30px;
    padding-bottom: 1.5em;
  }
  .upper-words p{
    font-size: .9rem;
    line-height: 20px;
  }
  .upper-words p{
    font-size: .9rem;
    padding-top: .5em;
    font-weight: 400;
    line-height: 20px;
  }
}
@media (max-width:550px) {
  .main-kili-boxes .kili-box{
    position: relative;
    flex: 95%;
    display: flex;
    flex-direction: column;
  }
  .kili-pkg{
    display: flex;
    flex-direction: column;
  }
  .kili-pkg .kili-pkg-in{
    flex: unset!important;
    position: relative;
    width: 90%;
    height: 35px;
    flex-direction: column;
    margin-bottom: -2em;
  }
  .w-t-mg h2{
    font-size: 2rem;
    font-weight: 800;
    padding: .4em;
  }
}

/* started of the serenget great migration */
.great-migration-main{
  position: relative;
  width: 100%;
  padding-top: 4em;
  background-color: var(--white);
  height: auto;
  padding-bottom: 4em;
}
.great-sub-main{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.great-sub-main .great-left{
  width: 55%;
  padding: 1em;
}
.great-left h2{
  font-size: 1.6rem;
  font-weight: 600;
  white-space: wrap;
  line-height: 25px;
  padding-bottom: 1em;
  color: var(--textblack);
}
.great-left h2 span{
  color: forestgreen;
}
.great-left p{
  font-size: 1rem;
  color: var(--charcoal);
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
.great-sub-main .great-right{
  width: 45%;
  padding: 5em;
  overflow: hidden;
}
.great-right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
}
.but-div{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
}
.but-div button{
  width: 290px;
  height: 40px;
  background-color: var(--forest-green);
  border-radius: 1px;
  color: var(--white);
  font-weight: bold;
  border: none;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.but-div button:hover{
  background-color: orange;
}
@media (max-width:1040px) {
  .great-sub-main .great-left{
    width: 50%;
  }
  .great-sub-main .great-right{
    width: 50%;
  }
}
@media (max-width:975px) {
  .great-sub-main .great-right{
    padding: 2em;
  }
}
@media (max-width: 820px) {
  .great-sub-main{
    display: flex;
    flex-direction:column;
  }
  .great-left h2{
    font-size: 1.2rem;
  }
  .great-sub-main .great-left{
    width: 100%;
    padding: 2em;
  }
  .great-sub-main .great-right{
    width: 100%;
  }
  .great-sub-main .great-right{
    padding: 3em;
    height: 600px;
  }
}
@media (max-width: 520px) {
  .great-sub-main .great-right{
    padding: 1em;
    height: 430px;
  }
}

/* started of the other tour section */
.other-tour-main-section{
  position: relative;
  width: 100%;
  padding-left: 4%;
  padding-right: 4%;
  height: auto;
  padding-bottom: 2em;
  background-color: var(--white);
  padding-top: 1em;
  padding-top: 5em;
}
.other-t-t h2{
  font-family: sans-serif;
  font-size: 2rem;
  color: var(--textblack);
  font-weight: 600;
  white-space: wrap;
  text-align: center;
}
.other-t-t span{
  color: var(--forest-green);
}

.other-t-b-main{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2em;
  padding-top: 3em;
}
.other-t-b-main .other-t-b{
  position: relative;
   width: 40%;
  height: 500px;
  border-radius: 5px;
  background-color: #e4dede;
  display: flex;
  flex-direction: column;
  padding: 12px;
  border-radius: 4px;
}
.up-t-i{
  width: 100%;
  height: 70%;
  border-radius: 10px 10px 0 0;
}
.chemka{
  background-image: url("../../landing-image/chemkafull.jpg");
  object-fit: cover;
  background-size: cover;
}
.materuni{
  background-image: url("../../landing-image/materuni.jpg");
  object-fit: cover;
  background-size: cover;
}
.d-t-ma{
  padding: .3em;
}
.d-t-ma h2{
    font-size: 1.3rem;
    font-weight: 600;
    white-space: wrap;
    line-height: 30px;
    padding-top: .5em;
    padding-bottom: .3em;
    color: var(--textblack);
    padding: 1em;
}
.d-t-ma p{
  font-size: 1rem;
  line-height: 20px;
  color: var(--charcoal);
  font-weight: 400;
}
.d-t-ma span{
  color: forestgreen;
}

@media (max-width:950px) {
  .other-t-b-main .other-t-b{
     width: 50%;
  }
}
@media (max-width:550px) {
 .other-t-t h2{
  font-size: 1.5rem;
  }
  .other-t-b-main{
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .other-t-b-main .other-t-b{
     width: 100%;
  }
}

/* started of the main zanzibar tour */
.zanzibar-main-section{
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 5em;
  background-color: #f5f9fb;
  padding-top: 1em;
  padding-top: 3em;
}
.zanzibar-m-boxes{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  padding-top: 3em;
}
.z-box-1{
  position: relative;
  flex: 0 0 300px;
  height: 300px;
  border-radius: 5px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
}
.z-box-1:hover{
  transform: translateY(-10px); /* Moves up smoothly on hover */
  cursor: pointer;
}
.z-box-1 .z-up-img{
  position: relative;
  width: 100%;
  height: 75%;
  background-color:  var(--white);
  background-image: url("../../landing-image/zanzibar\ big.jpg");
  object-fit: cover;
  background-size: cover;
}
.z-box-1  .z-img-2{
  background-image: url("../../landing-image/zanzibar\ full.jpg");
  object-fit: cover;
  background-size: cover;
}
.z-box-1  .z-img-3{
  background-image: url("../../landing-image/zanzibarlass.jpg");
  object-fit: cover;
  background-size: cover;
}
.z-up-img h2{
  color: var(--white);
  font-size: 1.5rem;
  text-transform: uppercase;
}
.z-up-img .z-price{
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  padding: 1em;
}
.z-down-text{
   padding: 1em;
    /* Box shadow: left, right, and bottom only */
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.1), /* Left */
  5px 5px 10px rgba(0, 0, 0, 0.1),  /* Right */
  0 10px 15px rgba(0, 0, 0, 0.15);  /* Bottom */
}
.z-down-text p{
  font-size: 1rem;
  color: var(--textblack);
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width:680px) {
  .z-box-1{
    flex: 0 0 95%;
    width: 95%;
    height: 350px;
  }
  .zanzib{
    transform: translateY(-25px);
  }
}


/* started of the customer reviewa div */
.customer-re-main{
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 3em;
  background-color: #f5e8c0;
  padding-top: 1em;
  padding-top: 5em;
}
.cost-t-t h2{
  font-family: sans-serif;
  font-size: 2rem;
  color: var(--textblack);
  font-weight: 600;
  white-space: nowrap;
  text-align: center;
  word-spacing: 1px;
}
.cost-t-t span{
  color: var(--forest-green);
}
.trip-a-main .swiper {
  width: 100%;
  height: 100%;
}
.trip-a-main .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  gap: 3em;
}
.trip-a-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.my-trip-swiper{
  padding-top: 3em!important;
}
.swipperpg2{
  display: none;
}
.swiper-slide-adv .adv-1-box{
  position: relative;
  width: 380px;
  height: 220px;
  background-color: var(--white);
  padding: 1em;
  transform: translateY(0);
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
}
.swiper-slide-adv .adv-1-box:hover{
  transform: translateY(-10px); /* Moves up smoothly on hover */
  cursor: pointer;
}
.uper-adv{
  width: 200px;
  height: 80px;
  display: flex;
  flex-direction: row;
}
.left-juu{
  display: flex;
  flex-direction: row;
  gap: .5em;
}
.left-juu img{
  width: 40px !important;
  height: 40px !important;
  padding: 0px !important;
  display: block;
  border-radius: 30px;
  min-width: initial !important;
  max-width: initial !important;
  object-fit: cover;
  object-position: top;
}
.jin{
  
}
.jin h2{
  font-size: .9rem;
  color: var(--textblack);
  font-weight: 700;
}
.jin p{
  font-size: .7rem;
  color: var(--charcoal);
  padding-top: .1em;
}
.right-adv-up{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #228B22;
  float: right;
  position: absolute;
  right: 1em;
  background-image: url("https://cdn.trustindex.io/assets/platform/Tripadvisor/icon.svg");
}
.sty-div{
  display: flex;
  flex-direction: row;
  gap: .1em;
  padding-top: .6em;
}
.sty-div .st-d1{
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-radius: 30px;
  background-image: url("https://cdn.trustindex.io/assets/platform/Tripadvisor/star/f.svg");
}
.down-adv{
   width: 100%;
   height: 100px;
   padding: .1em;
   position: relative;
   transition: height 0.3s ease-in-out;
   background-color: transparent;
   overflow: hidden;
}
.down-adv p{
  font-size: 1rem;
  color: var(--textblack);
  padding-top: 1em;
  text-align: left;
  font-weight: 400;
  line-height: 23px;
  /* Limit to 3 lines */
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.down-full{
  height: auto;
  overflow: visible;
}
.down-full p{
  display: -webkit-box;
  -webkit-line-clamp: unset; 
  -webkit-box-orient: vertical;
  overflow: visible;
  text-overflow: ellipsis;
}
.adv-1-box-full{
  width: 380px;
  height: auto!important;
  padding: 1em;
}
.adv-1-box span {
  display: block;
  color: var(--charcoal);
  cursor: pointer;
  font-weight: 400;
  position: absolute;
  left: 2em;
  float: left;
  font-family: sans-serif;
  font-size: .9rem;
  padding: .2em;
  transform: translateY(-5px)
}
.my-trip-swiper h5{
  text-align: center;
  font-size: 1rem;
  color: var(--charcoal);
  padding: 2em;
  font-weight: 400;
  transform: translateY(30px);
}
.my-trip-swiper h5 span{
  color: var(--textblack);
  font-weight: bold;
}
@media (max-width:720px) {
  .cost-t-t h2{
    font-size: 1.3rem;
    font-weight: 600;
    white-space: wrap;
    word-spacing: unset;
  }
}

/* start of our blog and article main page */
.our-art-blog-main{
  position: relative;
  width: 100%;
  height: auto;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 4em;
  background-color: var(--white);
  padding-top: 1em;
  padding-top: 3em;
}
.article-main-box{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  padding-top: 3em;
}
.article-main-box .aa-box-1 {
  position: relative;
  flex: 0 0 350px;
  height: 230px;
  border-radius: 5px;
  background-color: pink;
  overflow: hidden;
  cursor: pointer;
}
.article-main-box .aa-box-1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../landing-image/galeymasai.jpg");
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease-in-out;
  z-index: 0;
}
.aa-box-1 .bg2 {
  background-image: url("../../landing-image/farufull.jpg")!important;
  object-fit: cover;
  background-size: cover;
}
.aa-box-1 .bg3 {
  background-image: url("../../landing-image/galeymzungu.jpg")!important;
  object-fit: cover;
  background-size: cover;
}
.aa-box-1 .bg4 {
  background-image: url("../../landing-image/zanzibar\ full.jpg")!important;
  object-fit: cover;
  background-size: cover;
}
.aa-box-1 .bg5 {
  background-image: url("../../landing-image/simba\ ful.jpg")!important;
  object-fit: cover;
  background-size: cover;
}
.aa-box-1 .bg6 {
  background-image: url("../../landing-image/balonfll.jpg")!important;
  object-fit: cover;
  background-size: cover;
}
.article-main-box .aa-box-1:hover .bg {
  transform: scale(1.5) rotate(15deg);
  filter: brightness(1.1);
}
.aa-box-1 .aaa-solute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0; 
  transition: opacity 0.5s ease-in-out;
  z-index: 1; 
  background: rgba(0, 0, 0, 0.6); 
  display: grid;
  align-items: center;
  justify-content: center;
}

.article-main-box .aa-box-1:hover .aaa-solute {
  opacity: 1;
}
.aaa-solute p {
  font-size: 1.2rem;
  font-weight: 400;
  color: var(--white);
  cursor: pointer;
  transform: unset !important;
  text-align: center;
}
@media (max-width:792px) {
  .article-main-box .aa-box-1 {
    flex: 0 0 280px;
  }
}
@media (max-width:640px) {
  .article-main-box .aa-box-1 {
  flex: 0 0 100%;
  width: 100%;
  height: 300px;
  }
}

/* stared talk to us */
.main-tal-us{
  position: relative;
  width: 100%;
  height: 120px;
  display: flex;
  flex-direction: row;
  background-color: #603030;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  padding: 1em;
}
.left-t-us h2{
  font-family: sans-serif;
  font-size: 1.5rem;
  color: var(--white);
  font-weight: 500;
  white-space: wrap;
  text-align: center;
  font-weight: bold;
  text-align: left;
  letter-spacing: -.05em;
}
.left-t-us h2 span{
  color: var(--forest-green);
}
.right-t-us button{
  width: 160px;
  height: 45px;
  background-color: var(--olive-green);
  border: none;
  color: var(--white);
  font-weight: bold;
  font-size: .9rem;
  cursor: pointer;
}
.right-t-us button:hover{
  background-color: orange;
}
@media (max-width:780px) {
  .main-tal-us{
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-content: center;
    align-items: unset;
  }
  .left-t-us h2{
    font-size: 1.3rem;
  }
  .left-t-us{
    width: 95%;
  }
  .right-t-us button{
   margin: 1.5em 0 0 .3em;
  }
}

/* started of the about main section */
.main-web-about{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding-top: 4em;
  padding-bottom: 3em;
}
.main-web-about .upper-about{
  width: 100%;
  height: auto;
  padding: 1em;
  display: flex;
  flex-direction: row;
}
.upper-about .left-about{
  position: relative;
  width: 50%;
  height: 400px;
  max-height: 450px;
  padding: 2em;
  overflow: hidden;
  border: 2px;
}
.left-about .lef-a-img{
  width: 100%;
  height: 100%;
  background-image: url("../../img/icon.png")!important;
  object-fit: cover;
  background-size: cover;
  border-radius: 3px;
  animation: smallShake 3s infinite ease-in-out;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
@keyframes smallShake {
  0% { transform: translateX(0); }
  25% { transform: translateX(-2px) translateY(-2px); }
  50% { transform: translateX(2px) translateY(2px); }
  75% { transform: translateX(-2px) translateY(2px); }
  100% { transform: translateX(0); }
}

.upper-about .right-about{
  width: 50%;
  height: 100%;
  padding-top: 2.2em;
}
.right-about h2{
  font-family: sans-serif;
  font-size: 1.5rem;
  color: var(--textblack);
  font-weight: 500;
  white-space: wrap;
  text-align: center;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 1em 0;
}
.right-about h2 span{
  color: var(--forest-green);
}
.right-about p{
  font-size: 1rem;
  color: var(--charcoal);
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
@media (max-width:700px) {
  .main-web-about .upper-about{
    display: flex;
    flex-direction:column;
  }
  .right-about h2{
    font-size: 1.2rem;
  }
  .upper-about .left-about{
    width: 100%;
  }
  .upper-about .right-about{
    width: 100%;
  }
}
@media (max-width:500px) {
  .upper-about .left-about{
    padding: .2em;
  }
}

/* started of the min author div */

.author-section {
  display: none;
  flex-direction: column;
  justify-content: left;
  background: #f8f9fa;
  padding: 60px 20px;
  gap: 40px;
}
.author-section h2{
  font-family: sans-serif;
  font-size: 1.5rem;
  color: var(--textblack);
  font-weight: 500;
  white-space: wrap;
  text-align: center;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  padding: 0 0 1em 0;
}
.author-section h2 span{
  color: var(--forest-green);
}
.author-imgg {
  width: 350px;
  height: 250px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out;
  background-image: url("../../img/gbg.png") !important;
  background-size: cover;  /* Ensures the image covers the div */
  background-position: center; /* Centers the image */
  background-repeat: no-repeat; /* Prevents repeating */
  cursor: pointer;
}

.author-img:hover {
  transform: scale(1.05);
}
.author-content {
  width: 90%;
}
.author-content h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
}
.author-content p {
  font-size: 1rem;
  color: var(--charcoal);
  font-weight: 400;
  line-height: 25px;
  text-align: left;
}
.cta-button {
  display: inline-block;
  padding: 12px 24px;
  font-size: 18px;
  color: white;
  background: var(--forest-green);
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 5px 15px rgba(182, 255, 65, 0.4);
  margin-top: 2em;
}
.cta-button:hover {
  background: var(--olive-green);
  transform: scale(1.05);
  box-shadow: 0 8px 20px  rgba(182, 255, 65, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .author-section {
      flex-direction: column;
      text-align: center;
  }
  .author-img {
      max-width: 200px;
  }
}
@media (max-width: 700px) {
  .author-section h2{
    font-size: 1.2rem;
  }
  .author-content {
    width: 100%;
  }
  .cta-button {
    display: inline-block;
    padding: 10px 20px;
    font-size: 18px;
    color: white;
    background: var(--forest-green);
    border-radius: 8px;
    margin-top: 2em;
  }
}
@media (max-width:390px) {
    .author-imgg {
  width: 98%;
  height: 250px;
}
}






