body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif; 
    color: #212121;
}
  
a {
    color: #DA6A2A;
}

* {
    transition: all 0.3s;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-family: 'Oswald', sans-serif; 
}

p.h1 {
    color: #0E1E32;
}

.top-nav {
    background-color: #010A12;
    padding: 15px 0;
    font-size: 14px;
}

.top-nav a {
    color: #dbdbdb;
}

.top-nav .text-start a {
    margin-left: 15px;
}

.navbar {
    background-color: #0E1E32;
    padding: 20px 0;
}

.navbar .nav-link {
    color: #fff;
    padding: 0 20px !important;
}

/* Button css */
.btn-one {
    background: #DA6A2A;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 15px 35px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    clip-path: polygon(90% 0, 100% 34%, 100% 100%, 10% 100%, 0 66%, 0 0);
    border-radius: 0;
    position: relative;
    font-family: 'Oswald', sans-serif;
}

.btn-one:hover {
    color: #fff;
    background: #010A12;
}

/* Banner css */ 

.banner .one {
    background:#0e1e32e7 url(images/banner-1.jpg);
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    background-blend-mode: overlay;
    color: #fff;
}
.banner .two {
    background:#0e1e32e7 url(images/banner-2.jpg);
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    background-blend-mode: overlay;
    color: #fff;
}
.banner .three {
    background:#0e1e32e7 url(images/banner-3.jpg);
    background-size: cover;
    background-position: center;
    height: 90vh;
    display: flex;
    align-items: center;
    background-blend-mode: overlay;
    color: #fff;
}

.banner h1 {
    font-size: 60px;
    font-weight: 500;
    text-transform: capitalize;
}

.swiper-button-next {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 40px;
    border-radius: 10px;
    color: #fff;
}
.swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 40px;
    border-radius: 10px;
    color: #fff;
}

 

.banner .btn-one {
    padding: 20px 40px !important;
}

.m-cor {
    color: #DA6A2A;
}

.hr-one {
    border-top: solid 3px #DA6A2A;
    opacity: 1;
    width: 100px;
}

.mt--50 {
    margin-top: -100px;
}

.mt--50 .img-box {
    z-index: 99;
    position: relative;
}

/*Work area */
.work-area {
    background:#0e1e32e7 url(images/banner-1.jpg);
    background-size: cover;
    background-position: center;  
    background-blend-mode: overlay;
    color: #fff;
}

.work-area .w-card {
    border: solid 1px #fff;
    padding: 50px 30px;
}

.work-area .w-card:hover {
    background-color: #DA6A2A;
    transition: all 0.3s;
}

.work-area .w-card i{
    color: #fff;
}

/* shop area  */

.shop-area .product {
    position: relative;
}

.shop-area img.shop {
    position: absolute;
    left: 50%;
    top: calc(50% + 15px);
    transform: translate(-50%, -50%);
    padding: 60px;
}

.shop-area .date {
    position: absolute;
    top: 14px;
    right: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #DA6A2A;
}

.shop-area .share {
    position: absolute;
    right: 25px;
    top: 22%;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 2px solid #3e3e45;
    border-radius: 50%;
    color: #DA6A2A;
    font-size: 14px;
}

.shop-area {
        background-color: #010A12;
}


.footer-bottom {
    background-color: #0E1E32;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}


@media screen and (max-width: 600px) {
.banner h1 {
        font-size: 32px;
        font-weight: 400;
}

.shop-area .product {
    margin-bottom: 25px;
}

}