/*
Template Name: Nikado
Description: Responsive eCommerce Bootstrap Template
Version: 1.0.0
*/
/* ===================================================
    [  Table of contents  ]
======================================================


 
======================================================
[ End table content ]
=================================================== */


/*hero-area*/
.hero-area {
    position: relative;
}
.hreo-content {
    position: absolute;
    top: 50%;
    left: 7%;
    text-align: left;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hreo-content h1 {
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    font-size: 72px;
    line-height: 0.9;
    margin-top: 0;
    margin-bottom: 10px;
}
.hreo-content h1 .medium {
    font-weight: 500;
}
.hreo-content h1 span {
    display: block;
}
.hreo-content p {
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.25px;
}

/*demo-area*/
.section-title h2 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0;
}
.section-title p {
    font-size: 16px;
    line-height: 30px;
    color: #2e2e2e;
}
.section-area .container-fluid {
    padding-left: 4%;
    padding-right: 4%;
    max-width: 1920px;
}
.select-page-area .single-item-wrapper {
    margin-bottom: 80px;
}
.single-item-wrapper {
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}
.single-item-wrapper a span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    line-height: 40px;
    border: 2px solid #ededec;
    display: inline-block;
    vertical-align: top;
    padding: 0 75px;
    margin-top: 30px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
}
.single-item-wrapper:hover span {
    color: #eb3d32;
    border-color: #eb3d32;
}
/*header-style-area*/
.header-style-area .single-item-wrapper {
    margin-bottom: 40px;
}
.buy-button a {
    line-height: 1;
    display: inline-block;
    padding: 16px 30px 13px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 2px;
    text-decoration: none;
    border: 2px solid rgba(255,255,255,.7);
    opacity: 0.8;
}
.buy-button a:hover {
    opacity: 1;
}
/*footer*/
.footer-top h3 {
    text-transform: capitalize;
    font-size: 36px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 400;
    margin-top: 0;
}
.footer-top p {
    color: #fff;
    font-size: 24px;
}
.footer-bottom {
    padding: 31px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom p {
    margin: 0;
    color: #fff;
}

