.ecommerce-section-padding{
    padding: 50px 0px;
}
.ecommerce-heading-main {
    text-align: center;
}
.ecommerce-heading {
    color: #1f1f1f;
    font-size: 34px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 2px;
    text-align: center;
}
.ecommerce-heading>span {
    font-weight: 600;
}
.ecommerce-heading-underline {
    display: inline-block;
    width: 29%;
    height: 4px;
    background-image: linear-gradient(45deg, transparent,#673ab7, transparent);
    margin: 5px auto 20px;
}
.ecommerce-paragraph {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 1.8;
}
.ecommerce-btn {
    padding: 10px 0px;
}
.ecommerce-btn>a {
    color: white;
    background-color: #673ab7;
    padding: 12px 24px;
    display: inline-block;
    border-radius: 4px;
    transition: 0.3s linear;
    border: 1px solid #673ab7;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
}
.ecommerce-btn>a:hover {
    transition: 0.3s linear;
    box-shadow: 0px 20px 15px -10px rgba(0,0,0,0.7);
}
.ecommerce-banner {
    padding: 60px 0px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.ecommerce-banner-outer-heading {
    position: relative;
}
.ecommerce-banner-outer-heading:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000009e;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 5px solid #673ab7;
    border-radius: 11px;
}
.ecommerce-banner-heading {
    padding: 35px 25px;
    position: relative;
    z-index: 2;
}

.ecommerce-banner-heading>h1 {
    color: white;
    font-size: 45px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
}
.ecommerce-banner-heading>h2 {
    color: #ffffff;
    font-size: 30px;
    font-family: 'Roboto', sans-serif;
    text-shadow: 1px 9px 20px rgb(0,0,0,0.5);
}
.ecommerce-banner-heading>p {
    color: white;
    font-size: 17px;
    margin-top: 20px;
    text-align: justify;
}
.ecommerce-banner-image{
    text-align: center;
}
.ecommerce-banner-image img{
    width: 100%;
}

/*-----ecommerce why choose start----*/
.ecommerce-choose-text>h4 {
    color: #484848;
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}
.ecommerce-choose-text>h4>span {
    color: #673ab7;
}
.ecommerce-choose-text>p {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
}
.ecommerce-choose-image{
    text-align: center;
}
.ecommerce-choose-image img{
    width: 100%;
}
/*------ecommerce why choose end-------*/

/*------service section start----*/
.ecommerce-services{
    background-repeat: repeat;
    background-blend-mode: overlay;
}
.inner-ecommerce-services {
    padding-top: 20px;
}
.ecommerce-services-single {
    padding: 20px 15px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px;
    transition: 0.4s linear;
    cursor: pointer;
    height: 100%;
    position: relative;
}
.ecommerce-services-single:hover {
    transition: 0.4s linear;
    box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.3);
}
.ecommerce-services-single::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid #9a27b0;
    width: 0;
    transition: 0.4s linear;
}
.ecommerce-services-single::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 3px solid #9a27b0;
    width: 0;
    transition: 0.4s linear;
}
.ecommerce-services-single:hover::before,.ecommerce-services-single:hover::after {
    transition: 0.4s linear;
    width: 100%;
}
.ecommerce-services-single>h4 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #4e4e4e;
    transition: 0.4s linear;
}
.ecommerce-services-single:hover>h4 {
    transition: 0.4s linear;
    color: #7e50c5;
}
.ecommerce-services-single>h5 {
    margin: 20px 0px 25px 0px;
}
.ecommerce-services-single>h5>span {
    font-size: 19px;
    font-weight: 600;
    color: #6d707d;
    display: inline;
    border-bottom: 2px dotted;
}
.ecommerce-services-single>p {
    font-size: 16px;
    color: #5e5e5e;
    margin-top: 20px;
    line-height: 1.7;
    text-align: justify;
    text-align-last: center;
}

/*----service section end----*/

