.homePage {
  padding: 90px 0 0;
}

.homePage .owl-prev, .homePage .owl-next {
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 34px;
  height: 34px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homePage .owl-prev {
  left: -18px;
}

.homePage .owl-next {
  right: -18px;
}

.homePage .owl-prev span, .homePage .owl-next span {
  color: transparent;
}

.homePage .main-slide, .homePage .owl-prev span, .homePage .owl-next span {
  background-size: cover;
  background-position: center;
  width: 7px;
  height: 12px;
}

.homePage .prev-slide, .homePage .owl-prev span {
  background-image: url(/static/assets/images/arrow-left.svg);
}

.homePage .next-slide, .homePage .owl-next span {
  background-image: url(/static/assets/images/arrow-right.svg);
}

.destinationSection {
  padding-bottom: 90px;
}

.destinationSection .item {
  display: block;
}

.destinationSection .item .destinationImage {
  border-radius: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.destinationSection .destinationName {
  font-size: 24px;
  font-weight: 500;
  padding-top: 7px;
  display: block;
}

.best-destination-slider .item {
  margin-right: 20px;
}

.byExperienceSection {
  padding-bottom: 90px;
}

.byExperienceSection .experienceName {
  font-size: 18px;
  font-weight: 700;
  padding-top: 9px;
  display: block;
}

.byExperienceSection .item p {
  color: #8D8D8D;
}

.byExperienceSection .destinationImage {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.exploreBanner {
  padding-bottom: 90px;
}

.exploreBanner img {
  border-radius: 15px;
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommendedSection {
  padding-bottom: 60px;
}

.recommendedSection .data {
  width: 80%;
  background-color: #fff;
  color: #000;
  margin: -40px  auto;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  text-align: left;
  -webkit-box-shadow: 0 0 15px #0000001A;
          box-shadow: 0 0 15px #0000001A;
  -webkit-transition: ease 2000ms;
  transition: ease 2000ms;
}

.recommendedSection .item:hover .data {
  margin: -70px auto;
  -webkit-transition: ease 2000ms;
  transition: ease 2000ms;
}

.recommendedSection .item {
  display: block;
  margin-bottom: 50px;
  text-align: center;
}

.recommendedSection .experienceName {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  display: block;
}

.recommendedSection .price {
  color: #BF2639;
  font-size: 20px;
  padding-right: 10px;
}

.recommendedSection p {
  color: #8D8D8D;
}

.recommendedSection .destinationImage {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  width: 100%;
}

.bestOfSection {
  padding-bottom: 90px;
}

.bestOfSection .bestImage {
  position: relative;
}

.bestOfSection .destinationImage {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bestOfSection .rate {
  color: #FF7003;
  background: #fff;
  padding: 2px 7px 3px;
  font-size: 14px;
  border-radius: 4px;
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.bestOfSection .wish {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 25px;
  bottom: 25px;
  padding: 7px;
  cursor: pointer;
}

.bestOfSection .wish.selected .active, .bestOfSection .wish .inactive {
  display: block;
}

.bestOfSection .wish .active, .bestOfSection .wish.selected .inactive {
  display: none;
}

.bestOfSection .experienceName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  padding-top: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 8px;
}

.bestOfSection .experienceName img {
  width: 19px;
  height: 19px;
  margin-right: 6px;
  margin-top: 6px;
}

.bestOfSection .price {
  color: #E50019;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bestOfSection .price span {
  padding-right: 7px;
}

.bestOfSection p {
  color: #8D8D8D;
}

.howItWorks {
  padding-bottom: 150px;
}

.howItWorks .howIt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.howItWorks .content {
  text-align: center;
  margin: 0 20px;
}

.howItWorks .content .title {
  font-size: 18px;
  font-weight: 500;
  padding-top: 20px;
}

.howItWorks .content p {
  color: #8D8D8D;
}

.howItWorks .content img {
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.howItWorks .content:hover img {
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}

.happyTravellers {
  padding-bottom: 90px;
}

.happyTravellers .travellers {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 0 15%;
}

.happyTravellers .travellerImage {
  background-image: url(/static/assets/images/quotemarks-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 10px 0 50px;
}

.happyTravellers .travellerImage img {
  width: 86px;
  height: 80px;
  border-radius: 12px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.happyTravellers .name span {
  font-size: 18px;
  font-weight: 700;
  padding-top: 35px;
  display: block;
}

.happyTravellers .name p {
  color: #8D8D8D;
}

.bestDestination {
  padding-bottom: 98px;
}

.bestDestination .bestDestinationTab {
  margin-top: 30px;
}

.bestDestination .tab-content {
  display: none;
}

.bestDestination .tabPoints {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0  50px;
  margin: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.bestDestination .tabPoints a {
  margin: 0 16px;
  padding: 10px 12px;
  border-radius: 17px;
  font-size: 14px;
  position: relative;
}

.bestDestination .tabPoints .dot, .bestDestination .tabPoints .redDot {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #DBDBDB;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}

.bestDestination .tabPoints .redDot {
  width: 9px;
  height: 9px;
  top: -26px;
  background-color: #BF2639;
  display: none;
}

.bestDestination .tabPoints li.active .redDot {
  display: block;
}

.bestDestination .tabPoints a:hover, .bestDestination .tabPoints li.active a {
  background: #BF2639;
  color: #fff;
}

.bestDestination .tabPoints li.active a::before {
  width: 9px;
  height: 9px;
  border-bottom: solid 9px #c81e32;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  position: absolute;
  top: -9px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bestDestination .tabPoints li {
  position: relative;
}

.bestDestination .tabPoints li::before {
  position: absolute;
  content: "";
  left: 50%;
  top: -26px;
  background: #ddd;
  width: 100%;
  height: 1px;
}

.bestDestination .tabPoints li:last-child::before {
  display: none;
}

.bestDestination .tabPoints::-webkit-scrollbar {
  display: none;
}

.bestDestination .bestImage {
  position: relative;
  display: block;
}

.bestDestination .bestImage .destinationImage {
  width: 100%;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.bestDestination .bestImage .rate {
  color: #FF7003;
  background: #fff;
  padding: 2px 7px 3px;
  font-size: 14px;
  border-radius: 4px;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.bestDestination .bestImage .wish {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 25px;
  cursor: pointer;
  padding: 7px;
}

.bestDestination .bestImage .wish.selected .active, .bestDestination .bestImage .wish .inactive {
  display: block;
}

.bestDestination .bestImage .wish .active, .bestDestination .bestImage .wish.selected .inactive {
  display: none;
}

.bestDestination .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #B1B1B1;
}

.bestDestination .data .experienceName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

.bestDestination .data .dPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50%;
}

.bestDestination .data .place {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 3px;
}

.bestDestination .data .days {
  color: #8D8D8D;
}

.bestDestination .data .price {
  font-size: 20px;
  color: #E50019;
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
}

.bestDestination .data .price span {
  padding-right: 3px;
}

.bestDestination .data .person {
  color: #8D8D8D;
}

.bestDestination .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bestDestination .bottom .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px;
}

.bestDestination .bottom .cLogo {
  width: 35px;
  height: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px  6px #00000029;
          box-shadow: 0px 0px  6px #00000029;
  padding: 4px;
  margin: 0px 7px 3px 2px;
}

.partners {
  padding-bottom: 20px;
}

.partners .partnersLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners .partnersLogo span {
  display: inline-block;
  width: 20%;
  padding: 30px 20px;
  text-align: center;
}

.partners .partnersLogo span img {
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.destinationSection .item:hover .destinationName, .byExperienceSection .item:hover .experienceName, .bestOfSection .item:hover .experienceName, .bestDestination .item:hover .data .place {
  color: #BF2639;
}

@media screen and (max-width: 1199px) {
  .bestDestination .tabPoints {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0px 0 20px;
  }
  .bestDestination .tabPoints li::before {
    display: none;
  }
  .bestDestination .tabPoints li.active a::before {
    display: none;
  }
  .bestDestination .tabPoints li.active .redDot {
    display: none;
  }
  .bestDestination .tabPoints .dot, .bestDestination .tabPoints .redDot {
    display: none;
  }
  .bestDestination .tabPoints a {
    display: block;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 12px;
    border: 1px solid #D8D8D8;
    margin: 0 5px;
  }
  .bestDestination .tabPoints li {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    text-align: center;
  }
  .bestDestination .bestDestinationTab {
    margin-top: 0px;
  }
  .bestDestination .bestImage .wish {
    bottom: 10px;
    left: 10px;
  }
  .bestDestination .bestImage .rate {
    bottom: 10px;
    right: 10px;
  }
  .bestDestination .data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5px;
    border: none;
    padding-bottom: 0;
  }
  .bestDestination .data .experienceName {
    width: 100%;
  }
  .bestDestination .data .days {
    display: none;
  }
  .bestDestination .data .dPrice {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bestDestination .data .person {
    display: none;
  }
  .bestDestination .data .place {
    font-size: 16px;
  }
  .bestDestination .data .price {
    font-weight: 500;
  }
  .bestDestination .bottom {
    display: none;
  }
}

@media screen and (min-width: 991px) {
  .partnersLogo {
    width: 1016px;
  }
  .destinationSection .item .destinationImage, .bestOfSection .destinationImage, .bestDestination .bestImage .destinationImage {
    height: 280px;
  }
  .byExperienceSection .destinationImage {
    height: 170px;
  }
  .recommendedSection .destinationImage {
    height: 336px;
  }
}

@media screen and (max-width: 991px) {
  .destinationSection .item .destinationImage, .bestOfSection .destinationImage, .bestDestination .bestImage .destinationImage {
    height: 200px;
  }
  .byExperienceSection .destinationImage {
    height: 100px;
  }
  .recommendedSection .destinationImage {
    height: 170px;
  }
}

@media screen and (max-width: 767px) {
  .homePage {
    padding: 30px 0 0;
  }
  .destinationSection .destinationName {
    font-size: 16px;
  }
  .destinationSection, .byExperienceSection, .exploreBanner, .recommendedSection, .bestOfSection, .happyTravellers, .bestDestination {
    padding-bottom: 40px;
  }
  .byExperienceSection .experienceName {
    font-size: 14px;
  }
  .recommendedSection .experienceName {
    font-size: 13px;
    padding-bottom: 2px;
  }
  .recommendedSection .price {
    font-size: 12px;
  }
  .recommendedSection .data {
    padding: 10px;
  }
  .recommendedSection .item {
    margin-bottom: 30px;
  }
  .bestOfSection .rating {
    padding: 0 10px;
    bottom: 10px;
  }
  .bestOfSection .wish {
    bottom: 10px;
    left: 10px;
  }
  .bestOfSection .rate {
    right: 10px;
    bottom: 10px;
  }
  .bestOfSection .experienceName {
    font-size: 16px;
  }
  .bestOfSection .experienceName img {
    display: none;
  }
  .bestOfSection .price {
    display: none;
  }
  .bestOfSection p {
    display: none;
  }
  .howItWorks {
    padding-bottom: 10px;
  }
  .howItWorks .howIt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .howItWorks .content {
    margin: 0;
  }
  .howItWorks .content {
    margin-bottom: 30px;
  }
  .howItWorks .arrows {
    display: none;
  }
  .happyTravellers .travellers {
    width: 100%;
    padding: 0 5%;
  }
  .happyTravellers .name span {
    padding-top: 15px;
  }
  .partners .partnersLogo span {
    width: 33.33%;
    padding: 20px 5px;
  }
  .destinationSection .container,
  .byExperienceSection .container,
  .recommendedSection .container,
  .bestOfSection .container,
  .bestDestination .container {
    padding-right: 0;
  }
  .destinationSection .heading,
  .byExperienceSection .heading,
  .recommendedSection .heading,
  .bestOfSection .heading,
  .bestDestination .heading {
    padding-right: 15px;
  }
}

@media screen and (max-width: 639px) {
  .recommendedSection .day {
    display: block;
  }
  .exploreBanner img {
    height: 160px;
  }
}
/*# sourceMappingURL=home.css.map */