@font-face {
    font-family: Gilroy-Regular;
    src: url(../font/Font-Gilroy/Gilroy-Regular.ttf);
}

@font-face {
    font-family: Gilroy-SemiBold;
    src: url(../font/Font-Gilroy/Gilroy-SemiBold.ttf);
}

@font-face {
    font-family: Gilroy-Medium;
    src: url(../font/Font-Gilroy/Gilroy-Medium.ttf);
}

* {
    font-family: Gilroy-Regular;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-size: 14px;
        /* background: linear-gradient(to bottom, white 0%, #c9d5f66b 25%, #007bff17 25%, #007bff21 75%, #007bff26 75%, white 100%) */
    }

    /* .section-hero {
        background: linear-gradient(to bottom, white 0%, #81aad336 37%, #81aad336 38%, #81aad336 75%, #81aad336 75%, white 100%);
    } */

.continer {
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.serach-container {
    width: 1055px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    background: #F7F7F7;
    align-items: center;
    border-radius: 100px;
    padding: 10px 32px;
    box-sizing: border-box;
    margin-top: 28px;
    position: sticky;
    top: 28px;
    z-index: 1000;
}

.serach-container .contact-us {
    color: #000000;
    text-decoration: none;
    border: 1px solid #000000;
    padding: 13px 24px;
    border-radius: 30px;
}

.row-content {
    display: flex;
    gap: 40px;
    margin-top: 55px;
}

.left-content {
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 41%;
    align-self: stretch;
    justify-content: center;
}

.right-content {
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 59%;
    align-self: stretch;
    box-shadow: 0px 0px 2px #7B72FF;
    padding: 4px;
    border-radius: 4px;
}

.row-three-content {
    display: flex;
    gap: 36px;
    margin-top: 50px;
}

.column-three {
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 33%;
    align-self: stretch;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 32px 24px;
}

.column-three .row-dir {
    flex-direction: row;
    display: flex;
}

.row-two-about-us {
    display: flex;
    gap: 36px;
}

.col-6 {
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 50%;
    align-self: stretch;
}

.row-efficiency {
    display: flex;
    gap: 34px;
}

.col-3 {
    display: flex;
    flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    width: 25%;
    align-self: stretch;
}

.section1 .revolution {
    font-size: 40px;
    font-weight: 400;
    font-family: Gilroy-SemiBold;
    margin-top: 0;
    margin-bottom: 40px;
}

.section1 .sub-revolution {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.section2 h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: Gilroy-Medium;
    font-weight: normal;
}

.section2 p {
    margin-top: 0;
    margin-bottom: 0;
}

.section2 .left-mr {
    margin-left: 20px;
}
.about-us-cards{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.section3 h5 {
    font-size: 12px;
    margin-top: 0;
    color: #7B7B7B;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Gilroy-SemiBold;
    padding-bottom: 20px;
}

.section3 .sub-heading {
    font-size: 16px;
    padding-bottom: 20px;
}

.section3 .about-us {
    justify-content: end;
}

.section3 .about-us .row-content {
    margin-top: 20px;
    gap: 32px;
}

.row-content .delivery {
    background: #4A75FF;
    color: #fff;
    border-radius: 15px;
    padding: 28px;
}

.row-content .upto {
    background: #29292D;
    color: #fff;
    border-radius: 15px;
    padding: 28px;
}

.row-content .upto p,
.row-content .delivery p {
    margin-top: 0;
    margin-bottom: 0;
}

.row-content .delivery .min-dev {
    /* padding-top: 165px; */
    font-size: 24px;
}
.row-content .upto, .row-content .delivery {
    min-height: 312px;
}
.row-content .upto .upto-90 {
    /* padding-top: 150px; */
    font-size: 24px;
}

.section4 {
    margin-top: 55px;
    position: relative;
}

.section4 #progress-bar {
    position: absolute;
    z-index: 2;
    left: -11%;
    top: 20%;
    display: none;
}

.section4 h2 {
    margin-top: 0;
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Gilroy-SemiBold';
    font-weight: normal;
}

.section4 .row-three-content {
    margin-top: 0;
}

.section4 .column-three {
    background: linear-gradient(to bottom, #E6EAF5, #C9D5F6);
}

.section4 .column-three h4 {
    font-size: 24px;
    font-family: Gilroy-Medium;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 60px;
}

.section4 .column-three p {
    margin-bottom: 0;
    padding-top: 15px;
}

.bottom-img {
    float: right;
    position: relative;
    bottom: -72px;
}

.section5 {
    margin-top: 70px;
    margin-bottom: 50px;
}

.section5 .why-choose {
    font-size: 12px;
    margin-top: 0;
    color: #7B7B7B;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Gilroy-SemiBold;
    padding-bottom: 20px;
}

.section5 .sub-title {
    font-size: 32px;
    margin-bottom: 30px;
}

.section5 .row-efficiency .box-content {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0px 0px 4px #f1f1f1;
}

.section5 .row-efficiency .box-content h2 {
    font-size: 24px;
    font-family: 'Gilroy-Medium';
    font-weight: normal;
    margin-top: 100px;
    margin-bottom: 6px;
}
.section5 .row-efficiency .box-content p{
    padding-top: 10px;
}

.footer {
    background-color: #00BFFF;
}

.footer .continer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0px;
}

.footer .continer ul {
    list-style-type: none;
}

.footer .continer ul li {
    display: inline-block;
    padding-left: 15px;
    font-size: 16px;
}

.footer .continer ul li .text {
    font-weight: 600;
}

.footer .continer ul li a {
    text-decoration: none;
    color: #000000;
}

#progress-bar {
    display: table;
    width: 100%;
    margin: 0;
    padding: 15px 15px 0;
    table-layout: fixed;
    width: 100%;
    counter-reset: step;
}

