/* Front page */
@media only screen and (min-width: 776px) {
  .slick-arrow {
    position: absolute !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: transparent !important;
    background: transparent;
    transition: 0.4s;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translate3d(0, -50%, 1px);
    background-size: 50px;
    background-color: transparent !important;
  }

  .slick-arrow:hover {
    background-color: transparent !important;
  }

  .slick-prev {
    left: -70px;
    width: 46px;
    height: 46px;
    border: 1px solid #dbdbdb;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
  }
  .slick-prev svg{
    width: 20px;
    height: 20px;
    rotate: 90deg;
  }

  .work-section__slide .slick-prev:hover path, .work-section__slide .slick-next:hover path{
    stroke: #ffffff;
  }

  .work-section__slide .slick-prev:hover, .work-section__slide .slick-next:hover{
    background-color: #e60078!important;
    border: 1px solid transparent;
  }
  
  .slick-next svg{
    width: 20px;
    height: 20px;
    rotate: 270deg;
  }

  .slick-next {
  right: -70px;
  width: 46px;
  height: 46px;
  border: 1px solid #dbdbdb;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  }

  .slick-slide {
    padding: 96px 0;
  }

  .slick-slide {
    opacity: 0.5;
  }

  .slick-active {
    opacity: 0.5;
  }

  .slick-current {
    opacity: 1;
    z-index: 9;
  }

  .slick-current img {
    transform: scale(1.67, 1.67) !important;
    transition: all 0.7s;
    position: relative;
    z-index: 9 !important;
    box-shadow: 2px 3px 6px 0px #888888;
  }

  .slick-track .slick-active:first-child img,
  .slick-track .slick-active:last-child img {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

.hero-placeholder ~ svg {
  background-color: #fff;
}

/* New version */
h2.h2-homepage {
  font-family: 'Inter', sans-serif;
  font-size: 28px !important;
  line-height: 34px !important;
  font-weight: 800 !important;
  color: #000000;
}

h2.h2-homepage span {
  font-family: 'Inter', sans-serif;
  color: #E60078;
  font-size: 28px !important;
  line-height: 34px !important;
  font-weight: 800 !important;
}

p.p-homepage {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}


@media (max-width: 768px) {
  h2.h2-homepage {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  h2.h2-homepage span {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  p.p-homepage {
    font-size: 18px;
    line-height: 24px;
  }
}

/* Hero section */
.herosection {
  background-color: #FFFFFF;
  padding-top: 45px;
  padding-bottom: 40px;
}

.herosection-box {
  max-width: 1170px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-between;
}

@media (max-width: 1220px) {
  .herosection-box {
    max-width: 1000px;
  }
}

.herosection__leftside {
  width: 49%;
}

.herosection__rightside {
  width: 52%;
}

.herosection_text {
  max-width: 570px;
  margin-bottom: 40px;
}

.herosection__title {
  font-family: 'Inter', sans-serif;
  font-size: 50px !important;
  line-height: 56px !important;
  color: #000000;
  font-weight: 800 !important;
  margin-bottom: 10px;
}

.herosection__title span {
  font-family: 'Inter', sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
}

.title--pink {
  color: #E60078;
}

.herosection__description {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 32px;
  margin-top: 10px;
  color: #000000;
}

.herosection__button-box {
  display: flex;
}

.herosection__button-caculator a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E60078;
  width: 298px;
  height: 50px;
  margin: auto;
  border-radius: 4px;
  position: relative;
}

.herosection__button-caculator a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #C60067;
  transition: all .35s;
  border-radius: 4px;
}

.herosection__button-caculator a:hover:after {
  width: 100%;
  height: 100%;
}

.herosection__button-our-work a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  width: 198px;
  height: 50px;
  margin: auto;
  border-radius: 4px;
  margin-right: 15px;
  position: relative;
}

.herosection__button-our-work a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: black;
  transition: all .35s;
  border-radius: 4px;
}

.herosection__button-our-work a:hover {
  color: #fff;
}

.herosection__button-our-work a:hover span {
  color: #fff;
}

.herosection__button-our-work a:hover #Icon_awesome-external-link-alt {
  fill: #fff;
}

.herosection__button-our-work a:hover:after {
  width: 100%;
  height: 100%;
}

.herosection__button-caculator {}

.herosection__button-caculator span {
  color: #ffffff;
}

.herosection__button-box span {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  position: relative;
  z-index: 2;
}

.herosection__button-icon1 {
  margin-right: 10px;
  display: flex;
  position: relative;
  z-index: 2;
}

