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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    font-weight: 600;
    color: #000;
}
  
a {
    color: #5842bc;
}

* {
    transition: all 0.3s;
}

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

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

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

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

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

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.sticky .nav-link {
    color: #212121;

}
.sticky .navbar-brand {
    color: #212121;

}

.sticky .navbar-toggler {
    color: #212121;
}

.sticky a.text-white {
    color: #212121 !important
}

/* 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;
    color: #fff;
}

.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;
}
/* Button css */
.btn-one {
    background: #5842bc;
    border: 0;
    color: #fff;
    cursor: pointer; 
    font-size: 16px;
    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; 
    border-radius: 50px; 
}

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

/* Banner css */ 
 
.banner .bag {
    background-color: #5842bc3f;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    color: #5842bc;
}

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

.banner img {
    /* animation: alltuchtopdown 5s infinite linear; */
    animation: leftToRight 6s infinite linear;
}
  
.m-cor {
    color: #5842bc;
}

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

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

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

/* services area  */
.services-area .awesome-image {
    position: relative;
    z-index: 1;
    padding: 10px 20px;  
    color: #fff; 
    font-size: 22px;
}
 
.services-area .awesome-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #8971f8 -0.29%, #7558f8 47.99%, #5842bc 82.71%, #5842bc 99.12%);
    width: 64px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    z-index: -1;
}

/*  work area css */

.work-area p.h1 {
display: inline-block;
border: solid 1px #5842bc;
border-radius: 50%;
height: 100px;
width: 100px;
color: #5842bc;
line-height: 100px;
}

.work-area .w-card:hover p.h1 {
    background-color: #5842bc;
    color: #fff;
    transition: all 0.3s;
}

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

.footer {
    background-color: #f4f4f4;
    padding:100px 0 50px 0 ;
}

.footer .text-reset {
    color: #212121 !important;
}
.footer .text-reset:hover {
    color: #5842bc !important;
}


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

.shop-area .product {
    margin-bottom: 25px;
}
    .swiper-button-prev {
        display: none;
    }
    
    .swiper-button-next {
        display: none;
    }
    .container {
        overflow-x: hidden;
    }
    
    .banner .container {
        overflow-x: visible;
    }

}

 