/* THEME CSS */

.dark-bg {
  background-color: var(--black-2);
}
.sec-subtitle.text-white span {
  -webkit-text-stroke: 1px var(--white);
}

/* Packages */

.section.single-packages {
  background: #0e0e0e;
}
.package-box {
  padding: 32px 40px 40px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid var(--main-color-one);
}
.package-title {
  border-bottom: 1px solid var(--main-color-one);
}
.package-title h3 {
  font-size: 20px;
  line-height: 1.4;
  color: var(--black-4);
}
.package-title h2 {
  color: var(--main-color-one);
  font-weight: 600;
  font-size: 46px;
  margin-top: 10px;
}
.package-title h2 del {
  font-size: 20px;
  color: var(--theme-color);
}
.package-title sub {
  font-size: 20px;
  margin-left: 20px;
}
.package-title p {
  color: var(--black-4);
  padding: 10px 0px 30px 0px;
}
.package-content ul {
  height: 230px;
  overflow-y: auto;
  margin-top: 30px;
}
.package-content ul li i {
  margin-right: 15px;
  font-size: 16px;
  margin-left: 2px;
  color: var(--main-color-one);
}
.package-btn {
  margin-top: 40px;
}
.package-btn a {
  display: block;
  border: 0 !important;
  border-radius: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  padding: 15px 20px;
  overflow: hidden;
}
.package-content ul li {
  padding-bottom: 15px;
  color: var(--black-4);
  padding-right: 10px;
}
.package-content ul::-webkit-scrollbar {
  width: 8px;
}
.package-content ul::-webkit-scrollbar-track {
  background: var(--black-2);
  border-radius: 10px;
}
.package-content ul::-webkit-scrollbar-thumb {
  background-color: var(--main-color-one);
  border-radius: 8px;
}
.package-btn a:before {
  background-color: var(--black-2);
}
.package-btn a:hover {
  background-color: var(--main-color-one);
}

/* SECTION BRAND */

.brand__slide img {
  filter: brightness(0);
}

/* HEADER */

.header__inner .header__logo {
  width: 40%;
}
.footer__logo img {
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
}

/* SECTION ABOUT US */

.about__content-6 .p-animation p {
  line-height: 150%;
  padding-bottom: 18px;
}
.about__area-6 .about__content-6 {
  padding: 0px;
}
.textslider__slide h2 {
  text-align: center;
}

/* PRIVACY POLICY */

.terms-title h2 {
  text-align: center;
  margin-bottom: 20px;
}
.instruction-sec-content p {
  margin-bottom: 20px;
}
.instruction-sec-content h3 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 24px;
}
.instruction-sec-content h2 {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 20px;
}
.instruction-sec-content h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

/* SECTION PORTFOLIO */

.portfolio__list-6.website .portfolio__item-4 img {
  height: 500px;
  object-fit: cover;
  object-position: top;
}
.port-btns-main ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
.port-btns-main ul li a.active {
  background-color: var(--main-color-one);
  color: var(--white);
}
.port-btns-main ul li a {
  overflow: hidden;
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  font-weight: 600;
}
.port-btns-main {
  margin: 30px 0px 50px 0px;
}
.port-btn-track {
  margin-top: 60px;
  text-align: center;
}
.port-btn-track a {
  border: 1px solid var(--main-color-one);
  color: var(--white);
}

/* SECTION INNER WRAPPER */

.breadcrumb__area:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.breadcrumb__area {
  position: relative;
}
.offcanvas__top img {
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
}

/* RESPONSIVE QUERIES */

@media only screen and (min-width: 100px) and (max-width: 1399px) {
  .package-box {
    padding: 30px 30px 30px;
  }
  .header__inner .header__logo {
    width: 100%;
  }
}
@media only screen and (min-width: 100px) and (max-width: 1199px) {
  .textslider__area {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__inner .header__logo {
    width: 35%;
  }
  .portfolio__list-6.website .portfolio__item-4 img {
    height: 400px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 991px) {
  .port-btns-main ul {
    gap: 15px;
  }
  .instruction-sec-content h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 100px) and (max-width: 575px) {
  .package-box {
    padding: 25px 25px 25px;
    margin-bottom: 20px;
  }
  .package-title h2 {
    font-size: 40px;
  }
  .package-title h3 {
    font-size: 18px;
  }
  .header__inner .header__logo {
    width: 60%;
  }
  .instruction-sec-content h3 {
    font-size: 22px;
  }
  .offcanvas__top img {
    max-width: 160px;
  }
  .portfolio__list-6.website .portfolio__item-4 img {
    height: 360px;
  }
  .about__area-6 .about__content-6 {
    margin-top: 90px;
  }
  .contact__area::after {
    width: 0%;
  }
  .port-btns-main ul li a {
    padding: 12px 25px;
    font-size: 15px;
  }
}
