/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    Xbackground-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    xmargin: 0 0 35px;
    xtext-transform: uppercase;
    font-family:freight-sans-pro,helvetica neue,Helvetica,Arial,sans-serif;
    xfont-weight: 700;
    xletter-spacing: 1px;
    xcolor :chocolate; 
}

.getting-started .code{
  background:rgba(0,0,0,.2)
}
footer,header,.getting-started,.options{
  clear:both;
  overflow:hidden;
  padding:4% 10%
}

h1{
  font-size:3.7em;
  font-style:bold;
  font-weight:900;
  line-height:1em;
  padding-bottom:3%
}

@media(max-width:768px) {
  h1 {
    font-size:2.7em;
	}
}

.mobile-img {
    border-radius: 15px;
}


h1.title {
  padding-top: 25px; 
  padding-bottom: 25px;
  color:rgb(255, 255, 255);
}

.title{
  background-color:#2c3e50;
  color:rgb(255, 255, 255)";
}

h1.titleAlt {
  padding-top: 25px; 
  padding-bottom: 25px;
}

.titleAlt{
  background:#141f2b;
  color:#fff;
}


h2{
  font-size:2.0em;
  font-weight:900;
  line-height:1em
}
@media(max-width:768px) {
  h2 {
    font-size:1.6em;
	}
}

h3{
  font-size:1.5em;
  line-height:1em;
  margin-bottom:3%
}


p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #42dca3;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	color: #000;
}

.navbar-custom.top-nav-collapse .nav li a {
	-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	color: #FFF;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.5);
}

.navbar-custom.top-nav-collapse .nav li.active a {
    background-color: rgba(255,255,255,.3);
}


.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
		color: #FFF;
    }
}
@media(max-width:768px) {
	.navbar-custom .nav li a {
		color: #FFF;
	}
}
.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/testanim/bg.gif) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: relative;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body  {
    font-size: 40px;
}

.brand-heading {
  font-size: 25px;
  padding-top: 50px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body  {
        font-size: 75px;
    }

    .brand-heading {
      font-size: 40px;
      padding-top: 50px;
    }

    .intro .intro-body .intro-text {
        font-size: 38px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #FFF;
    background: #000;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section, .about-section {
    width:100%;
    height: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section,  .about-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

/**/
.image-wrapper {
    position: relative;
    overflow: hidden;
  }
  
  .image-wrapper h3,.image-wrapper p {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px;
    transition: left 0.5s ease;
    z-index: 1;
  }

  .image-wrapper h3 {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
  }

  .image-wrapper p {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    top: 60px;
    z-index: 2;
  }
  .image-wrapper:hover h3, .image-wrapper:hover p {
    left: 0;
  }
  
  
  .reveal{
    transform-origin: left;
    transform: scaleX(0);
    transition: 0.5s;
    transition-delay: 0.5s;
  }

  .reveal.active{
    transform: scaleX(1);
    transition-delay: 0s;
  }
  .reveal:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #42dca3;
    transform-origin: right;
    transition: 0.5s;
    transition-delay: 0s;
  }
  .reveal:nth-child(1):before{
    background: #face56;
  }
  .reveal:nth-child(2):before{
    background: #4196ce;
  }
  .reveal:nth-child(3):before{
    background: #cf5670;
  }
  .reveal:nth-child(4):before{
    background: #98e05e;
  }

  .reveal.active:before{
    transform: scaleX(0);
    transition-delay: 0.5s;
  }
  
  .mygrid {
    background: #212122de;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 250, 250);

  }

  .intro h3{
    clip-path: polygon(0 0, 100% 0, 100% 100%,0% 100%);
    line-height: 5.9rem;
  }
  .char{
    transform: translateY(115px);
    transition: transform .5s;
  }
  .fercontainer {
    position: relative;
    height: 400px;
    max-width: 500px;
    margin: auto;    
    margin-top: 20px;
}

.wrapper {
    position: relative;
}

.item {
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    border-radius: 100%;
    background-color: red;
    z-index: 1;
    cursor: pointer;
}
.item img{
    transform: scale(0.4);
}

.item.active {
    background-color: blue;
}

svg {
    height: 400px;
    width: 500px;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.st0 { 
    fill: none;
    stroke:#000000;
    stroke-width: 2;
    stroke-miterlimit:1;
}

.start {
    position: absolute;
    bottom: -30px;
    left: -30px;
}


#bg, #fg {
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 35px;
    font-weight: 600;
    font-family: "poppins", sans-serif;
    overflow: hidden;
  }
  

  
  .slide {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
  
  .slide.active {
    opacity: 1;
  }
  
  .prev,
  .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 80px;
    cursor: pointer;
    z-index: 1;
  }
  
  .prev {
    left: 50px;
  }
  
  .next {
    right: 50px;
  }

  .heading-container{
    width: 100%;
    max-width: 1000px;
    height: 500px;
    position: relative;
    overflow: hidden;
  }

  .slide-bar{
    width: 10px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 99;
    transform: translateY(-50%) rotateZ(15deg);
  }
  
  .bar{
    width: 100%;
    height: 150px;
    border-radius: 100px;
    background-color: black;
  }

  .text-block{
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
  }

  .text-block h1{
    font-family: "Raleway", sans-serif;
    font-size: 5rem;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 2px;
    position: relative;
    perspective: 500px;
    transform-style: preserve-3d;
    color:black
  }

  .text-block h1::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    background: radial-gradient(black, transparent 70%);
    transform: translateY(100px) rotataX(-60deg);
    opacity: 0.3;
  }

  #textone{
    z-index: 20;
    clip-path: polygon(0 0, 18% 0, 8% 100%, 0% 100%);
  }

  #texttwo{
    z-index: 18;
    clip-path: polygon(0 0, 91% 0, 81% 100%, 0% 100%);
  }


@media (max-width: 767px) {
  .slide:nth-child(-n+9) {
    display: block;
  }
  .slide:nth-child(n+10) {
    display: none;
  }
}

@media (min-width: 768px) {
  .slide:nth-child(-n+9) {
    display: block;
  }
  .slide:nth-child(n+10) {
    display: none;
  }
}

.intro-section h5{
  margin-bottom: 5px;
}

.intro-section p{
  margin:0 0 18px 0;
}