
@media(min-width: 992px){
.header{
    background: #fff;
    z-index: 100;
    position: relative;

}
#myVideo{
   /* margin-top: -100px;*/
    width: 100%;
    height: 100%
    z-index: -100;
}
.logo-nav-left1 ul li a{
    color: #111 !important;
    text-shadow: #29292954 1px 0 10px;
}
}

.header{
 
    background: url('../images/bg.jpg') #fff repeat center;
    transition: .2s;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-1px,0);

}
#myVideo{
    width: 100%;
    height: 100%;
}


.video-text{
	    text-align: center;
    font-weight: 800;
    letter-spacing: 2px;
    margin-top: 20px;
    text-shadow: #ffffff 1px 0 10px;;

}
.whach-video-btn{
    text-align: center;
	outline: none;
    border: none;
    background: #252525;
    font-size: 1em;
    color: #fff;
    padding: 10px 20px;
    margin-top: 30px;
    width: 100%;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: ease-in .3s;
}
.whach-video-btn:hover{
	background: #d8703f;
    color: #fff;
}
 
/*   //Video Section   */

.intro{
	padding-top: 30px;
    color: #000;
    font-size: 18px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 600 !important;
    text-shadow: #ffffff 1px 0 10px;
}

/*  //Welcome Line  */

/*   Products   */
.Sai-Products{
	margin-bottom: 20px;
    transition: ease-in 0.3s;
}
.Sai-Products img{

    transition: .2s;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0,0,0,.2);
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-2px,0);
    margin-left: auto;
}

/*   //Products   */

/*Footer*/
.ftr a{
	font-size: 1.2em;
    color: #fff;
    text-decoration: none;
    font-weight: 600;

}
.ftr-com{
    font-size: 18px;
    color: #fff !important;
    letter-spacing: 1px;
}
/*//Footer*/

/*Designer-company*/
.Designer-company{
    /*background: url('../images/designer-company.jpg') no-repeat center;
    width: 100%;
    height: 100%;*/
 /*   margin: 0;
    padding: 0;*/
}
.d-text{
    position: absolute;
   
    z-index: 999999;
    top: 200px;
   padding: 0px 150px 0px 250px;
}
.d-text h3{
    font-size: 35px;
    margin-bottom: 10px;

}
.Mobile-design{
    display: none;
    margin-top: 20px;
    margin-bottom: 20px;

}
.Mobile-design h3{
    margin-bottom: 10px;
}

.product-page{
    background: url(../images/product-bg.jpg) no-repeat fixed;
    background-size: cover;
    
}
.login{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}
.collection{
    color: #fff;
    font-size: 20px;

}
.login-info{
    color: #fff;
    margin-top: 50px;
    font-size: 18px;
}
.product-mail{
    text-align: center !important;
    color: #fff;
    display: block;
    margin-top: 10px;
    letter-spacing: 2px;
    font-size: 18px;

}
.product-mail:hover{
    color: #ddd;
}
.product-form{
    margin-top: 20px;
    margin-bottom: 100px;
    
}
.form-background{
    background: #000;
    padding: 20px 30px;
}
.product-form input[type='text']{
    padding: 5px;
    box-sizing: border-box;
    width: 73%
}
.product-form input[type='submit']{
    background: #f47c48;
    border: none;
    color: #fff;
    width: 25%;
    
    padding: 6px 20px;
    box-sizing: border-box;

   }
.product_form{

}

.product_form input,textarea{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
.product-btn{
   background: #f47c48;
   border:none;
   outline: none;
   color: #fff;

}



@media(max-width: 500px){
  .Mobile-design{
    display: block;
  }
  .Designer-company{
    display: none;
  }
}
@media(min-width: 993px){
    #myVideo{
        /*height: 900px;*/

    }
}

/*Designer-company*/