
.hero-section__wrapper {
  padding-top: 257px;
  padding-bottom: 120px;
  background: #f0f2f4;
}
@media only screen and (max-width: 1199px) {
  .hero-section__wrapper {
    padding-top: 200px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__wrapper {
    padding-top: 200px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__wrapper {
    padding-top: 150px;
  }
}
@media (max-width: 575px) {
  .hero-section__wrapper {
    padding-top: 100px;
  }
}
.hero-section__inner {
  display: grid;
  grid-template-columns: 650px 1fr;
  margin-bottom: 130px;
}
@media only screen and (max-width: 1399px) {
  .hero-section__inner {
    grid-template-columns: 460px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section__inner {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-section__inner {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__content {
    margin-top: 20px;
  }
}
.hero-section__content .title {
  font-weight: 600;
  font-size: 100px;
  line-height: 110px;
  text-decoration-line: underline;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .hero-section__content .title {
    font-size: 80px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-section__content .title {
    font-size: 70px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-section__content .title {
    font-size: 50px;
    line-height: 60px;
  }
  .hero-section__content .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .hero-section__content .title {
    font-size: 35px;
    line-height: 45px;
  }
}
.hero-section__box {
  margin-left: 180px;
}
@media only screen and (max-width: 1399px) {
  .hero-section__box {
    margin-left: 0;
  }
}
.hero-section__box .number {
  position: relative;
}
.hero-section__box .number h3 {
  font-weight: 600;
  font-size: 290px;
  line-height: 220px;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .hero-section__box .number h3 {
    font-size: 250px;
  }
  .hero-section__box .number h3 br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hero-section__box .number h3 {
    font-size: 200px;
  }
}
@media (max-width: 575px) {
  .hero-section__box .number h3 {
    font-size: 150px;
    line-height: 150px;
  }
}
.hero-section__box .number h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: var(--primary);
  transform: rotate(-90deg);
  padding-left: 20px;
  position: absolute;
  top: 46%;
  right: 60px;
}
@media only screen and (max-width: 991px) {
  .hero-section__box .number h4 {
    transform: rotate(0deg);
  }
}
@media (max-width: 575px) {
  .hero-section__box .number h4 {
    position: inherit;
    top: inherit;
    right: inherit;
  }
}
.hero-section__client {
  margin-bottom: 25px;
  gap: 15px;
  padding: 10px 25px;
  background: var(--white);
  border-radius: 15px;
  display: inline-flex;
}
@media (max-width: 575px) {
  .hero-section__client {
    flex-wrap: wrap;
  }
}
.hero-section__client .media {
  display: flex;
}
.hero-section__client .media img {
  outline: 2px solid var(--white);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
}
.hero-section__client .media img:not(:first-child) {
  margin-left: -27px;
}
.hero-section__text h4 {
  font-weight: 600;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--primary);
}
.hero-section__card {
  background: var(--white);
  padding: 60px 45px 55px 45px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .hero-section__card {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .hero-section__card {
    padding: 30px 20px;
  }
}
.hero-section__card.card-2 .sub-title h3 {
  color: var(--white);
}
.hero-section__card.card-2 .sub-title h3::before {
  background: var(--white);
}
.hero-section__card.card-2 .sub-title h3::after {
  background: var(--white);
}
.hero-section__card.card-2 .title {
  color: var(--white);
}
.hero-section__card .sub-title h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--primary);
  font-family: var(--font_ab_bound);
  padding-left: 50px;
  position: relative;
}
.hero-section__card .sub-title h3::before {
  position: absolute;
  left: 0;
  top: 13px;
  background: var(--primary);
  content: "";
  height: 1px;
  width: 46px;
}
.hero-section__card .sub-title h3::after {
  position: absolute;
  left: 0;
  top: 16px;
  background: var(--primary);
  content: "";
  height: 1px;
  width: 46px;
}
.hero-section__card .title {
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-decoration-line: underline;
  color: var(--primary);
  margin-bottom: 40px;
  margin-top: 26px;
}
@media only screen and (max-width: 1919px) {
  .hero-section__card .title {
    font-size: 45px;
    line-height: 60px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-section__card .title {
    font-size: 45px;
    line-height: 60px;
  }
  .hero-section__card .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .hero-section__card .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.hero-section__card .rr-btn-border {
  background: var(--primary);
  padding: 7px 15px;
}
.hero-section__card .rr-btn-border .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.hero-section__card .rr-btn-border .icon {
  width: 44px;
  height: 44px;
  background: white;
}
.hero-section__card .rr-btn-border .icon svg {
  color: var(--primary);
}
.hero-section__thumb {
  position: relative;
}
.hero-section__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../imgs/hero/hero-img-2.png);
          mask-image: url(../imgs/hero/hero-img-2.png);
  -webkit-mask-size: 100%, 100%;
          mask-size: 100%, 100%;
}
.hero-section__thumb .video__play {
  background: #f0f2f4;
  width: 283px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px 0px 20px 0px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hero-section__thumb .video__play .icon {
  width: 42px;
  height: 42px;
  border: 1px solid #c2c2c5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.hero-section__thumb .video__play span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: var(--primary);
}
.hero-section__silad-box {
  position: relative;
}
.hero-section__wrapper-box .arrow {
  position: absolute;
  width: 86px;
  height: 182px;
  border-radius: 20px;
  left: 0;
  top: 39.2%;
  display: flex;
  align-items: center;
  gap: 0px;
  justify-content: center;
  flex-wrap: wrap;
  background: #f0f2f4;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero-section__wrapper-box .arrow {
    display: none;
  }
}
.hero-section__wrapper-box .arrow .rr-button {
  height: 56px;
  width: 56px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.hero-section__wrapper-box .arrow .rr-button i {
  font-size: 20px;
  color: var(--primary);
  transition: all 0.3s ease-in-out;
}
.hero-section__wrapper-box .arrow .rr-button-2 {
  transform: translateY(-15px);
}
.hero-section__wrapper-box .arrow .rr-button:hover {
  background: #f14f44;
  border: none;
}
.hero-section__wrapper-box .arrow .rr-button:hover i {
  color: var(--white);
}




.features-section {
  border-radius: 16px;
}
.features-section__wrapper {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  background-size: cover;
  border-radius: 16px;
}
.features-section__thumb {
  position: relative;
  height: 709px;
  border-radius: 16px;
}
@media only screen and (max-width: 767px) {
  .features-section__thumb {
    height: 600px;
  }
}
.features-section__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.features-section__item {
  position: absolute;
  top: 0px;
  right: 75px;
}
@media only screen and (max-width: 1919px) {
  .features-section__item {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .features-section__item {
    margin-left: 20px;
  }
}
@media (max-width: 575px) {
  .features-section__item {
    margin-left: 5px;
  }
}
.features-section__item .content {
  margin-left: 200px;
  padding-top: 130px;
  padding-bottom: 85px;
}
@media only screen and (max-width: 991px) {
  .features-section__item .content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .features-section__item .content {
    margin-left: 0;
    padding-top: 50px;
  }
}
.features-section__item .content .title {
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-decoration-line: underline;
  color: #ffffff;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .features-section__item .content .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .features-section__item .content .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
  }
}
.features-section__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}
.features-section__form {
  width: 710px;
}
@media only screen and (max-width: 767px) {
  .features-section__form {
    width: 100%;
  }
}
.features-section__form .ts-subscribe-form {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.features-section__form .ts-subscribe-form .form-control {
  max-width: 455px;
  background: #191919;
  border-radius: 90px;
  border: none;
  padding: 21px 0;
  padding-left: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}
.features-section__form .ts-subscribe-form .rr-btn-border {
  background: white;
  padding: 14px 35.2px;
}
.container {
    --bs-gutter-x: 30px;
}

.rr-container-1800 {
    max-width: 1800px;
}
.hero-section__vid{
 background: #fdfdfd4a;
    padding: 20px;
    border-radius: 20px;
}
.hero-section__vid video{
  width: 100%;
  height: auto;
}

.project-section__wrapper {
  gap: 20px;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .project-section__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-section__card {
  background: var(--white);
  border-radius: 20px;
  padding: 90px 45px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .project-section__card {
    padding: 90px 30px;
  }
}
.project-section__card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  background: #f1f1f1;
  border-bottom-left-radius: 90px;
  z-index: 1;
}
.project-section__card .icon .project-btn {
  background: var(--primary);
  width: 56px;
  height: 56px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.project-section__card:hover .icon .project-btn {
  background: #FFD700;
}
.project-section__card:hover .date {
  background: #FFD700;
}
.project-section__thumb {
  border-radius: 20px;
}
.project-section__thumb img, video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.project-section__content .sub-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--primary);
  position: relative;
  margin-bottom: 35px;
  padding-left: 55px;
}
.project-section__content .sub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 40%;
  height: 1px;
  width: 46px;
  background: var(--primary);
}
.project-section__content .sub-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 46px;
  background: var(--primary);
}
.project-section__content .tub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  color: var(--primary);
  position: relative;
  margin-top: 35px;
  padding-left: 55px;
}
.project-section__content .tub-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 40%;
  height: 1px;
  width: 46px;
  background: var(--primary);
}
.project-section__content .tub-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 46px;
  background: var(--primary);
}
.project-section__content .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-decoration-line: underline;
  color: var(--primary);
  margin-bottom: 34px;
}
@media only screen and (max-width: 1399px) {
  .project-section__content .title br {
    display: none;
  }
}
@media (max-width: 575px) {
  .project-section__content .title {
    font-size: 20px;
    line-height: 30px;
  }
}
.project-section__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #555555;
  font-family: var(--font_ab_bound);
}
@media (max-width: 575px) {
  .project-section__content .decs br {
    display: none;
  }
}
.project-section__content .date {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  padding: 7px 27px;
  margin-top: 20px;
  background: var(--primary);
  border-radius: 90px;
  transform: rotate(-39deg);
  position: absolute;
  bottom: 51px;
  right: 26px;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .project-section__content .date {
    transform: rotate(0deg);
  }
}
@media (max-width: 575px) {
  .project-section__content .date {
    left: 30px;
    bottom: 20px;
    right: inherit;
  }
}
.project-section__content .date::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--white);
  border-radius: 50%;
  margin-right: 6px;
}