#simplified-p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 0;
}


.herosection__button-box {
  margin-top: 15px;
}

/* Responsive herosection */

@media (max-width: 1180px) {
  .herosection__button-caculator a {
    width: 273px;
  }

  .herosection__button-our-work a {
    width: 171px;
  }
}

@media (max-width: 1070px) {
  .herosection__title {
    font-size: 50px !important;
    line-height: 60px !important;
  }

  .herosection__title span {
    font-size: 50px !important;
    line-height: 60px !important;
  }
}

@media (max-width: 768px) {
  .herosection {
    padding: 40px 15px;
  }

  .herosection-box {
    display: flex;
    flex-direction: column-reverse;
  }

  .herosection__leftside {
    width: 100%;
  }

  .herosection__rightside {
    width: 100%;
  }

  .herosection__title {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .herosection_text {
    max-width: none;
    text-align: center;
    height: fit-content;
    padding-right: 0;
  }

  #simplified {
    max-height: fit-content;
    display: contents;
  }

  .herosection__title span {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .herosection__button-box {
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 500px) {
  #simplified-p {
    text-align: left;
  }

  .herosection__title {
    text-align: left;
  }

  .herosection__button-icon1 {
    display: none;
  }

  .herosection__button-icon2 {
    display: none;
  }

  .herosection__button-box {
    justify-content: left;
  }

  .herosection__button-box span {
    font-size: 15px;
    line-height: 20px;
  }

  .herosection__button-our-work a {
    width: 115px;
    height: 48px;
  }

  .herosection__button-caculator a {
    width: 220px;
    height: 48px;
  }
}

/* certified section */
.certified-section {
  background-color: #FAFAFA;
  padding-top: 50px;
  padding-bottom: 50px;
}

.certified-section img.lazyloading {
  opacity: 1 !important;
}

.certified-section img.lazyload {
  opacity: 1 !important;
}

.certified-section__box {
  max-width: 1170px;
  margin: auto;
  text-align: center;
}

@media (max-width: 1220px) {
  .certified-section__box {
    max-width: 1000px;
  }
}

.certified-section__title {
  margin-bottom: 10px;
}

.certified-section__description {
  max-width: 600px;
  margin: auto;
  margin-bottom: 40px;
}

.certifed-section__image-box {
  display: flex;
}

.certified-section__image {
  margin-right: 10px;
}

.certified-section__image:last-child {
  margin-right: 0px;
}

.certifed-section__image-box-bottom .certified-section__image#special-certified {
  min-width: calc(20% - 10px);
  border: 1px solid #000000;
  border-radius: 18px;
  transition: 0.3s;
}

.certifed-section__image-box-bottom {
  margin-bottom: 10px;
}

.certified-section__discover {
  cursor: pointer;
  transition: 0.3s;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.certified-section__icon-text {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-family: 'Inter', sans-serif;
  margin-top: 15px;
  font-weight: 600;
}

.certified-section__icon {
  width: 45px;
  height: 35px;
  margin: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #E60078 1px, transparent 1px) 0 0, linear-gradient(to right, #E60078 1px, transparent 1px) 0 100%, linear-gradient(to left, #E60078 1px, transparent 1px) 100% 0, linear-gradient(to left, #E60078 1px, transparent 1px) 100% 100%, linear-gradient(to bottom, #E60078 1px, transparent 1px) 0 0, linear-gradient(to bottom, #E60078 1px, transparent 1px) 100% 0, linear-gradient(to top, #E60078 1px, transparent 1px) 0 100%, linear-gradient(to top, #E60078 1px, transparent 1px) 100% 100%;
  background-repeat: no-repeat;
  background-size: 12px 10px;
  transition: 0.3s;
}

#special-certified:hover {
  border: 1px solid #e60078 !important;
}

.certified-section__discover:hover .certified-section__icon {
  scale: 1.3;
  background-color: #e60078;
}

.certified-section__discover:hover .certified-section__icon path {
  stroke: #ffffff;
}

.certified-section__button {
  margin: auto;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: fit-content;
  height: 48px;
  display: none;
  /*tam thoi*/
}

.certified-section__button-text {
  font-size: 18px;
  line-height: 24px;
  margin-right: 10px;
}

.certified-section__button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 30px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.certified-section__button:hover .certified-section__button-icon {
  rotate: 90deg;
  width: 48px;
  height: 48px;
  background-color: #E60078;
  border: 2px solid #D6D6D6;
}

