@charset "utf-8";
@font-face {
  font-family: "BebasRegular";
  src: url("font/BEBAS___-webfont.eot");
  src: url("font/BEBAS___-webfont.eot?#iefix") format("embedded-opentype"), url("font/BEBAS___-webfont.woff") format("woff"), url("font/BEBAS___-webfont.ttf") format("truetype"), url("font/BEBAS___-webfont.svg#BebasRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

#frm{
  height: calc(100vh - 55px);
}

html, body {
  width: 100%;
  height: 100vh;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

.noscroll {
  position: fixed;
  overflow-y: scroll;
}

.overlay-mobile {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.77);
  color: white;
  text-align: center;
  font-size: 22px;
  padding-top: 200px;
}

.overlay-mobile p {
  font-size: 2rem;
  margin-top: 74px;
}

.overlay-mobile img {
  width: 200px;
}

.wrapper {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

#topbar {
  height: 40px;
  background: white;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-right: 10px;
  display: none;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}

.new-logo {
  font-size: 20pt;
  font-weight: 300;
  color: #7d7d7d;
  padding-top: 8%;
  letter-spacing: 1px;
  padding-bottom: 1px;
}

.new-logo span {
  color: #b13c3c;
  font-weight: 500;
  padding-right: 2px;
  font-size: 20pt;
}

#topbar .new-logo {
  padding-top: 0px;
  font-size: 13pt;
}

#topbar .new-logo span {
  color: #222222;
  font-size: 13pt;
}

#topbar a {
  text-decoration: none;
}

.line {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#slide1 .line {
  height: 20%;
}

.line div {
  height: 100%;
  width: 4px;
  background: #ddd;
  margin: 0 auto;
}

#logo {
  float: left;
  width: 300px;
  z-index: 999;
  padding: 9px 9px 0px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#logo:hover {
  background: #f2f2f2;
}

#author {
  position: fixed;
  z-index: 999;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 15px;
  height: 40px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#author div {
  color: #040707;
  font-weight: 300;
  font-size: 10pt;
  text-align: center;
  margin-top: 9px;
}

#author:hover {
  background: #f2f2f2;
}

.open-transcript {
  text-align: right;
  max-width: 650px;
  margin: 10px auto;
}

.open-transcript-btn {
  background: #4CAF50;
  border: 0;
  padding: 10px 25px;
  color: #fff;
  border-radius: 5px;
  outline: none;
}

.transcript-popup {
  width: 25%;
  margin: auto;
  position: fixed;
  left: auto;
  right: -100%;
  top: 0;
  bottom: 0;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.81);
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12156862745098039);
  color: #4d4d4d;
  transition: all 0.5s;
}

.transcript-popup .transcript-body {
  padding: 15px 23px;
  padding-right: 0;
  padding-top: 0;
  text-align: left;
  line-height: 2;
  font-size: 15px;
}

.transcript-popup .transcript-header {
  padding: 14px;
  text-align: left;
  font-size: 20px;
  border-bottom: 1px solid #b4b4b4;
  background: rgba(255, 255, 255, 0.6392156862745098);
}

.transcript-popup {
  font-size: 20px;
}

.transcript-popup .sidepanel-close-button {
  background: transparent;
  border: 0;
  outline: none;
  position: absolute;
  right: 10px;
  top: 10px;
}

.transcript-popup .sidepanel-close-button svg {
  width: 17px;
}

.transcript-popup .sidepanel-close-button svg line{
  stroke: #656565;
}

.volume {
  color: rgba(113, 113, 113, 1);
  font-weight: 300;
}

.enjoy {
  display: none;
  color: rgba(113, 113, 113, 1);
}

.navigation {
  display: none;
  position: fixed;
  z-index: 999;
  top: 50%;
  /* margin-top: -240px; */
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background: #fff;
  margin-left: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 11px 0 #0000000a;
}

.navigation.element-right {
  right: 0;
}

.navigation.owl-carousel {
  width: 100px;
  position: fixed;
  z-index: 99999;
  padding: 0;
}

.navigation li {
  color: rgba(51, 51, 51, 0.65) !important;
  display: block;
  padding: 0 10px;
  line-height: 37px;
  font-weight: 600;
  border-bottom: 2px solid rgba(51, 51, 51, 0.65);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 1px solid #eaf0f4;
}

.navigation li a {
  text-decoration: none;
  color: #6b6b6b;
  font-weight: 400;
  display: block;
  padding: 4px 10px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: none;
}

