@charset "UTF-8";

body,
html {
  width: 100%;
  height: 100%;
}

body {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: var(--mint);
  font-family: var(--thaifont);
  font-size: 16px;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
}

/**/
.herobanner {
  width: 100%;
  height: 80vh;
  position: relative;
}

/* .navbar {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  background-size: 100% 200px;
  background-position: 0% 100%;
  transition: background-position 0.5s ease-out;
} */

.window-scrolled .navbar {
  background-position: 0% 0%;
}

/**/

.tipboxcontainer {
  position: relative;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
}

.tripbox {
  width: calc((100% / 3) - 20px);
}

.tripbox .boxview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
}

.tripbox .boxview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(0) scale(1);
  transition: all ease-in-out 0.4s;
  filter: brightness(0.5);
}

.tripbox .boxview a:hover img,
.tripbox .boxview a:focus img {
  transform: translateX(-10%) scale(1.3);
  filter: brightness(1);
}

.tripbox .boxview span {
  /*Trip name*/
  font-family: var(--engfont);
  font-size: 2em;
  line-height: 1em;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  z-index: 999;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
  transition: all ease-in-out 0.25s;
}

.logoTrip {
  width: 150px;
}

.tripbox .boxname {
  margin: 20px auto;
  color: #fff;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.3em;
}

.tripbox .boxname span {
  display: block;
}

.tripbox .boxname span.bigtxt {
  font-family: var(--thaifont);
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px auto;
  letter-spacing: 0;
}

/**/
.womanbox {
  position: absolute;
  width: 30%;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.35s;
}

.womanbox img {
  width: 100%;
  height: 100%;
}

/**/
.swaptext {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.fstart {
  justify-content: flex-start !important;
  margin-top: 30px;
}

#scotlandtext {
  left: 10%;
}

.swaptext h3 {
  font-family: var(--thaifont);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.8em;
  color: #fff;
  padding: 0;
  text-align: center;
}

.swaptext h4 {
  font-family: var(--thaifont);
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.5em;
  color: #fff;
  margin: 0;
  padding: 0;
  text-align: center;
}

.swaptext img {
  width: 200px;
  height: auto;
}

/**/
.imgmark {
  width: 50%;
  height: 100%;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}

.imgmark img {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.imgmark1 {
  left: 60%;
  min-width: 800px;
  top: 0;
  bottom: 0;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #000;
  -webkit-mask-image: url('../img/markerand.webp');
  -webkit-mask-size: 100% 100%;
  mask-image: url('../img/markerand.webp');
  mask-size: 100% 100%;
  mask-mode: alpha;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.imgmark1 video {
  filter: brightness(.8);

}

.imgmark2 {
  width: 500px;
  height: auto;
  left: 60%;
  bottom: 0;
  top: 0;
  background-color: #FFF;
  -webkit-mask-image: url('../img/scotlandMask.png');
  -webkit-mask-size: 600px auto;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-mode: alpha;
  mask-image: url('../img/scotlandMask.png');
  mask-size: 600px auto;
  mask-repeat: no-repeat;
  mask-position: 0 0;
}

.scotman {
  position: absolute;
  width: 700px;
  height: auto;
  bottom: 0;
  top: 0;
  background: url('../img/scotlman.webp') no-repeat 0 0;
  background-size: 600px auto;
  z-index: 10;
  opacity: .9;
}


.wildlifevideo {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, 0);
}

#description {
  font-family: var(--dmfont);
  position: absolute;
  font-weight: 800;
  bottom: 20px;
  left: 45%;
  transform: translateX(-50%);
  font-size: 1.8em;
  color: #33ccff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}

#description span {
  font-family: var(--thaifont);
  color: #FFF !important;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
}

.fade-out {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}

/**/
.flagconner1,
.flagconner2 {
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 9;
  width: 300px;
  height: auto;
}

.flagconner2 {
  width: 80px !important;
}

#cityshape {
  width: 100%;
  height: 250px;
  position: absolute;
  display: block;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 8;
  background: url('../img/cityshape.webp') no-repeat 100% 100%;
  background-size: auto 200px;
}

/**/
.zoombg {
  display: block;
  width: 100%;
  padding: 80px 30px;
  background-color: #FFF;
}

