.ecommerce-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: calc(100vh - 0px);
}

.ecommerce-col-left {
    width: 85%;
    background: var(--dark-choclate);
    position: relative;
    height: 100%;
}

.ecommerce-logo {
    position: absolute;
    top: 0;
    right: -3rem;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecommerce-logo .logo-circle {
    background: var(--dark-pink);
    border-radius: 10rem;
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -6px 6px 0px rgb(0, 0, 0, 0.46) inset;
    -webkit-box-shadow: 0px -6px 6px 0px rgb(0, 0, 0, 0.46) inset;
    -moz-box-shadow: 0px -6px 6px 0px rgb(0, 0, 0, 0.46) inset;
}

.ecommerce-logo img {
    width: 5rem;
}

.ecommerce-col-right {
    width: 15%;
    height: 100%;
    background: white;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.ecommerce-col-left .middle-content .title {
    font-size: 5rem;
    font-family: "Deutschlander 2.0";
    line-height: 3.5rem;
    color: white;
    margin-bottom: 0.3rem;
}

.ecommerce-col-left .middle-content .sub-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--dark-pink);
    line-height: 1.4rem;
    text-transform: uppercase;
}

.ecommerce-col-left .middle-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    width: 22rem;
    padding-left: 2.8rem;
    padding-top: 3rem;
}

.ecommerce-row .ecommerce-col-left .middle-content .titleHeader,
.how-does-function .titleHeader {
    position: relative;
}

.ecommerce-row .ecommerce-col-left .middle-content .titleHeader .logo-left-top-half {
    top: 0;
    left: -4.6rem;
}

.ecommerce-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 0.6rem;
    margin-left: 2rem;
}

.ecommerce-menu ul {
    padding: 0;
    margin: 0;
}

.ecommerce-menu ul li a {
    font-family: "Manrope";
    font-size: 0.3rem;
    /* font-weight: 600; */
    color: rgb(0, 0, 0, 0.8);
}

.ecommerce-logo svg {
    color: var(--dark-choclate);
    width: 5rem;
}

.how-does-function,
.what-covering,
.why-ecommerce {
    height: calc(100vh - 0px);
    background: var(--dark-pink);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.8rem;
    position: relative;
}

.what-covering {
    background: white;
}

.why-ecommerce {
    background: white;
}

#howDoesFunction,
#whatCovering,
#whyEcommerce {
    position: relative;
}

.logo-left-top {
    position: fixed;
    top: 1.5rem;
    left: -2.2rem;
    width: 4.5rem;
    height: auto;
    z-index: 1;
}

.logo-left-top svg {
    height: 100%;
    width: 100%;
    color: var(--dark-choclate);
}

.how-does-function .menu-name,
.what-covering .menu-name,
.why-ecommerce .menu-name {
    font-size: 2.4rem;
    font-family: "Deutschlander 2.0";
    color: white;
    line-height: 2rem;
}

.what-covering .menu-name {
    color: var(--dark-pink);
}

.why-ecommerce .menu-name {
    color: var(--dark-pink);
}

.how-does-function .title,
.what-covering .title,
.why-ecommerce .title {
    color: var(--dark-choclate);
    font-size: 7.2rem;
    text-transform: uppercase;
    line-height: 5.4rem;
    font-family: "Deutschlander 2.0";
}

.why-ecommerce .title {
    font-size: 9rem;
    line-height: 6.4rem;
    ;
}

.how-does-function .sub-title,
.what-covering .sub-title {
    color: var(--light-pink);
    font-size: 1rem;
    font-weight: normal;
    line-height: 1rem;
}

.what-covering .sub-title {
    color: var(--dark-choclate);
}

.function-points {
    background: var(--light-pink);
    position: relative;
}

.coverings {
    background: #FFDDDF;
    position: relative;
}

.function-points .header,
.coverings .header {
    padding: 1.3rem 0 0 3rem;
}

.function-points .header h4,
.coverings .header h4 {
    color: white;
    font-family: 'Deutschlander 2.0';
    font-size: 1.4rem;
}

.function-points .header .heading-title,
.coverings .header .heading-title {
    font-family: 'Deutschlander 2.0';
    text-transform: uppercase;
    font-size: 3.6rem;
    line-height: 2.6rem;
    color: var(--dark-choclate);
    white-space: nowrap;
}

.function-points .header h6,
.coverings .header h6 {
    text-transform: uppercase;
    line-height: .66rem;
    font-size: .7rem;
    color: var(--dark-choclate);
    width: 8rem;
    margin-left: .5rem;
}