.navigation li span {
  font-size: 70%;
}

/* .navigation li.active {
  font-size:25px;

	width:100px!important;
	line-height: 45px !important;
} */

/* .navigation li:hover {
  padding-left: 24px;
	font-size: 100%;
	line-height: 37px !important;
} */

.navigation li.dark-menu {
  color: rgba(255, 255, 255, 0.95) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.12) !important;
  text-shadow: 0px 1px 1px black;
}

.navigation li.active.dark-menu {
  color: white !important;
  /*border-left: 4px solid #B13C3C; */
  padding-left: 26px;
  font-size: 13pt;
  border-bottom: 2px solid rgb(255, 255, 255) !important;
}

.navigation li.dark-menu:hover {
  border-bottom: 2px solid rgba(255, 255, 255, 0.52) !important;
}

.navigation li.light-menu {
  border-bottom: 1px solid #eaf0f4 !important;
}

.navigation li.active.light-menu {
  background: #2196f3;
  margin: 0;
}

.navigation li.active.light-menu a {
  color: #fff;
}

.navigation li.light-menu:hover {
  background: #2196f3;
  margin: 0;
}

.navigation li.light-menu:hover a {
  color: #fff;
}

.navigation .noborder {
  border: none !important;
  padding-left: 27px;
}

.navigation li.dark-menu.noborder:hover, .navigation li.light-menu.noborder:hover {
  border-left: none !important;
  padding-left: 27px;
}

li.noborder.light-menu {
  display: none !important;
  border-bottom: 0 !important;
}

.menulogo:hover {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.slide {
  width: 100%;
  min-height: 100vh;
  height: auto;
  position: relative;
  background-repeat: no-repeat;
  /*-webkit-box-shadow: inset 0px 10px 10px rgba(0,0,0,0.3);
	box-shadow: inset 0px 10px 10px rgba(0,0,0,0.3); */
}

.slide.video {
  background: none !important;
  background-color: #dafcff !important;
}

.launchscreen {
  width: 28%;
  top: 30%;
  position: relative;
}

.wrapper.logo {
  text-align: center;
  height: 25%;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
}

/*a.button0{
	cursor: pointer;
}
.button {
    opacity: 0.4;
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 10;
    bottom: 10px;
	left: 48%;
	background-image: url(../images/icons/scroll-white.svg);
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	cursor: pointer;

}

.button.button-active {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 10;
	bottom: 0px;
	left: 48%;
	background-color: #333333;
	background-image: url(../images/scroll-white.svg);
}

.button:hover {
	background-image: url(../images/icons/scroll-red.svg);
	opacity: 1;

}
*/

.landingpage-interaction {
  bottom: 130px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  width: 237px;
}

input#round {
  padding: 11px 25px 13px;
  letter-spacing: 0.25px;
  background: transparent;
  border: 2px solid #b13c3c;
  color: #b13c3c;
  font-size: 22px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  min-width: 235px;
}

a.button0.disabled {
  pointer-events: none;
}

input#round.disabled {
  border: 2px solid transparent;
  color: #757575;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.blink {
  animation: blink 4s steps(40, start) infinite;
  -webkit-animation: blink 4s steps(40, start) infinite;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@keyframes blink {
  0% {
    color: rgba(113, 113, 113, 1);
  }
  50% {
    color: rgba(113, 113, 113, 0.2);
  }
}

@-webkit-keyframes blink {
  0% {
    color: rgba(113, 113, 113, 1);
  }
  50% {
    color: rgba(113, 113, 113, 0.2);
  }
}

.clickon {
  display: none;
  color: #b13c3c;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

.clickon .arrow {
  margin-top: 10px;
  font-size: 11px;
  color: #717171;
}

.clickon:hover {
  color: black;
}

.clickon .arrow.left {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  display: inline-block;
}

input#round.blink:hover {
  -webkit-animation: none;
  animation: none;
}

input#round:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fefefe;
  background-color: rgb(126, 124, 122);
}

input#round:hover, input#round:active, input#round:visited, input#round:focus {
  background-color: #b13c3c;
  outline: none;
  color: white;
}

#floating-social {
  position: fixed;
  bottom: 30px;
  right: 25px;
  z-index: 999;
}

#mute {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  top: 15px;
  z-index: 999;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none;
}

#mute:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
}

#mute.muted {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=100);
  opacity: 0.5;
}