.zoombg .btnNormal {
  background-color: #333;
  color: #fff;
  border: none;
  outline: none;
  padding: 5px 30px;
  margin: 20px 0 0 0;
  border-radius: 20px;
  display: flex;
  font-size: 18px !important;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.35s;
}

.zoombg .btnNormal:hover,
.zoombg .btnNormal:focus {
  background-color: var(--orenge);
}

.btnInstall {
  background-color: #333;
  color: #fff;
  border: none;
  outline: none;
  padding: 5px 30px;
  margin: 20px 0 0 0;
  border-radius: 20px;
  display: flex;
  font-size: 18px !important;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 0.35s;
}

.btnInstall:hover,
.btnInstall:focus {
  background-color: var(--red);
}

/**/
.how2changebg {
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  background: #333;
  color: #fff;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  border-radius: 0;
  position: relative;
  z-index: 1001;

}

.how2changebg .btnClosePop {
  position: fixed;
  border: none;
  outline: none;
  top: 50px;
  right: 10px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  transition: all ease-in-out 0.35s;
  line-height: 0;
  white-space: nowrap;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.how2changebg h2 {
  font-family: var(--thaifont);
  font-size: 1.8em;
  font-weight: 600;
}

.how2changebg ol {
  list-style: decimal;
}

.how2changebg li {
  font-family: var(--thaifont);
  font-size: 1.3em;
  list-style-position: inside;
}

.how2changebg h3 {
  font-family: var(--thaifont);
  font-size: 1.5em;
  font-weight: 600;
}

.how2changebg p {
  font-family: var(--thaifont);
  font-size: 1.3em;
}

.how2changebg img {
  display: block;
  max-width: 100%;
  margin: 50px auto;
}

/* flex container */
.zoombgwrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 50px;
  position: relative;
}

.zoombgwrap .navigation {
  top: 65%;
}

.dflexswap {
  /* Title Zoom */
  width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.flexcolume {
  display: flex;
  flex-direction: column;
}

.flexcolume h4 {
  /* Download */
  font-family: var(--engfont);
  font-size: 1.2em;
  line-height: 1em;
  letter-spacing: 5px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.flexcolume h2 {
  /* VIRTUAL */
  font-family: var(--engfont);
  font-size: 5em;
  line-height: 0.9em;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.flexcolume h3 {
  /* BACKGROUND */
  font-family: var(--engfont);
  font-size: 2.5em;
  line-height: 1em;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/**/
.bgslider {
  /* Slider */
  width: 90%;
  height: 100%;
}

.bgslider .zoomcard {
  height: 400px;
  border-radius: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: relative;
}

#logowind embed {
  width: 150px;
}

.bgslider .zoomcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right;
  transform: scale(1);
  transition: all ease-in-out 0.35s;
}

.bgslider .zoomcard:hover img,
.bgslider .zoomcard:focus img {
  transform: scale(1.2);
}

.bgslider .zoomcard:hover .btnDownload,
.bgslider .zoomcard:focus .btnDownload {
  background: var(--orenge);
}

.bgslider .zoomcard .btnDownload {
  font-family: var(--thaifont);
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 50%;
  font-size: 18px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #33ccff;
  color: #000;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  transition: all ease-in-out 0.35s;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  transition: all ease-in-out 0.35s;
}

.bgslider .zoomcard .btnDownload i {
  margin: 0 10px;
}

.bgslider .zoomcard .btnPreview {
  display: table;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  transition: all ease-in-out 0.35s;
}

/**/
.navigation {
  margin: 30px 0 0 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.scotlandslider .navigation {
  top: 65%;
}

.navigation button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  color: var(--white);
  padding: 0;
  margin: 0;
}

.navigation .linedec {
  width: 70%;
  height: 1px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

.navigation button:hover {
  opacity: 0.8;
}

.navigation button i {
  font-size: 3em;
  font-weight: 100;
}

.navigation button img {
  width: 60px;
  height: auto;
}

.navigation .current-slide {
  font-size: 2.5em;
  font-family: var(--numberfont);
  font-weight: 100;
  color: var(--white);
  vertical-align: baseline;
  transition: all ease-in-out 2.5s;
}

.swiper-slide {
  border: none;
}

.swiper-slide-active {
  border: 5px solid var(--white);
}

/* popup  */
body.active {
  overflow: hidden;
}

.popcon {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.closeoverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  border: none;
  outline: none;
}

.imgpanel {
  width: 80%;
  height: auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.8);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1001;
}

.imgpanel .bgzoom {
  width: 100%;
  height: 100%;
}

.imgpanel .pguide {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 90%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.imgpanel .btnClosePop {
  position: absolute;
  border: none;
  outline: none;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  transition: all ease-in-out 0.35s;
  line-height: 0;
  white-space: nowrap;
  border: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.35s;
}

.imgpanel .btnClosePop:hover,
.imgpanel .btnClosePop:focus {
  background-color: var(--red);
}

/* section  */
.section {
  position: relative;
  width: 100%;
  min-height: 50vh;
  margin: 0;
  padding: 0;
}

#africa {
  background: url('../img/africabg.webp') no-repeat 50% 50%;
  background-size: cover;
  height: 80vh;
  min-height: 700px;
}

#scotland {
  background: url('../img/scotlandbg.webp') no-repeat 50% 50%;
  background-size: cover;
  height: 80vh;
  min-height: 750px;
}

#btnlegendcruise {
  display: block;
  width: 100%;
  height: 100%;
}

