@font-face {
    src: url("/Font/Cambon-Bold.ttf");
    font-family: 'Cambon-Bold';
}

@font-face {
    src: url("/Font/Cambon-Medium.ttf");
    font-family: 'Cambon-Medium';
}

@font-face {
    src: url("/Font/Cambon-Regular.ttf");
    font-family: 'Cambon-Regular';
}

@font-face {
    src: url("/Font/ProductSans-Bold.ttf");
    font-family: 'ProductSans-Bold';
}

@font-face {
    src: url("/Font/ProductSans-Medium.ttf");
    font-family: 'ProductSans-Medium';
}

@font-face {
    src: url("/Font/ProductSans-Regular.ttf");
    font-family: 'ProductSans-Regular';
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'ProductSans-Regular';
}

.container-fluid {
    margin: auto;
    width: 95%;
}

.container {
    margin: auto;
    width: 85%;
}

button:hover {
    cursor: pointer;
    box-shadow: 2px 2px 5px black;
}

/* start of heading */

body {
    background-color: #d3dae4;
}

.logo {
    width: 177px;
}

.min-nav-bar {
    width: 470px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #000000;
    list-style-type: none;
    border-radius: 16px;
    padding: 16px;
}

.min-bar-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 12px;
    padding: 10px;
}

.min-bar-button:hover {
    background-color: #3626F1;
}

.min-nav-bar-loging {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #FFFFFF;
    background-color: #3626F1;
    border-radius: 12px;
    text-decoration: none;
    padding: 12px;
}

.min-nav-bar-loging:hover {
    color: #3626F1;
    background-color: #FFFFFF;
}

.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav {
    padding-top: 30px;
    padding-bottom: 20px;
    position: sticky;
    top: -25px;
    z-index: 5;
    background-color: #d3dae4;
}

/* end of heading */

/* start of -> section-Ecommerce-Business */

.section-Ecommerce {
    padding-top: 80px;
    padding-bottom: 85px;
    overflow: hidden;
}

.Ecommerce {
    width: 50%;
    gap: 44px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}

.Ecommerce::before {
    content: '';
    width: 80px;
    height: 80px;
    background-image: url("/Images/Vector.png");
    background-size: cover;
    position: absolute;
    opacity: 10%;
    top: 65px;
    left: -91px;
}

.Ecommerce::after {
    content: '';
    width: 80px;
    height: 86px;
    background-image: url("/Images/Idea.png");
    background-size: cover;
    position: absolute;
    opacity: 100%;
    top: -11px;
    left: 489px;
}

.Ecommerce-Business {
    width: 100%;
    font-size: 54px;
    font-weight: 700;
    line-height: 65.5px;
    letter-spacing: -1px;
    color: #070330;
}

.diff-col {
    color: #3626F1;
}

.lorem-one {
    width: 100%;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    color: #261335;
}

.lorem-two {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #534064;
}

.lets {
    width: 150px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #3626F1;
    border-radius: 12px;
    gap: 10px;
    padding: 10px 16px;
    text-decoration: none;
}

.lets-next {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
    color: #3626F1;
    padding: 10px 16px;
    border-radius: 12px;
}

.or {
    color: #94A2B3;
    font-weight: 400;
}

.lets-next:hover {
    box-shadow: 2px 2px 5px black;
}

.hero {
    width: 50%;
    /* margin-left: 135px; */
}

.hero-image {
    width: 100%;
}

.ecommerce-hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

/* end of section-Ecommerce-Business */

/* start of -> section-trusted-brand */

.trusted-brand {
    padding-top: 70px;
    position: relative;
}

.Our-Trusted-Brand {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #070330;
    font-family: 'cambon';
    text-align: center;
}

.multi-logos-1 {
    width: 14%;
}

.multi-logos-2 {
    width: 14%;
}

.multi-logos-3 {
    width: 9%;
}

.multi-logos-4 {
    width: 9%;
}

.multi-logos-5 {
    width: 9%;
}

.multi-logos-6 {
    width: 9%;
}

.multi-logos-7 {
    width: 9%;
}

.multi-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.trusted-brand::before {
    content: '';
    width: 111px;
    height: 111px;
    background-image: url("/Images/div.scroll-down-second-wrap.png");
    position: absolute;
    top: -40%;
    left: 46%;
}

/* end of section-trusted-brand */

/* start of -> section-offer */

.section-offer {
    padding-top: 100px;
}

.What-We-Offer {
    font-size: 48px;
    font-weight: 600;
    line-height: 65px;
    font-family: 'cambon';
    color: #070330;
    text-align: center;
    position: relative;
}

.What-We-Offer::before {
    content: '';
    width: 225px;
    height: 25px;
    background-image: url("/Images/Frame.png");
    background-size: cover;
    position: absolute;
    z-index: -1;
    top: 44px;
    left: 366px;
    /* transform: rotate(-180deg); */
}

.lorem-three {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #534064;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 60px;
}

.Domestic {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #050020;
}

.Domestic-light {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    font-family: 'ProductSans-Medium';
    color: #8F8F8F;
}

