@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

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

body {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
  background-color: #fff;
  font-family: var(--thfont);
  word-break: normal;
  overflow-wrap: anywhere;
  overflow-x: clip !important;
}

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

.text-bold {
  font-weight: bold !important;
}

.uppercase {
  text-transform: uppercase !important;
}

/**/
.bgRed {
  background-color: #f30d0d !important;
}

.bglightGray {
  background-color: #c5c5c5 !important;
}

.bgblue {
  background-color: #00184c !important;
}

.bgWhite {
  background-color: #fff !important;
}

/**/
.bgRed h3 {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #000 !important;
}

.bgRed a {
  color: #000 !important;
  text-decoration: underline !important;
}

.remarksBox {
  color: #00184c;
  background-color: #ffe8e8;
  padding: 20px;
  font-size: 1em;
  font-weight: 400;
}

.tagName,
.tagNameBlur {
  display: block;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: #00184c;
  background-color: #e6e4e4;
  padding: 20px;
  font-size: 1em;
  font-weight: 600;
  margin: 0 0 20px 0;
}

.tagNameBlur {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
}

.motto {
  width: 100%;
  height: auto;
  padding: 50px 30px 30px 30px;
  background-color: #d9d9d9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.contextbox {
  font-family: Georgia, serif;
  font-style: italic !important;
  color: #00184c;
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 300;
  text-align: center;
}

.contextbox:before {
  font-size: 2.2em;
  font-family: Georgia, serif;
  color: #929292;
  line-height: 0;
}

.contextbox:before {
  content: "\201C";
}

.motoName {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.8em !important;
  font-style: italic !important;
  color: #00184c;
  margin-top: 40px;
}
.ph50{
  padding: 50px 0;
}
.btnBgBlur {
  font-size: 0.7em;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 10px 40px;
  transition: all ease-in-out 0.2s;
  border: 1px solid #fff;
}
.btnBgBlur:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 992px) {
  .motto {
    flex-direction: column;
    line-height: 1.2em !important;
  }

  .motto:before,
  .motto:after {
    display: none;
  }

  .motto br {
    display: none;
  }

  .remarksBox {
    text-align: left;
    width: 100%;
  }
}

/**/
.dibanner {
  position: relative;
  width: 100%;
  height: 70vh;
  background: url("../img/di/bgherobanner.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  animation: bgMove 3s ease-in-out;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@keyframes bgMove {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 50%;
  }
}

.w50 {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.overlapbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 0, 0, 0.2);
  mix-blend-mode: multiply;
}

.diBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin: 0 auto 0 10%;
  z-index: 99;
}

.logodi {
  width: 200px;
}

.diswap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.diswap * {
  margin: 0;
  text-shadow: 0 1px 5px #000;
}

.diswap h1 {
  font-weight: 700;
  font-size: 5.5em;
}

.diswap h2 {
  font-weight: 400;
  font-size: 3em;
  margin-bottom: 5px;
}

.diswap h4 {
  font-size: 1.4em;
  font-weight: 500 !important;
  line-height: 1.5;
  margin-bottom: 5px;
}

.diswap p {
  font-size: 1.2em;
}

/**/
.crackright,
.crackleft {
  width: 600px;
  height: auto;
  position: absolute;
}

.crackright {
  right: 0;
  bottom: -3px;
}

.crackleft {
  left: 0;
  bottom: -3px;
}

@media (max-width: 992px) {
  .crackright,
  .crackleft {
    width: 200px;
    height: auto;
    position: absolute;
  }
}

/**/
.text-white {
  color: #fff !important;
}

.text-blue {
  color: #00184c !important;
}

/**/

.usflag {
  width: 40%;
  min-width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}

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

.boldfont {
  font-weight: bold;
}

.mdfont {
  font-size: 1.1em;
  line-height: 1.6em;
}

/**/
.curveconner-left,
.curveconner-right {
  width: 80%;
  overflow: hidden;
  height: 80vh;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  margin: 30px auto;
}

