  *{
      text-decoration: none;
  }
  .bg-color
  {
      background:linear-gradient( green, #f4bf7a);
      overflow-x: hidden;
  }
  .bg-color1
  {
      background-color: gray;
      padding-top: 5px;
      padding-bottom: 2px;
      color: black;
      font-size: small;
      font-weight: 700;
  }
  .CompanyList p{
      font-family:'Open Sans', 'Helvetica Neue', sans-serif;
      font-weight: 600;
  }
  .CompanyList h5{
      font-family: 'Alegreya Sans', sans-serif;
  }
  .followtitle{
      font-family: 'Alegreya Sans', sans-serif;
   
  }
  .LinkesList li a{
      list-style-type: none;
      text-decoration: none;
      color: inherit;
      font-family:'Open Sans', 'Helvetica Neue', sans-serif;  
  }
  .LinkesList li{
      list-style-type: none;
      margin-top: 1rem;
      font-family:'Open Sans', 'Helvetica Neue', sans-serif;
      font-weight: 600;
  }
  .Productstitle{
      margin-left: 2rem;
      font-family: 'Alegreya Sans', sans-serif;  
  }
  .quicktitel{
      margin-left: 2rem;
      font-family: 'Alegreya Sans', sans-serif;
  }
  .ContactList{
      font-family: 'Alegreya Sans', sans-serif;
  }
  .footerFont{
      font-size: 30px;
      font-weight: bold;
  } 
  .ContactList p{
      margin-top: 1rem;
      font-family:'Open Sans', 'Helvetica Neue', sans-serif;
      font-weight: 600;
  }
.icons{
      display: flex;
      justify-content: space-evenly;
      font-size: 25px;
      transition: 0.3s;
}
.fa-instagram{
      color: rgb(218, 22, 87);
      transition: 0.3s;
      cursor: pointer;
}
.fa-facebook:hover{
      color: #033195;
      transition: 0.3s;
      cursor: pointer;
}
.fa-twitter:hover{
      color:  #0365a2;
      transition: 0.3s;
      cursor: pointer;
}
.fa-linkedin:hover{
      color:  #044da0;
      transition: 0.3s;
      cursor: pointer;
}
#enq:hover{
cursor: pointer;
}
  /* ---------------------popup button------------------ */
  .popup-container {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark semi-transparent background */
    justify-content: center;
    align-items: center;
}
.namedot{
  color: transparent;
}

.popup {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}
.close-btn2 {
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    border:1px solid green;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 20px;
}
.close-btn2:hover{
    background-color: green;
    color: white;
    transition: 1s;
}

.close-btn {
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 5px 10px;
    border:1px solid green;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 5px;
}

.close-btn:hover{
    background-color: green;
    color: white;
    transition: 1s;
}
.close-btn3 {
    background-color: transparent;
    color: rgb(0, 0, 0);
    padding: 5px 10px;
    border:1px solid green;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 5px;
    width: 100%;
}
.close-btn3:hover{
    background-color: green;
    color: white;
    transition: 1s;
}
.label{
      display: inline-block;
}
.popup h2{
    color: darkgreen;
    font-family: 'Alegreya Sans', sans-serif;
}

.Enquirybtn{
    text-align: center;
    margin-bottom: 50px;
}
.labelBold{
    font-weight: bold;
}
.footeremail{
   text-decoration: none;
    color: #000000;
}