.fighter {
    width: 64px;
    margin-bottom: 20px;
}

.Domestic-mid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    gap: 8px;
}

.Learn-More {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #3626F1;
    bottom: 30px;
    text-decoration: none;
}

.Domestic-Shipping {
    width: 32%;
    height: 315px;
    border-radius: 16px;
    background-color: #FFFFFF80;
    padding: 30px;
    box-shadow: 0px 70px 100px 0px #19046321;
    position: relative;
}

.min-offer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* end of section work-together */

/* start of -> section-work-together */

.section-work-together {
    padding-top: 50px;
    padding-bottom: 100px;
}

.what-make {
    background-color: #FFFFFF;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 0;
    overflow: hidden;
    padding: 5px;
}

.what-make::before {
    content: '';
    width: 700px;
    height: 550px;
    background: radial-gradient(#A3AAF8, transparent);
    filter: blur(40px);
    position: absolute;
    top: -220px;
    left: -160px;
    opacity: 40%;
    z-index: -1;
}

.what-make::after {
    content: '';
    width: 700px;
    height: 550px;
    background: radial-gradient(#3626F1, transparent);
    filter: blur(40px);
    position: absolute;
    top: 40px;
    left: 640px;
    opacity: 40%;
    z-index: -1;
}

.text-one {
    width: 100%;
    font-size: 44px;
    font-weight: 500;
    font-family: 'Cambon-Regular';
    line-height: 55px;
}

.text-two {
    width: 100%;
    font-size: 44px;
    line-height: 55px;
    font-weight: 700;
    font-family: 'Cambon-Bold';
    color: #070330;
}

.text-three {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    color: #000000;
    opacity: 40%;
    margin-top: 12px;
    margin-bottom: 24px;
}

.free {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #3626F1;
    border-radius: 12px;
    padding: 10px 16px;
}

.free:hover {
    color: #3626F1;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 5px black;
}

.together {
    width: 60%;
    padding-left: 50px;
    gap: 24px;
}

.layer-one {
    width: 100%;
}

.photo-layer-one {
    width: 161px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.together-next {
    width: 40%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    overflow: hidden;
}

.layer1 {
    align-self: flex-end;
}

/* end of section work together */

/* start of -> section-our-service */

/* .scroll-photo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
} */

/* end of section-our-service  */

/* start of -> section-Enhance */

.customer-experience {
    background-color: #FFFFFF;
    border-radius: 40px;
}

.Domestic3 {
    font-size: 44px;
    font-weight: 700;
    line-height: 70px;
    color: #001321;
}

.text-four {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #1F3E55;
    padding-top: 8px;
    padding-bottom: 26px;
}

.Explore-More {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #3626F1;
    border-radius: 8px;
    padding: 12px 20px;
    background-color: #DEE7FE;
}

.one12 {
    width: 50%;
}

.img-one2 {
    width: 100%;
}

.Explore {
    width: 50%;
}

.Domestic-shipping2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 57px;
}

.Domestic-one {
    padding: 44px 35px 0px 35px;
}

.Domestic-two {
    padding: 0px 35px 0px 35px;
}

.Enhance-your-customer-experience {
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
    font-family: 'Cambon-Regular';
    color: #070330;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 8px;
    position: relative;
    z-index: 0;
}

.Enhance-your-customer-experience::before {
    content: '';
    background-image: url("/Images/Frame.png");
    background-size: cover;
    width: 225px;
    height: 25px;
    position: absolute;
    top: 101px;
    left: 458px;
    z-index: -1;
}

.lore-four {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #534064;
    text-align: center;
}

/* end of section--Enhance */

/* start of -> section-repeat-purchases */


.section-repeat-purchases {
    padding-top: 100px;
    padding-bottom: 70px;
}

.Learn-More-› {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #3626F1;
}

.Trust-building {
    width: 33%;
}

.img-pur {
    width: 100%;
    padding: 10px;
}

.purchases {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.text-five {
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    padding: 10px 10px;
    color: #050020;
}

.text-five-down {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 10px;
    padding-bottom: 10px;
    color: #00000096;
}

.Learn-More-› {
    padding: 0px 10px;
    text-decoration: none;
}

.Conversion-Drive {
    color: #9D9D9D;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    font-family: 'Cambon-Regular';
}

.repeat-purchases {
    color: #070330;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    font-family: 'Cambon-Regular';
}

.repeat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}

/* end of section-Enhance */

/* strat of -> section-we-are-ship-x-post */

.section-we-are-ship-x-post {
    padding: 30px 0px;
    padding-bottom: 80px;
}

.we-are-ship-x-post-first {
    background-image: url("/Images/image\ 387.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 40%;
    height: 300px;
}

.text-six {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    color: #FFFFFF;
}

.text-six-down {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.both {
    width: 80%;
    padding-top: 40px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
}

.scroll {
    width: 50%;
    height: 500px;
    /* background-color: white; */
    border-radius: 10px;
}

.frame-999 {
    width: 60px;
    padding-bottom: 10px;
}

.text-seven {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    font-family: 'ProductSans-Medium';
}

.text-seven-down {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #000000;
    opacity: 50%;
}

.layer-1-part-1 {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 20px;
}

.first-layer-in-scroll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.box {
    width: 55%;
}

.scroll {
    width: 100%;
    overflow: auto;
    direction: rtl;
}

.box2 {
    direction: ltr;
    padding-left: 40px;
}

.we-are-light {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.line {
    height: 550px;
}

.scroll::-webkit-scrollbar {
    width: 10px;
}

.scroll::-webkit-scrollbar-track {
    border-radius: 100px;
    background-color: #000000;
    border: 4px solid #d3dae4;
}

.scroll::-webkit-scrollbar-thumb {
    width: 3px;
    border-radius: 100px;
    background-color: #240CF4;
    /* border: 2px solid black; */
}

/* end of section-we-are-ship-x-post */

/* start of -> section-Fulfillment */

.section-Fulfillment {
    padding-bottom: 100px;
}

.Fulfillment {
    font-size: 48px;
    line-height: 60px;
    color: #070330;
    font-family: 'Cambon-Bold';
    position: relative;
    z-index: 0;
}

.Fulfillment::before {
    content: '';
    width: 250px;
    height: 25px;
    background-image: url("/Images/Frame.png");
    background-size: cover;
    position: absolute;
    top: 40px;
    left: 3px;
    z-index: -1;
}

.Fulfillment-lower {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #534064;
}

.upper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 60px;
}

.lower {
    width: 100%;
    background-color: #06124F;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.lower::before {
    content: '';
    width: 200%;
    height: 300px;
    position: absolute;
    background-color: #d3dae4;
    z-index: -1;
    border-radius: 0% 0% 50% 50%;
    top: -200px;
    left: -50%;
}

.lower::after {
    content: '';
    width: 200%;
    height: 300px;
    position: absolute;
    background-color: #d3dae4;
    z-index: -1;
    border-radius: 50% 50% 0% 0%;
    bottom: -220px;
    left: -50%;
}

.B2C-fulfillment {
    font-size: 28px;
    font-weight: 700;
    line-height: 33px;
    color: #FFFFFF;
    padding-top: 40px;
}

.lorem-four {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
}

.B2C-button {
    width: 155px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #3626F1;
}

.B2C-button:hover {
    color: #FFFFFF;
    background-color: #3626F1;
}

.div-img1 {
    width: 50%;
    height: 350px;
}

.lower-first {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5%;
}

.B2C {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    margin-top: 80px;
}

.b2c {
    margin-top: -100px;
}

.div-img2 {
    width: 50%;
    height: 350px;
    background-image: url("/Images/Frame\ 427319937\ \(1\).png");
    background-size: contain;
    background-repeat: no-repeat;
}

.lower-second {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5%;
    padding-top: 50px;
}

/* end of section-Fulfillment */

/* start of -> section-With-Passion */

.section-With-Passion {
    padding-bottom: 150px;
}

.With-Passion {
    width: 45%;
    font-size: 60px;
    font-weight: 500;
    line-height: 78px;
    font-family: 'Cambon-Medium';
    color: #070330;
}

.Heart {
    font-size: 60px;
    font-weight: 700;
    line-height: 78px;
    font-family: 'Cambon-Medium';
    color: #070330;
}

.text-eight-light {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #534064;
    opacity: 40%;
}

.Passion-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 12px;
    background-color: #3626F1;
    padding: 10px 16px;
    color: white;
    border: none;
}

.text-eight {
    width: 45%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.upper-passion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 85px;
}

.lower-passion {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.random-photo {
    width: 24%;
    height: 295px;
    background-size: cover;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 0;
}

.random-photo::before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, black, transparent);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 70%;
    border-radius: 20px;
}

.photo1 {
    background-image: url("/Images/images\ \(1\).jpg");
}

.photo2 {
    background-image: url("/Images/images\ \(2\).jpg");
}

.photo3 {
    background-image: url("/Images/images.jpg");
}

.photo4 {
    background-image: url("/Images/industrial-goods-transport-service-500x500.webp");
}

.random-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    color: #FFFFFF;
}

.lorem-five {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    color: #FFFFFF99;
}

.random-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 16px;
}