.certified-section__button:hover .certified-section__button-icon path {
  stroke: #ffffff;
}


/* Responsive certified */

@media (max-width: 768px) {
  .certified-section {
    padding: 50px 15px;
    padding-right: 0px;
  }

  .certified-section__description {
    display: none;
  }

  .certified-section__title {
    margin-bottom: 20px;
  }

  .certified-section__image-box {
    overflow: scroll;
    padding-right: 15px;
  }

  .certifed-section__image-box {
    width: 1000px;
  }
}

@media (max-width: 500px) {
  .certified-section__icon-text {
    font-size: 14px;
    margin-top: 15px;
  }
}

/* work section */
.work-section {
  background-color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}

.work-section__title {
  margin-bottom: 27px;
}

.work-section__slide {
  max-width: 1170px;
  margin: auto;
}

@media (max-width: 1220px) {
  .work-section__slide {
    max-width: 1000px;
  }
}

.work-section .slick-dots {
  display: flex;
  justify-content: space-evenly;
  width: 10%;
  margin: auto;
  margin-top: 12px;
  padding: 0;
  position: absolute;
  left: 51.6%;
  transform: translateX(-50%);
}

.work-section .slick-dots ::marker {
  font-size: 28px;
}

.work-section .slick-dots li {
  color: #999999;
}

.work-section .slick-dots li button {
  display: none;
}

.work-section .slick-dots li.slick-active {
  opacity: 1;
  color: #E60078;
}

.work-section__slide-image.slick-active img {
  /* transform: scale(1.1, 1.1); */
  z-index: -13;
  position: relative;
}

.work-section__slide-image .lazyload,
.work-section__slide-image .lazyloading {
  opacity: 1 !important;
}

/* work section responsive */


@media (max-width: 768px) {
  .work-section {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 0px;
  }

  .work-section__slide-container {
    overflow: scroll;
  }

  .work-section__slide-main {
    display: flex;
    width: 2000px;
  }

  .work-section__slide-image {
    margin-right: 10px;
    width: 390px;
  }

  .work-section__title {
    margin-bottom: 20px;
  }
}

/* reviews section */
.reviews-section {
  background-color: #FAFAFA;
  padding-top: 50px;
  padding-bottom: 50px;
}

.reviews-section__box {
  max-width: 1170px;
  margin: auto;
  text-align: center;
}

@media (max-width: 1220px) {
  .reviews-section__box {
    max-width: 1000px;
  }
}

.reviews-section__title {
  margin-bottom: 40px;
}

.reviews-section__title span {
  display: block;
}

.reviews-section__content-box {
  display: flex;
  flex-flow: wrap;
}

.reviews-section__content-box>div {
  width: 33.33%;
}

.reviews-section__review {
  padding: 30px;
  text-align: left;
  position: relative;
}

.reviews-section__icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
}

