#home-slider {
  position: relative;
  height: 100vh;
}
#home-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 20%;
}
#home-slider .slider-text-area {
  position: absolute;
  top: 15%;
  left: 20%;
  right: 48%;
}
#home-slider .slider-text-area .slider-item .slider-title {
  width: max-content;
  margin-bottom: 40px;
}
#home-slider .slider-text-area .slider-item .slider-title .top-title,
#home-slider .slider-text-area .slider-item .slider-title .bottom-title {
  font-size: 60px;
  color: #962791;
  line-height: 1;
  font-weight: 600;
}
#home-slider .slider-text-area .slider-item .slider-title .top-title {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeftBig;
}
#home-slider .slider-text-area .slider-item .slider-title .middle-title {
  font-size: 120px;
  color: #381238;
  line-height: 0.9;
  font-weight: bold;
  white-space: nowrap;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.4s;
}
#home-slider .slider-text-area .slider-item .slider-title .bottom-title {
  text-align: end;
  margin-right: 80px;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.6s;
}
#home-slider .slider-text-area .slider-item .slider-bottom {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}
#home-slider .slider-text-area .slider-item .slider-text {
  font-size: 18px;
  font-weight: 600;
  color: #757575;
  letter-spacing: -0.6px;
}
#home-slider .slider-text-area .slider-item .slider-button {
  margin-top: 40px;
}
#home-mission-area {
  padding: 50px 0;
  background-color: #f4eaf4;
}
#home-mission-area .mission-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px 60px 20px 36px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 0px 27px #00000033;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#home-mission-area .mission-box .box-title {
  font-size: 24px;
  font-weight: 600;
  color: #2B2B2B;
  line-height: 1.2;
  margin-bottom: 5px;
}
#home-mission-area .mission-box .box-text {
  font-size: 12px;
  font-weight: 300;
  color: #767676;
}
#home-about-area {
  padding: 60px 0;
  --gutter-x: 40px;
  --gutter-x2: -40px;
  background-color: #f4eaf4;
}
#home-about-area .about-text-area .about-mini-title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
#home-about-area .about-text-area .about-mini-title::before {
  content: '';
  display: block;
  background-color: #1A1B1E;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 12px;
}
#home-about-area .about-text-area .about-bottom-title {
  color: #1A1B1E;
}
#home-about-area .about-text-area .about-text {
  margin-top: 30px;
  color: #898989;
  font-size: 14px;
}
#home-about-area .about-text-area .about-text a {
  color: #962791;
}
#home-about-area .about-text-area .about-text p {
  margin: 20px 0;
}
#home-about-area .about-text-area .about-button {
  margin-top: 30px;
}
#home-services-area {
  padding: 80px 0;
  background-color: #f4eaf4;
}
#home-services-area .area-outer {
  padding: 0 8%;
}
#home-services-area .area-outer .service-box-mb {
  margin-bottom: 48px;
}
#home-services-area .area-outer .left-area .service-box-mb:nth-child(2n) .service-box {
  transform: translateX(-50px);
}
#home-services-area .area-outer .right-area .service-box-mb:nth-child(2n) .service-box {
  transform: translateX(50px);
}
#home-services-area .area-outer .service-box {
  padding: 40px 80px 20px 40px;
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 0px 27px #00000033;
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  min-height: 220px;
}
#home-services-area .area-outer .service-box .box-content {
  position: relative;
  z-index: 2;
}
#home-services-area .area-outer .service-box .box-icon {
  margin-right: 25px;
  position: relative;
}
#home-services-area .area-outer .service-box .box-icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
#home-services-area .area-outer .service-box .box-title {
  font-weight: 600;
  color: #1C1C20;
  margin-bottom: 15px;
  font-size: 20px;
}
#home-services-area .area-outer .service-box .box-text {
  color: #747474;
  font-size: 14px;
}
#home-services-area .area-outer .service-box .box-number {
  z-index: 1;
  position: absolute;
  right: 30px;
  bottom: -20px;
  color: #fbf3fc;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
}
#home-partners-area {
  padding: 120px 0;
  background-color: #f4eaf4;
  position: relative;
}
#home-partners-area .logo-item {
  display: flex;
  justify-content: center;
}
#home-partners-area .logo-item img {
  height: 80px;
  object-fit: contain;
}
#home-partners-area::before {
  content: url('../../imgs/wave_bottom.svg');
  position: absolute;
  top: 95%;
  left: 0;
  right: 0;
  width: 100%;
}
#home-our-works {
  padding: 100px 0;
  margin-top: 120px;
}
#home-our-works .section-title-area {
  margin-bottom: 60px;
}
#home-our-works .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  height: 14px;
}
#home-our-works .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #962791;
  opacity: 0.5;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-our-works .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  opacity: 1;
}
#home-our-crew {
  padding: 100px 0;
  position: relative;
}
#home-our-crew .bg-image-right {
  position: absolute;
  transform: translateY(-25%);
  right: 0;
  top: 0;
  width: 10vw;
  height: auto;
}
#home-our-crew .section-inner {
  padding: 0 30px;
}
#home-our-crew .section-title-area {
  margin-bottom: 60px;
}
#home-our-crew .owl-stage {
  display: inline-flex;
}
#home-our-crew .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  height: 14px;
}
#home-our-crew .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #962791;
  opacity: 0.5;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-our-crew .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  opacity: 1;
}
#home-comments-area {
  padding: 100px 0;
}
#home-comments-area .section-title-area {
  margin-bottom: 60px;
}
#home-comments-area .owl-stage {
  display: inline-flex;
}
#home-comments-area .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  height: 14px;
}
#home-comments-area .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #962791;
  opacity: 0.5;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-comments-area .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  opacity: 1;
}
#home-comments-area .comment-box {
  position: relative;
  height: 100%;
  background-color: #FBF3FC;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  padding: 48px 12px;
}
#home-comments-area .comment-box .box-image {
  width: 100px;
  height: 100px;
  margin-right: 16px;
  object-fit: contain;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
}
#home-comments-area .comment-box .box-text-area .box-text {
  font-size: 14px;
  color: #252525;
  font-weight: 300;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#home-comments-area .comment-box .box-text-area .box-title {
  font-size: 14px;
  font-weight: 500;
  color: #962791;
}
#home-comments-area .comment-box .box-text-area .box-sub-title {
  font-size: 12px;
  font-weight: 300;
  color: #252525;
}
#home-comments-area .comment-box .box-icon {
  position: absolute;
  right: 16px;
  bottom: 8px;
}
#home-comments-area .comment-box .box-icon svg {
  width: 72px;
  height: 72px;
}
#home-blog-area {
  padding: 100px 0 240px;
}
#home-blog-area .section-title-area {
  margin-bottom: 60px;
}
#home-blog-area .owl-stage {
  display: inline-flex;
  padding: 20px 0;
}
#home-blog-area .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  height: 14px;
}
#home-blog-area .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #962791;
  opacity: 0.5;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#home-blog-area .owl-dots .owl-dot.active span {
  width: 14px;
  height: 14px;
  opacity: 1;
}
@media (max-width: 1440px) {
  #home-slider {
    height: 95vh;
  }
  #home-slider .slider-text-area {
    right: 45%;
  }
  #home-slider .slider-text-area .slider-item .slider-title {
    margin-bottom: 32px;
  }
  #home-slider .slider-text-area .slider-item .slider-title .top-title,
  #home-slider .slider-text-area .slider-item .slider-title .bottom-title {
    font-size: 52px;
  }
  #home-slider .slider-text-area .slider-item .slider-title .middle-title {
    font-size: 100px;
  }
  #home-slider .slider-text-area .slider-item .slider-title .bottom-title {
    margin-right: 60px;
  }
  #home-slider .slider-text-area .slider-item .slider-button {
    margin-top: 20px;
  }
  #home-services-area .area-outer {
    padding: 0 6%;
  }
  #home-services-area .area-outer .service-box {
    padding: 32px 32px 20px 32px;
    min-height: 200px;
  }
  #home-services-area .area-outer .service-box .box-icon {
    margin-right: 20px;
  }
  #home-services-area .area-outer .service-box .box-icon img {
    width: 52px;
    height: 52px;
  }
  #home-our-works {
    padding: 80px 0;
  }
  #home-our-crew {
    padding: 80px 0;
  }
  #home-comments-area {
    padding: 80px 0;
  }
  #home-blog-area {
    padding: 80px 0 160px;
  }
}
@media (max-width: 1200px) {
  #home-slider {
    height: 90vh;
  }
  #home-slider .slider-text-area {
    right: 35%;
  }
  #home-about-area {
    --gutter-x: 24px;
    --gutter-x2: -24px;
  }
  #home-services-area {
    padding: 60px 0;
  }
  #home-services-area .area-outer {
    padding: 0 4%;
  }
  #home-services-area .area-outer .service-image {
    margin-bottom: 32px;
  }
  #home-services-area .area-outer .service-box-mb {
    margin-bottom: 32px;
  }
  #home-services-area .area-outer .left-area .service-box-mb:nth-child(2) .service-box {
    transform: translateX(0);
  }
  #home-services-area .area-outer .left-area .service-box-mb:nth-child(1) .service-box,
  #home-services-area .area-outer .left-area .service-box-mb:nth-child(3) .service-box {
    transform: translateY(24px);
  }
  #home-services-area .area-outer .right-area .service-box-mb:nth-child(2) .service-box {
    transform: translateX(0);
  }
  #home-services-area .area-outer .right-area .service-box-mb:nth-child(1) .service-box,
  #home-services-area .area-outer .right-area .service-box-mb:nth-child(3) .service-box {
    transform: translateY(-24px);
  }
  #home-services-area .area-outer .service-box {
    min-height: auto;
  }
  #home-services-area .area-outer .service-box .box-content {
    flex-direction: column;
  }
  #home-services-area .area-outer .service-box .box-content .box-icon {
    margin: 0 0 8px 0;
  }
  #home-services-area .area-outer .service-box .box-content .box-title {
    margin-bottom: 12px;
  }
  #home-partners-area {
    padding: 100px 0;
  }
  #home-our-works {
    margin-top: 100px;
    padding: 60px 0;
  }
  #home-our-crew {
    padding: 60px 0;
  }
  #home-comments-area {
    padding: 60px 0;
  }
  #home-blog-area {
    padding: 60px 0 120px;
  }
}
@media (max-width: 991px) {
  #home-slider {
    height: 85vh;
    max-height: 1080px;
  }
  #home-slider .slider-text-area {
    right: 20%;
  }
  #home-slider .slider-text-area .slider-item .slider-title {
    margin-bottom: 32px;
  }
  #home-slider .slider-text-area .slider-item .slider-title .top-title,
  #home-slider .slider-text-area .slider-item .slider-title .bottom-title {
    font-size: 48px;
  }
  #home-slider .slider-text-area .slider-item .slider-title .middle-title {
    font-size: 80px;
  }
  #home-slider .slider-text-area .slider-item .slider-title .bottom-title {
    margin-right: 60px;
  }
  #home-slider .slider-text-area .slider-item .slider-text {
    font-size: 16px;
  }
  #home-slider .slider-text-area .slider-item .slider-button {
    margin-top: 20px;
  }
  #home-mission-area {
    padding: 40px 0;
  }
  #home-mission-area .mission-box-mb {
    margin-bottom: 32px;
  }
  #home-mission-area .mission-box-mb:last-child {
    margin-bottom: 0;
  }
  #home-about-area {
    padding: 40px 0;
    --gutter-x: 16px;
    --gutter-x2: -16px;
  }
  #home-about-area .about-image {
    margin-bottom: 24px;
  }
  #home-services-area {
    padding: 50px 0;
  }
  #home-partners-area {
    padding: 60px 0;
  }
  #home-our-works {
    margin-top: 80px;
    padding: 50px 0;
  }
  #home-our-crew {
    padding: 50px 0;
  }
  #home-comments-area {
    padding: 50px 0;
  }
  #home-comments-area .comment-box {
    padding: 24px 12px;
  }
  #home-comments-area .comment-box .box-image {
    width: 80px;
    height: 80px;
  }
  #home-comments-area .owl-dots {
    margin-top: 40px;
  }
  #home-blog-area {
    padding: 50px 0 100px;
  }
  #home-blog-area .owl-dots {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #home-slider .slider-text-area {
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
    right: 25px;
    display: flex;
    justify-content: center;
  }
  #home-slider .slider-text-area .slider-item .slider-title {
    margin-bottom: 0;
  }
  #home-slider .slider-text-area .slider-item .slider-bottom {
    display: none;
  }
  #home-mission-area {
    padding: 30px 0;
  }
  #home-mission-area .mission-box-mb {
    margin-bottom: 24px;
  }
  #home-about-area {
    padding: 30px 0;
  }
  #home-services-area {
    padding: 40px 0;
  }
  #home-services-area .area-outer {
    padding: 0 24px;
  }
  #home-services-area .area-outer .service-image {
    margin: 40px 0;
  }
  #home-services-area .area-outer .service-box-mb {
    margin-bottom: 24px;
  }
  #home-services-area .area-outer .service-box-mb:last-child {
    margin-bottom: 0;
  }
  #home-services-area .area-outer .service-box {
    min-height: auto;
    transform: none !important;
  }
  #home-services-area .area-outer .service-box .box-content {
    flex-direction: column;
  }
  #home-services-area .area-outer .service-box .box-content .box-icon {
    margin: 0 0 8px 0;
  }
  #home-services-area .area-outer .service-box .box-content .box-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
  #home-partners-area {
    padding: 40px 0;
  }
  #home-partners-area::before {
    width: 150%;
    margin-left: -25%;
  }
  #home-our-works {
    margin-top: 60px;
    padding: 40px 0;
  }
  #home-our-works .section-title-area {
    margin-bottom: 40px;
  }
  #home-our-crew {
    padding: 40px 0;
  }
  #home-our-crew .section-title-area {
    margin-bottom: 40px;
  }
  #home-our-crew .owl-dots {
    margin-top: 30px;
  }
  #home-comments-area {
    padding: 40px 0;
  }
  #home-comments-area .section-title-area {
    margin-bottom: 40px;
  }
  #home-comments-area .owl-dots {
    margin-top: 30px;
  }
  #home-blog-area {
    padding: 40px 0 80px;
  }
  #home-blog-area .section-title-area {
    margin-bottom: 40px;
  }
  #home-blog-area .owl-dots {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  #home-slider .slider-text-area .slider-item .slider-title .top-title,
  #home-slider .slider-text-area .slider-item .slider-title .bottom-title {
    font-size: 40px;
  }
  #home-slider .slider-text-area .slider-item .slider-title .middle-title {
    font-size: 60px;
  }
  #home-slider .slider-text-area .slider-item .slider-title .bottom-title {
    margin-right: 40px;
  }
  #home-mission-area .mission-box {
    padding: 20px 48px 20px 32px;
  }
  #home-mission-area .mission-box .box-title {
    font-size: 20px;
  }
  #home-services-area {
    padding: 30px 0;
  }
  #home-services-area .area-outer .service-box {
    padding: 24px 24px 20px 24px;
  }
  #home-partners-area {
    padding: 30px 0;
  }
  #home-our-works .section-title-area {
    margin-bottom: 20px;
  }
  #home-our-crew .section-title-area {
    margin-bottom: 20px;
  }
  #home-comments-area .section-title-area {
    margin-bottom: 20px;
  }
  #home-blog-area .section-title-area {
    margin-bottom: 20px;
  }
  
}