.curveconner-left img,
.curveconner-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.curveconner-left {
  border-bottom-left-radius: 120px;
}

.curveconner-right {
  border-bottom-right-radius: 120px;
}

.contentswop {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
}

.contentswop h1 {
  font-size: 2em;
  margin: 0;
}

.contentswop h1 span {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

@media (max-width: 992px) {
  .curveconner-left,
  .curveconner-right {
    height: 400px;
    box-shadow: none;
  }

  .contentswop {
    padding: 30px;
  }
}

/**/
.diFlex {
  position: relative;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
}

/**/
.mb-1 {
  margin-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.h10 {
  min-height: 10vh !important;
}

.h20 {
  min-height: 20vh !important;
}

.h30 {
  min-height: 30vh !important;
}

.h40 {
  min-height: 40vh !important;
}

.h50 {
  min-height: 50vh !important;
}

.h60 {
  min-height: 60vh !important;
}

.h70 {
  min-height: 70vh !important;
}

.h80 {
  min-height: 80vh !important;
}

.h90 {
  min-height: 90vh !important;
}

.h100 {
  min-height: 100vh !important;
}

@media (max-width: 992px) {
  .h10,
  .h20,
  .h30,
  .h40,
  .h50,
  .h60,
  .h70,
  .h80,
  .h90,
  .h100 {
    min-height: auto !important;
  }
}

.imgfull {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.enfont {
  font-family: "Roboto", sans-serif !important;
}

.wiki-tooltip-popup .wt-source {
  font-size: 12px;
  color: #bbb;
  display: block;
}

.quote {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 600;
}

.quote::before,
.quote::after {
  content: "\f10d";
  font-family: "Line Awesome Free";
  font-size: 1.2em;
  line-height: 1em;
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

.quote::after {
  content: "\f10e";
}

.romance {
  /**/
  position: relative;
  height: 80vh;
  min-height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding: 30px;
}

.fullbg {
  /**/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.whitebox h3 {
  font-size: 1.6em;
  line-height: 1.5em;
  color: #00535d !important;
}

.whitebox p {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #00535d !important;
}

/* ********************************************* */
.d-flex {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.w50 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.founder {
  width: auto;
  height: 80%;
  position: absolute;
  right: 10%;
  bottom: 0;
  z-index: 0;
  animation: slideInFromRight 1s ease-out forwards;
}

.object-center {
  width: 100% !important;
  height: 100% !important;
  object-position: top !important;
}

@keyframes slideInFromRight {
  from {
    transform: translateX(-60%);
    opacity: 1;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.usflag {
  width: 40%;
  min-width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.text-white {
  color: #fff !important;
}

.thumbview {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style: none;
}

.thumbview li {
  width: 33.33%;
  height: auto;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .logodi {
    width: 130px;
  }

  .diswap {
    margin-top: 30px;
  }

  .diswap h1 {
    font-size: 3em;
  }

  .diswap h2 {
    font-size: 2em;
  }

  .diswap h4 {
    font-size: 1.1em;
  }

  .diswap p {
    font-size: 1em;
  }

  .logodi {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .diswap {
    width: 100%;
  }

  .diswap h2 {
    font-size: 2.5em;
  }

  .diswap h1 {
    font-size: 3.5em;
  }

  .diswap h3 {
    font-size: 1.8em;
  }

  .diswap h4 {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .diswap h4 br {
    display: none;
  }

  .clampman {
    width: auto;
    height: 30vh;

    z-index: 4;
  }

  .logodi {
    width: 100px;
  }

  .diswap h2 {
    font-size: 3rem;
  }

  .diswap h1 {
    font-size: 4rem;
  }

  .overlapbottom {
    width: 100% !important;
  }
}

/**/

.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(0.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: 0.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: none !important;
}

/* 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;
}

.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 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) {
  .diBox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    z-index: 99;
  }

  .founder {
    width: 100% !important;
    height: auto;
    left: auto;
    right: 0;
    opacity: 0;
  }

  .diBox h4 br {
    display: none;
  }

  .weather {
    height: auto;
  }

  .bgGrayBox {
    height: auto;
    padding: 30px 0;
  }

  .quote br {
    display: none;
  }

  .romance {
    flex-direction: column;
    background-position: bottom;
  }

  .romancewhitebox {
    padding: 30px;
    height: auto;
    min-height: auto;
  }

  .overlapbottom {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
  }

  .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: 992px) {
  .diBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
    gap: 20px;
    z-index: 99;
    margin: 20px;
  }

  .d-flex {
    flex-direction: column;
  }

  .founder {
    width: 500px;
    height: auto;
    left: auto;
    right: 0;
  }

  .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) {
  .dibanner {
    width: 100%;
    height: 70vh;
    min-height: 600px;
  }

  .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 {
    /* di2025 */

    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: 100%;
  min-height: 800px;
  overflow: hidden;
  background:
    linear-gradient(
      180deg,
      rgba(135, 206, 235, 0.5) 0%,
      rgba(51, 153, 204, 0.5) 50%,
      rgba(51, 153, 204, 0.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: #fff;
}

.mb-5 {
  margin-bottom: 30px;
}

.img-fluid {
  width: 100% !important;
  height: 100% !important;
}

.di2025logo {
  /* 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;
}

/**/
.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(0.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 {
  }

  .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;
}

/**/

.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%;
  }

  .di2025logo {
    width: 400px;
  }

  .legendcruise {
    left: 30%;
  }
}

@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;
  }

  .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;
  }

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

  .di2025logo {
    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;
  }
}

.di-slider-wrap {
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dilogo {
  width: 150px;
  height: auto;
  margin: 20px;
}

.floatright {
  float: right;
}

.diEventSlider {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.5);
  background-color: transparent;
}

.diEventSlider .swiper-slide.swiper-slide-active {
  border: none;
}

.diEventSlider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}

.di-event-pagination {
  bottom: 10px !important;
}

.di-event-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
}

.di-event-pagination .swiper-pagination-bullet-active {
  background: #f7941d;
  opacity: 1;
}

.di-circle-text-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.di-circle-svg {
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.diEventSlider .swiper-slide {
  position: relative;
}

.diEventSlider .swiper-slide .title {
  display: none;
}

.diEventSlider .swiper-slide-active .title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: #fff !important;
  font-family: sans-serif;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: #f7941d;
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  pointer-events: none;
  text-transform: uppercase;
}

.di-circle-text {
  font-size: 8px !important;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  fill: #fff;
  text-transform: uppercase;
}

.di-circle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.di-circle-icon img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
}

/* ------------------------------------------ */
.weather {
  background: url("../img/di/img08.png") no-repeat 0 0;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.weather h2 {
  font-size: 2em;
  margin-bottom: 20px;
  font-weight: 600;
}

.weather p {
  font-size: 1.2em;
  font-weight: 300;
}

.weatherswap {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.weatherbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1px;
  width: 50%;
  text-align: center;
}

.weatherbox i {
  font-size: 3em;
}

.weatherbox h3 {
  font-size: 1.2em;
  line-height: 1.2em;
}

.weatherbox h1 {
  font-size: 2em;
}

.weatherbox p {
  font-size: 0.9em;
  font-weight: 300;
}

.bgRed,
.bgBlue {
  display: flex;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 0, 0, 0.6);
  border-radius: 10px;
  padding: 20px;
}

.bgBlue {
  background-color: rgba(7, 124, 174, 0.5);
}

.swaphead {
  margin: 80px 0 100px 100px;
}

.swaphead2 {
  margin: 0 0 100px 200px;
}

.floatright {
  left: auto !important;
  right: 10% !important;
  bottom: 0 !important;
  margin-bottom: -10px !important;
}

.crackcorner-b-left {
  width: 480px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: -2px;
}

@media (max-width: 992px) {
  .swaphead {
    margin: 0 0 0 100px;
  }

  .swaphead2 {
    padding: 0;
    margin: 0;
  }

  .di-sec {
    padding: 0;
  }
}

.bgWhiteContainer {
  /* Fern Leaf */
  background: url("../img/di/fernLeaf.svg") right top no-repeat;
  background-size: 300px auto;
  padding: 30px 0;
}

.bgWhiteContainer h2 {
  font-size: 2em;
  font-weight: 600;
  margin: 0;
}

.bgWhiteContainer h1 {
  font-family: "roboto", sans-serif;
  font-size: 1.9em;
  margin: 0;
}

.threegridcontainer {
  position: relative;
  width: 100%;
  margin: 50px auto;
}

.threegrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0;
  min-height: 500px;
}

.threegrid .left-big {
  grid-row: span 2;
  width: 100%;
}

.threegrid .right-top {
  width: 100%;
  /**/
}

.threegrid .right-bottom {
  width: 100%;
  /**/
}

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

.centertour {
  width: 250px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.centertour.animate {
  animation: centertourStamp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes centertourStamp {
  0% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }

  70% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

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

/* ------------------------- */
section {
  z-index: 0;
}

/* --- PLACES SLIDER --- */
.placesSlider {
  width: 100%;
  padding: 20px 0;
  background-color: transparent;
}

/* --- GLIGHTBOX CUSTOM STYLES --- */
.glightbox-place {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

/* 
.glightbox-place:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
} */

.glightbox-place img {
  transition: transform 0.3s ease;
  pointer-events: none;
  z-index: 0;
}

.gslide-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.gslide-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333 !important;
}

.gslide-image img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.gslide-description {
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  max-height: 30vh;
  overflow-y: auto;
}

.gdesc-inner {
  max-width: 800px;
  margin: 0 auto;
}

.gslide-title {
  color: #00535d;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-family: var(--engfont);
}

.gslide-desc {
  color: #333;
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
  font-family: var(--thaifont);
}

/**/
.placesSlider2 .swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.placesSlider2 .swiper-slide-active {
  border: none;
  background: none transparent;
}

.placesSlider2 .swiper-slide img {
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 40px;
  z-index: 0 !important;
}

.gslide-title {
  font-family: "Poppins", sans-serif !important;
  font-size: 1.5em !important;
  font-weight: 800 !important;
  text-align: center;
  margin: 0 !important;
  color: #333;
}

.gslide-desc {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
  font-size: 1.2em !important;
  text-align: center;
  margin: 0 !important;
  color: #666;
}

.gdesc-inner {
  padding: 0 !important;
}

.place-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Poppins", sans-serif !important;
  font-size: 1em !important;
  font-weight: 600 !important;
  text-align: center;
  height: 80px;
  color: #fff;
  background-color: #00535d;
  border-bottom-right-radius: 40px;
  margin: 0;
  padding: 10px;
  z-index: 9;
  text-transform: uppercase;
}

.placesSlider2 .place-title.active {
  color: #00535d;
  background-color: #f7941d;
}

@media (max-width: 992px) {
  .place-title {
    font-size: 12px !important;
    font-weight: 600 !important;
  }
}

.gslide-title,
.gslide-desc {
  color: #fff !important;
  margin: 0 !important;
}

.gslide-description.description-bottom {
  background-color: #00525d;
  padding: 20px;
}

.places-pagination {
  bottom: 0 !important;
}

.places-pagination .swiper-pagination-bullet {
  background: #00535d;
  opacity: 0.5;
}

.places-pagination .swiper-pagination-bullet-active {
  background: #f7941d;
  opacity: 1;
}

.places-next,
.places-prev {
  color: #00535d;
}

/* ------------------------------ */
.di-iconic {
  background: url("../img/di/iconincbg.png") no-repeat 0 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 50px 0;
}

.places-next,
.places-prev {
  background-color: #fff;
  width: 50px;
  height: 50px;
  padding: 20px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  aspect-ratio: 1/1;
}

.places-next:after,
.places-prev:after {
  font-size: 1em;
  color: #333;
}

.txtswap {
  z-index: 2;
}

/* --------------------------------- */
.iconic-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  min-height: 40vh;
}

.iconic-container .stoke {
  width: 100%;
  height: 300px;
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.iconic-container h2 {
  font-family: var(--robofont) !important;
  font-size: 4.5em !important;
  font-style: italic !important;
  font-weight: 600;
  color: #f7941d !important;
  margin: 0 !important;
  z-index: 2;
}

.iconic-container h3 {
  font-size: 2.5em !important;
  margin: 0 !important;
  z-index: 2;
}

@media (max-width: 768px) {
  .iconic-container {
    position: relative;
    top: 0;
  }

  .di-iconic {
    height: auto;
  }
}

.iconic-Slider {
  margin: 50px auto;
  width: 100%;
  max-width: 1200px;
}

.iconic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 50px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.iconic-item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 10px;
}

.iconic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.iconic-item:hover img {
  transform: scale(1.05);
}

.iconic-item .label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.2em;
  font-family: "roboto", sans-serif;
  text-shadow: 0 0 2px #000;
  color: white;
  padding: 10px;
  text-align: center;
}

@media (max-width: 1200px) {
  .iconic-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .iconic-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .iconic-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

/* ------------------------------ */
.Hongisec {
  background: url("../img/di/stokeBG.svg") #fff 50% 50% no-repeat;
  background-size: contain;
  position: relative;
  padding: 80px 0;
  height: auto;
  min-height: 90vh;
}

.hongicontainer {
  margin-top: 80px;
}

.toktopleft {
  width: 250px;
  position: absolute;
  top: 0;
  left: 100px;
}

@media (max-width: 992px) {
  .toktopleft {
    width: 200px;
    top: 0;
    left: 0;
  }
}

.Hongi img {
  /* header */
  width: 90%;
  max-width: 500px;
}

.Hongi h3 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}

.Hongi h3 span {
  color: #f7941d;
  font-weight: 600;
}

.photoframe {
  width: 100%;
  border: 10px solid #fff;
  box-shadow: 0 1px 20px 1px rgba(0, 0, 0, 0.4);
  margin-top: 80px;
  opacity: 0;
  transform: rotate(-10deg) translateX(150px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

.photoframe.slide-in {
  opacity: 1;
  transform: rotate(-10deg) translateX(0);
}

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

@media (max-width: 992px) {
  .photoframe {
    width: 80%;
    margin: 80px auto;
  }
}

.fernbottomright {
  position: absolute;
  left: 70%;
  bottom: 0;
}

/* ------------------------------ */
@media (max-width: 768px) {
  .weather {
    height: auto;
    padding: 50px 0 100px 0;
  }

  .weatherswap {
    flex-direction: column;
  }

  .weatherbox {
    width: 100%;
  }

  .di-circle-text {
    font-size: 13px;
  }

  .di-circle-icon {
    width: 36px;
    height: 36px;
  }
}

.di-sec {
  width: 100%;
  min-width: 100%;
  padding: 50px 0;
}

.di-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}

.overlapbottom {
  width: 100%;
  margin-top: 50px;
}

.diFlex {
  position: relative;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-self: center;
}

.di-actcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.di-actcard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 12px;
}

.di-actcard span {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  white-space: nowrap;
}

/* --- MUST-DO SECTION --- */
.di-mustdo {
  background-color: #fff;
  padding-top: 150px;
}

.di-mustdo-inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: center;
}

.di-mustdo-text {
  flex: 1;
}

.di-mustdo-text .di-tag {
  font-size: 0.9em;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.di-mustdo-text h3 {
  font-size: clamp(2rem, 4vw, 3.5em);
  font-weight: 900;
  line-height: 1;
  color: #3f4930;
  margin-bottom: 20px;
}

.di-mustdo-text h3 em {
  font-style: italic;
  color: #f7941d;
}

.di-mustdo-text p {
  font-size: 1em;
  line-height: 1.8em;
  color: #555;
}

.di-mustdo-imgs {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.di-mustdo-img-main img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.di-mustdo-img-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.di-mustdo-img-row img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.di-iconic-kiwi {
  width: clamp(140px, 20vw, 240px);
  height: auto;
  filter: drop-shadow(0 0 30px rgba(247, 148, 29, 0.4));
}

.di-iconic-right h2 {
  font-size: clamp(3rem, 8vw, 7em);
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}

.di-iconic-right p {
  font-size: 1em;
  line-height: 1.9em;
  color: #ccc;
  max-width: 600px;
}

/* --- MAORI SECTION --- */
.di-maori {
  background: url("../img/di/maori.png") no-repeat center center;
  background-size: cover;
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.di-maori-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.di-maori-inner {
  position: absolute;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stoke4 {
  width: 100%;
}

.di-maori-text {
  position: absolute;
  width: 90%;
  padding: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.di-maori-text h2 {
  font-size: 2.5em;
  font-weight: 900;
  color: #f7941d;
  line-height: 1;
  margin: 0;
}

.di-maori-text h3 {
  font-size: 1.5em;
  font-weight: 900;
  color: #00535d;
  line-height: 1;
  margin-bottom: 20px;
}

.di-maori-text p {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #00535d;
  width: 80%;
}

.di-maori-img {
  flex: 1;
  display: none;
}

.di-maori-img img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.bottomright {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: -1px;
  right: 0;
  z-index: 99;
}

.bottomleft {
  position: absolute;
  width: 300px;
  height: auto;
  bottom: -1px;
  left: 0;
  z-index: 99;
}

.atend {
  color: #fff;
  width: 90%;
  margin: 80px auto;
  text-align: left;
}

.atend h3 {
  font-family: var(--robofont);
  font-size: 2em;
  font-weight: 400;
}

.atend h4 {
  font-family: var(--thfont);
  font-size: 1.2em;
  line-height: 1.5em;
}

@media (max-width: 992px) {
  .diFlex {
    flex-direction: column;
  }

  .diFlexRev {
    flex-direction: column-reverse !important;
  }

  .di-maori-text {
    width: 100%;
    padding: 0;
  }

  .di-maori-text p {
    width: 100%;
  }

  .stoke4 {
    height: 60vh;
  }
}

@media (max-width: 480px) {
  .di-iconic-right h2,
  .di-maori-text h2 {
    font-size: 2em !important;
    line-height: 1.5em;
  }

  .stoke4 {
    height: 80vh;
  }

  .di-maori-text h3 {
    margin: 0 0 10px 0;
  }
}

@media (max-width: 320px) {
  .di-maori * {
    color: #fff !important;
  }

  .stoke4 {
    display: none;
  }
}

/* --- Facility  --- */

.di-facility {
  background-color: #0298d6;
  width: 100%;
  min-height: 80vh;
  position: relative;
  margin: 0;
  padding: 80px 0;
}

.facilitiesbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.3;
}

.di-facility-header {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  color: #fff;
  z-index: 2;
}

.di-facility-header h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.di-facility-header h3 {
  font-size: 2.5em;
  font-family: var(--robofont);
}

.facilitiesimg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 2;
}

.capbox {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  min-height: 80px;
  color: #00535d;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .facilitiesimg.haftheight {
    height: 300px;
  }
}

/* --- TIPS SECTION --- */
.di-tips {
  background: url("../img/di/fernLeaf_gray.svg") no-repeat top right #2c2c2c;
  background-size: 40% auto;
  min-height: 80vh;
  width: 100%;
  padding: 80px 0;
  position: relative;
}

.di-tips-header {
  position: relative;
  text-align: left;
  margin-bottom: 30px;
  color: #fff;
  z-index: 2;
}

.di-tips-header h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}

.di-tips-header h3 {
  font-size: 2.5em;
  font-family: var(--robofont);
}

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

.tipgallery ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.tipgallery ul li {
  width: calc(20% - 10px);
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  cursor: pointer;
}

.tipgallery li img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  object-fit: cover;
  opacity: 0.5;
}

.tipgallery ul li:hover img {
  opacity: 1;
  transform: scale(1.2);
  z-index: 10;
}

/* Float-Nav scroll offset */
#S01,
#S02,
#S03,
#S04 {
  scroll-margin-top: 130px;
}

/* Back to top button */
#backTotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  background-color: #00535d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4em;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  text-decoration: none;
}