.reviews-section__icon a::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.reviews-section__review-box-bottom .reviews-section__review {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reviews-section__review-box.reviews-section__review-box-bottom {
  border-top: 1px solid #ebe7e7;
}

.reviews-section__image {
  padding: 5px;
  padding-top: 0px;
  padding-left: 0px;
}

.reviews-section__image-clutch {
  height: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(133deg, #FFFFFF 0%, #FAFAFA 50%);
}

.reviews-section__clutch-text {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.reviews-section__review-person {
  display: flex;
  align-items: center;
}

.reviews-section__avatar-person {
  margin-right: 15px;
}

.reviews-section__info-person span {
  display: block;
}

.reviews-section__name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: black;
}

.reviews-section__position {
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  font-family: 'Inter', sans-serif;
}

.reviews-section__content {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 50px;
}


.reviews-section__clutch-aFirst {
  position: relative;
}


.reviews-section__special {
  width: 28px;
  height: 28px;
  background-color: #f5f5f5;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.reviews-section__review:hover .reviews-section__special {
  background-color: #e60078;
  transform: translateX(10px);
}

.reviews-section__review:hover svg path {
  stroke: #ffffff;
}

/* reviews section */

@media (max-width: 768px) {
  .reviews-section {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .reviews-section__title {
    margin-bottom: 20px;
  }

  .reviews-section__content-box>div {
    width: 100%;
  }

  .reviews-section__content-box .slick-list {
    width: calc(100% + 15px);
    padding-left: 15px !important;
  }

  .reviews-section__review-box {
    margin-right: 15px;
    border: 1px solid rgb(235, 231, 231) !important;
    width: 310px !important;
    min-height: 245px;
  }

  .reviews-section__content-box .slick-dots {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 15px 0 0;
    padding: 0;
  }

  .reviews-section__content-box .slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D3D3D3;
    color: transparent;
  }

  .reviews-section__content-box .slick-dots li {
    padding: 10px 5px;
    height: 28px;
    margin-bottom: 0;
  }

  .reviews-section__content-box .slick-dots li.slick-active button {
    background-color: #000000;
  }

  .reviews-section__review {
    padding: 30px 20px;
  }

  .reviews-section__image {
    display: none !important;
  }

  .reviews-section h2 {
    padding: 0 15px;
  }

  .reviews-section__content-box {
    display: block;
    flex-flow: nowrap;
    width: 100%;
  }

  .reviews-section__container {
    padding: 0;
  }

  .reviews-section__content {
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .reviews-section h2 span {
    display: inline-block;
  }
}

@media (max-width: 500px) {
  .reviews-section__review-box {
    height: 100%;
  }
  
}

.herosection__animation-box {
  position: absolute;
  background-size: contain;
  transition: 0.8s;
}

.herosection__rightside {
  width: fit-content;
  position: relative;
  width: 500px;
  height: 500px;
}

.herosection__animation-box {
  width: 500px;
  height: 500px;
}

@media (max-width: 600px) {
  .herosection__rightside {
    width: 300px;
    height: 300px;
  }

  .herosection__animation-box {
    width: 300px;
    height: 300px;
  }
}

/* youtube section */

.youtube-section {
  background-color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}

.youtube-section__box {
  max-width: 1170px;
  margin: auto;
  border-radius: 20px;
  background-color: #FAFAFA;
  border: 1px solid #DDDDDD;
  padding: 30px 30px;
  display: flex;
}

.youtube-section__leftside {
  width: 60%;
}

.youtube-section__rightside {
  width: 40%;
  padding-left: 6%;
}

.youtube-section__left-text span {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  color: #000000;
  font-family: 'Inter', sans-serif;
}

.youtube-section__left-text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.youtube-section__groove-logo {
  margin-right: 10px;
  background-color: #000000;
  width: 48px;
  height: 48px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.youtube-section__groove-logo img {
  width: 23px;
  height: 30px;
}

.youtube-section__logo-yt {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
}

.youtube-section__logo-yt span {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  margin-right: 10px;
  font-family: 'Inter', sans-serif;
  color: #000000;
}

.youtube-section__right-text {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #000000;
}

.youtube-section__hashtag {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
  color: #000000;
}

.youtube-section__right-hashtag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 30px;
}

.youtube-section__right-video {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.youtube-section__right-video div {
  margin-bottom: 15px;
  width: 48%;
  cursor: pointer;
  padding: 3px;
  box-sizing: content-box;
  border: 1px solid transparent;
  transition: 0.3s;
  border-radius: 5px;
}

.youtube-section__right-video div.video-active {
  border-color: #e60078;
}

.youtube-section__4video-box {
  text-align: left;
  margin-top: 40px;
}

.youtube-section__youtube-logo img {
  width: 45px;
  height: 31px;
}

.youtube-section__video {
  position: relative;
  min-height: 440px;

}

.youtube-section__logo-yt a {
  display: flex;
  align-items: center;
}

.youtube-section__video-playbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  background-color: #000000;
  opacity: 0.6;
  cursor: pointer;
}

.youtube-section__videobackground{
  border-radius: 6px;
  overflow: hidden;
}

.youtube-section__videobackground img {
  min-height: 440px;
  object-fit: cover;
}

.youtube-section__video-if {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  border-radius: 10px;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.youtube-section__video-if-gptw {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  border-radius: 10px;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.youtube-section__video-if-lag {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  border-radius: 10px;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.youtube-section__video-if-ct {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  visibility: hidden;
  border-radius: 10px;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.youtube-section__right-video div {
    width: 47%;
}

@media (max-width: 1000px) {
  .youtube-section {
    display: none;
  }
  .youtube-section.private{
    display: block;
  }
  .youtube-section__leftside {
    width: 100%;
  }
  .youtube-section__rightside {
    width: 100%;
    padding-left: 0%;
  }
  .youtube-section__box{
    display: block;
  }
}

/* aboutus 4 */
#about-us-4 {
  background-color: #FAFAFA;
  padding: 50px 0;
  text-align: center;
}

.aboutUs-4__box {
  max-width: 1170px;
  margin: auto;
}

@media (max-width: 1220px) {
  .aboutUs-4__box {
    max-width: 1000px;
  }
}

.aboutUs-4__box p {
  max-width: 690px;
  margin: auto;
  margin-bottom: 55px;
}

#aboutUs-4__dedicated-json,
#aboutUs-4__augmentation-json {
  max-width: 512px;
  margin-bottom: 0px;
}


.aboutUs-4__content {
  display: flex;
  justify-content: space-between;
}

.aboutUs-4__content>div {
  width: 50%;
  max-width: 550px;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to top, transparent, #fff, rgba(255, 255, 255, 0)), linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.aboutUs-4__dedicated-team {
  margin-top: 0px;
  margin-bottom: 20px;
}

.aboutUs-4__dedicated-team a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  width: 165px;
  height: 40px;
  margin: auto;
  border-radius: 4px;
  position: relative;
  border: 1px solid #000000;
}

.aboutUs-4__dedicated-team a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #000000;
  transition: all .35s;
  border-radius: 4px;
}

.aboutUs-4__dedicated-team a:hover path, .work-section__button a:hover path, .herosection__button-our-work a:hover path {
  fill: #fff;
}

.aboutUs-4__dedicated-team a:hover span {
  color: #fff;
}

.aboutUs-4__dedicated-team a:hover #Icon_awesome-external-link-alt {
  fill: #fff;
}

.aboutUs-4__dedicated-team a:hover:after {
  width: 100%;
  height: 100%;
}

.aboutUs-4__left-text,
.aboutUs-4__right-text {
  position: relative;
  height: 20px;
  margin-bottom: 30px;
}

.aboutUs-4__left-text>div,
.aboutUs-4__right-text>div {
  position: absolute;
  font-size: 15px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  top: 0px;
}

.aboutUs-4__left-text>div:first-child {
  left: 9%;
}


.aboutUs-4__left-text>div:last-child {
  left: 51%;
}

.aboutUs-4__right-text>div:last-child {
  left: 56%;
}

.aboutUs-4__right-text>div:first-child {
  left: 4%;
}

@media (max-width: 1540px) {
  .aboutUs-4__left-text>div:first-child {
    left: 9%;
  }

  .aboutUs-4__right-text>div:first-child {
    left: 4%;
  }
}

.aboutUs-4__staff {
  margin-top: 0px;
  margin-bottom: 20px;
}

.aboutUs-4__staff a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  width: 187px;
  height: 40px;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #000000;
  position: relative;
}

.aboutUs-4__staff a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #000000;
  transition: all .35s;
  border-radius: 4px;
}

