@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');

:root {
  --darkblue: #0e1e2c;
  --darkblue2: #132738;
  --lightbg: #f5f5f5;
  --ligthbg2: #F4F8FB;
  --linkcolor: #0a66c2;
  --bordercolor: #DBE1E5;
  --cardbg: #fff;
  --textcolorlight: #595959;
  --textcolordark: #212221;
  --cardinnerborder: #CFDDFF;
  --cardinnerbg: #cfddff33;
  --titlecolor1: #f16922;
  --cardinnerbg: #f6f8ff;
  --fontfamily: 'Muli', sans-serif;
}

body {
  font-family: var(--fontfamily);
  padding: 0px;
  margin: 0px;
}

/* header main */
/* hero */
#hero-sec {
  background-color: var(--ligthbg2);
  padding: 0 0 20px 0;
}

.hero-banner {
  margin: 0px auto 5px auto;
  padding: 10px 0px 0px 0px;
  max-width: 1320px;
  height: 100%;
}

.hero-banner img {
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: fill;
  margin-top: 10px;
}

.hero-tour-inner {
  max-width: 1320px;
  margin: 15px auto 20px auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;

}

/* hero slider  */

.img-slider {
  display: block;
}

.mob-slider {
  display: none !important;
}

.tour-list-card-small {
  box-shadow: 0 2px 10px #0000001a;
  border-radius: 10px;
}

.tour-list-card-small i {
  padding-top: 10px;
  line-height: 5px;
  margin-left: 5px;
  color: var(--textcolordark);
}

.tour-list-card-small img {
  border-radius: 10px 10px 0 0;
  filter: brightness(.5);
  height: 150px !important;
  width: 100%;
  object-fit: cover;
}



.tour-list-card-small h2 {
  font-size: 13px !important;
  font-weight: 900 !important;
  margin: 8px 0px !important;
  text-align: left !important;
  color: var(--textcolordark) !important;
  padding: 0px 15px !important;
}

.tour-list-card-small a {
  color: var(--textcolordark);
  text-decoration: none;
}

.small-card-img {
  position: relative;

}

.small-card-day-price {
  position: absolute;
  bottom: 10px;
  left: 15px;
  filter: brightness(1);
  z-index: 10;
}

.small-card-day-price h4 {
  background-color: var(--cardbg) !important;
  padding: 5px 15px;
  border-radius: 5px;
  margin: 3px 0px;
  font-size: 16px !important;
  font-weight: 900;
  width: fit-content;
}

.small-card-day-price h4 del {
    font-size: 14px;
    color: gray;
}

.small-card-day-price p {
  margin: 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;

}

/* active tour bg sec */

#active-tour-banner {
  max-width: 1320px;
  margin: 30px auto;
  /* background-color: var(--darkblue); */
  position: relative;
  padding: 50px 20px 40px 20px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(rgba(0, 0, 0, 0.685), rgba(0, 0, 0, 0.709)), url('../media/TestImg/chardhambannerimg.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.active-light-01 {
  position: absolute;
  top: -40px;
  left: -40px;
}

.active-light-01 img {
  width: 600px;
  transform: rotate(-20deg);
}


.active-light-02 {
  position: absolute;
  bottom: -5px;
  right: 10px;
  display: none;
}

.active-light-02 img {
  width: 230px;
}

#active-tour-banner h2 {
  color: var(--lightbg);
  font-family: var(--fontfamily);
  font-weight: 900 !important;
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}

#active-tour-banner p {
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
  color: var(--bordercolor);
  font-size: 15px;
}

#active-tour-banner button {
  margin: 25px auto 0px auto;
  background-color: transparent;
  border: none;
  display: block;
}

#active-tour-banner button a {
  padding: 8px 50px;
  background-color: var(--lightbg);
  border-radius: 5px;
  color: var(--darkblue);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.active-tour-view-sec {
  max-width: 1320px;
  margin: 10px auto;
}

.active-tour-view-sec .row {
  --bs-gutter-x: 0rem !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.active-tour-description {
  margin: 0px 10px 0px 0px;
  background-color: var(--darkblue);
  padding: 30px 30px;
  border-radius: 10px;
}

.active-tour-description h2 {
  font-weight: 900;
  font-size: 25px;
  color: var(--titlecolor1);
  margin: 5px 0px 15px 0px;
}

.active-tour-description h4 {
  font-size: 19px;
  color: #fff;
}

.active-tour-description p {
  font-size: 15px;
  color: var(--bordercolor);
  text-align: justify;
}

.active-tour-card-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;

}

.active-tour-card {
  height: 280px;
  width: auto;
  position: relative;

}

