@import url('https://fonts.googleapis.com/css2?family=Libre+Caslon+Text:ital@1&display=swap');
.video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero {
	background: url(../img/poster.png);
	background-size: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center
	text-align: center;
}
.nav-item {
	width: 50%;
}
.nav-link {
  background: transparent; 
  color: #333;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 15px;
}
.nav-link:hover {
	color: #bc3e2f;
}
.active {
  background: #001a76;
  box-shadow: none !important;
}
.bangkok .active {
  background: #ffb800;
}
.nav-item:first-child .nav-link {
  border-top-left-radius: 20px;
}

.nav-item:last-child .nav-link {
  border-top-right-radius: 20px;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 6.5rem;
  }
}.btn {
	font-weight: 700;
}
p, ul {
	font-weight: 400;
	font-size: 1.25rem;
}
ol, ul {
  padding-left: 1rem;
}
.lead {
	font-weight: 700;
}
.content-section {
	padding: 100px 0;
}
.line-through {
	text-decoration: line-through;
}
.parallax-item {
	transition: transform 0.1s ease-out;
}
.parallax-item img {
	max-width: 50px;
}
.bg-primary {
  background-color: #001a7600 !important;
}
.bangkok .bg-primary {
  background-color: #4c6041 !important;
}

.bangkok-2 .bg-primary {
  background-color: #be2f1f00 !important;
}
.bg-red {
  background-color: #c70000 !important;
}
.rounded {
  border-radius: 1.25rem !important;
}
.card.rounded {
  border-radius: 0 !important;
    border-bottom-left-radius: 0px;
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important;
}
.card.rounded.roundedfull {
  border-radius: 1.25rem !important;
}
h5 {
	font-weight: 700;
}
:root {
	--plyr-color-main: #b6341e;
}
:root .bangkok{
	--plyr-color-main: #b6341e;
}
[data-cue="flipInX"], [data-cues="flipInX"] > * {
  opacity: 0;
  backface-visibility: visible;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    opacity: 1;
    transform: perspective(400px);
  }
}
/**  ---------------
     bounceIn
*/
[data-cue="bounceIn"], [data-cues="bounceIn"] > * {
  opacity: 0;
}

