/*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

 html, body {
    font-family: 'Butler';
    color: #fff;
    font-size: 34px;
    line-height: 42px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; 
	background: #131313;  
	margin: 0;
}

body.cursor-hidden,
body.cursor-hidden * {
  cursor: none !important;
}


::selection {
  background-color: #EF2B2B !important;
  color: white;
}




/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}




 /* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Light.eot');
    src: url('../fonts/Butler-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-Light.woff2') format('woff2'),
        url('../fonts/Butler-Light.woff') format('woff'),
        url('../fonts/Butler-Light.ttf') format('truetype'),
        url('../fonts/Butler-Light.svg#Butler-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


input, textarea{
	resize: none;
	outline: none;
	-webkit-appearance: none !important;
    -moz-appearance:    none !important;
    appearance:         none !important;
 	width: 100%;
	border-radius: 0 !important;
	box-sizing: border-box;
}


h1, h2, h3, h4{
	font-weight: normal;
	margin-top: 0;
}

a{
	text-decoration: none;
	color: inherit;
}

.delays1{
	transition-delay: .1s !important;
}

.delays2{
	transition-delay: .2s !important;
}

.delays3{
	transition-delay: .3s !important;
}

.delays4{
	transition-delay: .4s !important;
}

.delays5{
	transition-delay: .5s !important;
}

.delays6{
	transition-delay: .6s !important;
}
.delays7{
	transition-delay: .7s !important;
}
.delays8{
	transition-delay: .8s !important;
}
.delays9{
	transition-delay: .9s !important;
}
.delays10{
	transition-delay: 1s !important;
}
.delays11{
	transition-delay: 1.1s !important;
}
.delays12{
	transition-delay: 1.2s !important;
}
.overlayer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #141414;
	z-index: 11999999;
	opacity: 1;
	pointer-events: none;
	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.overlayer.hiddenz{
	opacity: 0;
}


.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
  border: 2px solid #ddd; /* Light grey */
  border-top: 2px solid #111; /* Blue */
  border-left: 2px solid #111; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.animated{
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}



.holder{
	width: 100vw;
	height: 100vh;
	position: relative;
}

.owl-carousel .owl-item{
	width: 100%;
	height: 100%;
}
.slide {
  display: flex;
  justify-content: center; /* Horizontal centering */
  align-items: center;     /* Vertical centering */
  height: 100vh;           /* Important: Parent must have a height */
}



.smallers{
	width: 60% !important;
}
.lefts{
	left: 0;
}

.rights{
	right: 0;
}

.side-curors {
  width: 50%;
  height: 100%;
  z-index: 9999;
  position: absolute;
  top: 0;
}

.inner-vid{
	position: relative;
}

.slideshow{
	pointer-events: none !important;
}

.txt{
	position: absolute;
	z-index: 100
	
}

.spacg{
	margin-bottom: 40px;
}

.begin-txt.pulsing {
  animation: beginPulse 2s ease-in-out infinite;
}

@keyframes beginPulse {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
.begind{
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 60px;
	bottom: 60px;
	z-index: 100;
	cursor: pointer;
}

.begin-txt{
	margin-bottom: 20px;
}

.upleft{
	left: 10%;
	top: 10%;
}



.bottomleftscenters{
		text-align: center;
	bottom: 0%;
	left: 7.5%;

}


.centers{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.centertxt{
	text-align: center;
}

.toplefts{
	left: 10%;
	top: 10%;
}

.toprights{
	right: 10%;
	top: 10%;
}

.bottomlefts{
	bottom: 10%;
	left: 10%;
}

 .bottomrigth{
	bottom: 10%;
	right: 10%;
}

 .bottomcenters{
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
}

 .topcenters{
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
}


 .midleft{
	top: 50%;
	transform: translate(0, -50%);
	left: 10%;
}

 .midrights{
	top: 50%;
	transform: translate(0, -50%);
	right: 10%;
}


 .smallers .bottomcenters{
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
}

 .smallers .topcenters{
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
}


.smallers .midleft{
	top: 50%;
	transform: translate(0, -50%);
	left: -10%;
}

.smallers .midrights{
	top: 50%;
	transform: translate(0, -50%);
	right: -10%;
}


.smallers .bottomrigth{
	bottom: -5%;
	right: -10%;
}

.smallers .toprights{
	right: -10%;
	top: -10%;
}


.smallers .bottomlefts{
	bottom: -5%;
	left: -10%;
}

.smallers .toplefts{
	left: -10%;
	top: -10%;
}

.smallers .topmidlefts{
	left: -10%;
	top: 50%;
	transform: translate(0, -50%);
}

.smallers .topmidrights{
	right: -10%;
	top: 50%;
	transform: translate(0, -50%);
}
.txt .line {
  display: block;
  overflow: hidden;
}

.txt .line span {
  display: block;
  opacity: 0;
}

.inner-vid{
	width: 100%;
}

/* S1 controlled intro */
.s1 .txt {
  opacity: 0;
  transition: opacity 1s ease;
}

.s1 .txt .line span {
  display: block;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.s1 .txt.active {
  opacity: 1;
}

.s1 .txt.active .line span {
  opacity: 1;
}

.s1 .txt.active .line:nth-child(1) span { transition-delay: 0s; }
.s1 .txt.active .line:nth-child(2) span { transition-delay: .55s; }
.s1 .txt.active .line:nth-child(3) span { transition-delay: 1.1s; }
.s1 .txt.active .line:nth-child(4) span { transition-delay: 1.65s; }
.s1 .txt.active .line:nth-child(5) span { transition-delay: 2.2s; }

.s1 .txt.fading {
  opacity: 0;
}

.intro-locked #lefts,
.intro-locked #rights {
  opacity: 0 !important;
  pointer-events: none !important;
}



/* Universal text fade system */
.txt {
  position: absolute;
  z-index: 100;
  opacity: 0;
  transition: opacity 1s ease;
}

.txt .line {
  display: block;
}

.txt .line span {
  display: block;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.txt.active {
  opacity: 1;
}

.txt.active .line span {
  opacity: 1;
}

.txt.active .line:nth-child(1) span { transition-delay: 0s; }
.txt.active .line:nth-child(2) span { transition-delay: .55s; }
.txt.active .line:nth-child(3) span { transition-delay: 1.1s; }
.txt.active .line:nth-child(4) span { transition-delay: 1.65s; }
.txt.active .line:nth-child(5) span { transition-delay: 2.2s; }
.txt.active .line:nth-child(6) span { transition-delay: 2.75s; }
.txt.active .line:nth-child(7) span { transition-delay: 3.3s; }

.txt.fading {
  opacity: 0;
}

@keyframes maskUp {
  to {
    opacity: 100%;
  }
}


/* S4 uses universal JS-controlled text fade system */
.s4 .txt {
  z-index: 100;
}

.s4 .line {
  display: block;
  overflow: hidden;
}

.s4 .line span {
  display: block;
}
/* S8 TEXT ANIMATION */


.begind {
  transition: opacity 1s ease;
}

.begind.fading {
  opacity: 0;
  pointer-events: none;
}

/* ---------------- */
/* TEXT BLOCK 1 */
/* ---------------- */
/* S8 uses universal JS-controlled text fade system */
.s8 .txt {
  z-index: 100;
}

.s8 .line {
  display: block;
  overflow: hidden;
}

.s8 .line span {
  display: block;
}

	
@media screen and (max-width:1500px) {
.subsc{

	width: 130px;
	
}
	
		.d_text{
		font-size: 56px;
		line-height: 64px;
	}
	
}

 /* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

 .hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
* Extends the .visuallyhidden class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

 
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

 
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