.ec-list-no {
    text-transform: uppercase;
    color: white;
    font-size: 2rem;
    line-height: 1.6rem;
    font-family: 'Deutschlander 2.0';
}

.ec-list-title .heading-title {
    text-transform: uppercase;
    line-height: 2rem;
    font-family: 'Deutschlander 2.0';
    color: var(--dark-pink);
    font-size: 2.5rem
}

.ec-list-title p {
    font-size: .5rem;
    color: var(--dark-choclate);
    font-family: Manrope;
    font-weight: bold;
}

.ec-list-divider {
    height: .09rem;
    background: white;
    width: 15rem;
    margin: .4rem 0;
}

.list-flex {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
}

.ec-list {
    padding: 1.5rem 0 1.5rem 3rem;
}

.functions {
    position: relative;
    height: calc(100vh - 0px);
}

.functions .heading {
    padding-top: 2rem;
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    position: absolute;
    width: fit-content;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
}

.functions .heading h4 {
    font-size: 3rem;
    line-height: 2.2rem;
    font-family: 'DEUTSCHLANDER 2.0';
}

.functions .heading .title h6 {
    font-size: 1.2rem;
    line-height: 1rem;
}

.functions .heading .title .heading-title {
    font-size: 12rem;
    font-family: 'Deutschlander 2.0';
    text-transform: uppercase;
    line-height: 9rem;
}

.start-up {
    background: var(--dark-pink);
}

.start-up .heading h4 {
    color: #FBC4C5;
}

.start-up .heading .title h6 {
    color: #FBC4C5;
}

.start-up .heading .title .heading-title {
    color: var(--dark-choclate);
}

.start-up .slider-one .sub-title {
    color: #FBC4C5;
}

.start-up .carouser-btn button {
    background: #ffffff54;
}

.start-up .slide-count {
    color: var(--dark-choclate);
}

.step-up {
    background: var(--light-pink);
}

.step-up .heading h4 {
    color: var(--dark-pink);
}

.step-up .heading .title h6 {
    color: var(--dark-pink);
}

.step-up .heading .title .heading-title {
    color: var(--dark-choclate);
}

.step-up .slider-one .sub-title {
    color: var(--dark-pink);
}

.step-up .carouser-btn button {
    background: var(--dark-pink);
}

.step-up .slide-count {
    color: var(--dark-pink);
}

.brand-up {
    background: var(--dark-choclate);
}

.brand-up .heading h4 {
    color: var(--light-pink);
}

.brand-up .heading .title h6 {
    color: var(--light-pink);
}

.brand-up .heading .title .heading-title {
    color: var(--dark-pink);
}

.brand-up .slider-one .sub-title {
    color: var(--light-pink);
}

.brand-up .carouser-btn button {
    background: var(--dark-pink);
}

.brand-up .slide-count {
    color: var(--dark-pink);
}


/* Carouser Slider Start */

#eCommerce .card-slide {
    background: #fff;
    flex-grow: 1;
    padding: .8rem;
    position: relative;
    transform: rotate(3.5deg);
    height: 8.5rem;
    width: 10rem;
    margin: 0 auto;
    border-radius: .2rem;
}

#startUp,
#stepUp,
#brandUp {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 3.8rem;
}

.carousel-item {
    padding: 2rem;
}

#eCommerce .card-slide {
    color: var(--primary);
}

#eCommerce .card-slide p {
    font-size: 0.4rem;
    font-weight: 500;
    font-family: "Manrope";
    width: 6rem;
    color: var(--dark-choclate);
    align-self: flex-start;
    margin-top: .2rem;
    width: 100%;
}

#eCommerce .card-slide .card-no {
    font-size: 2rem;
    line-height: 1.6rem;
    color: var(--dark-pink);
}

#eCommerce .card-content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    /* margin-top: 1rem; */
    height: calc(100% - 3rem);
}

#eCommerce .card-slide .card-title {
    /* white-space: nowrap; */
    text-transform: uppercase;
    color: var(--dark-pink);
    line-height: 2rem;
    font-size: 2rem;
}

.carouser-btn {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 6;
    width: 120px;
    height: 100px;
}

.carouser-btn button {
    height: 50px;
    width: 50px;
    padding: 0.3rem;
    border-radius: 10px;
}

.slider-one .sub-title {
    text-transform: uppercase;
    line-height: 1.9rem;
    font-size: 2rem;
    padding-top: 4.6rem;
    width: 24rem;
    margin: 0 auto;
    color: #FBC4C5;
    padding-left: 2.3rem;
    height: 8.5rem;
}