.active-tour-title {
  position: absolute;
  top: 15px;
  text-align: left;
  left: 10px;
}

.active-tour-title h4 {
  font-size: 18px;
  font-weight: 900;
  width: 100%;
  color: #f5f5f5;
}

.active-tour-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(.7);
}

.price-dept {
  position: absolute;
  bottom: 10px;
  left: 7px;
  padding: 10px;
  border-radius: 5px;
  width: 92%;
  background-color: #6c6c6ca1;
  border: 1px solid #898989;
}

.price-dept h5 {
  font-size: 16px;
  font-weight: bolder;
  margin: 0px;
  color: #fff;
}

.price-dept p {
  font-size: 20px;
  font-weight: bolder;
  margin: 5px 0px;
  color: var(--bordercolor);
}

.price-dept p del {
  font-size: 14px;
}

/* tour sec csss */

#tour-sec {
  max-width: 1320px;
  margin: 10px auto;
}

.sec-title-heading {
  font-size: 24px;
  font-weight: bolder;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0px;
}

.title-border {
  display: block;
  margin: 0px auto;
  text-align: center;

}

.title-border img {
  width: 200px;
}

/* filter img */

.filter-btn {
  margin: 20px auto 10px auto;
  display: block;
  text-align: center;
}

.filter-btn button {
  padding: 6px 20px;
  border: none;
  border-radius: 5px;
  border: 1px solid #9D9D9D;
  background: #FFF;
  border-radius: 5px;
  margin: 0px 5px;
  font-size: 15px;
  color: var(--textcolordark);
}

.filter-btn .active {
  background-color: var(--darkblue);
  color: var(--lightbg);
  border: 1px solid var(--darkblue);

}

/* tour card sec css */

#tour-list-sec,
#tour-list-sec-best,
#tour-list-sec-dept {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.tour-card-main {
  padding: 5px;
  border-radius: 13px;
  border: 1px solid var(--bordercolor);
  transition: all 150ms;
}

.tour-card-main:hover {
  box-shadow: 0 0 20px #00000026;
}

.card-img-sec img {
  height: 90px;
  border-radius: 7px;
  width: 120px;
  object-fit: cover;
}

.card-img {
  width: 100%;
  max-width: 140px;
}

.card-img-sec {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
}

.card-img-sec h2 {
  font-size: 17px !important;
  font-weight: bold;
  margin: 10px 0px 5px 0px !important;
}

.card-img-sec h4 {
  font-size: 14px;
  color: var(--textcolordark);
  font-weight: 900;
}

.card-img-sec h3 {
  margin-top: 10px;
  font-size: 16px;
  color: var(--titlecolor1);
  font-weight: 900;
}


/* tour card price  */

.tour-card-price-main {
  margin: 20px 3px 3px 3px;
  padding: 10px;
  border-radius: 5px;
  background-color: var(--cardinnerbg);
  border: 1px solid var(--cardinnerborder);
}

.tour-card-price-main button {
  margin-top: 15px;
  width: 100%;
  border: none;
  background-color: var(--darkblue);
  padding: 7px 20px;
  border-radius: 5px;
}

.tour-card-price-main button:hover {
  background-color: var(--darkblue2);
}

.tour-card-price-main button a {
  color: var(--lightbg);
  font-size: 16px;
  text-decoration: none;
}

.card-price-sec {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.card-price-sec h5 {
  font-size: 16px;
  font-weight: 900;
  color: var(--textcolordark);
}

.card-price-sec h3 {
  font-size: 16px !important;
  font-weight: 900;
  margin: 5px 0px !important;
}

.card-price-sec h3 a {
  text-decoration: none;
}

.card-price-sec h2 {
  font-size: 18px !important;
  font-weight: 900;
  margin: 0px 0px 5px 0px !important;
  text-align: right;

  .card-price-sec h2 del {
    font-size: 14px;
    color: #777;
  }
}

.card-price-sec h2 span {
  font-size: 13px;
  color: var(--textcolorlight);
}

.card-price-sec p {
  text-align: right !important;
  font-size: 13px;
  font-weight: bolder;
  color: var(--textcolordark);
  max-width: 150px;
  display: none;
}

.card-price-sec h2 del {
  font-size: 14px;
  color: #777;
}

/* destination sec */

#destination-sec {
  padding: 20px 0px;
  margin: 20px 0px;
  background-color: var(--ligthbg2);
}

.destination-inner {
  max-width: 1320px;
  margin: 10px auto;
}

.destination-inner h2 {
  font-weight: 900;
  font-size: 24px;
}

