/*********************/
* {
  font-family: "MarkPro";
}

.bannerPublicity {
  max-width: unset !important;
  width: 95% !important;
  padding: 20px 50px !important;
}

.bannerPublicity h1 {
  margin: unset !important;
}

.containerPackage {
  width: 95%;
  margin: 50px auto !important;
}

.headerPackage div {
  display: flex;
  align-items: center;
}

h1 {
  color: black;
  font-size: 35px;
  font-weight: 700;
  margin-right: 20px !important;
  margin-top: 3px;
}

.packageStatus {
  padding: 10px;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 11px;
  line-height: 11px;
}

.green {
  color: white;
  background: #1bd741;
}

.red {
  color: white;
  background: red;
}

.yellow {
  color: white;
  background: yellow;
}

.packageLocations {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.tripDuration {
  font-size: 16px;
  color: #aa1829;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 100px;
  background: rgba(170, 24, 41, 0.07);
  width: fit-content;
}

.containerPackageOne,
.containerPackageTwo {
  display: flex;
  justify-content: space-between;
  margin-top: 30px !important;
}

.containerPackageTwo {
  align-items: flex-start;
}

.containerLeft {
  width: 70%;
}

.containerRight {
  width: 28%;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.imagePackage {
  overflow: hidden;
  object-position: center;
  position: relative;
  overflow: hidden;
}

.sliderItinerary {
  width: 100%;
  height: 100%;
}

.sliderItinerary .slick-track {
  height: 100%;
}

.containerPackageOne .arrowLeftTestimony {
  left: 20px;
  position: absolute;
}

.containerPackageOne .arrowRightTestimony {
  right: 20px;
  position: absolute;
}

.containerPackageOne {
  margin-bottom: 30px;
}

.containerPackageOne .arrowLeftTestimony,
.containerPackageOne .arrowRightTestimony {
  top: calc(50% + 10px);
  width: 20px;
  z-index: 1;
  cursor: pointer;
}

.imageTravel {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.premiumIcon {
  max-width: 200px;
  position: absolute;
  top: 4%;
  right: 2.5%;
}

.packageSummary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.subcontainerPackageSummary {
  padding: 30px 20px 0 20px;
}

.subcontainerPackageSummary p {
  color: black;
  font-weight: 700;
  margin-bottom: 20px !important;
  font-size: 21px;
  line-height: 25px;
}

.subcontainerPackageSummary p:first-child {
  margin-bottom: 10px;
}

.subcontainerPackageSummary span {
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.inlcudedPackage {
  margin-top: 30px !important;
}

.inlcudedPackage div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.inlcudedPackage div img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.datePackage {
  display: flex;
  padding: 15px 20px;
  width: 100%;
  background: #f9eff0;
  align-items: center;
}

.datePackage img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

.datePackage p {
  font-size: 17px;
  line-height: 22px;
  color: #aa1829;
  margin-bottom: 0 !important;
  padding: 0;
  font-weight: 700;
}

.itinerary {
  margin-bottom: 10px;
}

.headerItinerary {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px !important;
}

.titleItinerary {
  color: black;
  font-weight: 500;
  font-size: 18px !important;
  white-space: nowrap;
}

.buttonDownload {
  background: #aa1829;
  color: white;
  border: 1px solid #aa1829;
  border-radius: 100px;
  padding: 10px 20px;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

.buttonDownload:hover {
  background: transparent;
  color: #aa1829;
}

.sliderTitleContainer {
  color: #aa1829 !important;
}

.containerHotelsPayments {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px !important;
}

.hotels,
.payments {
  width: 49%;
  padding-top: 20px;
}

.hotels p,
.hotels div {
  padding: 0 20px;
}

.payments {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hotels .titleItinerary,
.payments .titleItinerary {
  margin-bottom: 20px !important;
}

.hotels .titleItinerary,
.payments .titleItinerary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 20px !important;
}

.hotels div {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}

.hotels div img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  margin-right: 10px;
}

.hotels div p {
  font-size: 17px;
}

.payments p {
  margin-bottom: 20px;
  font-size: 17px;
  padding: 0 20px;
}

.priceRed {
  color: #aa1829;
  font-weight: 900;
}

.formsOfPayment {
  color: black;
}

.payments div {
  background: rgba(170, 24, 41, 0.07);
  padding: 15px 20px;
}

.priceFinally {
  color: black;
  font-size: 28px !important;
  margin-top: 10px;
  margin-bottom: 0 !important;
  font-weight: 700;
  padding: 0 !important;
}

.note {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.note p {
  color: black;
  line-height: 22px;
}

.containerAirPlanned .titleItinerary,
.contactForm .titleItinerary {
  padding: 20px;
}

.tableAirPlanned {
  display: table;
  width: 100%;
}

.tableAirDetail:nth-child(2n) {
  background-color: #f6f6f6;
}

.tableAirDetail {
  display: table-row;
}

.tableAirDetail p {
  font-weight: 500;
  display: table-cell;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contactForm form {
  padding: 20px;
}

.contactForm form div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactForm form div input {
  background-color: #f6f6f6;
  width: 49%;
  color: rgba(0, 0, 0, 0.5);
  text-indent: 15px;
  margin-bottom: 20px !important;
  padding: 15px 0;
}

.contactForm form textarea {
  background-color: #f6f6f6;
  width: 100%;
  text-indent: 15px;
  border: transparent;
  padding: 10px 0;
  resize: none;
}

.contactForm form div a:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contactForm form div:last-child {
  margin-top: 15px !important;
}

.contactForm form div a:first-child p {
  font-weight: 700;
  margin-right: 10px !important;
}

.buttonRed {
  width: fit-content;
  padding: 10px 30px;
  color: white;
  border: 1px solid #aa1829;
  background: #aa1829;
  cursor: pointer;
  transition: 0.5s all ease-in-out;
}

.buttonRed:hover {
  background-color: transparent;
  color: #aa1829;
  border: 1px solid #aa1829;
}

.headerIncludedTour {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.headerIncludedTour .titleItinerary {
  opacity: 0.5;
  border-bottom: thin solid rgba(0, 0, 0, 0.12);
  width: calc(50% - 20px);
  padding: 0 20px 20px 20px;
  text-align: center;
  cursor: pointer;
}

.headerIncludedTour .titleItinerary.selected {
  opacity: 1;
  border-bottom: 2px solid #aa1829;
}

.infoIncludedTour div {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.infoIncludedTour div p {
  font-weight: 700;
}

.infoIncludedTour div img {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.productMoreInfo {
  float: unset !important;
}

.moreInfoDiv {
  border: transparent !important;
  padding: 10px 0 5px 0;
}

.moreInfoDiv:nth-child(2n) {
  background-color: #f6f6f6;
}

.circle {
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-right: 10px;
}

.date-itinerary {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.productGrouptitle {
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 20px;
  margin-bottom: 0 !important;
  cursor: pointer;
  margin-top: 0 !important;
}

.productGrouptitle div {
  display: flex;
  align-items: center;
}

.productGrouptitle div p {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.productGroupInfo {
  padding: 0 20px;
  margin: 0;
  margin-bottom: 0 !important;
  width: 100%;
}

.openClose img {
  height: 15px;
  width: 15px;
  object-fit: contain;
}

/*********************/
.productViewImagesContainer {
  width: 100%;
  position: relative;
}

.productViewContainer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin-right: 0%;
  margin-left: 0%;
  top: 0;
  margin-bottom: 0;
  transition: 0.5s all ease-in-out;
}

#rightProductsContent {
  margin: 0 auto !important;
}

.figureBackground {
  bottom: 10px !important;
  right: 13px !important;
  background: #d6d0c980;
  width: 35px;
  height: 35px;
  border-radius: 30px;
}

.removeWishlistProduct {
  bottom: 10px;
  height: 30px;
  width: 30px;
}

.remove-WishlistProduct:hover {
  background-image: url(../../files/heart.svg);
  background-size: 55%;
  filter: brightness(10);
}

.addWishlistProduct {
  background-size: 55%;
  filter: brightness(10);
}

.secondImg {
  opacity: 0;
  position: absolute !important;
  left: 0;
  top: 0;
}

.productViewTop {
  overflow: hidden;
  display: block;
  position: relative;
  height: auto !important;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.productViewBottom {
  height: auto;
  min-height: 220px;
  position: relative;
  width: 100%;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  flex-direction: column;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px 12px 20px 12px;
}

.travelIcon {
  width: 50px;
  position: absolute;
  top: -30px;
  right: 5%;
  transition: 0.5s all ease-in-out;
}

.days {
  position: absolute;
  left: 0;
  top: 10px;
  background: #aa1829;
  padding: 4px 10px;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  letter-spacing: 0.5px;
  font-size: 12px;
}

.productViewImage {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.productViewName {
  position: relative;
  color: black;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 5px !important;
  font-size: 17px;
  display: flex;
  align-items: center;
  width: 100%;
  letter-spacing: 0.5px;
  justify-content: flex-start;
  text-transform: capitalize;
}

.travelDestination,
.travelDate {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
}

.travelDestination {
  margin-bottom: 0 !important;
}

.travelDate {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 300;
}

.learnMore {
  background: transparent;
  border: transparent;
  color: #aa1829;
  cursor: pointer;
  font-weight: 500;
}

.borderBottom {
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: transparent;
  transition: 0.5s all ease-in-out;
}

.productViewContainer:hover .borderBottom {
  background-color: #aa1829;
}

.productViewContainer:hover .travelIcon {
  transform: scale(0.9);
}

.travelStatus {
  padding: 4px 12px;
  border-radius: 5px;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px;
  width: fit-content;
  margin: 10px 0 0 !important;
}

a:focus,
a:hover {
  color: unset;
  text-decoration: unset;
  outline: unset;
  outline-offset: unset;
}

.typeTravel {
  color: #aa1829;
  margin-bottom: 10px !important;
}

.redStatus {
  background-color: #aa1829;
}

.greenStatus {
  background-color: #1bd741;
}

.badgesContainer {
  position: relative;
  width: 100%;
  height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}

.badgesContainer .badgeFile {
  position: relative;
  height: 25px;
}

@media screen and (min-width: 770px) and (max-width: 1400px) {
  .titleItinerary {
    font-size: 18px !important;
  }

  .headerIncludedTour .titleItinerary {
    padding: 0 10px 10px 10px;
  }

  .subcontainerPackageSummary p {
    font-size: 21px;
    line-height: 22px;
  }

  .priceFinally {
    font-size: 20px !important;
  }

  .productGrouptitle div p,
  .payments p {
    font-size: 16px;
  }

  .hotels div span {
    font-size: 14px;
  }
}

@media screen and (max-width: 900px) {
  .headerPackage div {
    flex-direction: column;
    align-items: baseline;
  }

  .packageStatus {
    margin-bottom: 15px !important;
  }

  h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .tripDuration,
  .packageLocations {
    font-size: 12px;
    line-height: 14px;
  }

  .containerPackageOne,
  .containerPackageTwo {
    flex-direction: column;
  }

  .containerLeft {
    width: 100%;
    height: auto !important;
    aspect-ratio: 16/9;
    margin-bottom: 20px !important;
  }

  .containerRight {
    width: 100%;
  }

  .subcontainerPackageSummary p:first-child {
    margin-bottom: 0;
  }

  .containerPackageOne,
  .containerPackageTwo {
    margin-top: 20px;
  }

  .buttonDownload {
    display: none;
  }

  .productGrouptitle div p {
    font-size: 15px;
    line-height: 11px;
    padding-right: 15px;
    width: calc(100% - 20px);
  }

  .productGrouptitle div p .bold {
    display: block;
    width: 100%;
  }

  .productGrouptitle div p .bold+span {
    display: none;
  }

  .circle {
    width: 10px;
    height: 10px;
    display: block !important;
    position: relative;
    align-items: unset !important;
  }

  .openClose img {
    width: 10px;
    height: 10px;
  }

  .containerHotelsPayments {
    flex-direction: column;
  }

  .hotels,
  .itinerary,
  .containerHotelsPayments,
  .packageSummary {
    margin-bottom: 20px !important;
  }

  .hotels,
  .payments,
  .packageSummary {
    width: calc(100% - 1px);
  }

  .priceFinally {
    font-size: 23px !important;
  }

  .tableAirPlanned {
    overflow: hidden;
    overflow-x: scroll;
    font-size: 8px;
  }

  .tableAirDetail {
    overflow: scroll;
  }

  .tableAirDetail p {
    margin-right: 10px !important;
  }

  .payments p {
    font-size: 16px;
  }

  .priceFinally {
    margin-bottom: 0 !important;
  }

  .contactForm form div {
    flex-direction: column;
  }

  .contactForm form div input {
    width: 100%;
  }

  .contactForm form {
    padding: 0 20px;
  }

  #whatsappContainer {
    display: flex;
    flex-direction: column-reverse;
  }

  #whatsapp-button {
    height: 40px;
  }

  .contactForm form div a:first-child {
    margin-bottom: 20px;
  }

  .buttonRed {
    width: calc(100% - 60px);
    margin-bottom: 20px !important;
    text-align: center;
  }

  .containerPackageOne .arrowLeftTestimony,
  .containerPackageOne .arrowRightTestimony {
    top: calc(50% - 10px);
    width: 10px;
  }

  .containerPackage {
    width: 90%;
    margin-bottom: 0px !important;
  }

  #specialOffersContainer .sliderContainer {
    margin-top: 30px;
  }

  .premiumIcon {
    top: 15px;
    right: 15px;
    max-width: 100px;
  }
}