
/*-----------------------------------------------------------------------------------

    Template Name: Wepaint |Creative Html5 Landing Page
    Template URI: http://demo.voidcoders.com/htmldemo/wepaint/
    Description: This is html5 template
    Author: Voidcoders
    Author URI: https://themeforest.net/user/voidcoders/portfolio
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================
  
    1. Theme default CSS
    

    
-----------------------------------------------------------------------------------*/


/*----------------------------------------*/


/*  1. Theme default CSS
/*----------------------------------------*/



/*------------Header CSS  Start-----------------*/



button.navbar-toggler.nav-icon span.navbar-toggler-icon {
    opacity: 0;
}
button.navbar-toggler.nav-icon{
    position: relative;
}
button.navbar-toggler.nav-icon::before {
    position: absolute;
    z-index: 999;
    color: #090909;
    font-size: 30px;
    left: 17px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d"
}

/* Preloder */
div#preloader {
	background: #fff url("../images/loader.gif") no-repeat scroll center center;
	height: 100%;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;

}

header.header-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: .5s ease;
    z-index: 99;
}

header.header-area.nav-fixed {
    position: fixed;
    animation-duration: 0.8s;
    animation-name: fadeInDown;
    animation-timing-function: ease-in-out;
    box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.75);
    background-image: none;
    background: #1c1c2b;
}
.We-paint .bg-light {
    padding-top: 12px;
    background-color: transparent!important;
}

.We-paint .bg-light .nav-link{
    color: #fffcfc;
    margin-top: 17px; 
    font-weight: 600;
    transition: .5s ease;
    display: inline-block;
    font-family: 'Arvo', serif;
    padding: 9px 25px;
    
}

.We-paint .bg-light .nav-link:hover{
    transition: 0.7s;
    color: #ffe368;
    

}
.We-paint .bg-light .nav-link:focus {
    color: #ffa768;
}
a.navbar-brand img {
    width: 90px;
}
::selection {
    background: #00b0ff;
    color: #fff;
    text-shadow: none;
}
.hero-area{
    background-image: url(../images/banner.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: white;
}
.hero-area img{
    width: 80%;
}


.slider-overly {
        width: 100%;
        position: relative;
        z-index: 1;
        padding-top: 160px;
    
}
.slider-overly:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(0,0,0,.7);
   
}


