@import "modifiedheaderstyle.css";

body{
    min-width: 320px;
}
.wallpaper .wallpaper-container{
    z-index: -1;
}

/* Intro Section */
.intro {
    position: relative;
}

.intro .header-video--media {
    height: 100%;
    width: 100%;
    display: none;
}

.intro .intro-section {
    position: relative;
    z-index: 0;
    max-width: 675px;
    margin: 0 auto;
    text-align: center;
}

.intro .intro-section h1 {
    color: #fff;
    padding: 50px 0;
    line-height: 1.3em;
}

.intro .intro-section .btn-custom-border {
    color: #fff;
}

a.mouse {
    background-image: url(../images/mouse.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 38px;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -12px;
}

a.mouse i {
    position: relative;
    color: #fff;
}

/* Video Background Styles */
.header-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: black;
    z-index: -1;
}

iframe, video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.teaser-video {
  width: 100%;
  height: auto; 
}

.video-trigger {
  text-align: center;
  color: white;
  font-weight: 900;
  text-decoration: none;
  width: 200px;
  height: 60px;
  top: 0;
  z-index: 5;
  line-height: 60px;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  transition: background .3s;
}
.video-trigger:hover {
    color: #f2f2f2;
}

/* Video Section */
.video {
    background-image: url(https://cdn.sqooasha.com/images/video_bg.jpg?v=0.0);
    background-attachment: fixed;
    -webkit-background-size: cover;
            background-size: cover;
}

.video .brief-content {
    color: #fff;
}

.signUpHeader{
    text-align: center;
    margin: 5px auto;
}

#cta-btn{
    background-color:#2ab22a;
    border: none;
    margin: 5px auto;
    border-radius: 8px;
}

.landing-image{
    opacity: 0.15;
    width: auto;
    height: 100%;
}

#index-signup-btn:hover{
    background-color: #2bd32b;
}

#freePlan:hover{
	background-color: green;
}

#promise{
    font-weight: bold;
    color: #fff;
}

/*----------RESPONSIVE-------------------*/
@media screen and (min-width:1200px){
    .landing-image{
        width: 100%;
        height: auto;
    }
}
      
@media (max-width: 1024px) {

    .intro,
    .video {
        background-attachment: scroll;
    }
    a.mouse {
        display: none;
    }

    .video-trigger {
        display: block;
        width: auto;
    }

}

@media only screen and (min-width: 1024px) {

    .intro .owl-controls {
        bottom: 100px;
    }
}

@media screen and (max-width:991px){
    /* landing */

    /* Intro Slider */
    .intro .intro-section h1 {
        font-size: 32px;
    }
    
    /* Video Section */
    .video-item {
        margin-bottom: 30px;
    }
    
    .intro .intro-section h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:767px){
    
    .intro .intro-section h1 {
        padding: 30px 0;
        margin: 0;
    }

    /* Intro Slider */
    .btn-custom-border {
        background: #0099e6;
        color: #ffffff;
    }
}
@media screen and (max-width:480px){
    /* Intro Section */
    .intro .header-video--media {

    }
    
    .intro {
        padding: 0;
    }

    .intro .intro-section img {
        max-width: 150px;
    }

    .intro .intro-section h1 {
        padding: 20px 0;
        margin: 0;
        font-size: 24px;
    }
    .intro .intro-section h3 {
        font-size: 18px;
    }
    .intro .intro-slider .btn-custom,
    .intro .intro-section .btn-custom,
    .intro .intro-slider .btn-custom-border,
    .intro .intro-section .btn-custom-border {
        width: 208px;
        margin-bottom: 10px!important;
    }
}

@media screen and (max-width:350px){
	#landingPageContent{
		padding: 15px 15px;
	}
}