.partner {
  padding-bottom: 4.8rem;
}
.partner-heading {
  padding: 0 1.6rem;
}
.partner-heading .text-14 {
  line-height: 140%;
}
@media screen and (max-width: 435px) {
  .partner-heading .text-14 {
    margin: 0 auto;
    max-width: 32rem;
  }
}
.partner-img {
  width: 100%;
}
.partner-img .img {
  transition: 0.4s ease-in-out;
  padding-top: 40.9090909091%;
}
@media screen and (min-width: 1201px) {
  .partner-img .img {
    filter: grayscale(1);
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .partner-img .img:hover, .partner-img .img:focus-visible {
    filter: unset;
  }
}
.partner-splide {
  user-select: none;
}
.partner-splide .splide__slide {
  padding: 0 var(--pi-4);
  width: 10%;
}
@media screen and (max-width: 1200px) {
  .partner-splide .splide__slide {
    width: 12.5%;
  }
}
@media screen and (max-width: 991px) {
  .partner-splide .splide__slide {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 767px) {
  .partner-splide .splide__slide {
    width: 25%;
  }
}
@media screen and (max-width: 576px) {
  .partner-splide .splide__slide {
    width: 33.3333333333%;
  }
}

@keyframes complete-directory {
  100% {
    transform: rotate(1turn);
  }
}
.animate-rotate {
  animation: 8s linear 0s infinite normal none running complete-directory;
}

.p-du-an {
  --primary-color-1: #25a7df;
  --primary-color-2: #396db5;
  --orange-color-1: #FFC76C;
  --orange-color-2: #FF8110;
}

.title-128 {
  font-size: 12.8rem;
}

.section-hero-wrap {
  display: flex;
  justify-content: space-between;
}
.section-hero-wrap .logo-short {
  width: 12rem;
  height: 12rem;
  display: flex;
}
.section-hero-wrap .logo-short img {
  width: 100%;
  height: 100%;
}

.section-hero-tt {
  max-width: 92.4rem;
}

.section-hero-counter {
  padding: 8rem 0;
  border-bottom: 0.1rem solid #D9D9D9;
}
.section-hero-counter .counter-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.section-hero-counter .counter-item {
  --mouse-x: 189px;
  --mouse-y: 76px;
}
.section-hero-counter .counter-item:nth-child(2) {
  --mouse-x: -138px;
  --mouse-y: 76px;
}
.section-hero-counter .counter-item:nth-child(3) {
  --mouse-x: -388px;
  --mouse-y: 76px;
}
.section-hero-counter .counter-item:nth-child(4) {
  --mouse-x: -736px;
  --mouse-y: 76px;
}
.section-hero-counter .tt-num,
.section-hero-counter .tt-text {
  transition: 0.3s;
}
.section-hero-counter .tt-num {
  background: radial-gradient(var(--circle-size, 55rem) circle at 300px 133px, #369ad2 30%, #131313 42.14%);
  background: radial-gradient(var(--circle-size, 55rem) circle at var(--mouse-x) var(--mouse-y), #369ad2 30%, #131313 42.14%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  position: relative;
}
.section-hero-counter .magical-hover .flash-light::before {
  opacity: 1;
}
.section-hero-counter .counter-item:hover .tt-text {
  color: var(--orange-color-2);
}

.section-caste-study .caste-study-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
.section-caste-study .caste-study-sub img {
  width: 5.6rem;
  height: 5.6rem;
}

.project-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
.project-filter .project-filter-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.project-filter .project-filter-item {
  margin-right: 0.8rem;
}
.project-filter .project-filter-item:not(.text-gradient-sec) {
  cursor: pointer;
  transition: 0.3s;
}
.project-filter .project-filter-item:not(.text-gradient-sec):hover {
  color: var(--orange-color-2);
}
.project-filter .project-filter-rest {
  width: 20.5rem;
}
.project-filter .project-filter-rest .select2-container {
  width: 100% !important;
}
.project-filter .project-filter-rest .select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 99rem;
  border: 0.1rem solid #656565;
}
.project-filter .project-filter-rest .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #656565;
}
.project-filter .project-filter-rest .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: block;
  top: 12px;
  right: 16px;
}
.project-filter .project-filter-rest .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 1.2rem 2.4rem;
}

.p-du-an .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary-color-2);
}

.project-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.4rem;
}

