/*
 * Auto-generated file.
 * Source of truth: src/styles/marketing-modules/*.css
 * Run: pnpm styles:build
 */
  gap: 85px 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1919px) {
  .works-wrapper-6 {
    gap: 65px 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-6 {
    gap: 45px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .works-wrapper-6 {
    grid-template-columns: repeat(1, 1fr);
  }
  .works-wrapper-6 > * {
    grid-column: span 1 !important;
  }
}
.works-wrapper-6 > *:nth-child(1) {
  grid-column: span 2;
}
.works-wrapper-6 > *:nth-child(2) {
  grid-column: span 2;
}
.works-wrapper-6 > *:nth-child(3) {
  grid-column: span 2;
}
.works-wrapper-6 > *:nth-child(4) {
  grid-column: span 2;
}
.works-wrapper-6 > *:nth-child(5) {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .works-wrapper-6 > *:nth-child(6) {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 991px) {
  .works-wrapper-6 > *:nth-child(7) {
    grid-column: span 2;
  }
}
.works-wrapper-6 > *:nth-child(8) {
  grid-column: span 4;
}
.works-wrapper-6 > *:nth-child(9) {
  grid-column: span 2;
}
.works-wrapper-6 > *:nth-child(10) {
  grid-column: span 2;
}
.works-wrapper-6 > *:nth-child(11) {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .works-wrapper-6 > *:nth-child(12) {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 991px) {
  .works-wrapper-6 > *:nth-child(13) {
    grid-column: span 2;
  }
}
.works-wrapper-6 .work-box .thumb {
  border-radius: 15px;
  overflow: hidden;
}
.works-wrapper-6 .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transform: scale(0.9);
}
.works-wrapper-6 .work-box .thumb .image img {
  transform-origin: center;
}
.works-wrapper-6 .work-box .thumb img {
  width: 100%;
  cursor: auto;
}
.works-wrapper-6 .work-box .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-6 .work-box .content {
    margin-top: 14px;
  }
}
.works-wrapper-6 .work-box .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-6 .work-box .title {
    font-size: 18px;
  }
}
.works-wrapper-6 .work-box .tag {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-6 .work-box .tag {
    font-size: 18px;
  }
}
.works-wrapper-6 .work-box .date {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
  display: block;
  font-family: var(--font_bdogrotesk);
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-6 .work-box .date {
    font-size: 18px;
  }
}

/* portfolio page css */
.body-portfolio-agency .header-area-7 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
}

.portfolio {
  width: 100vw;
  height: 100vh;
}
.portfolio__item {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
}
.portfolio__content {
  z-index: 9;
  left: 50px;
  bottom: 200px;
  position: absolute;
}
@media (max-width: 575px) {
  .portfolio__content {
    top: 120px;
    left: 30px;
  }
}
.portfolio__content-title {
  opacity: 0;
  font-size: 100px;
  line-height: 1.05;
  color: var(--white);
  transform: translateY(-130px);
}
.portfolio__content-title a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .portfolio__content-title {
    font-size: 60px;
  }
}
.portfolio__list {
  opacity: 0;
  display: flex;
  margin-top: 40px;
  align-items: center;
  transform: translateY(-150px);
}
.portfolio__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio .swiper-slide {
  overflow: hidden;
}
.portfolio-activ {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.portfolio .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.portfolio .swiper-slide-active .portfolio__item {
  animation-name: qodef-animate-slide-out;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}
.portfolio .swiper-slide-active .portfolio__content-title {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2200ms ease;
}
.portfolio .swiper-slide-active .portfolio__list {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2000ms ease;
}
.portfolio__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  position: absolute;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .portfolio__slider__arrow {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio__slider__arrow {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio__slider__arrow {
    left: 30px;
  }
}
.portfolio__slider__arrow-prev, .portfolio__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}
.portfolio .portfolio-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: inline-block;
}
@media (max-width: 575px) {
  .portfolio .portfolio-pagination {
    left: 30px;
  }
}
.portfolio .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1199px) {
  .portfolio .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
@media (max-width: 575px) {
  .portfolio .swiper-pagination-bullet {
    width: 40px;
  }
}
.portfolio .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.portfolio .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-2 .line-effect {
  top: 0;
  left: 0;
  gap: 10px;
  width: 100vh;
  height: 50vw;
  display: flex;
  position: absolute;
  flex-direction: column;
  transition: 0.8s ease-in-out;
  transform-origin: bottom left;
  transform: translateY(-100%) rotate(90deg);
}
@media (max-width: 575px) {
  .portfolio-2 .line-effect {
    gap: 1px;
  }
}
.portfolio-2 .line:nth-child(1) {
  height: 1px;
}
.portfolio-2 .line:nth-child(2) {
  height: 5px;
}
.portfolio-2 .line:nth-child(3) {
  height: 10px;
}
.portfolio-2 .line:nth-child(4) {
  height: 20px;
}
.portfolio-2 .line:nth-child(5) {
  height: 30px;
}
.portfolio-2 .line:nth-child(6) {
  height: 40px;
}
.portfolio-2 .line:nth-child(7) {
  height: 50px;
}
.portfolio-2 .line:nth-child(8) {
  height: 60px;
}
.portfolio-2 .line:nth-child(9) {
  height: 70px;
}
.portfolio-2 .line:nth-child(10) {
  height: 80px;
}
.portfolio-2 .line:nth-child(11) {
  height: 90px;
}
.portfolio-2 .line:nth-child(12) {
  height: 100px;
}
.portfolio-2 .line:nth-child(13) {
  height: 100px;
}
.portfolio-2 .line:nth-child(14) {
  height: 100px;
}
.portfolio-2 .line:nth-child(15) {
  height: 100px;
}
.portfolio-2 .line:nth-child(16) {
  height: 100px;
}
.portfolio-2 .line:nth-child(17) {
  height: 100px;
}
.portfolio-2 .line:nth-child(18) {
  height: 100px;
}
.portfolio-2 .line:nth-child(19) {
  height: 100px;
}
.portfolio-2 .line:nth-child(20) {
  height: 100px;
}
.portfolio-2 .line {
  width: 100%;
  background: #fff;
  transition: transform 0.8s ease-in-out, height 0.5s ease-in-out;
  transform-origin: center;
}
.portfolio-2 .swiper-slide-active .line {
  transform: scaleY(0);
}
.portfolio-2 .swiper-slide-active .line-effect {
  transform: scaleY(-50px);
}
.portfolio-2__item {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
}
.portfolio-2__content {
  z-index: 9;
  left: 50px;
  bottom: 200px;
  position: absolute;
}
@media (max-width: 575px) {
  .portfolio-2__content {
    top: 120px;
    left: 30px;
  }
}
.portfolio-2__content-title {
  opacity: 0;
  font-size: 100px;
  line-height: 1.05;
  color: var(--white);
  transform: translateY(-130px);
}
.portfolio-2__content-title a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .portfolio-2__content-title {
    font-size: 60px;
  }
}
.portfolio-2__list {
  opacity: 0;
  display: flex;
  margin-top: 40px;
  align-items: center;
  transform: translateY(-150px);
}
.portfolio-2__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-2 .swiper-slide-active .portfolio-2__item {
  animation-name: qodef-animate-slide-out;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}
.portfolio-2 .swiper-slide-active .portfolio-2__content-title {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2200ms ease;
}
.portfolio-2 .swiper-slide-active .portfolio-2__list {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2000ms ease;
}
.portfolio-2__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  position: absolute;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-2__slider__arrow {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-2__slider__arrow {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-2__slider__arrow {
    left: 30px;
  }
}
.portfolio-2__slider__arrow-prev, .portfolio-2__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}
.portfolio-2 .portfolio-2-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: inline-block;
}
@media (max-width: 575px) {
  .portfolio-2 .portfolio-2-pagination {
    left: 30px;
  }
}
.portfolio-2 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1199px) {
  .portfolio-2 .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-2 .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-2 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
.portfolio-2 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio-2 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.portfolio-2 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-3__item {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.8s cubic-bezier(0.37, 0.23, 0, 0.96);
}
.portfolio-3 .grid-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
}
.portfolio-3 .grid-mask div {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  transition: opacity 0.6s ease-in-out;
}
.portfolio-3 .swiper-slide-active .grid-mask div {
  opacity: 0;
}
.portfolio-3__content {
  z-index: 9;
  left: 50px;
  bottom: 200px;
  position: absolute;
}
@media (max-width: 575px) {
  .portfolio-3__content {
    top: 120px;
    left: 30px;
  }
}
.portfolio-3__content-title {
  opacity: 0;
  font-size: 100px;
  line-height: 1.05;
  color: var(--white);
  transform: translateY(-130px);
}
.portfolio-3__content-title a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .portfolio-3__content-title {
    font-size: 60px;
  }
}
.portfolio-3__list {
  opacity: 0;
  display: flex;
  margin-top: 40px;
  align-items: center;
  transform: translateY(-150px);
}
.portfolio-3__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-3 .swiper-slide-active .portfolio-3__item {
  animation-name: qodef-animate-slide-out;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}
.portfolio-3 .swiper-slide-active .portfolio-3__content-title {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2200ms ease;
}
.portfolio-3 .swiper-slide-active .portfolio-3__list {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2000ms ease;
}
.portfolio-3__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  position: absolute;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-3__slider__arrow {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-3__slider__arrow {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-3__slider__arrow {
    left: 30px;
  }
}
.portfolio-3__slider__arrow-prev, .portfolio-3__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}
.portfolio-3 .portfolio-3-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: inline-block;
}
@media (max-width: 575px) {
  .portfolio-3 .portfolio-3-pagination {
    left: 30px;
  }
}
.portfolio-3 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1199px) {
  .portfolio-3 .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-3 .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-3 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
.portfolio-3 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio-3 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.portfolio-3 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-4 .slider {
  min-height: 50vh;
}
.portfolio-4 .slider .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
}
.portfolio-4 .slider .swiper-slide .slide-inner {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}
.portfolio-4 .slider .swiper-slide .slide-inner img {
  position: absolute;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.portfolio-4 .swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}
.portfolio-4__content {
  z-index: 9;
  left: 50px;
  bottom: 200px;
  position: absolute;
}
@media (max-width: 575px) {
  .portfolio-4__content {
    top: 120px;
    left: 30px;
  }
}
.portfolio-4__content-title {
  opacity: 0;
  font-size: 100px;
  line-height: 1.05;
  color: var(--white);
  transform: translateY(-130px);
}
.portfolio-4__content-title a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .portfolio-4__content-title {
    font-size: 60px;
  }
}
.portfolio-4__list {
  opacity: 0;
  display: flex;
  margin-top: 40px;
  align-items: center;
  transform: translateY(-150px);
}
.portfolio-4__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-4 .swiper-slide-active .portfolio-4__item {
  animation-name: qodef-animate-slide-out;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}
.portfolio-4 .swiper-slide-active .portfolio-4__content-title {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2200ms ease;
}
.portfolio-4 .swiper-slide-active .portfolio-4__list {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2000ms ease;
}
.portfolio-4__slider {
  width: 100vw;
  height: 100vh;
}
.portfolio-4__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  position: absolute;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-4__slider__arrow {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-4__slider__arrow {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-4__slider__arrow {
    left: 30px;
  }
}
.portfolio-4__slider__arrow-prev, .portfolio-4__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}
.portfolio-4 .portfolio-4-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: flex;
  gap: 15px;
  top: inherit;
  right: 0;
  transform: inherit;
}
@media (max-width: 575px) {
  .portfolio-4 .portfolio-4-pagination {
    left: 30px;
  }
}
.portfolio-4 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1199px) {
  .portfolio-4 .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-4 .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-4 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
.portfolio-4 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio-4 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.portfolio-4 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

.portfolio-5 {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-width: 100vw;
}
.portfolio-5__item {
  width: 100vw;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-5__content {
  z-index: 9;
  left: 50px;
  bottom: 200px;
  position: absolute;
}
@media (max-width: 575px) {
  .portfolio-5__content {
    top: 120px;
    left: 30px;
  }
}
.portfolio-5__content-title {
  opacity: 0;
  font-size: 100px;
  line-height: 1.05;
  color: var(--white);
}
.portfolio-5__content-title a:hover {
  color: var(--white);
}
@media (max-width: 575px) {
  .portfolio-5__content-title {
    font-size: 60px;
  }
}
.portfolio-5__list {
  opacity: 0;
  display: flex;
  margin-top: 40px;
  align-items: center;
  transform: translateY(-150px);
}
.portfolio-5__list li a {
  font-size: 14px;
  border-radius: 20px;
  padding: 10px 17px;
  border-radius: 20px;
  color: var(--white);
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.portfolio-5 .swiper-slide-active .portfolio-5__item {
  animation-name: qodef-animate-slide-out;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
}
.portfolio-5 .swiper-slide-active .portfolio-5__content-title {
  transition: all 2200ms ease;
  animation: slideFadeIn 2.2s ease forwards;
}
.portfolio-5 .swiper-slide-active .portfolio-5__list {
  opacity: 1;
  transform: translatey(0px);
  transition: all 2000ms ease;
}
.portfolio-5__slider {
  width: 100vw;
  height: 100vh;
}
.portfolio-5__slider__arrow {
  gap: 40px;
  right: 50px;
  bottom: 50px;
  z-index: 99;
  display: flex;
  position: absolute;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .portfolio-5__slider__arrow {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-5__slider__arrow {
    left: 50px;
  }
}
@media (max-width: 575px) {
  .portfolio-5__slider__arrow {
    left: 30px;
  }
}
.portfolio-5__slider__arrow-prev, .portfolio-5__slider__arrow-next {
  gap: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  align-items: center;
  color: var(--white);
}
.portfolio-5 .swiper {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-width: 100vw;
}
.portfolio-5 img {
  margin: 0 !important;
  padding: 0 !important;
}
.portfolio-5 .swiper-slicer-image {
  max-width: unset;
}
.portfolio-5 .portfolio-5-pagination {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 9;
  display: flex;
  gap: 15px;
  top: inherit;
  right: 0;
  transform: inherit;
}
@media (max-width: 575px) {
  .portfolio-5 .portfolio-5-pagination {
    left: 30px;
  }
}
.portfolio-5 .swiper-pagination-bullet {
  width: 150px;
  height: 10px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  transition: 0.4s;
  position: relative;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1199px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .portfolio-5 .swiper-pagination-bullet {
    width: 70px;
    bottom: 45px;
  }
}
.portfolio-5 .swiper-pagination-bullet::before {
  content: "";
  width: 150px;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 9;
  left: 0;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.portfolio-5 .swiper-pagination-bullet::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  transition: 0.6s;
  z-index: 8;
  left: 0;
  background-color: white;
}
.portfolio-5 .swiper-pagination-bullet-active::after {
  opacity: 1;
  width: 100%;
}

/* parallax carousal page css */
.body-parallax-carosole .header-area-8 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
}

.parallax-slider-wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  margin-left: 10px;
  position: relative;
  align-items: center;
  justify-content: flex-start;
}

.parallax-slider-inner {
  gap: 10px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding-top: 80px;
  align-items: center;
  justify-content: flex-start;
}

.parallax-slider-item {
  width: 500px;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
}
.parallax-slider-item img {
  height: 80%;
  min-width: 750px;
  object-fit: cover;
  margin-left: -50px;
  background-size: cover;
  background-position: center;
  cursor: auto;
}
.parallax-slider-item .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .parallax-slider-item .content {
    margin-top: 14px;
  }
}
.parallax-slider-item .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1199px) {
  .parallax-slider-item .title {
    font-size: 18px;
  }
}
.parallax-slider-item .tag {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
  letter-spacing: -0.05em;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1199px) {
  .parallax-slider-item .tag {
    font-size: 18px;
  }
}
.parallax-slider-item .date {
  display: block;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
  letter-spacing: -0.05em;
  font-family: var(--font_bdogrotesk);
}
@media only screen and (max-width: 1199px) {
  .parallax-slider-item .date {
    font-size: 18px;
  }
}

/* portfolio showcase page css */
@media (min-width: 1650px) {
  .body-portfolio-showcase .container.large {
    max-width: 1650px;
  }
}
.body-portfolio-showcase .header-area-2 .side-toggle {
  background-color: #F3F3F3;
}
.body-portfolio-showcase .footer-area-4 .footer-widget-wrapper-box {
  margin-top: 0px;
}

