/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/

.about-one {
  position: relative;
  display: block;
  background: linear-gradient(
    to bottom,
    rgb(168 215 255 / 0.05) 0%,
    rgb(255 194 36 / 0.09) 100%
  );
  padding: 120px 0 120px;
  z-index: 1;
}

.about-one__shape-1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.about-one__shape-1 img {
  width: auto;
  animation: topBottom 3s ease-in-out infinite;
}

.about-one__shape-2 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.about-one__shape-2 img {
  width: auto;
  animation: topBottom 3s ease-in-out infinite;
}

.about-one__left {
  position: relative;
  display: block;
  margin-top: 21px;
  z-index: 1;
}

.about-one__img-box {
  position: relative;
  display: block;
  margin-right: 47px;
}

.about-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  z-index: 1;
}

.about-one__img::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.about-one__img img {
  width: 100%;
  border-radius: 15px;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.about-one__img-box:hover .about-one__img img {
  transform: scale(1);
}

.about-one__img-box:hover .about-one__img::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-one__awards-box {
  position: relative;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  margin-right: 41px;
  margin-left: 68px;
  padding: 18px 23px 21px;
  margin-top: 24px;
}

.about-one__awards-box::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 1px dashed var(--topas63-bdr-color);
  border-radius: 12px;
}

.about-one__awards-count-box {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.about-one__awards-count-box h3 {
  font-family: var(--topas63-font-two) !important;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 48px !important;
}

.about-one__awards-count-box span {
  font-family: var(--topas63-font-two) !important;
  font-size: 48px;
  font-weight: 700;
  font-style: italic;
  line-height: 48px !important;
  color: var(--topas63-black);
}

.about-one__awards-box p {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  font-family: var(--topas63-font-two);
  font-style: italic;
  color: var(--topas63-base);
  margin-top: 2px;
}

.about-one__experience-box {
  position: relative;
  display: block;
  max-width: 200px;
  width: 100%;
  margin-left: -38px;
  margin-top: 13px;
  margin-bottom: 20px;
}

.about-one__experience-box-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 45px;
  padding: 17px 20px 19px;
  z-index: 1;
}

.about-one__experience-box-shape {
  position: absolute;
  top: 6px;
  left: 6px;
  right: -6px;
  bottom: -6px;
  border: 2px solid var(--topas63-black);
  border-radius: 45px;
  z-index: -1;
}

.about-one__experience-icon {
  position: relative;
  display: block;
}

.about-one__experience-icon img {
  width: auto;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-one__experience-box-inner:hover .about-one__experience-icon img {
  transform: scale(0.9);
}

.about-one__experience-count-box {
  position: relative;
  display: block;
}

.about-one__experience-count {
  position: relative;
  display: flex;
  align-items: center;
}

.about-one__experience-count h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px !important;
  font-family: var(--topas63-font-two) !important;
}

.about-one__experience-count span {
  font-size: 24px;
  font-weight: 600;
  line-height: 24px !important;
  font-family: var(--topas63-font-two) !important;
  color: var(--topas63-black);
}

.about-one__experience-count > p {
  font-weight: 600;
  font-family: var(--topas63-font-two);
  color: var(--topas63-black);
  text-transform: capitalize;
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 16px;
  line-height: 26px;
}

.about-one__experience-count-box > p {
  font-weight: 600;
  font-family: var(--topas63-font-two);
  color: var(--topas63-black);
  /* text-transform: lowercase; */
  font-size: 16px;
  line-height: 26px;
}

.about-one__img-box-2 {
  position: relative;
  display: block;
  margin-left: -47px;
  margin-right: 46px;
}

.about-one__img-2 {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  z-index: 1;
}

.about-one__img-2::before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  opacity: 1;
  z-index: 9;
  pointer-events: none;
}

.about-one__img-box-2:hover .about-one__img-2::before {
  height: 100%;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.about-one__img-2 img {
  width: 100%;
  border-radius: 12px;
  transition: 0.5s ease;
  transform: scale(1.05);
}

.about-one__img-box-2:hover .about-one__img-2 img {
  transform: scale(1);
}

.about-two__right {
  position: relative;
  display: block;
}

.about-two__right .section-title-two {
  margin-right: -150px;
  margin-bottom: 22px;
}

.about-three__right .section-title-two {
  margin-bottom: 20px;
}

.section-title-two__tagline-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.section-title-two__tagline,
.section-title__title span {
  color: var(--topas63-base);
  font-family: var(--topas63-font-two);
  font-style: italic;
  position: relative;
}

.section-title-two__tagline-shape {
  position: relative;
  display: block;
  top: -2px;
}

.section-title-two__tagline-shape img {
  width: auto;
}

.section-title-two__title {
  color: var(--topas63-black);
  font-size: 36px;
  line-height: 51px;
  font-weight: 600;
  margin: 18px 0 10px;
  /* text-transform: capitalize; */
}

.section-title-two__title span {
  position: relative;
  display: inline-block;
  color: var(--topas63-white);
  font-size: 30px;
  line-height: 30px;
  padding: 6px 10px;
  border-radius: 21px;
}

.about-two__text {
  font-size: 16px;
  line-height: 24px;
}

.about-two__points-list {
  position: relative;
  display: block;
  margin-top: 22px;
  margin-bottom: 32px;
}

.about-two__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-two__points-list li:nth-child(2) {
  flex-direction: row-reverse;
  text-align: right;
}

.about-two__points-list li + li {
  margin-top: 30px;
}

.about-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--topas63-white);
  border: 1px dashed #ffc224;
  border-radius: 50%;
}