#progress-bar li {
    list-style-type: none;
    display: table-cell;
    width: 33%;
    float: left;
    font-size: 16px;
    position: relative;
    text-align: center;
}

#progress-bar li:before {
    width: 15px;
    height: 15px;
    color: #212121;
    content: '';
    counter-increment: step;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #efefef;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: #D9D9D9;
}

#progress-bar li:after {
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    background-color: #D9D9D9;
    top: 7px;
    left: -50%;
    z-index: -1;
}

#progress-bar li:first-child:after {
    content: none;
}

#progress-bar li.step-done {
    color: #000;
}

#progress-bar li.step-done:before {
    border-color: #000;
    background-color: #000;
    color: #fff;
    content: " ";
    font-family: "FontAwesome";
}

#progress-bar li.step-done+li:after {
    background-color: #000;
}

#progress-bar li.step-active {
    color: #f00;
}

#progress-bar li.step-active:before {
    border-color: #f00;
    color: #f00;
    font-weight: 700;
}
   .section2 .left-mr h4, .section2 .left-mr p {
        font-size: 16px;
    }
    .delivery-text, .upto-text{
        font-size: 20px;
    }
@media (min-width: 768px) {
  body {
    background: linear-gradient(to bottom, 
       #FFFFFF 0%, 
      #ECEEFF 15%, 
      #FFFFFF 60%,   /* White from 40% */
      #FFFFFF 80%,   /* White until 60% */
      #ECEEFF 90%, 
      #DDF6FF 100%);
  }
}

@media (max-width:768px) {

    .section1,
    .section2,
    .section3,
    .section4 {
        padding-inline: 20px;
    }

    .section5 {
        padding-inline: 20px;
        padding-bottom: 50px;
        margin-bottom: unset;
    }

    .serach-container {
        width: 95%;
        padding: 8px 32px;
        margin-top: 20px;
    }


    .continer {
        width: 100%;
    }
    .serach-container .contact-us{
        padding: 11px 24px;
        border-radius: 100px;
    }

    .row-content {
        flex-direction: column;
        margin-top: 25px;
        gap: 25px;
    }

    .section1 .revolution {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section1 .sub-revolution {
        font-size: 14px;
    }

    .row-three-content .section2 {
        width: 100%;
        overflow-y: auto;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
    }
    .row-three-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

    .row-three-content {
        flex-direction: row;
        width: 100%;
        overflow-y: auto;

    }

    .column-three {
        background-color: #F6FBFF;
        padding: 14px 0px
    }

    .row-dir-img {
        width: 38px;
        margin-left: 20px;
        mix-blend-mode: multiply;
    }

    .section2 .left-mr {
        padding-top: 10px;
    }
    
 
    .col-6 {
        width: 100%;
    }

    .column-three,
    .column-three .row-dir {
        flex-direction: column;
        min-width: 235px;

    }

    .row-efficiency {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px
    }

    .left-content {
        width: 100%;
    }

    .right-content {
        width: 100%;
    }

    .about-us-text, .why-choose {
        font-size: 14px !important;
        padding-bottom: 10px;
        font-family: "Outfit", sans-serif !important;
        font-weight: 400 !important;
        text-transform: uppercase;
    }

    .section3 .about-us .row-content {
        flex-direction: row;
        gap: 12px;
    }

    .row-content .delivery .min-dev {
        /* padding-top: 100px; */
        font-size: 20px;
    }

    .row-content .upto .upto-90 {
        /* padding-top: 83px; */
        font-size: 20px;
    }

    .delivery-text {
        font-size: 14px;
    }

    .upto-text {
        font-size: 14px;
    }

    .section4 .row-three-content {
        flex-direction: column;
        /* width: 100%; */
    }

    .section4 .column-three {
        width: 100%;
    }

    .bottom-img {
        bottom: -42px;
        right: 24px;
    }

    .section4 .row-three-content {
        overflow-y: unset;
    }

    .how-it-works-content {
        padding-left: 45px;
        padding-right: 10px;
    }

    .section4 .column-three h4 {
        padding-top: 20px;
        font-size: 20px;
    }

    .how-it-works-content p {
        font-size: 14px;
        padding-top: 18px;
    }

    .how-it-works-content-werehouse {
        width: 217px;
    }

    .how-it-works-content-store {
        width: 184px;
    }

    .how-it-works-content-customer {
        width: 162px;
    }

    .section5 .sub-title {
        font-size: 24px;
    }

    .section5 .why-choose {
        padding-bottom: 10px;
    }

    .section5 .row-efficiency .box-content {
        width: 48%;
        padding: 30px;
    }

    .footer {
        padding: 24px 16px;
    }

    .footer .continer {
        padding: unset;
    }

    .footer-links {
        width: min-content;
    }

    .footer-logo {
        flex-grow: 1;
    }

    .section5 .row-efficiency .box-content h2 {
        margin-top: 24px;
        font-size: 20px;
    }

    .section5 .row-efficiency .box-content p {
        font-size: 14px;
        padding-top: 10px;
    }

    .section5 {
        background: linear-gradient(to bottom, white 0%, #c9d5f66b 25%, #007bff17 25%, #007bff21 75%, #007bff26 75%, white 100%)
    }

    .section-hero {
        background: linear-gradient(to bottom, white 0%, #81aad336 37%, #81aad336 38%, #81aad336 75%, #81aad336 75%, white 100%);
    }
    .section4 #progress-bar {
        /* transform: rotate(90deg);
       left: -59%;
        width: calc(2 * 67%);
        top: calc(20% * 2.1); */
        display: none;
    }
    .footer .continer ul li .text{
        font-weight: 600 !important;
        font-size: 14px ;
    }
    .footer-email{
        font-size: 14px;
        font-weight: 400;
    }
     .left-mr h4 {
        font-size: 16px;
    }
      .left-mr p{
        padding-top: 10px;
        font-size: 14px;
      }
    .row-content .upto, .row-content .delivery {
        min-height: 283px;
    }
    
}

@media (max-width:440px) {
    .section4 #progress-bar {
        /* transform: rotate(90deg);
        left: -121%;
        width: calc(2.67 * 100%);
        top: calc(20% * 2.1); */
        display: none;
    }
}