#videosection {
  background-color: #333;
  color: var(--white);
  position: relative;
  width: 100%;
  height: calc(100vw / 1.77);
  overflow: hidden;
}

#videosection .postervideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

#videosection .clipname {
  position: absolute;
  left: 40px;
  bottom: 80px;
  font-family: var(--dmfont);
  font-size: 4em;
  line-height: 1em;
  display: flex;
  flex-direction: column;
}

.playclip {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.d-none {
  display: none;
}

.playclip img {
  width: 100%;
  height: 100%;
}

.playclip a {
  display: table;
}

.clipname span {
  font-size: 0.8em;
  display: inline-block;
}

.clipname img {
  width: 50px;
  margin: 10px;
  display: inline-block;
}

.clipcontainer {
  padding: 56.25% 0 0 0;
  position: relative;
}

.clipcontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* section  */
#aboutWe {
  background: #FFF;
  position: relative;
  padding: 50px 0;

}

.dflexbox,
.dflexbox2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.gb20 {
  gap: 20px !important;
}

.gb30 {
  gap: 30px !important;
}

.gb40 {
  gap: 40px !important;
}

.slogan,
.slogan2 {
  font-family: "poppins", sans-serif;
  font-size: 1.8em;
  line-height: 1.1em;
  text-align: right;
  color: #3399cc;
}

.slogan2 {
  font-family: var(--thaifont);
  font-size: 1.5em;
  line-height: 1.1em;
  margin-top: 20px;
  color: #333;
}

.wttwlogo {
  width: 180px;
  height: auto;
  margin: 0 auto;
}

.w10 {
  width: 10% !important;
  height: auto;
}

.w20 {
  width: 20% !important;
  height: auto;
}

.w30 {
  width: 30% !important;
  height: auto;
}

.w40 {
  width: 40% !important;
  height: auto;
}

.w50 {
  width: 50% !important;
  height: auto;
}

.w60 {
  width: 60% !important;
  height: auto;
}

.w70 {
  width: 70% !important;
  height: auto;
}

.w80 {
  width: 80% !important;
  height: auto;
}

.w90 {
  width: 90% !important;
  height: auto;
}

.w100 {
  width: 100% !important;
  height: auto;
}

.aboutme {
  /*img*/
  width: 100%;
  margin-left: -20%;
  /* max-width: 500px; */
}

.centerbox {
  display: flex;
  justify-content: center;
  align-items: center;
}



.statbox {
  width: 100%;
  height: auto;
  position: relative;
}

.statbox h2 {
  /* Title */
  font-size: 2em;
  font-family: var(--thaifont);
  text-align: center;
}

.statbox ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 50px;
}

.statbox li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;

}

.statbox li span {
  /*Stat Number*/
  font-family: var(--numberfont);
  display: table;
  color: #0099cc;
  font-size: 7em;
  font-weight: 600;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-align: center;
}

.statbox li:nth-child(1) span:after,
.statbox li:nth-child(2) span:after,
.statbox li:nth-child(3) span:after {
  font-family: var(--thaifont);
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: none;
  margin: 0;
  padding: 0;
}