.aboutUs-4__staff a:hover path{
  fill: #fff;
}

.aboutUs-4__staff a:hover span {
  color: #fff;
}

.aboutUs-4__staff a:hover #Icon_awesome-external-link-alt {
  fill: #fff;
}

.aboutUs-4__staff a:hover:after {
  width: 100%;
  height: 100%;
}

.aboutUs-4__button-icon1 {
  margin-right: 5px;
  display: flex;
  position: relative;
  z-index: 2;
}

.aboutUs-4__staff span,
.aboutUs-4__dedicated-team span {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  position: relative;
  z-index: 2;
  color: #000000;
}

@media(max-width: 800px) {

  /*aboutus 4*/
  #about-us-4 {
    padding: 30px 15px;
    padding-bottom: 45px;
  }

  .aboutUs-4__content {
    flex-direction: column;
  }

  .aboutUs-4__content>div {
    width: 100%;
  }

  .aboutUs-4__content>div svg {
    width: 100%;
  }

  .aboutUs-4__box p {
    margin-bottom: 30px;
  }

  .aboutUs-4__svg-left {
    margin-bottom: 80px;
  }

  .aboutUs-4__left-text>div,
  .aboutUs-4__right-text>div {
    top: -10px;
  }

  .aboutUs-4__dedicated-team {
    margin-bottom: 10px;
  }

  .aboutUs-4__staff {
    margin-bottom: 10px;
  }

}

/* aboutus 5 */
#about-us-5 {
  background-color: #ffffff;
  padding: 50px 0;
  padding-bottom: 40px;
}

#about-us-5 .aboutUs-5__box {
  max-width: 1170px;
  margin: auto;
}

@media (max-width: 1220px) {
  #about-us-5 .aboutUs-5__box {
    max-width: 1000px;
  }
}

.aboutUs-5__box h2 {
  text-align: center;
  margin-bottom: 10px;
}