.slide-count {
    position: absolute;
    bottom: 1.5rem;
    left: 4.5rem;
    font-size: .8rem;
}


/* Carouser Slider */

.nav-pills .nav-link {
    background: #FBC4C5;
    padding: .0rem .4rem;
    border-radius: 0;
    font-size: .6rem;
    text-transform: uppercase;
    color: white;
    border-radius: 6px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: var(--dark-choclate);
}

.nav-pills .nav-link:hover {
    background: var(--dark-choclate);
    transition: all 0.5s ease-out;
}

.tab-section {
    padding: 1rem 3rem;
}

.tab-container {
    display: flex;
    align-items: flex-start;
    gap: .3rem;
    height: 10rem;
}

.tab-container .describe {
    font-size: .84rem;
    width: 5rem;
    color: var(--dark-choclate);
}

.tab-card {
    background: var(--dark-choclate);
    width: 8.4rem;
    padding: .6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: .2rem;
}

.tab-card .card-title {
    color: var(--dark-pink);
    line-height: 1.4rem;
    text-transform: uppercase;
    font-size: 1.6rem;
}

.tab-card p {
    font-size: .45rem;
    font-family: 'Manrope';
    line-height: .62rem;
    color: white;
    margin-top: .4rem;
}

.tab-card .card-no {
    text-align: right;
    font-size: 2.2rem;
    font-weight: 500;
    color: var(--dark-pink);
    line-height: 2rem;
}

.why-e {
    padding: 2rem 3rem;
    position: relative;
}

.why-e-title .menu-name {
    font-size: 1.4rem;
    line-height: 1.2rem;
    color: var(--dark-pink);
    font-family: 'DEUTSCHLANDER 2.0';
}

.why-e-title .title {
    font-size: 7rem;
    font-family: 'Deutschlander 2.0';
    color: var(--dark-choclate);
    line-height: 5.6rem;
}

.why-e-content {
    display: flex;
    align-items: flex-start;
    margin-top: 1.6rem;
    gap: .4rem;
    padding-bottom: 2rem;
}

.why-e-content p {
    font-size: .36rem;
    color: var(--dark-choclate);
    font-family: Manrope;
    flex: 1;
}

.why-e-content p:first-child {
    padding-right: 6rem;
}

.why-e-content div {
    flex: 1;
}

.why-e-content h4 {
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    color: var(--dark-choclate);
    margin-bottom: .6rem;
}

.mrk-agn,
.soft-agn,
.crt-agn {
    background: var(--light-pink-bg);
    padding: 2rem 0 2.5rem;
    position: relative;
}

.mrk-agn .heading,
.soft-agn .heading,
.crt-agn .heading {
    text-align: center;
    font-size: 7rem;
    text-transform: uppercase;
    color: var(--dark-choclate);
    line-height: 5rem;
}

.soft-agn {
    background: white;
    position: relative;
}

.soft-agn .heading {
    color: var(--dark-choclate);
}

.soft-agn .list-group .list-item .list-no {
    color: var(--dark-choclate);
}

.soft-agn .list-group .list-item .list-title {
    color: var(--light-pink);
}

.soft-agn .list-divider {
    background: var(--light-pink);
}

.crt-agn {
    background: var(--dark-choclate);
    position: relative;
}

.crt-agn .heading {
    color: white;
}

.crt-agn .list-group .list-item .list-no {
    color: white;
}

.crt-agn .list-group .list-item .list-title {
    color: var(--dark-pink);
}

.crt-agn .list-divider {
    background: var(--dark-pink);
}

.list-group {
    padding: 3rem 0 0 11rem;
}

.list-group .list-item {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.list-group .list-item .list-no {
    color: white;
    font-size: 1rem;
    font-weight: 500;
}

.list-group .list-item .list-title {
    text-transform: uppercase;
    color: var(--dark-pink);
    line-height: 2rem;
    font-size: 2.5rem;
}

.list-divider {
    height: .04rem;
    background: var(--dark-pink);
    margin: .9rem 0;
}

.pseudo-text-effect,
.menu-icon svg {
    color: var(--dark-choclate);
}

.ecommerce-menu ul li {
    background-color: rgb(255 255 255 / 80%);
    backdrop-filter: blur(5px);
    border-radius: 10rem;
    padding: 0 0.3rem;
    margin: 0.1rem 0;
}

.bgWhite .logo-text,
.bgWhite .spinning-top {
    color: var(--dark-choclate);
}