#mute div {
  height: 40px;
  display: inline-block;
  width: 40px;
  background: url(../images/icons/mute_off.png) center center no-repeat;
  background-color: #ffffffcf !important;
}

#mute .tooltiptext {
  visibility: hidden;
  width: 330px;
  color: #080808;
  background-color: #e5e4e9;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 3px;
  right: 140%;
  border: 2px solid black;
  display: none;
}

#mute:hover .tooltiptext {
  visibility: visible;
}

#mute .tooltiptext .arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid black;
  position: absolute;
  right: -10px;
}

#mute.muted .tooltiptext {
  visibility: hidden;
}

/*SLIDES*/

#slide0 {
  background-color: #e5e4e9;
  background: url(../images/slides/wonder1.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide1 {
  background: url(../images/wonder2.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide2 {
  background: url(../images/wonder3.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide3 {
  background: url(../images/wonder4.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide4 {
  background: url(../images/slides/wonder4.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide5 {
  background: url(../images/slides/wonder3.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide6 {
  background: url(../images/slides/1970.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide7 {
  background: url(../images/slides/1980.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide8 {
  background: url(../images/slides/1990.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide9 {
  background: url(../images/slides/2000.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide10 {
  background: url(../images/slides/2010.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide11 {
  background: url(../images/slides/2020.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

#slide12 {
  background: black;
}

/*Other*/

.landingpage {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
}

.landingpage .porsche-logo {
  text-align: center;
  margin-top: 3%;
}

.intro {
  width: 30%;
  width: 340px;
  display: block;
  padding-top: 22%;
  position: relative;
  z-index: 4;
  color: white;
}

.intro .name {
  text-align: center;
  font-size: 20pt;
  color: #b13c3c;
}

.intro p {
  margin-bottom: 15px;
}

.intro-desc {
  width: 80%;
  text-align: justify;
  font-size: 12pt;
  line-height: 30px;
  margin: 20px auto 0 auto;
}

#ferdinand-porsche {
  text-align: center;
}

#ferdinand-porsche img {
  border: 4px #ddd solid;
  border-radius: 10px;
}

.year {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: linear .4s;
}

.year .overlay {
  background-color: #000;
}

.year .text-data-section.layout-bottom {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
}

.content-bottom{
  display: flex;
  flex-direction: column;
  /* align-content: end; */
  justify-content: flex-end;
}

.year-inner {
  width: 100%;
  margin-top: 10px;
  /* text-align: center; */
}

.year-inner span {
  margin-left: 2px;
}

.year hr {
  width: 3%;
  border-style: solid;
  color: #b10909;
  border-width: 1px;
  margin-top: 11px;
}

.year hr.dark-line {
  color: #b10909;
}

.year-desc {
  margin-top: 25px;
}

.year-desc.layout-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: 25px 14%;
}

/* .year-desc .text-element.full-height{
	max-height: none;
} */

.video-sec {
  text-align: center;
  padding: 30px 0;
  position: relative;
  margin-top: 42px;
}
.video-sec video, .video-sec iframe {
  border: 11px solid #fff;
  box-shadow: 0 0 20px 0px #0000001f;
  height: auto;
  max-width: 750px;
  width: 100%;
}

.video-sec iframe.vimeo, 
.video-sec iframe, 
.video-sec video {
  height: 430px;
}

.hero-slider .carousel-cell .image-sec {
  height: calc(100vh - 400px);
}

.year-shadow {
  text-shadow: 0px 0px 50px black;
}

.dark {
  color: #313131;
}

.wh {
  color: white;
}

/* Overlay
-------------------------*/

#jpreOverlay {
  background-color: #000;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

#jpreSlide {
  font-size: 22px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  display: none;
}

#jpreLoader {
  width: 500px;
  top: 68% !important;
}

#jpreBar {
  display: none;
}

#jprePercentage {
  color: #ccc;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #333;
  top: -100%;
}

#about1 {
  width: 100%;
  display: table;
  padding-top: 180px;
  padding-bottom: 70px;
}

#about2 {
  width: 100%;
}

.about-text {
  margin: 0 auto;
  color: #d8d8d8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

.about-text a {
  color: #fff;
  text-decoration: none;
}

.about-text p {
  padding-bottom: 25px;
}



.about-text p.social {
  padding-bottom: 10px;
}

.about-text #copyright {
  margin-left: 23%;
  margin-top: 20px;
}

.weblink {
  text-align: center;
  font-size: 40px;
  color: white;
  padding-bottom: 30px;
}

.weblink a {
  color: white;
}

.weblink a:hover {
  color: #b13c3c;
}

.weblink span {
  font-size: 15px;
  text-transform: uppercase;
  color: #d8d8d8;
}

.follow {
  text-align: center;
}

.about-twitter img {
  width: 35px;
  opacity: 0.8;
}

.about-twitter img:hover {
  width: 35px;
  opacity: 1;
}

iframe#twitter-widget-1 {
  vertical-align: bottom;
}

.arrow-up {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 7.5px 8px 7.5px;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  margin: 0 95px 3px;
}

.arrow-down {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 8px 7.5px 0 7.5px;
  border-color: #ffffff transparent transparent transparent;
  display: block;
  margin: 3px 95px 0;
}

#dockContainer {
  position: fixed;
  top: 60px;
  left: 6px;
}

#jqDock {
  position: relative;
  bottom: 48px;
}

.jqDockLabel {
  background: #333;
  color: #fff;
  padding: 3px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.rotate {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  text-align: center;
  font-size: 22px;
  padding-top: 200px;
}

.rotate img {
  margin-bottom: 10px;
}

/* 
.text-data-section {
  padding-left: 210px !important;
} */

/* .text-sec.top-btm,
.interaction-title {
  padding-left: 70px !important;
} */

/* watermark start */

.watermark-block {
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  pointer-events: none;
}

.watermark-block img {
  width: 120px;
  display: block;
}

/* watermark end */

@media only screen and (min-width: 800px) {
  .navigation.element-right {
    margin-right: 20px;
  }
  .navigation {
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  .navigation.owl-carousel {
    min-width: 127px;
    width: auto;
    max-width: 230px;
  }
}

/* Landscape phone to portrait tablet */

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .noscroll {
    position: static;
    overflow-y: auto;
  }
  .launchscreen {
    width: 70%;
  }
  .clickon {
    display: none !important;
  }
  .landingpage {
    padding-top: 10%;
  }
  .landingpage-interaction {
    margin-top: 0px;
  }
  .navigation {
    margin-top: 50px;
    top: 0;
    transform: translateY(0);
  }
  .navigation li {
    line-height: 37px;
    width: 45px;
    padding-left: 5px;
    font-size: 14px;
    width: 100%;
  }
  /* .navigation li:hover {
    padding-left: 11px; 
     line-height: 25px;
  } */
  /* .navigation li.active,
  .navigation li.active:hover {
    font-size: 19px !important;
    line-height: 37px !important;
  }
  .navigation li.active.dark-menu,
  .navigation li.active.light-menu {
    padding-left: 11px !important;
  } */
  .menulogo {
    display: none;
  }
  #mute {
    left: 25px;
    left: auto;
  }
  .intro {
    padding-top: 50px;
    text-shadow: 1px 2px 8px black;
    width: 100%;
  }
  .intro-desc {
    font-size: 20px;
    margin: 0 auto;
  }
  .year {
    width: 100%;
    top: 60px;
    padding: 0px 13%;
  }
  .year-desc {
    width: 100%;
    padding-left: 0px;
    border: none;
    font-size: 11pt;
  }
  .year-desc span {
    font-size: 20px;
  }
  .weblink a {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1024px) {
  .owl-nav {
    position: absolute;
    top: 0;
    right: 2px;
    width: 83px;
    height: 56px;
  }
  .owl-nav button {
    height: 100%;
    width: 40px;
    height: 40px;
    /* border-right: 1px solid #ccc; */
    outline: none;
  }
  .owl-carousel .owl-nav button.owl-prev, 
  .owl-carousel .owl-nav button.owl-next{
    border-radius: 50%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.4)!important;
  }
  .owl-nav button span {
    color: #fff;
    font-size: 24px;
    display: block;
    height: 100%;
    line-height: 40px;
  }
  .navigation {
    position: relative;
    z-index: 1;
  }
  .navigation:after{
    position:absolute;
    top: 0;
    left: 0;
    content:"";
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    z-index: -1;
    border-radius: 46px;
    filter: opacity(0.4);
  }
  .owl-nav button.owl-prev {
    float: left;
    /* border-left: 1px solid #bcbcbc !important; */
  }
  .owl-nav button.owl-next {
    float: right;
    /* border-left: 1px solid #bcbcbc !important; */
  }
  .owl-next.disabled, .owl-prevt.disabled {
    pointer-events: none;
  }
  .owl-dots {
    display: none;
  }
  .navigation li.active.light-menu, .navigation li.light-menu:hover {
    background: #fff;
  }
  .navigation li.active.light-menu a, .navigation li.light-menu:hover a {
    color: #6b6b6b;
  }
  .navigation li.light-menu {
    cursor: pointer;
  }
  /* .text-sec.top-btm,
  .interaction-title {
    padding-left: 0 !important;
  } */
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .navigation {
    margin-top: 0 !important;
  }
  #mute {
    
    width: 40px;
    height: 40px; 
  }
  #mute div {
    width: 40px;
    height: 40px;
  }
  .year {
    width: 100% !important;
    margin: auto;
    /* position: absolute;
    text-align: center;
    top: auto !important;
    bottom: 0;
    left: 0;
    right: 0; */
  }
  .year .year-inner {
    font-size: 1.5rem;
  }
  .year .year-desc {
    font-size: 1rem;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 991px) {
  .video-sec iframe.vimeo {
      height: 375px;
  }
  .navigation.owl-carousel {
    top: auto;
    left: 0;
    right: 0;
    bottom: 16px;
  }
  .navigation li a{
    max-width: 179px;
  }
  .navigation.owl-carousel {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .owl-carousel .owl-stage,
  .owl-carousel .owl-stage-outer,
  .navigation.owl-carousel, 
  .owl-carousel .owl-item, 
  .navigation li.light-menu{
    border-radius: 46px;
    background: transparent!important;
    border: none !important;
  }
  .navigation {
    margin-top: 0;
    transform: none;
  }
}
@media only screen and (max-width: 900px) and (orientation: landscape) {
  .navigation {
    transform: initial;
  }
  .video-sec iframe {
    width: 40%;
  }
  .video-sec video, .video-sec iframe {
    border: 5px solid #fff;
    width: 58%;
    box-shadow: 0 0 20px 0px #0000001f;
    /* height: calc(100vh - 244px); */
  }
  .navigation.owl-carousel {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .navigation {
    margin-top: 0;
  }
  .navigation {
    margin-top: 0;
    top: 0;
    margin-left: 0px;
  }
  .closure-sec{
    padding-bottom: 35px !important;
  }
}

@media only screen and (max-width: 1024px){
  .slide {
    background-attachment: initial !important;
  }
}

@media only screen and (max-width: 767px) {
  /* .navigation li.light-menu {
    color: #fff !important;
  } */

  .navigation.owl-carousel {
    top: auto;
    left: 0;
    right: 0;
    bottom: 12px;
  }
  .navigation li a{
    max-width: 179px;
  }
  .navigation.owl-carousel {
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
  .owl-carousel .owl-stage,
  .owl-carousel .owl-stage-outer,
  .navigation.owl-carousel, 
  .owl-carousel .owl-item, 
  .navigation li.light-menu{
    border-radius: 46px;
    background: transparent!important;
    border: none !important;
  }
  .navigation {
    margin-top: 0;
    transform: none;
  }
  .text-data-section {
    /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0; */
    padding: 14px;
    /* padding: 20px !important; */
  }
  .video-sec {
    /* padding: 20px !important; */
  }
  .video-sec iframe, 
  .video-sec video,
   .video-sec iframe.vimeo {
    height:210px;
  }
  
  iframe{
    width: 100%;
  }
  .closure-sec{
    padding-bottom: 35px !important;
  }
  /* .text-sec.top-btm,
  .interaction-title {
    padding-left: 20px !important;
  } */

  .slide {
    background-attachment: initial !important;
  }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .rotate {
    display: block;
  }
  .navigation {
    margin-top: 0;
    top: 0;
    margin-left: 0px;
  }
  .video-sec video {
    width: 100%;
    height: auto;
  }
}

/* Landscape phone to portrait tablet */

@media (min-width: 480px) and (max-width: 979px) {
  /* #mute {
    left: 25px;
    bottom: 25px;
    top: auto;
  } */
  .year {
    top: 0;
    padding: 0px;
  }
  .about-title {
    float: auto;
    text-align: left;
    width: auto;
    font-size: 30px;
    line-height: auto;
    padding-top: 20px;
  }
  .about-text {
    width: 100%;
  }
  #about2 .about-text {
    width: 60%;
    margin: 0 auto;
  }
  .weblink a {
    font-size: 30px;
  }
}

@media only screen and (max-width: 640px) and (orientation: portrait) {
  /* .overlay-mobile {
    display: block;
  } */
}