.aboutUs-5__box p.p-homepage {
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
  max-width: 800px;
}

.aboutUs-5__box h3 {
  font-size: 15px !important;
  line-height: 20px !important;
  font-family: 'Inter', sans-serif;
  margin-top: 22px;
  font-weight: normal;
  margin-bottom: 0px;
}

.aboutUs-5__image-svg img {
  width: 40px;
}

.aboutUs-5__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutUs-5__content-box {
  width: 32.3%;
  padding: 25px;
  padding-right: 35px;
  border-radius: 20px;
  transition: 0.3s;
  margin-bottom: 15px;
  position: relative;
}

.aboutUs-5__link::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.multiBox .corner {
    position: absolute;
    width: 20px;
    height: 20px;
}

.multiBox .corner.top-left {
    top: 0;
    left: 0;
}

.multiBox .corner.top-right {
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.multiBox .corner.bottom-left {
    bottom: 0;
    left: 0;
}

.multiBox .corner.bottom-right {
    bottom: 0;
    right: 0;
}

.multiBox .line-left {
    left: 0px;
    top: 20px;
    bottom: 20px;
}

.multiBox .line-right {
    right: 0px;
    top: 50px;
    bottom: 20px;
}

.multiBox .line-top {
    left: 20px;
    top: 0;
    right: 50px;
    height: 1px;
    width: auto !important;
}

.multiBox .line-bottom {
    left: 20px;
    bottom: 0;
    right: 20px;
    height: 1px;
    width: auto !important;
}

.multiBox .line__link {
    width: 1px;
    position: absolute;
    background-color: #e8e8e8;
}

.multiBox .cls-1 {
    fill: none;
    stroke: #e8e8e8;
    stroke-miterlimit: 10;
}

.aboutUs-5__link-button {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 3px;
}

.aboutUs-5__link-button svg {
    width: 25px;
    height: 25px;
}

.multiBox .cls-2 {
    fill: #ddd;
}

.aboutUs-5__content-box:hover path.cls-2 {
    fill: #e60078 !important;
}

.aboutUs-5__content-box:hover .line__link {
    background-color: #e60078 !important;
}

.aboutUs-5__content-box:hover .corner path {
    stroke: #e60078 !important;
}


@media (max-width: 768px) {
  #about-us-5 {
    padding: 40px 15px;
  }

}

@media (max-width: 500px) {
  .aboutUs-5__content-box {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .aboutUs-5__box h3{
    margin-top: 0;
    margin-left: 15px;
  }
}

/* aboutus 6 */
#about-us-6 {
  background-color: #FAFAFA;
  padding: 50px 0;
}

#about-us-6 .aboutUs-6__box {
  max-width: 1170px;
  margin: auto;
}

@media (max-width: 1220px) {
  #about-us-6 .aboutUs-6__box {
    max-width: 1000px;
  }
}

.aboutUs-6__box h2 {
  text-align: center;
  margin-bottom: 40px;
}

.aboutUs-6__content {
  max-height: 506px;
  overflow: hidden;
  transition: 1s;
}

.aboutUs-6__content.collapse {
  max-height: 1400px;
}

.aboutUs-6__content.collapse+.aboutUs-6__button-box .aboutUs-6__button-icon {
  rotate: 180deg;
}

.aboutUs-6__row {
  display: flex;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 5px;
}

.aboutUs-6__row:nth-child(even) {
  background-color: #f9f9f9;
  border-radius: 8px;
}

.aboutUs-6__row:nth-child(odd) {
  background-color: #ffffff;
  border-radius: 8px;
}

.aboutUs-6__row:first-child {
  display: flex;
  padding: 18px;
  padding-left: 15px;
  border-top: none;
  background-color: #F4F4F4;
  display: none;
}

.aboutUs-6__row:first-child>div {
  font-size: 15px;
  line-height: 22px;
  font-weight: normal !important;
  color: #222222;
  text-transform: uppercase;
}

.aboutUs-6__language {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
  padding-left: 25px;
}

.aboutUs-6__categories {
  width: 170px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.aboutUs-6__language {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 220px);
}

.aboutUs-6__language>div {
  margin-right: 10px;
  margin-bottom: 10px;
}

.aboutUs-6__image img {
  height: 50px;
}

.aboutUs-6__button-box>div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 116px;
  height: 40px;
  margin: auto;
  margin-top: 30px;
  border-radius: 4px;
  position: relative;
  border: 1px solid #000000;
  cursor: pointer;
}