@keyframes bounceIn {
  0% {
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/**  ---------------
     zoomIn
*/
[data-cue="zoomIn"], [data-cues="zoomIn"] > * {
  opacity: 0;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/**  ---------------
     zoomOut
*/
[data-cue="zoomOut"], [data-cues="zoomOut"] > * {
  opacity: 0;
}

@keyframes zoomOut {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.display-1 {
  font-size: 30px;
  font-weight:400;
}

.justify {
  text-align: justify;
  display: block;
  line-height: 50%;
  min-width: 250px;
}
.justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.card h2, h3.nordics {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: italic;
  color: #ffeb00;
}
.bangkok .card h2, .bangkok h3.nordics {
  color: #f5594f;
}
h3.nordics {
  margin-top: -3.5rem;
}
.arrow {
    animation: upDown 1.2s ease-in-out infinite;
}
@keyframes upDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(5px);
    }
}
.rotate {
  animation: rotation 15s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(359deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#misjekijk {
	bottom: -90px;
	right: 0;
	height: 140px;
	width: 140px;
	overflow: hidden;
	border-radius: 100%;
	background: #3f3f42 url(../img/ticket.png) no-repeat center center / 100%;
}
.bg-orange {
	background: #001a76;
	background: #001a76 url(../img/bg2.png) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;
}
.bg-light-blue {
	background: #ebf1ff;
}
.bg-light-yellow {
	background: #daf4fe;
}

.pics > img { 
	border: 4px solid #fff;
	margin-bottom: 12px;
}
#info .display-3 {
	font-weight: 400;
	font-size: 38px;
}
#info h3.nordics {
	font-size: 43px;
	margin-top: -29px;
}
.plyr__control--overlaid::after {
  opacity: .6;
  animation: ripple-2 2s infinite ease-in-out;
    animation-delay: 0s;
  animation-delay: .5s;
}
.plyr__control--overlaid::after, .plyr__control--overlaid::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: #001a76;
  opacity: .8;
  animation: ripple 2s infinite ease-in-out;
  z-index: -1;
}
.bangkok .plyr__control--overlaid::after, .bangkok .plyr__control--overlaid::before {
  background: #b6341e;
}
@keyframes ripple {
  0% {
    transform:scale(1);
    opacity:1
  }
  100% {
    transform:scale(1.5);
    opacity:0
  }
}
.full-screen {
  height: 100vh;
}
.stack-box {
    position: relative;
    z-index: 1;
    height: 2700vh;
}
.stack-box .stack-box-contain {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.stack-box .stack-item {
    height: 100vh;
    width: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 999;
    display: flex;
    align-items: center;
}
.stack-box .stack-item.stack-item-02 {
    z-index: 99;
}
.stack-box .stack-item.stack-item-03 {
    z-index: 98;
}
.stack-box .stack-item.stack-item-04 {
    z-index: 97;
}
.stack-box .stack-item.stack-item-05 {
    z-index: 96;
}
.stack-box .stack-item.stack-item-06 {
    z-index: 95
}
.stack-box .stack-item.stack-item-07 {
    z-index: 94;
}
.stack-box .stack-item.stack-item-08 {
    z-index: 93;
}
.stack-box .stack-item.stack-item-09 {
    z-index: 92;
}
.stack-box .stack-item.stack-item-10 {
    z-index: 91;
}
.stack-box .stack-item.stack-item-11 {
    z-index: 90;
}
.stack-box .stack-item.stack-item-12 {
    z-index: 89;
}
.stack-box .stack-item.stack-item-13 {
    z-index: 88;
}
.stack-box .stack-item.stack-item-14 {
    z-index: 87;
}
.stack-box .stack-item.stack-item-15 {
    z-index: 86;
}
.stack-box .stack-item.stack-item-16 {
    z-index: 85;
}
.stack-box .stack-item.stack-item-17 {
    z-index: 84;
}
.stack-box .stack-item.stack-item-18 {
    z-index: 83;
}
.stack-box .stack-item.stack-item-19 {
    z-index: 82
}
.stack-box .stack-item.stack-item-20 {
    z-index: 81;
}
.stack-box .stack-item.stack-item-21 {
    z-index: 80;
}
.stack-box .stack-item.stack-item-22 {
    z-index: 79;
}
.stack-box .stack-item.stack-item-23 {
    z-index: 78;
}
.stack-box .stack-item.stack-item-24 {
    z-index: 77;
}
.stack-box .stack-item.stack-item-25 {
    z-index: 76;
}
.stack-box .stack-item.stack-item-26 {
    z-index: 75;
}
.stack-box .stack-item.stack-item-27 {
    z-index: 74;
}
.stack-box .stack-item.stack-item-28 {
    z-index: 73
}
.stack-box .stack-item.stack-item-29 {
    z-index: 72;
}
.stack-box .stack-item.stack-item-30 {
    z-index: 71;
}
.stack-box .stack-item.stack-item-31 {
    z-index: 70;
}
.stack-box .stack-item .stack-item-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    align-items: center;
    height: 100vh;
}
.dag {
  position: absolute;
  font-size: 32px;
  z-index: 50;
  top: 2rem;
  right: 2rem;
  color: #fff;
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: bold;
}
.cover-background {
  background-size:cover;
  background-position:center center!important
}
.fix-background {
  background-size:cover!important;
  -webkit-animation-duration:0s;
  -webkit-animation-fill-mode:none;
  background-position:center center;
  background-attachment:fixed!important
}
.cover-background,
.fix-background {
  position:relative;
  background-repeat:no-repeat!important;
  overflow:hidden
}
.ul-checks li {
  list-style: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.ul-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 16px;
  height: 16px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23000000"><path d="M13.485 1.929a1 1 0 0 1 1.414 1.414l-8 8a1 1 0 0 1-1.414 0l-4-4a1 1 0 1 1 1.414-1.414L6 9.414l7.485-7.485z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.ticker-container {width: 100%;overflow: hidden;}.ticker-wrapper {width: 100%;padding-left: 100%;background-color: transparent;}@keyframes ticker {0% {transform: translate3d(0, 0, 0);}100% {transform: translate3d(-100%, 0, 0);}}.ticker-transition {display: inline-block;white-space: nowrap;padding-right: 100%;animation-iteration-count: infinite;animation-timing-function: linear;animation-name: ticker;animation-duration: 20s;}.ticker-transition:hover {animation-play-state: paused;cursor: pointer;}.ticker-item {display: inline-block;padding: 0 2rem;}
 .timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 78px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #be2f1f;
}
.timeline-item {
  position: relative;
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
}
.timeline-item .time {
  width: 60px;
  text-align: right;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.timeline-item .title {
  margin-left: 1.25rem;
  font-weight: 500;
}
.timeline-item::before {
  content: "";
  position: absolute;
  left: 73px;
  top: 1.68rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #be2f1f;
}
@media (max-width: 767px) {
	.timeline::before {
	  left: 72px;
	}
	.timeline-item::before {
	  top: 1.5rem;
	}
	.timeline-item::before {
	  left: 67px;
	}
}
@media (max-width: 991px) {
  .md-top-auto {
    top: auto;
  }
}
@media (min-width: 378px) { 
	.display-1 {
	  font-size: 36px;
	}
	.parallax-item img {
		max-width: 60px;
	}
}
@media (min-width: 576px) { 
	.nav-link {
	  padding: 12px 30px;
	}
	.parallax-item img {
		max-width: 75%;
	}
	.display-1 {
	  font-size: 55px;
	}
	.card h2 {
	  margin-top: -1.5rem;
	}
	.dag {
	  font-size: 50px;
	  z-index: 50;
	  right: 5rem;
	}
}

@media (min-width: 768px) { 
	.display-1 {
	  font-size: 75px;
	}
	.position-lg-sticky {
	  position: sticky;
	}
	.stack-item-wrapper p {
	  font-size: 1.1rem;
	}
	h3.nordics {
	  margin-top: -2.5rem;
	}
}

@media (min-width: 992px) { 
	.display-1 {
	  font-size:calc(1.625rem + 5.6vw);
	}
	#misjekijk {
		bottom: -50px;
		right: -50px;
	}
	.mt-n {
	  margin-top: -3.5rem;https://upload.wikimedia.org/wikipedia/commons/thumb/c/c5/Ikea_logo.svg/100px-Ikea_logo.svg.png
	}
	.card h2 {
	  margin-top: -3.5rem;
	}
	#info .display-3 {
	  font-size: 50px;
	}
	#info h3.nordics {
		font-size: 55px;
		margin-top: -33px;
	}
}

@media (min-width: 1200px) { ... }

@media (min-width: 1400px) {

}
@media (min-width: 1537px) { 
	  .display-1 {
		font-size: calc(1.625rem + 5.6vw);
		font-size: 130px;
	  }
	.card h2 {
	  margin-top: -4rem;
	}
	.parallax-item img {
		max-width: 90%;
	}
 }
 