
.title-post p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-head-img img {
  height: 500px;
  min-width: 100%;
  border-radius: 20px;
  object-fit: fill;
}

.blog-body-img img {
  height: 400px;
  min-width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.blog-body h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--second-color);
  margin-bottom: 11px;
}
.blog-content .blog-body p a {
  color: var(--second-color);
}

.blog-body ul {
  display: flex
  ;
      flex-direction: column;
}
.blog-body ul  li {
  margin-bottom: 10px;
}
.blog-body ul  li:before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f005";
  width: 20px;
  height: 20px;
  color: #198754;
  margin-left: 9px;
  font-size: 12px;
  background-color: #c1c8d3;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
}
.blog__img{
  height: 230px;
  margin-top: 21px;
  margin-bottom: 20px;
  object-fit: fill;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.blog__img img {
  border-radius: 35px;
}
.tour-details-package-title {
  text-align: center;
  background: var(--main-color);
  padding: 20px;
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: var(--white-color);
  font-weight: 600;
}
.tour-details-package-item,
.tour-details-deals-box {
  /* border-radius: 20px; */
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
}

.tour-details-deals-thumb img {
  width: 145px !important;
  height: 108px;
  border-radius: 10px;
  object-fit: cover;
}

h3.tour-details-deals-text {
  max-width: 250px;
  line-height: 20px;
  margin-bottom: 10px;
}

h3.tour-details-deals-text a {
  color: var(--second-color);
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;

}

h3.tour-details-deals-text a:hover {
  background-size: 100% 1px;
}

.tour-details-package-content,
.tour-details-deals-content {
  padding: 10px;
  background: var(--white-color);
  border-bottom: 1px solid #eee;
  gap: 23px;
}
.tour-details-package-item.blog__sidebar {
  background: #f9f9f9;
  border-bottom-right-radius: 20px;
  margin-bottom: 20px;
  background: #f9f9f9;
  border-bottom-left-radius: 20px;
  padding: 20px;
  border: 1px solid #ddd;
}
.blog-sidebar ul li {
  background-color: #efeeeb;
  margin-bottom: 10px;
  display: block;
  padding: 14px 20px;
  color: #2b2540;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  transition: var(--transition);
  border-radius: 12px;
  border-left: 5px solid #dc3545;
}

.blog-sidebar ul li a {
  color: #1a191d;
  font-size: 16px;
  font-weight: 500;
}
.blog-sidebar ul li:hover {
  color: var(--main-color);
  transform: translateX(10px);
}

#brxe-qbjqlu {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 443px;
  position: relative;
  padding-top: 38%;
  /* align-items: center; */
  color: #fff;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
#brxe-qbjqlu::before {
  background-image: linear-gradient(rgb(0 0 0 / 14%), rgb(0 0 0 / 12%));
  
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}#brxe-tzpmkr {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}#brxe-nctfsu {
  padding: 8px;
  background-color: #f90400;
  color: #fff;
  font-size: 16px;
  border-radius: 15px;
}
.brxe-text-basic{
  margin-bottom: 20px;
  font-size: 15px;
}




@media (max-width: 575.98px) {
  .blog-head-img img {
    height: 407px;
    min-width: 100%;
    border-radius: 20px;
    object-fit: cover;
  }
  .search-form {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 5px 4px 5px 3px rgba(0, 0, 0, .1);
  }
  .search-form .form-row {
    display: flex
  ;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -5px;
    justify-content: center;
  }.blog-info {
  
  height: 282px;
  }
  }

  .tour-details-deals-thumb{
    width: 50% !important;
  }

  .tour-details-deals-dsc {
    width: 50% !important;
  }

  footer {
    padding-top: 50px;
  }
  @media (max-width: 575.98px) {
    footer {
      padding-top: 50px;
      margin-bottom: 0;
  }
  }
  