@import 'https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Playfair+Display:400,400i,700,700i,900,900i';

/* Base CSS */

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Lato', sans-serif;
}

a:hover {
    text-decoration: none
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

header.jumbotron {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0) url("../assest/img/bg.jpg") no-repeat scroll center center / cover;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70%;
    letter-spacing: 2px;
    position: relative;
    z-index: 9;
}

header.jumbotron::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

header.jumbotron h1 {
    font-size: 47px;
    letter-spacing: 5px;
    margin-top: 30px;
    text-transform: uppercase;
}

header.jumbotron p {
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    margin: 20px 0;
}

a.buy-now-button {
    border: 1px solid;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 5px 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    width: 150px;
}

a.buy-now-button:hover {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #000;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.loader {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    margin-top: -50px;
}

.area-titile {
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    font-style: italic;
    letter-spacing: 2px;
    margin: 30px 0;
}

.page-menu-area {
    margin: 50px 0;
}

.pages-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.pages-menu ul li {
    background: #272727 none repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 2px;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.pages-menu ul li:hover,
.pages-menu ul li.active {
    background: #d0963e none repeat scroll 0 0;
    color: #fff;
}

.mix {
    display: none;
}

.demo {
    padding-bottom: 80px;
    z-index: 99;
    position: relative;
}

.demo-link {
    margin-bottom: 50px;
    min-height: 380px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.demo-link a::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.demo-link a:hover::before {
    opacity: 0.3;
}

.demo-link img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.demo-img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 4s ease 0s;
    width: 100%;
}

.demo-img-1 {
    background: rgba(0, 0, 0, 0) url("../assest/img/slider.jpg") no-repeat scroll 0 0 / 100% auto;
}

.demo-img-2 {
    background: rgba(0, 0, 0, 0) url("../assest/img/parallax.jpg") no-repeat scroll 0 0 / 100% auto;
}

.demo-img-3 {
    background: rgba(0, 0, 0, 0) url("../assest/img/video.jpg") no-repeat scroll 0 0 / 100% auto;
}

.demo-img-4 {
    background: rgba(0, 0, 0, 0) url("../assest/img/blog.jpg") no-repeat scroll 0 0 / 100% auto;
}

.demo-img:hover {
    background-position: center 100%;
}

.demo-link p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    letter-spacing: 2px;
    margin-bottom: 0;
    position: absolute;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 5;
    background: #000;
    color: #fff;
}

.demo-link>a:hover p {
    background: #000 none repeat scroll 0 0;
    color: #fff;
}

.feature-area {
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 50px 0;
}

.section-title {
    margin-bottom: 25px;
}

.feature-list ul li {
    display: block;
    float: left;
    width: 33.33%;
    line-height: 36px;
    text-transform: uppercase;
}

.feature-list ul li::before {
    color: #d0963e;
    content: "➞";
    margin-right: 10px;
}

footer.footer-area {
    background: #111111 none repeat scroll 0 0;
    padding: 50px 0;
}

footer p {
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    line-height: 1.7em;
}

.attribution>a {
    color: #fff;
    text-decoration: none;
}


/* Tablet desktop :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-list ul li {
        width: 50%;
    }
}


/* Mobile Layout: 320px. */

@media only screen and (max-width: 768px) {
    header.jumbotron h1 {
        font-size: 30px;
        letter-spacing: 2px;
        margin-top: 20px;
        text-transform: uppercase;
    }
    header.jumbotron p {
        font-size: 16px;
        margin: 10px 0 30px;
    }
    a.buy-now-button {
        font-size: 14px;
    }
    .feature-list ul li {
        width: 100%;
    }
}


}
