@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

html,body {
  margin: 0;
  padding: 0;
  font-family:'Lato', sans-serif;
  overflow-x: hidden;
}

.item{
	width: 100vw;
	margin: auto;
	height: 100vh;
	display: flex;
}

.loader {
  background-color: black;
  height: 100vh;
  top: 0; right: 0; left: 0; bottom: 0;
  width: 100%;
  margin-right: 0px;
}

.logo{
	width: 50px;
	position: fixed;
	top: 2%;
	left: 2%;
}

.loader .image {
  width: 100px;
  height: 160px;
  font-size: 40px;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform-origin: bottom center;
  animation: 3s rotate infinite;
  opacity: 0;
}
.loader span {
	color: white;
  display: block;
  width: 100%;
  position: fixed;
  top: 60%;
  left: 4%;
  text-align: center;
  position: absolute;
  bottom: 0;
}

@keyframes rotate{
  0% {
    transform: rotate(90deg);
  }
  10% {
    opacity: 0;
  }
  35% {
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    transform: rotate(0deg);
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: rotate(-90deg);
  }
}



html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
}

.carousel{
	margin: auto;
	height: 100% !important;
	display: flex;
}

.wrapper-content{
	margin: auto;
	padding: 0 6%;
}

h2{margin-top: 0 !important; font-size: 60px; color: black !important;}
p{padding:10px; color: black !important;}

#intro{

	font-family: 'Paytone One', sans-serif;
	font-weight: 900;
	font-size: 60px;
	margin-right: 30%;
	text-shadow: none !important;
}

#intro-details{
	margin-left: 40%;
	color: #68696d !important;
	font-size: 25px;
	width: 60%;
	font-family: 'Paytone One', sans-serif;
	font-weight: 750;
	text-shadow: none !important;
}

#intro2{
	font-family: 'Paytone One', sans-serif;
	font-weight: 900;
	margin-left: 5%;
	font-size: 42px;
	width: 55%;
	color: #2d3235 !important;
	text-shadow: none !important;
}

.right.carousel-control, .left.carousel-control {
    display: none;
}

#intro-details2{
	text-align: left;
	margin-left: 30%;
	width: 70%;
	color: #68696d !important;
	font-size: 25px;
	font-family: 'Paytone One', sans-serif; 
	font-weight: 750;
	text-shadow: none !important;
}

#intro3{
	font-family: 'Paytone One', sans-serif; 
	font-weight: 700;
	font-size: 80px;
	text-shadow: none !important;
	color: #2d3235 !important;
}

#intro-details3{
	color: #68696d !important;
	font-size: 42px;
	font-family: 'Paytone One', sans-serif; 
	font-weight: 800;
	text-shadow: none !important;
}

#intro4{
	text-align: left;
	font-family: 'Paytone One', sans-serif;
	font-weight: 900;
	font-size: 42px;
	margin-left: 5%;
	width: 60%;
	color: #2d3235 !important;
	text-shadow: none !important;
}

#intro-details4{
	text-align: left;
	margin-left: 25%;
	width: 80%;
	color: #68696d !important;
	font-size: 25px;
	font-family: 'Paytone One', sans-serif; 
	font-weight: 750;
	text-shadow: none !important;
}

#intro5{
	font-family: 'Paytone One', sans-serif; 
	font-weight: 700;
	font-size: 40px;
	padding: 0 10%;
	text-shadow: none !important;
	color: #2d3235 !important;
	text-align: center;
}

#intro-details5{
	color: #68696d !important;
	font-size: 60px;
	font-family: 'Paytone One', sans-serif; 
	font-weight: 800;
	text-shadow: none !important;
	text-align: center;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

svg {
  width: 8%;
  position: fixed;
  bottom: 47%;
  left: 58%;
}

.container {
  width: 200px;
  margin: 3em auto;
}

.st0 {
  fill: #faf363;
}

.st1 {
  fill: none;
  stroke: #3d3e3e;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.st2 {
  fill: none;
  opacity: .5;
  stroke: #3d3e3e;
  stroke-width: 2;
  stroke-miterlimit: 10;
}

#one {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: line-glow 1s .1s infinite;
  animation: line-glow 1s .1s infinite;
}

#two {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: line-glow 1s .2s infinite;
  animation: line-glow 1s .2s infinite;
}

#three {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: line-glow 1s .3s infinite;
  animation: line-glow 1s .3s infinite;
}

#four {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: line-glow 1s .4s infinite;
  animation: line-glow 1s .4s infinite;
}

#five {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: line-glow 1s .5s infinite;
  animation: line-glow 1s .5s infinite;
}