.statbox li:nth-child(1) span:after {
  content: "ล้านกิโลเมตร";
}

.statbox li:nth-child(2) span:after {
  content: "เมือง";
}

.statbox li:nth-child(3) span:after {
  content: "ประเทศทั่วโลก";
}

.centerbox {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnOutline {
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 10px 40px;
  font-family: var(--thaifont);
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  margin: 30px auto;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  transition: all ease-in-out 0.35s;
}

.btnOutline:hover,
.btnOutline:focus {
  background-color: var(--orenge);
  color: #FFF;
}


.btnOutline i {
  font-size: 18px !important;
  margin-left: 10px;
  color: #FFF;
}

.arrow45 {
  width: 16px !important;
  height: auto !important;
  margin-left: 10px;
}

/**/

/*.wevideo {
    background: url('../img/bg_index_s6.webp') #FFF no-repeat 50% 50%;
    background-size: cover;

    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.promovideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.promovideo a {
    display: table;
    width: 100%;
    height: 100%;
}

.wevideo img {
    width: 100%;
    height: 100%;
    object-fit: cover;


}*/

.videoswap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  pointer-events: none;*/
}

/*@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
*/
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }

  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

@media (max-width: 480px) {
  .wevideo {
    padding: 30px;
    box-sizing: border-box;
  }

  .dflexbox2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

  }

  .slogan,
  .slogan2 {
    font-size: 1.2em;
    line-height: 1.1em;
  }
}

/**/
@media (max-width: 1200px) {
  .windmill {
    margin-bottom: 0;
    width: 120%;
    margin-left: -10%;
  }

  .portview {
    justify-content: flex-end;
  }

  .tipboxcontainer {
    width: 90%;
  }

  .bgslider .zoomcard {
    height: 300px;
  }

  .tripbox {
    width: 90%;
    gap: 10px;
    margin-top: -100px;
  }

  .tripbox .boxview span {
    font-size: 1.5em;
  }

  .tripbox .boxname {
    opacity: 1 !important;
    font-size: 1.2em;
    text-align: center;
  }


}

@media (max-width: 992px) {
  body {
    overflow-x: hidden;
  }

  .flagconner1,
  .flagconner2 {
    width: 200px;
  }

  .tipboxcontainer {
    width: calc(100% - 20px);
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .tripbox .boxview {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .tripbox .boxname {
    opacity: 1 !important;
    font-size: 1em;
    text-align: center;
  }

  .tripbox .boxname span.bigtxt {
    font-size: 16px;
  }

  .tripbox a:hover .boxname,
  .tripbox a:focus .boxname {
    opacity: 1 !important;
  }


  .logoTrip {
    width: 20%;
  }

  .swaptext h4 {
    font-size: 1.5em;
  }

  .swaptext h5 {
    white-space: normal;
  }

  .zoombgwrap {
    flex-direction: column;
  }

  .statbox li {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: inherit;
    margin: 0;
  }

  .statbox span {
    width: 70%;
    height: auto;
    text-align: center;
    font-size: 2em;
  }

  .statbox span:after {
    font-size: 1em;
  }
}

@media (max-width: 766px) {
  .section {
    min-height: inherit;
  }

  #videosection .playclip {
    width: 80px;
  }

  #videosection .clipname {
    display: none;
  }

  .tripbox {
    flex-direction: column;
    gap: 0;
    margin-top: -150px;
  }

  .logoTrip {
    width: 80px;
  }

  .windmill {
    margin-bottom: 0;
    width: 150%;
  }

  .swapbox {
    top: 35%;
  }
}