.about-two__points-list li:nth-child(2) .about-two__icon {
  border: 1px dashed var(--topas63-primary);
}

.about-two__points-list li:nth-child(3) .about-two__icon {
  border: 1px dashed var(--topas63-bdr-color);
}

.about-two__icon img {
  width: auto;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.about-two__points-list li:hover .about-two__icon img {
  transform: scale(0.9);
}

.about-two__content {
  position: relative;
  display: block;
  flex: 1;
}

.about-two__content h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--topas63-font-two);
  margin-bottom: 9px;
}

.about-two__content p {
  font-size: 17px;
  line-height: 22px;
}

.about-two__client-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.about-two__client-info-2 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-two__client-two-img {
  position: relative;
  display: block;
  max-width: 50px;
  width: 100%;
  z-index: 1;
}

.about-two__client-two-img img {
  width: 100%;
  border: 1px solid var(--topas63-primary);
  border-radius: 50%;
}

.about-two__client-two-content {
  position: relative;
  display: block;
  border: 1px solid var(--topas63-bdr-color);
  margin-left: -33px;
  padding: 12px 21px 16px;
  padding-left: 33px;
  border-radius: 10px;
}

.about-two__client-two-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.about-two__client-two-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 2px;
}

.about-two__client-two-content h4 a {
  color: var(--topas63-black);
}

.about-two__client-two-content h4 a:hover {
  color: var(--topas63-base);
}

.about-two__btn-box {
  position: relative;
  display: block;
  margin-left: auto;
}

@media only screen and (min-width: 1200px) {
  .about-one__awards-box {
    margin-left: 40px;
  }

  .about-one__right .section-title__title {
    font-size: 35px;
  }

  .about-two__points-list li {
    gap: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__awards-box {
    margin-left: 40px;
  }

  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .about-one__right {
    max-width: 600px;
    margin: 40px auto 0;
  }

  .about-two__left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .about-two__right {
    max-width: 600px;
    margin: 75px auto 0;
  }

  .section-title-two__title {
    font-size: 30px;
    line-height: 46px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .about-one__right {
    max-width: 600px;
    margin: 40px auto 0;
  }
  .about-two__left {
    max-width: 600px;
    margin: 0 auto 0;
  }

  .about-two__right {
    max-width: 600px;
    margin: 75px auto 0;
  }

  .about-two__client-box {
    top: 145px;
    left: -70px;
  }

  .about-two__class-day {
    left: -20px;
  }
}

@media only screen and (max-width: 767px) {
  .about-one__shape-1 {
    display: none;
  }

  .about-one__shape-2 {
    display: none;
  }

  .about-one {
    padding: 10px 0 30px;
  }

  .about-one__img-2 {
    display: none;
  }

  .about-one__img-box {
    margin: auto;
  }

  .about-one__experience-box {
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .about-one__awards-box {
    max-width: 200px;
    margin: 30px 0 0;
  }

  .about-one__left {
    margin-top: 0;
  }

  .about-one__img-box {
    margin-right: 0;
  }

  .about-one__awards-box {
    display: none;
  }

  .about-one__awards-box {
    max-width: 200px;
    margin: 30px 0 0;
  }

  .about-one__experience-box {
    display: none;
  }

  .about-one__experience-box {
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .about-one__img-box-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .about-one__right {
    margin-top: 50px;
  }

  .about-two__left {
    margin-left: 0;
    margin-right: 0;
  }

  .about-two__client-box {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .about-two__class-day {
    position: relative;
    left: 0;
    bottom: 0;
    margin-left: 40px;
  }

  .about-two__shape-1,
  .about-two__shape-2 {
    display: none;
  }

  .about-two__right .section-title-two {
    margin-right: 0;
    margin-top: 20px;
  }

  .about-two__client-and-btn-box {
    gap: 20px;
    flex-direction: column;
    align-items: baseline;
  }

  .about-two__content p br {
    display: none;
  }

  .about-two__points-list li {
    gap: 15px;
  }

  .section-title-two__title {
    font-size: 25px;
    line-height: 35px;
  }

  .section-title-two__title br {
    display: none;
  }

  .section-title-two__title span {
    font-size: 25px;
    line-height: 35px;
    padding: 0px 8px 0px;
  }
}

@media only screen and (max-width: 540px) {  
}

/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/