#six {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: line-glow 1s .6s infinite;
  animation: line-glow 1s .6s infinite;
}

#seven {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: line-glow 1s .7s infinite;
  animation: line-glow 1s .7s infinite;
}

#bulb-body-fill {
  -webkit-animation: bulb-on 1s ease infinite;
  animation: bulb-on 1s ease infinite;
}

@-webkit-keyframes line-glow {
  10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
}

@keyframes line-glow {
  10% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
}

@-webkit-keyframes bulb-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bulb-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animation {
	background-color: black;
    animation: background-fade 7s forwards;
	display: flex;
	height: 100vh;
}

@keyframes background-fade {
    100% {
        background:white;
    }
}

    .wrapper {
      
      width:100%;
      text-align: center;
	  font-family: 'Paytone One', sans-serif;
      font-size:60px;
      font-weight: bold;
      -webkit-animation:colorchange 7s forwards;
      
      
    }

    @-webkit-keyframes colorchange {
      0% {
        
        color: white;
      }
	  
	  80% {
        
        color: #2d3235;
      }
      
      100% {
        
        color: #2d3235;
      }
    }
	
	
	body{
    background-color:#efefef;
}

@-webkit-keyframes spin{
    0%{
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    }
    100%{
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    }
}

@-moz-keyframes spin{
    0%{
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    }
    100%{
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    }
}

@-o-keyframes spin{
    0%{
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    }
    100%{
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    }
}

@-ms-keyframes spin{
    0%{
    -moz-transform: rotateZ(0deg);
    -webkit-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    }
    100%{
    -moz-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    }
}

.sub-border{
    position:absolute;
    
    border-radius:50%;
    background:#E8EAED;
    border-top:10px solid #DFDFE0;
    border-right:10px solid #D2D6D8;
    border-bottom:10px solid #DFE4E8;
    border-left:10px solid #EBF2F6;
}


@import url('https://fonts.googleapis.com/css?family=Roboto');
.container {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 200px;
  height: 300px;
}
.text {
  position: relative;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: -30px;
  width: 300px;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  color: #fff;
  padding-top: 20px;
  text-transform: uppercase;
  letter-spacing: 20px;
}
.link {
  position: relative;
  text-align: center;
  padding-top: 10px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.link a {
  text-decoration: none;
  color: #fff;
  letter-spacing: 10px;
}


.preloader-top-sun-line-135 {
  transform: rotate(135deg) translateX(-350%)
}

.preloader-top-sun-line-180 {
  transform: rotate(180deg) translateX(-350%)
}

.preloader-top-sun-line-225 {
  transform: rotate(225deg) translateX(-350%)
}

.preloader-top-sun-line-270 {
  transform: rotate(270deg) translateX(-350%)
}

.preloader-top-sun-line-315 {
  transform: rotate(315deg) translateX(-350%)
}

.preloader-bottom {
  position: absolute;
  width: 100%;
  height: 25%;
  bottom: 0;
}

.preloader-bottom-line {
  position: absolute;
  background: gold;
  height: 5px;
  border-radius: 5px;
  margin: auto;
  left: 0;
  right: 0;
}

.preloader-bottom-line-lg {
  width: 100%;
  top: 0%
}

.preloader-bottom-line-md {
  width: 75%;
  top: 25%
}

.preloader-bottom-line-sm {
  width: 50%;
  top: 50%
}

.preloader-bottom-line-xs {
  width: 25%;
  top: 75%
}

@keyframes preloader {
  0% {
    transform: translateY(200%) rotate(0deg)
  }
  25% {
    transform: translateY(0) rotate(0deg);
    transition-timing-function: ease-out;
  }
  100% {
    transform: translateY(200%) rotate(-180deg);
    transition-timing-function: ease-in; 
  }
}

.item{
	background-color: #EDEFF2 !important;
}

svg{
	display: none;
}

@media screen and (max-width: 500px){
	.wrapper{
		font-size: 40px;
	}
	
	#intro-details{
		font-size: 15px;
	}
	
	#intro2{
		font-size: 30px;
		width: 70%;
	}
	
	#intro-details2{
		font-size: 15px;
	}
	
	#intro3{
		font-size: 60px;
	}
	
	#intro-details3{
		font-size: 30px;
	}
	
	#intro4{
		font-size: 30px;
		width: 75%;
	}
	
	#intro-details4{
		font-size: 15px;
	}
	
	#intro5{
		font-size: 30px;
	}
	
	#intro-details5{
		font-size: 40px;
	}
	
	#explore{
		right: 36% !important;
	}
}