@media (max-width: 992px) {
  .herobanner {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .statbox h2 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .statbox ul {
    gap: 10px;
  }

  .statbox img {
    width: 120px;
    margin: 0 auto;
  }

  .statbox li span {
    font-size: 2.9em !important;
  }

  .statbox li span:after {
    font-size: 18px !important;
  }

  .swapbox {
    top: 45%;
  }

  .tipboxcontainer {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .tripbox {
    width: 100%;
    margin-top: 0;
  }

  .tripbox .boxview span {
    font-size: 2em;
  }

  .tripbox .boxname {
    margin: 20px auto;
    font-size: 1.4em;
  }

  .tripbox .boxname span.bigtxt {
    margin: 0 auto;
    font-size: 1em;
  }

  .logoTrip {
    width: 100px;
  }

  .windmill {
    width: 300%;
    left: 0;
    margin-left: -90%;
  }

  .swaptext {
    width: 100%;
    left: 0;
  }

  .swaptext .trip {
    /* ALS2025 */

    margin: 10px auto 0 auto;
  }

  .swapbox {
    flex-direction: column;
    position: absolute;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 320px) {


  .logoTrip {
    width: 50px;
  }

  .trip {
    margin: 0;
    position: 0;
  }

  .tripbox .boxview {
    box-shadow: 0 0 5px rgba(0, 0, 0, 1);
    border-radius: 20px;
  }
}

/**/
#herosection {
  position: relative;
  width: 100vw;
  min-height: 800px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(135, 206, 235, .5) 0%, rgba(51, 153, 204, .5) 50%, rgba(51, 153, 204, .5) 100%), url(../img/bgwave.webp) no-repeat;
}

.hero-content {
  /* hero title */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  text-align: center;
  color: white;
}

.als2025logo {
  /* logo */
  width: 500px;
  height: auto;
  margin: 0 20px 0 0;
}

.hero-content h3 {
  /*Title Thai */
  font-family: var(--thfont);
  font-size: 1.3em;
  line-height: 1.2em;
  margin: 0 0 0 20px;
  padding: 0;
}


.btnhero {
  /* button */
  display: inline-block;
  background-color: #FFF;
  color: #000000;
  border: none;
  outline: none;
  padding: 10px 30px 10px 40px;
  margin: 20px auto !important;
  border-radius: 30px;
  font-size: 1.2em;
  font-weight: 600;
  font-family: var(--thaifont);
  transition: all ease-in-out 0.35s;
}

.btnhero:hover,
.btnhero:focus {
  background-color: var(--orenge);
  color: #000000;
}



.backhero {
  background-color: #000;
  color: #FFF;
}

.backhero img {
  filter: invert(100%);
}

.backhero:hover,
.backhero:focus {
  background-color: var(--orenge);
  color: #ffffff;
  color: #FFF;
}

.backhero:hover img,
.backhero:focus img {
  filter: invert(100%);
}

/**/
.flags {
  width: 40px;
  height: 30px;
  position: absolute;
  display: flex;
  justify-content: center;
}

.flagspain {
  background: url('../img/spain_flag.png') no-repeat 0 0;
  background-size: 100% 100%;
  left: -50px;
  top: 80px;
}

.flagspain2 {
  left: -100px;
  top: 80px;

}

.flagfrance {
  background: url('../img/france_flag.png') no-repeat 0 0;
  background-size: 100% 100%;
  left: 150px;
  top: 80px;
}

.flagitaly {
  background: url('../img/italy_flag.png') no-repeat 0 0;
  background-size: 100% 100%;
  left: 120px;
  top: 50px;
}

.flagitaly2 {
  left: 160px;
  top: 20px;
}

.flagitaly3 {
  left: 150px;
  top: 20px;
}

.flagspain::after,
.flagfrance::after,
.flagitaly::after {
  content: "Spain";
  position: absolute;
  text-transform: uppercase;
  top: 0;
  left: 50px;
  font-family: var(--dmfont);
  font-size: 1em;
  line-height: 1.5em;
  letter-spacing: 1px;
  white-space: nowrap;
  color: #FFF;
  vertical-align: middle;
}

.flagfrance::after {
  content: "France";
}

.flagitaly::after {
  content: "Italy";
}

/**/
.placeslider {
  /* Slider Container */
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 10;
  width: 100%;
  max-width: 500px;
}

.scotlandslider {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 500px;
}

.titleslider {
  /* Port Squence */
  font-size: 1.2em;
  font-family: var(--dmfont);
  color: #FFF;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}

.port-slider {
  position: relative;
  width: 100%;
  padding: 0;
}

.port-slider .swiper-wrapper,
.scotland-slider .swiper-wrapper {
  display: flex;
}

.port-slider .swiper-slide {
  height: 100px;
  border-radius: 20px;
  overflow: hidden;

}

.port-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/**/
.scotland-slider {
  position: relative;
  width: 100%;

}

.scotland-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  height: 150px;
  overflow: hidden;
}

.scotland-slider .swiper-slide img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px !important;
  height: 100px;
  border: 5px solid transparent !important;
}


