    :root{
        --backgroung:#222831;
        --backgroung-new:#29a19c;
        --text-color:#29a19c;
        --text-normal:#434560;
        --white:#fff;
        --black:#000;
    }
    body{
        background-color: var(--white);
        /* font-family: 'Lobster';
        font-family: 'poppins'; */
        font-family: 'outfit';

    }
    .navbar-light .navbar-nav .nav-link {
      color: rgb(255 255 255);
      font-weight: 600;
  }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
      color: rgba(0,0,0,.7);
  }
    .comming-soon{
        background-image: url("../img/background.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 100px 0px;
    }
    .coomin-s{
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
    .coomin-s h1{
        font-size: 65px;
       
    }
    .img-class .img-size{
        width: 250px;
        animation: zoom-in-zoom-out 2s ease infinite; 
    }
    @keyframes zoom-in-zoom-out {
      0% {
        transform:  scale(0.85, 0.85);
        filter: drop-shadow(4px 2px 1px #434560);
        opacity: 0.7;
      }
      50% {
        filter: drop-shadow(4px 2px 1px #434560);
        transform: scale(0.90, 0.90);
        opacity: 0.9;
      }
      100% {
        filter: drop-shadow(4px 2px 1px #434560);
        transform:  scale(1, 1);
        opacity: 1;
    
      }
    }
    .social-media{
        display: flex;
        gap: 25px;
        flex-direction: row;
        text-decoration: none;
        transition: all 0.3s ease-in-out;
    }
    .social-media a{
        color: #434560;
        text-decoration: none;
        font-size: 30px;
        transition: all 0.3s ease-in-out;

    }
    .social-media .folo{
        transform: translateY(0px);
        color: #434560;
        text-decoration: none;
        font-size: 30px;
        font-weight: 700;
        transition: all 0.3s ease-in-out;
    }
    .social-media a:hover{
        color: #434560;
        text-decoration: none;
        font-size: 30px;
        transition: all 0.3s ease-in-out;
        transform: translateY(-20px);
    }
    .patterns {
        width: 100%;
    }
    .about-data{
      display: grid;
      grid-template-columns: repeat(2,1fr);
      gap: 15px;
      padding: 20px 0;
    }
    .about-a p{
      font-size: 17px;
    }
    .bannner-img img{
      width: 400px;
      margin: auto;
      display: flex;
      align-items: center;
    }
      
      svg text {
        font-family: 'poppins';
        letter-spacing: 0px;
        stroke: #434560;
        font-size: 70px;
        font-weight: 700;
        stroke-width: 2;
       
        animation: textAnimate 5s infinite alternate;
        
      }
      
      @keyframes textAnimate {
        0% {
          stroke-dasharray: 0 50%;
          stroke-dashoffset:  20%;
          fill:#434560
      
        }
        
        100% {
          stroke-dasharray: 50% 0;
          stroke-dashoffstet: -20%;
          fill: hsla(189, 68%, 75%,0%)
        }
        
      }
      .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2em;
        border-radius: 100px;
        cursor: pointer;
        font-weight: 400;
        position: relative;
        border: 1px solid #747474 !important;
        color: #fff !important;
        background-color : transparent;
        overflow: hidden;
        max-width: fit-content;
    }
    
    i {
        font-size: 1em;
        padding: 0 10px;
        transition: all 0.5s linear;
    }
    
        .btn:hover i {
            transform: translateX(10px);
        }
    
        .btn::before, .btn::after{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: -100%;
        left: 0;
        background-color: #4539ff;
        z-index: -1;
        transition: all 400ms ease-in;
        }
    
        .btn:hover {
            color: #fff !important;
        }
    
        .btn::before {
            opacity: 0.3;
        }
    
        .btn::after {
            transition-delay: 0.3s;
        }
    
        .btn:hover::before, .btn:hover::after {
            top: 0;
        }
    
      .bg-banner{
        background-color: var(--text-normal);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        
      }
      
      
      .bg-light{
        background-color: var(--text-normal) !important;
      }
      
      .baneer{
        background-image: url('../img/11.png');
        background-size: cover;
        padding: 50px 0;
      }
      .banner-te{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        align-items:center ;
            }
            .bannner-text{
              display: flex;
              flex-direction: column;
              gap: 20px;
            }
        .bannner-text h1{
          font-size: 50px;
          color: #fff;
          font-weight: 700;          
        }
        .bannner-text h5{
          font-size: 25px;
          color: #fff;
        }
        .bannner-text .get-started{
          max-width: fit-content;
        }
        .get-started{
          background-color: #fff;
          color: var(--text-normal);
          padding: 6px 15px;
          border-radius: 10px;
          text-decoration: none;
        }

        /* About */
        .About{
          padding: 50px 0 ;
        }
        .About h2{
          font-size: 52px;
          color: var(--text-normal);
          font-weight: 700;
        }
        .About h5{
          font-size: 20px;
          color: var(--text-normal);
        }

        /* product */
        .product-sec{
          /* background-color: var(--backgroung); */
          background-image: url('../img/22.png');
          background-attachment: fixed;
          background-size: cover;
          padding: 50px 0;
        }
        .product-sec h2{
          font-size: 52px;
          color: #fff;
          font-weight: 700;
        }
        .product-sec h5{
          color: #fff;
          font-weight: 400;
        }
        .product-sub{
          display: grid;
          grid-template-columns: repeat(3,1fr);
          gap: 15px;
          padding: 20px 0;
        }
        .product-i img{
          width: 100%;
        }
        .why-steri{
          padding: 25px 0;
        }
        .why-steri h2{
          font-size: 52px;
          color:var(--text-normal);
          font-weight: 700;
        }
        .steri h4{
          font-size: 25px;
          color:var(--text-normal);
          font-weight: 700;
        }
        .why-steri p{
          font-size: 18px;
        }
        .why-steribox{
          display: grid;
          grid-template-columns: repeat(2,1fr);
          gap: 15px;
        }
        .product-sec .get-started{
          margin: auto;
          display: flex;
          max-width: fit-content;
          margin-top: 25px;
        }
        .footer{
          background-color: var(--text-normal);
          padding: 50px 0 30px;

        }
        .footer-sub{
          display: grid;
          grid-template-columns: repeat(3,1fr);
          gap: 20px ;
        }
        .footer-sub-s img{
          width: 150px;
        }
        
        .footer p{
          text-align: left;
          color: #fff;
          padding-top: 20px;
          font-size: 18px;
        }



        /* about page */

        .about-page-{

          padding: 50px 0;
        }
        .about-page- h1{
          color: #fff;
          font-weight: 700;
          text-align: center;
        }
        .history{
          background-image: url('../img/22.png');
          background-attachment: fixed;
          background-size: cover;
          padding: 50px 0;
        }
        .history h1{
          color: #fff;
          font-weight: 700;
          text-align: left;
        }
        .address{
          display: flex;
          flex-direction: column;
          gap: 10px;

        }
        .footer-sub-s ul{
          padding: 0;
          list-style-type: none;
        }
        .footer-sub-s a{
          color: #fff;
          text-decoration: none;
          font-size: 20px;
        }
        .address a{
          color: #fff;
          text-decoration: none;
          font-size: 20px;
        }
        .footer-sub-s{
          display: flex;
          flex-direction: column;
        }
        .footer-sub-s h2{
            color: #fff;
            font-weight:700 ;
        }
        .social{
          font-size: 22px;
        }
        
      img{
          max-width: 100%;
          height: auto;
      }
      a{
          text-decoration: none;
      }
      
      /*-- LAYAOUT --*/
     
      .bd-grid{
          display: grid;
          grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
          max-width: 900px;
          margin-left: 2.5rem;
          margin-right: 2.5rem;
          align-items: center;
          gap: 2rem;
          padding-bottom: 40px;
      }
      .bd-grid-s{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        max-width: 900px;
        margin-left: 2.5rem;
        margin-right: 2.5rem;
        align-items: center;
        gap: 2rem;
        padding-bottom: 40px;
    }
      
      /*-- PAGES --*/
      .title-shop{
          position: relative;
          margin: 0 2.5rem;
      }
      .title-shop::after{
          content: '';
          position: absolute;
          top: 50%;
          width: 72px;
          height: 2px;
          background-color: var(--dark-color);
          margin-left: .25rem;
      }
      
      /*-- COMPONENT --*/
      .card{
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 1.5rem 2rem;
          border-radius: 1rem;
          overflow: hidden;
      }
      article:nth-child(1){
          /* background-color: var(--text-normal); */
          background-image: url('../img/11.png');
      }
      article:nth-child(2){
          /* background-color: var(--text-normal); */
          background-image: url('../img/11.png');

      }
      article:nth-child(3){
        background-image: url('../img/11.png');
      }
      article:nth-child(4){
        background-image: url('../img/11.png');
      }
      .card__img{
          width: 280px;
          height: auto;
          padding: 3rem 0;
          transition: .5s;
      }
      .card__name{
          position: absolute;
          left: -25%;
          top: 0;
          width: 3.5rem;
          height: 100%;
          writing-mode: vertical-rl;
          transform: rotate(180deg);
          text-align: center;
          background-color: #00000085;
          
          color: #fff;
          font-weight: bold;
          transition: .5s;
      }
      .card__icon{
          font-size: 1.5rem;
          color: var(--dark-color);
      }
      .card__icon:hover{
          color: var(--accent-color);
      }
      .card__precis{
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
          transition: .5s;
      }
      .card__preci{
          display: block;
          text-align: center;
      }
      .card__preci--before{
          font-size: var(--smaller-font-size);
          color: var(--accent-color);
          margin-bottom: .25rem;
      }
      .card__preci--now{
          font-size: var(--h3-font-size);
          font-weight: bold;
      }
      /*Move left*/
      .card:hover{
          box-shadow: 0 .5rem 1rem #D1D9E6;
      }
      .card:hover .card__name{
          left: 0;
      }
      .card:hover .card__img{
          /* transform: rotate(30deg); */
          /* margin-left: 3.5rem; */
              /* transform: rotate(30deg); */
    margin-left: 3.5rem;
    transform: translateY(-30px);
      }
      .card:hover .card__precis{
          margin-left: 3.5rem;
          padding: 0 1.5rem;
      }
      
      /*-- FOOTER --*/
      
      footer{
        text-align: center;
      }
      
      /*-- MEDIA QUERIES --*/
      @media screen and (min-width: 1200px){
          
          .title-shop{
              margin: 0 5rem;
          }
          .bd-grid{
              margin-left: auto;
              margin-right: auto;
          }
      }

      .contact-data{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 15px;
        padding: 50px 0;
      }
      form {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .info{
      color: #fff;
    }
    .info a{
      text-decoration: none;
      color: #fff;
    }
    .submit-form{
      background-color: var(--text-normal);
      color: #fff;
      padding: 6px 20px;
      border-radius: 5px;
      text-decoration: none;
      font-size: 18px;
      max-width: fit-content;
    }
    .info{
      display: flex;
      flex-direction: column;
      gap: 15px;
    }
    .ioprn{
      display: flex;
      flex-direction: column;
      font-size: 20px;
    }
    .address p{
      font-size: 20px;
    }
    .contact a{
      font-size: 20px;
    }
.product_page h2{
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  text-align: left;
}
.product_page{
  background-image: url('../img/22.png');
  background-attachment: fixed;
  background-size: cover;
}
    .section-main-heading {
      text-transform: uppercase;
      font-size: 42px;
      font-weight: 600;
      color: var(--text-color);
      line-height: 40px;
      margin-bottom: 20px;
      position: relative;
      display: table;
    } 
    .section-main-heading:before {
      content: "";
      position: absolute;
      width: 72px;
      height: 2px;
      background-color: var(--text-color);
      bottom: -7px;
      left: 2px;
      transition: .3s all linear;
    }
    .section-main-heading:after {
      content: "";
      position: absolute;
      width: 60px;
      height: 2px;
      background-color: var(--text-color);
      bottom: -14px;
      left: 2px;
      transition: .5s all linear;
    }
    :hover {
      transition: .3s all linear;
    }
    .section-main-heading:hover::after, .section-main-heading:hover::before {
      width: 100%;
    }
    .section-main-heading:hover::after, .section-main-heading:hover::before {
      width: 100%;
    }
    
  
  
    .section-main-heading {
      text-transform: uppercase;
      font-size: 42px;
      font-weight: 600;
      color: var(--text-color);
      line-height: 40px;
      margin-bottom: 20px;
      position: relative;
      display: table;
    } 
    .section-main-heading:before {
      content: "";
      position: absolute;
      width: 72px;
      height: 2px;
      background-color: var(--tx-white);
      bottom: -7px;
      left: 2px;
      transition: .3s all linear;
    }
    .section-main-heading:after {
      content: "";
      position: absolute;
      width: 60px;
      height: 2px;
      background-color: var(--tx-white);
      bottom: -14px;
      left: 2px;
      transition: .5s all linear;
    }
    :hover {
      transition: .3s all linear;
    }
    .section-main-heading:hover::after, .section-main-heading:hover::before {
      width: 100%;
    }
    .section-main-heading:hover::after, .section-main-heading:hover::before {
      width: 100%;
    }
  
    .timeline-main {
      width: 100%;
      padding: 25px;
      .timeline-wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 30px;
        &::before {
          content: "";
          position: absolute;
          top: 10px;
          left: 50%;
          transform: translateX(-50%);
          width: 4px;
          height: calc(100% - 10px);
          background-color: #00283a;
          animation: line 5s linear;
          @media (max-width: 767px) {
            left: 95%;
          }
        }
        .timeline-card {
          width: 50%;
          margin-right: auto;
          position: relative;
          @media (max-width: 767px) {
            width: 95%;
          }
          &::after {
            content: "";
            position: absolute;
            top: 10px;
            right: -10px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 3px solid #fff;
            background: #00283a;
            animation: fadeIn 1.5s;
            animation-fill-mode: both;
          }
          .timeline-card-wrap {
            height: 100%;
            margin-right: 35px;
            background-color: #00283a;
            border-radius: 10px;
            position: relative;
            padding: 30px;
            animation: fadeInRight 2.5s;
            animation-fill-mode: both;
            @media (max-width: 767px) {
              padding: 20px;
            }
            &::before {
              content: "";
              position: absolute;
              left: 30px;
              top: -8px;
              height: 8px;
              width: calc(100% - 60px);
              background-color: #00283a;
              border-radius: 5px 5px 0 0;
              opacity: 0.3;
            }
            &::after {
              content: "";
              position: absolute;
              top: 10px;
              right: -8px;
              width: 20px;
              height: 20px;
              background-color: #00283a;
              border-radius: 5px;
              transform: rotate(45deg);
            }
            .card-head-wrap {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-bottom: 10px;
              @media (max-width: 1199px) {
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
              }
              .timeline-card-head {
                font-size: 28px;
                line-height: 38px;
                font-weight: 500;
                color: #fff;
                margin-bottom: 0;
                @media (max-width: 767px) {
                  font-size: 18px;
                  line-height: 28px;
                }
              }
              .timeline-card-subhead {
                font-size: 16px;
                line-height: 26px;
                font-weight: 400;
                color: #bdbdbd;
                margin-bottom: 0;
                font-style: italic;
                @media (max-width: 767px) {
                  font-size: 14px;
                  line-height: 24px;
                }
              }
            }
    
            .timeline-card-text {
              font-size: 14px;
              line-height: 24px;
              font-weight: 400;
              color: #919ca1;
              margin: 25px 0 0;
              @media (max-width: 767px) {
                font-size: 12px;
                line-height: 22px;
              }
            }
          }
    
          &:nth-child(even) {
            @media (min-width: 768px) {
              margin-left: auto;
              margin-right: 0;
              &::after {
                right: unset;
                left: -10px;
                animation-delay: 2.6s;
              }
              .timeline-card-wrap {
                margin-right: 0;
                margin-left: 35px;
                animation: fadeInLeft 2.5s;
                animation-fill-mode: both;
                animation-delay: 2.5s;
                &::after {
                  right: unset;
                  border-left: none;
                  left: -8px;
                  border-right: 10px solid #00283a;
                }
              }
            }
          }
        }
      }
    }
    @keyframes line {
      0% {
        height: 0;
      }
    
      100% {
        height: calc(100% - 10px);
      }
    }
    @keyframes fadeIn {
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }
    @keyframes fadeInRight {
      0% {
        opacity: 0;
        transform: translateX(20px);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }
    @keyframes fadeInLeft {
      0% {
        opacity: 0;
        transform: translateX(-20px);
      }
      100% {
        opacity: 1;
        transform: translateX(0);
      }
    }
    .open{
      display: flex;
      flex-direction: row;
    }
    .address{
      display: flex;
      flex-direction: column;
    }
    .modal-dialog {
      max-width: 1200px;
      margin: 1.75rem auto;
  }
  .mod-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
  }

  .wa-chat-box-content-chat-brand {
    font-size: 18px !important;
    font-weight: 700;
    line-height: 18px;
    color: rgb(67 69 96) !important;
    font-family: poppins;
}
.wa-chat-box-content-chat-welcome {
  font-size: 17px !important;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17) !important;
  font-family: poppins;
}
.wa-chat-box-brand-name {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 20px;
  font-family: poppins !important;
}
.wa-chat-box-brand-subtitle {
  font-size: 16px !important;
  line-height: 18px;
  margin-top: 4px;
  font-family: poppins !important;
}
.wa-chat-box-content-send-btn {
  text-decoration: none;
  color: rgb(255, 255, 255)!important;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  /* -webkit-box-pack: center; */
  /* justify-content: center; */
  -webkit-box-align: center;
  align-items: center;
  -webkit-appearance: none;
  padding: 8px 12px;
  border-radius: 25px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  background-color: #4dc247!important;
  margin: 20px;
  overflow: hidden;
  width: fit-content !important;
}
.wa-chat-box-poweredby {
  text-align: center;
  font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
  margin-bottom: 15px;
  margin-top: -10px;
  font-style: italic;
  font-size: 12px;
  color: lightgray;
  display: none !important;
}
.wa-chat-box-brand {
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  display: none !important;
}
#wa-widget-send-button {
  margin: 0 0 50px 0 !important;
  padding-left: 0px;
  padding-right: 0px;
  position: fixed !important;
  z-index: 16000160 !important;
  bottom: 0 !important;
  text-align: center !important;
  height: 60px !important;
  min-width: 60px !important;
  border-radius: 30px !important;
  visibility: visible;
  transition: none !important;
  background-color: #4dc247;
  box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
  right: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}