.elementor-499 .elementor-element.elementor-element-6233cbe9{--display:flex;}.elementor-499 .elementor-element.elementor-element-c8651a7{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-499 .elementor-element.elementor-element-ee04504{width:100%;max-width:100%;}/* Start custom CSS */.destination_container {
  display: flex;
  gap: 30px;
}
/*.destination-filter {*/
/*    width: 28% !important;*/
/*    background: aliceblue;*/
/*    padding: 20px 0px 20px 40px;*/
/*}*/
.destination-post {
  width: 48%;
  padding: 50px;
}
.all-destinations {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
}
.destination-filter {
  width: 28% !important;
}
.destination-filter label {
  margin: 25px 0px;
  color: #fff;
}
.destination-filter h3 {
  margin-bottom: 40px;
  /*margin-top:30px;*/
  color: #fff;
}
/*.inner_filter {*/
/*    padding: 30px 30px 40px 30px;*/
/*    background: #000;*/
/*}*/
/*h3.heading-col*/

/* {*/
/*    margin-top: 35px;*/
/*}*/
.destination_container {
  display: flex;
  gap: 30px;
  font-family: "Aglet Mono";
}

.filters {
  width: 30%;
}

.all-destinations {
  width: 70%;
  margin-top: 0px !important;
}
.inner-filter {
  background: #000;
  padding: 40px;
  border-radius: 20px;
}

.inner-filter label {
  margin-bottom: 20px !important;
  color: #fff;
}

.inner-filter h3 {
  color: #fff;
}

h3.heading-col {
  margin-top: 35px;
}

.all-destinations a.destination-post {
  width: 100%;
  height: 400px;
}

a.destination-post::before {
  content: "";
  background-image: linear-gradient(180deg, #ffffff00 20%, #000000 100%);
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: transparent;
  z-index: 0;
}

.destination-content {
  background-color: transparent !important;
  z-index: 1;
}

.all-destinations a.destination-post {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 20px !important;
}

.destination-content h2 {
  font-weight: 600;
  font-size: 24px;
}

@media screen and (max-width: 980px) {
  .destination_container {
    flex-direction: column;
  }

  .filters {
    width: 100%;
  }

  .all-destinations {
    width: 100%;
    grid-template-columns: auto auto !important;
  }

  .all-destinations a.destination-post {
    width: 100%;
    height: 270px;
  }

  .destination-content h2 {
    font-weight: 600;
    font-size: 18px;
  }

  .all-destinations a.destination-post {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .destination-content p {
    font-size: 12px !important;
  }
}/* End custom CSS */