/* ----------------- Header Start ----------------- */

.bannerIndex {
    position: relative;
    z-index: 5;
}

.dotBanner {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/black_dots_mask.webp');
}

#bannerVideo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* object-fit: fill; */
    object-fit: cover;
    height: 100%;
    width: 100%;
    display:block !important;
}

#bannerVideo[poster] {
    height:100%;
    width:100%;
}

.whiteButton {
    margin-top: 1rem;
}

#HomeHeader .headerContent {
    position: relative;
    z-index: 10;
    padding: 5% 5% !important;
    width: 100%;
}

@media screen and (max-width: 576px) {
    .headerContainer {
        background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/home_banner_Sell_More_Sell_Fast_Mobile.webp');
        background-size: cover;
        background-repeat: no-repeat;
    }

    #HomeHeader .headerContent {
        padding: 12% 10% !important;
    }
}


/* ----------------- Header End ----------------- */


/* ----------------- sections ----------------- */

/* for body padding above 1440px*/
@media screen and (min-width: 1441px) {
    .sectionGrowthEngine {
       padding: 10px 10% 0px 10% !important;
    }
    .sectionTestimonial {
        padding: 10px 10% !important;
     }
}
@media screen and (min-width: 1600px) {
    .sectionGrowthEngine {
        padding: 10px 15% 0px 15% !important;
     }
     .sectionTestimonial {
        padding: 10px 15% !important;
     }
}

/*----------------------------section1 PowerB2B -------------------------------------*/


/*---------------------------- Growth Engine -------------------------------------*/
.sectionGrowthEngine {
	//padding: 10px 8% 0px 8%;
}

.sectionGrowthEngine2 {
    padding: 10px 8% 0px 8%;
}

.sectionGrowthEngine p {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.sectionGrowthEngine2 p {
    margin-top: 1rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
    .sectionGrowthEngine {
        display: none;
    }
}
@media screen and (min-width: 992px) {

    .sectionGrowthEngine2 {
        display: none;
    }
}

.sectionGrowthEngine img:hover, .sectionGrowthEngine2 img:hover {
    transition: transform 450ms;
    transform: scale(1.02);
}

@media screen and (max-width: 991px) {
    .dotClassBlue .dotMask-after{
        width: 115%;
    }
}

.dotClassBlue:hover .dotBackBlue {
    background-image: none;
}

.dotClassBlue {
    position: relative;
}

.dotBackBlue {
    background-image: url('https://d3lhatfimi1ec.cloudfront.net/D2A8C116-11D3-4FE8-ABED-41BDCA2451B4/StaticImages/blue_dots_mask.webp');
}

.dotClassBlue:hover img {
    transform: scale(1.03);
    -webkit-transition: opacity .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    transition: opacity .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
    -o-transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .6s;
    transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .6s;
    transition: transform .6s cubic-bezier(.19,1,.22,1),opacity .6s,-webkit-transform .6s cubic-bezier(.19,1,.22,1);
}

/*---------------------------- EnterPrise -------------------------------------*/

.ecommerceImg {
    width: 100%;
    height: 100%;
    position: relative;
    right: 0;
    top: 2%;
}

@media screen and (max-width: 991px) {
    .ecommerceImg {
        width: 100% !important;
        right: 0% !important;
        top: 0%;
        padding: 0% 0% 5% 0%;
    }
    .ecommerceImg2 {
        width: 100% !important;
        left: 0% !important;
        top: 0%;
        padding: 0% 0% 5% 0%;
    }
}


.ecommerceImg2 {
    width: 150%;
    height: 100%;
    position: relative;
    top: 3%;
}

@media screen and (max-width: 576px) {
    .ecommerceImg {
        padding-bottom: 0% 0% 5% 0% !important;
    }
    .ecommerceImg2 {
        padding-bottom: 0% 0% 5% 0% !important;
    }
}

.moreFeatures {
    margin: 4rem 0rem 2rem 0rem;
}

