
* {
 
    box-sizing: border-box;
    /* border: 1px solid black; */
  }
  /* ------------------1st-page-------------------------- */
  .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*max-width: 100%;*/
    padding-left: 0rem;
    gap: 2rem;
  }
  
 
  .left {
    flex: 1 1 40%;
    max-width: 40%;
  }
  .right{
    flex: 1 1 60%;
    max-width: 60%;
  }
  
  .tag {
    font-family: 'Abaca-bold';
    color: #212529;
    font-size: 30px;
    margin-bottom: 1.5rem;
    padding-top: 38px;
}
  .left h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 1rem;
  }
  
  h1 span {
    color: #e60000;
  }
  
  .description {
    font-size: 24px;
    color: #555;
    margin-top: 1rem;
  }
  .right img {
    width: 100%;
    max-width: 1150px;
    border-radius: 10px;
    display: block;
    object-fit: cover;
  }
  
 

  
  @media (max-width: 1133px) {
    .container {
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin: 50px auto;
      padding-left: 0;
    }
  
    .left, .right {
      max-width: 100%;
    }
    .right img {
      width: 81%;
      max-width: 1150px;
      border-radius: 10px;
      display: inline;
      object-fit: cover;
    }
  
    .right {
      margin-top: 2rem;
    }
    .Overview {
      flex-direction: column;
      text-align: center;
    }
  }
  /* ---------------------2nd-page--------------------------- */
  .right2nd{
    background-image: url('./images/secondimage.png');
    background-position: left;
    background-size: 140% auto;
    background-repeat: no-repeat;
    height: 736px;
    width: 100%;
   
   }
  .Overview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 4rem 2rem; */
    gap: 2rem;
    /* flex-wrap: wrap; */
    height: 950px;
  }

 
.ellipse_1st{
    background: transparent url('./images/Ellipse\ 255@2x.png') 0% 0% no-repeat padding-box;
    background-position: 410% 57%;
    background-size: 83%;
} 
  
  
  .left2nd {
    margin-left: 7rem;
    flex: 1 1 500px;
    max-width: 50%;
  }
  
  .tag2nd h1 {
   
    font-size: 64px;
  
    margin-bottom: 1rem;
  }
  
  .description2nd {
    
  font-size: 24px;
    opacity: 1;
  
    color: #333;
    line-height: 1.6;
  }
  
  .right2nd {
    max-width: 55%;
    display: flex;
    justify-content: center;
  }
  
  .right2nd img {
    width: 100%;
    max-width: 1150px;
    height: auto;
    border-radius: 10px;
  }

  @media (max-width: 1133px){
    .left2nd{
      max-width: 100%;
      margin-left: 0rem;
      flex: 1 281px;
      
    }
    .right2nd{
      max-width: 100%;
      flex: 0 1 387px;
      background-position: center;
      background-size: contain;
    }
    .Overview{
      display: flex;
      flex-direction: column;
      gap: 0rem;
      height: 707px;
    }
    .description2nd {
      font: normal normal normal 1.5rem Matteo;
    opacity: 1;
    color: #333;
    line-height: 1.6;
    text-align: center;
    }
    .tag2nd h1{
      text-align: center;
    }



  }
  /* 3rd-page */
.page3rd{
  justify-content: center;
}
.heading3rd {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.red-text{
  color: #e60000;
}
.blue-text{
  color: blue;
}

.img3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img3 img {
  z-index: 2;
  max-width: 65%;
  height: auto;
}
.itmes-page{
  display: flex;
  justify-content: space-around;
  gap: 1.5em;
  margin-top: 2em;
}
/* ------3rd-below-------- */
.features-grid {
    padding: 34px;
    border-radius: 20px;
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    justify-items: normal;
    grid-auto-rows: auto;
    gap: 100px;
    max-width: 85%;
    margin: 0 auto;
    padding-top: 235px;
    position: relative;
    bottom: 320px;
    /* background-color: #ffffff; */
    background-color: rgba(255, 255, 255, 0.5);
}

.feature-item {
    width: 281px;
    height: 480px;
    padding: 20px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
  }
  
}

.feature-item img {
  width: 76px;
  height: 76px;
  object-fit: contain;
  margin-bottom: 20px;
}

.feature-item h3 {
  font-size: 28px;
  margin-bottom: 10px;
  color: #1f1f1f;
  font-weight: 700;
}