/* work area 5 style  */
.work-area-5 .works-wrapper-box {
  border-top: 1px solid var(--border);
  margin-top: 80px;
  padding-top: 70px;
}
@media only screen and (max-width: 1919px) {
  .work-area-5 .works-wrapper-box {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-5 .works-wrapper-box {
    padding-top: 40px;
  }
}

.works-wrapper-5 {
  display: grid;
  gap: 40px 40px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1919px) {
  .works-wrapper-5 {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-5 {
    gap: 20px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .works-wrapper-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .works-wrapper-5 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.works-wrapper-5 > *.span-2 {
  grid-column: span 2;
}
.works-wrapper-5 > *.grid-column-start-1 {
  grid-column-start: 1;
}
@media only screen and (max-width: 991px) {
  .works-wrapper-5 > *.grid-column-start-1 {
    grid-column-start: auto;
  }
}
.works-wrapper-5 > *.grid-column-start-2 {
  grid-column-start: 2;
}
@media only screen and (max-width: 991px) {
  .works-wrapper-5 > *.grid-column-start-2 {
    grid-column-start: auto;
  }
}
.works-wrapper-5 > *.grid-column-start-3 {
  grid-column-start: 3;
}
@media only screen and (max-width: 991px) {
  .works-wrapper-5 > *.grid-column-start-3 {
    grid-column-start: auto;
  }
}
@media only screen and (max-width: 991px) {
  .works-wrapper-5 > *:nth-child(n) {
    grid-column-start: auto;
  }
}
.works-wrapper-5 .work-box {
  min-height: 375px;
}
.works-wrapper-5 .work-box .thumb {
  border-radius: 15px;
  overflow: hidden;
}
.works-wrapper-5 .work-box .thumb img {
  width: 100%;
}
.works-wrapper-5 .section-header {
  margin-top: -8px;
}
.works-wrapper-5 .section-header .section-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -0.05em;
  max-width: 440px;
}
@media only screen and (max-width: 1919px) {
  .works-wrapper-5 .section-header .section-title {
    font-size: 30px;
    max-width: 370px;
  }
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-5 .section-header .section-title {
    font-size: 24px;
    max-width: 300px;
  }
}
.works-wrapper-5 .section-header .header-shape-1 {
  margin-top: 44px;
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-5 .section-header .header-shape-1 {
    margin-top: 24px;
  }
}
.works-wrapper-5 .section-header .header-shape-1 img {
  width: 65px;
}
@media only screen and (max-width: 1919px) {
  .works-wrapper-5 .section-header .header-shape-1 img {
    width: 55px;
  }
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-5 .section-header .header-shape-1 img {
    width: 45px;
  }
}
.works-wrapper-5 .services-wrapper-box {
  margin-top: -7px;
  margin-bottom: -6px;
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.works-wrapper-5 .services-wrapper-box .subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.works-wrapper-5 .service-box .title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.33;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1919px) {
  .works-wrapper-5 .service-box .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-5 .service-box .title {
    font-size: 24px;
  }
}
.works-wrapper-5 .service-box .title a:hover {
  color: var(--secondary);
}

.card-wrap {
  transform: perspective(700px);
  transform-style: preserve-3d;
  cursor: pointer;
  max-height: 375px;
  position: relative;
}
.card-wrap:hover .card-bg {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 1;
}
.card-wrap:hover .card {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), cubic-bezier(0.23, 1, 0.32, 1);
}

.card {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 10px;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  will-change: transform;
  border: none;
}

.card-bg {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 110%;
  height: 110%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
}

/* portfolio showcase 2 page css */
@media (min-width: 1850px) {
  .body-modern-agency .container.large {
    max-width: 1850px;
  }
}
.body-modern-agency .rr-btn {
  padding: 15px 27px;
}
.body-modern-agency .section-subtitle {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 20px;
  line-height: 26px;
  text-transform: none;
}
.body-modern-agency .footer-area-3 .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
}

/* hero area 7 style  */
.hero-area-7 .section-title {
  font-weight: 100;
  font-size: 140px;
  line-height: 0.93;
  text-align: center;
  max-width: 1115px;
  margin-inline: auto;
}
@media only screen and (max-width: 1919px) {
  .hero-area-7 .section-title {
    font-size: 110px;
    max-width: 915px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-7 .section-title {
    font-size: 90px;
    max-width: 715px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-7 .section-title {
    font-size: 70px;
    max-width: 615px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-7 .section-title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-7 .section-title {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  .hero-area-7 .section-title {
    font-size: 40px;
  }
}
.hero-area-7 .section-title span {
  color: rgba(17, 17, 17, 0.3);
}
.dark .hero-area-7 .section-title span {
  color: rgba(255, 255, 255, 0.3);
}
.hero-area-7 .section-content {
  text-align: center;
}
.hero-area-7 .section-content .text {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 36px;
  line-height: 1.11;
  color: var(--primary);
  max-width: 620px;
  text-align: center;
  margin-inline: auto;
}
@media only screen and (max-width: 1919px) {
  .hero-area-7 .section-content .text {
    font-size: 30px;
    max-width: 520px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-7 .section-content .text {
    font-size: 24px;
    max-width: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-area-7 .section-content .text {
    font-size: 20px;
    max-width: 420px;
  }
}
.hero-area-7 .section-content .text-wrapper {
  margin-top: 45px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-7 .section-content .text-wrapper {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-7 .section-content .text-wrapper {
    margin-top: 25px;
  }
}
.hero-area-7 .section-content .btn-wrapper {
  margin-top: 33px;
}
@media only screen and (max-width: 1199px) {
  .hero-area-7 .section-content .btn-wrapper {
    margin-top: 23px;
  }
}
.hero-area-7 .section-title-wrapper {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  margin-top: 80px;
  padding-top: 61px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-7 .section-title-wrapper {
    padding-top: 51px;
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-7 .section-title-wrapper {
    padding-top: 31px;
    padding-bottom: 25px;
  }
}

/* work area 7 style  */
.work-area-7 .works-wrapper-box {
  margin-top: 50px;
}
@media only screen and (max-width: 1919px) {
  .work-area-7 .works-wrapper-box {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-7 .works-wrapper-box {
    margin-top: 30px;
  }
}

.works-wrapper-7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-left: 1px solid var(--border);
  border-right: 1px solid var(--border);
}
@media (max-width: 575px) {
  .works-wrapper-7 {
    grid-template-columns: 1fr;
  }
}
.works-wrapper-7 > * {
  border-top: 1px solid var(--border);
  padding: 150px;
}
@media only screen and (max-width: 1919px) {
  .works-wrapper-7 > * {
    padding: 80px;
  }
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-7 > * {
    padding: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .works-wrapper-7 > * {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .works-wrapper-7 > * {
    padding: 10px;
  }
}
.works-wrapper-7 > *:nth-child(1) {
  border-top: 0;
}
.works-wrapper-7 > *:nth-child(2) {
  border-top: 0;
}
@media (max-width: 575px) {
  .works-wrapper-7 > *:nth-child(2) {
    border-top: 1px solid var(--border);
  }
}
.works-wrapper-7 > *:nth-child(2n+1) {
  border-right: 1px solid var(--border);
}
@media (max-width: 575px) {
  .works-wrapper-7 > *:nth-child(2n+1) {
    border-right: 0;
  }
}
.works-wrapper-7 .work-box .thumb {
  position: relative;
}
.works-wrapper-7 .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  transform: scale(0.9);
}
.works-wrapper-7 .work-box .thumb .image img {
  transform-origin: center;
}
.works-wrapper-7 .work-box .thumb img {
  width: 100%;
  cursor: auto;
}
.works-wrapper-7 .work-box .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  visibility: hidden;
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-7 .work-box .content {
    visibility: visible;
  }
}
.works-wrapper-7 .work-box .title {
  font-weight: 300;
  font-size: 30px;
  line-height: 0.9;
  background-color: var(--white);
  padding: 15px 20px 13px;
  color: var(--black);
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-7 .work-box .title {
    font-size: 26px;
    padding: 10px 15px 8px;
  }
}
.works-wrapper-7 .work-box .meta {
  font-family: var(--font_tartuffotrial);
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
  line-height: 1.69;
  background-color: var(--white);
  display: inline-block;
  padding: 5px 15px 3px;
  margin-top: 3px;
  color: var(--black);
}
.works-wrapper-7 .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}
.works-wrapper-7 .btn-wrapper a {
  font-family: var(--font_tartuffotrial);
  font-weight: 100;
  font-size: 36px;
  line-height: 1.1;
  text-align: center;
  color: var(--primary);
  max-width: 225px;
  text-decoration: none;
  display: inline-block;
}
@media only screen and (max-width: 1399px) {
  .works-wrapper-7 .btn-wrapper a {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-7 .btn-wrapper a {
    font-size: 26px;
    max-width: 165px;
  }
}
@media only screen and (max-width: 991px) {
  .works-wrapper-7 .btn-wrapper a {
    font-size: 20px;
    max-width: 135px;
  }
}
.works-wrapper-7 .btn-wrapper a:hover .underline {
  background-size: 0% 100%;
}
.works-wrapper-7 .btn-wrapper .underline {
  width: 100%;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--primary) 1px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s;
  background-position: 0 -6px;
}
@media only screen and (max-width: 1399px) {
  .works-wrapper-7 .btn-wrapper .underline {
    background-position: 0 -2px;
  }
}

/* capabilities area 2 style  */
.capabilities-area-2 .section-content-wrapper {
  margin-top: 14px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1235px;
  margin-bottom: 31px;
}
@media only screen and (max-width: 1919px) {
  .capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 950px;
  }
}
@media only screen and (max-width: 1399px) {
  .capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 800px;
  }
}
@media only screen and (max-width: 1199px) {
  .capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr 600px;
  }
}
@media only screen and (max-width: 991px) {
  .capabilities-area-2 .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.capabilities-area-2 .section-content {
  margin-top: 27px;
}
@media only screen and (max-width: 1919px) {
  .capabilities-area-2 .section-content {
    margin-top: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .capabilities-area-2 .section-content {
    margin-top: 7px;
  }
}
.capabilities-area-2 .section-content .section-title-wrapper {
  display: block;
}
@media only screen and (max-width: 767px) {
  .capabilities-area-2 .capability-wrapper {
    border-top: 1px solid var(--border);
  }
}
@media only screen and (max-width: 767px) {
  .capabilities-area-2 .capability-box {
    border-bottom: 1px solid var(--border);
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.capabilities-area-2 .capability-box-inner {
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .capabilities-area-2 .capability-box-inner {
    grid-template-columns: 1fr;
  }
}
.capabilities-area-2 .capability-box:hover .thumb img, .capabilities-area-2 .capability-box.active .thumb img {
  opacity: 1;
  transform: scale(1);
}
.capabilities-area-2 .capability-box .title {
  font-weight: 100;
  font-size: 100px;
  line-height: 1.1;
}
@media only screen and (max-width: 1919px) {
  .capabilities-area-2 .capability-box .title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .capabilities-area-2 .capability-box .title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .capabilities-area-2 .capability-box .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .capabilities-area-2 .capability-box .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .capabilities-area-2 .capability-box .title {
    font-size: 35px;
  }
}
.capabilities-area-2 .capability-box .title.rr-btn-underline {
  padding-bottom: 0;
  color: rgba(17, 17, 17, 0.3);
  text-transform: unset;
}
.dark .capabilities-area-2 .capability-box .title.rr-btn-underline {
  color: rgba(255, 255, 255, 0.3);
}
.capabilities-area-2 .capability-box .title.rr-btn-underline::before {
  height: 3px;
  transition: 0.5s;
  bottom: 9px;
}
@media only screen and (max-width: 1919px) {
  .capabilities-area-2 .capability-box .title.rr-btn-underline::before {
    bottom: 6px;
  }
}
@media only screen and (max-width: 1199px) {
  .capabilities-area-2 .capability-box .title.rr-btn-underline::before {
    height: 2px;
    bottom: 3px;
  }
}
.capabilities-area-2 .capability-box .thumb {
  display: flex;
  gap: 10px;
}
@media only screen and (max-width: 1919px) {
  .capabilities-area-2 .capability-box .thumb {
    gap: 10px;
  }
}
.capabilities-area-2 .capability-box .thumb img {
  width: 76px;
  height: 76px;
  border-radius: 15px;
  object-fit: cover;
  opacity: 0;
  transform: scale(0);
  transform-origin: top right;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .capabilities-area-2 .capability-box .thumb img {
    width: 64px;
    height: 64px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .capabilities-area-2 .capability-box .thumb img {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .capabilities-area-2 .capability-box .thumb img {
    width: 40px;
    height: 40px;
    opacity: 1;
    transform: scale(1);
  }
}

/* award area 3 style  */
.award-area-3 .section-header {
  margin-top: 19px;
}
.award-area-3 .section-title {
  max-width: 855px;
  text-indent: 2.3em;
}
@media only screen and (max-width: 1919px) {
  .award-area-3 .section-title {
    max-width: 755px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area-3 .section-title {
    max-width: 555px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-3 .section-title {
    max-width: 505px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-3 .section-title {
    max-width: 635px;
  }
}
.award-area-3 .section-title span {
  position: relative;
  padding: 0 32px;
}
@media only screen and (max-width: 1919px) {
  .award-area-3 .section-title span {
    padding: 0 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area-3 .section-title span {
    padding: 0 17px;
  }
}
@media (max-width: 575px) {
  .award-area-3 .section-title span {
    padding: 0;
  }
}
.award-area-3 .section-title span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 72%;
  border: 2px solid var(--primary);
  border-radius: 100px;
  top: 53%;
  left: 0;
  transform: translate(0, -50%);
  z-index: -1;
}
@media only screen and (max-width: 1399px) {
  .award-area-3 .section-title span:before {
    border-width: 1px;
  }
}
@media (max-width: 575px) {
  .award-area-3 .section-title span:before {
    display: none;
  }
}
.award-area-3 .award-wrapper-box {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 85px;
}
@media only screen and (max-width: 1919px) {
  .award-area-3 .award-wrapper-box {
    max-width: 1000px;
    margin-top: 55px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area-3 .award-wrapper-box {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-3 .award-wrapper-box {
    max-width: 750px;
    margin-top: 45px;
  }
}
.award-area-3 .award-wrapper {
  border-top: 1px solid var(--border);
}
.award-area-3 .award-box {
  border-bottom: 1px solid var(--border);
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  gap: 20px 50px;
  grid-template-columns: 280px 1fr 100px;
  align-items: center;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .award-area-3 .award-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-3 .award-box {
    grid-template-columns: 180px 1fr 100px;
  }
}
@media only screen and (max-width: 767px) {
  .award-area-3 .award-box {
    grid-template-columns: 1fr 1fr;
  }
}
.award-area-3 .award-box:hover {
  background-color: #F9F9F9;
}
.dark .award-area-3 .award-box:hover {
  background-color: #171717;
}
@media only screen and (max-width: 767px) {
  .award-area-3 .award-box:hover {
    background-color: transparent;
  }
}
.award-area-3 .award-box:hover .category {
  transform: translateX(30px);
}
@media only screen and (max-width: 767px) {
  .award-area-3 .award-box:hover .category {
    transform: translateX(0px);
  }
}
.award-area-3 .award-box:hover .year {
  transform: translateX(-30px);
}
@media only screen and (max-width: 767px) {
  .award-area-3 .award-box:hover .year {
    transform: translateX(0px);
  }
}
.award-area-3 .award-box .category {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--primary);
  transition: all 0.5s;
}
.award-area-3 .award-box .award {
  font-size: 24px;
  font-weight: 400;
  line-height: 18px;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .award-area-3 .award-box .award {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .award-area-3 .award-box .award {
    order: 3;
    grid-column: span 2;
  }
}
.award-area-3 .award-box .year {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  color: var(--primary);
  transition: all 0.5s;
  text-align: right;
}

/* cta area 5 style  */
.cta-area-5-inner {
  overflow: hidden;
}
.cta-area-5 .section-title {
  font-size: 200px;
  font-weight: 100;
  line-height: 0.85;
  text-transform: uppercase;
  white-space: nowrap;
}
@media only screen and (max-width: 1919px) {
  .cta-area-5 .section-title {
    font-size: 140px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-area-5 .section-title {
    font-size: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .cta-area-5 .section-title {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cta-area-5 .section-title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .cta-area-5 .section-title {
    font-size: 40px;
  }
}
.cta-area-5 .section-title a {
  display: inline-flex;
  align-items: center;
}
.cta-area-5 .section-title .line {
  width: 0.7em;
  height: 0.05em;
  background-color: var(--primary);
  display: inline-block;
  align-self: center;
  margin-left: 0.3em;
  margin-right: 0.2em;
}
.cta-area-5 .section-header {
  margin-top: 45px;
  margin-bottom: 87px;
}
@media only screen and (max-width: 1919px) {
  .cta-area-5 .section-header {
    margin-top: 25px;
    margin-bottom: 67px;
  }
}
@media only screen and (max-width: 1399px) {
  .cta-area-5 .section-header {
    margin-top: 5px;
    margin-bottom: 47px;
  }
}
.cta-area-5 .section-header .title-wrapper {
  animation: 45s t-slide infinite linear;
}
.cta-area-5 .section-header .t-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  padding: 10px 20px;
  display: inline-block;
  background-color: var(--theme);
  color: var(--black);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -25px 0 0 -65px;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

/* 404 page css */
.error-area-inner {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.error-area .section-subtitle {
  font-family: var(--font_sequelsansmediumbody);
  font-size: 300px;
  font-weight: 315;
  line-height: 0.7;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-subtitle {
    font-size: 240px;
  }
}
@media only screen and (max-width: 1399px) {
  .error-area .section-subtitle {
    font-size: 180px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-subtitle {
    font-size: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .error-area .section-subtitle {
    font-size: 120px;
  }
}
.error-area .section-title {
  max-width: 740px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-title {
    max-width: 640px;
  }
}
@media only screen and (max-width: 1399px) {
  .error-area .section-title {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-title {
    max-width: 440px;
  }
}
@media only screen and (max-width: 991px) {
  .error-area .section-title {
    max-width: 340px;
  }
}
.error-area .section-content {
  align-self: center;
}
.error-area .section-content .title-wrapper {
  margin-top: 37px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-content .title-wrapper {
    margin-top: 27px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-content .title-wrapper {
    margin-top: 17px;
  }
}
.error-area .section-content .btn-wrapper {
  margin-top: 64px;
}
@media only screen and (max-width: 1919px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 991px) {
  .error-area .section-content .btn-wrapper {
    margin-top: 24px;
  }
}

/* about page css */
.about-area-details {
  /* moving gallery style  */
}
.about-area-details .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .about-area-details .section-header {
    padding-top: 7px;
  }
}
.about-area-details .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-details .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-area-details .subtitle-wrapper {
  margin-top: 8px;
}
.about-area-details .section-title {
  max-width: 1030px;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-title {
    max-width: 840px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .section-title {
    max-width: 640px;
  }
}
.about-area-details .section-content .text {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.26;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-content .text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .section-content .text {
    font-size: 20px;
  }
}
.about-area-details .section-content .text:not(:first-child) {
  margin-top: 38px;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-content .text:not(:first-child) {
    margin-top: 28px;
  }
}
.about-area-details .section-content .btn-wrapper {
  margin-top: 61px;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-content .btn-wrapper {
    margin-top: 41px;
  }
}
.about-area-details .info-list li {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  font-family: var(--font_sequelsansromanbody);
  position: relative;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .info-list li {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .info-list li {
    font-size: 20px;
  }
}
.about-area-details .info-list li:not(:first-child) {
  margin-top: 4px;
}
.about-area-details .info-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  margin-right: 10px;
}
@media only screen and (max-width: 1399px) {
  .about-area-details .info-list li:before {
    width: 4px;
    height: 4px;
  }
}
.about-area-details .section-content-wrapper {
  border-top: 1px solid var(--border);
  padding-top: 22px;
  margin-top: 64px;
  max-width: 1235px;
  margin-left: auto;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 715px;
}
@media only screen and (max-width: 1919px) {
  .about-area-details .section-content-wrapper {
    margin-top: 54px;
    max-width: 1000px;
    grid-template-columns: 1fr 565px;
  }
}
@media only screen and (max-width: 1399px) {
  .about-area-details .section-content-wrapper {
    margin-top: 44px;
    max-width: 850px;
    grid-template-columns: 1fr 465px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-area-details .section-content-wrapper {
    max-width: 750px;
  }
}
@media only screen and (max-width: 991px) {
  .about-area-details .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.about-area-details .wrapper-gallery {
  display: inline-flex;
  align-items: flex-start;
  margin-top: 50px;
  padding: 0;
}
.about-area-details .moving-gallery li {
  width: 40vw;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .about-area-details .moving-gallery li {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.about-area-details .moving-gallery li img {
  height: auto;
  margin: 0px;
  width: 100%;
}
.about-area-details .moving-gallery li:first-child {
  padding-left: 0px;
}
.about-area-details .moving-gallery li:last-child {
  padding-right: 0px;
}
.about-area-details .moving-gallery li:nth-child(1) {
  width: 30vw;
}
@media (max-width: 575px) {
  .about-area-details .moving-gallery li:nth-child(1) {
    width: 60vw;
  }
}
.about-area-details .moving-gallery li:nth-child(2) {
  width: 25vw;
}
@media (max-width: 575px) {
  .about-area-details .moving-gallery li:nth-child(2) {
    width: 50vw;
  }
}
.about-area-details .moving-gallery li:nth-child(3) {
  width: 20vw;
}
@media (max-width: 575px) {
  .about-area-details .moving-gallery li:nth-child(3) {
    width: 40vw;
  }
}
.about-area-details .moving-gallery li:nth-child(4) {
  width: 25vw;
}
@media (max-width: 575px) {
  .about-area-details .moving-gallery li:nth-child(4) {
    width: 50vw;
  }
}
.about-area-details .moving-gallery li:nth-child(5) {
  width: 30vw;
}
@media (max-width: 575px) {
  .about-area-details .moving-gallery li:nth-child(5) {
    width: 60vw;
  }
}

/* approach area about page style  */
.approach-area-about-page .section-title {
  max-width: 845px;
}
@media only screen and (max-width: 1919px) {
  .approach-area-about-page .section-title {
    max-width: 645px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-about-page .section-title {
    max-width: 545px;
  }
}
.approach-area-about-page .subtitle-wrapper {
  margin-top: 8px;
}
.approach-area-about-page .section-header {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .approach-area-about-page .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.approach-area-about-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.approach-area-about-page .approach-wrapper-box {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 81px;
  margin-bottom: 43px;
}
@media only screen and (max-width: 1919px) {
  .approach-area-about-page .approach-wrapper-box {
    max-width: 1000px;
    margin-top: 61px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-about-page .approach-wrapper-box {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-about-page .approach-wrapper-box {
    max-width: 750px;
    margin-right: 0;
    margin-top: 41px;
  }
}
.approach-area-about-page .approach-wrapper {
  display: grid;
  gap: 40px 50px;
  grid-template-columns: 1fr 1fr auto;
}
@media only screen and (max-width: 767px) {
  .approach-area-about-page .approach-wrapper {
    grid-template-columns: 1fr;
  }
}
.approach-area-about-page .approach-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  display: flex;
  gap: 0 20px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1919px) {
  .approach-area-about-page .approach-box .title {
    font-size: 24px;
  }
}
.approach-area-about-page .approach-box .title img {
  width: 250px;
}
@media only screen and (max-width: 1919px) {
  .approach-area-about-page .approach-box .title img {
    width: 200px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-about-page .approach-box .title img {
    width: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-about-page .approach-box .title img {
    display: none;
  }
}
.approach-area-about-page .approach-box .approach-list {
  margin-top: 28px;
}
@media only screen and (max-width: 1199px) {
  .approach-area-about-page .approach-box .approach-list {
    margin-top: 18px;
  }
}
.approach-area-about-page .approach-box .approach-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
}

/* info area style  */
.info-area-page-about {
  background-color: var(--bg);
}
.info-area-page-about .section-header {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .info-area-page-about .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.info-area-page-about .section-header .subtitle-wrapper {
  margin-top: 8px;
}
.info-area-page-about .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .info-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.info-area-page-about .section-subtitle {
  color: var(--white);
}
.info-area-page-about .section-title {
  color: var(--white);
  max-width: 805px;
}
.info-area-page-about .counter-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .info-area-page-about .counter-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .info-area-page-about .counter-wrapper-box {
    margin-top: 44px;
  }
}
.info-area-page-about .counter-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .info-area-page-about .counter-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .info-area-page-about .counter-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.info-area-page-about .funfact-item {
  padding: 39px 50px 41px;
  border-radius: 20px;
  background-color: #1D1C1C;
}
@media only screen and (max-width: 1919px) {
  .info-area-page-about .funfact-item {
    padding: 29px 30px 31px;
  }
}
@media only screen and (max-width: 1199px) {
  .info-area-page-about .funfact-item {
    padding: 19px 20px 21px;
  }
}
.info-area-page-about .funfact-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
}
.info-area-page-about .funfact-item .number {
  font-size: 50px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  color: var(--white);
  margin-top: 14px;
}
@media only screen and (max-width: 1199px) {
  .info-area-page-about .funfact-item .number {
    font-size: 35px;
  }
}

/* client area page about style  */
.client-area-page-about {
  background-color: var(--bg);
  margin-bottom: -1px;
}
.client-area-page-about .section-header {
  margin-top: 39px;
}
.client-area-page-about .section-header .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  max-width: 340px;
  color: #F3F3F3;
  margin-inline: auto;
}
.client-area-page-about .clients-wrapper-box {
  margin-top: 63px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
  .client-area-page-about .clients-wrapper-box {
    margin-top: 43px;
  }
}
.client-area-page-about .clients-wrapper {
  display: flex;
  gap: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.client-area-page-about .clients-wrapper .client-slider-active .swiper-slide {
  width: auto;
}
.client-area-page-about .clients-wrapper .client-slider-active .swiper-wrapper {
  transition-timing-function: linear !important;
}
.client-area-page-about .client-box {
  border: 1px solid rgba(252, 247, 243, 0.1);
  border-radius: 70px;
  width: 215px;
  height: 140px;
  padding: 0 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1919px) {
  .client-area-page-about .client-box {
    width: 155px;
    height: 90px;
  }
}
@media only screen and (max-width: 1399px) {
  .client-area-page-about .client-box {
    width: 135px;
    height: 70px;
  }
}

/* media area page about style  */
.media-area-page-about {
  background-color: var(--bg);
}
.media-area-page-about .section-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 575px;
}
@media only screen and (max-width: 1399px) {
  .media-area-page-about .section-content-wrapper {
    grid-template-columns: 1fr 475px;
  }
}
@media only screen and (max-width: 991px) {
  .media-area-page-about .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.media-area-page-about .area-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-area-page-about .section-content {
  padding: 87px 50px 100px;
  background-color: #1D1C1C;
}
@media only screen and (max-width: 1399px) {
  .media-area-page-about .section-content {
    padding: 37px 40px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .media-area-page-about .section-content {
    padding: 17px 20px 20px;
  }
}
.media-area-page-about .section-content .section-title {
  font-size: 30px;
  font-weight: 310;
  line-height: 35px;
  letter-spacing: -0.07em;
  color: var(--white);
  max-width: 310px;
}
.media-area-page-about .section-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #999999;
}
.media-area-page-about .section-content .text-wrapper {
  margin-top: 267px;
}
@media only screen and (max-width: 1919px) {
  .media-area-page-about .section-content .text-wrapper {
    margin-top: 167px;
  }
}
@media only screen and (max-width: 1399px) {
  .media-area-page-about .section-content .text-wrapper {
    margin-top: 67px;
  }
}
@media only screen and (max-width: 991px) {
  .media-area-page-about .section-content .text-wrapper {
    margin-top: 27px;
  }
}
.media-area-page-about .section-content .btn-wrapper {
  margin-top: 43px;
}
.media-area-page-about .section-content .rr-btn {
  background-color: #1D1C1C;
  border-color: rgba(255, 255, 255, 0.2);
}
.media-area-page-about .section-content .rr-btn:hover {
  border-color: var(--white);
}
.dark .media-area-page-about .section-content .rr-btn:before {
  background-color: var(--white);
}
.media-area-page-about .section-content .rr-btn .text-one {
  color: var(--white);
}
.media-area-page-about .section-content .rr-btn .text-two {
  color: var(--black);
}
.dark .media-area-page-about .section-content .rr-btn .text-two {
  color: var(--black);
}

/* award area page about style  */
.award-area-page-about {
  background-color: var(--bg);
}
.award-area-page-about .section-subtitle {
  color: var(--white);
}
.award-area-page-about .section-title {
  color: var(--white);
}
.award-area-page-about .section-header {
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .award-area-page-about .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.award-area-page-about .section-header .subtitle-wrapper {
  margin-top: 8px;
}
.award-area-page-about .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-page-about .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.award-area-page-about .awards-wrapper-box {
  margin-top: 94px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 32px;
  max-width: 1235px;
  margin-left: auto;
  margin-bottom: 43px;
}
@media only screen and (max-width: 1919px) {
  .award-area-page-about .awards-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .award-area-page-about .awards-wrapper-box {
    margin-top: 44px;
  }
}
.award-area-page-about .awards-wrapper {
  max-width: 630px;
  margin-left: auto;
}
.award-area-page-about .award-box {
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 370px;
}
@media only screen and (max-width: 767px) {
  .award-area-page-about .award-box {
    grid-template-columns: 1fr 340px;
  }
}
@media (max-width: 575px) {
  .award-area-page-about .award-box {
    grid-template-columns: 1fr;
  }
}
.award-area-page-about .award-box:not(:first-child) {
  margin-top: 56px;
}
.award-area-page-about .award-box .award-list li {
  display: grid;
  gap: 10px 20px;
  grid-template-columns: auto auto;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .award-area-page-about .award-box .award-list li {
    font-size: 18px;
  }
}
.award-area-page-about .award-box .category {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--white);
}
@media only screen and (max-width: 767px) {
  .award-area-page-about .award-box .category {
    font-size: 18px;
  }
}

/* team area about page style  */
.team-area-about-page .section-header {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .team-area-about-page .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.team-area-about-page .section-header .subtitle-wrapper {
  margin-top: 8px;
}
.team-area-about-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-about-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-area-about-page .section-title {
  max-width: 765px;
}
@media only screen and (max-width: 1919px) {
  .team-area-about-page .section-title {
    max-width: 665px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-about-page .section-title {
    max-width: 465px;
  }
}
.team-area-about-page .team-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .team-area-about-page .team-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-about-page .team-wrapper-box {
    margin-top: 44px;
  }
}
.team-area-about-page .team-wrapper {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .team-area-about-page .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-area-about-page .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-area-about-page .team-box:hover .thumb img {
  transform: scale(1.1);
}
.team-area-about-page .team-box .thumb {
  overflow: hidden;
}
.team-area-about-page .team-box .thumb img {
  width: 100%;
  transition: all 0.5s;
}
.team-area-about-page .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .team-area-about-page .team-box .name {
    font-size: 24px;
  }
}
.team-area-about-page .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-top: 3px;
}
.team-area-about-page .team-box .content {
  margin-top: 19px;
}

/* blog details page css */
.blog-details-area .section-title {
  max-width: 1130px;
}
@media only screen and (max-width: 1919px) {
  .blog-details-area .section-title {
    max-width: 930px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-details-area .section-title {
    max-width: 730px;
  }
}
.blog-details-area .section-header {
  margin-top: 17px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-area .section-header {
    margin-top: 37px;
  }
}
.blog-details-area .meta {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 36px;
}
@media only screen and (max-width: 1199px) {
  .blog-details-area .meta {
    margin-top: 9px;
  }
}
.blog-details-area .meta span {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  display: inline-block;
}
.blog-details-area .meta span.has-left-line {
  padding-inline-start: 15px;
}
.blog-details-area .meta span.has-left-line:before {
  width: 10px;
}
.blog-details-area .meta .name span {
  font-weight: 500;
  color: var(--primary);
}
.blog-details-area .image-wrapper {
  margin-top: 89px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1919px) {
  .blog-details-area .image-wrapper {
    margin-top: 59px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details-area .image-wrapper {
    margin-top: 29px;
    margin-bottom: 30px;
  }
}
.blog-details-area .section-details .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.blog-details-area .section-details .text:not(:first-child) {
  margin-top: 26px;
}
.blog-details-area .section-details .title {
  font-size: 50px;
  font-weight: 310;
  line-height: 0.7;
  letter-spacing: -0.07em;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1919px) {
  .blog-details-area .section-details .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details-area .section-details .title {
    font-size: 30px;
    margin-bottom: 23px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details-area .section-details .title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-area .section-details .title {
    font-size: 24px;
  }
}
.blog-details-area .section-details .details-info {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-details-area .section-details .details-info {
    margin-top: 40px;
  }
}
.blog-details-area .section-details .text-wrapper + .details-info {
  margin-top: 43px;
}
@media only screen and (max-width: 767px) {
  .blog-details-area .section-details .text-wrapper + .details-info {
    margin-top: 33px;
  }
}
.blog-details-area .section-details .thumb-text-wrapper {
  margin-top: 17px;
  display: grid;
  gap: 20px 30px;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 991px) {
  .blog-details-area .section-details .thumb-text-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-details-area .section-details .thumb-text-wrapper .thumb {
  margin-top: 6px;
}
.blog-details-area .section-details .thumb-text-wrapper .thumb img {
  width: 100%;
  height: 120%;
  object-fit: cover;
  display: block;
}
.blog-details-area .section-details .feature-list {
  margin-top: 26px;
  margin-bottom: 26px;
}
.blog-details-area .section-details .feature-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  padding-left: 27px;
}
.blog-details-area .section-details .feature-list li:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: currentColor;
  border-radius: 50%;
  left: 11px;
  top: 10px;
}
.blog-details-area .section-details .gallery-wrapper {
  margin-top: 24px;
  margin-bottom: 20px;
  display: grid;
  gap: 30px;
  grid-template-columns: auto auto;
}
@media only screen and (max-width: 1199px) {
  .blog-details-area .section-details .gallery-wrapper {
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-area .section-details .gallery-wrapper {
    gap: 10px;
  }
}
.blog-details-area .section-details .gallery-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-details-area .image-wrapper img {
  display: block;
}
.blog-details-area .section-details .tags-wrapper {
  margin-top: 62px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
@media only screen and (max-width: 1399px) {
  .blog-details-area .section-details .tags-wrapper {
    margin-top: 42px;
  }
}
.blog-details-area .section-details .tags-wrapper .heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  display: inline-block;
}
.blog-details-area .section-details .tags {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.blog-details-area .section-details .tags .tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
  padding: 0 15px;
  border: 1px solid var(--border);
  border-radius: 30px;
}
.blog-details-area .section-details .comment-wrap {
  margin-top: 90px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-area .section-details .comment-wrap {
    margin-top: 60px;
  }
}
.blog-details-area .section-details .comment-formwrap {
  display: grid;
  gap: 60px 30px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 52px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-area .section-details .comment-formwrap {
    gap: 40px 30px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-details-area .section-details .comment-formwrap {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-area .section-details .comment-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-details-area .section-details .comment-formwrap .message {
  grid-column: span 2;
}
@media only screen and (max-width: 767px) {
  .blog-details-area .section-details .comment-formwrap .message {
    grid-column: auto;
  }
}
.blog-details-area .section-details .comment-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
  font-size: 18px;
}
.dark .blog-details-area .section-details .comment-formfield input {
  border-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1199px) {
  .blog-details-area .section-details .comment-formfield input {
    font-size: 16px;
  }
}
.blog-details-area .section-details .comment-formfield input:focus {
  border-color: var(--primary);
}
.blog-details-area .section-details .comment-formfield input::placeholder {
  color: var(--primary);
}
.blog-details-area .section-details .comment-formfield input:-webkit-autofill, .blog-details-area .section-details .comment-formfield input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.blog-details-area .section-details .comment-formfield select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--primary);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
}
.blog-details-area .section-details .comment-formfield select:focus {
  border-color: var(--primary);
}
.blog-details-area .section-details .comment-formfield select option {
  width: 100%;
  max-width: 100%;
}
.blog-details-area .section-details .submit-btn {
  margin-top: 50px;
}
@media only screen and (max-width: 1399px) {
  .blog-details-area .section-details .submit-btn {
    margin-top: 40px;
  }
}

/* blog area 3 style  */
.blog-area-3 .section-header {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .blog-area-3 .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.blog-area-3 .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-3 .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-area-3 .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area-3 .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area-3 .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-area-3 .subtitle-wrapper {
  margin-top: 8px;
}
.blog-area-3 .section-title {
  max-width: 800px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-3 .section-title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-area-3 .section-title {
    max-width: 640px;
  }
}
.blog-area-3 .blogs-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-3 .blogs-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area-3 .blogs-wrapper-box {
    margin-top: 44px;
  }
}
.blog-area-3 .blogs-wrapper {
  display: grid;
  gap: 76px 60px;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .blog-area-3 .blogs-wrapper {
    gap: 46px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area-3 .blogs-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .blog-area-3 .blogs-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-area-3 .blogs-wrapper > * {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .blog-area-3 .blogs-wrapper > * {
    grid-column: auto;
  }
}
.blog-area-3 .blogs-wrapper > *:nth-child(4), .blog-area-3 .blogs-wrapper > *:nth-child(5) {
  grid-column: span 3;
}
@media only screen and (max-width: 991px) {
  .blog-area-3 .blogs-wrapper > *:nth-child(4), .blog-area-3 .blogs-wrapper > *:nth-child(5) {
    grid-column: auto;
  }
}
.blog-area-3 .blogs-wrapper > *:nth-child(4) .content, .blog-area-3 .blogs-wrapper > *:nth-child(5) .content {
  padding-right: 130px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-3 .blogs-wrapper > *:nth-child(4) .content, .blog-area-3 .blogs-wrapper > *:nth-child(5) .content {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area-3 .blogs-wrapper > *:nth-child(4) .content, .blog-area-3 .blogs-wrapper > *:nth-child(5) .content {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area-3 .blogs-wrapper > *:nth-child(4) .content, .blog-area-3 .blogs-wrapper > *:nth-child(5) .content {
    padding-right: 0;
  }
}
.blog-area-3 .blogs-wrapper > * .content {
  padding-right: 90px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-3 .blogs-wrapper > * .content {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area-3 .blogs-wrapper > * .content {
    padding-right: 0;
  }
}
.blog-area-3 .blog {
  position: relative;
}
.blog-area-3 .blog:hover .thumb img {
  transform: scale(1.1);
}
.blog-area-3 .blog:hover .title .arrow {
  background-color: var(--primary);
}
.blog-area-3 .blog:hover .title .arrow svg {
  transform: rotate(60deg);
}
.blog-area-3 .blog:hover .title .arrow svg * {
  fill: var(--white);
}
.dark .blog-area-3 .blog:hover .title .arrow svg * {
  fill: var(--black);
}
.blog-area-3 .blog:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--border);
  top: 0;
  left: -30px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-3 .blog:before {
    left: -20px;
  }
}
.blog-area-3 .blog .thumb {
  overflow: hidden;
}
.blog-area-3 .blog .thumb img {
  width: 100%;
  transition: all 0.5s;
  display: block;
}
.blog-area-3 .blog .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .blog-area-3 .blog .content {
    margin-top: 14px;
  }
}
.blog-area-3 .blog .title {
  font-size: 36px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  display: inline;
}
@media only screen and (max-width: 1919px) {
  .blog-area-3 .blog .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-area-3 .blog .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area-3 .blog .title {
    font-size: 20px;
  }
}
.blog-area-3 .blog .title .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s;
  border-radius: 50%;
  border: 2px solid var(--primary);
  transform: translate(0px, -1px);
  margin-left: 5px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-3 .blog .title .arrow {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-area-3 .blog .title .arrow {
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area-3 .blog .title .arrow {
    width: 15px;
    height: 15px;
    border-width: 1px;
  }
}
.blog-area-3 .blog .title .arrow svg {
  transition: all 0.3s;
  width: 13px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-3 .blog .title .arrow svg {
    width: 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-area-3 .blog .title .arrow svg {
    width: 7px;
  }
}
.blog-area-3 .blog .title .arrow svg * {
  fill: var(--primary);
}
.blog-area-3 .blog .meta {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 14px;
}
@media only screen and (max-width: 1199px) {
  .blog-area-3 .blog .meta {
    margin-top: 9px;
  }
}
.blog-area-3 .blog .meta span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--secondary);
}
.blog-area-3 .blog .meta span.has-left-line {
  padding-inline-start: 15px;
}
.blog-area-3 .blog .meta span.has-left-line:before {
  width: 10px;
}
.blog-area-3 .blog .meta .name span {
  font-weight: 500;
  color: var(--primary);
}

/* blog page css */
.blog-area-2 .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .blog-area-2 .section-header {
    padding-top: 7px;
  }
}
.blog-area-2 .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-2 .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-area-2 .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area-2 .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area-2 .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.blog-area-2 .subtitle-wrapper {
  margin-top: 8px;
}
.blog-area-2 .section-title {
  max-width: 800px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-2 .section-title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-area-2 .section-title {
    max-width: 640px;
  }
}
.blog-area-2 .blogs-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-2 .blogs-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area-2 .blogs-wrapper-box {
    margin-top: 44px;
  }
}
.blog-area-2 .blogs-wrapper {
  display: grid;
  gap: 76px 60px;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .blog-area-2 .blogs-wrapper {
    gap: 46px 40px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area-2 .blogs-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .blog-area-2 .blogs-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-area-2 .blogs-wrapper > * {
  grid-column: span 2;
}
@media only screen and (max-width: 991px) {
  .blog-area-2 .blogs-wrapper > * {
    grid-column: auto;
  }
}
.blog-area-2 .blogs-wrapper > *:nth-child(4), .blog-area-2 .blogs-wrapper > *:nth-child(5) {
  grid-column: span 3;
}
@media only screen and (max-width: 991px) {
  .blog-area-2 .blogs-wrapper > *:nth-child(4), .blog-area-2 .blogs-wrapper > *:nth-child(5) {
    grid-column: auto;
  }
}
.blog-area-2 .blogs-wrapper > *:nth-child(4) .content, .blog-area-2 .blogs-wrapper > *:nth-child(5) .content {
  padding-right: 130px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-2 .blogs-wrapper > *:nth-child(4) .content, .blog-area-2 .blogs-wrapper > *:nth-child(5) .content {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area-2 .blogs-wrapper > *:nth-child(4) .content, .blog-area-2 .blogs-wrapper > *:nth-child(5) .content {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-area-2 .blogs-wrapper > *:nth-child(4) .content, .blog-area-2 .blogs-wrapper > *:nth-child(5) .content {
    padding-right: 0;
  }
}
.blog-area-2 .blogs-wrapper > * .content {
  padding-right: 90px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-2 .blogs-wrapper > * .content {
    padding-right: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area-2 .blogs-wrapper > * .content {
    padding-right: 0;
  }
}
.blog-area-2 .blog {
  position: relative;
}
.blog-area-2 .blog:hover .thumb img {
  transform: scale(1.1);
}
.blog-area-2 .blog:hover .title .arrow {
  background-color: var(--primary);
}
.blog-area-2 .blog:hover .title .arrow svg {
  transform: rotate(60deg);
}
.blog-area-2 .blog:hover .title .arrow svg * {
  fill: var(--white);
}
.dark .blog-area-2 .blog:hover .title .arrow svg * {
  fill: var(--black);
}
.blog-area-2 .blog:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--border);
  top: 0;
  left: -30px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-2 .blog:before {
    left: -20px;
  }
}
.blog-area-2 .blog .thumb {
  overflow: hidden;
}
.blog-area-2 .blog .thumb img {
  width: 100%;
  transition: all 0.5s;
  display: block;
}
.blog-area-2 .blog .content {
  margin-top: 24px;
}
@media only screen and (max-width: 1199px) {
  .blog-area-2 .blog .content {
    margin-top: 14px;
  }
}
.blog-area-2 .blog .title {
  font-size: 36px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  display: inline;
}
@media only screen and (max-width: 1919px) {
  .blog-area-2 .blog .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-area-2 .blog .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area-2 .blog .title {
    font-size: 20px;
  }
}
.blog-area-2 .blog .title .arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  transition: all 0.3s;
  border-radius: 50%;
  border: 2px solid var(--primary);
  transform: translate(0px, -1px);
  margin-left: 5px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-2 .blog .title .arrow {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-area-2 .blog .title .arrow {
    width: 17px;
    height: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .blog-area-2 .blog .title .arrow {
    width: 15px;
    height: 15px;
    border-width: 1px;
  }
}
.blog-area-2 .blog .title .arrow svg {
  transition: all 0.3s;
  width: 13px;
}
@media only screen and (max-width: 1919px) {
  .blog-area-2 .blog .title .arrow svg {
    width: 10px;
  }
}
@media only screen and (max-width: 1399px) {
  .blog-area-2 .blog .title .arrow svg {
    width: 7px;
  }
}
.blog-area-2 .blog .title .arrow svg * {
  fill: var(--primary);
}
.blog-area-2 .blog .meta {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 14px;
}
@media only screen and (max-width: 1199px) {
  .blog-area-2 .blog .meta {
    margin-top: 9px;
  }
}
.blog-area-2 .blog .meta span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: var(--secondary);
}
.blog-area-2 .blog .meta span.has-left-line {
  padding-inline-start: 15px;
}
.blog-area-2 .blog .meta span.has-left-line:before {
  width: 10px;
}
.blog-area-2 .blog .meta .name span {
  font-weight: 500;
  color: var(--primary);
}

/* contact page css */
/* Loading effect */
.loading-form {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  color: var(--white);
  font-size: 20px;
  text-align: center;
  padding-top: 20%;
}

.success-message {
  color: green;
  margin-top: 10px;
}

.error-message {
  color: red;
  margin-top: 10px;
}

#response-message {
  margin-top: 10px;
}

.contact-area-contact-page .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .contact-area-contact-page .section-header {
    padding-top: 7px;
  }
}
.contact-area-contact-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area-contact-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-area-contact-page .subtitle-wrapper {
  margin-top: 8px;
}
.contact-area-contact-page .section-title {
  max-width: 875px;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .section-title {
    max-width: 675px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .section-title {
    max-width: 495px;
  }
}
.contact-area-contact-page .section-content-wrapper {
  margin-top: 90px;
  margin-bottom: 4px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1030px;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .section-content-wrapper {
    margin-top: 60px;
    grid-template-columns: 1fr 730px;
  }
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr 680px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr 550px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-area-contact-page .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.contact-area-contact-page .contact-mail .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
}
.contact-area-contact-page .contact-mail .text {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  max-width: 410px;
  margin-top: 24px;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .contact-mail .text {
    font-size: 24px;
    max-width: 330px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-mail .text {
    font-size: 20px;
    max-width: 280px;
  }
}
.contact-area-contact-page .contact-mail .text a {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.contact-area-contact-page .contact-mail .text a:hover {
  color: var(--secondary);
}
.contact-area-contact-page .contact-social {
  margin-top: 51px;
}
.contact-area-contact-page .contact-social .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  color: var(--primary);
}
.contact-area-contact-page .contact-social .social-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
}
.contact-area-contact-page .contact-social .social-links a {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  display: inline-block;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .contact-area-contact-page .contact-social .social-links a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-social .social-links a {
    font-size: 20px;
  }
}
.contact-area-contact-page .contact-social .social-links a:hover {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.contact-area-contact-page .contact-formwrap {
  display: grid;
  gap: 60px 60px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .contact-formwrap {
    gap: 40px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-area-contact-page .contact-formwrap {
    gap: 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-formwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contact-area-contact-page .contact-formwrap .message {
  grid-column: span 2;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .contact-area-contact-page .contact-formwrap .message {
    grid-column: auto;
  }
}
.contact-area-contact-page .contact-formfield input {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--primary);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield input:focus {
  border-color: var(--primary);
}
.contact-area-contact-page .contact-formfield input::placeholder {
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield input:-webkit-autofill, .contact-area-contact-page .contact-formfield input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.contact-area-contact-page .contact-formfield select {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--primary);
  outline: none;
  background-color: transparent;
  transition: all 0.5s;
  color: var(--primary);
}
.contact-area-contact-page .contact-formfield select:focus {
  border-color: var(--primary);
}
.contact-area-contact-page .contact-formfield select option {
  width: 100%;
  max-width: 100%;
}
.dark .contact-area-contact-page .contact-formfield select option {
  background-color: var(--black);
}
.contact-area-contact-page .contact-formfield select option[disabled] {
  background-color: var(--black) !important;
}
.contact-area-contact-page .submit-btn {
  margin-top: 50px;
}
@media only screen and (max-width: 1399px) {
  .contact-area-contact-page .submit-btn {
    margin-top: 40px;
  }
}

/* faq page css */
.faq-area-faq-page .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .faq-area-faq-page .section-header {
    padding-top: 7px;
  }
}
.faq-area-faq-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area-faq-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area-faq-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area-faq-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.faq-area-faq-page .subtitle-wrapper {
  margin-top: 8px;
}
.faq-area-faq-page .section-title {
  max-width: 1005px;
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .section-title {
    max-width: 805px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area-faq-page .section-title {
    max-width: 605px;
  }
}
.faq-area-faq-page .accordion-wrapper {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 93px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .accordion-wrapper {
    margin-top: 63px;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area-faq-page .accordion-wrapper {
    margin-top: 43px;
    max-width: 900px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area-faq-page .accordion-wrapper {
    max-width: 750px;
  }
}
.faq-area-faq-page .accordion {
  border-top: 1px solid var(--border);
  counter-reset: accordion;
}
.faq-area-faq-page .accordion-button {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  padding: 30px 0 33px;
  border-radius: 0 !important;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .accordion-button {
    padding: 20px 0 23px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area-faq-page .accordion-button {
    font-size: 20px;
  }
}
.faq-area-faq-page .accordion-button::after {
  content: "+";
  font-family: inherit;
  background-image: none;
  width: auto;
  height: auto;
}
.faq-area-faq-page .accordion-button:not(.collapsed) {
  pointer-events: none;
}
.faq-area-faq-page .accordion-button:not(.collapsed)::after {
  content: "-";
}
.faq-area-faq-page .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  position: relative;
  padding-left: 130px;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .faq-area-faq-page .accordion-item {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area-faq-page .accordion-item {
    padding-left: 50px;
  }
}
.faq-area-faq-page .accordion-item:before {
  counter-increment: accordion;
  content: counter(accordion, decimal-leading-zero);
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  position: absolute;
  top: 30px;
  left: 0;
  transition: all 0.5s;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .faq-area-faq-page .accordion-item:before {
    top: 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area-faq-page .accordion-item:before {
    font-size: 20px;
  }
}
.faq-area-faq-page .accordion-body {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--secondary);
  padding: 4px 0 43px;
  border: none;
}

/* service details page css */
.hero-area-service-details .service-meta {
  display: grid;
  gap: 10px 60px;
  grid-template-columns: 1fr 1045px;
  position: relative;
  margin-top: 27px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 845px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 645px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr 585px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .service-meta {
    grid-template-columns: 1fr;
  }
}
.hero-area-service-details .service-meta .serial {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}
.hero-area-service-details .service-meta .tag {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}
.hero-area-service-details .service-meta .next-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.hero-area-service-details .section-header {
  margin-top: 84px;
  display: grid;
  grid-template-columns: 1045px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1919px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 845px;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 645px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 585px;
    margin-top: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-header {
    grid-template-columns: 1fr;
  }
}
.hero-area-service-details .section-content-wrapper {
  margin-top: 94px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 1fr 1045px;
}
@media only screen and (max-width: 1919px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr 845px;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1399px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr 645px;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr 585px;
    margin-top: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-area-service-details .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.hero-area-service-details .section-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 420px;
}
.hero-area-service-details .section-thumb img {
  width: 100%;
}
.hero-area-service-details .feature-list {
  margin-top: 26px;
}
.hero-area-service-details .feature-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
  display: flex;
  align-items: center;
}
.hero-area-service-details .feature-list li:before {
  content: "+";
  margin-right: 5px;
}

/* approach area service details style  */
.approach-area-service-details-page .section-header {
  margin-top: 32px;
}
.approach-area-service-details-page .section-title-wrapper {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 1125px;
  align-items: flex-end;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr 905px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr 675px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr 575px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.approach-area-service-details-page .section-subtitle {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  text-transform: unset;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .section-subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .section-subtitle {
    font-size: 18px;
  }
  .approach-area-service-details-page .section-subtitle br {
    display: none;
  }
}
.approach-area-service-details-page .section-title {
  max-width: 875px;
}
@media (min-width: 1200px) {
  .approach-area-service-details-page .section-title {
    font-size: 50px;
    line-height: 1;
  }
}
.approach-area-service-details-page .approach-wrapper-box {
  margin-top: 94px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 1125px;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 905px;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 675px;
  }
}
@media only screen and (max-width: 1199px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr 575px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-box {
    grid-template-columns: 1fr;
    margin-top: 44px;
  }
}
.approach-area-service-details-page .approach-wrapper-box .steps {
  font-family: var(--font_sequelsansromanbody);
  font-size: 265px;
  font-weight: 310;
  line-height: 0.65;
  letter-spacing: -0.07em;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-wrapper-box .steps {
    font-size: 205px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-wrapper-box .steps {
    font-size: 165px;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-wrapper-box .steps {
    display: none;
  }
}
.approach-area-service-details-page .approach-wrapper {
  border-top: 1px dashed #878482;
}
.approach-area-service-details-page .approach-box {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: 60px 1fr 595px;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px dashed #878482;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 60px 1fr 395px;
  }
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 60px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .approach-area-service-details-page .approach-box {
    gap: 10px 30px;
  }
}
@media (max-width: 575px) {
  .approach-area-service-details-page .approach-box {
    grid-template-columns: 30px 1fr;
  }
}
.approach-area-service-details-page .approach-box .number {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .approach-area-service-details-page .approach-box .number {
    grid-row: span 2;
  }
}
.approach-area-service-details-page .approach-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 30px;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .approach-area-service-details-page .approach-box .title {
    font-size: 24px;
  }
}
.approach-area-service-details-page .approach-box .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

/* feature area style  */
.feature-area {
  background-color: var(--bg);
}
.feature-area .features-wrapper-box {
  margin-top: 44px;
}
.feature-area .features-wrapper {
  display: grid;
  gap: 60px 60px;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  .feature-area .features-wrapper {
    gap: 60px 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-area .features-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .feature-area .features-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.feature-area .features-wrapper > *:nth-child(2n) .thumb {
  order: 2;
}
@media only screen and (max-width: 1199px) {
  .feature-area .features-wrapper > *:nth-child(2n) .thumb {
    order: unset;
  }
}
.feature-area .feature-box {
  position: relative;
  display: grid;
  gap: 175px;
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box {
    gap: 95px;
  }
}
@media only screen and (max-width: 1399px) {
  .feature-area .feature-box {
    gap: 75px;
  }
}
@media only screen and (max-width: 1199px) {
  .feature-area .feature-box {
    gap: 45px;
  }
}
.feature-area .feature-box:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 0;
  left: -30px;
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box:before {
    left: -20px;
  }
}
.feature-area .feature-box .thumb img {
  height: 80px;
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box .thumb img {
    height: 60px;
  }
}
.feature-area .feature-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  color: var(--white);
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box .title {
    font-size: 24px;
  }
}
.feature-area .feature-box .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--white-2);
  margin-top: 30px;
}
@media only screen and (max-width: 1919px) {
  .feature-area .feature-box .text {
    font-size: 18px;
    margin-top: 20px;
  }
}

/* value area style  */
.value-area {
  background-color: var(--bg);
}
.value-area .section-content-wrapper {
  margin-top: 32px;
  margin-bottom: 45px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 605px 905px;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 1919px) {
  .value-area .section-content-wrapper {
    grid-template-columns: 1fr 770px;
  }
}
@media only screen and (max-width: 1199px) {
  .value-area .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.value-area .section-thumb {
  margin-top: 11px;
  max-width: 660px;
}
.value-area .section-thumb img {
  width: 100%;
}
.value-area .section-title {
  letter-spacing: -0.07em;
  color: var(--white);
  max-width: 660px;
}
@media (min-width: 1200px) {
  .value-area .section-title {
    font-size: 50px;
    font-weight: 315;
    line-height: 55px;
  }
}
.value-area .values-wrapper {
  margin-top: 56px;
}
@media only screen and (max-width: 991px) {
  .value-area .values-wrapper {
    margin-top: 36px;
  }
}
.value-area .value-box {
  display: grid;
  gap: 20px 80px;
  grid-template-columns: 330px 1fr;
}
@media only screen and (max-width: 1919px) {
  .value-area .value-box {
    grid-template-columns: 230px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .value-area .value-box {
    grid-template-columns: 130px 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .value-area .value-box {
    grid-template-columns: 1fr;
  }
}
.value-area .value-box:not(:first-child) {
  margin-top: 68px;
}
@media only screen and (max-width: 991px) {
  .value-area .value-box:not(:first-child) {
    margin-top: 38px;
  }
}
.value-area .value-box .number {
  font-size: 100px;
  font-weight: 310;
  line-height: 0.9;
  letter-spacing: -0.07em;
  color: var(--white);
  padding-top: 17px;
  border-top: 1px solid rgba(252, 247, 243, 0.2);
  margin-top: 6px;
}
@media only screen and (max-width: 1919px) {
  .value-area .value-box .number {
    font-size: 80px;
  }
}
@media only screen and (max-width: 1399px) {
  .value-area .value-box .number {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  .value-area .value-box .number {
    font-size: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .value-area .value-box .number {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .value-area .value-box .number {
    font-size: 35px;
  }
}
.value-area .value-box .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  color: var(--white-2);
}
@media only screen and (max-width: 1919px) {
  .value-area .value-box .text {
    font-size: 18px;
  }
}

/* faq area style  */
.faq-area .section-header {
  margin-top: 50px;
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .faq-area .section-header {
    margin-top: 10px;
    padding-top: 7px;
  }
}
.faq-area .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .faq-area .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.faq-area .subtitle-wrapper {
  margin-top: 8px;
}
.faq-area .section-title {
  max-width: 1005px;
}
@media only screen and (max-width: 1919px) {
  .faq-area .section-title {
    max-width: 905px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area .section-title {
    max-width: 705px;
  }
}
.faq-area .accordion-wrapper {
  max-width: 1235px;
  margin-left: auto;
  margin-top: 93px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1919px) {
  .faq-area .accordion-wrapper {
    margin-top: 63px;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .faq-area .accordion-wrapper {
    margin-top: 43px;
    max-width: 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .faq-area .accordion-wrapper {
    max-width: 750px;
  }
}
.faq-area .accordion {
  border-top: 1px solid var(--border);
  counter-reset: accordion;
}
.faq-area .accordion-button {
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  padding: 30px 0 33px;
  border-radius: 0 !important;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}
@media only screen and (max-width: 1919px) {
  .faq-area .accordion-button {
    padding: 20px 0 23px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion-button {
    font-size: 20px;
  }
}
.faq-area .accordion-button::after {
  content: "+";
  font-family: inherit;
  background-image: none;
  width: auto;
  height: auto;
}
.faq-area .accordion-button:not(.collapsed) {
  pointer-events: none;
}
.faq-area .accordion-button:not(.collapsed)::after {
  content: "-";
}
.faq-area .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--border);
  position: relative;
  padding-left: 130px;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .faq-area .accordion-item {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion-item {
    padding-left: 50px;
  }
}
.faq-area .accordion-item:before {
  counter-increment: accordion;
  content: counter(accordion, decimal-leading-zero);
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 1.16;
  letter-spacing: -0.07em;
  color: var(--primary);
  position: absolute;
  top: 30px;
  left: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 1919px) {
  .faq-area .accordion-item:before {
    top: 20px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .faq-area .accordion-item:before {
    font-size: 20px;
  }
}
.faq-area .accordion-body {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--secondary);
  padding: 4px 0 43px;
  border: none;
}

/* sercices page css */
.service-area-service-page .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .service-area-service-page .section-header {
    padding-top: 7px;
  }
}
.service-area-service-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .service-area-service-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.service-area-service-page .subtitle-wrapper {
  margin-top: 8px;
}
.service-area-service-page .section-title {
  max-width: 800px;
}
@media only screen and (max-width: 1919px) {
  .service-area-service-page .section-title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1399px) {
  .service-area-service-page .section-title {
    max-width: 500px;
  }
}
.service-area-service-page .services-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .service-area-service-page .services-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .service-area-service-page .services-wrapper-box {
    margin-top: 44px;
  }
}
.service-area-service-page .service-content-wrapper {
  background-color: transparent;
}
.service-area-service-page .service-content-wrapper .service-content .text.text-invert > div {
  background-image: linear-gradient(to right, rgb(17, 17, 17) 50%, rgba(17, 17, 17, 0.3) 51%);
}
.dark .service-area-service-page .service-content-wrapper .service-content .text.text-invert > div {
  background-image: linear-gradient(to right, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.3) 51%);
}
.service-area-service-page .services-wrapper-2 .service-box {
  background-color: var(--white);
  border-color: var(--border);
}
.dark .service-area-service-page .services-wrapper-2 .service-box {
  background-color: var(--black);
}
.service-area-service-page .services-wrapper-2 .service-box:last-child {
  border-color: var(--border);
}
.service-area-service-page .services-wrapper-2 .service-box-wrapper {
  background-color: var(--border);
}
.service-area-service-page .services-wrapper-2 .service-box .number {
  color: var(--primary);
}
.service-area-service-page .services-wrapper-2 .service-box .title {
  color: var(--primary);
}
.service-area-service-page .services-wrapper-2 .service-box .text {
  color: var(--primary);
}
.service-area-service-page .capabilities-area-2 .capability-box .title {
  font-family: var(--font_thunder);
  font-size: 100px;
  font-weight: 400;
  line-height: 0.85;
  text-transform: uppercase;
}

/* client area service-page style  */
.client-area-service-page .section-title {
  max-width: 1430px;
}
@media only screen and (max-width: 1919px) {
  .client-area-service-page .section-title {
    max-width: 1130px;
  }
}
.client-area-service-page .section-title span {
  color: var(--primary);
}
.client-area-service-page .section-content {
  margin-top: 20px;
}
.client-area-service-page .section-content .text-wrapper {
  max-width: 505px;
  margin-top: 133px;
  margin-left: 545px;
}
@media only screen and (max-width: 1919px) {
  .client-area-service-page .section-content .text-wrapper {
    margin-top: 83px;
  }
}
@media only screen and (max-width: 1399px) {
  .client-area-service-page .section-content .text-wrapper {
    margin-top: 63px;
    margin-left: 345px;
  }
}
@media only screen and (max-width: 991px) {
  .client-area-service-page .section-content .text-wrapper {
    margin-top: 43px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .client-area-service-page .section-content .text-wrapper {
    max-width: 100%;
    margin-top: 23px;
  }
}
.client-area-service-page .client-capsule-wrapper {
  position: relative;
  overflow: hidden;
  pointer-events: none;
  margin-top: -200px;
  height: 633px;
}
@media only screen and (max-width: 1919px) {
  .client-area-service-page .client-capsule-wrapper {
    height: 533px;
  }
}
@media only screen and (max-width: 1399px) {
  .client-area-service-page .client-capsule-wrapper {
    height: 483px;
  }
}
@media only screen and (max-width: 991px) {
  .client-area-service-page .client-capsule-wrapper {
    height: 433px;
  }
}
.client-area-service-page .client-capsule-wrapper > * {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
  transition: none;
}
.client-area-service-page .client-box {
  width: 215px;
  height: 100px;
  padding: 10px 20px;
  background-color: var(--primary);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  transform: translate(-50%, -50%) rotate(0rad);
}
@media only screen and (max-width: 1919px) {
  .client-area-service-page .client-box {
    width: 165px;
    height: 70px;
  }
}
@media only screen and (max-width: 1399px) {
  .client-area-service-page .client-box {
    width: 135px;
    height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .client-area-service-page .client-box {
    width: 105px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .client-area-service-page .client-box {
    width: 85px;
    height: 30px;
  }
}
.client-area-service-page .client-box img {
  pointer-events: none;
  max-width: 100%;
  max-height: 100%;
}
.client-area-service-page .line {
  border-bottom: 1px solid var(--primary);
}
.client-area-service-page .lines-wrapper {
  display: grid;
  gap: 5px 0;
}
@media only screen and (max-width: 1399px) {
  .client-area-service-page .lines-wrapper {
    gap: 3px 0;
  }
}
@media only screen and (max-width: 767px) {
  .client-area-service-page .lines-wrapper {
    gap: 1px 0;
  }
}

/* team details page css */
.team-details-area .section-content-wrapper {
  margin-top: 17px;
  display: grid;
  gap: 40px 60px;
  grid-template-columns: 590px 600px;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 1199px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr 430px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-details-area .team-thumb {
  margin-top: 13px;
  order: 2;
}
@media only screen and (max-width: 991px) {
  .team-details-area .team-thumb {
    order: unset;
    max-width: 500px;
  }
}
.team-details-area .team-thumb img {
  width: 100%;
}
.team-details-area .section-subtitle {
  font-family: var(--font_sequelsansromanbody);
  font-size: 30px;
  font-weight: 310;
  line-height: 0.93;
  letter-spacing: -0.07em;
  color: var(--primary);
  text-transform: unset;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-subtitle {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-subtitle {
    font-size: 22px;
  }
}
.team-details-area .subtitle-wrapper {
  margin-top: 29px;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .subtitle-wrapper {
    margin-top: 19px;
  }
}
.team-details-area .section-content .text-wrapper {
  margin-top: 51px;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .section-content .text-wrapper {
    margin-top: 41px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .section-content .text-wrapper {
    margin-top: 31px;
  }
}
.team-details-area .section-content .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.team-details-area .section-content .text:not(:first-child) {
  margin-top: 28px;
}
.team-details-area .social-links {
  margin-top: 53px;
  border-top: 1px dashed #878482;
  display: grid;
}
.dark .team-details-area .social-links {
  border-color: #6F6D6C;
}
@media only screen and (max-width: 1399px) {
  .team-details-area .social-links {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 991px) {
  .team-details-area .social-links {
    margin-top: 33px;
  }
}
.team-details-area .social-links a {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #878482;
  padding: 11px 0;
  transition: all 0.5s;
}
.dark .team-details-area .social-links a {
  border-color: #6F6D6C;
}
.team-details-area .social-links a:hover {
  background-color: #F7F7FA;
  padding-left: 20px;
}
.dark .team-details-area .social-links a:hover {
  background-color: #171717;
}
.team-details-area .social-links a:before {
  content: "+";
  margin-right: 6px;
}

/* team area team page style  */
.team-area-team-page .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .team-area-team-page .section-header {
    padding-top: 7px;
  }
}
.team-area-team-page .section-title-wrapper {
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 325px 1fr;
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .section-title-wrapper {
    grid-template-columns: 275px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .team-area-team-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.team-area-team-page .subtitle-wrapper {
  margin-top: 8px;
}
.team-area-team-page .section-title {
  max-width: 530px;
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .section-title {
    max-width: 430px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-team-page .section-title {
    max-width: 350px;
  }
}
.team-area-team-page .team-info {
  margin-top: 13px;
}
.team-area-team-page .team-info .team-group {
  display: inline-flex;
  align-items: center;
}
.team-area-team-page .team-info .team-group img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  outline: 3px solid var(--white);
}
.dark .team-area-team-page .team-info .team-group img {
  outline-color: var(--black);
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .team-info .team-group img {
    width: 50px;
    height: 50px;
  }
}
.team-area-team-page .team-info .team-group img:not(:first-child) {
  margin-left: -10px;
}
.team-area-team-page .team-info .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  max-width: 275px;
}
.team-area-team-page .team-info .text span {
  font-weight: 500;
  color: var(--primary);
}
.team-area-team-page .team-info .text-wrapper {
  margin-top: 16px;
}
.team-area-team-page .title-wrapper .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 580px;
  margin-top: 54px;
}
@media only screen and (max-width: 1919px) {
  .team-area-team-page .title-wrapper .text {
    margin-top: 44px;
  }
}
@media only screen and (max-width: 1399px) {
  .team-area-team-page .title-wrapper .text {
    margin-top: 24px;
  }
}

/* cta area team page style  */
.cta-area-team-page .section-content {
  margin-top: 32px;
  text-align: center;
}
.cta-area-team-page .section-content .btn-wrapper {
  margin-top: 45px;
  margin-bottom: 1px;
}
@media only screen and (max-width: 1199px) {
  .cta-area-team-page .section-content .btn-wrapper {
    margin-top: 35px;
  }
}
.cta-area-team-page .section-title {
  max-width: 920px;
  margin-inline: auto;
}
@media (min-width: 1200px) {
  .cta-area-team-page .section-title {
    font-size: 50px;
    line-height: 50px;
  }
}

/* team list area style  */
.team-list-area .team-box {
  border-bottom: 1px solid #E1E1E1;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  gap: 15px 25px;
  grid-template-columns: 100px 1fr 960px auto;
  align-items: center;
  justify-content: space-between;
  transition: all 0.5s;
}
.dark .team-list-area .team-box {
  border-color: #292929;
}
@media only screen and (max-width: 1919px) {
  .team-list-area .team-box {
    grid-template-columns: 100px 1fr 560px auto;
  }
}
@media only screen and (max-width: 1199px) {
  .team-list-area .team-box {
    grid-template-columns: 100px 1fr 310px auto;
  }
}
@media only screen and (max-width: 991px) {
  .team-list-area .team-box {
    grid-template-columns: 80px 1fr 210px auto;
  }
}
@media only screen and (max-width: 767px) {
  .team-list-area .team-box {
    grid-template-columns: 1fr 1fr auto;
  }
}
.team-list-area .team-box:hover {
  background-color: #FAFAFA;
}
.dark .team-list-area .team-box:hover {
  background-color: #1D1C1C;
}
.team-list-area .team-box:hover .thumb {
  transform: translateX(20px);
}
.team-list-area .team-box:hover .name {
  transform: translateX(20px);
}
.team-list-area .team-box:hover .t-btn-normal {
  transform: translateX(-20px);
}
.team-list-area .team-box .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 991px) {
  .team-list-area .team-box .thumb {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .team-list-area .team-box .thumb {
    grid-column: span 3;
  }
}
.team-list-area .team-box .thumb img {
  width: 100%;
}
.team-list-area .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  transition: all 0.5s;
}
@media only screen and (max-width: 1399px) {
  .team-list-area .team-box .name {
    font-size: 24px;
  }
}
.team-list-area .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: inline-block;
}
.team-list-area .team-wrapper-box {
  margin-top: 90px;
}
@media only screen and (max-width: 1399px) {
  .team-list-area .team-wrapper-box {
    margin-top: 70px;
  }
}
.team-list-area .team-wrapper {
  border-top: 1px solid #E1E1E1;
}
.dark .team-list-area .team-wrapper {
  border-color: #292929;
}

/* team area style  */
.team-area .section-header {
  margin-top: 59px;
  display: grid;
  gap: 20px 20px;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .team-area .section-header {
    grid-template-columns: 1fr;
  }
}
.team-area .section-header .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  max-width: 375px;
}
.team-area .section-header .section-title-wrapper {
  order: 2;
}
@media only screen and (max-width: 991px) {
  .team-area .section-header .section-title-wrapper {
    order: unset;
  }
}
.team-area .team-wrapper-box {
  margin-top: 94px;
}
@media only screen and (max-width: 1919px) {
  .team-area .team-wrapper-box {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 991px) {
  .team-area .team-wrapper-box {
    margin-top: 44px;
  }
}
.team-area .team-wrapper {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 991px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .team-area .team-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.team-area .team-box:hover .thumb img {
  transform: scale(1.1);
}
.team-area .team-box .thumb {
  overflow: hidden;
}
.team-area .team-box .thumb img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.team-area .team-box .name {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
}
@media only screen and (max-width: 1919px) {
  .team-area .team-box .name {
    font-size: 24px;
  }
}
.team-area .team-box .post {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  margin-top: 3px;
}
.team-area .team-box .content {
  margin-top: 19px;
}

/* work details page css */
.work-details-area .section-header {
  margin-top: 17px;
}
.work-details-area .section-title-wrapper {
  display: grid;
  gap: 20px 29px;
  grid-template-columns: 315px 1fr;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .section-title-wrapper {
    grid-template-columns: 245px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .work-details-area .section-title-wrapper {
    grid-template-columns: 195px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .section-title-wrapper {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .work-details-area .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.work-details-area .section-title-wrapper .title-thumb {
  border-radius: 20px;
  overflow: hidden;
  display: inline-block;
  margin-top: 13px;
  max-width: 315px;
}
@media only screen and (max-width: 1399px) {
  .work-details-area .section-title-wrapper .title-thumb {
    margin-top: 5px;
  }
}
.work-details-area .meta-wrapper {
  margin-top: 51px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 95px;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .meta-wrapper {
    margin-top: 41px;
    margin-bottom: 65px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .meta-wrapper {
    gap: 30px 40px;
    margin-top: 31px;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .work-details-area .meta-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.work-details-area .meta-item {
  border-top: 1px solid var(--border);
  padding-top: 14px;
}
.work-details-area .meta-item .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.work-details-area .meta-item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: var(--primary);
  margin-top: 4px;
}
.work-details-area .section-info {
  margin-top: 59px;
  margin-bottom: 93px;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 1fr 825px;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .section-info {
    margin-top: 49px;
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr 650px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr 550px;
    margin-top: 29px;
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 991px) {
  .work-details-area .section-info {
    grid-template-columns: 1fr;
  }
}
.work-details-area .section-info .title {
  font-size: 50px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.07em;
  max-width: 440px;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .section-info .title {
    font-size: 38px;
    max-width: 340px;
  }
}
@media (max-width: 575px) {
  .work-details-area .section-info .title {
    font-size: 28px;
  }
}
.work-details-area .section-info .content {
  margin-top: 2px;
}
.work-details-area .section-info .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.work-details-area .section-info .feature-list {
  margin-top: 28px;
}
.work-details-area .section-info .feature-list li {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: var(--primary);
  position: relative;
  display: flex;
  align-items: center;
}
.work-details-area .section-info .feature-list li:before {
  content: "+";
  margin-right: 6px;
}
.work-details-area .gallery-wrapper {
  padding: 0 50px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .gallery-wrapper {
    padding: 0 10px;
  }
}
.work-details-area .gallery-wrapper > *:nth-child(1) {
  grid-column: span 2;
}
.work-details-area .gallery-wrapper > *:nth-child(3) {
  grid-column: span 3;
}
.work-details-area .gallery-wrapper .image {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .work-details-area .gallery-wrapper .image {
    border-radius: 5px;
  }
}
.work-details-area .details-info .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 27px;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .details-info .title {
    font-size: 24px;
  }
}
.work-details-area .details-info .text {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-top: 16px;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .details-info .text {
    font-size: 18px;
  }
}
.work-details-area .section-details {
  margin-top: 41px;
  margin-bottom: 93px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 1fr;
  max-width: 1120px;
  margin-left: auto;
}
@media only screen and (max-width: 1919px) {
  .work-details-area .section-details {
    margin-top: 41px;
    margin-bottom: 63px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .section-details {
    margin-top: 31px;
    margin-bottom: 43px;
  }
}
@media only screen and (max-width: 767px) {
  .work-details-area .section-details {
    grid-template-columns: 1fr;
  }
}
.work-details-area .gallery-wrapper-2 {
  padding: 0 50px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}
@media only screen and (max-width: 1199px) {
  .work-details-area .gallery-wrapper-2 {
    padding: 0 10px;
  }
}
.work-details-area .gallery-wrapper-2 .image {
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .work-details-area .gallery-wrapper-2 .image {
    border-radius: 5px;
  }
}
.work-details-area .pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1px;
}
.work-details-area .pagination a {
  border: 1px solid var(--border);
  width: 170px;
  height: 90px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  border-radius: 90px;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .work-details-area .pagination a {
    width: 150px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-details-area .pagination a {
    width: 120px;
    height: 50px;
  }
}
.work-details-area .pagination a:hover {
  background-color: var(--primary);
  border-color: transparent;
  color: var(--white);
}
.dark .work-details-area .pagination a:hover {
  color: var(--black);
}
.work-details-area .pagination a:hover svg * {
  fill: var(--white);
}
.dark .work-details-area .pagination a:hover svg * {
  fill: var(--black);
}
.work-details-area .pagination a svg * {
  fill: var(--primary);
}

/* work page css */
.work-area-work-page .section-header {
  border-top: 1px solid var(--border);
  padding-top: 37px;
}
@media only screen and (max-width: 991px) {
  .work-area-work-page .section-header {
    padding-top: 7px;
  }
}
.work-area-work-page .section-title-wrapper {
  display: grid;
  gap: 15px 60px;
  grid-template-columns: 1fr 1235px;
}
@media only screen and (max-width: 1919px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr 850px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr 750px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-work-page .section-title-wrapper {
    grid-template-columns: 1fr;
  }
}
.work-area-work-page .subtitle-wrapper {
  margin-top: 8px;
}
.work-area-work-page .section-title {
  max-width: 800px;
}
@media only screen and (max-width: 1919px) {
  .work-area-work-page .section-title {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-work-page .section-title {
    max-width: 640px;
  }
}
.work-area-work-page .section-content .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  max-width: 490px;
}
.work-area-work-page .info-list li {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  display: flex;
  align-items: center;
}
.work-area-work-page .info-list li:before {
  content: "+";
  margin-right: 5px;
}
.work-area-work-page .section-content-wrapper {
  margin-top: 84px;
  margin-bottom: 93px;
  max-width: 1235px;
  margin-left: auto;
  display: grid;
  gap: 20px 60px;
  grid-template-columns: 200px 1fr;
}
@media only screen and (max-width: 1919px) {
  .work-area-work-page .section-content-wrapper {
    margin-top: 54px;
    margin-bottom: 53px;
    max-width: 1000px;
  }
}
@media only screen and (max-width: 1399px) {
  .work-area-work-page .section-content-wrapper {
    margin-top: 44px;
    max-width: 900px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-area-work-page .section-content-wrapper {
    margin-bottom: 43px;
    max-width: 750px;
  }
}
@media only screen and (max-width: 991px) {
  .work-area-work-page .section-content-wrapper {
    grid-template-columns: 1fr;
  }
}
.work-area-work-page .works-wrapper-box .container.large {
  max-width: 1850px;
}
@media (min-width: 992px) {
  .work-area-work-page .work-area-2-inner {
    padding-top: 0px !important;
  }
}

.works-wrapper-8 {
  display: grid;
  gap: 68px 20px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 1919px) {
  .works-wrapper-8 {
    gap: 48px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .works-wrapper-8 {
    gap: 38px 20px;
  }
}
@media (max-width: 575px) {
  .works-wrapper-8 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.works-wrapper-8 > * .image {
  transform-origin: bottom right;
}
.works-wrapper-8 > *:nth-child(2n) .image {
  transform-origin: bottom left;
}
.works-wrapper-8 .work-box .thumb {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
}
.works-wrapper-8 .work-box .thumb:hover .t-btn {
  opacity: 1;
}
.works-wrapper-8 .work-box .thumb .image {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  transform: scale(0.9);
}
.works-wrapper-8 .work-box .thumb .image img {
  transform-origin: center;
}
.works-wrapper-8 .work-box .thumb img {
  width: 100%;
  cursor: auto;
}
.works-wrapper-8 .work-box .thumb .t-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.02em;
  padding: 10px 20px;
  display: inline-block;
  background-color: white;
  color: var(--black);
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: -25px 0 0 -65px;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
.works-wrapper-8 .work-box .content {
  margin-top: 14px;
}
.works-wrapper-8 .work-box .title {
  font-size: 30px;
  font-weight: 310;
  line-height: 1;
  letter-spacing: -0.08em;
}
@media only screen and (max-width: 1199px) {
  .works-wrapper-8 .work-box .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .works-wrapper-8 .work-box .title {
    font-size: 20px;
  }
}
.works-wrapper-8 .work-box .meta {
  display: flex;
  gap: 5px;
  align-items: center;
  margin-top: 10px;
}
.works-wrapper-8 .work-box .meta span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
}
.works-wrapper-8 .work-box .meta span:not(:first-child):before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: currentColor;
  display: inline-block;
  margin-inline-end: 5px;
}

/* header area style  */
.header-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area__inner {
  display: flex;
  align-items: center;
  gap: 0px;
  position: relative;
  height: 100px;
}
@media only screen and (max-width: 1199px) {
  .header-area__inner {
    height: 70px;
    gap: 20px;
  }
}
.header-area__inner > *:nth-child(2) {
  margin-inline-end: auto;
}
@media (min-width: 1800px) {
  .header-area .container.large {
    max-width: 1750px;
  }
}
.header-area .sticky,
.header-area .transformed {
  background-color: #F9E6DC;
}
.header-area .header__logo {
  border: 1px solid var(--border);
  padding: 17px 30px;
  border-radius: 60px;
}
@media only screen and (max-width: 1199px) {
  .header-area .header__logo {
    padding: 0;
    border: 0;
  }
}
.header-area .header__logo img {
  max-width: 95px;
  height: auto;
}
.header-area .header__nav {
  border: 1px solid var(--border);
  border-radius: 60px;
  padding: 0 13px;
}
@media only screen and (max-width: 1199px) {
  .header-area .header__nav {
    padding: 0;
    border: 0;
  }
}
.header-area .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 21px 17px;
}
.header-area .main-menu li a:hover {
  color: var(--action);
}
.header-area .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-area .header__button {
    display: none;
  }
}
.header-area .rr-btn {
  font-size: 16px;
  padding: 22px 38px;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 1199px) {
  .header-area .rr-btn {
    padding: 17px 33px;
  }
}
.header-area .header__navicon i {
  font-size: 22px;
  color: var(--primary);
}

/* header area 2 style  */
.header-area-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-2__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-2__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-2__inner > *:nth-child(1) {
  margin-inline-end: auto;
}
.header-area-2 .sticky,
.header-area-2 .transformed {
  background-color: #FFFFFF;
}
.dark .header-area-2 .header__logo .light-logo {
  display: none;
}
.header-area-2 .header__logo .dark-logo {
  display: none;
}
.dark .header-area-2 .header__logo .dark-logo {
  display: block;
}
.header-area-2 .header__logo img {
  max-width: 120px;
  height: auto;
}
.header-area-2 .header__nav {
  margin-right: -50%;
}
@media only screen and (max-width: 1199px) {
  .header-area-2 .header__nav {
    display: none;
    margin-right: 0;
  }
}
.header-area-2 .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 21px 17px;
}
.header-area-2 .main-menu li a:hover {
  color: var(--action);
}
.header-area-2 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-2 .header__meta {
    display: none;
  }
}
@media (max-width: 575px) {
  .header-area-2 .header__button {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .header-area-2 .header__button {
    display: none;
  }
}
.header-area-2 .rr-btn {
  padding: 16px 28px;
  font-size: 16px;
  letter-spacing: -0.04em;
}
.header-area-2 .side-toggle {
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
}
.header-area-2 .side-toggle i {
  font-size: 22px;
}
@media only screen and (max-width: 1199px) {
  .header-area-2 .header__navicon {
    margin-inline-start: auto;
  }
}

/* header area 3 style  */
.header-area-3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-3__inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  padding-top: 35px;
}
@media only screen and (max-width: 1199px) {
  .header-area-3__inner {
    padding-top: 25px;
  }
}
.header-area-3__inner > *:nth-child(1) {
  margin-inline-end: auto;
}
@media (min-width: 1850px) {
  .header-area-3 .container.large {
    max-width: 1850px;
  }
}
.header-area-3 .header__logo img {
  max-width: 120px;
  height: auto;
}
.header-area-3 .menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0;
  color: var(--primary);
}
.header-area-3 .menu li a:hover {
  color: var(--secondary);
}
.header-area-3 .menu > ul {
  display: block;
}
.header-area-3 .main-menu ul:hover li {
  opacity: 0.3;
}
.header-area-3 .main-menu ul li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
}
.header-area-3 .main-menu ul li:hover {
  opacity: 1;
}
.header-area-3 .main-menu ul li:hover a strong {
  opacity: 1;
  top: -23px;
}
.header-area-3 .main-menu ul li a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}
.header-area-3 .side-toggle {
  width: 50px;
  height: 50px;
  background-color: #F3F3F3;
  border-radius: 50%;
}
.header-area-3 .side-toggle i {
  font-size: 22px;
}

/* header area 4 style  */
.header-area-4 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
.header-area-4__inner {
  display: flex;
  border-top: 1px solid var(--black);
  padding-top: 20px;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-4__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-4__inner > *:nth-child(1) {
  margin-inline-end: auto;
}
@media (min-width: 1650px) {
  .header-area-4 .container.large {
    max-width: 1650px;
  }
}
.header-area-4 .header__logo img {
  max-width: 120px;
  height: auto;
}
.header-area-4 .header__middel {
  margin-right: 320px;
}
@media only screen and (max-width: 1199px) {
  .header-area-4 .header__middel {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-4 .header__middel {
    display: none;
  }
}
.header-area-4 .header__middel p {
  text-transform: uppercase;
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.header-area-4 .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 21px 17px;
}
.header-area-4 .main-menu li a:hover {
  color: var(--action);
}
.header-area-4 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-4 .header__meta {
    display: none;
  }
}
.header-area-4 .header__navicon button {
  text-transform: uppercase;
}

/* header area 5 style  */
.header-area-5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-5__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  border-bottom: 1px solid var(--border);
}
@media only screen and (max-width: 1199px) {
  .header-area-5__inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.header-area-5__inner > *:nth-child(1) {
  margin-inline-end: auto;
}
.header-area-5 .header__logo img {
  max-width: 120px;
  height: auto;
}
.header-area-5 .main-menu li a {
  padding: 31px 15px;
}
.header-area-5 .main-menu > ul > li:last-child > a {
  padding-right: 0;
}
.header-area-5 .menu li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  padding: 0 0;
  position: relative;
  color: var(--primary);
}
.header-area-5 .menu li a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.header-area-5 .menu li a:hover {
  color: var(--primary);
}
.header-area-5 .menu li a:hover::before {
  width: 100%;
}
.header-area-5 .menu > ul {
  display: flex;
  gap: 40px;
}
.header-area-5 .side-toggle {
  width: 40px;
  height: 40px;
  background-color: #F3F3F3;
  border-radius: 50%;
}
.header-area-5 .side-toggle i {
  font-size: 22px;
}

/* header area 6 style  */
.header-area-6 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
}
.header-area-6__inner {
  display: flex;
  border-top: 1px solid var(--border);
  padding-top: 20px;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-6__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-6__inner > *:nth-child(1) {
  margin-inline-end: auto;
}
@media (min-width: 1870px) {
  .header-area-6 .container.large {
    max-width: 1870px;
  }
}
.header-area-6 .header__logo img {
  max-width: 120px;
  height: auto;
}
.header-area-6 .header__middel {
  margin-right: 320px;
}
@media only screen and (max-width: 1199px) {
  .header-area-6 .header__middel {
    margin-left: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .header-area-6 .header__middel {
    display: none;
  }
}
.header-area-6 .header__middel p {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.header-area-6 .main-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding: 21px 17px;
}
.header-area-6 .main-menu li a:hover {
  color: var(--action);
}
.header-area-6 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-6 .header__meta {
    display: none;
  }
}
.header-area-6 .header__navicon button {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--primary);
}

/* header area 8 style  */
.header-area-7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-7__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-7__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-7__inner > *:nth-child(1) {
  margin-inline-end: auto;
}
@media (min-width: 1850px) {
  .header-area-7 .container.large {
    max-width: 1850px;
  }
}
.header-area-7 .sticky,
.header-area-7 .transformed {
  background-color: #F3F3F3;
}
.header-area-7 .header__logo img {
  max-width: 95px;
  height: auto;
}
.header-area-7 .header__nav {
  margin-right: -50%;
}
.header-area-7 .main-menu > ul > li > a {
  font-size: 14px;
  font-weight: 600;
  padding: 21px 25px;
  text-transform: uppercase;
  color: var(--white);
}
.header-area-7 .main-menu > ul > li > a:hover {
  opacity: 0.8;
}
.header-area-7 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-7 .header__meta {
    display: none;
  }
}
.header-area-7 .side-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--white);
}
.header-area-7 .side-toggle i {
  font-size: 22px;
}

/* header area 8 style  */
.header-area-8 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-area-8__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  height: 80px;
}
@media only screen and (max-width: 1199px) {
  .header-area-8__inner {
    height: 70px;
    gap: 10px;
  }
}
.header-area-8__inner > *:nth-child(1) {
  margin-inline-end: auto;
}
@media (min-width: 1850px) {
  .header-area-8 .container.large {
    max-width: 1850px;
  }
}
.header-area-8 .sticky,
.header-area-8 .transformed {
  background-color: #F3F3F3;
}
.header-area-8 .header__logo img {
  max-width: 120px;
  height: auto;
}
.header-area-8 .header__nav {
  margin-right: -50%;
}
.header-area-8 .main-menu li a {
  font-size: 14px;
  font-weight: 600;
  padding: 21px 21px;
  text-transform: uppercase;
}
.header-area-8 .main-menu li a:hover {
  color: var(--action);
}
.header-area-8 .search-icon {
  color: var(--primary);
}
@media (max-width: 575px) {
  .header-area-8 .header__meta {
    display: none;
  }
}
.header-area-8 .side-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-transform: uppercase;
  color: var(--primary);
}
.header-area-8 .side-toggle i {
  font-size: 22px;
}

/* footer area style  */
.footer-area .footer-top-inner {
  padding-top: 92px;
  padding-bottom: 50px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 660px;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-top-inner {
    padding-top: 72px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr 580px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr 500px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr 430px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top-inner {
    grid-template-columns: 1fr;
  }
}
.footer-area .footer-top-inner .info-text .text {
  max-width: 510px;
  font-size: 30px;
  line-height: 1.26;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-top-inner .info-text .text {
    font-size: 22px;
  }
}
.footer-area .footer-top-inner .info-link a {
  font-size: 30px;
  line-height: 1.5;
  color: var(--black-2);
  position: relative;
}
.dark .footer-area .footer-top-inner .info-link a {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-top-inner .info-link a {
    font-size: 22px;
  }
}
.footer-area .footer-top-inner .info-link a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: currentColor;
}
.footer-area .footer-top-inner .info-link a:hover {
  color: var(--black);
}
.dark .footer-area .footer-top-inner .info-link a:hover {
  color: var(--white);
}
.footer-area .footer-top-inner .info-link a:hover::before {
  width: 0;
}
.footer-area .footer-logo {
  margin-top: 8px;
  max-width: 657px;
}
.footer-area .footer-logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-logo {
    max-width: 257px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-logo {
    max-width: 207px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-logo {
    max-width: 147px;
  }
}
.footer-area .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 97px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}
.footer-area .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area .footer-widget-wrapper {
    gap: 30px 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area .subscribe-form {
  max-width: 515px;
}
.footer-area .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 28px 30px;
  border-radius: 50px;
}
.dark .footer-area .subscribe-form .input-field {
  background-color: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1919px) {
  .footer-area .subscribe-form .input-field {
    padding: 18px 30px;
  }
}
.footer-area .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}
.footer-area .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.dark .footer-area .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-area .subscribe-form .input-field input:-webkit-autofill, .footer-area .subscribe-form .input-field input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.footer-area .subscription-text {
  margin-top: 23px;
}
.footer-area .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
.footer-area .subscription-text .text a {
  position: relative;
}
.footer-area .subscription-text .text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.footer-area .subscription-text .text a:hover:hover::before {
  width: 0;
}
.footer-area .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
  font-weight: 400;
}
.dark .footer-area .footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area .footer-widget-box.newsletter {
    order: 4;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area .footer-widget-box.newsletter {
    grid-column: auto;
  }
}
.footer-area .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area .footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
}
.footer-area .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}
.footer-area .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area .copyright-area-inner {
    padding: 37px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area .copyright-area-inner {
    padding: 27px 0;
  }
}
.footer-area .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer-area .copyright-text .text {
    font-size: 20px;
  }
}
.footer-area .copyright-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area .copyright-text .text a {
  color: #555555;
}
.footer-area .copyright-text .text a::before {
  width: 0%;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.footer-area .copyright-text .text a:hover {
  color: var(--black);
}
.dark .footer-area .copyright-text .text a:hover {
  color: var(--white);
}
.footer-area .copyright-text .text a:hover::before {
  width: 100%;
}

/* footer area 2 style  */
.footer-area-2 .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 97px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}
.footer-area-2 .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area-2 .footer-widget-wrapper {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .footer-widget-wrapper {
    gap: 30px 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area-2 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area-2 .subscribe-form {
  max-width: 515px;
}
.footer-area-2 .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: #F3F3F3;
  padding: 28px 30px;
  border-radius: 50px;
}
.dark .footer-area-2 .subscribe-form .input-field {
  background-color: #1D1D1D;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .subscribe-form .input-field {
    padding: 22px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}
.footer-area-2 .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscribe-form .input-field input {
    font-size: 18px;
  }
}
.footer-area-2 .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.dark .footer-area-2 .subscribe-form .input-field input::placeholder {
  color: rgba(252, 247, 243, 0.3);
}
.footer-area-2 .subscribe-form .input-field input:-webkit-autofill, .footer-area-2 .subscribe-form .input-field input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
.footer-area-2 .subscription-text {
  margin-top: 23px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscription-text {
    margin-top: 18px;
  }
}
.footer-area-2 .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .subscription-text .text {
    font-size: 18px;
  }
}
.footer-area-2 .subscription-text .text a {
  position: relative;
}
.footer-area-2 .subscription-text .text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.footer-area-2 .subscription-text .text a:hover:hover::before {
  width: 0;
}
.footer-area-2 .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
}
.dark .footer-area-2 .footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-2 .footer-widget-box.newsletter {
    order: 4;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area-2 .footer-widget-box.newsletter {
    grid-column: auto;
  }
}
.footer-area-2 .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area-2 .footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
}
.footer-area-2 .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area-2 .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area-2 .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}
.footer-area-2 .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area-2 .copyright-area-inner {
    padding: 37px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-2 .copyright-area-inner {
    padding: 27px 0;
  }
}
.footer-area-2 .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer-area-2 .copyright-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-2 .copyright-text .text {
    font-size: 18px;
  }
}
.footer-area-2 .copyright-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area-2 .copyright-text .text a {
  color: #555555;
}
.footer-area-2 .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.footer-area-2 .copyright-text .text a:hover {
  color: var(--primary);
}
.footer-area-2 .copyright-text .text a:hover::before {
  width: 100%;
}

/* footer area 3 style  */
.footer-area-3 .footer-widget-wrapper-box {
  padding-top: 97px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-3 .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}
.footer-area-3 .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area-3 .footer-widget-wrapper {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-widget-wrapper {
    gap: 30px 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-3 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-3 .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area-3 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area-3 .subscribe-form {
  max-width: 515px;
}
.footer-area-3 .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 28px 30px;
  border-radius: 50px;
}
.dark .footer-area-3 .subscribe-form .input-field {
  background-color: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1919px) {
  .footer-area-3 .subscribe-form .input-field {
    padding: 22px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .subscribe-form .input-field {
    padding: 18px 30px;
  }
}
.footer-area-3 .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  line-height: 1;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .subscribe-form .input-field input {
    font-size: 18px;
  }
}
.footer-area-3 .subscribe-form .input-field input::placeholder {
  color: rgba(17, 17, 17, 0.3);
}
.dark .footer-area-3 .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-area-3 .subscription-text {
  margin-top: 23px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .subscription-text {
    margin-top: 18px;
  }
}
.footer-area-3 .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .subscription-text .text {
    font-size: 18px;
  }
}
.footer-area-3 .subscription-text .text a {
  position: relative;
}
.footer-area-3 .subscription-text .text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.footer-area-3 .subscription-text .text a:hover:hover::before {
  width: 0;
}
.footer-area-3 .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
  font-weight: 400;
}
.dark .footer-area-3 .footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area-3 .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-3 .footer-widget-box.newsletter {
    order: 4;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area-3 .footer-widget-box.newsletter {
    grid-column: auto;
  }
}
.footer-area-3 .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area-3 .footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .footer-nav-list li {
    font-size: 18px;
  }
}
.footer-area-3 .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area-3 .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area-3 .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}
.footer-area-3 .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area-3 .copyright-area-inner {
    padding: 37px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-3 .copyright-area-inner {
    padding: 27px 0;
  }
}
.footer-area-3 .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1399px) {
  .footer-area-3 .copyright-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-3 .copyright-text .text {
    font-size: 18px;
  }
}
.footer-area-3 .copyright-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area-3 .copyright-text .text a {
  color: #555555;
}
.footer-area-3 .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.footer-area-3 .copyright-text .text a:hover {
  color: var(--primary);
}
.footer-area-3 .copyright-text .text a:hover::before {
  width: 100%;
}

/* footer area 4 style  */
.footer-area-4 .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 50px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-4 .footer-widget-wrapper-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-4 .footer-widget-wrapper-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-area-4 .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area-4 .footer-widget-wrapper {
    gap: 30px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-4 .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area-4 .footer-logo img {
  max-width: 120px;
}
.footer-area-4 .footer-nav-list {
  display: flex;
  gap: 5px 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-nav-list {
    gap: 5px 30px;
  }
}
.footer-area-4 .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area-4 .footer-nav-list li {
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .footer-nav-list li {
    font-size: 18px;
  }
}
.footer-area-4 .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area-4 .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area-4 .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}
.footer-area-4 .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding-top: 36px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-4 .copyright-area-inner {
    padding-top: 31px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .copyright-area-inner {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}
.footer-area-4 .copyright-text .text {
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .footer-area-4 .copyright-text .text {
    font-size: 18px;
  }
}
.footer-area-4 .copyright-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area-4 .copyright-text .text a {
  color: #555555;
}
.footer-area-4 .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.footer-area-4 .copyright-text .text a:hover {
  color: var(--primary);
}
.footer-area-4 .copyright-text .text a:hover::before {
  width: 100%;
}

.footer-area-6-inner {
  padding-bottom: 40px;
  padding-top: 134px;
}
@media only screen and (max-width: 991px) {
  .footer-area-6-inner {
    padding-top: 100px;
  }
}
@media (max-width: 575px) {
  .footer-area-6-inner {
    padding-top: 50px;
  }
}
.footer-area-6 .footer-widget-wrapper {
  display: flex;
  gap: 140px;
  justify-content: space-between;
  padding-bottom: 200px;
}
@media only screen and (max-width: 1399px) {
  .footer-area-6 .footer-widget-wrapper {
    gap: 100px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget-wrapper {
    gap: 80px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-6 .footer-widget-wrapper {
    gap: 50px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-6 .footer-widget-wrapper {
    gap: 30px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .footer-area-6 .footer-widget-wrapper {
    flex-wrap: wrap;
  }
}
.footer-area-6 .footer-widget__media {
  margin-left: auto;
}
@media (max-width: 575px) {
  .footer-area-6 .footer-widget__media {
    margin-right: auto;
    margin-left: auto;
  }
}
.footer-area-6 .footer-widget__content {
  max-width: 1130px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget__content {
    max-width: 1000px;
  }
}
@media (max-width: 575px) {
  .footer-area-6 .footer-widget__content {
    max-width: 100%;
  }
}
.footer-area-6 .footer-widget__content-wrapper {
  border-top: 1px solid var(--border);
  padding-top: 30px;
  display: flex;
  gap: 240px;
}
@media only screen and (max-width: 1399px) {
  .footer-area-6 .footer-widget__content-wrapper {
    gap: 150px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget__content-wrapper {
    gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-6 .footer-widget__content-wrapper {
    flex-wrap: wrap;
  }
}
.footer-area-6 .footer-widget__content-item span {
  font-size: 14px;
  color: var(--primary);
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 45px;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .footer-area-6 .footer-widget__content-item span {
    margin-bottom: 20px;
  }
}
.footer-area-6 .footer-widget__content-item .description {
  max-width: 440px;
  color: var(--primary);
  font-size: 30px;
  line-height: 38px;
  letter-spacing: -0.6px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget__content-item .description {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-6 .footer-widget__content-item .description {
    max-width: 100%;
    font-size: 22px;
  }
}
.footer-area-6 .footer-widget-title {
  font-size: 100px;
  line-height: 0.95;
  letter-spacing: -5px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget-title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-6 .footer-widget-title {
    font-size: 50px;
    letter-spacing: 0;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-6 .footer-widget-title {
    font-size: 35px;
  }
}
.footer-area-6 .footer-widget-nav-list {
  padding-left: 27px;
}
.footer-area-6 .footer-widget-nav-list li {
  position: relative;
}
.footer-area-6 .footer-widget-nav-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 500px;
  background-color: var(--primary);
  position: absolute;
  left: 0;
  transform: translate(-27px, 15px);
  margin-right: 30px;
}
.footer-area-6 .footer-widget-nav-list li:not(:last-child) {
  margin-bottom: 5px;
}
.footer-area-6 .footer-widget-nav-list li a {
  font-size: 30px;
  line-height: 36px;
  color: var(--primary);
  text-transform: capitalize;
}
@media only screen and (max-width: 1199px) {
  .footer-area-6 .footer-widget-nav-list li a {
    font-size: 20px;
    line-height: 30px;
  }
}
.footer-area-6 .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding-top: 40px;
}
.footer-area-6 .copyright-socail-list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px 41px;
  position: relative;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .footer-area-6 .copyright-socail-list {
    gap: 10px 30px;
  }
}
.footer-area-6 .copyright-socail-list::before {
  width: 150px;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  background-color: var(--border);
}
.footer-area-6 .copyright-socail-list li {
  position: relative;
}
.footer-area-6 .copyright-socail-list li:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 10px;
  right: -50%;
  position: absolute;
  background-color: #999999;
  transform: translate(-10px, 3px);
}
.dark .footer-area-6 .copyright-socail-list li:not(:last-child)::before {
  background-color: #555555;
}
@media (max-width: 575px) {
  .footer-area-6 .copyright-socail-list li:not(:last-child)::before {
    transform: translate(-17px, 3px);
  }
}
.footer-area-6 .copyright-socail-list li a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  text-align: center;
  position: relative;
}
.footer-area-6 .copyright-socail-list li a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.footer-area-6 .copyright-socail-list li a:hover {
  color: #999999;
}
.footer-area-6 .copyright-socail-list li a:hover::before {
  width: 100%;
}
.footer-area-6 .copyright-text {
  padding-top: 20px;
}
.footer-area-6 .copyright-text .text {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--primary);
  text-align: center;
}
.footer-area-6 .copyright-text .text a {
  transition: all 0.3s;
  position: relative;
}
.footer-area-6 .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.footer-area-6 .copyright-text .text a:hover {
  color: #999999;
}
.footer-area-6 .copyright-text .text a:hover::before {
  width: 100%;
}

/* footer area inner page style  */
.footer-area-inner-page .footer-top-inner {
  padding-top: 50px;
  border-top: 1px solid var(--border);
  padding-bottom: 50px;
  margin-top: 50px;
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 1fr 660px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-top-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr 580px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr 470px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr 430px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-inner-page .footer-top-inner {
    grid-template-columns: 1fr;
  }
}
.footer-area-inner-page .footer-top-inner .info-text .text {
  max-width: 510px;
  font-size: 30px;
  line-height: 1.26;
  color: var(--primary);
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-top-inner .info-text .text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-top-inner .info-text .text {
    font-size: 18px;
  }
}
.footer-area-inner-page .footer-top-inner .info-link a {
  font-size: 30px;
  line-height: 1.5;
  color: var(--black-2);
  position: relative;
}
.dark .footer-area-inner-page .footer-top-inner .info-link a {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-top-inner .info-link a {
    font-size: 22px;
  }
}
.footer-area-inner-page .footer-top-inner .info-link a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  background-color: currentColor;
}
.footer-area-inner-page .footer-top-inner .info-link a:hover {
  color: var(--primary);
}
.footer-area-inner-page .footer-top-inner .info-link a:hover::before {
  width: 0;
}
.footer-area-inner-page .footer-logo {
  margin-top: 8px;
  max-width: 657px;
}
.footer-area-inner-page .footer-logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-logo {
    max-width: 257px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-logo {
    max-width: 207px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-logo {
    max-width: 147px;
  }
}
.footer-area-inner-page .footer-widget-wrapper-box {
  border-top: 1px solid var(--border);
  padding-top: 97px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-widget-wrapper-box {
    padding-top: 77px;
    padding-bottom: 74px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-widget-wrapper-box {
    padding-top: 57px;
    padding-bottom: 54px;
  }
}
.footer-area-inner-page .footer-widget-wrapper {
  display: grid;
  gap: 30px 170px;
  grid-template-columns: 1fr auto auto auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .footer-widget-wrapper {
    gap: 30px 130px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-widget-wrapper {
    gap: 30px 90px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .footer-area-inner-page .footer-widget-wrapper {
    grid-template-columns: 1fr;
  }
}
.footer-area-inner-page .subscribe-form {
  max-width: 515px;
}
.footer-area-inner-page .subscribe-form .input-field {
  display: flex;
  gap: 10px;
  background-color: rgba(17, 17, 17, 0.05);
  padding: 32px 30px;
  border-radius: 50px;
}
.dark .footer-area-inner-page .subscribe-form .input-field {
  background-color: rgba(255, 255, 255, 0.05);
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .subscribe-form .input-field {
    padding: 22px 30px;
  }
}
.footer-area-inner-page .subscribe-form .input-field input {
  width: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 22px;
  color: var(--primary);
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .subscribe-form .input-field input {
    font-size: 18px;
  }
}
.footer-area-inner-page .subscribe-form .input-field input::placeholder {
  line-height: 1;
  color: rgba(17, 17, 17, 0.3);
}
.dark .footer-area-inner-page .subscribe-form .input-field input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.footer-area-inner-page .subscription-text {
  margin-top: 23px;
}
.footer-area-inner-page .subscription-text .text {
  font-size: 22px;
  line-height: 28px;
  color: var(--primary);
  max-width: 345px;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .subscription-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .subscription-text .text {
    font-size: 18px;
  }
}
.footer-area-inner-page .subscription-text .text a {
  position: relative;
}
.footer-area-inner-page .subscription-text .text a::before {
  transition: all 0.5s;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: currentColor;
}
.footer-area-inner-page .subscription-text .text a:hover:hover::before {
  width: 0;
}
.footer-area-inner-page .footer-widget-box .title {
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 30px;
  color: var(--black-2);
  font-family: var(--font_dmsans);
}
.dark .footer-area-inner-page .footer-widget-box .title {
  color: #555555;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .footer-widget-box .title {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-area-inner-page .footer-widget-box.newsletter {
    order: 4;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .footer-area-inner-page .footer-widget-box.newsletter {
    grid-column: auto;
  }
}
.footer-area-inner-page .footer-nav-list:hover li a {
  opacity: 0.3;
}
.footer-area-inner-page .footer-nav-list li {
  font-size: 22px;
  line-height: 30px;
  color: var(--primary);
  transition-property: opacity;
  transition-duration: 500ms;
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .footer-nav-list li {
    font-size: 18px;
  }
}
.footer-area-inner-page .footer-nav-list li a:hover {
  opacity: 1;
}
.footer-area-inner-page .footer-nav-list li a:hover a strong {
  opacity: 1;
  top: -23px;
}
.footer-area-inner-page .footer-nav-list li a a strong {
  opacity: 0;
  transition-property: opacity, top;
  transition-duration: 250ms;
}
.footer-area-inner-page .copyright-area-inner {
  border-top: 1px solid var(--border);
  padding: 47px 0;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .copyright-area-inner {
    padding: 37px 0;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .copyright-area-inner {
    padding: 27px 0;
  }
}
.footer-area-inner-page .copyright-text .text {
  font-size: 24px;
  line-height: 1;
  color: var(--primary);
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .footer-area-inner-page .copyright-text .text {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399px) {
  .footer-area-inner-page .copyright-text .text {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-area-inner-page .copyright-text .text {
    font-size: 18px;
  }
}
.footer-area-inner-page .copyright-text .text a {
  color: #999999;
  transition: all 0.3s;
  position: relative;
}
.dark .footer-area-inner-page .copyright-text .text a {
  color: #555555;
}
.footer-area-inner-page .copyright-text .text a::before {
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.footer-area-inner-page .copyright-text .text a:hover {
  color: var(--primary);
}
.footer-area-inner-page .copyright-text .text a:hover::before {
  width: 100%;
}

/* digital agency classic page css */
:root {
  --rr-ff-grotesk: "BDO Grotesk", sans-serif;
  --rr-ff-body: "Inter", sans-serif;
  --rr-common-white: #FFFFFF;
  --rr-theme-primary: #000000;
  --rr-heading-primary: #000000;
  --rr-heading-secondary: #000000;
  --rr-theme-primary: #000000;
  --rr-text-body: rgba(34, 34, 34, 0.6);
  --rr-fw-medium: 500;
}

.heading-bg {
  background-color: var(--rr-heading-primary);
}

.header-p-inline-60 {
  padding: 0 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-p-inline-60 {
    padding: 15px 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .header-p-inline-60 {
    padding: 15px 0px;
  }
}

.rr-container-1630 {
  --bs-gutter-x: 30px;
  max-width: 1630px;
}

.brand-border {
  border: 1px solid #e1e2e4;
}

.border-tp {
  border: solid #E1E2E4;
  border-width: 1px 0px 0px 0px;
}

.border-bt {
  border: solid #E1E2E4;
  border-width: 1px 0px 1px 0px;
}

.smooth-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.section-space {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space-top {
  padding-top: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-top {
    padding-top: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top {
    padding-top: 70px;
  }
}

.section-space-bottom {
  padding-bottom: 200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-space-bottom {
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom {
    padding-bottom: 70px;
  }
}

.section-space-160 {
  padding-top: 160px;
  padding-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-160 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-160 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.section-space-top-160 {
  padding-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top-160 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top-160 {
    padding-top: 70px;
  }
}

.section-space-bottom-160 {
  padding-bottom: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom-160 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom-160 {
    padding-bottom: 70px;
  }
}

.section-space-top-140 {
  padding-top: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top-140 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top-140 {
    padding-top: 70px;
  }
}

.section-space-bottom-140 {
  padding-bottom: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom-140 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom-140 {
    padding-bottom: 70px;
  }
}

.section-space-top-120 {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-top-120 {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-top-120 {
    padding-top: 70px;
  }
}

.section-space-bottom-120 {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .section-space-bottom-120 {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section-space-bottom-120 {
    padding-bottom: 70px;
  }
}

.rr-btn-ru {
  position: relative;
  display: inline-flex;
  align-items: center;
  column-gap: 20px;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  padding-right: 20px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
  font-family: var(--rr-ff-grotesk);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.rr-btn-ru::before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  position: absolute;
  transition: all 0.35s;
  transform-origin: right bottom;
  background: var(--rr-heading-primary);
  transform: translate(-165%, 0) rotate(0deg);
}
.rr-btn-ru span {
  width: 36px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rr-common-black);
  background: var(--rr-common-white);
}
.rr-btn-ru:hover::before {
  transform: translateX(0);
}

.tp-hover-btn-wrapper {
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .tp-hover-btn-wrapper {
    margin-top: 20px;
  }
}
.tp-hover-btn-wrapper .tp-btn-circle-2 {
  background: transparent;
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  letter-spacing: -0.01em;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: var(--rr-heading-primary);
  border: 1px solid #D9D9D9;
  z-index: 1;
}
.tp-hover-btn-wrapper .tp-btn-circle-2:hover {
  color: var(--rr-common-white);
}
.tp-hover-btn-wrapper .tp-btn-circle-2:hover .tp-btn-circle-dot {
  width: 420px;
  height: 420px;
}
.tp-hover-btn-wrapper .tp-btn-circle-2:hover svg [stroke=white] {
  stroke: #151515;
}
.tp-hover-btn-wrapper .tp-btn-circle-2 .tp-btn-circle-text-2 {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
.tp-hover-btn-wrapper .tp-btn-circle-2 .tp-btn-circle-dot {
  bottom: -35%;
  left: 50%;
  width: 47px;
  height: 47px;
  line-height: 20px;
  border-radius: 50%;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: var(--rr-heading-primary);
}
.tp-hover-btn-wrapper .tp-btn-circle-3 {
  color: var(--rr-common-white);
}
.tp-hover-btn-wrapper .tp-btn-circle-3:hover {
  color: var(--rr-heading-primary);
}
.tp-hover-btn-wrapper .tp-btn-circle-3:hover svg [fill=white] {
  fill: #151515;
}
.tp-hover-btn-wrapper .tp-btn-circle-3 .tp-btn-circle-dot {
  background-color: var(--rr-common-white);
}

.circle-button-position {
  display: inline-flex !important;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .circle-button-position {
    display: block !important;
    margin-top: 20px;
  }
}

.ruhe-white-btn {
  display: inline-flex;
  transition: all 0.3s ease-in-out;
}
.ruhe-white-btn-primary {
  padding: 14px 28px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: var(--rr-heading-primary);
  background-color: transparent;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
  gap: 30px;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .ruhe-white-btn-primary {
    padding: 16px 25px;
  }
}
.ruhe-white-btn-primary:hover {
  color: var(--rr-common-white);
  background-color: var(--rr-heading-primary);
  border-color: var(--rr-heading-primary);
}
.ruhe-white-btn-primary:focus {
  color: var(--rr-common-white);
}
.ruhe-white-btn-primary.bordered {
  border-color: var(--rr-heading-primary);
  background-color: transparent;
  color: var(--rr-heading-primary);
}
.ruhe-white-btn-primary.bordered:hover {
  border-color: var(--rr-heading-primary);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.ruhe-white-btn-circle {
  text-align: center;
  width: 46px;
  height: 46px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--rr-heading-primary);
  border-radius: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ruhe-white-btn-circle {
    width: 50px;
    height: 50px;
  }
}
.ruhe-white-btn-circle:hover {
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}

.ruhe-white-btn-group {
  display: flex;
  width: fit-content;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.ruhe-white-btn-group > *:nth-child(1) {
  transform: scale3d(1, 1, 1);
  margin-inline-end: 0;
  opacity: 1;
}
.ruhe-white-btn-group > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(34, 34, 34, 0.1);
}
.ruhe-white-btn-group > *:nth-child(3) {
  transform: scale3d(0, 0, 1);
  margin-inline-start: -40px;
  opacity: 0;
}
.ruhe-white-btn-group:hover > *:nth-child(1) {
  transform: scale3d(0, 0, 1);
  margin-inline-end: -40px;
  opacity: 0;
}
.ruhe-white-btn-group:hover > *:nth-child(2) {
  transform: scale3d(1, 1, 1);
  border: 1.5px solid rgba(34, 34, 34, 0.1);
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
}
.ruhe-white-btn-group:hover > *:nth-child(3) {
  transform: scale3d(1, 1, 1);
  margin-inline-start: 0;
  opacity: 1;
  background-color: var(--rr-heading-primary);
  color: var(--rr-common-white);
  border-color: var(--rr-heading-primary);
}

.section__title-wrapper-sub-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
}
.section__title-wrapper-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 54px;
  line-height: 64px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .section__title-wrapper-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .section__title-wrapper-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title-wrapper-title {
    font-size: 33px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .section__title-wrapper-title {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .section__title-wrapper-title br {
    display: none;
  }
}

/* banner Style 1 */
.banner__border-line {
  top: 0;
  left: 50px;
  right: 50px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .banner__border-line {
    left: 20px;
    right: 20px;
  }
}
.banner__border-line-shape {
  width: 1px;
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}
.banner__area {
  padding: 200px 71px 0px 71px;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__area {
    padding: 200px 60px 0px 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .banner__area {
    padding: 200px 40px 0px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__area {
    padding: 200px 30px 0px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__area {
    padding: 160px 30px 0px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__area {
    padding: 130px 10px 0px 10px;
  }
}
.banner__guideline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner__guideline .experiences-thumb {
  display: flex;
  align-items: center;
  justify-content: start;
}
.banner__guideline .experiences-thumb img {
  width: 50px;
  height: 50px;
  border: 2px solid var(--rr-common-white);
  border-radius: 50%;
  margin-left: -18px;
}
.banner__guideline .experiences-thumb img:first-of-type {
  margin-left: 0;
}
.banner__guideline .experiences-text {
  padding-left: 65px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__guideline .experiences-text {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .banner__guideline .experiences-text {
    margin-top: 20px;
  }
}
.banner__guideline .experiences-text p {
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  font-family: var(--rr-ff-grotesk);
  color: rgba(255, 255, 255, 0.7);
}
.banner__guideline .experiences-text p br {
  display: block;
}
@media (max-width: 575px) {
  .banner__guideline .experiences-text p {
    font-size: 16px;
    line-height: 27px;
  }
  .banner__guideline .experiences-text p br {
    display: none;
  }
}
.banner__guideline-title h2 {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 60px;
  line-height: 66px;
  color: rgb(158, 158, 158);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__guideline-title h2 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__guideline-title h2 {
    font-size: 45px;
    line-height: 50px;
  }
  .banner__guideline-title h2 br {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__guideline-title h2 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .banner__guideline-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.banner__guideline-title h2 span {
  color: var(--rr-common-white);
}
.banner__future {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future {
    gap: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .banner__future {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future {
    display: block;
    column-count: 2;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .banner__future {
    column-count: 1;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .banner__future-item {
    margin-bottom: 25px;
  }
  .banner__future-item:last-of-type {
    margin-bottom: 0;
  }
}
.banner__future-item h3 {
  margin-bottom: 0;
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  color: var(--rr-common-white);
  font-style: normal;
  font-size: 40px;
  line-height: 56px;
}
.banner__future-item h3 .odometer.odometer-auto-theme,
.banner__future-item h3 .odometer.odometer-theme-default {
  font-family: var(--rr-ff-grotesk);
  line-height: 1;
}
.banner__future-item h3 img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 13px;
}
.banner__future-item p {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future-item p br {
    display: none;
  }
}
.banner__future-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  background: #333333;
  border-radius: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__future-item .icon {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width: 575px) {
  .banner__future-item .icon {
    width: 100px;
    height: 100px;
  }
}
.banner__future-item .icon img {
  width: 76px;
  height: 82px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner__future-item .icon img {
    width: 60px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future-item .icon img {
    width: 50px;
    height: 60px;
  }
}
.banner__future-item-left-1 {
  padding-left: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__future-item-left-1 {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future-item-left-1 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__future-item-left-1 {
    margin-top: 30px;
  }
}
.banner__future-item-left-2 {
  padding-left: 200px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .banner__future-item-left-2 {
    padding-left: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .banner__future-item-left-2 {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__future-item-left-2 {
    margin-bottom: 30px;
  }
}
.banner__thumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__thumb {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .banner__thumb {
    display: block;
  }
}
@media (max-width: 575px) {
  .banner__thumb-item {
    margin-bottom: 20px;
  }
  .banner__thumb-item:last-of-type {
    margin-bottom: 0;
  }
}
.banner__thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s 0s ease-out;
}

/* brand */
.h1-brand .section__title-wrapper-title {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-brand .section__title-wrapper-title {
    margin-left: 0;
  }
}
.h1-brand__area .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-brand .section__title-wrapper-title br {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-brand .section__title-wrapper-title {
    font-size: 46px;
  }
}
.h1-brand__content h2 {
  font-size: 172px;
  line-height: 106%;
  text-transform: uppercase;
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-brand__content h2 {
    font-size: 102px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-brand__content h2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-brand__content h2 {
    font-size: 70px;
  }
}
@media (max-width: 575px) {
  .h1-brand__content h2 {
    font-size: 40px;
  }
}
.h1-brand__content-thumb img {
  max-width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-brand__content-thumb img {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-brand__content-thumb img {
    width: 100%;
    height: 200px;
  }
}

.brand-slider-padding {
  padding: 60px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .brand-slider-padding {
    padding: 30px 0px;
  }
}
@media (max-width: 575px) {
  .brand-slider-padding {
    padding: 20px 0px;
  }
}

.h1-brand__content-video {
  width: 670px;
  height: 377px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .h1-brand__content-video {
    width: 500px;
    height: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-brand__content-video {
    width: 550px;
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-brand__content-video {
    width: 450px;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .h1-brand__content-video {
    width: 250px;
    height: 150px;
  }
}
.h1-brand__content-video #myVideo1,
.h1-brand__content-video #myVideo2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.services .section__title-wrapper-title {
  margin-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services .section__title-wrapper-title {
    margin-left: 0;
  }
}
.services__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__wrapper {
    gap: 27px;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper {
    gap: 20px;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__wrapper {
    display: inherit;
  }
}
.services__wrapper-item {
  width: 422px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__wrapper-item {
    width: inherit;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__wrapper-item {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), (max-width:320px) {
  .services__wrapper-item {
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__wrapper-item {
    padding-bottom: 30px;
  }
}
.services__wrapper-item .content {
  gap: 34px;
  display: flex;
  padding: 13.5px 0px;
  align-items: center;
  border-bottom: 1px solid #E1E2E4;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper-item .content {
    gap: 17px;
  }
}
.services__wrapper-item .content img {
  width: inherit;
}
.services__wrapper-item .content p {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: var(--rr-fw-medium);
  font-size: 16px;
  line-height: 26px;
  color: var(--rr-text-body);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services__wrapper-item .content p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__wrapper-item .content p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), (max-width:376px), (max-width:320px) {
  .services__wrapper-item .content p br {
    display: none;
  }
}
.services__wrapper-top {
  padding-top: 115px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .services__wrapper-top {
    padding-top: 0;
  }
}
.services__title {
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  border-radius: 0px;
  padding-bottom: 15px;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
  border-bottom: 1px solid rgb(225, 226, 228);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .services__title {
    font-size: 17px;
  }
}
.services__title:hover {
  color: rgba(34, 34, 34, 0.7);
}

.h1-project .section__title-wrapper-title {
  margin-left: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-project .section__title-wrapper-title {
    margin-left: 0;
  }
}
.h1-project .section__main-title-wrapper {
  padding-top: 45px;
  border-top: 1px solid rgb(225, 226, 228);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .h1-project .section__title-wrapper-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .h1-project .h1-project__wrapper-details-btn {
    margin-top: 20px;
    justify-content: start !important;
  }
}
.h1-project .h1-project__wrapper-details-btn .ruhe-white-btn-primary {
  padding: 14px 40px;
}
.h1-project__brand-slider .swiper-wrapper {
  transition-timing-function: linear;
}
.h1-project__brand-slider .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-top: 10px;
  padding: 10px 10px;
  background: #f6f6f6;
}
.h1-project__brand-slider .swiper-wrapper .slider-content .slider-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.6);
  position: relative;
}
.h1-project__brand-slider .swiper-wrapper .slider-content .slider-title::before {
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  content: "";
  top: 44%;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}
.h1-project__wrapper-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.h1-project__wrapper-details {
  padding: 40px 0px;
  background: var(--rr-common-white);
  border-bottom: 1px solid #e1e2e4;
}
@media (max-width: 575px) {
  .h1-project__wrapper-details {
    padding: 20px 0px;
  }
}
.h1-project__wrapper-details .title {
  color: var(--rr-heading-primary);
  font-style: normal;
  font-size: 44px;
  line-height: 54px;
  font-weight: 500;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 576px) and (max-width: 767px) {
  .h1-project__wrapper-details .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .h1-project__wrapper-details .title {
    font-size: 25px;
    line-height: 35px;
  }
}
@media (max-width: 575px) {
  .h1-project__wrapper-details .title {
    font-size: 28px;
    line-height: 35px;
  }
}
.h1-project__wrapper-details-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  white-space: nowrap;
}
.h1-project__wrapper-details-brand .slider-wrap .slider-content .slider-title {
  font-family: var(--rr-ff-grotesk);
  font-weight: var(--rr-fw-medium);
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: rgba(34, 34, 34, 0.6);
  position: relative;
}
.h1-project__wrapper-details-brand .slider-wrap .slider-content .slider-title::before {
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  content: "";
  top: 44%;
  left: -10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
}

/* award area style  */
.award .section__title-wrapper-title {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .award .section__title-wrapper-title {
    margin-left: 0;
  }
}
.award__wrapper-box {
  text-align: end;
  margin-left: 8%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px) {
  .award__wrapper-box {
    margin-left: 0;
  }
}
@media (max-width:450px), (max-width:320px) {
  .award__wrapper-box {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .award__wrapper-box {
    margin-left: 0;
  }
}
.award__thumb {
  max-width: 345px;
  height: 510px;
  object-fit: cover;
  transition: transform 0.6s ease-in-out;
  width: 100%;
  margin: 0 auto;
  display: inline-block;
  margin-left: 140px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award__thumb {
    height: 340px;
  }
}
.award__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award__thumb img {
    width: auto;
  }
}
@media (max-width:320px) {
  .award__thumb img {
    width: 200px;
    height: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .award__thumb {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .award__thumb {
    margin-left: 0;
    max-width: inherit;
    height: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .award__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .award__thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    width: 200px;
    height: inherit;
  }
}
@media (max-width:450px) {
  .award__thumb {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width:376px) {
  .award__thumb {
    width: inherit;
    height: inherit;
  }
}
@media (max-width:320px) {
  .award__thumb {
    width: inherit;
    height: inherit;
    margin-left: 0;
  }
}
.award__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 30px;
  padding-top: 40px;
  padding-bottom: 39px;
  border-bottom: 1px solid #E1E2E4;
  transition: all 0.4s ease-in-out;
}
@media (max-width:450px) {
  .award__item {
    padding-left: 0;
  }
}
.award__item:hover {
  background: #000;
  cursor: pointer;
}
.award__item:hover .date {
  color: var(--rr-common-white);
}
.award__item:hover .awards {
  color: var(--rr-common-white);
}
.award__item:hover .awards::before {
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.award__item:hover .number {
  color: rgba(255, 255, 255, 0.7);
}
.award__item:hover img:nth-child(1) {
  width: 593px;
  height: 613px;
}
.award__item:nth-child(1) {
  border-top: 1px solid #E1E2E4;
}
.award__item-one {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.award__item-one .date {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: var(--rr-fw-regular);
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--rr-text-body);
  transition: all 0.4s ease-in-out;
}
@media (max-width:376px) {
  .award__item-one .date {
    padding-left: 15px;
  }
}
.award__item-one .awards {
  font-size: 24px;
  margin-left: 130px;
  position: relative;
  font-weight: var(--rr-fw-medium);
  color: var(--rr-heading-primary);
  font-family: var(--rr-ff-grotesk);
  transition: all 0.3s ease-in-out;
}
@media (max-width:450px) {
  .award__item-one .awards {
    padding-left: 60px;
  }
}
@media (max-width: 575px) {
  .award__item-one .awards {
    font-size: 18px;
    padding-left: 20px;
    margin-left: 50px;
  }
}
@media (max-width:376px) {
  .award__item-one .awards {
    margin-left: 0px;
  }
}
.award__item-one .awards::before {
  content: "";
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  background-color: var(--rr-common-white);
}
.award__item .number {
  font-family: var(--rr-ff-grotesk);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: var(--rr-text-body);
  transform: translateX(-79px);
  transition: all 0.4s ease-in-out;
}
@media (max-width:450px) {
  .award__item .number {
    transform: translateX(0);
  }
}
@media (max-width: 575px) {
  .award__item .number {
    font-size: 20px;
    transform: translateX(-15px);
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .award__item .number {
    transform: translateX(-30px);
  }
}

.testimonial__review {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 500px;
  border: 1.5px solid rgba(34, 32, 32, 0.1);
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .testimonial__review {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .testimonial__review {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .testimonial__review {
    width: 200px;
    height: 200px;
  }
}
.testimonial__review span {
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--rr-ff-body);
  color: var(--rr-heading-secondary);
}
@media (max-width: 575px) {
  .testimonial__review span {
    font-size: 40px;
  }
}
.testimonial__review .star-icon {
  gap: 4px;
  display: flex;
  list-style: none;
  line-height: 1.2;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}
.testimonial__review .star-icon li i {
  font-size: 14px;
  color: #F59E0B;
}
.testimonial__review p {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  opacity: 0.6;
  text-transform: uppercase;
  font-family: var(--rr-ff-body);
  color: var(--rr-heading-secondary);
}
@media (max-width: 575px) {
  .testimonial__review p {
    font-size: 15px;
  }
}
.testimonial__slider {
  overflow: visible;
  max-width: 1530px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial__slider {
    margin: 0 30px;
  }
}
.testimonial__slider .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.testimonial__slider-arrow .rr-btn-ru {
  width: 60px;
  height: 60px;
  padding: 0;
  top: 50%;
  position: absolute;
  border-radius: 100px;
  transform: translate(0, -50%);
  transition: all 0.3s ease-in-out;
