:root {
  --primary-theme: #001d3d;
  --primary-clr: #3d52a0;
  --secondary-clr: #7091e6;
  --white-clr: #fff;
  --gray-clr: #8697c4;
  --light-gray-clr: #adbbda;
  --light-white-clr: #ede8f5;
  --dark-clr: #00173c;
  --black-clr: #000000;
  --yellow-clr: #f8a501;
  --orange-clr: #ff7c69;
}

.row {
  width: 100%;
}

.about_us_page {
  /* padding: 100px 0 50px 0; */
  padding: 50px 0;
  /* border: 1px solid red; */
}

.hero_img {
  /* border: 1px solid red; */
  position: relative;
  /* width: 100%; */
}
.about_us_IMG1 {
  /* border: 1px solid red; */
  width: 80%;
  height: auto;
}
.about_us_IMG2 {
  /* border: 1px solid green; */
  position: absolute;
  right: 0;
  top: 40%;
  width: 270px;
  height: 310px;
}

.about_us_hero .about_hero_text p span {
  color: var(--orange-clr);
  font-weight: 700;
  font-size: 24px;
}

/* ---------------------- about_why_choose ------------------------ */
.about_why_choose {
  background-image: url(../assets/about_why_choose_bg.svg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;

  padding: 300px 10px 20px 0;
  /* border: 1px solid red; */
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
.about_why_choose h3 {
  /* background-color: var(--gray-clr); */
  color: var(--yellow-clr);
  padding: 6px 18px;
  border-radius: 30px;
}
.about_why_choose h1 {
  padding: 0px 18px 30px 18px;
  color: var(--white-clr);
}

.about_why_choose_list {
  display: flex;
  gap: 20px;
  color: var(--white-clr);
  padding-left: 20px;
}

.about_why_choose_list h4 {
  font-weight: 600;
}

.about_why_choose_list:nth-child(3) i {
  border-radius: 50%;
  padding: 16px;
  font-size: 20px;
  background-color: #00efe1;
}
.about_why_choose_list:nth-child(4) i {
  border-radius: 50%;
  padding: 16px;
  font-size: 20px;
  background-color: #b35df3;
}
.about_why_choose_list:nth-child(5) i {
  border-radius: 50%;
  padding: 16px;
  font-size: 20px;
  background-color: var(--orange-clr);
}
.about_why_choose_list:nth-child(6) i {
  border-radius: 50%;
  padding: 16px;
  font-size: 20px;
  background-color: #00efe1;
}
.about_why_choose_list:nth-child(7) i {
  border-radius: 50%;
  padding: 16px;
  font-size: 20px;
  background-color: #b35df3;
}

.about1_img {
  border-radius: 60px;
}

/*.aboutValues {*/
/*  border: 1px solid red;*/
/*}*/





@media (max-width: 430px) {
  .about_us_hero .hero_img {
    padding: 100px 0;
  }

  .about_us_hero .hero_img .ecllipse_img {
    top: 20px;
    width: 200px;
  }

  .about_us_hero .about_hero_text {
    padding: 20px;
  }

  /* ---------------------- about_why_choose ------------------------ */
  .about_why_choose {
    background-position: top left;
    /* background-size: cover; */
    background-repeat: no-repeat;

    padding: 280px 0px 20px 0;
    /* border: 1px solid red; */
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .about_why_choose h3 {
    /* background-color: var(--gray-clr); */
    color: var(--yellow-clr);
    padding: 6px 18px;
    border-radius: 30px;
  }
  .about_why_choose h1 {
    padding: 0px 18px 30px 18px;
    color: var(--white-clr);
  }

  .about_why_choose_list {
    display: flex;
    gap: 20px;
    color: var(--white-clr);
    padding-left: 20px;
  }

  .about_why_choose_list h4 {
    font-weight: 600;
  }

  .about_why_choose_list:nth-child(3) i {
    border-radius: 50%;
    padding: 16px;
    font-size: 20px;
    background-color: #00efe1;
  }
  .about_why_choose_list:nth-child(4) i {
    border-radius: 50%;
    padding: 16px;
    font-size: 20px;
    background-color: #b35df3;
  }
  .about_why_choose_list:nth-child(5) i {
    border-radius: 50%;
    padding: 16px;
    font-size: 20px;
    background-color: var(--orange-clr);
  }
  .about_why_choose_list:nth-child(6) i {
    border-radius: 50%;
    padding: 16px;
    font-size: 20px;
    background-color: #00efe1;
  }
  .about_why_choose_list:nth-child(7) i {
    border-radius: 50%;
    padding: 16px;
    font-size: 20px;
    background-color: #b35df3;
  }

  .about1_img {
    width: 100%;
    border-radius: 60px;
    margin: 0 10px;
  }

  .hero_img {
    /* border: 1px solid red; */
    position: relative;
    /* width: 100%; */
  }
  .about_us_IMG1 {
    /* border: 1px solid red; */
    width: 100%;
    height: auto;
  }
  .about_us_IMG2 {
    /* border: 1px solid green; */
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: auto;
  }
}

@media (min-width: 430px) and (max-width: 768px) {
  .about_us_hero .hero_img .ecllipse_img {
    top: 80px;
    width: 300px;
  }

  .about_us_hero .about_hero_text {
    padding: 20px;
  }

  .about1_img {
    width: 100%;
    border-radius: 60px;
    margin: 0 10px;
  }
}

@media (min-width: 430px) and (max-width: 580px) {
  .about_us_hero .about_hero_text {
    margin-top: 170px;
  }
}

@media (min-width: 580px) and (max-width: 680px) {
  .about_us_hero .about_hero_text {
    margin-top: 140px;
  }
}
@media (min-width: 680px) and (max-width: 950px) {
  .about_us_hero .about_hero_text {
    margin-top: 80px;
  }
}


