@charset "UTF-8";
/* CSS Document */

.entireLoader {
width: 100%;
height: 100vh;
/*background-color: #4592cf;*/
background-color: #fff;
position: absolute;
top: 0;
left: 0;
z-index: 99999999999999999999999999999999;
}
body {
font-family: 'Playfair Display', serif;
background: #000;
padding: 0;
margin: 0;
}
video {
object-fit: cover;
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
}
.logo {
position: absolute;
top: 25px;
right: 25px;
z-index: 9999;
width: 250px;
opacity: 1;
}
.logo img {
width: 100%;
height: auto;
}
video {
z-index: 99;
}
.text1,.text2,.text3,.text4,.text5,.text6,.text7,.text8,.text9,.text10,.text10b,.text11 {
position: absolute;
top: 0;
left: 50px;
z-index: 999;
opacity: 0;
color: #fff;
transition: opacity 0.5s ease-out;
height: 100vh;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: calc(100% - 50px);
}
.text11 {
left: 0 !important;
width: 100% !important;
}

h1 {
font-size: 66px;
font-weight: 400;
padding: 0;
margin: 0;
text-align: left;
/*position: relative;
top: -0.6%;*/
width: 70%;
margin-right: 30%;
}

/* new posiion for ending text stings 23102023 */
body .text7,body .text8,body .text9,body .text10,body .text10b {
justify-content: end;
left: unset !important;
width: 100%;
}
body .text7 h1,body .text8 h1,body .text9 h1,body .text10 h1,body .text10b h1 {
width: 60%;
margin: 0 20%;
text-align: center;
margin-bottom: 5vh !important;
}


p {
font-size: 19px;
line-height: 160%;
margin-top: 0;
padding: 0 15%;
}
.playTrigger {
position: relative;
height: 100vh;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
z-index: 9999999;
flex-direction: column;
}
.playTrigger a {
color: #fff;
font-size: 60px;
text-decoration: none;
position: relative;
top: 10px;
padding: 0 5%;
transition: opacity 0.5s ease-out;
}
.playTrigger a:hover {
opacity: 0.7;
transition: opacity 0.5s ease-out;
}
.playTrigger p {
color: #fff;
margin-top: 15px;
line-height: 150%;
}
.playTrigger p a {
font-size: 14px;
padding: 0;
}
.audioToggler {
position: absolute;
top:20px;
left: 20px;
z-index: 99999999;
}
.audioToggler a {
color: #fff;
text-decoration: none;
width: 30px;
height: 25px;
background-image: url("audioBtn_on.svg");
background-size: cover;
background-repeat: no-repeat;
display: block;
font-size: 0px;
}
.audioToggler a.audioIconOff {
background-image: url("audioBtn_off.svg");
}
.ender {
position: absolute;
z-index: 9999999;
top:20px;
/*
text-align: center;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
*/
left: 80px;
}
.ender a {
color: #fff;
text-decoration: none;
transition: opacity 0.5s ease-out;
}
.ender a:hover {
opacity: 0.7;
transition: opacity 0.5s ease-out;
}
#vid2,#vid3 {
opacity: 0;
}
.fadeIN {
opacity: 1;
transition: opacity 0.5s ease-out;
}
.fadeVideoOut {
opacity: 0.7;
transition: opacity 3s ease-out;
}
.text11 a {
text-decoration: none;
color: #fff;
}
.text11 p:last-of-type {
margin-bottom: 0px !important;
}
.enderBG {
background-image: url("poster_end.webp");
background-size: cover;
background-position: center center;
width: 100%;
}
.preloadIt {
opacity: 0;
position: absolute;
left: -99999px;
top: -99999px;
z-index: 9999999999999;
}
.replayP {
margin-top: 25px;
}
.replayP a {
display: inline-block;
border: 1px solid #fff;
padding: 8px 20px 10px;
margin: 0 5px;
transition: opacity 0.25s ease-out;
}
.replayP a:first-of-type {
background-color: #fff;
color: #000;
}
.replayP a:hover {
opacity: 0.7;
transition: opacity 0.25s ease-out;
}
.lightbox {
display: none;
text-align: left !important;
}
.lightbox h1 {
font-size: 28px;
font-weight: 600;
margin-bottom: 15px;
}
.lightbox h2 {
font-size: 23px;
margin-bottom: 5px;
font-weight: 600;
}
.lightbox h3 , .lightbox h4 , .lightbox h5 {
margin-bottom: 5px;
font-weight: 600;
}
.lightbox p, .lightbox a, .lightbox table {
padding: 0;
font-size: 14px;
color: #000;
}
.lightbox table td {
padding: 5px 30px 5px 0 !important;
}
.lightbox p:last-of-type {
margin-bottom: 0px;
padding-bottom: 0px;
}
.lightbox h2.cookiesTitle {
margin-top: 25px;
}

@media (max-width: 1450px) {
h1 {
font-size: 62px;
}
.text1,.text2,.text3,.text4,.text5,.text6,.text7,.text8,.text9,.text10,.text10b,.text11 {
left: 50px;
}
}

@media (max-width: 1200px) {
h1 {
font-size: 56px;
}
.text1,.text2,.text3,.text4,.text5,.text6,.text7,.text8,.text9,.text10,.text10b,.text11 {
left: 50px;
}
}

@media (max-width: 900px) {
h1 {
font-size: 50px;
}
.text1,.text2,.text3,.text4,.text5,.text6,.text7,.text8,.text9,.text10,.text10b,.text11 {
left: 40px;
width: calc(100% - 40px);
}
p {
font-size: 17px;
padding: 0 10%;
}
.playTrigger a {
font-size: 50px;
}
.logo {
width: 200px;
}
.playTrigger p a {
font-size: 13px;
}
.playTrigger p {
margin-top: 12px;
}
}

@media (max-width: 600px) {
h1 {
font-size: 42px;
}
.text1,.text2,.text3,.text4,.text5,.text6,.text7,.text8,.text9,.text10,.text10b,.text11 {
left: 30px;
width: calc(100% - 30px);
}
p {
font-size: 15px;
padding: 0 7.5%;
}
.ender {
position: absolute;
left: 65px;
}
.playTrigger a {
font-size: 42px;
}
.playTrigger p a {
font-size: 12px;
}
.playTrigger p {
margin-top: 10px;
}
/* new posiion for ending text stings 23102023 */
body .text7 h1,body .text8 h1,body .text9 h1,body .text10 h1,body .text10b h1 {
width: 80%;
margin: 0 10%;
text-align: center;
}
}

@media (max-width: 450px) {
h1 {
font-size: 42px;
}
.text1,.text2,.text3,.text4,.text5,.text6,.text7,.text8,.text9,.text10,.text10b,.text11 {
left: 20px;
width: calc(100% - 20px);
}
p {
font-size: 14px;
padding: 0 5%;
}
}