*{
    font-family:'Nexa',sans-serif;
   }
   .navbar{
    font-family: "Nexa", sans-serif;
    
   }
   #hero{
    color: blueviolet;
   }
   .about-us{
   
    padding: 30px ;
    background: #fff;
  }
  .pic{
    max-width: 60%;
    height: auto;
    padding-top: 90px;
  }
  
  .about{
      max-width: 1130px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
  }
  .about p{
    color: #000;
    font-family: 'Nexa',sans-serif;
    
  }
  .text{
    margin-top:20px ;
    font-family: 'Nexa',sans-serif;
  }
  .text h2{
    font-family: 'Qanelas ',sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    color:#77518a;
  
  
  }
  .text h5{
    
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  span{
    color: #5d616d;
  }
  .text p{
    font-family: 'Nexa', sans-serif;
    text-align: justify;
    
  }
  .data{
    margin-top: 20px;
  }
  .hire{
    font-size: 16px;
    background: #9774b3;
    color: #fff;
    text-decoration: none;
    border: none;
    padding: 8px 25px;
    border-radius: 6px;
    transition: 0.5s;
  }
  .hire:hover{
    background: #bba1c7;
    border: 1px solid#be89d6;
  }
  
          h1 {
              margin: 0;
              font-size: 1.5em;
          }
          @media only screen and (min-width: 768px) {
        .about {
          flex-direction: row;
          text-align: left;
        }
        .text {
          margin-left: 40px;
          text-align: left;
        }
        .text h2 {
          font-size: 50px;
          font-family: 'Qanelas',sans-serif;
        }
        .text p {
          font-size: 16px;
          line-height: 26px;
        }
      }        
          .container .heading {
      width: 100%;
      height: 20px;
      display: inline-block;
      text-align: center;
      /* margin-top: 20px;
      padding: 5px;
      margin-bottom: 100px; */
  
  }
  .container .heading h2 {
      font-size: 50px;
      font-family:"Qanelas ", sans-serif ;
  }
  
  
  .h1{
    color: #734ea1;
  }
  
  
    
  p{
    font-family: 'Nexa',sans-serif;
    color: #000;
    text-align: justify;
    
  }
  #my{
    background-color:#d49bd4;
  }
  .mt-2{
    font-size: 30px;
    color: #7a4885;
    font-family:'Qanelas ',sans-serif;
    text-align: left;
  }
  .ab{
    display: flex;
  }
   ul .item{
      color: #0b0c0e;
    }
  
    
  .mb-4{
    font-family: 'Nexa',sans-serif;
    margin-top: 0%;
  }
  .col-sm-6{
    color: #7a4885;
    font-family: 'Nexa', sans-serif;
    
  }


  .popup-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

/* Styles for the close button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}


 /* Styles for the popup */
 #popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border: 2px solid #7a4885; 
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  max-width: 300px;
  text-align: center;
}

#popup h2 {
  color:#7a4885; 
}

#popup p {
  color: #333; 
}

#popup button {
  background-color:#7a4885; 
  color: white; 
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#popup button:hover {
  background-color: #743483; 
}
  
  