/*
* ============================
*     ClicheCode Template
* ============================
* Auther : Saran
* https://www.clichecode.com
*
*/

#package-page {
  background-color: #000000;
}

#package-page .explore-package h2 {
  font-size: 24px;
  color: #fff;
}

#package-page .special-packages {
  padding-bottom: 30px;
}

#package-page .special-packages #pills-tab1 {
  overflow-x: auto;
  flex-wrap: initial;
  display: -webkit-box;
}

#package-page .special-packages .tab-style button {
  background-color: #1f2636;
  color: #727b8d;
  border-radius: 5px;
  margin-right: 10px;
  height: 35px;
  line-height: 35px;
  padding: 0px 25px;
  font-family: Gilroy-Medium;
}

#package-page .special-packages .tab-style button.active {
  color: #000;
  background: #f3b42f;
}

#package-page .special-packages .list-package {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  background: #151924;
}

#package-page .special-packages .list-package .list-package-image-col {
  border-radius: 10px;
  width: 100%;
}

#package-page .special-packages .list-package .hover-contents {
  width: 100%;
  background: #151924;
  border-radius: 10px;
  color: #fff;
  bottom: 0;
  left: 0;
  transition: 0.5s;
}

#package-page .special-packages .list-package .hover-contents h4 {
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 43px;
}

#package-page .special-packages .list-package .hover-contents p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  margin-bottom: 10px;
}

#package-page .special-packages .list-package .hover-contents h2 {
  color: #f3b42f;
  font-size: 18px;
  margin: 0;
}

#package-page .special-packages .list-package .hover-contents span {
  float: right;
}

#package-page .special-packages .list-package .hover-contents span button {
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: normal;
  height: 32px;
  width: 100px;
  transition: 0.5s;
  background: #f3b42f;
  cursor: pointer;
}

#package-page .special-packages .list-package .hover-contents span button:hover {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}

#package-page .package-blank-title {
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#package-page .package-blank-title h3 {
  color: #fff;
}

#package-page .list-package-services-list {
  height: 40px;
}

#package-page .list-package-services-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#package-page .list-package-services-list ul li {
  float: left;
  margin-right: 20px;
  color: #5f6574;
  font-size: 16px;
}

#package-page .list-package-validation-btn button {
  padding: 5px 20px;
  color: #fff;
  border: none;
  border-radius: 4px;
  background-color: #32384a;
  font-weight: bold;
}

html:lang(ar) #package-page .special-packages .list-package .hover-contents span {
  float: left;
}

@media screen and (max-width: 991px) {
  #package-page .special-packages .list-package .hover-contents h4 {
    -webkit-line-clamp: 1;
    height: 21px;
  }

  #package-page .special-packages .list-package .hover-contents p {
    -webkit-line-clamp: 1;
    height: 24px;
  }

  #package-page .special-packages .list-package .hover-contents span button {
    height: 28px;
  }

  #package-page .special-packages .list-package .hover-contents h2 {
    font-size: 16px;
    margin-top: 13px;
  }
}

@media screen and (max-width: 767px) {
  .package-blank-title {
    min-height: 200px !important;
  }
}

@media screen and (max-width: 380px) {
  #package-page .list-package-services-list {
    height: auto;
  }
}