.aboutUs-6__button-box>div:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #000000;
  transition: all .35s;
  border-radius: 3px;
}

.aboutUs-6__button-box>div:hover span {
  color: #fff;
}

.aboutUs-6__button-box>div:hover path {
  stroke: #ffffff;
}

.aboutUs-6__button-box>div:hover:after {
  width: 100%;
  height: 100%;
}

.aboutUs-6__button-icon {
  margin-left: 10px;
  display: flex;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}

.aboutUs-6__button-box span {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  position: relative;
  z-index: 2;
  color: #000000;
}

@media (max-width: 768px) {

  /* aboutus 6 */
  #about-us-6 {
    padding: 50px 15px;
  }

  .aboutUs-6__row {
    flex-wrap: wrap;
  }

  .aboutUs-6__row:first-child {
    display: none;
  }

  .aboutUs-6__language {
    width: 100%;
    margin-top: 20px;
  }

  .aboutUs-6__number {
    width: fit-content;
    margin-right: 10px;
  }

  .aboutUs-6__categories {
    width: fit-content;
  }

  .aboutUs-6__box p {
    margin-bottom: 30px;
  }

  .aboutUs-6__content.collapse {
    max-height: 3000px;
  }
}

/* solution section */
#solution-section {
  padding: 50px 0;
  background-color: #ffffff;
}

.solution-section__box {
  max-width: 1170px;
  margin: auto;
}

@media (max-width: 1220px) {
  .solution-section__box {
    max-width: 1000px;
  }
}

#solution-section .h2-homepage {
  margin-bottom: 40px;
  text-align: center;
}

.solution-section__content {
  display: flex;
  justify-content: space-between;
}

.solution-section__img {
  width: 650px;
  padding-top: 20px;
}

.solution-section__text {
  width: 440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.solution-section__text>div {
  width: 100%;
  align-self: flex-start;
}

.solution-section__word {
  padding: 15px 0px;
  border-top: 1px solid #E8E8E8;
}

.solution-section__word span {
  font-size: 16px;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
  color: #222222;
  transition: 0.3s;
}
.solution-section__word a:hover span{
  color: #e60078;
}

.solution-section__img img{
  border-radius: 4px;
  height: 535px;
  object-fit: cover;
  width: 100%;
}

.work-section__button {
  margin-top: 60px;
  margin-bottom: 0px;
}

.work-section__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  width: 187px;
  height: 40px;
  margin: auto;
  border-radius: 4px;
  border: 1px solid #000000;
  position: relative;
}

.work-section__button a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #000000;
  transition: all .35s;
  border-radius: 4px;
}

.work-section__button a:hover path{
  fill: #fff;
}

.work-section__button a:hover span {
  color: #fff;
}

.work-section__button a:hover #Icon_awesome-external-link-alt {
  fill: #fff;
}

.work-section__button a:hover:after {
  width: 100%;
  height: 100%;
}

.work-section__button-icon1 {
  margin-right: 5px;
  display: flex;
  position: relative;
  z-index: 2;
}

.work-section__button span{
  font-size: 15px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  position: relative;
  z-index: 2;
  color: #000000;
}
@media (max-width: 1220px){
  .solution-section__text{
    width: 300px;
  }
}
@media (max-width: 768px) {
  .solution-section__content {
    flex-direction: column;
  }

  #solution-section {
    padding: 50px 15px;
  }

  .solution-section__img {
    width: 100%;
    padding-top: 0;
  }
  .solution-section__img img{
    height: auto;
  }
  .solution-section__text {
    flex-direction: column;
    width: 100%;
  }

  .solution-section__text>div {
    width: 100%;
    text-align: center;
  }
}

/* blog section */

#blog-section {
  background-color: #FAFAFA;
  padding: 50px 0;
}

.blog-section__box {
  max-width: 1170px;
  margin: auto;
}



.blog-section__box h2 {
  margin-bottom: 40px;
  text-align: center;
}

.blog-section__content {
  display: flex;
  justify-content: space-between;
}

.blog-section__content>div {
  width: 47%;
}