/* end of section-With-Passion */

/* start of -> section-View-Our-Services */

.section-View-Our-Services {
    background-image: url("/Images/Rectangle\ 2522.png");
    background-size: cover;
    padding-top: 20px;
    margin-bottom: 310px;
}

.view-our {
    height: 500px;
}

.text-nine {
    width: 50%;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    color: #FFFFFF;
    font-family: 'Cambon-Medium';
}

.side-logo {
    width: 145px;
}

.upper-view {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 50px;
}

.lower-photo {
    width: 68%;
}

.three-min-part {
    width: 27%;
    height: 385px;
    background-color: #3626F1;
    border-radius: 12px;
    padding: 0px 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.A30 {
    font-size: 40px;
    font-weight: 400;
    line-height: 51px;
    color: #FFFFFF;
    font-family: 'Cambon-Medium';
}

.Experiences {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #FFFFFF;
}

.label {
    width: 100%;
    height: 30.5px;
    background-image: url("/Images/ShipXpost\ •\ ShipXpost\ •\ ShipXpost\ •\ ShipXpost\ •\ ShipXpost\ •\ ShipXpost.png");
    background-size: cover;
    margin-bottom: 35px;
}

.part1 {
    border-bottom: 1px solid #FFFFFF33;
    gap: 8px;
    padding: 22px 0px;
}

.lower-view {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.heading {
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    color: #FFFFFF;
    opacity: 10%;
    text-shadow: 2px 2px white;
    padding-bottom: 40px;
}

/* end of section-View-Our-Services */

/* start of -> footer */

.From-anywhere-1 {
    font-size: 44px;
    font-weight: 500;
    line-height: 55px;
    color: #070330;
    font-family: 'Cambon-Medium';
}

.to-everywhere-1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 55px;
    color: #070330;
    font-family: 'Cambon-Medium';
}

.lorem-six {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #000000;
    opacity: 40%;
}

.extra-button {
    padding: 10px 16px;
    border-radius: 12px;
    gap: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    background-color: #3626F1;
    border: none;
}

.last-img {
    width: 50%;
}

.left-box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
    padding: 75px 50px;
}