.btn-pruchase,
.btn-pruchase::after {
  -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-pruchase{
    background: none;
    border: 1px solid #fff9f9;
    border-radius: 5px;
    display: block;
    color: #fff9f9;
    font-size: 18px;
    font-family: 'Arvo', serif;
    font-weight: 600;
    margin-top: 10px;
    transition: .5s ease;
    left: 10px;
    padding: 8px 14px;
    position: relative;
    text-transform: uppercase;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    background: #ffe268;;
}

.navbar-light .navbar-toggler {
   border: none;
}

button:focus {
    outline: inherit;
  
}

.btn-pruchase:hover{
    color: #fff;
    transition: .5s ease;
    border-color: #ffffff;
    text-decoration: none;
  }

.btn-pruchase::before,
.btn-pruchase::after {
  background: #ffa868;
  content: '';
  font-family: 'Arvo', serif;
  font-weight: 600;
  position: absolute;
  transition: .5s ease;
  z-index: -1;
}

ul.navbar-nav.ml-auto.mt-2.mt-lg-0 {
    min-height: 68px;
}
.btn-pruchase::after {
    height: 100%;
    left: 0;
    top: 0;
    transition: .5s ease;
    width:0%;
  }
.btn-pruchase:hover:after {
    width: 100%;
  }
.hero-text{
    color: #ffffff;
    padding-top: 85px;
    font-family: 'Arvo', serif;
    padding-bottom: 80px;
}
.hero-text h1{
    padding-bottom: 20px;
    font-family: 'Arvo', serif;
  font-weight: 600;
}
.slide-img {
    padding-bottom: 150px;
}
.demos h1 {
    padding-bottom: 50px;
    font-weight: 600;
    color: #2b2a3e;
}
section.demos {
    text-align: center;
    padding: 80px 0px 100px;
    background-color: #d7cccc;
}
.single-demo{
    width: 100%;
    text-align: center;
    overflow: hidden;
    transition: .5s ease;
    position: relative;
}
.sd-img{
    width: 100%;
    height: 280px;
    position: relative;
    transition: .5s ease;
    
}
.sd-img img{
    width: 100%;
    transition: .7s ease;
}
.single-demo:hover .sd-img img{

    margin-top: -100%;
}
/* .sd-img::before{
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.52);
}
 */

section.demos p {
    padding: 10px 0px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Arvo', serif;
}
.single-demo a {
    z-index: 2;
    text-decoration: none;
    background-color: #d5d2d9;
    position: absolute;
    top: 47%;
    opacity: 0;
    left: 32%;
    transition: .5s ease;
    border-radius: 16px;
    padding: 5px 25px;
    color: #010101;
}
.single-demo:hover a{
    opacity: 1;

}

.single-demo a:hover{
    background-color: #ffe368;
    color: #000;
}
.single-demo.sd2 a:hover {
    background-color: #445426;
    color: #f6f1f1;
}
.single-demo.sd3 a:hover {
    background-color: #5c99f5;
    color: #f6f1f1;
}
.single-demo.sd4 a:hover {
    background-color: #f0091f;
    color: #f6f1f1;
}

.demos h1 {
    font-weight: 600;
}
/* .single-demo:hover .sd-img::before{
    width: 0;  
} */
/*------------Header CSS  END-----------------*/

/*------------Responsive-layout CSS  Start-----------------*/

.responsive-layout{
    overflow: hidden;
    text-align: center;
}
.rl-img img{
    width: 80%;
    padding: 120px 0px 80px;
}
.rl-content {
    padding-bottom: 130px;
}
.rl-content p{
    width: 80%;
    font-size: 25px;
    font-weight: 100;
    font-family: 'Muli', sans-serif;
    color: #2b2a3e;
    margin: 0px auto;
}
.rl-content h2{
    font-family: 'Arvo', serif;
    font-weight: 600;
    font-size: 46px;
    padding-bottom: 12px;
    color: #2b2a3e;
}
.home-pages{
    background: #1c1c2b;
    text-align: center;
}
.hp-content {
    width: 70%;
    color: white;
    padding: 130px 0px 70px;
    margin: 0px auto;
}
.hp-content h1{
    font-family: 'Arvo', serif;
    font-weight: 600;
}
.hp-content p{
    font-family: 'Muli', sans-serif;
    font-size: 19px;
}

/*------------Responsive-layout CSS  END-----------------*/

/*------------Features CSS  Start-----------------*/

.single-page {
    max-width: 100%;
   margin: 0px auto;
}
.single-page h4 {
    color: white;
    font-family: 'Arvo', serif;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;

}
.single-page a>h4:hover{
    color: rgb(255, 170, 11);
    font-size: 17px;
    text-transform: uppercase;
}
.single-page img{
   width: 100%;
   margin: 40px 0px;
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  
}
.single-page:hover img {
    -webkit-transform: scale(.9);
	transform: sale(.9);
}
 .btn-hp-pruchase{
    background: none;
    border: 3px solid #ffe268;
    border-radius: 5px;
    color: #ffa768;
    font-size: 18px;
    font-family: 'Arvo', serif;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    transition: .5s ease;
    padding: 20px 42px;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 28px;
    margin: 100px 0px;

}


.btn-hp-pruchase:hover:after {

    height: 100%;
  }

.btn-hp-pruchase:hover{
    border: 3px solid #f0efeb;
    color: #ffe368;
    text-decoration: none;
   
}

.features-content {
    padding: 130px 0px 80px;
    text-align: center;
}
.features-content p{
    width: 61%;
    font-size: 19px;
    font-weight: 100;
    font-family: 'Muli', sans-serif;
    color: #2b2a3e;
    margin: 0px auto;
}
.features-content h2{
    font-size: 41px;
    font-family: 'Arvo', serif;
    font-weight: 600;
    padding-bottom: 12px;
    color: #2b2a3e;
}

.features {
    padding: 50px 0px;
    text-align: center;
}
.single-feature{
    border: 1px solid #d1cfcf;
    padding: 20px 58px;
    max-width: 400px;
    height: 200px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	opacity: 1;
	/*-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
    -webkit-transition: .5s ease;
    transition: .5s ease !important;

     
}


.single-feature:hover{

    -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px -1px rgba(92, 78, 78, 0.75);
    
}

.single-feature .logo {
    padding: 15px;
}
.feature-description p{
    font-size: 20px;
    font-family: 'Muli', sans-serif;
}

/*------------Features CSS  END-----------------*/

/*------------Footer CSS  Start-----------------*/

.footer-templete{
    background-image: url(../images/banner.png);
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}
.footer-slider-overly{
    width: 100%;
    background: rgba(0,0,0,.5);
}
.footer-content{
    color: white;
    padding: 200px 0px;
}
.btn-pt-pruchase{
    background: #03385c;
    border: 3px solid #fff;
    color: #ffffff;
    font-size: 18px;
    font-family: 'Arvo', serif;
    font-weight: 600;
    position: relative;
    width: 250px;
    text-transform: uppercase;
    padding: 20px 0px;
    display: inline-block;
    transition: .5s ease;
    z-index: 1;
     border-top-left-radius: 22px;
     border-bottom-right-radius: 28px;
     margin: 41px 0px;
}
.btn-pt-pruchase:hover::before{
    width: 100%;
    color: #d1cfcf;
  }
  .btn-pt-pruchase:hover{
    color: #f5eded;
    text-decoration: none;
  }
.btn-pt-pruchase::before{
    position: absolute;
    content: '';
    background: #1c1c2b;
    font-size: 18px;
    text-decoration: none;
    font-family: 'Arvo', serif;
    font-weight: 600;
    transition: .5s ease;
    width: 0px;
    z-index: -1;
    top: 0;
    height: 100%;
    left:0;
    display: inline-block;
     border-top-left-radius: 22px;
     border-bottom-right-radius: 28px;
   
}


/*------------Footer CSS  End-----------------*/