
:root {
  /**
  @font family declaration
  */
  --rr-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rr-common-white: #FFFFFF;
  --rr-common-black: #000000;
  --rr-common-placeholder: #767676;
  --rr-common-selection: #3C66FA;
  --rr-color-white_smoke: #F5F5F5;
  --rr-color-white_smoke-2: #F4F4F5;
  --rr-color-white_smoke-3: #F2F2F2;
  --rr-color-white_smoke-4: #F8F8F8;
  --rr-color-white_smoke-5: #EEEEEE;
  --rr-body-bg: #192929;
  --rr-body-primary: #17191C;
  --rr-body-primary-1: #131F1F;
  --rr-body-primary-3: #2E2828;
  --rr-body-primary-4: #010101;
  --rr-body-primary-5: #13161C;
  --rr-theme-primary: #F4D39A;
  --rr-theme-primary-2: #015941;
  --rr-theme-primary-3: #C2F380;
  --rr-heading-primary: #192929;
  --rr-text-body: #192929;
  --rr-text-body-2: #020D0A;
  --rr-menu-white: #FFFFFF;
  /**
  @font weight declaration
  */
  --rr-fw-normal: normal;
  --rr-fw-thin: 100;
  --rr-fw-elight: 200;
  --rr-fw-light: 300;
  --rr-fw-regular: 400;
  --rr-fw-medium: 500;
  --rr-fw-sbold: 600;
  --rr-fw-bold: 700;
  --rr-fw-ebold: 800;
  --rr-fw-black: 900;
  /**
  @font size declaration
  */
  --rr-fs-body: 18px;
  --rr-fs-body2: 18px;
  --rr-fs-p: 18px;
  --rr-fs-h1: 70px;
  --rr-fs-h2: 100px;
  --rr-fs-h3: 90px;
  --rr-fs-h4: 24px;
  --rr-fs-h5: 20px;
  --rr-fs-h6: 15px;
  --rr-lh-body: 28px;
  --rr-lh-body2: 28px;
  --rr-lh-p: 30px;
  --rr-lh-h1: 72px;
  --rr-lh-h2: 105px;
  --rr-lh-h3: 100px;
  --rr-lh-h4: 28px;
  --rr-lh-h5: 32px;
  --rr-lh-h6: 30px;
}



*::-moz-selection {
  background: var(--rr-common-selection);
  color: var(--rr-common-white);
  text-shadow: none;
}

::-moz-selection {
  background: var(--rr-common-selection);
  color: var(--rr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--rr-common-selection);
  color: var(--rr-common-white);
  text-shadow: none;
}

::selection {
  background: var(--rr-common-black);
  color: var(--rr-common-white);
  text-shadow: none;
}




/*----------------------------------------*/
/*  2.11 animation
/*----------------------------------------*/
.rotate360 {
  animation: rotate360 9s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.About-section-5__thumb > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-size: 100% 100%;
  /* mask-image: url("../images/myimg/about/about-5_01.png"); */
}
.About-section-5__circle__text {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .About-section-5__circle__text {
    right: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .About-section-5__circle__text {
    right: -45px;
  }
}
@media (max-width: 575px) {
  .About-section-5__circle__text {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .About-section-5__circle__text img {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .About-section-5__circle__text img {
    width: 75%;
  }
}
.About-section-5__circle__text .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .About-section-5__circle__text .arrow {
    left: 43%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .About-section-5__circle__text .arrow {
    left: 41%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px) {
  .About-section-5__circle__text .arrow img {
    width: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .About-section-5__circle__text .arrow img {
    width: 75%;
  }
}
.About-section-5__content {
  margin-left: 78px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .About-section-5__content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .About-section-5__content {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .About-section-5__content .section-heading__wrap_3 .section__title {
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .About-section-5__content .section-heading__wrap_3 .section__title {
    font-size: 24px;
  }
}
.About-section-5__dec {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: rgba(25, 41, 41, 0.7);
}
@media (max-width: 575px) {
  .About-section-5__dec br {
    display: none;
  }
}
.About-section-5__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 47px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .About-section-5__title {
    font-size: 20px;
    line-height: 35px;
  }
}
.About-section-5__card {
  margin-top: 18px;
  margin-bottom: 16px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .About-section-5__card {
    margin: 10px 0;
  }
}
.About-section-5__card:last-of-type {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.About-section-5__bottom {
  display: flex;
  margin-top: 80px;
  padding-top: 54px;
  align-items: center;
  justify-content: space-between;
  border-top: 1.5px solid rgba(25, 41, 41, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .About-section-5__bottom {
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .About-section-5__bottom {
    margin-top: 25px;
    padding-top: 15px;
  }
}
.About-section-5__bottom p {
  font-weight: 400;
  font-size: 26px;
  line-height: 47px;
  color: var(--rr-heading-primary);
}
@media (max-width: 575px) {
  .About-section-5__bottom p {
    font-size: 20px;
    line-height: 30px;
  }
}