/*------mechanic features start----*/
.ecommerce-features-image{
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 5px;
    max-height: 700px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ecommerce-features-image img{
    width: 65%;
}
.ecommerce-features-data{
    margin-bottom: 20px;
}
.ecommerce-features-single {
    padding: 15px;
    box-shadow: 0px 0px 6px -3px;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    margin-bottom: 20px;
}
.ecommerce-features-single-line1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 20%;
    width: 20%;
    border-radius: 20px 0px 0px 0px;
    border-top: 2px solid;
    border-left: 2px solid;
    transition: 0.5s linear;
}
.ecommerce-features-single-line2 {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20%;
    width: 20%;
    border-radius: 0px 0px 20px 0px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transition: 0.5s linear;
}
.ecommerce-features-single:hover {
    transition: 0.5s ease-in-out;
    box-shadow: 0px 15px 20px -15px rgba(0,0,0,0.6);
    border-radius: 20px 0 20px 0;
}
.ecommerce-features-single:hover .ecommerce-features-single-line1,
.ecommerce-features-single:hover .ecommerce-features-single-line2 {
    transition: 0.5s linear;
    height: 100%;
    width: 100%;
}
.ecommerce-features-single>h4 {
    font-size: 17px;
    margin: 14px 0px 15px;
    font-weight: 600;
    display: flex;
}
.ecommerce-features-single>h4>i {
    margin-right: 10px;
    font-size: 33px;
    vertical-align: middle;
}
.ecommerce-features-single>span {
    font-size: 15px;
    color: #4e4e4e;
    display: block;
    line-height: 1.7;
    text-align: justify;
}
/*----mechanic features end------*/

/*------faq start---------*/

.ecommerce-clone-faq{
    position: relative;
}
.ecommerce-clone-faq .card{
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}
.inner-ecommerce-clone-faq .card-header{
    padding: 0;
    border-bottom: none;
}
.inner-ecommerce-clone-faq .card-header a {
    padding: 12px;
    display: block;
    border-radius: 5px 5px 0px 0px;
    color: white;
    font-size: 16px;
    background-color: #353535;
}
.inner-ecommerce-clone-faq .card-header a i{
    margin-right: 10px;
    font-size: 22px;
}
.inner-ecommerce-clone-faq .card-body {
    background-color: #ffffffc7;
    padding: 10px;
    border: 1px solid #353535;
    border-radius: 0px 0px 5px 5px;

}
.inner-ecommerce-clone-faq .card-body span{
    font-size: 17px;
    color: #000000;
}
.inner-ecommerce-clone-faq .card-body span i{
    margin-right: 10px;
    font-size: 22px;
}

/*------faq end---------*/


@media(max-width: 767px){
.ecommerce-heading {
    font-size: 25px;
}
.ecommerce-section-padding{
    padding: 30px 0px;
}
.ecommerce-heading-underline{
    width: 70%;
}
.ecommerce-paragraph {
    font-size: 16px;
    text-align: justify;
}
.ecommerce-banner-heading>h1 {   
    font-size: 30px; 
}
.ecommerce-banner-heading>h2 { 
    font-size: 25px;
}
.ecommerce-banner-heading>p { 
    font-size: 16px;
    margin-top: 10px;
    font-family: sans-serif;
    letter-spacing: 1px;
}
.ecommerce-banner-outer-heading:before {
    background-color: #00000082;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: none;
    border-top: 5px solid #673ab7;
    border-radius: 7px;
}
.ecommerce-btn>a {
    font-size: 16px;
}
.ecommerce-banner-image {
    display: none;
}
.ecommerce-choose-text>h4 {
    font-size: 25px;
    text-align: center;
}
.ecommerce-services-single::before,
.ecommerce-services-single::after{
    width: 100%;
    border-bottom: 2px solid #9a27b0;
}
.ecommerce-services-single{
    border-radius: 0;
}
.ecommerce-services-single>h4 {
    color: #7e50c5;
}
 .ecommerce-features-single-line1,
 .ecommerce-features-single-line2{
    height: 100%;
    width: 100%;
 }


}