.blog-section__main {
  height: 419px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.blog-section__main__image {
  min-height: 280px;
  margin-bottom: 15px;
  position: relative;
}

.blog-section__main__image a {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-section__main__image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.blog-section__main__title {
  margin-bottom: 5px;
}

.blog-section__main__title h3 {
  margin-bottom: 7px;
}

.blog-section__main__title a {
  font-size: 18px!important;
  line-height: 26px!important;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  display: block;
  margin-bottom: 7px;
}

.blog-section__main__description {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Inter', sans-serif;
  color: #222222;
  padding-bottom: 20px;
}

.blog-section__side {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E8E8E8;
  padding: 20px 0px;
  height: 158px;
  align-items: start;
}

.blog-section__side>div:first-child {
  width: 45%;
  margin-right: 30px;
}

.blog-section__side>div:last-child {
  width: 100%;
}

.blog-section__image {
  height: 100%;
}

.blog-section__image a {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-section__image a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}

.blog-section__title h3 {
  margin-bottom: 7px;
}

.blog-section__title a {
  font-size: 15px!important;
  line-height: 20px!important;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  display: block;
  margin-bottom: 7px;
}

.blog-section__description {
  font-size: 15px;
  line-height: 20px;
  color: #222222;
  font-family: 'Inter', sans-serif;
}

.blog-section__main__decor {
  position: absolute;
  height: 30px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFFBF;
  border-radius: 15px;
  font-size: 14px;
  line-height: 20px;
  bottom: 16px;
  left: 17px;
  font-family: 'Inter', sans-serif;
}

.blog-section__main__decor.techblog {
  width: 100px;
  background-color: #033E95;
}

.blog-section__main__decor.lifeatgroove {
  width: 119px;
  background-color: #e60078;
}
.blog-section__seeall {
  display: flex;
  align-items: center;
}

.blog-section__seeall a{
  font-size: 15px;
  line-height: 20px;
  color: #e60078;
  font-family: 'Inter', sans-serif;
}

/* form */

.contact-section {
  background: #fff;
  padding: 50px 0;
  scroll-margin-top: 140px;
}

.contact-section .grooveHome-heading {
  text-align: center;
}

.contact-section .grooveHome-heading h2 {
  margin-bottom: 40px;
}

.contact-section .dp-fl>p {
  width: 100%;
}

.contact-section .dp-fl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-us-form-container .ajax-loader {
  display: none;
}

.contact-us-form-container {
  display: grid;
  grid-template-columns: 530px 1fr;
  gap: 70px;
}

.contact-section .groove-container {
  display: block;
}

.contact-us-form-container label {
  font-size: 15px;
  line-height: 20px;
  color: #222;
  font-family: 'Inter', sans-serif;
}

.contact-us-form-container span {
  margin-top: 5px;
  font-size: 15px;
  line-height: 20px;
}

.contact-us-form-container .wpcf7 input,
.contact-us-form-container .wpcf7 select,
.contact-us-form-container .wpcf7 textarea {
  border-radius: 4px;
  background: #fff;
  border: solid 1px #DBDBDB;
  font-size: 15px;
  line-height: 20px;
  color: #222;
}

.contact-us-form-container .wpcf7 input:not([type="submit"]) {
  min-height: 44px;
}

.contact-us-form-container .wpcf7 input[type="submit"] {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  height: 46px;
  margin-top: 5px;
  padding: 0 28px;
  float: right;
  border-color: #e60078;
}

.contact-us-left img {
  width: 100%;
}

@media (max-width: 1220px) {
  .blog-section__box {
    max-width: 1000px;
  }

  .blog-section__main {
    height: 435px;
  }

  .blog-section__side {
    height: 176px;
  }
}

@media (max-width: 768px) {
  #blog-section {
    padding: 50px 15px;
    background-color: #fff;
  }

  .blog-section__content {
    flex-direction: column;
  }

  .blog-section__content>div {
    width: 100%;
  }

  .blog-section__side {
    height: 205px;
  }
  .blog-section__main__image{
    min-height: auto;
  }
  .blog-section__main {
    height: 385px;
  }
  .blog-section__seeall{
    margin-bottom: 20px;
  }

  .blog-section__life .blog-section__seeall {
    margin-bottom: 0;
  }

  /* form */
  .contact-section .grooveHome-heading h2 {
    margin-bottom: 20px;
  }

  .contact-section .dp-fl {
    flex-direction: column;
    margin-bottom: 0;
  }

  .contact-section .dp-fl>p {
    width: 100% !important;
  }

  .contact-us-form-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .contact-section .dp-fl {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .contact-section {
    padding: 50px 15px;
    background: #fafafa;
  }

  .contact-us-left img {
    min-width: calc(100% + 30px);
    margin-left: -15px;
  }

  .contact-us-form-container .wpcf7 input[type="submit"] {
    margin-top: 5px;
  }
}