.tours-content {
    padding: 70px 10%;
}
.tours-text h2 {
  font-weight: 400; 
}

  .filters {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    margin: 25px 0 50px;
  }
  .filters a {
    margin-top: 20px !important;
    margin-right: 50px;
  }

  .active  {
	background-color: var(--primary-color);
	color: var(--secondary-color);
  }
  .active::after { 
  	width: 100%;
  }


  .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin-top: 50px;
  }
  .pagination a {
    margin: 0 10px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: #fff;
    color: var(--primary-color);
    border: none;
    cursor: pointer;
  }
  .pagination a.active {
    background-color: var(--primary-color);
    color:var(--secondary-color);
    border-radius: 0 !important;
  }
  .container {
    max-width: 100%;
    margin: 20px auto;
    padding: 0;
  }

  .tours-content.tours-text h2 {
    font-weight: 700;
  }

  .tours-content.tours-text h2::before {
    display: none;
  }

.zik-zak-section2 .zik img {
  width: 50%;
  height: 500px;
}

.zik-zak-section2 .zik img:first-of-type{
  margin-top: 0;
}

.zik-zak-section2 .zik .zik-text {
  width: 45%;
  padding-top: 30px;
  padding-right: 20px;
}

.zik-zak-section2 .zik{
  position: relative;
  align-items: flex-start;
}

.zik-zak-section2 .zik::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0%;
  background-color: #f3f3f3;
  height: 85%;
  width: 60%;
  z-index: -1;
}

.zik-zak-section2 .zik.zik-reverse{
  flex-direction: row-reverse;
}

.zik-zak-section2 .zik.zik-reverse::before{
  right: auto;
  left: 0;
}



@media only screen and (max-width: 1399px) {
.zik-zak-section2 .zik::before {
	height: 95%;
}
}

@media only screen and (max-width: 1200px) {
.zik-zak-section2 .zik{
  flex-direction: column;
}

.zik-zak-section2 .zik img {
  width: 100%;
}

.zik-zak-section2 .zik .zik-text {
  width: 100%;
  margin-left: 0;
}

.zik-zak-section2 .zik.zik-reverse {
  flex-direction: column;
}


}

  @media only screen and (max-width: 768px) {
    .tours-content {
      padding: 50px 5%;
    } 
    .pagination a {
    margin: 0 5px;
    min-width: 28px;
    height: 28px;
  }
  .filters a {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 10px 20px !important;
    margin-top: 10px !important;
    margin-right: 15px;
  }

  .zik-zak-section2 .zik {
    padding: 0;
  }

  .zik-zak-section2 .zik img {
    height: 300px;
  }

   .zik-zak-section2 .zik {
    margin-top: 30px;
   }

  .zik-zak-section2 .zik::before{
  display: none;
}
  }