.scotland-slider .swiper-slide.swiper-slide-active {
  border-radius: 0 !important;
  border: none !important;
}


.scotland-slider .swiper-slide.swiper-slide-active img {
  border-radius: 10px !important;
  border: 5px solid var(--white) !important;
}

.scotland-slider .swiper-slide span {
  /* Name  */
  display: block;
  width: 100%;
  font-size: 1em;
  font-family: var(--dmfont);
  color: #0bb5dc;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 10px;
}

/**/
.navigation {
  position: absolute;
  width: calc(100% - 100px);
  left: 50%;
  height: 0;
  margin-top: 0;

}

.navigation .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(42, 42, 42, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.navigation .arrow.prev {
  left: -50px;
  top: -50px;
}

.navigation .arrow.next {
  right: -50px;
  top: -50px;
}

.navigation .arrow:hover {
  background-color: rgba(42, 42, 42, 1);
  transform: translateY(-50%) scale(1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.navigation .arrow:active {
  transform: translateY(-50%) scale(.9);
}

.navigation .arrow i {
  font-size: 18px;
  color: #333;
  transition: color 0.3s ease;
}

.navigation .arrow:hover i {
  color: #0066cc;
}

.navigation .arrow:disabled {
  opacity: 0.8;
  cursor: not-allowed;
  background-color: rgba(42, 42, 42, 0.9);
}

.navigation.overlay-style .arrow.prev {
  left: 10px;
  top: -60px;
}

.navigation.overlay-style .arrow.next {
  right: 10px;
  top: -60px;
}

/* Responsive adjustments */
@media (max-width: 992px) {

  .port-slider {
    padding: 0 50px;
  }

  .navigation .arrow {
    width: 40px;
    height: 40px;
  }

  .navigation .arrow.prev {
    left: -50px;
    top: -50px;
  }

  .navigation .arrow.next {
    right: -50px;
    top: -50px;
  }

  .navigation .arrow i {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .port-slider {
    padding: 0 40px;
  }


  .navigation .arrow {
    width: 35px;
    height: 35px;
  }

  .navigation .arrow.prev {
    left: -40px;
    top: -42px;
  }

  .navigation .arrow.next {
    right: -40px;
    top: -42px;
  }

  .navigation .arrow i {
    font-size: 14px;
  }
}

/**/
.portview {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 20px;
  margin-top: 30px;
}

.squenceday {
  font-size: 3em !important;
  font-family: var(--mint);
  font-weight: 600;
  border-right: 1px solid #FFF;
  padding-right: 10px;
}

/* .squenceday::before {
  content: "DAY";
  display: block;
  font-size: .5em;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: 0;

} */

.squencedata ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;

}

.squencedata ul li {

  font-size: 1.1em;
  font-family: var(--thaifont);
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.squencedata ul li:nth-child(1) {
  text-transform: uppercase;
  font-family: var(--engfont);
  font-size: 1.6em;
  color: #33ccff;
  white-space: nowrap;

}

.squencedata ul li:nth-child(2) {
  font-size: 1.1em;
  color: #FFF;
}

.squencedata ul li:nth-child(3) {
  font-size: 1em;
  color: #eaeaea;
}

.squencedata ul li img {
  /* Flag */
  width: 30px;
  height: auto;
  margin-left: 10px;
}

/**/
.mapbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  z-index: 2;
  object-fit: contain;
}

.raspberry,
.blueberry {
  position: absolute;
  transform: translate(-50%, -50%);
}

.raspberry {
  background-color: #dc219d;
  top: 40%;
  left: 20%;
  width: 800px;
  height: 900px;
  z-index: 1;
  mix-blend-mode: screen;
  filter: blur(80px);
}

.blueberry {
  background-color: #051646;
  top: 0;
  left: 60%;
  width: 100%;
  height: 800px;
  z-index: 1;
  mix-blend-mode: darken;
  filter: blur(100px);
}

.mapplace {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;

}

.mapplace span {
  /* Name */
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #33ccff;
  font-family: var(--engfont);
  font-size: 1.8em !important;
  line-height: 1em !important;
  text-align: center;
  transition: all ease-in-out 0.35s;
}

.mapplace span::before {
  /* Bullet */
  content: " ";
  position: absolute;
  left: -20px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #33ccff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all ease-in-out 0.35s;
}

.mapplace img {
  width: 100% !important;
  height: auto !important;
}

.mapplace img,
.mapplace .flags {
  opacity: 1;
  transition: all ease-in-out 0.35s;
  filter: brightness(0.2);
}

.mapplace.active img,
.mapplace.active .flags {
  opacity: 1;
  transition: all ease-in-out 0.35s;
  filter: brightness(1);
}

.mapplace1 span::before {
  display: none;
}

.mapplace1 span::after {
  background-color: #cc0000;
  content: " ";
  position: absolute;
  right: -40px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
}

.legendcruise {
  position: absolute;
  width: 350px !important;
  height: auto;
  top: 70%;
  left: 40%;
  z-index: 5;

}

.legendcruise img {
  width: 100%;
  height: auto;
}

.navigation {
  width: 100%;
  left: 0;
}

.navigation .arrow.prev {
  left: 10px;

}

.navigation .arrow.next {
  left: auto;
  right: 10px;

}

@media screen and (max-width: 1500px) {
  .hero-content {
    left: 50%;
  }

  .als2025logo {
    width: 400px;
  }

  .legendcruise {
    left: 30%;
  }
}

@media screen and (max-width: 1200px) {
  .hero-content {
    left: 55%;
  }

  .als2025logo {
    /* Logo*/
    width: 250px;
  }

  .hero-content h3 {
    font-size: 1.1em !important;
  }

  .placeslider {
    right: 10px;
  }

}

@media (max-width: 992px) {

  .w10,
  .w20,
  .w30,
  .w40,
  .w50,
  .w60,
  .w70,
  .w80,
  .w90,
  .w100 {
    width: 100% !important;
    height: auto;
  }

  .hero-content {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);

  }


  #cityshape {
    background-size: 100% auto;

  }

  .zoombg {
    padding: 80px 0;
  }

  .imgmark2,
  #scotlandtext {
    left: 50%;
    transform: translateX(-50%);
  }

  .scotlandslider {
    bottom: 60px;
  }

  .placeslider {
    left: auto !important;
    right: 10px !important;
    width: 80% !important;
  }

  .flags {
    width: 30px !important;
    height: 22px !important;
  }

  .mapbg {
    width: 200% !important;
    height: auto !important;
    position: absolute;
    top: 0;
  }

  .raspberry {
    top: 10%;
    left: -20%;
    z-index: 1;
  }

  .blueberry {
    top: 10%;
    left: 60%;
    z-index: 1;
  }

  .dflexbox {
    flex-direction: column;
    align-items: center;
  }

}