.destination-inner h2 span {
  color: var(--titlecolor1);
  margin-left: 5px;
}

.destination-inner p {
  font-size: 15px;
  color: var(--textcolorlight);
  margin: 2px 0px;
}

.destination-list-sec {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.destination-list {
  padding: 8px;
  border: 1px solid var(--bordercolor);
  border-radius: 10px;
  background-color: #fff;
}

.destination-list img {
  border-radius: 5px;
  height: 140px;
  width: 100%;
  object-fit: cover;
}

.destination-list h3 {
  font-size: 19px;
  font-weight: 900;
  margin-top: 10px;
  color: var(--titlecolor1);
}

.destination-list h4 {
  font-size: 16px;
  font-weight: 800;
  margin: 5px 0px 10px 0px;
}

.destination-list span {
  color: var(--textcolorlight);
  font-size: 14px;
  margin-right: 5px;
}

.destination-list h5 {
  font-size: 15px;
  font-weight: 900;
  margin: 0px 0px;
}


.included {
  position: relative;
  display: inline-block;
  cursor: pointer;
  /* margin: 100px; */
}

.included a {
  color: var(--titlecolor1);
  font-size: 16px;
  font-weight: 900;
}

.included-box {
  visibility: hidden;
  width: 280px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 1;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.included:hover .included-box {
  visibility: visible;
  opacity: 1;
}

.included-box .item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.included-box .item img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.included-box .note {
  font-size: 12px;
  color: #b14800;
  margin-top: 10px;
}

/* responsive */

@media(max-width:1330px) {
  #hero-sec {
    padding: 0px 10px 20px 10px;
  }

  #active-tour-banner {
    margin: 30px 10px;
  }

  .active-tour-view-sec {
    padding: 0px 10px;
  }

  #tour-sec {
    padding: 0px 10px;
  }

  .destination-inner {
    padding: 0px 10px;
  }


}

@media (max-width:1300px) {

  #tour-list-sec,
  #tour-list-sec-best,
  #tour-list-sec-dept {
    overflow-x: scroll;
  }

  #tour-list-sec::-webkit-scrollbar {
    display: none;
  }
  #tour-list-sec-dept::-webkit-scrollbar {
    display: none;
  }
    #tour-list-sec-best::-webkit-scrollbar {
    display: none;
  }
  .tour-card-main {
    max-width: 100%;
    width: 300px !important;
  }

  .inqueri-form {
    max-width: 100% !important;
    width: 100%;
  }
}

@media (max-width:1280px) {
  .active-tour-card-list {
    overflow-x: scroll;
  }

  .active-tour-card-list::-webkit-scrollbar {
    display: none;
  }

  .active-tour-card {
    width: 200px;
    max-width: 200px;
  }
}

@media (max-width:1150px) {
  .hero-tour-inner {
    overflow-x: scroll;
  }

  .hero-tour-inner::-webkit-scrollbar {
    display: none;
  }

  .tour-list-card-small {
    max-width: 200px !important;
    width: 190px !important;
  }

  .hero-tour-inner {
    max-width: 1320px;
    margin: 30px auto 20px auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }

  .destination-list-sec {
    overflow-x: scroll;
  }

  .destination-list-sec::-webkit-scrollbar {
    display: none;
  }

  .destination-list {
    max-width: 200px;
    width: 190px;
  }
}


@media (max-width:1060px) {
  .filter-btn {
    overflow-x: scroll;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  .filter-btn::-webkit-scrollbar {
    display: none;
  }

  .filter-btn button {

    width: 210px !important;
    max-width: 250px !important;
  }
  .included-box{
    display: none;
}
}


@media (max-width:768px) {
  .hero-banner {
    height: 100% !important;
  }

  .hero-banner img {
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: fill;
  }

  .active-light-02 img {
    display: none;
  }

  .active-light-01 img {
    display: none;
  }

  #active-tour-banner h2 {

    font-size: 28px;

  }

  .tour-list-card-small {
    max-width: 166px !important;
    width: 190px !important;
  }

  #active-tour-banner {
    padding: 35px 20px 40px 20px;
  }

  .img-slider {
    display: none !important;
  }

  .mob-slider {
    display: block !important;
    height: auto !important;
    width: 100%;
    box-sizing: cover;
  }
  .footer h2, .footer h4 {
  margin-top: 20px;
}

.included-box{
    display: none;
}

}

@media(max-width:500px) {
  #active-tour-banner h2 {
    font-size: 22px;
  }

  #active-tour-banner p {
    max-width: 600px;
    font-size: 14px;
  }
  .card:hover .card-content{
      height: 160px;
  transform: translateY(-50px);
  }
}