.work-section {
  padding: 320px 0 130px;
  background: #f0f2f4;
}
.work-section__wrapper {
  background: var(--primary);
}
.work-section__item {
  background: #191919;
  padding: 25px 18px;
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 13px;
  border-radius: 20px;
  margin-bottom: 33px;
}
.work-section__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .work-section__item {
    grid-template-columns: 1fr;
  }
}
.work-section__number span {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
  transform: rotate(-39.3deg);
  background: #f14f44;
  display: inline-block;
  border-radius: 90px;
  font-family: "Kanit";
  padding: 5px 30px;
  margin-top: 28px;
}
@media (max-width: 575px) {
  .work-section__number span {
    transform: rotate(0deg);
  }
}
.work-section__content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-decoration-line: underline;
  color: #ffffff;
  margin-bottom: 19px;
}
.work-section__content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}
.work-section__wrap .section-heading {
  margin-bottom: 58px;
}
.work-section__wrap .section-heading .title {
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-decoration-line: underline;
  color: #ffffff;
  text-align: start;
}
@media (max-width: 575px) {
  .work-section__wrap .section-heading .title {
    font-size: 26px;
    line-height: 36px;
  }
}
.work-section__wrap .icon-shape {
  margin-bottom: 70px;
}
.work-section__thumb {
  max-width: 850px;
  margin-left: 12px;
  position: relative;
  border-radius: 20px;
}
@media only screen and (max-width: 1199px) {
  .work-section__thumb {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
.work-section__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: url(../imgs/project/workt-img-2.jpg);
          mask-image: url(../imgs/project/workt-img-2.jpg);
  -webkit-mask-size: 100%, 100%;
          mask-size: 100%, 100%;
}
.work-section__thumb .rr-btn-border {
  background: var(--red);
  color: var(--white);
  border: transparent;
  position: absolute;
  left: 35px;
  bottom: 0;
  gap: 30px;
}
@media (max-width: 575px) {
  .work-section__thumb .rr-btn-border {
    position: inherit;
    left: inherit;
    margin-top: 20px;
  }
}
.work-section__thumb .rr-btn-border .icon {
  background: var(--white);
  width: 44px;
  height: 44px;
}

.video-section__wrapper {
  padding-top: 270px;
  border-radius: 20px;
}
@media only screen and (max-width: 1399px) {
  .video-section__wrapper {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .video-section__wrapper {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .video-section__content {
    margin-bottom: 30px;
  }
}
.video-section__content .title {
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-decoration-line: underline;
  color: #ffffff;
  font-family: var(--font_instr);
  margin-bottom: 55px;
}
@media only screen and (max-width: 991px) {
  .video-section__content .title br {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .video-section__content .title {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .video-section__content .title {
    font-size: 31px;
    line-height: 40px;
  }
}
.video-section__content .rr-btn-border {
  background: #ffffff;
  border-radius: 90px;
  padding: 15px 18px 14px 38px;
  gap: 30px;
}
.video-section__card {
  background: #d9d9d9;
  padding: 51px 60px 8px 60px;
  border-radius: 20px 20px 0 0;
  margin-left: 53px;
}
@media only screen and (max-width: 1399px) {
  .video-section__card {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .video-section__card {
    padding: 30px 10px 10px 10px;
  }
}
.video-section__card .title {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-decoration-line: underline;
  color: var(--primary);
  font-family: var(--font_instr);
  margin-bottom: 40px;
  margin-top: 60px;
}
@media (max-width: 575px) {
  .video-section__card .title {
    margin-top: 30px;
  }
}
.video-section__play .icon {
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  background: #f14f44;
  justify-content: center;
  border-radius: 500px;
}
@media (max-width: 575px) {
  .video-section__play .icon {
    width: 80px;
    height: 80px;
  }
}
.video-section__list ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: var(--primary);
  list-style: none;
  margin-bottom: 20px;
}
.video-section__list ul li:last-child {
  margin-bottom: 0;
}
.video-section__list ul li svg {
  margin-right: 10px;
}

.service-section__info {
  gap: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 125px;
}
@media only screen and (max-width: 1399px) {
  .service-section__info {
    flex-wrap: wrap;
  }
}
.service-section__info .title {
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  text-decoration-line: underline;
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .service-section__info .title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .service-section__info .title {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 575px) {
  .service-section__info .title {
    font-size: 25px;
    line-height: 35px;
  }
}
.service-section__info .icon {
  background: var(--white);
  height: 44px;
  width: 44px;
}
.service-section__info .rr-btn-border {
  background: var(--primary);
}
.service-section__info .rr-btn-border .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.service-section__wrap .logo {
  background: var(--white);
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  margin-bottom: -10px;
}
@media (max-width: 575px) {
  .service-section__wrap .logo {
    margin-bottom: 0;
    width: 100px;
    height: 100px;
  }
}
.service-section__item {
  background: var(--white);
  margin-left: 130px;
  padding: 50px 45px 96px 45px;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .service-section__item {
    margin-left: 0;
    margin-top: 10px;
    padding: 30px 20px 75px 20px;
  }
}
.service-section__item .number {
  margin-bottom: 30px;
}
.service-section__item .number span {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: var(--primary);
  font-family: var(--font_instr);
}
.service-section__item .content .title {
  font-family: var(--font_instr);
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  text-decoration-line: underline;
  color: var(--primary);
  margin-bottom: 23px;
}
.service-section__item .content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}
.service-section__bottom .icon .project-btn {
  background: var(--primary);
  width: 56px;
  height: 56px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.service-section__bottom .dot {
  background: #f14f44;
  height: 14px;
  width: 14px;
  position: absolute;
  right: 14px;
  bottom: 18px;
  border-radius: 2px;
}

.brand__area .section-heading {
  margin-bottom: 85px;
}
.brand__item {
  background: #ffffff;
  border-radius: 10px;
  width: 330px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
@media (max-width: 575px) {
  .brand__item {
    width: 230px;
    height: 110px;
  }
}
.brand__item img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.brand__item:hover {
  background: #f14f44;
}
.brand__item:hover img {
  filter: brightness(0) invert(1);
}
.brand__item-box .brand-slide__active .swiper-wrapper {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
.brand__item-box .brand-slide__active .swiper-wrapper .swiper-slide {
  width: auto;
}

.text-slider-box {
  background: var(--primary);
}
.text-slider-box-2 {
  position: relative;
  z-index: 1;
  background: #f14f44;
  transform: rotate(7deg);
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -34px;
}
.text-slider-box-2 .text-slider-content {
  padding: 35px 0;
  background: #f14f44;
}
@media only screen and (max-width: 991px) {
  .text-slider-box-2 .text-slider-content {
    padding: 20px 0;
  }
}
.text-slider-box-2 .text-slider-content .text {
  font-weight: 500;
  font-size: 72px;
  line-height: 82px;
  color: var(--primary);
  font-family: var(--font_instr);
}
@media only screen and (max-width: 991px) {
  .text-slider-box-2 .text-slider-content .text {
    font-size: 50px;
    line-height: 60px;
  }
}
.text-slider-content {
  padding: 35px 0;
}
@media only screen and (max-width: 991px) {
  .text-slider-content {
    padding: 20px 0;
  }
}
.text-slider-content .text {
  font-weight: 500;
  font-size: 72px;
  line-height: 82px;
  color: #ffffff;
  font-family: var(--font_instr);
}
@media only screen and (max-width: 991px) {
  .text-slider-content .text {
    font-size: 50px;
    line-height: 60px;
  }
}
.text-slider-area .text-slide__active .swiper-wrapper {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  justify-content: space-between;
  transition-timing-function: linear;
}
.text-slider-area .text-slide__active .swiper-wrapper .swiper-slide {
  width: auto;
}

.blog__inner {
  padding-top: 130px;
  padding-bottom: 220px;
}
.blog__wrapper {
  position: relative;
}
.blog__item {
  display: flex;
  gap: 60px;
}
@media only screen and (max-width: 1919px) {
  .blog__item {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .blog__item {
    flex-wrap: wrap;
  }
}
.blog__media {
  overflow: hidden;
  border-radius: 10px;
}
.blog__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog__content {
  display: flex;
  flex-direction: column;
}
.blog__top span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
  margin-bottom: 35px;
  font-family: var(--font_ab_bound);
}
.blog__top .title {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  color: var(--primary);
  margin-bottom: 35px;
  text-decoration: underline;
}
@media only screen and (max-width: 1919px) {
  .blog__top .title br {
    display: none;
  }
}
.blog__top .decs {
  color: #555;
  font-size: 16px;
  font-weight: 400;
  max-width: 394px;
  line-height: 26px;
  font-family: var(--font_ab_bound);
}
.blog__bottom {
  margin-top: auto;
}
.blog__bottom a {
  color: #101010;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: relative;
  color: var(--primary);
  padding-left: 20px;
  font-family: var(--font_ab_bound);
  text-decoration: underline;
}
.blog__bottom a::before {
  left: 0;
  top: 50%;
  width: 10px;
  content: "";
  height: 10px;
  position: absolute;
  border-radius: 500px;
  background: var(--primary);
  transform: translate(0, -50%);
}
.blog .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.1);
  height: 1px;
  bottom: -90px;
  top: inherit;
}
.blog .swiper-pagination-progressbar-fill {
  height: 3px;
  transition: 0.3s;
  top: -1.5px;
  background: var(--primary);
}
.section-heading {
  text-align: center;
  margin-bottom: 80px;
}
.section-heading .title {
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  color: var(--primary);
  text-decoration-line: underline;
}
@media only screen and (max-width: 1399px) {
  .section-heading .title br {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .section-heading .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-heading .title {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section-heading .title {
    font-size: 24px;
    line-height: 34px;
  }
}
   .pos{
    position: absolute;
   }
   
/* === pages scss (index 01) === */
.about-section-wrapper .section-heading {
  margin-bottom: 130px;
  position: relative;
}
.about-section-wrapper .section-heading .shape {
  position: absolute;
  left: 18%;
  bottom: -49%;
}
.about-section-wrapper .section-heading .title {
  position: relative;
  z-index: 2;
}
.about-section-item {
  background: var(--white);
  padding: 45px 35px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.about-section-content .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-decoration-line: underline;
  color: #000000;
  margin-top: 22px;
  margin-bottom: 27px;
}
.about-section-content .decs {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}
@media only screen and (max-width: 991px) {
  .about-section-content .decs br {
    display: none;
  }
}

/* about-us-5 home-5 start */
.about-us-5__wrapper {
  margin: 0 auto;
  max-width: 1580px;
  text-align: center;
}
.about-us-5__wrap {
  display: grid;
  align-items: center;
  border-top: 1px solid var(--black);
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .about-us-5__wrap {
    margin-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .about-us-5__wrap {
    grid-template-columns: 1fr;
    border: none;
  }
}
.about-us-5__item {
  padding: 60px 51px 112px 51px;
  border-right: 1px solid var(--black);
}
.about-us-5__item:first-child {
  padding-left: 0;
}
.about-us-5__item:last-child {
  padding-right: 0;
  border: none;
}
@media only screen and (max-width: 1399px) {
  .about-us-5__item {
    padding: 60px 20px 112px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-5__item {
    margin-bottom: 40px;
    padding: 40px 20px 60px 20px;
  }
}
@media (max-width: 575px) {
  .about-us-5__item {
    border: none;
    padding: 0px;
  }
}
.about-us-5__title {
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 0;
  margin-bottom: 60px;
  font-family: var(--font_mono);
}
@media only screen and (max-width: 1399px) {
  .about-us-5__title {
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-5__title {
    font-size: 90px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .about-us-5__title {
    font-size: 50px;
    line-height: 1px;
  }
}
.about-us-5__subtitle {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  color: var(--black);
  padding-bottom: 119px;
  font-family: var(--font_instr);
}
@media only screen and (max-width: 1399px) {
  .about-us-5__subtitle {
    font-size: 50px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-5__subtitle {
    font-size: 40px;
    line-height: 49px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-5__subtitle {
    font-size: 35px;
    line-height: 44px;
    padding-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .about-us-5__subtitle {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 60px;
  }
}
.about-us-5__subtitle strong {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  text-align: center;
  font-family: var(--font_instr);
  color: var(--black);
}
@media only screen and (max-width: 1399px) {
  .about-us-5__subtitle strong {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .about-us-5__subtitle strong {
    font-size: 36px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .about-us-5__subtitle strong {
    font-size: 34px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .about-us-5__subtitle strong {
    font-size: 20px;
  }
}
.about-us-5__text {
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
  color: var(--black);
  margin: 35px 0 38px 0;
  font-family: var(--font_instr);
}
@media only screen and (max-width: 1399px) {
  .about-us-5__text {
    font-size: 22px;
    line-height: 25px;
    margin: 35px 0 20px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-5__text {
    font-size: 18px;
  }
}
.about-us-5__text span {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--black);
  font-family: var(--font_instr);
}
@media only screen and (max-width: 1399px) {
  .about-us-5__text span br {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .about-us-5__text span {
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-us-5__text span {
    font-size: 19px;
  }
}
.about-us-5__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: var(--font_ab_bound);
}
@media only screen and (max-width: 1399px) {
  .about-us-5__desc br {
    display: none;
  }
}
@media only screen and (max-width: 1399px) {
  .about-us-5__desc {
    font-size: 16px;
    line-height: 26px;
  }
}

.value {
  background-color: var(--gray-three);
}
.value__thumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.value__thumb__one img {
  border-radius: 10px;
}
.value__thumb__two img {
  border-radius: 10px;
}
.value .section-top7 {
  margin-bottom: 120px;
}
.value__list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 35px;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid var(--border-color-one);
  border-radius: 10px;
  transition: background-color 0.25s ease;
  cursor: default;
}
.value__list:hover, .value__list.active {
  background-color: var(--white);
}
.value__list:hover .value__left, .value__list.active .value__left {
  gap: 120px;
}
@media only screen and (max-width: 1399px) {
  .value__list:hover .value__left, .value__list.active .value__left {
    gap: 30px;
  }
}
.value__list:hover .value__title > img, .value__list.active .value__title > img {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.value__left {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1 1 auto;
  min-width: 0;
}
@media only screen and (max-width: 1399px) {
  .value__left {
    flex-direction: column;
  }
}
.value__left:hover {
  gap: 120px;
}
.value__number {
  font-family: var(--font_ab_bound);
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
  color: var(--black);
  flex: 0 0 auto;
}
.value__title {
  display: flex;
  align-items: center;
  font-family: var(--font_instr);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: var(--black);
  gap: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
.value__title img {
  margin-right: 10px;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-6px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  flex: 0 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.value__title:hover {
  color: var(--gray-two);
}
.value__desc {
  font-family: var(--font_ab_bound);
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: var(--gray-two);
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .value__desc {
    flex: 0 0 auto;
    margin-top: 0;
  }
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .value__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .value__left {
    gap: 12px;
  }
  .value__title {
    font-size: 20px;
  }
  .value__desc {
    max-width: 100%;
  }
}
.awards {
  background-color: #000000;
}
.awards__list {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid var(--border-color-one);
}
@media only screen and (max-width: 1399px) {
  .awards__list {
    flex-direction: column;
  }
}
.awards__name {
  font-family: var(--font_ab_bound);
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
}
.awards__topic {
  font-family: var(--font_instr);
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  color: var(--white);
}
.awards__topic:hover {
  color: var(--yellow);
}
.awards__date {
  font-family: var(--font_ab_bound);
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
}

.video__wrap {
  background: var(--gray-three);
  padding-top: 120px;
}
.video-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -390px;
  border-radius: 10px;
}
.video-thumb img {
  border-radius: 10px;
}
.video-title {
  margin-left: -100px;
  display: inline-flex;
  align-items: center;
  margin-right: -100px;
  gap: 10px;
  color: var(--white);
  font-family: var(--font_instr);
  font-weight: 700;
  font-size: 180px;
  line-height: 130px;
  text-transform: uppercase;
  padding: 509px 0 120px;
}
@media only screen and (max-width: 1919px) {
  .video-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1399px) {
  .video-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .video-title {
    font-size: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .video-title {
    font-size: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .video-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .video-title {
    font-size: 30px;
  }
}

.team .rr-btn-border {
  background: var(--black);
}
.team .rr-btn-border .text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.team .rr-btn-border .icon {
  background: var(--white);
  height: 44px;
  width: 44px;
}


.section-top7 {
  margin-bottom: 50px;
}
.section-top7__subtitle {
  position: relative;
  color: #000;
  font-family: Kanit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  text-transform: uppercase;
  padding: 8px 25px;
  display: inline-block;
  margin-bottom: 20px;
}
.section-top7__subtitle::before {
  content: "";
  position: absolute;
  background: #000;
  width: 10px;
  height: 10px;
  top: 15px;
  left: 0;
  border-radius: 1px;
  opacity: 1;
}
.section-top7__title {
  color: #000;
  font-family: var(--font_instr);
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1399px) {
  .section-top7__title {
    font-size: 37px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-top7__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .section-top7__title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top7__title {
    line-height: 1.2;
    font-size: 28px;
  }
}
.section-top7__text {
  color: #555;
  font-family: Kanit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  max-width: 610px;
}

/* === Section spacing  scss (index 07) === */
.section-spacing {
  padding-bottom: 120px;
  padding-top: 120px;
}
@media only screen and (max-width: 1919px) {
  .section-spacing {
    padding-bottom: 90px;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .section-spacing {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-spacing {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

/* === ontainer styling with full HD support  scss (index 08) === */
.container {
  --bs-gutter-x: 30px;
}
@media (min-width: 1600px) {
  .container.full-hd {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/*----------------------------------------*/
/*  Context-Specific Styles  */
/*----------------------------------------*/
@supports (mix-blend-mode: exclusion) {
  .body-startup-agency .cb-cursor.-exclusion,
  .body-startup-agency .cb-cursor {
    mix-blend-mode: exclusion;
    opacity: 1;
  }
  .body-startup-agency .cb-cursor.-exclusion:before,
  .body-startup-agency .cb-cursor:before {
    background: white;
    opacity: 1;
  }
}

.cb-cursor.-small {
  mix-blend-mode: normal;
  white-space: nowrap;
}
.cb-cursor.-small::before {
  background-color: #fff;
  width: 80px;
  height: 28px;
  top: -14px;
  left: -40px;
}
.cb-cursor.-small .cb-cursor-text {
  color: black;
}

.cb-cursor.-big {
  mix-blend-mode: normal;
  white-space: nowrap;
}
.cb-cursor.-big::before {
  background-color: #fff;
  width: 80px;
  height: 80px;
  top: -40px;
  left: -40px;
  mix-blend-mode: normal;
}
.cb-cursor.-big .cb-cursor-text {
  color: black;
}

.cb-cursor.portfolio:before {
  display: none;
}

.cb-cursor-text.portfolio {
  width: 420px;
  left: -210px;
}
@media only screen and (max-width: 1919px) {
  .cb-cursor-text.portfolio {
    width: 350px;
    left: -175px;
  }
}
@media only screen and (max-width: 1399px) {
  .cb-cursor-text.portfolio {
    width: 280px;
    left: -140px;
  }
}
.cb-cursor-text.portfolio .cb-cursor-text {
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  display: block;
  text-align: start;
}
.cb-cursor-text.portfolio .hover-display {
  width: 420px;
}
@media only screen and (max-width: 1919px) {
  .cb-cursor-text.portfolio .hover-display {
    width: 350px;
  }
}
@media only screen and (max-width: 1399px) {
  .cb-cursor-text.portfolio .hover-display {
    width: 280px;
  }
}
.cb-cursor-text.portfolio .hover-display .hover-thumb img {
  width: 100%;
}
.cb-cursor-text.portfolio .hover-display .hover-content {
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 1fr auto;
  margin-top: 14px;
  text-align: start;
}
.cb-cursor-text.portfolio .hover-display .title {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: var(--white);
}
.cb-cursor-text.portfolio .hover-display .date {
  font-family: var(--font_bdogrotesk);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  display: inline-block;
  color: var(--white);
}

.breadcrumb1 {
  background-color: #f0f2f4;
  padding: 250px 0px 120px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb1 {
    padding: 200px 0px 80px;
  }
}
.breadcrumb1__top {
  position: relative;
  display: flex;
  gap: 160px;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb1__top {
    gap: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb1__top {
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb1__top {
    flex-wrap: wrap;
  }
}
.breadcrumb1__top-left {
  position: relative;
  color: #212020;
  font-family: Kanit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb1__top-left {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb1__top-left {
    font-size: 14px;
  }
}
.breadcrumb1__top-left::before {
  position: absolute;
  content: "";
  border-radius: 1px;
  background: #000;
  width: 10px;
  height: 10px;
  top: 37%;
  left: -15%;
}
.breadcrumb1__top-left::after {
  position: absolute;
  content: "";
  background: #000;
  width: 90px;
  height: 1px;
  top: 37%;
  left: 130%;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb1__top-left::after {
    width: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb1__top-left::after {
    display: none;
  }
}
.breadcrumb1__top-right {
  padding: 10px 25px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 15px;
  background: #fff;
}
@media only screen and (max-width: 1199px) {
  .breadcrumb1__top-right {
    padding: 10px 15px;
    gap: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb1__top-right {
    padding: 8px 10px;
  }
}
.breadcrumb1__top-right-img img {
  max-width: 100%;
}
.breadcrumb1__top-right-text {
  color: #101010;
  font-family: var(--font_instr);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 166.667%;
  text-transform: uppercase;
  width: 135px;
}
@media only screen and (max-width: 991px) {
  .breadcrumb1__top-right-text {
    font-size: 13px;
  }
}
.breadcrumb1__title {
  color: #101010;
  text-align: center;
  font-family: var(--font_instr);
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.889%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1919px) {
  .breadcrumb1__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1399px) {
  .breadcrumb1__title {
    font-size: 50px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb1__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb1__title {
    font-size: 30px;
    margin-bottom: 60px;
  }
}
.breadcrumb1__thumb img {
  max-width: 100%;
}
.breadcrumb1__abouttext {
      display: inline-flex;
    gap: 45px;
    align-items: center;
    color: var(--primary);
    font-family: var(--font-heading);
    font-weight: 900;
    font-size: 155px;
    margin-left: 0px;
    line-height: 400px;
    text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .breadcrumb1__abouttext {
    font-size: 190px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1399px) {
  .breadcrumb1__abouttext {
    font-size: 190px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb1__abouttext {
    font-size: 130px;
    line-height: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb1__abouttext {
    font-size: 90px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb1__abouttext {
    font-size: 70px;
    line-height: 30px;
  }
}
.breadcrumb1__abouttext img {
  border-radius: 20px;
}

.breadcrumb2 {
  background-color: #f0f2f4;
  padding: 250px 0px 120px;
}
.breadcrumb2-content {
  text-align: center;
  justify-items: center;
}
.breadcrumb2-content__subtitle {
  position: relative;
  color: #000;
  display: block;
  font-family: Kanit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.breadcrumb2-content__subtitle::before {
  position: absolute;
  left: -15%;
  top: 36%;
  content: "";
  border-radius: 1px;
  background: #000;
  width: 10px;
  height: 10px;
}
.breadcrumb2-content__title {
  color: #000;
  font-family: Thunder;
  font-size: 380px;
  font-style: normal;
  font-weight: 700;
  line-height: 95.238%;
  text-transform: uppercase;
}
@media only screen and (min-width: 1921px) {
  .breadcrumb2-content__title {
    font-size: 320px;
  }
}
@media only screen and (max-width: 1919px) {
  .breadcrumb2-content__title {
    font-size: 300px;
  }
}
@media only screen and (max-width: 1399px) {
  .breadcrumb2-content__title {
    font-size: 210px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb2-content__title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb2-content__title {
    font-size: 70px;
  }
}
.breadcrumb2-content__heading {
  color: #101010;
  text-align: center;
  font-family: var(--font_instr);
  font-size: 72px;
  font-style: normal;
  font-weight: 600;
  line-height: 113.889%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  max-width: 1377px;
}
@media only screen and (max-width: 1919px) {
  .breadcrumb2-content__heading {
    font-size: 62px;
  }
}
@media only screen and (max-width: 1399px) {
  .breadcrumb2-content__heading {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .breadcrumb2-content__heading {
    font-size: 42px;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumb2-content__heading {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb2-content__heading {
    font-size: 21px;
  }
}

.main-breadcumb {
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
.main-breadcumb__wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-radius: 14px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 157px 0;
  border-radius: 20px;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 1399px) {
  .main-breadcumb__wrap {
    padding: 100px 0;
  }
}
.main-breadcumb__title {
  position: relative;
  z-index: 6;
  color: var(--white);
  font-weight: 700;
  font-size: 56px;
  line-height: 1.05;
  margin: 0;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}
.main-breadcumb__nav {
  display: block;
  position: relative;
  z-index: 6;
}
.main-breadcumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.main-breadcumb__item {
  font-size: 18px;
  color: var(--gray);
  display: inline-flex;
  align-items: center;
}
.main-breadcumb__item--current {
  color: var(--white);
  font-weight: 600;
}
.main-breadcumb__link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
  color: var(--white);
  font-family: var(--font_instr);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media (max-width: 575px) {
  .main-breadcumb__link {
    font-size: 16px;
  }
}
.main-breadcumb__link:hover {
  opacity: 0.9;
  text-decoration: underline;
}
.main-breadcumb__sep {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  padding: 0 4px;
}
@media only screen and (min-width: 1921px) {
  .main-breadcumb__title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1919px) {
  .main-breadcumb__title {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1399px) {
  .main-breadcumb__title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-breadcumb__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 991px) {
  .main-breadcumb__title {
    font-size: 40px;
  }
  .main-breadcumb__item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .main-breadcumb__title {
    font-size: 28px;
    line-height: 1.2;
  }
  .main-breadcumb__item {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .main-breadcumb__title {
    font-size: 28px;
  }
  .main-breadcumb__item {
    font-size: 13px;
  }
}

.product-card__inner {
  background: var(--white);
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(16, 24, 40, 0.06);
  position: relative;
  padding: 20px;
  transition: all 0.3s ease;
  border: 1px solid var(--border-color-two);
}
.product-card__inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(16, 24, 40, 0.1);
}
.product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--orange);
  font-size: 0.85rem;
  padding: 4px 10px;
  border-radius: 10px;
  color: var(--white);
  font-family: var(--font_instr);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.product-card__image {
  background: #f1f2f3;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 310px;
}
.product-card__image img {
  max-width: 100%;
  width: 221px;
  height: 249px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.product-card__image:hover img {
  transform: scale(1.05);
}
.product-card__rating {
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.product-card__rating .product-card__stars {
  color: var(--orange);
  font-size: 0.9rem;
}
.product-card__rating .product-card__review {
  font-size: 0.85rem;
}
.product-card__title {
  color: var(--primary);
  text-align: center;
  font-family: var(--font_instr);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}
.product-card__price {
  color: var(--primary);
  color: #000;
  text-align: center;
  font-family: var(--font_instr);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
.product-card__btn {
  border: 1px solid var(--black);
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 12px;
  transition: all 0.3s ease;
  width: 100%;
}
.product-card__btn:hover {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}

/* === Responsive === */
@media only screen and (max-width: 991px) {
  .product-card__inner {
    padding: 15px;
  }
  .product-card__image {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-card__inner {
    border-radius: 16px;
  }
  .product-card__title {
    font-size: 0.95rem;
  }
  .product-card__price {
    font-size: 1rem;
  }
  .product-card__btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

/* === Team-achievement (team-page) === */
.team-section__card {
  position: relative;
  overflow: hidden;
}
.team-section__card-thumb {
  position: relative;
  transition: all 0.4s ease-in-out;
  margin-bottom: 27px;
  border-radius: 20px;
}
@media only screen and (max-width: 1399px) {
  .team-section__card-thumb {
    margin-bottom: 20px;
  }
}
.team-section__card-thumb img {
  border-radius: 20px;
  max-width: 100%;
}
.team-section__card-items {
  position: absolute;
  left: 50%;
  top: 40%;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.team-section__card-items-list {
  display: inline-flex;
  transform: rotate(-90deg);
  gap: 9px;
}
.team-section__card-items-list li {
  height: 30px;
  padding: 3px 20px;
  align-items: center;
  flex-shrink: 0;
  list-style: none;
  border-radius: 90px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0);
  color: #fff;
  font-family: Kanit;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 173.333%;
}
.team-section__card-items-list li:hover {
  background: var(--white);
  color: var(--primary);
}
.team-section__card-content-title {
  margin-bottom: 8px;
}
.team-section__card-content-title-name {
  color: #000;
  font-family: var(--font_instr);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 141.667%;
}
@media only screen and (max-width: 1919px) {
  .team-section__card-content-title-name {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-section__card-content-title-name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-section__card-content-title-name {
    font-size: 18px;
  }
}
.team-section__card-content-subtitle {
  color: #555;
  font-family: Kanit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
}
@media only screen and (max-width: 1199px) {
  .team-section__card-content-subtitle {
    font-size: 16px;
  }
}
.team-section__card:hover .team-section__card-items {
  visibility: visible;
  opacity: 1;
}

/* === Team-achievement (team-page) === */
.team-achievement__card {
  padding: 40px 60px;
  border-radius: 10px;
  background: #fff;
}
@media only screen and (max-width: 1919px) {
  .team-achievement__card {
    padding: 30px 30px;
  }
}
.team-achievement__card-title {
  color: #000;
  font-family: var(--font_instr);
  font-size: 120px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1919px) {
  .team-achievement__card-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-achievement__card-title {
    font-size: 76px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-achievement__card-title {
    font-size: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .team-achievement__card-title {
    font-size: 50px;
  }
}
.team-achievement__card-text {
  color: #000;
  text-align: right;
  font-family: var(--font_instr);
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.333%;
}
@media only screen and (max-width: 1919px) {
  .team-achievement__card-text {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-achievement__card-text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-achievement__card-text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  .team-achievement__card-text {
    font-size: 15px;
  }
}

.team-vision {
  background: var(--primary);
  padding: 120px 0 520px;
}
@media only screen and (max-width: 1919px) {
  .team-vision {
    padding: 120px 0 320px;
  }
}
@media only screen and (max-width: 767px) {
  .team-vision {
    padding: 120px 0 200px;
  }
}
.team-vision__thumb {
  margin-top: -412px;
}
@media only screen and (max-width: 1919px) {
  .team-vision__thumb {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 767px) {
  .team-vision__thumb {
    margin-top: -100px;
  }
}
.team-vision__thumb-img {
  border-radius: 16px;
}
.team-vision__thumb-img img {
  border-radius: 16px;
}
.team-vision__title {
  color: var(--white);
  font-family: var(--font_instr);
  font-weight: 600;
  font-size: 50px;
  line-height: 60px;
  padding-right: 50px;
}
@media only screen and (max-width: 1919px) {
  .team-vision__title {
    margin-bottom: 30px;
    font-size: 40px;
  }
}
.team-vision__item {
  margin-bottom: 70px;
  padding-left: 60px;
}
@media only screen and (max-width: 1919px) {
  .team-vision__item {
    margin-bottom: 30px;
    padding-left: 30px;
  }
}
.team-vision__item:last-child {
  margin-bottom: 0;
}
.team-vision__item:first-child {
  border-left: 1px solid var(--white);
}
.team-vision__item-title {
  color: var(--white);
  font-family: var(--font_instr);
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1919px) {
  .team-vision__item-title {
    margin-bottom: 10px;
  }
}
.team-vision__item-text {
  color: var(--gray);
  font-family: var(--font_instr);
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0%;
}

.team-details {
  padding: 250px 0px 120px;
}
@media only screen and (max-width: 1199px) {
  .team-details {
    padding: 150px 0px 120PX;
  }
}
.team-details__title {
  color: #000;
  text-align: center;
  font-family: Thunder;
  font-size: 420px;
  font-style: normal;
  font-weight: 700;
  line-height: 95.238%;
  text-transform: uppercase;
}
@media only screen and (max-width: 1919px) {
  .team-details__title {
    font-size: 320px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-details__title {
    font-size: 233px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details__title {
    font-size: 163px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__title {
    font-size: 67px;
  }
}
.team-details__items-thumb {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.team-details__items-thumb img {
  border-radius: 20px;
  max-width: 100%;
}
.team-details__items-bottom {
  padding: 47px 45px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  background: #FFF;
  margin-bottom: 110px;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-bottom {
    padding: 30px 35px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__items-bottom {
    padding: 20px 25px;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.team-details__items-social-subtitle {
  color: #555;
  font-family: Kanit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-social-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__items-social-subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.team-details__items-social-link {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-social-link {
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__items-social-link {
    gap: 6px;
  }
}
.team-details__items-social-link span {
  width: 46.386px;
  height: 46.386px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 36px;
  background: transparent;
  color: #000;
  transition: all 0.4s ease-in-out;
  border: 1px solid #000;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-social-link span {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__items-social-link span {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.team-details__items-social-link span:hover {
  border: none;
  background: #000;
  color: white;
}
.team-details__items-role-subtitle {
  color: #555;
  text-align: center;
  font-family: Kanit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-role-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.team-details__items-role-title {
  color: #000;
  text-align: center;
  font-family: var(--font_instr);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-role-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__items-role-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.team-details__items-exp-subtitle {
  color: #555;
  text-align: center;
  font-family: Kanit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155.556%;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-exp-subtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.team-details__items-exp-title {
  color: #000;
  text-align: center;
  font-family: var(--font_instr);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 133.333%;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-exp-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__items-exp-title {
    font-size: 16px;
  }
}
.team-details__items-content {
  text-align: center;
  justify-content: center;
  justify-items: center;
}
.team-details__items-content-subtitle {
  color: #000;
  text-align: center;
  font-family: Kanit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 864px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-content-subtitle {
    font-size: 20px;
    width: 650px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__items-content-subtitle {
    font-size: 17px;
    width: 300px;
    margin-bottom: 14px;
  }
}
.team-details__items-content-subtitle2 {
  color: #000;
  text-align: center;
  font-family: Kanit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 864px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-content-subtitle2 {
    font-size: 20px;
    width: 650px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__items-content-subtitle2 {
    font-size: 17px;
    width: 300px;
    margin-bottom: 14px;
  }
}
.team-details__items-content-subtitle3 {
  color: #000;
  text-align: center;
  font-family: Kanit;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 864px;
}
@media only screen and (max-width: 1199px) {
  .team-details__items-content-subtitle3 {
    font-size: 20px;
    width: 650px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .team-details__items-content-subtitle3 {
    font-size: 17px;
    width: 300px;
    margin-bottom: 14px;
  }
}