.project-list-col,
.project-list-items {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.project-list-description-mark {
  width: 10rem;
  margin-bottom: 4rem;
}

.project-list-description-text {
  margin-top: 0.8rem;
}

.feedback-item-content {
  position: relative;
  overflow: hidden;
  border-radius: 6.4rem;
}

.feedback-item-project {
  position: absolute;
  top: 4rem;
  left: 4rem;
  border-radius: 99rem;
  background-color: #fff;
  padding: 0.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.feedback-item-project .feedback-item-project-img {
  width: 10rem;
  height: 5.4rem;
  border-radius: 99rem;
  overflow: hidden;
}
.feedback-item-project .feedback-item-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedback-item-project .feedback-item-project-tt {
  width: 12rem;
}

.feedback-item-bg {
  position: relative;
}

.feedback-item-play {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  width: 23rem;
  color: #fff;
}
.feedback-item-play .video-play {
  width: 5rem;
  aspect-ratio: 1;
  flex-shrink: 0;
}
.feedback-item-play .video-play img {
  width: 100%;
  height: 100%;
}

.feedback-item-author {
  --sizeAvt: 10rem;
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  border-radius: 5.6rem;
  background-color: #fff;
  padding: 3.6rem 3.2rem;
  width: 47%;
}
.feedback-item-author .author-content {
  margin-bottom: 2rem;
  width: calc(100% - var(--sizeAvt));
}
.feedback-item-author .author-name {
  margin-bottom: 0.4rem;
}
.feedback-item-author .avt {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: var(--sizeAvt);
  height: var(--sizeAvt);
  border-radius: 50%;
  overflow: hidden;
}
.feedback-item-author .fb-quote {
  position: absolute;
  top: 0;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 7rem;
}

@media screen and (max-width: 767.98px) {
  .project-list {
    grid-template-columns: 1fr;
  }
}
.section-form {
  position: relative;
  z-index: 1;
}
.section-form .ct-desc {
  max-width: 41.7rem;
}

.ct-form-main {
  padding: 6rem 4rem;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: var(--box-shadow-1);
}

.socials-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.socials-list a {
  display: flex;
  width: 4rem;
  aspect-ratio: 1/1;
  transition: 0.3s;
}
.socials-list a img {
  width: 100%;
  height: 100%;
}
@media (min-width: 1201px) {
  .socials-list a:hover {
    transform: translateY(-0.5rem);
  }
}

@media screen and (max-width: 767.98px) {
  .ct-form-main {
    padding: 2.4rem;
  }
  .ct-form-box {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .section-hero-wrap {
    align-items: center;
    gap: 1.6rem;
  }
  .section-hero-wrap .logo-short {
    width: 8rem;
    height: 8rem;
  }
  .section-hero-counter .tt-num {
    background: linear-gradient(135deg, var(--primary-color-1) 3.69%, var(--primary-color-2) 96.88%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 7rem;
  }
  .project-hot-info {
    width: 45%;
  }
  .project-hot-item .project-hot-img {
    width: 55%;
  }
  .project-list-description-mark {
    width: 6rem;
    margin-bottom: 2.4rem;
  }
  .section-hero-counter {
    padding: 4rem 0;
  }
}
@media screen and (max-width: 993px) {
  .feedback-item-author {
    width: 55%;
    --sizeAvt: 6.4rem;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .section-hero-counter {
    padding: 2.4rem 0;
  }
  .section-hero-counter .tt-num {
    font-size: 4.8rem;
  }
  .section-hero-counter .counter-list {
    gap: 2.4rem 1.6rem;
  }
  .counter-item {
    width: calc(50% - 0.8rem);
  }
  .project-filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-filter .project-filter-item {
    padding: 0.2rem 0;
    font-size: 1.6rem;
  }
  .project-hot-item {
    --spacing: 1.6rem;
    border-radius: 1.6rem;
    flex-direction: column;
  }
  .project-hot-info,
  .project-hot-item .project-hot-img {
    width: 100%;
  }
  .project-hot-item .project-hot-tt {
    font-size: 2.4rem;
  }
  .feedback-item-content {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .feedback-item-project {
    position: relative;
    top: 0;
    left: 0;
    gap: 0.8rem;
    order: -1;
  }
  .feedback-item-author {
    --sizeAvt: 4.8rem;
    position: relative;
    width: 100%;
    bottom: 0rem;
    right: 0rem;
    border-radius: 1.6rem;
    padding: 1.6rem;
  }
  .feedback-item-bg {
    border-radius: 1.6rem;
    overflow: hidden;
  }
  .feedback-item-author .fb-quote {
    width: 2.4rem;
    right: 1.6rem;
  }
  .feedback-item-play {
    bottom: 2rem;
    left: 2rem;
  }
  .feedback-item-author .author-content {
    width: 100%;
  }
}

/*# sourceMappingURL=du-an.css.map */
