<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header {
  background: hsla(191, 97%, 28%, 1);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  height: 64px;
  width: 100%;
  justify-content: center;
  color: white;
  align-items: center;
  z-index: 500;
  transition: background-color 0.5s ease;
}
.closeGallery {
  position: fixed;
  right: 50px;
  top: 32px;
  color: white;
  font-size: xxx-large;
  cursor: pointer;
}
.blogged {
  position: absolute;
  display: flex;
  bottom: 7.5%;
  left: 9%;
  width: 54%;
  height: 8.3%;
}
.blogged &gt; div:not(:first-child) {
  margin-left: 10px;
}
.gall {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}
.gall &gt; img:last-child {
  margin-left: 32px;
}
.spec_ship {
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
}
.spec_ship &gt; div {
  margin-left: 32px;
}
.caser {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 5vh;
  margin-bottom: 5vh;
}
.caser &gt; div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#cabins {
  text-wrap: wrap;
}
.hiLine {
  border-bottom: 2px solid #02728B;
  width: 90%;
  margin-top: 2vh;
}
.expIcon {
  height: calc(40 / 1920 * 100vw);
  width: calc(40 / 1920 * 100vw);
}
.expIconS {
  width: 40%;
}
.currency {
  text-align: center;
  color: black;
  background: white;
  width: 29px;
  height: 19px;
  display: flex;
  margin-right: 13px;
  align-items: center;
  font-size: 12px;
  justify-content: center;
}

  .flag {
    height: 100%;
    width: 49px;
    flex-direction: column;
    justify-content: flex-start;
    background: white;
    cursor: pointer;
    overflow: hidden;
}
.act{
  overflow: unset;
}
.menuContainer {
  width: 1360px;
  position: relative;
  display: flex;
  height: 100%;
  justify-content: space-between;
}

.logoContent {
  display: flex;
  align-items: center;
  font-family: "Antonio", Arial, sans-serif;
  cursor: pointer;
}

.languageFlag {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 219px;
  height: 100%;
}
.titleHeader {
  margin-left: 10px;
  font-size: 1.8em;
}

*::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Color of the scrollbar track */
}

/* Handle */
*::-webkit-scrollbar-thumb {
  background-color: #888;
  /* Color of the scrollbar thumb */
  border-radius: 6px;
  /* Rounded corners of the thumb */
  border: 1px solid #ccc;
  /* Border around the thumb */
}

/* Handle on hover */
*::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Color of the thumb when hovered */
}

/* Corner */
*::-webkit-scrollbar-corner {
  background: transparent;
  /* Background of the scrollbar corner */
}

hr {
  margin-top: 10%;
  margin-bottom: 10%;
}
.titleCarders {
  font-size: 16px;
  font-weight: bold;
  height: 96px;
  /* Limit the number of lines to 2 */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* Limit the number of lines to 2 */
}
.titleCarder {
  font-size: 16px;
  font-weight: bold;
  height: 69px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3 !important;
}
.contactus {
  min-height: calc(100vh - (192px + 50px));
}

.contactus &gt; div {
  margin-top: 108px;
  display: flex;
  justify-content: space-between;
}

.contactus &gt; div &gt; .left {
  width: 664px;
}

.contactus &gt; div &gt; .right {
  width: 432px;
}
.explIcon {
  height: 1vw;
  margin-right: 0.3vw;
  width: auto;
}
.priceRange {
  font-weight: bold;
  font-size: 0.9vw;
}
body {
  font-family: "Montserrat", Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  user-select: auto;
  flex-direction: column;
  cursor: default;
  display: flex;
  align-items: center;
}

.link {
  cursor: pointer;
  height: 100%;
  display: flex;
  font-size: 18px;
  align-items: center;
  padding-right: 4%;
  padding-left: 4%;
}

a {
  text-decoration: none;
}

a {
  color: white;
}

.subMenu {
  flex-direction: column;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 0;
  overflow: hidden;
  display: none;
  background: #01b4c1e6;
}

.subMenus {
  width: 100%;
  padding-top: 1%;
  line-height: 170%;
  padding-right: 10%;
  padding-left: 1vw;
  padding-bottom: 1%;
}

.menuContent {
  position: relative;
  display: flex;
  font-weight: 500;
  justify-content: space-between;
  width: 800px;
  align-items: center;
}

.linker {
  font-size: 16px;
  display: flex;
  cursor: pointer;
  padding: 7.8px;
  padding-left: 8px;
  align-items: center;
}

.linker:hover {
  background: rgba(255, 255, 255, 0.866);
  color: black !important;
}

.linker:active {
  background: rgba(255, 255, 255, 0.637);
  color: black !important;
}

.imgsx {
  width: 100%;
  height: 100%;
  position: relative;
}

.backgroundContent {
  width: 100%;
  height: 100vh;
  position: relative;
}

.littleCard {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  margin-top: 32px;
  width: 200px;
  height: 142px;
  border-radius: 0.5vw;
  transition: background 1s;
  /* Smooth transition for hover effect */
}

.titless {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  text-align: center;
  z-index: 3;
}

.littleCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
  /* Place the gradient on top of the image */
}

.littleCard:hover::before {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}

.flag &gt; img {
  height: 100%;
  width: 100%;
}