.feature-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.ellipse_3rd{
  background: transparent url('./images/Ellipse\ 255@2x.png') 0% 0% no-repeat padding-box;
 
  background-position: 148% 44%;
  background-size: 56%;

}
.ellipse_4th{
  background: transparent url('./images/Ellipse\ 255@2x.png') 0% 0% no-repeat padding-box;
 
  background-position: -37% 10%;
    background-size: 51%;

}

.ellipse_2nd{
  background: transparent url('./images/Ellipse\ 255@2x.png') 0% 0% no-repeat padding-box;
 
  background-position: -37% 1%;
    background-size: 51%;
}

.ellipse_5th {
  position: relative;
  background: transparent url('./images/Ellipse 255@2x.png') no-repeat;
  background-size: 63%;
    background-position: -69% 43%;
}
.ellipse_6th {
  position: relative;
  background: transparent url('./images/Ellipse 255@2x.png') no-repeat;
  background-size: 63%;
    background-position: 171% 107%;
}


@media(max-width: 1062px){
  .features-grid {
    padding-top: 122px;
    bottom: 128px;
   
}
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
  .ellipse_3rd {
    background: transparent url('./images/Ellipse\ 255@2x.png') 0% 0% no-repeat padding-box;
    background-position: 161% 97%;
    background-size: 67%;

}
}




  /* colours */
  .color-section{
    padding: 7rem;
    margin-top: -163px;
}
  .color-section h1 {
      margin-top: 51px;
    font-size: 3rem;
    margin-bottom: 2rem;
    margin-left: 51px;
  }

  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(371px, 1fr));
    gap: 2rem;
    justify-items: center;
  }

  .color-box {
    color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 371px;
    height: 321px;
  }

  .label {
    font-size: 30px;
    font-weight: bold;
    text-align: right;
  }

  .info {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
  }

  .medium-blue {
    background-color: #2f4be6;
    align-self: end;
    position: relative;
    top: 98%;
  }

  .red {
    background-color: #ff3232;
  }

  .ghost-white {
    background-color: #f0f4fa;
    color: #333;
    position: relative;
    top: 98%;
  }

  .lavender {
    background-color: #e6e6fa;
    color: #333;
    align-self: end;
  }
  .ellipse_4th{
    background: transparent url('./images/Ellipse\ 255@2x.png') 0% 0% no-repeat padding-box;
 
    background-position: -31% 51%;
    background-size: 41%;
  }
  @media (max-width:1721px){
    .medium-blue{
      align-self: end;
       position: relative;
       top: 0%;
    }
    .ghost-white{
      top: 0%;
    }
  }
  @media (max-width:594px){
    .color-section{
      padding: 0rem;
  }

  }
  @media (max-width:413px) {
    
    .color-box{
      width: 346px;
    height: 269px;
    }
  }
  @media (max-width:393px) {
    .color-box {
        width: 310px;
        height: 232px;
    }
    .top h1{
        font-size: 60px;
    }
   
  }

  @media (max-width: 1024px){
    .ellipse_4th {
      background: transparent url('./images/Ellipse\ 255@2x.png') 0% 0% no-repeat padding-box;
      background-position: -31% 1%;
      background-size: 63%;
  }
  }



  /* typography */
  .typography-page{
    margin-top: 20%;
    /*font-family: 'Rubik', sans-serif;*/
    font-family: 'Rubik', sans-serif;

      background: #e41e26;
      color: white;
      padding: 20px;
  
   }
   .sushank05{
       font-family: "Rubik", sans-serif;
       font-weight: 600;
   }
     
    .typography-section {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: 100px;
      

    }
    
   .headline-titlesushank05 p{
           font-family: 'Rubik', sans-serif;

   }
    .typography-header h1 {
      font-size: 64px;
      font-weight: 600;
      

    }
    
   
    .typography-main {
      display: flex;
      justify-content: space-between;
      /* align-items: center; */
      flex-wrap: wrap;
      gap: 20px;
      

    }
    
    .typography-left .font-name {
      margin-left: 40px;
      font-size: 67px;
      font-weight: 400;
      margin-bottom: 10px;
      

    }
    
    
    .big-letters {
      margin-bottom: 25px;
      font-size: 440px;
      font-weight: 700;
    }
    .typography-righttop{
      position: relative; 
      bottom: 2px;
    }
    
    .typography-right {
      text-align: left;
    }
    
    .typography-right .headline-title {
      font-size: 32px;
      font-weight: 400;
      opacity: 0.8;
      margin-bottom: 8px;
      line-height: normal;
    }
    
    .typography-right h3 {
      margin-top: 15px;
      font-size: 45px;
      font-weight: 600;
      margin-bottom: 95px;
    }
    
    .small-letters {
      font-size: 87px;
      font-weight: 500;
      margin-bottom: 36px;
    }
    .typography-rightbottom{
      margin-top: 84px;
    }
    .numbers{
      font-size: 41px;
    }
    .letters {
      margin-top: 15px;
      font-size: 46px;
      /* margin-bottom: 6px; */
    }
    
   
    .typography-table {
      background: white;
      color: #000;
      border-radius: 12px;
      padding: 30px 20px;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      gap: 20px;
    }
    
    .table-left, .table-right {
      display: flex;
      flex-direction: column;
      /* gap: 12px; */
    }
    
    .table-left p {
      font-weight: 600;
          font-family: 'Rubik', sans-serif;

    }
    
    .table-right p {
      font-weight: 400;
          font-family: 'Rubik', sans-serif;

    }
    .headline-h1{
      font-size:  48px; 
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .headline-h2{
      font-size: 36px;
      line-height: normal;
     font-family: 'Rubik', sans-serif;

    }
    .headline-h3{
      font-size: 32px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .sub-headline-1{
      font-size: 29px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .sub-headline-2{
      font-size: 29px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .sub-headline-3{
      font-size: 28px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .body-text-1{
      font-size: 26px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .body-text-2{
      font-size: 25px;
    font-family: 'Rubik', sans-serif;

    }
    .spec1{
      font-size: 48px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .spec2{
      font-size: 36px;
     line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .spec3{
      font-size: 32px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .spec4{
      font-size: 29px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .spec5{
      font-size: 29px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;
      
    }
    .spec6{
      font-size: 28px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
    .spec7{
      font-size: 26px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;
      
    }
    .spec8{
      font-size: 25px;
      line-height: normal;
    font-family: 'Rubik', sans-serif;

    }
  
    @media (max-width: 800px) {
      .typography-main {
        flex-direction: column;
        align-items: flex-start;
      }
    
      .typography-right {
        text-align: left;
      }
    
      .typography-table {
        flex-direction: column;
        align-items: flex-start;
      }
    
      .big-letters {
        font-size: 180px; 
      }
    
      .small-letters {
        font-size: 50px;
      }
    
      .numbers, .letters {
        font-size: 30px;
      }
    
      .typography-section {
        margin: 45px;
      }
    
      .typography-header h1 {
        font-size: 36px;
      }
    }



    /* ----------------------purchase---------------------- */
     


    .container-second-jamfast {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      height: 800px;
      gap: 20px;
  
    }
     
    .content-text-jamfast {
      max-width: 575px;
      margin: 0 auto;
      padding: 20px;
    }
     
    .content-text-jamfast h2 {
        line-height: normal;
      font-size: 60px;
      margin-bottom: 20px;
      color: #000;
    }
    .purchase-list li::marker {
      color: red;
  }
     
    .content-text-jamfast ul li {
      font-size: 24px;
      line-height: 1.6;
      margin-bottom: 20px;
      color: #333;
    }
     
    .jamfast-image-jamfast {
      background-image: url('./images/5.png');
      background-position: left;
      background-size: 140% auto;
      background-repeat: no-repeat;
      height: 900px;
      width: 100%;
      margin-top: -75px;
    }
     
    /* / ========== Responsive Styles ========== / */


    @media (max-width: 1676px) {
      .container-second-jamfast{
              margin-top: -80px;
      }
    }



    
     @media (max-width: 1024px) {
      .container-second-jamfast {
        grid-template-columns: 1fr;
        text-align: center;
      }
     
      .jamfast-image-jamfast {
          height: 422px;
          background-size: 85%;
          margin-left: 15%;
          width: 85%
        
          /* margin-top: -105px; */
      }
     
      .content-text-jamfast {
        margin-top: 20px;
      }
     
      .content-text-jamfast h2 {
        font-size: 40px;
        margin-top:68px;
        line-height:normal;
      }
     
      .content-text-jamfast ul li {
        font-size: 24px;
      }
    }
     
     
     
    @media (max-width: 600px) {
      .content-text-jamfast {
        padding: 10px;
      
      }
     
      .jamfast-image-jamfast {
        height: 300px;
        background-size: 100%;
        margin-left: 7%;
      }
     
      .content-text-jamfast h2 {
        font-size: 52px;
        margin-top: 23%;
      }
     
      .content-text-jamfast ul li {
        font-size: 24px;
      }
    }  
  
  
    @media (max-width: 1024px) {
     
      .jamfast-image-jamfast{
      background-size: 90%;
      margin-left: 12%;
      }
  
    }
    @media (max-width: 466px) {
      .jamfast-image-jamfast {
        margin-bottom: 245px;
        background-size: 114%;
        margin-left: -7%;
        width: 100%;
      }
    
  }

 





    /* --------------------------vendor------------------------- */
    .vendor-management-system {
      height: 970px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 80px;
      max-width: 1678px;
      margin: 0 auto;
      box-sizing: border-box;
      overflow-x: hidden; 
    }
    
    .vendor-img {
      /* width: 100%; */
      max-width: 850px;
      border-radius: 16px;
      overflow: hidden;
    }
    
    .vendor-img img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 16px;
    }
    
    .vendor-right {
      width: 100%;
      max-width: 800px;
      padding: 20px;
    }
    
    .vendor-heading {
      font-size: 3.2rem;
      color: #1e1e1e;
      margin-bottom: 24px;
      font-weight: 600;
      line-height: normal;
    }
    .vendor-list li::marker {
      color: red;
  }
    
    .vendor-list {
      list-style: disc;
      padding-left: 20px;
    }
    
    .vendor-list li {
      font-size: 1.4rem;
      color: #333;
      margin-bottom: 16px;
      line-height: 1.6;
    }
    
   
    @media (max-width: 1200px) {
      .vendor-management-system {
        flex-direction: column;
        padding: 40px 20px;
        height: auto;
        overflow-x: hidden;
        margin-top: 6.5%;
        gap: 0px;
      }
    
      .vendor-img,
      .vendor-right {
        width: 86%;
        max-width: 100%;
      }
    
      .vendor-heading {
        text-align: center;
        font-size: 2.7rem;
      }
    
      .vendor-list li {
        font-size: 1.6rem;
      }
    }


  /* --------uom----------- */
  .uom-tracking{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; 
    gap: 20px;
    padding: 20px;
  }
  
  .uom-left {
    margin-left: 4rem;
    flex: 1;
    min-width: 300px;
    padding: 20px 50px;
  }
  
  .uom-heading {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: normal;
  }
  
  .uom-list {
    list-style-type: disc;
    padding-left: 20px;
  }
  
  .uom-list li::marker {
    color: red;
  }
  
  .uom-list li {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: normal;
  }
  
  .uom-img {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .uom-img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  
  @media (max-width: 1024px) {
    .uom-heading {
      font-size: 45px;
    }
  
    .uom-list li {
      font-size: 24px;
    }
  
    .uom-left {
      padding: 20px;
      margin-left: 0rem;
    }
  }
  

  
  @media (max-width: 768px) {
    .uom-tracking {
      flex-direction: column;
      text-align: center;
      margin-top: -10%;
    }
  
    .uom-img img {
      width: 100%;
      max-width: 500px;
    }
  
    .uom-heading {
      font-size: 45px;
    }
  
    .uom-list li {
      font-size: 24px;
    }
  }
  
  @media (max-width: 480px) {
    .uom-heading {
      font-size: 45px;
    }
  
    .uom-list li {
      font-size: 24px;
    }
  }

  /* conclusion */
.top {
  text-align: center;
  border: 1px solid black;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;    
  width: 100%;
  padding: 20px;
  box-sizing: border-box;       
  overflow-wrap: break-word;   
  word-break: break-word; 
  background-color: #E92A2D;
}
.top h1{
  font-size: 59px;
  margin: 10px;
  color: #ffffff;
}
.top p{
 
  width: 71%;
    color: #ffffff;
    /*font-size: 24px;*/
}
button{
        width: 180px;
    height: 55px;
  color: #ffffff;
  font-size: 20px;
  background-color: #E92A2D;
  border-radius: 2px;
  border: 1px solid;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 4px;
    cursor: pointer;

}



@media (max-width:365px)
{
  .top h1{
      font-size: 43px;
  }
}

@media(max-width:1721px){
  .typography-page{
    margin-top: 10%;
  }
}

/* ////////////////////////////////////////// */