#backTotop.visible {
  opacity: 1;
  visibility: visible;
}

#backTotop:hover {
  background-color: #f7941d;
  color: #fff;
}

/* GLightbox Tips title font */
#glightbox-body .gslide-title {
  font-family: var(--thfont) !important;
  font-size: 1.2em !important;
  font-weight: 400;
}

/* Tips Modal */
.tips-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tips-modal.active {
  display: flex;
}

.tips-modal-content {
  position: relative;
  max-width: 90%;
  max-height: 80%;
  text-align: center;
}

.tips-modal-content img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 10px;
}

.tips-modal-title {
  color: #fff;
  font-family: var(--thfont);
  font-size: 1.2em;
  margin-top: 20px;
  padding: 0 20px;
  line-height: 1.6em;
}

.tips-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
}

.tips-modal-close:hover {
  color: #f7941d;
}

@media (max-width: 992px) {
  .tipgallery ul li {
    width: calc(50% - 10px);
  }
}

/* ----------------------------- */
.queentown {
  position: relative;
  min-height: 80vh;
}

.clampbox {
  position: absolute;
  left: 0;
  top: 150px;
  width: 200px;
  height: auto;
  z-index: -1;
}

.citylogo {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.txtbox h1 {
  font-size: 2em;
  font-weight: bold;
}

.txtbox h2 {
  font-size: 1.8em;
  font-weight: bold;
}

.txtbox h4 {
  font-size: 1em;
  line-height: 1.5em;
}

.placebox {
  width: 100%;
  margin: 50px 0;
}

.mv50 {
  margin: 50px 0;
}

@media (max-width: 992px) {
  .clampbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: auto;
    z-index: -1;
  }

  .di-mustdo-inner {
    flex-direction: column;
  }

  .di-iconic-inner {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .di-iconic-right p {
    margin: 0 auto;
  }

  .di-maori-inner {
    flex-direction: column;
  }

  .di-facility-grid {
    grid-template-columns: 1fr;
  }

  .di-facility-large {
    min-height: 250px;
  }

  .di-facility-small-col {
    flex-direction: row;
  }

  .di-facility-small-col .di-facility-item {
    min-height: 150px;
  }

  .di-tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .di-container {
    padding: 0 16px;
  }

  .di-actcard span {
    font-size: 0.75em;
  }

  .di-mustdo-img-row {
    grid-template-columns: 1fr;
  }

  .di-facility-grid {
    grid-template-columns: 1fr;
  }

  .di-facility-small-col {
    flex-direction: column;
  }

  .di-facility-row3 {
    grid-template-columns: 1fr 1fr;
  }

  .di-facility-row3 .di-facility-item:last-child {
    grid-column: span 2;
  }

  .di-tips-grid {
    grid-template-columns: 1fr;
  }

  .di-iconic-right h2,
  .di-maori-text h2 {
    font-size: 3em;
  }
}

@media (max-width: 992px) {
  #backTotop {
    position: fixed;
    bottom: 120px !important;
    right: 20px !important;
  }

}