@media (max-width: 768px) {
  .mapbg {
    display: none;
  }

  .placeslider {
    left: 10px !important;
    right: 10px !important;
    width: 100% !important;

  }

  .legendcruise {
    transform: translate(-50%, -50%);
    left: 53%;
    top: 32%;
    width: 770px !important;
    mix-blend-mode: soft-light;
  }

  .blueberry {
    top: 20%;
    left: 60%;
    z-index: 1;
  }

  .hero-content h3 {
    font-size: 1.8em !important;
    font-family: var(--thfont);
    font-weight: 600;
  }

  .als2025logo {
    width: 400px;
    height: auto;
    margin: 20px auto;
  }

  .mapplace {
    display: none;
  }

  .mapplace span {
    font-size: 0.9em !important;
  }

  .flags {
    width: 25px !important;
    height: 19px !important;
  }
}

@media (max-width: 480px) {
  #aboutWe {
    padding: 50px 0 0 0;
  }

  .wttwlogo {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
  }

  .remarks {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px auto;
  }

  #footersec {
    margin: 0 !important;
  }

  .aboutme {
    max-width: 300px;
    margin: 0 auto;
  }

  .slogan,
  .slogan2 {
    font-size: 1.1em !important;
    width: 100%;
    padding: 0 20px;
  }

  .mapplace span {
    display: none;
  }

}