.imgHome {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imageHome {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.images {
  width: 100%;
  height: 78vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.backgroundImg {
  background: rgba(0, 0, 0, 0.34) !important;
  width: 100% !important;
  height: 100% !important;
}
.images &gt; div {
  width: 1360px;
  height: auto;
  position: absolute;
  display: flex;
  align-items: flex-start;
}
.aboutSection {
  text-align: left;
  width: 899px;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
  line-height: 155%;
}

.checkExpedition {
  width: 1128px;
  height: 276px;
  position: absolute;
  justify-content: space-around;
  left: 50%;
  z-index: 2;
  top: 100%;
  background: #ffffff;
  border-radius: 32px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  transform: translate(-50%, -55%);
  flex-direction: column;
}
.checkExpedition &gt; div {
  padding: 32px;
}
.textBold {
  font-size: 36px;
  font-weight: bolder;
  color: #02728B;
  margin-bottom: 20px;
  text-align: center;
}

.textTitle {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 20px;
}

.searchingFor {
  font-size: 0.9em;
  align-items: center;
  border: solid 1px #d9d9d9;
  border-radius: 50px;
  display: flex;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
}
.holders {
  width: 1360px;
  height: 0;
}
.filtering {
  display: flex;
}

hr {
  border: 0.5px solid #d9d9d9;
}

.menuFilter {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 289px;
  border: solid 1px #d9d9d9;
  background: white;
  z-index: 1;
  margin-right: 0;
  border-radius: 0.5vw;
}

.menuFilter &gt; div {
  padding-left: 10px;
  padding-right: 10px;
}

.menuTitle {
  display: flex;
  font-size: calc(20 / 1920 * 100vw);
  font-weight: bold;
  margin-bottom: 15px;
  justify-content: space-between;
}

.bigTitle {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: white;
  font-size: calc(60 / 1920 * 100vw);
  font-weight: 500;
}
.warn {
  text-align: center;
  color: white;
  font-size: 1.4vw;
  font-weight: bold;
}
.newsLetter {
  width: 100%;
  position: relative;
  height: fit-content;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
#adsTwo {
  margin-top: 50px;
}
.warn2 {
  text-align: center;
  color: white;
  font-size: 1vw;
}
.warn3 {
  color: white;
  text-align: center;
  font-size: 0.6vw;
  width: 80%;
  margin-top: 0.8vw;
}
.destTitle {
  color: white;
  box-shadow: #000;
  font-size: 2vw;
  font-weight: bold;
}

.contentsTop {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.contentsLeft {
  width: 896px;
}

.contentsLeft &gt; div:first-child {
  margin-top: 0;
}
.openTitle {
  font-size: 2em;
  font-weight: bold;
}

.contentsRight {
  width: 432px;
}

.contents {
  margin-top: 73px;
  margin-bottom: 80px;
}

.searchingBox {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: calc(995 / 1920 * 100vw);
  border-radius: 50px;
  padding-left: calc(30 / 1920 * 100vw);
  padding-right: calc(30 / 1920 * 100vw);
  padding-top: calc(10 / 1920 * 100vw);
  padding-bottom: calc(10 / 1920 * 100vw);
  align-items: center;
  display: flex;
}

.destinationBox {
  display: flex;
  flex-direction: column;
  width: 40%;
  z-index: 99;
}
.taglineText {
  margin-top: 4%;
  margin-bottom: 4%;
  color: white;
  box-shadow: #000;
  font-size: 1.3vw;
  font-weight: 400;
  width: 800px;
}

.filteringSide {
  margin-top: 80px;
  min-width: 289px;
  margin-right: 43px;
}
#currencies {
  margin-right: 0.3vw !important;
}
vr {
  height: 4em;
  border-left: 1px solid #7e7e7e;
}

.pickerLoc {
  position: absolute;
  top: calc(99 / 1920 * 100vw);
  left: 50%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  display: flex;
  opacity: 1;
  height: 0;
  z-index: 400;
  justify-content: space-between;
  opacity: 0;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 3vw;
  padding-right: 3vw;
  padding-top: 3vh;
  padding-bottom: 3vh;
  transition: all 0.2s;
  transform: translate(-50%);
}
.locations {
  font-size: calc(18 / 1920 * 100vw);
  height: fit-content;
  line-height: 150%;
  font-weight: 500;
}
.locations &gt; div {
  margin-right: 32px;
}

.locations &gt; div:not(:last-child) {
  margin-right: 0;
}

.locations &gt; div:first-child {
  font-size: calc(20 / 1920 * 100vw);
  font-weight: 600;
  margin-bottom: calc(16 / 1920 * 100vw);
}
.pickerloc &gt; div &gt; :first-child {
  margin-bottom: 10px;
  font-weight: 600;
}

.pickerloc &gt; div &gt; :not(:first-child) {
  font-size: 0.8vw;
  line-height: 160%;
}

.searchingMenu {
  display: flex;
  width: 30%;
  position: relative;
  align-items: center;
}

.searchingMenu:hover {
  opacity: 0.5;
}

.searchingMenu:active {
  opacity: 0.8;
}

.noHover:hover {
  opacity: 1;
}

.searchingTextBold {
  font-weight: bolder;
}

.searchingTextReg {
  color: #a0a0a0;
}

.searchingHolder {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.requeid {
  color: #ff0000;
}

footer {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 282px;
  background: #02728B;
}

.textHelper {
  position: absolute;
  display: flex;
  bottom: 7.5%;
  left: 9%;
  width: 54%;
  font-size: 12px;
  height: 8.3%;
}

.container {
  width: 1360px;
}

.circledBtn {
  background: #02728B;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circledBtn:hover {
  background: #01b4c1e6;
}

.circledBtn:active {
  opacity: 0.5;
}

p {
  font-size: 17px;
  line-height: 150%;
}
.block {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: flex-start;
  border-radius: 15px;
  height: 320px;
  overflow: hidden;
  width: 664px;
  color: white;
}

.block::after {
  content: ""; /* Ensure the pseudo-element is displayed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  opacity: 0.2; /* Corrected opacity value */
}

.regionDate {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-left: 50px;
  margin-right: 90px;
}
.linkedDest {
  margin-top: 120px;
}
.regionName {
  cursor: pointer;
  font-size: 50px;
  font-weight: bold;
  width: 275px;
  margin-bottom: 10px;
}

.startEnd {
  font-weight: bold;
  font-size: calc(22 / 1920 * 100vw);
}

.destLinks {
  font-size: 18px;
  margin-top: 9px;
  font-weight: 500;
  margin-bottom: 9px;
}
.contentCenter {
  width: 100%;
  position: relative;
  display: flex;
}
.topArticle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.verticalLine30 {
  width: 30%;
  border-bottom: 3px solid #02728B;
  margin-bottom: 5vh;
}

.verticalLine50 {
  width: 50%;
  border-bottom: 3px solid #02728B;
  margin-bottom: 5vh;
}

.facilities {
  margin-right: 1.6vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  /* 3 rows */
  /* 4 items per row */
  gap: 0.6vw;
  /* Adjust gap as needed */
  justify-items: stretch;
  /* Ensure items stretch to fill the space */
}

.moreDetail {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.moreDet {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.8vw;
}

.relatedTrips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.relatedTrips &gt; a:not(:first-child) {
  margin-left: 32px;
  margin-top: 32px;
}

.relatedTrips &gt; a:nth-child(4n + 1) {
  margin-left: 0;
}
.facilitiesAndMoreDetail {
  display: flex;
  justify-content: space-between;
}

.splitter {
  font-size: 2em;
  font-weight: bolder;
  margin-top: 3.8vw;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.button-request {
  width: 5.7vw;
  height: 2vw;
  display: flex;
  border-radius: 0.3vw;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #02728B;
}

.cabinThumb {
  display: flex;
  height: 222px;
  width: 222px;
  padding-left: 0.7vw;
  padding-top: 0.78vw;
  padding-bottom: 0.78vw;
  padding-right: 0.6vw;
}

.bedDetail {
  margin-bottom: 0.4vw;
}

.cabinDetail {
  width: 75%;
  padding: 0.8vw;
}

.pricingCabin {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 0.8vw;
}

#galeryInThisPage {
  /* display: flex; */
  height: 10vw;
  /* flex-direction: row; */
  /* position: relative; */
  /* overflow-x: hidden; */
}

.thumbsGallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.thumbsGallery:not(:last-child) {
  margin-right: 2%;
}

.thumbsGallery &gt; img {
  height: 100%;
}

.cages {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  height: 470px;
}
#specialCase {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: calc(50 / 1920 * 100vw);
}
.special {
  height: calc(234 / 1920 * 100vw);
}
.mediaShow {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  width: fit-content;
  justify-content: start;
}

.mediaShow &gt; *:not(:last-child) {
  margin-right: 32px;
}

.carding {
  width: 316px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #a0a0a0;
  height: 454px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.pictureCard {
  height: 70%;
  position: relative;
  overflow: hidden;
}

.clickIt:active {
  color: #3939f1;
}

.clickIt:hover {
  color: #5757e5;
}

.filteringBlock {
  text-wrap: nowrap;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  font-size: 13px;
  border-radius: 50px;
  align-items: center;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
}

.second {
  margin-left: 7%;
}
.discounted {
  padding: 4%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 30px;
  font-size: 0.8vw;
  background: #fc6442;
  color: white;
}
.explainePict {
  line-height: 150%;
  padding-left: calc(32 / 1920 * 100vw);
  padding-right: calc(32 / 1920 * 100vw);
  padding-top: calc(10 / 1920 * 100vw);
  font-size: 16px;
  height: 100%;
  flex-direction: column;
  background: #fcfcfc;
}
.explainePict &gt; .dateDestination {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.explainePict &gt; .dateDestination &gt; img {
  height: 1vw;
  margin-right: 0.3vw;
  width: auto;
}
.blogCardSD {
  font-size: 0.8vw;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: 5%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  width: 100%;
}
.ads {
  margin-top: 30px;
  width: 100%;
  /* height: 14.35vw; */
  /* background: #a0a0a0; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.submiter {
  background: #02728B;
  border-radius: 8px;
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 15px;
  margin-bottom: 10px;
}
.submiter:hover {
  opacity: 0.9;
}
.submiter:active {
  opacity: 1;
}

.contacters {
  font-size: 25px;
}
.blogging {
  background: #000000;
  height: 328px;
  border-radius: 15px;
  display: flex;
  cursor: pointer;
  margin-bottom: 32px;
  position: relative;
  align-items: center;
  box-shadow: 0 0 0 1px #c6c6c6;
  overflow: hidden;
}

.imagesBlog {
  display: block;
}

.blogging::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 70%
  );
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  /* Allows interaction with the image underneath */
}

.blogging:hover::after {
  opacity: 0.4;
}

.btnChat {
  margin-right: 48px;
  width: 105px;
  height: 29px;
  border-radius: 20px;
  font-size: 14px;
  color: black;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btnChat:hover {
  opacity: 0.9;
}

.btnChat:active {
  opacity: 0.6;
}

.smallGaleries {
  background: #000000;
  margin-top: 30px;
  border-radius: 15px;
  display: flex;
  left: 10%;
  cursor: pointer;
  position: relative;
  align-items: center;
  box-shadow: 0 0 0 1px #c6c6c6;
  overflow: hidden;
  transition: all 0.5s;
}

.contents2 {
  width: 317px;
  height: 219px;
}

.contents3 {
  width: 201px;
  height: 126px;
}

.blogging:hover {
  opacity: 1;
}

.blogging:active {
  opacity: 0.7;
}

.content3-1 {
  width: 896px;
}

.ourServiceDetail {
  color: white;
  position: absolute;
  display: flex;
  top: 0;
  padding-left: calc(244 / 1920 * 100vw);
}

.ourServiceDetail &gt; .left {
  margin-top: calc(170 / 1920 * 100vw);
  margin-right: calc(40 / 1920 * 100vw);
  line-height: 200%;
  width: calc(575 / 1920 * 100vw);
  font-size: calc(18 / 1920 * 100vw);
  font-weight: 550;
}

.btnCall {
  display: flex;
  margin-top: calc(99 / 1920 * 100vw);
}

.btnCall &gt; div {
  background: white;
  color: black;
  padding-left: calc(59 / 1920 * 100vw);
  padding-right: calc(59 / 1920 * 100vw);
  margin-right: calc(32 / 1920 * 100vw);
  border-radius: 50px;
  cursor: pointer;
}

.btnCall &gt; div:hover {
  opacity: 0.8;
}

.btnCall &gt; div:active {
  opacity: 0.5;
}

.ourServiceDetail &gt; .middle {
  margin-top: calc(150 / 1920 * 100vw);
  margin-right: calc(26 / 1920 * 100vw);
}

.ourServiceDetail &gt; .right {
  width: calc(800 / 1920 * 100vw);
  display: flex;
  margin-top: calc(93 / 1920 * 100vw);
  flex-wrap: wrap;
}

.blocking {
  width: calc(340 / 1920 * 100vw);
  height: calc(140 / 1920 * 100vw);
  margin-bottom: calc(37 / 1920 * 100vw);
}

.margRight {
  margin-right: calc(32 / 1920 * 100vw);
}

.titleBlocking {
  font-size: calc(19 / 1920 * 100vw);
  font-weight: 600;
  display: flex;
  align-items: center;
}

.titleBlocking &gt; img {
  margin-right: calc(14 / 1920 * 100vw);
}

.blockingDesc {
  margin-top: 4px;
  font-size: calc(16 / 1920 * 100vw);
  line-height: 180%;
}

.content3 {
  width: 432px;
}

.content4 {
  width: calc((334 / 1920 * 100vw));
}

.content2 {
  width: calc((700 / 1920 * 100vw));
}

.blogs {
  display: flex;
  flex-wrap: wrap;
}
.blogs &gt; a:not(:nth-child(1)):not(:nth-child(3)) {
  margin-left: 32px;
}
.smallGalery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.searchBoxs {
  top: 50%;
  position: fixed;
  width: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.searchBox::before {
  content: "";
  width: 100vw;
  z-index: -1000;
  height: 100vh;
  background-color: #0000004a;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(-25%, -48%);
}
.smallGalery &gt; div {
  margin-left: 30px;
}
.smallGalery &gt; div:first-child,
div:nth-child(3) {
  margin-left: 0;
}
.buttonWhite {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.footerContent {
  line-height: 200%;
  width: 1360px;
  color: white;
  display: flex;
  font-size: 1em;
  padding-top: calc(52 / 1920 * 100vw);
}

.completeAdress {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 80%;
  margin-right: calc(130 / 1920 * 100vw);
}

.addressHead {
  display: flex;
  position: relative;
}

.headingAdr {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}

.titleFoot {
  font-size: 1.7em;
  font-weight: 400;
}

.addressNamed {
  margin-top: 20px;
}

.backLink {
  font-size: 16px;
  margin-right: 240px;
  display: flex;
  flex-direction: column;
}

.backLink &gt; div {
  margin-bottom: 10px;
  cursor: pointer;
}

.followUs {
  height: 80%;
}
.socmed {
  height: 28px;
  width: 28px;
  margin-right: 10px;
}
.shipimg {
  width: unset !important;
  cursor: pointer;
}
.shipimg:active {
  opacity: 0.9;
}
.columns {
  flex-direction: column;
}

/* ---- Multi Slider ----- */
.range_container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.sliders_control {
  position: relative;
  min-height: 50px;
  /* Increase height to accommodate text */
}

input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 5px;
  width: 100%;
  position: absolute;
  background-color: #000000;
  pointer-events: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #c6c6c6;
  cursor: pointer;
}
/* 
input[type="range"]::-moz-range-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 17px;
    height: 17px;
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #C6C6C6;
    cursor: pointer;
} */

input[type="range"]::-webkit-slider-thumb:hover {
  background: #000;
}

input[type="range"]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

.slider-value {
  position: absolute;
  top: 15px;
  /* Position below the slider */
  color: #635a5a;
  font-size: 14px;
  transform: translateX(-50%);
}

.valueSlide {
  position: relative;
  width: 100%;
}

#toSliderValue {
  width: 100%;
  text-align: right;
  left: 50%;
  transform: translateX(-50%);
}

#fromSliderValue {
  width: 100%;
  left: 53%;
  transform: translateX(-50%);
}

/* ---- Multi Slider ----- */
/* button */
.showMoreButton {
  width: 80%;
  margin-left: 5.4%;
  text-align: center;
  border: 0.3px solid #000000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0, 1);
  border-radius: 20px;
  padding: 5px;
  background: #fff;
}

.showMoreButton:hover {
  background: #dedede;
}

.showMoreButton:active {
  background: #f6f6f6a9;
}

.boxFilter {
  min-height: 0em;
  overflow: hidden;
  margin-bottom: 13px;
  transition: all 0.5s;
}

.boxFilter &gt; div {
  display: flex;
  flex-direction: column;
}

.boxFilter &gt; div &gt; div {
  align-items: baseline;
  margin-bottom: calc(5 / 1920 * 100vw);
  display: flex;
  justify-content: start;
}

.filterings {
  margin-top: 80px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.filterings &gt; div:nth-child(n + 4) {
  margin-top: 28px;
  /* Apply margin-top from the fourth child onwards */
}

.filterings &gt; div {
  margin-right: 32px;
  /* Apply margin-top from the fourth child onwards */
}

.filterings &gt; div:nth-child(3n) {
  margin-right: 0;
}

.filterings &gt; a:nth-child(n + 4) {
  margin-top: 28px;
  /* Apply margin-top from the fourth child onwards */
}

.filterings &gt; a {
  margin-right: 32px;
  /* Apply margin-top from the fourth child onwards */
}

.filterings &gt; a:nth-child(3n) {
  margin-right: 0;
}

.filteringResult {
  position: relative;
}
.searchBox {
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 1%;
}
.searchBoxes{
  width:400px;border:1px solid #BBB;border-radius: 50px;overflow:hidden;display:flex;align-items:center;padding-left:1%;
}
.search:focus {
  border: none;
  outline: none;
}
.marginer {
  margin-top: 16px;
  margin-bottom: 32px;
  width: 25vw;
}
.showFac {
  position: absolute;
  padding: 0.5vw;
  transform: translate(0%, -100%);
  left: 50%;
  background: #02728B;
  color: #fff;
  width: 8vw;
}
.hides {
  overflow: hidden;
  transition: width 1s ease;
}
.hide {
  display: none;
}
.articleAbout {
  width: 100%;
}

.mapsPict {
  margin-top: calc(37 / 1920 * 100vw);
  margin-bottom: calc(68 / 1920 * 100vw);
  padding: 1vw;
  background: #fcfcfc;
  border: #e8e8e8 solid 0.5px;
  border-radius: 10px;
}

p {
  text-align: justify;
}

.carousel {
  position: fixed;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0;
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1000;
}
.carousel &gt; img {
  height: 75vh;
}
.carousel.show::before {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9));
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: -1;
  content: "";
}
.imgPicker {
  width: 100vw;
  overflow-x: scroll;
}
/* Custom scrollbar */
.imgPicker::-webkit-scrollbar {
  height: 16px; /* Width of the scrollbar */
  width: 0;
}

.imgPicker::-webkit-scrollbar-track {
  background: #ffffff5e; /* Background of the scrollbar track */
}

.imgPicker::-webkit-scrollbar-thumb {
  background: antiquewhite; /* Color of the scrollbar thumb */
  border-radius: 50px; /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #dbb3b3; /* Color of the thumb on hover */
}
.imgPicker &gt; div {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.boxPicker {
  opacity: 0.6;
  width: 250px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxPicker &gt; img {
  height: 100%;
  overflow: hidden;
}
.pricesSet {
  font-size: 16px;
}
.cardingHor {
  color: black;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1vw;
}

.imgs {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.detailsTrip {
  width: 55%;
  font-size: 1vw;
}

.advertise {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  width: 100%;
  /* height: 25vw; */
  /* background-color: #c5c5c5; */
}

.askForDeals {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 3vw;
  padding: 1vw;
  padding-top: 5vw;
  padding-bottom: 5vw;
  border-radius: 20px;
  background-color: #d6d6d6;
}
.selectImg {
  border: 10px solid #a0e9eee0;
  opacity: 1;
  box-shadow: 0px 0px 20px 2px hsl(0deg 0% 100% / 91%);
}
.inputer {
  border-radius: 10px;
  width: 100%;
  font-family: "Montserrat", Arial, sans-serif;
  border: 1px solid black;
  font-size: 16px;
  padding: 10px;
  margin-top: 1vw;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
  margin-bottom: 1vw;
}

.pricingTrip {
  font-weight: bold;
  display: flex;
}
.pricingTrip &gt; div:first-child {
  margin-right: 10px;
}

.infoTrip {
  display: flex;
  align-items: center;
  font-size: 0.8vw;
}

.titler {
  font-weight: bold;
  font-size: 0.9vw;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  font-size: 24px;
  color: white;
  padding: 10px;
  border: none;
  align-content: center;
  outline: none;
  z-index: 2;
  background: rgb(255 255 255 / 35%);
  border-radius: 1vw;
  width: 5vw;
  top: 50%;
  height: 5vw;
}

.prev:hover,
.next:hover {
  background: rgb(255 255 255 / 50%);
}

.prev:active,
.next:active {
  background: rgb(255 255 255 / 50%);
}
.prev {
  text-align: center;
  left: 10px;
}

.next {
  text-align: center;
  right: 10px;
}

.detailing {
  margin-top: calc(31 / 1920 * 100vw);
  margin-bottom: calc(40 / 1920 * 100vw);
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 0.8vw;
  align-items: center;
}
.selector {
  width: 245px;
  height: 30px;
  border-radius: 0.5vw;
  font-weight: bold;
  font-size: 15px;
}
.pricerCruises {
  font-weight: 550;
  font-size: calc(18 / 1920 * 100vw);
  margin-right: calc(12 / 1920 * 100vw);
}

.infoCruises {
  font-weight: 550;
  font-size: calc(16 / 1920 * 100vw);
  margin-right: calc(12 / 1920 * 100vw);
}

.detailing &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn {
  width: calc(212 / 1920 * 100vw);
  border-radius: 100px;
  padding: 0.8vw;
  margin-right: 32px;
  text-align: center;
  font-size: 15px;
  background: white;
}

.btn-small {
  width: 30%;
  padding: 0.5vw;
}

.parentMaps {
  display: flex;
}

.detail-title {
  width: calc(188 / 1920 * 100vw);
  height: calc(39 / 1920 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: calc(20 / 1920 * 100vw);
  border-bottom: solid 2px #02728B;
  margin-bottom: 10px;
  margin-top: calc(27 / 1920 * 100vw);
}

.off {
  border: none;
}

.container_cruises {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 4 items per row */
  gap: 1.7vw;
  /* Adjust gap as needed */
  justify-items: stretch;
  /* Ensure items stretch to fill the space */
}

li {
  font-size: 17px;
  line-height: 150%;
  padding: 0.3vw;
  text-align: left;
}
.dataCab {
  display: flex;
  width: 100%;
}
.dataCab &gt; div:first-child {
  width: 40%;
}
.dataCab &gt; div:not(:first-child) {
  margin-left: 10px;
}
ul {
  overflow: hidden;
  margin-top: 0;
  height: fit-content;
  margin-bottom: 0;
  transition: height 0.5s ease;
  /* Apply transition only to max-height */
  /* Set initial max-height to a large enough value */
}

ul.collapsed {
  max-height: 0;
  /* Set max-height to 0 when collapsed */
}

.contents img {
  width: 100%;
}

.blackLink {
  margin-bottom: 0.8vw;
  color: black;
}

#suggestTrip {
  display: flex;
}

#suggestTrip &gt; div {
  margin-right: 1.7vw;
}

.butCircle {
  font-size: 1.5vw;
  border-radius: 50%;
  border: solid #000000 1px;
  width: 3vw;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.specialButton {
  background: #fc6442;
  padding: 5%;
  padding-top: 2%;
  padding-bottom: 2%;
  border-radius: 50px;
  color: black;
}

.currencies {
  margin-left: 1vw;
}

.fixed {
  position: fixed;
  bottom: 0;
  /* Adjust as needed */
  /* Add any other styles for the fixed position */
}

.contactUsBtn {
  background: #02728B;
  text-align: center;
  color: white;
  width: auto;
  border-radius: 0.5vw;
  padding: calc(16 / 1920 * 100vw) calc(50 / 1920 * 100vw)
    calc(16 / 1920 * 100vw) calc(50 / 1920 * 100vw);
  margin-right: 0;
  font-size: 1vw;
}
.buttonMore {
  position: absolute;
  bottom: calc(20 / 1920 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  background: white;
  justify-content: center;
  align-items: center;
  width: calc(126 / 1920 * 100vw);
  border-radius: 50px;
  padding-left: calc(19 / 1920 * 100vw);
  padding-right: calc(19 / 1920 * 100vw);
  padding-top: calc(10 / 1920 * 100vw);
  padding-bottom: calc(10 / 1920 * 100vw);
}
.buttonMore:hover {
  opacity: 0.95;
}
.buttonMore:active {
  opacity: 0.6;
}
#cabinsTittle {
  font-size: calc(30 / 1920 * 100vw);
  font-weight: bold;
}
#cabinsContent {
  height: 100%;
  display: flex;
}
#cabinsImage {
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 93%;
  width: 60%;
  justify-content: center;
  margin-top: calc(20 / 1920 * 100vw);
  margin-right: calc(20 / 1920 * 100vw);
}
#cabinsImage &gt; img {
  width: 100%;
}
#cabinsDetails {
  display: flex;
  font-size: calc(17 / 1920 * 100vw);
  width: 40%;
  align-items: center;
}
.modal {
  overflow: hidden;
  height: 0;
  width: 0;
  background: white;
  padding-left: calc(52 / 1920 * 100vw);
  padding-right: calc(52 / 1920 * 100vw);
  padding-top: calc(22 / 1920 * 100vw);
  padding-bottom: calc(32 / 1920 * 100vw);
  display: none;
  flex-direction: column;
  transition: all 0.2s ease-out;
  position: fixed;
  z-index: 499;
  border-radius: 10px;
  border: 1px solid #c7c7c7;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.answer {
  transition: all 0.3s;
  overflow: hidden;
  font-size: calc(17 / 1920 * 100vw);
  margin-right: calc(32 / 1920 * 100vw);
  line-height: 150%;
}
.question {
  font-size: calc(17 / 1920 * 100vw);
}
.infoCab {
  width: 80%;
}

.editorLink {
  color: black;
}
.editorLink:hover {
  color: #02728B;
}
.editorLink:active {
  opacity: 0.7;
}
.htmlEditor {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: space-between;
}
.htmlEditor &gt; div {
  width: 47%;
  padding: 10px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content div {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.dropdown-content div:hover {
  background-color: #f1f1f1;
}

.show {
  display: block;
}
.oBox {
  display: flex;
  align-items: center;
  width: calc(260 / 1920 * 100vw);
  margin-right: calc(30 / 1920 * 100vw);
}
/* @media screen and (max-width: 1424px) {
  .ShortDes{
    font-size: calc(18/1920*100vw);
  }
  header {
    background: hsla(191, 97%, 28%, 0.9)
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    height: calc(64 / 1920 * 100vw);
    width: 100%;
    color: white;
    align-items: center;
    z-index: 500;
    transition: background-color 0.5s ease;
  }

  .menuContainer {
    width: 75%;
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
  }
  *::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 6px;
    border: 1px solid #ccc;
  }

  .pricesSet{
    font-size:0.9vw;
  }
  *::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
  *::-webkit-scrollbar-corner {
    background: transparent;
  }

  .logoContent {
    display: flex;
    align-items: center;
    font-family: "Antonio", Arial, sans-serif;
    cursor: pointer;
  }
  .titleHeader {
    margin-left: 10px;
    font-size: 1.8em;
  }

  hr {
    margin-top: 10%;
    margin-bottom: 10%;
  }

  .titleCarder {
    font-size: 0.95vw;
    height: 5vw;
  }

  .titleCarders{
    font-size:calc(16/1920*100vw);
    font-weight: bold;;
    height: 5vw;
  }
  .explIcon {
    height: 1vw;
    margin-right: 0.3vw;
    width: auto;
  }
  .priceRange {
    font-weight: bold;
    font-size: 0.9vw;
  }
  body {
    font-family: "Montserrat", Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    user-select: auto;
    flex-direction: column;
    cursor: default;
    display: flex;
    align-items: center;
  }

  .link {
    cursor: pointer;
    height: 100%;
    display: flex;
    font-size: calc(16 / 1920 * 100vw);
    align-items: center;
    padding-right: 4%;
    padding-left: 4%;
  }

  a {
    text-decoration: none;
  }

  .blogs &gt; a:not(:nth-child(1)):not(:nth-child(3)) {
    margin-left: 0;
  }
  a {
    color: white;
  }

  .subMenu {
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    overflow: hidden;
    display: none;
    background: #01b4c1e6;
  }

  .subMenus {
    width: 100%;
    padding-top: 1%;
    line-height: 170%;
    padding-right: 10%;
    padding-left: 1vw;
    padding-bottom: 1%;
  }

  .menuContent {
    position: relative;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    width: calc(700 / 1920 * 100vw);
    align-items: center;
  }

  .linker {
    font-size: calc(16 / 1920 * 100vw);
    display: flex;
    cursor: pointer;
    padding: 0.3em;
    padding-left: 0.5em;
    align-items: center;
  }

  .linker:hover {
    background: rgba(255, 255, 255, 0.866);
    color: black !important;
  }

  .linker:active {
    background: rgba(255, 255, 255, 0.637);
    color: black !important;
  }

  .imgsx {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .backgroundContent {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .littleCard {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-top: calc(32 / 1920 * 100vw);
    width: 11.05vw;
    height: 7.9vw;
    border-radius: 0.5vw;
    transition: background 1s;
  }

  .titless {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    text-align: center;
    z-index: 3;
  }

  .littleCard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: 1;
  }

  .littleCard:hover::before {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  }

  .languageFlag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(230 / 1920 * 100vw);
    height: 100%;
    min-width: 80px;
  }

  .currency {
    text-align: center;
    color: black;
    background: white;
    padding-left: 0.3vw;
    padding-right: 0.3vw;
    height: 0.9vw;
    display: flex;
    margin-right: 0;
    align-items: center;
    font-size: 0.6vw;
  }

  .flag {
    height: 0.9vw;
    width: 1.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: white;
  }
  .flag &gt; img {
    height: 100%;
    width: 100%;
  }

  .imgHome {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .imageHome {
    width: 100%;
    position: relative;
  }

  .images {
    width: 100%;
    height: 78vh;
    position: relative;
    overflow: hidden;
  }
  .images &gt; div {
    width: 75%;
    align-items: flex-start;
    height: auto;
    position: absolute;
  }
  .aboutSection {
    text-align: center;
    width: calc(944 / 1920 * 100vw);
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 50px;
    line-height: 155%;
  }
  .checkExpedition {
    width: calc(1188 / 1920 * 100vw);
    position: absolute;
    justify-content: space-around;
    left: 50%;
    height: fit-content;
    top: 100%;
    background: #ffffff;
    border-radius: 32px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    transform: translate(-50%, -55%);
    flex-direction: column;
    padding: 32px;
  }
  .textBold {
    font-size: calc(48 / 1920 * 100vw);
    font-weight: bolder;
    color: #02728B;
    margin-bottom: calc(37 / 1920 * 100vw);
    text-align: center;
  }
  .textTitle {
    font-size: calc(23 / 1920 * 100vw);
    text-align: center;
    margin-bottom: calc(48 / 1920 * 100vw);
    margin-top: 10px;
  }

  .searchingFor {
    font-size: 0.9em;
    align-items: center;
    border: solid 1px #d9d9d9;
    border-radius: 50px;
    display: flex;
    padding-left: calc(30 / 1920 * 100vw);
    padding-right: calc(30 / 1920 * 100vw);
    padding-top: calc(10 / 1920 * 100vw);
    padding-bottom: calc(10 / 1920 * 100vw);
    justify-content: space-between;
  }

  .filtering {
    display: flex;
  }

  hr {
    border: 0.5px solid #d9d9d9;
  }

  .menuFilter {
    padding-top: 10px;
    padding-bottom: 10px;
    border: solid 1px #d9d9d9;
    background: white;
    z-index: 1;
    width: 100%;
    border-radius: 0.5vw;
  }

  .expIcon {
    width: calc(40 / 1920 * 100vw);
    height: calc(40 / 1920 * 100vw);
  }
  .expIconS {
    width: 40%;
  }
  .menuFilter &gt; div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menuTitle {
    display: flex;
    font-size: calc(20 / 1920 * 100vw);
    font-weight: bold;
    margin-bottom: 15px;
    justify-content: space-between;
  }

  .bigTitle {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    font-size: calc(60 / 1920 * 100vw);
    font-weight: 500;
  }
  .warn {
    text-align: center;
    color: white;
    font-size: 1.4vw;
    font-weight: bold;
  }
  .newsLetter {
    width: 100%;
    position: relative;
    height: calc(268 / 1920 * 100vw);
    margin-top: calc(80 / 1920 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
  }
  .warn2 {
    text-align: center;
    color: white;
    font-size: 1vw;
  }
  .warn3 {
    color: white;
    text-align: center;
    font-size: 0.6vw;
    width: 80%;
    margin-top: 0.8vw;
  }
  .destTitle {
    color: white;
    box-shadow: #000;
    font-size: 2vw;
    font-weight: bold;
  }

  .contentsTop {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .contentsLeft {
    width: 48vw;
  }

  .contentsLeft &gt; div:first-child {
    margin-top: 0;
  }
  .openTitle {
    font-size: 2em;
    font-weight: bold;
  }

  .contentsRight {
    width: 25vw;
  }

  .contents {
    margin-top: 4vw;
    margin-bottom: 5vw;
  }

  .searchingBox {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    width: calc(995 / 1920 * 100vw);
    border-radius: 50px;
    padding-left: calc(30 / 1920 * 100vw);
    padding-right: calc(30 / 1920 * 100vw);
    padding-top: calc(10 / 1920 * 100vw);
    padding-bottom: calc(10 / 1920 * 100vw);
    align-items: center;
    display: flex;
  }

  .destinationBox {
    display: flex;
    flex-direction: column;
    width: 60%;
  }

  .taglineText {
    margin-top: 4%;
    margin-bottom: 4%;
    width:50vw;
    color: white;
    box-shadow: #000;
    font-size: 1.3vw;
    font-weight: 400;
  }

  .filteringSide {
    margin-top: 80px;
    margin-right: calc(52 / 1920 * 100vw);
    width: calc(309 / 1920 * 100vw);
  }

  vr {
    height: 3vw;
    border-left: 1px solid #7e7e7e;
  }

  .pickerLoc {
    position: absolute;
    top: calc(99 / 1920 * 100vw);
    left: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    display: flex;
    opacity: 1;
    height: 0;
    z-index: 400;
    justify-content: space-between;
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 3vh;
    padding-bottom: 3vh;
    transition: all 0.2s;
    transform: translate(-50%);
  }
  .locations {
    font-size: calc(18 / 1920 * 100vw);
    height: fit-content;
    line-height: 150%;
    font-weight: 500;
  }
  .locations &gt; div:first-child {
    font-size: calc(20 / 1920 * 100vw);
    font-weight: 600;
    margin-bottom: calc(16 / 1920 * 100vw);
  }
  .pickerloc &gt; div &gt; :first-child {
    margin-bottom: 10px;
    font-weight: 600;
  }

  .pickerloc &gt; div &gt; :not(:first-child) {
    font-size: 0.8vw;
    line-height: 160%;
  }

  .searchingMenu {
    display: flex;
    width: 30%;
    position: relative;
    align-items: center;
  }

  .searchingMenu:hover {
    opacity: 0.5;
  }

  .searchingMenu:active {
    opacity: 0.8;
    display: flex;
    width: 30%;
    align-items: center;
  }

  .noHover:hover {
    opacity: 1;
  }

  .searchingTextBold {
    font-size: calc(23 / 1920 * 100vw);
    font-weight: bolder;
  }

  .searchingTextReg {
    font-size: calc(15 / 1920 * 100vw);
    color: #a0a0a0;
  }

  .searchingHolder {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
  }

  footer {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    height: 192px;
    background: #02728B;
  }

  .textHelper {
    position: absolute;
    display: flex;
    bottom: 7.5%;
    left: 9%;
    width: 54%;
    height: 8.3%;
  }
  .container {
    width: 75%;
  }

  .circledBtn {
    background: #02728B;
    width: 3vw;
    height: 3vw;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .circledBtn:hover {
    background: #01b4c1e6;
  }

  .circledBtn:active {
    opacity: 0.5;
  }

  p {
    font-size: 1.125em;
    line-height: 150%;
  }

  .block {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 15px;
    height: calc(230 / 1920 * 100vw);
    width: calc(705 / 1920 * 100vw);
    color: white;
  }

  .regionDate {
    display: flex;
    flex-direction: column;
    margin-left: calc(50 / 1920 * 100vw);
    margin-right: calc(160 / 1920 * 100vw);
  }

  .regionName {
    cursor: pointer;
    font-size: calc(50 / 1920 * 100vw);
    font-weight: bold;
    margin-bottom: calc(36 / 1920 * 100vw);
  }

  .startEnd {
    font-weight: bold;
    font-size: calc(22 / 1920 * 100vw);
  }

  .destLinks {
    font-size: calc(18 / 1920 * 100vw);
    margin-top: calc(9 / 1920 * 100vw);
    font-weight: 400;
    margin-bottom: calc(9 / 1920 * 100vw);
  }

  .topArticle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .verticalLine30 {
    width: 30%;
    border-bottom: 3px solid #02728B;
    margin-bottom: 5vh;
  }

  .verticalLine50 {
    width: 50%;
    border-bottom: 3px solid #02728B;
    margin-bottom: 5vh;
  }

  .facilities {
    margin-right: 3.2vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 0.6vw;
    justify-items: stretch;
  }

  .moreDetail {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .moreDet {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0.8vw;
  }

  .relatedTrips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .facilitiesAndMoreDetail {
    display: flex;
    justify-content: space-between;
  }

  .relatedTrips &gt; a:not(:first-child) {
    margin-left:calc(24/1920*100vw);
    margin-top: 1.5vw;
  }

  .relatedTrips &gt; a:nth-child(4n+1) {
    margin-left:0;
  }
  .splitter {
    margin-bottom: 0;
    font-size: 2em;
    font-weight: bolder;
    margin-top: 3.8vw;
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .button-request {
    width: 5.7vw;
    height: 2vw;
    display: flex;
    border-radius: 0.3vw;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgba(2, 130, 139, 1);
  }

  .cabinThumb {
    display: flex;
    padding-left: 0.7vw;
    padding-top: 0.78vw;
    padding-bottom: 0.78vw;
    padding-right: 0.6vw;
  }

  .bedDetail {
    margin-bottom: 0.4vw;
  }

  .cabinDetail {
    width: 75%;
    padding: 0.8vw;
  }

  .pricingCabin {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0.8vw;
  }

  #galeryInThisPage {
    height: 10vw;
  }

  .thumbsGallery {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .thumbsGallery:not(:last-child) {
    margin-right: 2%;
  }

  .thumbsGallery &gt; img {
    height: 100%;
  }

  .cages {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    height: calc(470 / 1920 * 100vw);
  }
  #specialCase {
    font-size: calc(18/1920*100vw);
    margin-bottom: calc(50 / 1920 * 100vw);
  }
  .special {
    height: calc(234 / 1920 * 100vw);
  }
  .mediaShow {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    width: fit-content;
    justify-content: start;
  }

  .mediaShow &gt; *:not(:last-child) {
    margin-right: calc(32 / 1920 * 100vw);
  }

  .carding {
    width: 17.4vw;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #a0a0a0;
    height: calc(450 / 1920 * 100vw);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }

  .pictureCard {
    height: 90%;
    position: relative;
    overflow: hidden;
  }

  .clickIt:active {
    color: #3939f1;
  }

  .clickIt:hover {
    color: #5757e5;
  }

  .filteringBlock {
    text-wrap: nowrap;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    font-size: 0.5vw;
    justify-content: center;
    color: green;
    border-radius: 50px;
    align-items: center;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }

  .second {
    margin-left: 7%;
  }
  .discounted {
    padding: 4%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 30px;
    font-size: 0.8vw;
    background: #fc6442;
    color: white;
  }
  .explainePict {
    padding-left: calc(32 / 1920 * 100vw);
    padding-right: calc(32 / 1920 * 100vw);
    padding-top: calc(10 / 1920 * 100vw);
    font-size: 0.7vw;
    height: 100%;
    flex-direction: column;
    background: #fcfcfc;
  }
  .explainePict &gt; .dateDestination {
    font-size: 0.5vw;
    display: flex;
    align-items: center;
    margin-top: 5%;
    margin-bottom: 3%;
  }
  .explainePict &gt; .dateDestination &gt; img {
    height: 1vw;
    margin-right: 0.3vw;
    width: auto;
  }
  .blogCardSD {
    font-size: 0.8vw;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: 5%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    width: 100%;
  }
  .ads {
    margin-top: 30px;
    width: 100%;
    height: 14.35vw;
    background: #a0a0a0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blogging {
    background: #000000;
    height: calc(17.9vw - 20px);
    margin-top: 30px;
    border-radius: 15px;
    display: flex;
    cursor: pointer;
    position: relative;
    align-items: center;
    box-shadow: 0 0 0 1px #c6c6c6;
    overflow: hidden;
  }

  .imagesBlog {
    display: block;
  }

  .blogging::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 70%
    );
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
  }

  .blogging:hover::after {
    opacity: 0.4;
  }

  .btnChat {
    margin-right: 0;
    width: calc(105 / 1920 * 100vw);
    height: calc(29 / 1920 * 100vw);
    border-radius: calc(20 / 1920 * 100vw);
    font-size: calc(14 / 1920 * 100vw);
    color: black;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .btnChat:hover {
    opacity: 0.9;
  }

  .btnChat:active {
    opacity: 0.6;
  }

  .smallGaleries {
    background: #000000;
    margin-top: 30px;
    border-radius: 15px;
    display: flex;
    left: 10%;
    cursor: pointer;
    position: relative;
    align-items: center;
    box-shadow: 0 0 0 1px #c6c6c6;
    overflow: hidden;
    transition: all 0.5s;
  }

  .contents2 {
    width: 18vw;
    height: 13vw;
  }

  .contents3 {
    width: 11.5vw;
    height: 7vw;
  }

  .blogging:hover {
    opacity: 1;
  }

  .blogging:active {
    opacity: 0.7;
  }

  .content3-1 {
    width: calc((947.8 / 1920 * 100vw));
  }

  .ourServiceDetail {
    color: white;
    position: absolute;
    display: flex;
    top: 0;
    padding-left: calc(244 / 1920 * 100vw);
  }

  .ourServiceDetail &gt; .left {
    margin-top: calc(170 / 1920 * 100vw);
    margin-right: calc(40 / 1920 * 100vw);
    line-height: 200%;
    width: calc(575 / 1920 * 100vw);
    font-size: calc(20 / 1920 * 100vw);
    font-weight: 550;
  }

  .btnCall {
    display: flex;
    margin-top: calc(99 / 1920 * 100vw);
  }

  .btnCall &gt; div {
    background: white;
    color: black;
    padding-left: calc(59 / 1920 * 100vw);
    padding-right: calc(59 / 1920 * 100vw);
    margin-right: calc(32 / 1920 * 100vw);
    border-radius: 50px;
    cursor: pointer;
  }

  .btnCall &gt; div:hover {
    opacity: 0.8;
  }

  .btnCall &gt; div:active {
    opacity: 0.5;
  }

  .ourServiceDetail &gt; .middle {
    margin-top: calc(150 / 1920 * 100vw);
    margin-right: calc(26 / 1920 * 100vw);
  }

  .ourServiceDetail &gt; .right {
    width: calc(800 / 1920 * 100vw);
    display: flex;
    margin-top: calc(93 / 1920 * 100vw);
    flex-wrap: wrap;
  }

  .blocking {
    width: calc(340 / 1920 * 100vw);
    height: calc(140 / 1920 * 100vw);
    margin-bottom: calc(37 / 1920 * 100vw);
  }

  .margRight {
    margin-right: calc(32 / 1920 * 100vw);
  }

  .titleBlocking {
    font-size: calc(19 / 1920 * 100vw);
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  .titleBlocking &gt; img {
    margin-right: calc(14 / 1920 * 100vw);
  }

  .blockingDesc {
    margin-top: 4px;
    font-size: calc(16 / 1920 * 100vw);
    line-height: 180%;
  }

  .content3 {
    width: calc((456 / 1920 * 100vw));
  }

  .content4 {
    width: calc((334 / 1920 * 100vw));
  }

  .content2 {
    width: calc((700 / 1920 * 100vw));
  }

  .blogs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .smallGalery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .smallGalery &gt; div{
    margin-left:0;
  }
  .smallGalery &gt; div:first-child,div:nth-child(3){
    margin-left: 0;
  }
  .footerContent {
    width: 75vw;
    color: white;
    display: flex;
    font-size: 1em;
    padding-top: calc(52 / 1920 * 100vw);
  }

  .completeAdress {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 80%;
    margin-right: calc(130 / 1920 * 100vw);
  }

  .addressHead {
    display: flex;
    position: relative;
  }

  .headingAdr {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
  }

  .titleFoot {
    font-size: 1.7em;
    font-weight: 400;
  }

  .addressNamed {
    margin-top: 10px;
    font-size: calc(19 / 1920 * 100vw);
  }

  .backLink {
    font-size: calc(25 / 1920 * 100vw);
    margin-right: calc(240 / 1920 * 100vw);
  }

  .backLink &gt; div {
    cursor: pointer;
  }

  .followUs {
    width: 80%;
  }

  .socmed {
    width: 30%;
    height: auto;
    margin-right: 10%;
  }

  .columns {
    flex-direction: column;
  }

  .range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .sliders_control {
    position: relative;
    min-height: 50px;
  }

  input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: 5px;
    width: 100%;
    position: absolute;
    background-color: #000000;
    pointer-events: none;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 15px;
    height: 15px;
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
  }
  P input[type="range"]::-webkit-slider-thumb:hover {
    background: #000;
  }

  input[type="range"]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  }

  .slider-value {
    position: absolute;
    top: 15px;
    color: #635a5a;
    font-size: 14px;
    transform: translateX(-50%);
  }

  .valueSlide {
    position: relative;
    width: 100%;
  }

  #toSliderValue {
    width: 100%;
    text-align: right;
    left: 50%;
    transform: translateX(-50%);
  }

  #fromSliderValue {
    width: 100%;
    left: 53%;
    transform: translateX(-50%);
  }

  .showMoreButton {
    width: 80%;
    margin-left: 5.4%;
    text-align: center;
    border: 0.3px solid #000000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0, 1);
    border-radius: 20px;
    padding: 5px;
    background: #fff;
  }

  .showMoreButton:hover {
    background: #dedede;
  }

  .showMoreButton:active {
    background: #f6f6f6a9;
  }

  .boxFilter {
    min-height: 0em;
    overflow: hidden;
    margin-bottom: 13px;
    transition: all 0.5s;
  }

  .boxFilter &gt; div {
    display: flex;
    flex-direction: column;
  }

  .boxFilter &gt; div &gt; div {
    align-items: baseline;
    margin-bottom: calc(5 / 1920 * 100vw);
    display: flex;
    justify-content: start;
  }

  .filterings {
    margin-top: 80px;
    flex-wrap: wrap;
    width: calc(1106 / 1920 * 100vw);
    display: flex;
  }

  .filterings &gt; div:nth-child(n + 4) {
    margin-top: 28px;
  }

  .filterings &gt; div {
    margin-right: calc(32 / 1920 * 100vw);
  }

  .filteringResult {
    position: relative;
  }

  .marginer {
    margin-top: 0.9vw;
    margin-bottom: calc(32 / 1920 * 100vw);
    width: 25vw;
  }
  .showFac {
    position: absolute;
    padding: 0.5vw;
    transform: translate(0%, -100%);
    left: 50%;
    background: #02728B;
    color: #fff;
    width: 8vw;
  }
  .hide {
    display: none;
  }
  .articleAbout {
    width: 100%;
  }

  .mapsPict {
    margin-top: calc(37 / 1920 * 100vw);
    margin-bottom: calc(68 / 1920 * 100vw);
    padding: 1vw;
    background: #fcfcfc;
    border: #e8e8e8 solid 0.5px;
    border-radius: 10px;
  }

  p {
    text-align: justify;
  }

  .carousel {
    position: fixed;
    margin: auto;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 400;
    overflow: hidden;
    background-color: black;
  }

  .carousel img {
    height: 100%;
  }

  .cardingHor {
    color: black;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vw;
  }

  .imgs {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
  }

  .detailsTrip {
    width: 55%;
    font-size: 1vw;
  }

  .advertise {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vw;
    width: 100%;
    height: 25vw;
    background-color: #c5c5c5;
  }

  .askForDeals {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3vw;
    padding: 1vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    border-radius: 20px;
    background-color: #d6d6d6;
  }

  .inputer {
    border-radius: 10px;
    width: 100%;
    border: none;
    font-size: 1vw;
    padding: 10px;
    margin-top: 1vw;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 1vw;
  }

  .pricingTrip {
    font-weight: bold;
    display: flex;
  }
  .pricingTrip &gt; div:first-child {
    margin-right: 10px;
  }

  .infoTrip {
    display: flex;
    align-items: center;
    font-size: 0.8vw;
  }

  .titler {
    font-weight: bold;
    font-size: 0.9vw;
  }

  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    font-size: 24px;
    color: white;
    padding: 10px;
    border: none;
    align-content: center;
    width: 50%;
    height: 100%;
    outline: none;
    z-index: 2;
  }

  .prev {
    left: 0;
  }

  .next {
    text-align: right;
    right: 0;
  }

  .detailing {
    margin-top: calc(31 / 1920 * 100vw);
    margin-bottom: calc(40 / 1920 * 100vw);
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 0.8vw;
    align-items: center;
  }

  .selector {
    width: 12.8vw;
    height: 1.8vw;
    border-radius: 0.5vw;
    font-weight: bold;
  }

  .pricerCruises {
    font-weight: 550;
    font-size: calc(18 / 1920 * 100vw);
    margin-right: calc(12 / 1920 * 100vw);
  }

  .infoCruises {
    font-weight: 550;
    font-size: calc(16 / 1920 * 100vw);
    margin-right: calc(12 / 1920 * 100vw);
  }

  .detailing &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .btn {
    width: calc(212 / 1920 * 100vw);
    border-radius: 100px;
    padding: 0.8vw;
    margin-right: 32px;
    text-align: center;
    font-size: 15px;
    background: white;
  }

  .btn-small {
    width: 30%;
    padding: 0.5vw;
  }

  .parentMaps {
    display: flex;
  }

  .detail-title {
    width: calc(188 / 1920 * 100vw);
    height: calc(39 / 1920 * 100vw);
    border-radius: calc(50 / 1920 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: calc(20 / 1920 * 100vw);
    border: solid 1px #000;
    margin-bottom: 10px;
    margin-top: calc(27 / 1920 * 100vw);
  }

  .off {
    border: none;
  }

  .container_cruises {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.7vw;
    justify-items: stretch;
  }

  li {
    font-size: calc(18/1920*100vw);
    padding: 0.3vw;
    text-align: left;
  }
  .dataCab {
    display: flex;
    width: 100%;
  }
  .dataCab &gt; div:first-child {
    width: 40%;
  }
  .dataCab &gt; div:not(:first-child) {
    margin-left: 10px;
  }
  ul {
    overflow: hidden;
    margin-top: 0;
    height: fit-content;
    margin-bottom: 0;
    transition: height 0.5s ease;
  }

  ul.collapsed {
    max-height: 0;
  }

  .contents img {
    width: 100%;
  }

  .blackLink {
    margin-bottom: 0.8vw;
    color: black;
  }
  .oBox {
    display: flex;
    align-items: center;
    width: calc(260 / 1920 * 100vw);
    margin-right: calc(30 / 1920 * 100vw);
  }
  #suggestTrip {
    display: flex;
  }

  #suggestTrip &gt; div {
    margin-right: 1.7vw;
  }

  .butCircle {
    font-size: 1.5vw;
    border-radius: 50%;
    border: solid #000000 1px;
    width: 3vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .specialButton {
    font-size: 1vw;
    background: #fc6442;
    padding: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 50px;
    color: black;
  }

  .currencies {
    margin-left: 1vw;
  }

  .fixed {
    position: fixed;
    bottom: 0;
  }

  .contactUsBtn {
    background: #02728B;
    text-align: center;
    color: white;
    width: auto;
    border-radius: 0.5vw;
    padding: calc(16 / 1920 * 100vw) calc(50 / 1920 * 100vw)
      calc(16 / 1920 * 100vw) calc(50 / 1920 * 100vw);
    margin-right: 0;
    font-size: 1vw;
  }
  .buttonMore {
    position: absolute;
    bottom: calc(20 / 1920 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    background: white;
    justify-content: center;
    align-items: center;
    width: calc(126 / 1920 * 100vw);
    border-radius: 50px;
    padding-left: calc(19 / 1920 * 100vw);
    padding-right: calc(19 / 1920 * 100vw);
    padding-top: calc(10 / 1920 * 100vw);
    padding-bottom: calc(10 / 1920 * 100vw);
  }
  .buttonMore:hover {
    opacity: 0.95;
  }
  .buttonMore:active {
    opacity: 0.6;
  }
  #cabinsTittle {
    font-size: calc(30 / 1920 * 100vw);
    font-weight: bold;
  }
  #cabinsContent {
    height: 100%;
    display: flex;
  }
  #cabinsImage {
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 93%;
    width: 60%;
    justify-content: center;
    margin-top: calc(20 / 1920 * 100vw);
    margin-right: calc(20 / 1920 * 100vw);
  }
  #cabinsImage &gt; img {
    width: 100%;
  }
  #cabinsDetails {
    display: flex;
    font-size: calc(17 / 1920 * 100vw);
    width: 40%;
    align-items: center;
  }
  .modal {
    overflow: hidden;
    height: 0;
    width: 0;
    background: white;
    padding-left: calc(52 / 1920 * 100vw);
    padding-right: calc(52 / 1920 * 100vw);
    padding-top: calc(22 / 1920 * 100vw);
    padding-bottom: calc(32 / 1920 * 100vw);
    display: none;
    flex-direction: column;
    transition: all 0.2s ease-out;
    position: fixed;
    z-index: 499;
    border-radius: 10px;
    border: 1px solid #c7c7c7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .answer {
    transition: all 0.3s;
    overflow: hidden;
    font-size: calc(17 / 1920 * 100vw);
    margin-right: calc(32 / 1920 * 100vw);
    line-height: 150%;
  }
  .question {
    font-size: calc(20 / 1920 * 100vw);
  }
  .infoCab {
    width: 80%;
  }

  .editorLink {
    color: black;
  }
  .editorLink:hover {
    color: #02728B;
  }
  .editorLink:active {
    opacity: 0.7;
  }
  .htmlEditor {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: space-between;
  }
  .htmlEditor &gt; div {
    width: 47%;
    padding: 10px;
  }
  p {
    font-size: calc(18 / 1920 * 100vw);
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }

  .dropdown-content div:hover {
    background-color: #f1f1f1;
  }

  .show {
    display: block;
  }
} */

/* update css */
@media screen and (max-width: 1424px) {
  .contactus {
    min-height: calc(100vh - (242 / 1424 * 100vw));
  }

  .contactus &gt; div {
    margin-top: calc(1.6875 * (64 / 1424 * 100vw));
  }

  .contactus &gt; div &gt; .left {
    width: calc(664 / 1424 * 100vw);
  }

  .contactus &gt; div &gt; .right {
    width: calc(432 / 1424 * 100vw);
  }

  .submiter {
    background: #02728B;
    border-radius: calc(8 / 1424 * 100vw);
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: calc(15 / 1424 * 100vw);
    margin-bottom: calc(10 / 1424 * 100vw);
  }
  .contacters {
    font-size: calc(25 / 1424 * 100vw) !important;
  }
  header {
    background: hsla(191, 97%, 28%, 0.9)
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    height: calc(64 / 1424 * 100vw);
    width: 100%;
    justify-content: center;
    color: white;
    align-items: center;
    z-index: 500;
    transition: background-color 0.5s ease;
  }
  .expIcon {
    height: calc(40 / 1424 * 100vw);
    width: calc(40 / 1424 * 100vw);
  }
  .expIconS {
    width: 40%;
  }
  .currency {
    text-align: center;
    color: black;
    background: white;
    width: calc(29 / 1424 * 100vw);
    height: calc(19 / 1424 * 100vw);
    display: flex;
    margin-right: calc(13 / 1424 * 100vw);
    align-items: center;
    font-size: calc(12 / 1424 * 100vw);
    justify-content: center;
  }

  
  .flag {
    height: 100%;
    width: 49px;
    flex-direction: column;
    justify-content: flex-start;
    background: white;
    cursor: pointer;
    overflow: hidden;
}
.act{
  overflow: unset;
}
  .menuContainer {
    width: calc(1360 / 1424 * 100vw);
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
  }

  .logoContent {
    display: flex;
    align-items: center;
    font-family: "Antonio", Arial, sans-serif;
    cursor: pointer;
  }

  .languageFlag {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: calc(219 / 1424 * 100vw);
    height: 100%;
  }
  .titleHeader {
    margin-left: calc(10 / 1424 * 100vw);
    font-size: calc(29 / 1424 * 100vw);
  }

  *::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Color of the scrollbar track */
  }

  /* Handle */
  *::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the scrollbar thumb */
    border-radius: 6px;
    /* Rounded corners of the thumb */
    border: 1px solid #ccc;
    /* Border around the thumb */
  }

  /* Handle on hover */
  *::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Color of the thumb when hovered */
  }

  /* Corner */
  *::-webkit-scrollbar-corner {
    background: transparent;
    /* Background of the scrollbar corner */
  }

  hr {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .titleCarders {
    font-size: calc(15 / 1424 * 100vw);
    font-weight: bold;
    height: 5vw !important;
  }
  .titleCarder {
    font-size: calc(16 / 1424 * 100vw);
    height: 5vw !important;
    /* Limit the number of lines to 2 */
    /* overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2; */
    /* Limit the number of lines to 2 */
  }

  .explIcon {
    height: 1vw;
    margin-right: 0.3vw;
    width: auto;
  }
  .priceRange {
    font-weight: bold;
    font-size: 0.9vw;
  }
  body {
    font-family: "Montserrat", Arial, sans-serif;
    padding: 0px;
    margin: 0px;
    user-select: auto;
    flex-direction: column;
    cursor: default;
    display: flex;
    align-items: center;
  }

  .link {
    cursor: pointer;
    height: 100%;
    display: flex;
    font-size: calc(16 / 1424 * 100vw);
    align-items: center;
    padding-right: 4%;
    padding-left: 4%;
  }

  a {
    text-decoration: none;
  }

  a {
    color: white;
  }

  .subMenu {
    flex-direction: column;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0;
    overflow: hidden;
    display: none;
    background: #01b4c1e6;
  }

  .subMenus {
    width: 100%;
    padding-top: 1%;
    line-height: 170%;
    padding-right: 10%;
    padding-left: 1vw;
    padding-bottom: 1%;
  }

  .menuContent {
    position: relative;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    width: calc(700 / 1424 * 100vw);
    align-items: center;
  }

  .linker {
    font-size: calc(16 / 1424 * 100vw);
    display: flex;
    cursor: pointer;
    padding: calc(8 / 1424 * 100vw);
    padding-left: calc(8 / 1424 * 100vw);
    align-items: center;
  }

  .linker:hover {
    background: rgba(255, 255, 255, 0.866);
    color: black !important;
  }

  .linker:active {
    background: rgba(255, 255, 255, 0.637);
    color: black !important;
  }

  .imgsx {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .backgroundContent {
    width: 100%;
    height: 100vh;
    position: relative;
  }

  .littleCard {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-top: calc(32 / 1424 * 100vw);
    width: 11.05vw;
    height: 7.9vw;
    border-radius: 0.5vw;
    transition: background 1s;
    /* Smooth transition for hover effect */
  }
  #shortDescript {
    font-size: 1vw !important;
  }
  #dateDestination {
    font-size: 1vw !important;
  }
  .titless {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    text-align: center;
    z-index: 3;
  }

  .littleCard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    z-index: 1;
    /* Place the gradient on top of the image */
  }

  .shipimg {
    width: calc(432 / 1424 * 100vw) !important;
  }
  .littleCard:hover::before {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  }

  .flag &gt; img {
    height: 100%;
    width: 100%;
  }

  .imgHome {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .imageHome {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .images {
    width: 100%;
    height: 78vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .backgroundImg {
    background: rgba(0, 0, 0, 0.34) !important;
    width: 100% !important;
    height: 100% !important;
  }
  .images &gt; div {
    width: calc(1360 / 1424 * 100vw);
    height: auto;
    position: absolute;
    display: flex;
    align-items: flex-start;
  }
  .aboutSection {
    text-align: center;
    width: calc(899 / 1424 * 100vw);
    font-size: calc(18 / 1424 * 100vw);
    font-weight: 400;
    margin-bottom: calc(50 / 1424 * 100vw);
    line-height: 155%;
  }

  .checkExpedition {
    width: calc(1128 / 1424 * 100vw);
    height: fit-content;
    position: absolute;
    justify-content: space-around;
    left: 50%;
    top: 100%;
    background: #ffffff;
    border-radius: calc(32 / 1424 * 100vw);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    display: flex;
    transform: translate(-50%, -55%);
    flex-direction: column;
  }

  .textBold {
    font-size: calc(36 / 1424 * 100vw);
    font-weight: bolder;
    color: #02728B;
    margin-bottom: calc(20 / 1424 * 100vw);
    text-align: center;
  }

  .textTitle {
    font-size: calc(23 / 1424 * 100vw);
    text-align: center;
    margin-bottom: calc(29 / 1424 * 100vw);
    margin-top: 10px;
  }

  .searchingFor {
    font-size: 0.9em;
    align-items: center;
    border: solid 1px #d9d9d9;
    border-radius: calc(50 / 1424 * 100vw);
    display: flex;
    padding-left: calc(30 / 1424 * 100vw);
    padding-right: calc(30 / 1424 * 100vw);
    padding-top: calc(10 / 1424 * 100vw);
    padding-bottom: calc(10 / 1424 * 100vw);
    justify-content: space-between;
  }
  .holders {
    width: 1360px;
    height: 0;
  }
  .filtering {
    display: flex;
  }

  hr {
    border: 0.5px solid #d9d9d9;
  }

  .menuFilter {
    padding-top: calc(10 / 1424 * 100vw);
    padding-bottom: calc(10 / 1424 * 100vw);
    width: calc(289 / 1424 * 100vw);
    border: solid 1px #d9d9d9;
    background: white;
    z-index: 1;
    margin-right: 0;
    border-radius: 0.5vw;
  }

  .menuFilter &gt; div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menuTitle {
    display: flex;
    font-size: calc(20 / 1424 * 100vw);
    font-weight: bold;
    margin-bottom: 15px;
    justify-content: space-between;
  }

  .bigTitle {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: white;
    font-size: calc(60 / 1424 * 100vw);
    font-weight: 500;
  }
  .warn {
    text-align: center;
    color: white;
    font-size: 1.4vw;
    font-weight: bold;
  }
  .newsLetter {
    width: 100%;
    position: relative;
    margin-top: calc(50 / 1424 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
  }
  #adsTwo {
    margin-top: calc(50 / 1424 * 100vw);
  }
  .warn2 {
    text-align: center;
    color: white;
    font-size: 1vw;
  }
  .warn3 {
    color: white;
    text-align: center;
    font-size: 0.6vw;
    width: 80%;
    margin-top: 0.8vw;
  }
  .destTitle {
    color: white;
    box-shadow: #000;
    font-size: 2vw;
    font-weight: bold;
  }

  .contentsTop {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }

  .contentsLeft {
    width: calc(873 / 1424 * 100vw);
  }

  .contentsLeft &gt; div:first-child {
    margin-top: 0;
  }
  .openTitle {
    font-size: 2em;
    font-weight: bold;
  }

  .contentsRight {
    width: calc(455 / 1424 * 100vw);
  }

  .contents {
    margin-top: calc(73 / 1424 * 100vw);
    margin-bottom: calc(80 / 1424 * 100vw);
  }

  .searchingBox {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    width: calc(995 / 1424 * 100vw);
    border-radius: calc(50 / 1424 * 100vw);
    padding-left: calc(30 / 1424 * 100vw);
    padding-right: calc(30 / 1424 * 100vw);
    padding-top: calc(10 / 1424 * 100vw);
    padding-bottom: calc(10 / 1424 * 100vw);
    align-items: center;
    display: flex;
  }

  .destinationBox {
    display: flex;
    flex-direction: column;
    width: 40%;
    z-index: 99;
  }
  .taglineText {
    margin-top: 4%;
    margin-bottom: 4%;
    color: white;
    box-shadow: #000;
    font-size: 1.3vw;
    font-weight: 400;
    width: calc(800 / 1424 * 100vw);
  }

  .filteringSide {
    margin-top: calc(80 / 1424 * 100vw);
    min-width: calc(289 / 1424 * 100vw);
    margin-right: calc(43 / 1424 * 100vw);
  }

  vr {
    height: 4em;
    border-left: 1px solid #7e7e7e;
  }

  .pickerLoc {
    position: absolute;
    top: calc(99 / 1424 * 100vw);
    left: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
    display: flex;
    opacity: 1;
    height: 0;
    z-index: 400;
    justify-content: space-between;
    opacity: 0;
    border-radius: calc(10 / 1424 * 100vw);
    overflow: hidden;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 3vh;
    padding-bottom: 3vh;
    transition: all 0.2s;
    transform: translate(-50%);
  }
  .locations {
    font-size: calc(18 / 1424 * 100vw);
    height: fit-content;
    line-height: 150%;
    font-weight: 500;
  }
  .locations &gt; div {
    margin-right: calc(32 / 1424 * 100vw);
  }

  .locations &gt; div:not(:last-child) {
    margin-right: 0;
  }

  .locations &gt; div:first-child {
    font-size: calc(20 / 1424 * 100vw);
    font-weight: 600;
    margin-bottom: calc(16 / 1424 * 100vw);
  }
  .pickerloc &gt; div &gt; :first-child {
    margin-bottom: calc(10 / 1424 * 100vw);
    font-weight: 600;
  }

  .pickerloc &gt; div &gt; :not(:first-child) {
    font-size: 0.8vw;
    line-height: 160%;
  }

  .searchingMenu {
    display: flex;
    position: relative;
    align-items: center;
  }

  .searchingMenu:hover {
    opacity: 0.5;
  }

  .searchingMenu:active {
    opacity: 0.8;
  }

  .noHover:hover {
    opacity: 1;
  }

  .searchingTextBold {
    font-weight: bolder;
  }

  .searchingTextReg {
    color: #a0a0a0;
  }

  .searchingHolder {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
  }

  footer {
    margin-top: calc(50 / 1424 * 100vw);
    width: 100%;
    display: flex;
    justify-content: center;
    background: #02728B;
  }

  .textHelper {
    position: absolute;
    display: flex;
    bottom: 7.5%;
    left: 9%;
    width: 54%;
    font-size: calc(12 / 1424 * 100vw);
    height: 8.3%;
  }

  .container {
    width: calc(1360 / 1424 * 100vw);
  }

  .circledBtn {
    background: #02728B;
    width: calc(48 / 1424 * 100vw);
    height: calc(48 / 1424 * 100vw);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .circledBtn:hover {
    background: #01b4c1e6;
  }

  .circledBtn:active {
    opacity: 0.5;
  }

  p {
    font-size: calc(18 / 1424 * 100vw);
    line-height: 150%;
  }

  .block {
    position: relative;
    display: flex;
    align-items: flex-start;
    border-radius: calc(15 / 1424 * 100vw);
    height: calc(320 / 1424 * 100vw);
    width: calc(664 / 1424 * 100vw);
    overflow: hidden;
    color: white;
    cursor: pointer;
  }

  .regionDate {
    display: flex;
    flex-direction: column;
    margin-left: calc(50 / 1424 * 100vw);
    margin-right: calc(90 / 1424 * 100vw);
  }

  .regionName {
    cursor: pointer;
    font-size: calc(50 / 1424 * 100vw);
    font-weight: bold;
    margin-bottom: calc(32 / 1424 * 100vw);
  }

  .startEnd {
    font-weight: bold;
    font-size: calc(22 / 1424 * 100vw);
  }

  .destLinks {
    font-size: calc(18 / 1424 * 100vw);
    margin-top: calc(9 / 1424 * 100vw);
    font-weight: calc(400 / 1424 * 100vw);
    margin-bottom: calc(9 / 1424 * 100vw);
  }

  .topArticle {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .verticalLine30 {
    width: 30%;
    border-bottom: 3px solid #02728B;
    margin-bottom: 5vh;
  }

  .verticalLine50 {
    width: 50%;
    border-bottom: 3px solid #02728B;
    margin-bottom: 5vh;
  }

  .facilities {
    margin-right: 1.6vw;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    /* 3 rows */
    /* 4 items per row */
    gap: 0.6vw;
    /* Adjust gap as needed */
    justify-items: stretch;
    /* Ensure items stretch to fill the space */
  }

  .moreDetail {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .moreDet {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 0.8vw;
  }

  .relatedTrips {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .relatedTrips &gt; a:not(:first-child) {
    margin-left: calc(32 / 1424 * 100vw);
    margin-top: calc(32 / 1424 * 100vw);
  }

  .relatedTrips &gt; a:nth-child(4n + 1) {
    margin-left: 0;
  }
  .facilitiesAndMoreDetail {
    display: flex;
    justify-content: space-between;
  }

  .splitter {
    font-size: 2em;
    font-weight: bolder;
    margin-top: 3.8vw;
    position: relative;
    display: flex;
    justify-content: space-between;
  }

  .button-request {
    width: 5.7vw;
    height: 2vw;
    display: flex;
    border-radius: 0.3vw;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgba(2, 130, 139, 1);
  }

  .cabinThumb {
    width: calc(222 / 1424 * 100vw);
    height: calc(222 / 1424 * 100vw);
    display: flex;
    padding-left: 0.7vw;
    padding-top: 0.78vw;
    padding-bottom: 0.78vw;
    padding-right: 0.6vw;
  }

  .bedDetail {
    margin-bottom: 0.4vw;
  }
  .cabinDetail {
    width: 75%;
    padding: 0.8vw;
  }

  .pricingCabin {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 0.8vw;
  }

  #galeryInThisPage {
    /* display: flex; */
    height: 10vw;
    /* flex-direction: row; */
    /* position: relative; */
    /* overflow-x: hidden; */
  }

  .thumbsGallery {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  }

  .thumbsGallery:not(:last-child) {
    margin-right: 2%;
  }

  .thumbsGallery &gt; img {
    height: 100%;
  }

  .cages {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    height: calc(470 / 1424 * 100vw);
  }
  #specialCase {
    font-size: 600;
    font-size: calc(18 / 1424 * 100vw);
    margin-bottom: calc(50 / 1424 * 100vw);
  }
  .special {
    height: calc(234 / 1424 * 100vw);
  }
  .mediaShow {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
    width: fit-content;
    justify-content: start;
  }

  .mediaShow &gt; *:not(:last-child) {
    margin-right: calc(32 / 1424 * 100vw);
  }

  .carding {
    width: calc(316 / 1424 * 100vw);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #a0a0a0;
    height: calc(454 / 1424 * 100vw);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  }

  .pictureCard {
    height: 70%;
    position: relative;
    overflow: hidden;
  }

  .clickIt:active {
    color: #3939f1;
  }

  .clickIt:hover {
    color: #5757e5;
  }

  .filteringBlock {
    text-wrap: nowrap;
    height: 100%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: green;
    font-size: 12px;
    border-radius: calc(50 / 1424 * 100vw);
    align-items: center;
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }

  .second {
    margin-left: 7%;
  }
  .discounted {
    padding: 4%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 30px;
    font-size: 0.8vw;
    background: #fc6442;
    color: white;
  }
  .explainePict {
    padding-left: calc(32 / 1424 * 100vw);
    padding-right: calc(32 / 1424 * 100vw);
    padding-top: calc(10 / 1424 * 100vw);
    font-size: calc(16 / 1424 * 100vw);
    height: 100%;
    flex-direction: column;
    background: #fcfcfc;
  }
  .explainePict &gt; .dateDestination {
    font-size: calc(16 / 1424 * 100vw);
    display: flex;
    align-items: center;
    margin-top: calc(10 / 1424 * 100vw);
    margin-bottom: calc(10 / 1424 * 100vw);
  }
  .explainePict &gt; .dateDestination &gt; img {
    height: 1vw;
    margin-right: 0.3vw;
    width: auto;
  }
  .blogCardSD {
    font-size: 0.8vw;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: 5%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    width: 100%;
  }
  .ads {
    margin-top: calc(30 / 1424 * 100vw);
    width: 100%;
    /* height: 14.35vw; */
    /* background: #a0a0a0; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .blogging {
    background: #000000;
    height: calc(328 / 1424 * 100vw);
    border-radius: calc(15 / 1424 * 100vw);
    display: flex;
    cursor: pointer;
    margin-bottom: calc(32 / 1424 * 100vw);
    position: relative;
    align-items: center;
    box-shadow: 0 0 0 1px #c6c6c6;
    overflow: hidden;
  }

  .imagesBlog {
    display: block;
  }

  .blogging::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 70%
    );
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
    /* Allows interaction with the image underneath */
  }

  .blogging:hover::after {
    opacity: 0.4;
  }

  .btnChat {
    margin-right: calc(48 / 1424 * 100vw);
    width: calc(105 / 1424 * 100vw);
    height: calc(29 / 1424 * 100vw);
    border-radius: calc(20 / 1424 * 100vw);
    font-size: calc(14 / 1424 * 100vw);
    color: black;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .btnChat:hover {
    opacity: 0.9;
  }

  .btnChat:active {
    opacity: 0.6;
  }

  .smallGaleries {
    background: #000000;
    margin-top: calc(30 / 1424 * 100vw);
    border-radius: calc(15 / 1424 * 100vw);
    display: flex;
    left: 10%;
    cursor: pointer;
    position: relative;
    align-items: center;
    box-shadow: 0 0 0 1px #c6c6c6;
    overflow: hidden;
    transition: all 0.5s;
  }

  .contents2 {
    width: calc(317 / 1600 * 100vw);
    height: calc(219 / 1600 * 100vw);
  }

  .contents3 {
    width: calc(201 / 1600 * 100vw);
    height: calc(126 / 1600 * 100vw);
  }

  .blogging:hover {
    opacity: 1;
  }

  .blogging:active {
    opacity: 0.7;
  }

  .content3-1 {
    width: calc(896 / 1424 * 100vw);
  }
  .ourServiceDetail {
    color: white;
    position: absolute;
    display: flex;
    top: 0;
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
  .ourServiceDetail &gt; .left {
    margin-top: calc(170 / 1424 * 100vw);
    margin-right: calc(10 / 1424 * 100vw);
    line-height: 200%;
    width: calc(500 / 1424 * 100vw);
    font-size: calc(16 / 1424 * 100vw);
    font-weight: 550;
  }

  .ourServiceDetail &gt; .middle {
    margin-top: calc(150 / 1424 * 100vw);
    margin-right: calc(26 / 1424 * 100vw);
  }
  .ourServiceDetail &gt; .right {
    width: calc(712 / 1424 * 100vw);
    display: flex;
    margin-top: calc(93 / 1424 * 100vw);
    flex-wrap: wrap;
  }
  .btnCall {
    display: flex;
    margin-top: calc(99 / 1424 * 100vw);
  }

  .btnCall &gt; div {
    background: white;
    color: black;
    padding-left: calc(59 / 1424 * 100vw);
    padding-right: calc(59 / 1424 * 100vw);
    margin-right: calc(32 / 1424 * 100vw);
    border-radius: calc(50 / 1424 * 100vw);
    cursor: pointer;
  }

  .btnCall &gt; div:hover {
    opacity: 0.8;
  }

  .btnCall &gt; div:active {
    opacity: 0.5;
  }

  .blocking {
    width: calc(340 / 1424 * 100vw);
    height: calc(140 / 1424 * 100vw);
    margin-bottom: calc(37 / 1424 * 100vw);
  }

  .margRight {
    margin-right: calc(32 / 1424 * 100vw);
  }

  .titleBlocking {
    font-size: calc(19 / 1424 * 100vw);
    font-weight: 600;
    display: flex;
    align-items: center;
  }

  .titleBlocking &gt; img {
    margin-right: calc(14 / 1424 * 100vw);
  }

  .blockingDesc {
    margin-top: 4px;
    font-size: calc(16 / 1424 * 100vw);
    line-height: 180%;
  }

  .content3 {
    width: calc(432 / 1424 * 100vw);
  }

  .content4 {
    width: calc((334 / 1424 * 100vw));
  }

  .content2 {
    width: calc((700 / 1424 * 100vw));
  }

  .blogs {
    display: flex;
    flex-wrap: wrap;
  }
  .blogs &gt; a:not(:nth-child(1)):not(:nth-child(3)) {
    margin-left: calc(32 / 1424 * 100vw);
  }
  .smallGalery {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .smallGalery &gt; div {
    margin-left: calc(30 / 1424 * 100vw);
  }
  .smallGalery &gt; div:first-child,
  div:nth-child(3) {
    margin-left: 0;
  }
  .footerContent {
    width: calc(1360 / 1424 * 100vw);
    color: white;
    display: flex;
    font-size: 1em;
    padding-top: calc(52 / 1424 * 100vw);
  }

  .completeAdress {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 80%;
    margin-right: calc(130 / 1424 * 100vw);
  }

  .addressHead {
    display: flex;
    position: relative;
  }

  .headingAdr {
    margin-left: calc(10 / 1424 * 100vw);
    display: flex;
    flex-direction: column;
  }

  .titleFoot {
    font-size: 1.7em;
    font-weight: 400;
  }

  .addressNamed {
    margin-top: calc(10 / 1424 * 100vw);
    font-size: calc(18 / 1424 * 100vw);
  }

  .backLink {
    font-size: calc(16 / 1424 * 100vw);
    margin-right: calc(240 / 1424 * 100vw);
  }

  .backLink &gt; div {
    cursor: pointer;
  }

  .followUs {
    height: 80%;
  }

  .socmed {
    height: calc(36 / 1424 * 100vw);
    height: calc(36 / 1424 * 100vw);
    margin-right: calc(10 / 1424 * 100vw);
  }

  .columns {
    flex-direction: column;
  }

  /* ---- Multi Slider ----- */
  .range_container {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .sliders_control {
    position: relative;
    min-height: 50px;
    /* Increase height to accommodate text */
  }

  input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    height: calc(5 / 1424 * 100vw);
    width: 100%;
    position: absolute;
    background-color: #000000;
    pointer-events: none;
  }

  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: calc(15 / 1424 * 100vw);
    height: calc(15 / 1424 * 100vw);
    background-color: #000;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #c6c6c6;
    cursor: pointer;
  }
  /* 
  input[type="range"]::-moz-range-thumb {
      -webkit-appearance: none;
      pointer-events: all;
      width: 17px;
      height: 17px;
      background-color: #000;
      border-radius: 50%;
      box-shadow: 0 0 0 1px #C6C6C6;
      cursor: pointer;
  } */

  input[type="range"]::-webkit-slider-thumb:hover {
    background: #000;
  }

  input[type="range"]::-webkit-slider-thumb:active {
    box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
    -webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
  }

  .slider-value {
    position: absolute;
    top: calc(15 / 1424 * 100vw);
    /* Position below the slider */
    color: #635a5a;
    font-size: calc(14 / 1424 * 100vw);
    transform: translateX(-50%);
  }

  .valueSlide {
    position: relative;
    width: 100%;
  }

  #toSliderValue {
    width: 100%;
    text-align: right;
    left: 50%;
    transform: translateX(-50%);
  }

  #fromSliderValue {
    width: 100%;
    left: 53%;
    transform: translateX(-50%);
  }

  /* ---- Multi Slider ----- */
  /* button */
  .showMoreButton {
    width: 80%;
    margin-left: 5.4%;
    text-align: center;
    border: 0.3px solid #000000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0, 1);
    border-radius: calc(20 / 1424 * 100vw);
    padding: calc(5 / 1424 * 100vw);
    background: #fff;
  }

  .showMoreButton:hover {
    background: #dedede;
  }

  .showMoreButton:active {
    background: #f6f6f6a9;
  }

  .boxFilter {
    min-height: 0em;
    overflow: hidden;
    margin-bottom: 13px;
    transition: all 0.5s;
  }

  .boxFilter &gt; div {
    display: flex;
    flex-direction: column;
  }

  .boxFilter &gt; div &gt; div {
    align-items: baseline;
    margin-bottom: calc(5 / 1920 * 100vw);
    display: flex;
    justify-content: start;
  }

  .filterings {
    margin-top: calc(80 / 1424 * 100vw);
    flex-wrap: wrap;
    width: 100%;
    display: flex;
  }

  .filterings &gt; div:nth-child(n + 4) {
    margin-top: calc(28 / 1424 * 100vw);
    /* Apply margin-top from the fourth child onwards */
  }

  .filterings &gt; div {
    margin-right: calc(32 / 1424 * 100vw);
    /* Apply margin-top from the fourth child onwards */
  }

  .filterings &gt; div:nth-child(3n) {
    margin-right: 0;
  }

  .filterings &gt; a:nth-child(n + 4) {
    margin-top: calc(28 / 1424 * 100vw);
    /* Apply margin-top from the fourth child onwards */
  }

  .filterings &gt; a {
    margin-right: calc(32 / 1424 * 100vw);
    /* Apply margin-top from the fourth child onwards */
  }

  .filterings &gt; a:nth-child(3n) {
    margin-right: 0;
  }

  .filteringResult {
    position: relative;
  }

  .marginer {
    margin-top: calc(16 / 1424 * 100vw);
    margin-bottom: calc(32 / 1424 * 100vw);
    width: 25vw;
  }
  .showFac {
    position: absolute;
    padding: 0.5vw;
    transform: translate(0%, -100%);
    left: 50%;
    background: #02728B;
    color: #fff;
    width: 8vw;
  }
  .hide {
    display: none;
  }
  .articleAbout {
    width: 100%;
  }

  .mapsPict {
    margin-top: calc(37 / 1424 * 100vw);
    margin-bottom: calc(68 / 1424 * 100vw);
    padding: 1vw;
    background: #fcfcfc;
    border: #e8e8e8 solid 0.5px;
    border-radius: 10px;
  }

  p {
    text-align: justify;
  }
  .pricesSet {
    font-size: calc(16 / 1424 * 100vw) !important;
  }
  .cardingHor {
    color: black;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vw;
  }

  .imgs {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(10 / 1424 * 100vw);
    overflow: hidden;
  }

  .detailsTrip {
    width: 55%;
    font-size: 1vw;
  }

  .advertise {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vw;
    width: 100%;
    /* height: 25vw; */
    /* background-color: #c5c5c5; */
  }
  .submiter {
  }
  .askForDeals {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 3vw;
    padding: 1vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    border-radius: calc(20 / 1424 * 100vw);
    background-color: #d6d6d6;
  }
  .blogged &gt; div:not(:first-child) {
    margin-left: calc(10 / 1424 * 100vw);
  }
  .inputer {
    border-radius: calc(20 / 1424 * 100vw);
    width: 100%;
    font-size: calc(16 / 1424 * 100vw);
    padding: calc(10 / 1424 * 100vw);
    padding-left: calc(20 / 1424 * 100vw);
    padding-right: calc(20 / 1424 * 100vw);
    margin-top: 1vw;
    border: 1px solid #8c8c8c;

    margin-bottom: 1vw;
  }

  .pricingTrip {
    font-weight: bold;
    display: flex;
  }
  .pricingTrip &gt; div:first-child {
    margin-right: 10px;
  }
  .closeGallery {
    position: fixed;
  }
  .infoTrip {
    display: flex;
    align-items: center;
    font-size: 0.8vw;
  }

  .titler {
    font-weight: bold;
    font-size: 0.9vw;
  }

  .prev,
  .next {
    font-size: calc(24 / 1424 * 100vw);
    padding: calc(10 / 1424 * 100vw);
  }

  .prev {
    left: 1vw;
  }

  .next {
    right: 1vw;
  }

  .detailing {
    margin-top: calc(31 / 1424 * 100vw);
    margin-bottom: calc(40 / 1424 * 100vw);
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 0.8vw;
    align-items: center;
  }

  .selector {
    width: 12.8vw;
    height: 1.8vw;
    border-radius: 0.5vw;
    font-weight: bold;
  }

  .pricerCruises {
    font-weight: 550;
    font-size: calc(18 / 1424 * 100vw);
    margin-right: calc(12 / 1424 * 100vw);
  }

  .infoCruises {
    font-weight: 550;
    font-size: calc(16 / 1424 * 100vw);
    margin-right: calc(12 / 1424 * 100vw);
  }

  .detailing &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .btn {
    width: calc(212 / 1424 * 100vw);
    border-radius: calc(100 / 1424 * 100vw);
    padding: 0.8vw;
    margin-right: calc(32 / 1424 * 100vw);
    text-align: center;
    font-size: calc(15 / 1424 * 100vw);
    background: white;
  }

  .btn-small {
    width: 30%;
    padding: 0.5vw;
  }

  .parentMaps {
    display: flex;
  }

  .detail-title {
    width: calc(188 / 1424 * 100vw);
    height: calc(39 / 1424 * 100vw);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: calc(20 / 1424 * 100vw);
    margin-bottom: calc(10 / 1424 * 100vw);
    margin-top: calc(27 / 1424 * 100vw);
  }

  .off {
    border: none;
  }

  .container_cruises {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 items per row */
    gap: 1.7vw;
    /* Adjust gap as needed */
    justify-items: stretch;
    /* Ensure items stretch to fill the space */
  }

  li {
    padding: 0.3vw;
    text-align: left;
  }
  .dataCab {
    display: flex;
    width: 100%;
  }
  .dataCab &gt; div:first-child {
    width: 40%;
  }
  .dataCab &gt; div:not(:first-child) {
    margin-left: 10px;
  }
  ul {
    overflow: hidden;
    margin-top: 0;
    height: fit-content;
    margin-bottom: 0;
    transition: height 0.5s ease;
    /* Apply transition only to max-height */
    /* Set initial max-height to a large enough value */
  }

  ul.collapsed {
    max-height: 0;
    /* Set max-height to 0 when collapsed */
  }

  .contents img {
    width: 100%;
  }

  .blackLink {
    margin-bottom: 0.8vw;
    color: black;
  }

  #suggestTrip {
    display: flex;
  }

  #suggestTrip &gt; div {
    margin-right: 1.7vw;
  }

  .butCircle {
    font-size: 1.5vw;
    border-radius: 50%;
    border: solid #000000 1px;
    width: 3vw;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .specialButton {
    background: #fc6442;
    font-size: calc(16 / 1424 * 100vw);
    padding: 5%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 50px;
    color: black;
  }

  .currencies {
    margin-left: 1vw;
  }

  .fixed {
    position: fixed;
    bottom: 0;
    /* Adjust as needed */
    /* Add any other styles for the fixed position */
  }

  .contactUsBtn {
    background: #02728B;
    text-align: center;
    color: white;
    width: auto;
    border-radius: 0.5vw;
    padding: calc(16 / 1424 * 100vw) calc(50 / 1424 * 100vw)
      calc(16 / 1424 * 100vw) calc(50 / 1424 * 100vw);
    margin-right: 0;
    font-size: 1vw;
  }
  .buttonMore {
    position: absolute;
    bottom: calc(20 / 1424 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    background: white;
    justify-content: center;
    align-items: center;
    width: calc(126 / 1424 * 100vw);
    border-radius: calc(50 / 1424 * 100vw);
    padding-left: calc(19 / 1424 * 100vw);
    padding-right: calc(19 / 1424 * 100vw);
    padding-top: calc(10 / 1424 * 100vw);
    padding-bottom: calc(10 / 1424 * 100vw);
  }
  .buttonMore:hover {
    opacity: 0.95;
  }
  .buttonMore:active {
    opacity: 0.6;
  }
  #cabinsTittle {
    font-size: calc(30 / 1424 * 100vw);
    font-weight: bold;
  }
  #cabinsContent {
    height: 100%;
    display: flex;
  }
  #cabinsImage {
    display: flex;
    overflow: hidden;
    align-items: center;
    height: 93%;
    width: 60%;
    justify-content: center;
    margin-top: calc(20 / 1424 * 100vw);
    margin-right: calc(20 / 1424 * 100vw);
  }
  #cabinsImage &gt; img {
    width: 100%;
  }
  #cabinsDetails {
    display: flex;
    font-size: calc(17 / 1424 * 100vw);
    width: 40%;
    align-items: center;
  }
  .modal {
    overflow: hidden;
    height: 0;
    width: 0;
    background: white;
    padding-left: calc(52 / 1424 * 100vw);
    padding-right: calc(52 / 1424 * 100vw);
    padding-top: calc(22 / 1424 * 100vw);
    padding-bottom: calc(32 / 1424 * 100vw);
    display: none;
    flex-direction: column;
    transition: all 0.2s ease-out;
    position: fixed;
    z-index: 499;
    border-radius: calc(10 / 1424 * 100vw);
    border: 1px solid #c7c7c7;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .answer {
    transition: all 0.3s;
    overflow: hidden;
    font-size: calc(17 / 1424 * 100vw);
    margin-right: calc(32 / 1424 * 100vw);
    line-height: 150%;
  }
  .question {
    font-size: calc(20 / 1424 * 100vw);
  }
  .infoCab {
    width: 80%;
  }

  .editorLink {
    color: black;
  }
  .editorLink:hover {
    color: #02728B;
  }
  .editorLink:active {
    opacity: 0.7;
  }
  .htmlEditor {
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: space-between;
  }
  .htmlEditor &gt; div {
    width: 47%;
    padding: 10px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: calc(160 / 1424 * 100vw);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .dropdown-content div {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
  }

  .dropdown-content div:hover {
    background-color: #f1f1f1;
  }

  .show {
    display: block;
  }
  .oBox {
    display: flex;
    align-items: center;
    width: calc(260 / 1424 * 100vw);
    margin-right: calc(30 / 1424 * 100vw);
  }

  .gall {
    display: flex;
    justify-content: space-between;
    margin-top: calc(32 / 1424 * 100vw);
    margin-bottom: calc(32 / 1424 * 100vw);
  }

  .gall &gt; div {
    display: flex;
    justify-content: space-between;
    height: calc(324 / 1424 * 100vw);
    width: calc(432 / 1424 * 100vw);
    margin-top: calc(32 / 1424 * 100vw);
    margin-bottom: calc(32 / 1424 * 100vw);
  }
  .gall &gt; img:last-child {
    margin-left: calc(32 / 1424 * 100vw);
  }
  .spec_ship {
    display: flex;
    margin-top: calc(32 / 1424 * 100vw);
    margin-bottom: calc(32 / 1424 * 100vw);
  }
  .spec_ship &gt; div {
    margin-left: calc(32 / 1424 * 100vw);
  }
}
</pre></body></html>