@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  font-family: "Poppins";
}

/* who we are Started */
.about-us {
  padding: 50px;
}
.about-us .who-wrapper img {
  height: 500px;
  width: 300px;
  object-fit: cover;
  border-radius: 20px;
  margin: 20px auto;
  box-shadow: 0px 2px 15px rgba(0,0,0,0.5);
 
}

.about-us h3 {
  text-align: center;
  font-size: 30px;
  color: #ce2144;
}
.about-us .who-wrapper {
  text-align: center;
}
.about-us .who-wrapper p {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 10px;
  line-height: 1.8;
  text-align: justify;
}
/* who we are Ended */

/* why choose us Started */
.choose-us {
  background-color: rgba(251, 223, 159, 0.5);
  padding: 50px;
  max-width: 1500px;
}
.choose-us ul{
  margin-top: 10px;
}
.choose-us li { 
  background: url("/Images/about/bulletpoint.png") no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0,0,0,0.8);
}

.choose-container {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.choose-us p {
  margin-top: 10px;
}
.choose-us-img {
  width: 400px;
  height: 500px;
  background-color: black;
}
.choose-us-img img {
  width: 100%;
  height: 100%;
  background-color: black;
}
/* why choose us Ended */

/* Feature Started */
.feature {
  

  max-width: 1500px;
  display: flex;
  gap: 80px;
  flex: 2;
}

.feature-container h4{
  font-size: 30px;
  opacity: 0.9;
  text-align: center;
}
.feature img{
  width: 350px;
  height: 250px;
  object-fit: cover;
  padding: 10px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.feature .item{
  display: flex;
  gap: 50px;
}
.feature .first-row, .feature .second-row{
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.second-row{
  margin-bottom: 20px;
}
.feature .item h5{
  font-size: 22px;
  opacity: 0.8;
}
.feature .item p{
  max-width: 300px;
  opacity: 0.7;
}
.feature ul{
  margin-top: 10px;
}
.feature li { 
  
  background-size: 20px 20px;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  color: rgba(0,0,0,0.8);
  list-style-type: disc;
  margin-left: 20px;
}

.feature-container {
  display: flex;
  gap: 50px;
  flex-direction: column;
  align-items: center;
  background-color: #F6F6F6;
  padding: 0px 20px;
}
@media only screen and (max-width: 1320px) {
    .feature{
      flex-direction: column;
    }
    
}
@media only screen and (max-width: 820px) {
  .feature{
    flex-direction: column;
  }
  .feature .item{
    gap: 30px;
  }
  .feature-container h4{
    font-size: 25px;
    margin-top: 40px;
  }
  .feature img{
  width: 250px;
  height: 150px;
  object-fit: cover;
  padding: 10px;
  box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
  border-radius: 5px;
}
.feature li{
  font-size: 12px;
  background-size: 18px 18px;
}
.feature .item h5{
  font-size: 17px;
  opacity: 0.8;
}
.feature .item p{
  max-width: 300px;
  opacity: 0.7;
  font-size: 12px;
}
.item-1 .content{
  margin-left: 20px;
}
}
@media only screen and (max-width: 400px)
{
  .feature img{
    width: 200px;
    height: 100px;
    object-fit: cover;
    padding: unset;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2);
    border-radius: 5px;
  }
  .feature-container h4{
    font-size: 20px;
    margin-top: 40px;
  }
  .feature .item h5{
    font-size: 15px;
    opacity: 0.8;
  }
  .feature .item p{
    max-width: 300px;
    opacity: 0.7;
    font-size: 10px;
  }
  .feature-container{
    padding: 0px 20px;
  }
  .feature li{
    margin-left: 14px;
  }
  .about-us .who-wrapper .tamil-cont{
    max-width: 400px;
    text-align: justify;
  }
}
/* Feature Ended */

/* Features Started */
.sample {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.picture-grid {
  min-width: 200px;
  max-width: 1500px;
}
.picture-grid img {
  width: 100%;
}
@media only screen and (min-width: 1280px) {
  .about-us {
    padding: 100px;
  }
  .who-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 150px;
    align-items: center;
    margin-top: 50px;
  }
  .who-wrapper .content p {
    width: 900px;
    font-size: 19px;
  }
  .about-us {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .about-us h3 {
    font-size: 50px;
    margin-bottom: 20px;
    
  }
  .who-wrapper h4 {
    font-size: 20px;
  }
  .choose-us {
    border-radius: 20px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 600px) {
  .about-us .who-wrapper img {
    height: 200px;
    width: 200px;
  }
  .about-us .who-wrapper p {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 10px;
    line-height: 1.8;
    text-align: justify;
  }
}
/* Features Started */