.extra-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.extra-box::before {
    content: '';
    width: 700px;
    height: 550px;
    background: radial-gradient(#A3AAF8, transparent);
    filter: blur(40px);
    position: absolute;
    top: -220px;
    left: -160px;
    opacity: 40%;
    z-index: -1;
}

.extra-box::after {
    content: '';
    width: 700px;
    height: 550px;
    background: radial-gradient(#3626F1, transparent);
    filter: blur(40px);
    position: absolute;
    top: 40px;
    left: 640px;
    opacity: 40%;
    z-index: -1;
}

.outer-footer {
    width: 100%;
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.footer {
    background-color: #1E1541;
}

.lorem-seven {
    opacity: 50%;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -4%;
    color: #FFFFFF;
}

.part-1 {
    width: 23%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.list-heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #F7F6F5;
}

.main-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    list-style-type: none;
    gap: 8px;
}

.part-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.list-mem {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    color: #F7F6F5;
    opacity: 60%;
}

.Information3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #F7F6F5;
}

.input {
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    color: #FFFFFF;
    opacity: 45%;
    flex-basis: 85%;
    font-size: 18px;
    outline: none;
}

.send {
    background: transparent;
    border: none;
}

.for-input {
    border: 1.05px solid #91A8F84D;
    border-radius: 9px;
    padding: 9px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.part-3 {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}

.max-part-2 {
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.last-frame {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 270px;
    position: relative;
    z-index: 0;
}

.line-img {
    width: 100%;
}

.last-logo {
    width: 100%;
}

.footer {
    overflow: hidden;
}

.last-frame::before {
    content: '';
    width: 70%;
    height: 500px;
    position: absolute;
    background: radial-gradient(#8c85e3e6, transparent);
    filter: blur(40px);
    opacity: 25%;
    z-index: -1;
    top: 370px;
    left: 265px;
}

.last-frame::after {
    content: '';
    width: 70%;
    height: 500px;
    position: absolute;
    background: radial-gradient(#665aff, transparent);
    filter: blur(40px);
    opacity: 25%;
    z-index: -1;
    top: -90px;
    left: -500px;
}

.img1223 {
    width: 50%;
}

@media only screen and (max-width: 1140px) and (min-width: 1024px) {
    .container {
        width: 1000px;
        margin: auto;
    }

    .min-nav-bar {
        display: none;
    }

    .hero {
        width: 50%;
    }

    .Domestic-mid {
        width: 100%;
    }

    .Domestic-light {
        font-size: 15px;
    }

    .Trust-building {
        width: 30%;
    }

    .img-pur {
        width: 100%;
    }

    .text-five {
        font-size: 25px;
    }

    .lower-second {
        padding-top: 65px;
    }

    .heading {
        font-size: 37px;
    }

    .text-nine {
        font-size: 40px;
    }

    .lower-view {
        align-items: flex-end;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 993px) {
    .container {
        width: 960px;
        margin: auto;
    }

    .min-nav-bar {
        display: none;
    }

    .Ecommerce-Business {
        width: 100%;
        font-size: 40px;
    }

    .Ecommerce::before {
        top: 17%;
        left: -19%
    }

    .Ecommerce::after {
        top: -3%;
        left: 85%;
    }

    .text-five {
        font-size: 23px;
    }

    .What-We-Offer::before {
        top: 56%;
        left: 32%;
    }

    .Domestic {
        font-size: 18px;
    }

    .Domestic-light {
        font-size: 12px;
        line-height: 16px;
    }

    .Learn-More {
        font-size: 14px;
    }

    .layer-one {
        width: 90%;
    }

    .Enhance-your-customer-experience {
        font-size: 35px;
    }

    .Enhance-your-customer-experience::before {
        background-size: cover;
        width: 165px;
        height: 19px;
        top: 76%;
        left: 43%;
    }

    .lore-four {
        font-size: 15px;
        font-weight: 25px;
    }

    .Domestic3 {
        font-size: 31px;
        line-height: 60px;
    }

    .text-four {
        font-size: 16px;
        line-height: 25px;
    }

    .Explore-More {
        font-size: 13px;
    }

    .div-img1 {
        height: 300px;
    }

    .div-img2 {
        width: 55%;
    }

    .With-Passion {
        font-size: 50px;
    }

    .Heart {
        font-size: 50px;
    }

    .heading {
        font-size: 33px;
        line-height: 25px;
    }

    .text-nine {
        font-size: 35px;
        line-height: 50px;
    }

    .lower-view {
        align-items: flex-end;
    }

    .A30 {
        font-size: 35px;
        line-height: 45px;
    }

    .Experiences {
        font-size: 12px;
        font-weight: 500;
    }

    .part-3 {
        width: 24%;
    }

    .section-View-Our-Services {
        margin-bottom: 32%;
    }
}

@media only screen and (max-width: 993px) and (min-width: 769px) {
    .container {
        width: 720px;
        margin: auto;
    }

    .min-nav-bar {
        display: none;
    }

    .With-Passion,
    .Heart {
        font-size: 40px;
        line-height: 55px;
    }

    .Ecommerce-Business {
        font-size: 35px;
        line-height: 50px;
    }

    .Domestic-Shipping {
        height: auto;
    }

    .min-offer {
        display: flex;
        justify-content: space-between;
        align-items: normal;
    }

    .lorem-one {
        font-size: 16px;
        line-height: 25px;
    }

    .lorem-two {
        font-size: 16px;
        line-height: 15px;
    }

    .layer-one {
        width: 80%;
    }

    .lower-passion {
        flex-wrap: wrap;
        gap: 14px;
    }


    .random-photo {
        width: 49%;
    }

    .lets {
        font-size: 14px;
    }

    .lets-next {
        font-size: 14px;
    }

    .Ecommerce::after {
        width: 55px;
        height: 60px;
        top: -2%;
        left: 91%;
    }

    .Ecommerce::before {
        width: 62px;
        height: 62px;
        top: 50px;
        left: -65px;
    }

    .fighter {
        width: 55px;
    }

    .Domestic-light {
        font-size: 12px;
        line-height: 15px;
        min-height: 135px;
    }

    .Domestic {
        font-size: 16px;
    }

    .Learn-More {
        font-size: 15px;
    }

    .What-We-Offer::before {
        width: 212px;
        height: 23px;
        top: 58%;
        left: 31%;
    }

    .photo-layer-one {
        width: 130px;
    }

    .Enhance-your-customer-experience {
        font-size: 40px;
    }

    .lore-four {
        font-size: 16px;
        line-height: 23px;
    }

    .Enhance-your-customer-experience::before {
        width: 185px;
        height: 21px;
        top: 74%;
        left: 42%;
    }

    .Domestic3 {
        font-size: 35px;
        line-height: 60px;
    }

    .text-four {
        font-size: 15px;
        line-height: 20px;
    }

    .Explore-More {
        font-size: 13px;
        line-height: 10px;
    }

    .text-five {
        font-size: 22px;
        line-height: 25px;
    }

    .text-five-down {
        font-size: 17px;
        line-height: 21px;
    }

    .div-img1 {
        height: 300px;
    }

    .B2C-fulfillment {
        font-size: 25px;
        line-height: 20px;
    }

    .lorem-four {
        font-size: 12px;
        line-height: 18px;
    }

    .B2C-button {
        width: 127px;
        height: 40px;
        font-size: 12px;
        line-height: 18px;
    }

    .div-img2 {
        width: 55%;
    }

    .lower::after {
        bottom: -190px;
    }

    .lower::before {
        top: -215px;
    }

    .section-work-together {
        padding-bottom: 60px;
    }

    .section-repeat-purchases {
        padding-top: 50px;
    }

    .section-we-are-ship-x-post {
        padding-bottom: 40px;
    }

    .upper {
        padding-bottom: 35px;
    }

    .section-Fulfillment {
        padding-bottom: 20px;
    }

    .section-With-Passion {
        padding-bottom: 60px;
    }

    .heading {
        font-size: 32px;
    }

    .text-nine {
        font-size: 30px;
        line-height: 45px;
    }

    .left-box {
        padding: 35px 40px;
    }

    .From-anywhere-1 {
        font-size: 35px;
        line-height: 45px;
    }

    .lorem-six {
        font-size: 14px;
        line-height: 20px;
    }

    .extra-button {
        font-size: 13px;
        font-weight: 500;
        line-height: 17px;
    }

    .last-frame {
        padding-top: 180px;
    }

    .part-3 {
        width: 23%;
    }

    .list-heading {
        font-size: 16px;
        line-height: 20px;
    }

    .list-mem {
        font-size: 13px;
        line-height: 25px;
    }

    .Information3 {
        font-size: 17px;
    }

    .input {
        font-size: 12px;
    }
}

@media only screen and (max-width: 769px) and (min-width: 576px) {

    .container {
        width: 540px;
        margin: auto;
    }

    .container-fluid {
        width: 95%;
    }

    .min-nav-bar {
        display: none;
    }

    .Ecommerce-Business {
        font-size: 30px;
        line-height: 35px;
    }

    .lorem-one {
        font-size: 15px;
        line-height: 22px;
    }

    .lorem-two {
        font-size: 15px;
        line-height: 15px;
    }

    .Ecommerce {
        gap: 20px;
    }

    .lets {
        font-size: 10px;
        font-weight: 500;
    }

    .lets-next {
        font-size: 12px;
        font-weight: 500;
        line-height: 25px;
    }

    .Ecommerce::before {
        width: 50px;
        height: 50px;
        top: 33px;
        left: -52px;
    }

    .Ecommerce::after {
        width: 50px;
        height: 58px;
        top: -22px;
        left: 312px;
    }

    .trusted-brand::before {
        left: 43%;
    }

    .What-We-Offer {
        font-size: 35px;
        line-height: 40px;
    }

    .lorem-three {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 40px;
    }

    .section-offer {
        padding-top: 45px;
    }

    .What-We-Offer::before {
        width: 211px;
        height: 23px;
        top: 53%;
        left: 32%;
    }

    .Domestic-Shipping {
        height: 380px;
        padding: 15px;
    }

    .Domestic-light {
        font-size: 10px;
        line-height: 17px;
    }

    .Learn-More {
        font-size: 14px;
    }

    .Domestic-mid {
        gap: 20px;
    }

    .text-one {
        font-size: 30px;
    }

    .text-two {
        font-size: 35px;
        line-height: 40px;
    }

    .text-three {
        font-size: 15px;
        line-height: 18px;
    }

    .free {
        font-size: 12px;
        font-weight: 500;
    }

    .photo-layer-one {
        width: 95px;
    }

    .Enhance-your-customer-experience {
        font-size: 30px;
        line-height: 45px;
    }

    .lore-four {
        font-size: 16px;
        line-height: 25p;
    }

    .Enhance-your-customer-experience::before {
        width: 147px;
        height: 16px;
        top: 79%;
        left: 43%;
    }

    .Domestic3 {
        font-size: 20px;
        line-height: 40px;
    }

    .text-four {
        font-size: 15px;
        line-height: 20px;
    }

    .Explore-More {
        font-size: 10px;
    }

    .Conversion-Drive,
    .repeat-purchases {
        font-size: 30px;
        line-height: 40px;
    }

    .text-five {
        font-size: 15px;
        line-height: 30px;
    }

    .text-five-down {
        font-size: 14px;
        line-height: 19px;
    }

    .Learn-More-› {
        font-size: 14px;
        font-weight: 500;
    }

    .text-six {
        font-size: 23px;
        line-height: 28px;
    }

    .text-six-down {
        font-size: 15px;
        line-height: 24px;
    }

    .text-seven {
        font-size: 15px;
        line-height: 20px;
    }

    .text-seven-down {
        font-size: 11px;
        line-height: 17px;
    }

    .first-layer-in-scroll {
        padding: 5px 0px;
    }

    .layer-1-part-1 {
        padding: 10px;
    }

    .scroll {
        height: 350px;
    }

    .Fulfillment {
        font-size: 30px;
        line-height: 40px;
    }

    .Fulfillment-lower {
        font-size: 15px;
        line-height: 20px;
    }

    .Fulfillment::before {
        width: 177px;
        height: 20px;
        top: 61%;
        left: -3%;
    }

    .div-img1 {
        height: 188px;
    }

    .div-img2 {
        width: 61%;
        margin-bottom: -105px;
    }

    .B2C-fulfillment {
        font-size: 15px;
        line-height: 14px;
        padding-top: 30px;
    }

    .lorem-four {
        font-size: 10px;
        line-height: 16px;
    }

    .B2C-button {
        width: 102px;
        height: 28px;
        font-size: 9px;
        font-weight: 500;
        line-height: 3px;
    }

    .B2C {
        width: 36%;
        gap: 11px;
    }

    .With-Passion,
    .Heart {
        font-size: 40px;
        line-height: 45px;
    }

    .text-eight-light {
        font-size: 16px;
        line-height: 21px;
    }

    .Passion-button {
        height: 40px;
        font-size: 11px;
        font-weight: 500;
        line-height: 20px;
    }

    .random-text {
        font-size: 15px;
    }

    .lorem-five {
        font-size: 11px;
    }

    .text-nine {
        font-size: 20px;
        line-height: 40px;
    }

    .part1 {
        padding: 15px 0px;
    }

    .A30 {
        font-size: 23px;
        line-height: 29px;
    }

    .lower-photo {
        height: 300px;
    }

    .Experiences {
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
    }

    .From-anywhere-1,
    .to-everywhere-1 {
        font-size: 23px;
        line-height: 27px;
    }

    .lorem-six {
        font-size: 11px;
        line-height: 17px;
    }

    .extra-button {
        height: 40px;
        font-size: 11px;
        font-weight: 500;
        line-height: 21px;
    }

    .left-box {
        padding: 42px 50px;
        gap: 13px;
    }

    .list-heading {
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
    }

    .section-View-Our-Services {
        margin-bottom: 260px;
    }

    .list-mem {
        font-size: 11px;
        font-weight: 400;
        line-height: 21px;
    }

    .Information3 {
        font-size: 14px;
        line-height: 20px;
    }

    .input {
        font-size: 8px;
        font-weight: 500;
        line-height: 17px;
        opacity: 65%;
    }

    .lorem-seven {
        font-size: 11px;
    }

    .we-are-ship-x-post-first {
        height: 200px;
    }

    .last-frame {
        padding-top: 200px;
    }

    .section-With-Passion {
        padding-bottom: 50px;
    }

    .upper-passion {
        margin-bottom: 55px;
    }

    .section-Fulfillment {
        padding-bottom: 30px;
    }

    .upper {
        padding-bottom: 0px;
    }

    .section-we-are-ship-x-post {
        padding-bottom: 50px;
    }

    .section-repeat-purchases {
        padding-bottom: 30px;
    }

    .section-repeat-purchases {
        padding-top: 40px;
    }

    .section-work-together {
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 576px) {
    .container {
        width: 100%;
        padding: 0px 15px;
    }

    .logo {
        width: 110px;
    }

    .min-nav-bar-loging {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        padding: 10px;
    }

    .container-fluid {
        width: 100%;
        padding: 0px 15px;
    }

    .min-nav-bar {
        display: none;
    }

    .Enhance-your-customer-experience::before {
        width: 115px;
        height: 13px;
        top: 27%;
        left: 58%;
    }

    .Ecommerce {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }

    .ecommerce-hero {
        flex-direction: column;
    }

    .Ecommerce-Business {
        width: 100%;
        text-align: center;
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 1px;
        color: #070330;
    }

    .diff-col {
        color: #240CF4;
    }

    .lorem-one {
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
    }

    .lorem-two {
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }

    .lets {
        font-size: 12px;
        font-weight: 500;
        line-height: 30px;
    }

    .lets-next {
        font-size: 15px;
        font-weight: 700;
        line-height: 25px;
    }

    .hero {
        width: 100%;
    }

    .min-trusted-brand {
        display: none;
    }

    .trusted-brand::before {
        width: 90px;
        height: 91px;
        background-size: cover;
        top: -40%;
        left: 40%;
    }

    .What-We-Offer {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
    }

    .Domestic-mid {
        margin-bottom: 15px;
    }

    .lorem-three {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
        font-weight: 400;
    }

    .What-We-Offer::before {
        width: 110px;
        height: 12px;
        top: 57%;
        left: 26%;
    }

    .min-offer {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .Domestic-Shipping {
        width: 100%;
        height: auto;
    }

    .Domestic-light {
        font-size: 16px;
        font-weight: 500;
        line-height: 19px;
    }

    .what-make {
        flex-direction: column;
        gap: 30px;
    }

    .together {
        text-align: center;
        width: 100%;
        padding-top: 25px;
    }

    .section-work-together {
        padding-bottom: 50px;
    }

    .together {
        padding-left: 0px;
        gap: 30px;
    }

    .text-one {
        font-size: 25px;
        line-height: 35px;
    }

    .text-two {
        font-size: 30px;
        line-height: 40px;
    }

    .text-three {
        font-size: 15px;
        line-height: 17px;
    }

    .free {
        font-size: 10px;
    }

    .together-next {
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .photo-layer-one {
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        padding-bottom: 15px;
    }

    .layer-one {
        width: 25%;
    }

    .what-make::after {
        width: 700px;
        height: 550px;
        left: 100px;
        top: 250px;
    }

    .Enhance-your-customer-experience {
        font-size: 24px;
        line-height: 30px;
        padding-top: 0px;
    }

    .lore-four {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .Domestic-shipping2 {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 0px;
        gap: 10px;
    }

    .Domestic-one {
        margin-bottom: 50px;
    }

    .one12 {
        width: 100%;
    }

    .Explore {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align:center;
    }

    .Domestic3 {
        font-size: 24px;
        line-height: 36px;
        font-weight: 700;
    }

    .text-four {
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }

    .customer-experience {
        padding-bottom: 20px;
        border-radius: 12px;
        padding: 12px;
    }

    .Conversion-Drive,
    .repeat-purchases {
        font-size: 24px;
        line-height: 31px;
        font-weight: 600;
    }

    .purchases {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
    }

    .text-six {
        font-size: 28px;
        font-weight: 700;
        line-height: 33px;
    }

    .text-six-down {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }

    .both {
        padding: 40px 35px;
        width: 65%;
        gap: 9px
    }

    .Trust-building {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .we-are-light {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
    }

    .section-we-are-ship-x-post {
        padding: 30px 0px;
        padding-bottom: 35px;
    }

    .repeat {
        align-items: center;
        gap: 10px;
    }

    .text-five {
        font-size: 25px;
    }

    .text-five-down {
        font-size: 18px;
    }

    .box {
        width: 100%;
    }

    .text-seven {
        font-size: 15px;
        line-height: 20px;
    }

    .text-seven-down {
        font-size: 12px;
        line-height: 18px;
    }

    .we-are-ship-x-post-first {
        width: 100%;
        background-size: cover;
        background-repeat: round;
        height: auto;
    }

    .box2 {
        padding-left: 5px;
    }

    .layer-1-part-1 {
        padding: 12px;
    }

    .first-layer-in-scroll {
        padding: 5px 0px;
    }

    .Fulfillment {
        font-size: 30px;
        line-height: 40px;
    }

    .Fulfillment::before {
        width: 200px;
        height: 22px;
        top: 55%;
        left: -8%;
    }

    .Fulfillment-lower {
        font-size: 15px;
        line-height: 20px;
    }

    .lower-first,
    .lower-second {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-top: 0px;
    }

    .lower-second {
        flex-direction: column-reverse;
    }

    .div-img1 {
        width: 100%;
        height: auto;
    }

    .div-img2 {
        width: 100%;
        margin-bottom: -145px;
    }

    .lower {
        padding-bottom: 65px;
        padding-top: 30px;
    }

    .lower::after {
        bottom: -255px;
        left: -50%;
    }

    .lower::before {
        top: -280px;
        left: -50%;
    }

    .B2C {
        width: 100%;
        align-items: flex-start;
        margin-top: 0px;
        gap: 9px;
    }

    .B2C-fulfillment {
        font-size: 20px;
        line-height: 25px;
        padding-top: 20px;
    }


    .B2C-button {
        width: 110px;
        height: 35px;
        font-size: 10px;
        font-weight: 500;
        line-height: 13px;
    }

    .lower-light {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section-Fulfillment {
        padding-bottom: 35px;
    }

    .upper-passion {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        margin-bottom: 35px;
    }

    .section-With-Passion {
        padding-bottom: 60px;
    }

    .upper {
        padding-bottom: 20px;
    }

    .With-Passion, .Heart {
        width: 100%;
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
    }

    .Heart {
        font-weight: 700;
    }

    .text-eight {
        width: 100%;
        align-items: flex-start;
    }

    .text-eight-light {
        font-size: 14px;
        line-height: 17px;
    }

    .Passion-button {
        font-size: 10px;
        font-weight: 500;
        line-height: 15px;
    }

    .lower-passion {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 5px;
    }

    .random-photo {
        width: 48%;
        height: 200px;
    }

    .random-text {
        font-size: 12px;
        font-weight: 700;
        line-height: 14px;
    }

    .random-box {
        align-items: center;
    }

    .text-nine {
        font-size: 20px;
        line-height: 26px;
    }

    .side-logo {
        width: 85px;
    }

    .lower-view {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .lower-photo {
        width: 100%;
    }

    .three-min-part {
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .A30 {
        font-size: 30px;
        line-height: 45px;
    }

    .Experiences {
        font-size: 12px;
        font-weight: 500;
        line-height: 17px;
    }

    .img-one2 {
        width: 100%;
        padding-right: 20px;
    }

    .Domestic-two {
        flex-direction: column-reverse;
    }

    .img-one3 {
        margin-top: -85px;
    }

    .Explore-light {
        margin-top: -35px;
    }

    .section-repeat-purchases {
        padding-top: 35px;
        padding-bottom: 30px;
    }

    .view-our {
        height: 420px;
    }

    .extra-box {
        padding-top: 20px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .From-anywhere-1, .to-everywhere-1 {
        font-size: 16px;
        line-height: 20px;
    }

    .left-box {
        align-items: flex-start;
        padding: 0px;
        width: 92%;
    }

    .lorem-six {
        font-size: 12px;
        line-height: 14px;
    }

    .extra-button {
        padding: 7px 16px;
        gap: 10px;
        font-size: 10px;
        line-height: 30px;
        font-weight: 500;
    }

    .last-img {
        width: 100%;
    }

    .last-frame {
        padding-top: 25px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .for-input {
        width: 100%;
    }

    .part-1 {
        width: 100%;
        align-items: center;
        text-align: center;
    }

    .small-part-1 {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .small-part {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .lorem-seven {
        opacity: 50%;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
    }

    .last-logo {
        width: 60%;
    }

    .max-part-2 {
        width: 100%;
    }

    .part-2 {
        width: 30%;
        text-align: center;
        align-items: center;
        gap: 10px;
    }

    .part-3 {
        width: 100%;
        align-items: flex-start;
    }

    .list-heading {
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
    }

    .list-mem {
        font-size: 11px;
        font-weight: 400;
        line-height: 15px;
    }

    .main-list {
        align-items: center;
        gap: 5px;
    }

    .nav {
        padding-bottom: 5px;
    }

    .outer-footer {
        margin-top: 30px;
    }

    .section-View-Our-Services {
        margin-bottom: 565px;
    }

    .min-nav-bar-loging {
        font-size: 13px;
        line-height: 12px;
    }

    .section-Ecommerce {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .section-offer {
        padding-top: 25px;
    }
}

/* 1140
1024
992
768
767
525
425
375
320 */