.aboutus {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page {
  width: 95%;
  margin: auto;
  max-width: 1700px;
}

.ser-title {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0;
}

.dar {
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  color: #ba0f0f;
  margin-top: 7px;
  margin-bottom: 15px;
}

.alogo {
  width: 180px !important;
}

.containn {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(51, 51, 51, 0.85);
  width: 85%;
  text-align: justify;
}

.v-m {
  width: 34%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 353px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ba0f0f2b;
  padding: 20px 19px;
  border-radius: 18px;
  background: linear-gradient(212.88deg, rgba(156, 25, 22, 0.18) 19.03%, rgba(251, 251, 251, 0) 152.21%);
  border-radius: 50%;
  /* background-image: url(/assets/images/13.png); */
  /* background-size: 74vw; */
  /* background-repeat: no-repeat; */
  /* background-position-y: center; */
  /* background-position-x: center; */
  /* height: 322px; */
  /* display: flex; */
  /* -webkit-box-pack: center; */
  /* justify-content: center; */
  padding: 44px;
}

.v-m-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.v-mtitle {
  font-size: 1.7vw;
  font-weight: 600;
  margin-top: 10px;
  color: #ffffff;
  background: #ba0f0f;
  line-height: 4vw;
  padding: 10px 22px 0px 22px;
  border-radius: 33px;
  margin: 0;
  margin-bottom: 17px;
}

.vim {
  width: 37%;
}

.v-mcon {
  font-size: 1.5vw;
  width: 88%;
  text-align: center;
  line-height: 1.9vw;
}

.founder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.hu {
  margin-top: 25px;
  margin-bottom: 44px;
}

.txt-fon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}

.img-f {
  height: 100%;
}

p.tit-f {
  font-size: 22px;
  color: #ba0f0f;
  font-weight: 600;
  margin: 0;
}

p.name-f {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  white-space: nowrap;
}

p.con-f {
  margin: auto;
  margin-top: 20px;
  text-align: justify;
  font-size: 1.16px;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
}

.slim {
  font-weight: 300;
}

.sika {
  font-size: 18px;
  text-align: center;
  margin-top: 8px;
  font-weight: 400;
  color: #ba0f0f;
  font-size: 18px;
}

.team-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  width: 95%;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 37px;
}

.teami {
  width: 45%;
}

@media screen and (max-width: 650px) {
  .containn {
    line-height: 32px;
    width: 90%;
    margin-top: 9px;
  }
  p.tit-f {
    margin-top: 50px;
  }
  p.name-f {
    font-size: 16px;
  }
  p.con-f {
    margin: auto;
    margin-top: 19px;
    text-align: justify;
  }
  .txt-fon {
    padding: 10px;
  }
  .team-grid {
    margin-top: 15px;
  }
  .sika {
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
    font-weight: 400;
    color: #ba0f0f;
  }
  .teami {
    width: 96%;
  }
}

@media screen and (max-width: 450px) {
  .containn {
    font-size: 16px;
    width: 96%;
    margin-top: 9px;
  }
  .founder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
  }
  .img-f {
    height: 100%;
    width: 56%;
  }
  p.tit-f {
    margin-top: 16px;
  }
  p.con-f {
    margin: auto;
    margin-top: 16px;
    text-align: justify;
    font-size: 16px;
  }
  .fi {
    margin-top: 12px;
  }
  .sika {
    font-size: 18px;
    text-align: center;
    margin-top: 8px;
    font-weight: 400;
    color: #ba0f0f;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.ab-cr-1-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin-top: 100px;
}

.ab-cr-1-box .ab-cr-1 {
  width: 28%;
  text-align: center;
  padding-top: 28%;
  position: relative;
}

.ab-cr-1-box .ab-cr-1 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 13%;
  z-index: 3;
}

.ab-cr-1-box .ab-cr-1 .t {
  background: #ba0f0f;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  min-width: 240px;
  border-radius: 50px;
  font-size: 45px;
  display: inline-block;
}

.ab-cr-1-box .ab-cr-1 .p {
  margin: 0 auto;
  margin-top: 30px;
  font-size: 25px;
  padding: 0 5%;
  display: block;
}

.ab-cr-1-box .ab-cr-1::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -60px;
  left: -60px;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  border-radius: 100%;
  background: #efeaed;
  background: -webkit-gradient(linear, left top, right top, from(rgba(244, 244, 244, 0.1)), to(rgba(222, 192, 194, 0.4)));
  background: linear-gradient(90deg, rgba(244, 244, 244, 0.1) 0%, rgba(222, 192, 194, 0.4) 100%);
}

.ab-cr-1-box .ab-cr-1::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #efeaed;
  background: linear-gradient(40deg, #f4f4f4 0%, #dec0c2 100%);
  border-radius: 100%;
}

.ab-cr-2 {
  width: 45%;
  background: #ebedf3;
  border-radius: 100%;
  padding-top: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
}

.ab-cr-2 img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}

.ab-cr-2::after {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(186, 15, 15, 0)), color-stop(51%, rgba(186, 15, 15, 0)), color-stop(51%, #ba0f0f), to(#ba0f0f));
  background: linear-gradient(0deg, rgba(186, 15, 15, 0) 0%, rgba(186, 15, 15, 0) 51%, #ba0f0f 51%, #ba0f0f 100%);
  width: 350px;
  height: 350px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
}

.ab-cr-3-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  margin-top: 200px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ab-cr-3-box .ab-cr-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  margin-bottom: 300px;
}

.ab-cr-3-box .ab-cr-3 .img {
  position: relative;
  width: 150px;
  height: 150px;
}

.ab-cr-3-box .ab-cr-3 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 4;
}

.ab-cr-3-box .ab-cr-3 .img::after {
  content: '';
  background: #9a1e1c;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: -15px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.ab-cr-3-box .ab-cr-3 .img::before {
  content: '';
  background: #ebedf3;
  background: linear-gradient(40deg, #ebedf3 0%, #f3f3f3 100%);
  width: 400px;
  height: 400px;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: -125px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.ab-cr-3-box .ab-cr-3 .content {
  z-index: 5;
  position: relative;
  top: 37px;
  left: 6px;
  text-align: center;
}

.ab-cr-3-box .ab-cr-3 .content .name {
  display: block;
  font-size: 28px;
  padding: 0 20px;
  font-weight: bold;
  color: #9a1e1c;
}

.ab-cr-3-box .ab-cr-3 .content .line {
  height: 13px;
  display: block;
  margin: 5px 0;
  border-radius: 100px;
  background: #9a1e1c;
}

.ab-cr-3-box .ab-cr-3 .content .desc {
  color: #9a1e1c;
  display: block;
  margin-top: 5px;
  font-size: 18px;
}

.ab-cr-3-box .ab-cr-3:nth-child(even) {
  direction: rtl;
}

.ab-cr-3-box .ab-cr-3:nth-child(even) .content {
  left: 0;
  right: 6px;
}

.ab-cr-3-box .ab-cr-3:nth-child(even) .img::after {
  left: 0;
  right: -15px;
}
