@import url(custom.css);
.about-top-wrapper {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-top: 60px;
}
.about-top-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.about-top-text {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}
.about-heading {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
}
.about-heading h3 {
  margin: 0px;
  color: var(--Text-white, #fff);

  /* 1440/Title/H3 */
  font-family: var(--font-family-secondry-52);
  font-size: var(--Sizes-h3, 50px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-h3, 55px); /* 110% */
}
.about-badge {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 7px;
  border-radius: 100px;
  border: 2px solid var(--Text-white, #fff);
  width: 170px;
}
.about-badge span {
  color: var(--text-white);
  text-align: center;

  /* 1440/Regullar/xs */
  font-family: var(--font-family-primary);
  font-size: var(--Sizes-xxs, 14px);
  font-style: normal;
  font-weight: var(--Weights-semibold, 550);
  line-height: normal;
}
.about-top-text p {
  margin: 0px;
  color: #fff;

  /* 1440/Regullar/md */
  font-family: var(--font-family-primary);
  font-size: var(--md);
  font-style: normal;
  font-weight: var(--Weights-bold, 600);
  line-height: var(--Line-Height-md, 28px); /* 155.556% */
}

.about-overlly {
  position: relative;
  width: 100%;
  height: 0px;
}
.about-overlly::before {
  position: absolute;
  content: "";
  width: 100%;
  background: var(--primary-200);
  filter: blur(35px);
  height: 200px;
  top: -100px;
}

.we-are-card {
  border-radius: 20px;
  background: var(--Text-white, #fff);

  /* Main Card */
  box-shadow: 0px 14px 74px 0px rgba(0, 0, 0, 0.1);
  margin-top: -600px;
  position: relative;
}

.we-are-card-wrapper {
  display: flex;
  padding: 60px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
}
.we-are-card-uper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.we-are-card-uper p {
  margin: 0px;
  color: var(--gray-900);

  /* 1440/Regullar/md */
  font-family: var(--font-family-primary);
  font-size: var(--Sizes-md, 18px);
  font-style: normal;
  font-weight: var(--Weights-bold, 600);
  line-height: var(--Line-Height-md, 28px); /* 155.556% */
}
.we-are-card-heading {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
}
.we-are-card-heading h3 {
  margin: 0px;
  color: var(--Text-Black, #000);
  width: 600px;
  /* 1440/Title/H3 */
  font-family: var(--font-family-secondry-52);
  font-size: var(--Sizes-h3, 50px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-Height-h3, 55px); /* 110% */
}

.we-are-badge {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 7px;
  border-radius: 100px;
  border: 2px solid rgba(0, 0, 0, 0.4);
  width: 150px;
}
.we-are-badge span {
  color: var(--Text-Black, #000);
  text-align: center;

  /* 1440/Regullar/xs */
  font-family: var(--font-family-primary);
  font-size: var(--Sizes-xxs, 14px);
  font-style: normal;
  font-weight: var(--Weights-semibold, 550);
  line-height: normal;
}
.we-are-lower {
  display: flex;
  flex-direction: row;
  gap: var(--gap-md);
}
.we-are-inner-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}
.we-are-inner-card {
  display: flex;
  height: 220px;
  padding: 20px 26px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 20px;
  background: #aee3fe;
}
.we-are-inner-card h5 {
  margin: 0px;
  color: var(--Text-Black, #000);
  font-family: var(--font-family-primary);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: var(--Line-Height-h4, 40px); /* 142.857% */
}
.we-are-inner-card p {
  color: var(--Text-Black, #000);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--Weights-bold, 600);
  line-height: 27px; /* 168.75% */
}
.values {
  background: var(--primary-200);
}
.values-main-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap-heading-content);
}
.values-upper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-md);
}
.values-upper p {
  color: var(--text-white);
  text-align: center;
  width: 726px;
  /* 1440/Regullar/md */
  font-family: var(--font-family-primary);
  font-size: var(--Sizes-md, 18px);
  font-style: normal;
  font-weight: var(--Weights-bold, 600);
  line-height: var(--Line-Height-md, 28px); /* 155.556% */
}
.values-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-xs);
}
.values-heading h2 {
  margin: 0px;
  color: var(--Text-Black, #fff);
  text-shadow: 1px 1px 2px #00000021;
  text-align: center;
  font-family: var(--font-family-secondry-52);
  font-size: var(--Sizes-h2, 65px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-h1, 84px); /* 129.231% */
}
.values-heading h2 span {
  font-family: var(--font-family-secondry-54);
  font-weight: 600;
}
.values-badge {
  display: flex;
  padding: 10px 20px;
  align-items: center;
  gap: 7px;
  border-radius: 100px;
  border: 1px solid white;
  width: 140px;
}
.values-badge span {
  color: #fff;
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.values-lower {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.leader-card {
  display: flex;
  width: 492px;
  height: 536px;
  padding: 23px 21px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  background: url(../images/leader-img.png) lightgray -176.913px 0px / 163.395% 100%
    no-repeat;
}
.leader-card-content {
  display: flex;
  width: 450px;
  padding: 20px 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
  border-radius: var(--1440px-md, 20px);
  border: 1px solid var(--Linear-Border, #fff);
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(11px);
}
.leader-card-content h6 {
  margin: 0px;
  color: var(--text-white);
  font-family: var(--font-family-primary);
  font-size: var(--Sizes-lg, 22px);
  font-style: italic;
  font-weight: 600;
  line-height: var(--Line-Height-md, 28px); /* 127.273% */
}
.leader-card-content span {
  color: var(--text-white-80, #f1f9fe);
  font-family: var(--font-family-primary);
  font-size: var(--Sizes-md, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-Height-md, 28px); /* 155.556% */
}
.value-card-main-wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}
.value-card-wrapper {
  display: flex;
  flex-direction: row;
  gap: var(--gap-md);
}
.value-card {
  display: flex;
  width: 339px;
  height: 258px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid var(--Linear-Border, #fff);
  background: var(--Bg-card, #fff);

  /* Main Card */
  box-shadow: 0px 14px 74px 0px rgba(0, 0, 0, 0.1);
}
.value-card span {
  display: flex;
  width: 60px;
  height: 60px;
  padding: 25px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 10px;
  background: var(--Text-Primary, #2ea6e3);
  color: var(--text-white);
  font-family: var(--font-family-primary);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 128% */
}
.value-card-text {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
}
.value-card-text h5 {
  margin: 0px;
  color: var(--Text-Black, #000);
  font-family: var(--font-family-primary);
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 139.13% */
}
.value-card-text p {
  margin: 0px;
  color: var(--gray-900);

  /* 1440/Regullar/rg */
  font-family: var(--font-family-primary);
  font-size: var(--Sizes-rg, 16px);
  font-style: normal;
  font-weight: var(--Weights-medium, 500);
  line-height: 24px; /* 150% */
}
.test-about {
  background: var(--primary-200);
}
.test-badge {
  width: 180px;
}
.slick-slide {
  box-shadow: none !important;
}
.test-carrd {
  margin: 0 10px; /* 20px total space between cards */
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
.test-carrd.visible {
  opacity: 1;
  transform: translateY(0);
}
.slick-dots li.slick-active button:before {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  opacity: 1;
  background: black;
}
.test-card-p-1 {
  padding: 35.556px;
  height: 636px;
}
.test-card-p-2 {
  padding: 26px;
  min-height: 400px;
}
.test-card-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  border-radius: 17.778px;
  background: #fff;
}
.test-card-top {
  display: flex;
  flex-direction: column;
  gap: var(--gap-md);
}
.test-card-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-xs);
}
.test-card-heading h3 {
  color: var(--Text-Black, #000);
  font-family: var(--font-family-primary);
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.test-card-heading h4 {
  color: var(--Text-Black, #000);
  font-family: var(--font-family-primary);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.test-card-heading h5 {
  color: var(--Text-Black, #000);
  font-family: var(--font-family-primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 35.556px; /* 161.616% */
}
.test-card-text {
  display: flex;
  flex-direction: column;
  gap: var(--gap-xs);
}
.test-card-text p {
  color: var(--gray-900);
  font-family: var(--font-family-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: var(--Weights-medium, 500);
  line-height: 21.333px; /* 152.381% */
}
.test-card-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 150px;
}
.admin {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
}
.admin-details h6 {
  margin: 0px;
  color: var(--Text-Black, #000);
  font-family: var(--font-family-primary);
  font-size: 20px;
  font-style: normal;
  font-weight: var(--Weights-bold, 600);
  line-height: 24.889px; /* 124.444% */
}
.admin-details span {
  color: var(--gray-900);
  font-family: var(--font-family-primary);
  font-size: 15px;
  font-style: normal;
  font-weight: var(--Weights-medium, 500);
  line-height: 21.333px; /* 142.222% */
}
.reviews-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--gap-heading-content);
  justify-content: center;
  margin-top: 50px;
}
.reviews-tag {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.reviews-tag-inner {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
.reviews-tag span {
  color: var(--Text-Black, #000);
  font-family: var(--font-family-primary);
  font-size: var(--Sizes-rg, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.review-btn {
  display: flex;
  flex-direction: row;
  gap: var(--gap-xs);
  align-items: center;
  padding: 15px 30px;
  border-radius: 100px;
  border: 1px solid var(--Bg-bg---footer, #0d2d44);
  background: var(--Bg-bg---footer, #0d2d44);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.07);
  text-decoration: none;
}
.review-btn:hover {
  background: #04131d;
}
.review-btn span {
  color: var(--text-white);
  text-align: center;
  font-family: var(--font-family-primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* responsive */
@media (max-width: 1025px) {
  .we-are-card {
    margin-top: 30px;
  }
  .we-are-card-wrapper {
    padding: 30px;
  }
  .we-are-img img {
    width: 600px;
    height: 460px;
  }
  .values-lower {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media (max-width: 965px) {
  .about-top-wrapper {
    flex-direction: column;
    gap: 50px;
  }
  .we-are-lower {
    flex-direction: column;
  }
  .we-are-img img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 20px;
  }
  .reviews-wrapper {
    flex-direction: column;
  }
  .we-are-inner-cards-wrapper{
    flex-direction: row;
  }
  .we-are-inner-card{
    width: 100%;
  }
}
@media (max-width: 600px) {
  .about-top-img img {
    width: 100%;
  }
  .about-heading h3 {
    font-size: 40px;
  }
  .we-are-card-heading h3 {
    width: 100%;
    font-size: 40px;
    line-height: 45px;
  }
  .values-heading h2 {
    font-size: 40px;
    line-height: 60px;
  }
  .values-upper p {
    width: 100%;
  }
  .value-card-wrapper {
    flex-direction: column;
  }
  .value-card {
    width: 100%;
  }
  .values-lower-left{
    width: 100%;
  }
  .leader-card {
    width: 100%;
    height: 300px;
  }
  .leader-card-content {
    width: 100%;
    padding: 10px 20px;
  }
  .reviews-tag {
    flex-direction: column;
  }
  .we-are-img img{
    height: 250px;
  }
  .we-are-inner-cards-wrapper{
    flex-direction: column;
  }
}


@media (max-width: 349px) {
  
}