@font-face {
  font-family: 'Plumpfull Black';
  src: url('/wp-content/themes/zikzag/fonts/Plumpfull.woff') format('woff');
}

.wgl-carousel {
  position: relative;
  z-index: 1;
}

.wgl-carousel .slick-slider {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
}

.wgl-carousel .slick-list {
  display: block;
  position: relative;
  z-index: 1;
}

.wgl-carousel .slick-track {
  position: relative;
  z-index: 1;
}

.wgl-carousel .slick-track:after {
  content: '';
  display: table;
  clear: both;
}

.wgl-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  cursor: pointer;
}

.wgl-carousel .slick-slide.dragging img {
  pointer-events: none;
}

.wgl-carousel .slick-loading .slick-track,
.wgl-carousel .slick-loading .slick-slide {
  visibility: hidden;
}

.wgl-carousel-wrapper,
.wgl-carousel_wrapper {
  overflow: hidden;
}

.wgl-carousel .slick-arrow {
  top: 50%;
  margin-top: -30px;
  display: block;
  position: absolute;
  z-index: 100;
  border: unset;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  font-size: 0;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  cursor: pointer;
  opacity: 1;
  background: transparent;
  width: 60px;
  background-size: 99%;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  right: auto;
  line-height: unset;
  height: 61px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.wgl-carousel .slick-arrow:before,
.wgl-carousel .slick-arrow:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  color: #ffffff;
}

.wgl-carousel .slick-arrow:hover,
.wgl-carousel .slick-arrow:focus {
  background-color: transparent;
}

.wgl-carousel .slick-prev {
  background-image: url('../img/back.png');
  left: 5px;
}

.wgl-carousel .slick-prev:before {
  bottom: 0;
  left: 0;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.wgl-carousel .slick-prev:after {
  top: 0;
  left: 0;
  border-top: 2px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.wgl-carousel .slick-prev:hover:before {
  width: 15px;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.wgl-carousel .slick-prev:hover:after {
  width: 15px;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

.wgl-carousel .slick-next {
  right: 5px;
  background-image: url('../img/next.png');
}

.wgl-carousel .slick-next:before {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.wgl-carousel .slick-next:after {
  top: 0;
  right: 0;
  border-top: 2px solid;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.wgl-carousel .slick-next:hover:before {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  width: 15px;
}

.wgl-carousel .slick-next:hover:after {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  width: 15px;
}

.wgl-carousel:hover .slick-prev {
  -webkit-transform: translate(-5px, 0);
  -moz-transform: translate(-5px, 0);
  -ms-transform: translate(-5px, 0);
  -o-transform: translate(-5px, 0);
  transform: translate(-5px, 0);
}

.wgl-carousel:hover .slick-next {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

.wgl-carousel .slick-prev:before,
.wgl-carousel .slick-prev:after,
.wgl-carousel .slick-next:before,
.wgl-carousel .slick-next:after {
  display: none;
}

.section-our-blog .post_meta-categories span {
  color: #666666;
  margin-bottom: 15px;
}

.section-our-blog .post_date {
  background-color: #E60078;
}

.section-our-blog .post_date,
.section-our-blog .post_date span {
  font-family: 'Inter', sans-serif;
  text-transform: none;
  font-weight: normal;
}

.section-our-blog .post_date {
  font-size: 14px;
  display: flex;
}

.section-our-blog .post_date span:first-child {
  order: 2;
}

.section-our-blog .post_date span:nth-child(2) {
  font-size: 24px;
}

.section-our-blog .button-read-more {
  font-size: 15px;
  color: #E60078;
  text-transform: capitalize;
  position: absolute;
  line-height: 20px;
  font-weight: bold;
  bottom: 15px;
}

.section-our-blog .button-read-more::after {
  content: "";
  background: url('../img/icon-read-more.png');
  display: inline-block;
  margin-left: 8px;
  width: 9px;
  height: 9px;
}

.section-our-blog .button-read-more .read-more-arrow {
  display: none;
}

.section-our-blog .blog-style-standard .blog-post .post_date {
  background: #e60078;
  color: #fff;
  margin-left: auto;
  margin-top: -30px;
  margin-right: 20px;
}

.section-our-blog .blog-style-standard .blog-post .blog-post_wrapper {
  min-height: 375px;
}

/* Front page */
.frontpage-block-1 .groove-animation-1 img {
  max-width: 50%;
}

.frontpage-block-1 .groove-animation-5 img {
  max-width: 115px;
}

.frontpage-block-1 .groove-animation-4 img {
  max-width: 117px;
}

.frontpage-block-1 .groove-animation-2 img,
.frontpage-block-1 .groove-animation-3 img {
  max-width: 100%;
}

.frontpage-block-1 .groove-animation-5 {
  right: -35px;
  top: -260px;
}

.frontpage-block-1 .groove-animation-7 {
  right: 0;
  top: 80px;
}

.frontpage-block-1 .groove-animation-2 {
  left: 0;
  top: 80px
}

.frontpage-block-1 .groove-animation-3 {
  left: 35%;
  top: 130px;
}

.frontpage-block-1 .groove-animation-4 {
  right: 30%;
  top: 120px;
}

.frontpage-block-1.groove-animation-3 {
  left: 49%;
  top: 40px;
}

.section-header-fronpage .groove-animation-1 {
  top: -270px;
  left: -90px;
}

.groove-text-editor ul li {
  font-weight: bold;
}

.frontpage-block-8 {
  padding-bottom: 0 !important;
}

.frontpage-block-8 {
  align-items: flex-end;
}

.frontpage-block-4 {
  padding-top: 60px;
}

.section-header-fronpage {
  background-image: url(/wp-content/uploads/2020/09/bg-block1-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-iso {
  max-width: 153px;
  position: absolute;
  left: 20px;
  top: -180px;
  z-index: 2;
}

.image-homepath {
  position: absolute;
  right: -1px;
  bottom: -130px;
  z-index: 2;
}

.section-about-groove {
  margin-top: -100px;
}

.frontpage-block-3 .wgl-tabs_header {
  min-height: 175px;
  padding: 15px 10px;
  margin-left: 13px;
  margin-right: 13px;
}

.frontpage-block-3 .groove-text-editor {
  padding-top: 20px;
}

.frontpage-block-3 .groove-text-editor ul li {
  font-weight: 600;
}

.frontpage-block-3 {
  background-color: #FFFFFF;
  background-image: url(https://groovetechnology.com/wp-content/uploads/2020/07/bg-block-3-2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.frontpage-block-3 .wgl-tabs_header_wrap.active .wgl-tabs_header {
  color: #000000;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E60078;
}

.frontpage-block-3 .wgl-tabs_headings .wgl-tabs_header_wrap.active .wgl-tabs_header:after,
.frontpage-block-3 .wgl-tabs_headings .wgl-tabs_header_wrap.active .wgl-tabs_header:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: -1;
  margin-left: -16px;
  border-radius: 0 0 5px 0;
}

.frontpage-block-3 .wgl-tabs_headings .wgl-tabs_header_wrap.active .wgl-tabs_header:before {
  left: 50%;
  border-color: #E60078 transparent transparent transparent;
  border-width: 17px;
  bottom: -34px;
  display: block;
}

.frontpage-block-3 .wgl-tabs_headings .wgl-tabs_header_wrap.active .wgl-tabs_header:after {
  left: calc(50% + 1px);
  border-color: #fff transparent transparent transparent;
  border-width: 16px;
  bottom: -32px;
  display: block;
}

.frontpage-block-3 .wgl-tabs_content {
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.frontpage-block-3 .wgl-tabs_header:hover {
  color: #000000;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E60078;
  box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 50%);
}

.section-our-process .process-tabs_header_wrap1:hover,
.section-our-process .process-tabs_header_wrap1.active {
  background-position: right center;
  background-position-x: right;
  background-position-y: center;
}

.section-our-process .process-tabs_header_wrap2:hover,
.section-our-process .process-tabs_header_wrap2.active {
  background-position: left center;
  background-position-x: left;
  background-position-y: center;
}

.section-our-process .frontpage-wgl-tab:hover,
.section-our-process .frontpage-wgl-tab.active {
  background-image: url(../img/bg-title.png);
  background-repeat: no-repeat;
}

.section-our-process .process-tabs_header_wrap1:hover,
.section-our-process .process-tabs_header_wrap1.active {
  background-image: url(/wp-content/uploads/2021/02/bg-title-1.png);
}

.section-our-process .frontpage-wgl-tab.active .wgl-tabs_header .wgl-tabs_title {
  color: #E60078;
  background-color: rgba(0, 0, 0, 0);
}

.section-our-process .wgl-tabs_header {
  padding: 20px;
  margin: 0px 0px 0px 0px;
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0px 0px 0px 0px;
  display: block;
  border: 0;
}

.section-our-process .process-tabs_header1 {
  margin-right: 30px;
}

.section-our-process .process-tabs_header2 {
  margin-left: 15px;
}

.section-our-process {
  background-color: #fff;
}

.process-tabs_header1 {
  text-align: right;
}

.process-tabs_header2 {
  text-align: left;
}

.section-our-process .wgl-tabs_header:hover .wgl-tabs_title {
  color: #E60078;
  background-color: rgba(0, 0, 0, 0);
}

.section-our-process .wgl-tabs_content {
  border: none !important;
}

.section-our-process .div-h3 {
  margin-bottom: 20px;
}

.section-our-process h3 {
  margin-bottom: 0;
}

.section-our-culture .groove-infobox-image img {
  max-width: 54px;
}

.section-our-culture .groove-infobox-image {
  justify-content: left;
  width: 20%;
}

.section-our-culture .groove-animation-1 {
  top: -20px;
  left: 75px;
}

.section-our-culture .groove-animation-2 {
  top: -21px;
  left: 77px;
}

.frontpage-block-6 .groove-col-33 {
  padding: 0 15px;
}

.frontpage-block-6 img {
  border-radius: 10px;
  object-fit: cover;
  height: 214px;
  width: 100%;
}

.section-our-blog .groove-col-33 .blog-post {
  padding: 10px 10px 40px;
}

.section-carrer .groove-info-box {
  padding: 20px 20px 20px 20px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: inherit;
  z-index: 1;
  background-color: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  box-shadow: 0px 3px 6px 0px #d6d6d6;
  margin-bottom: 30px;
}

.carrer-left-front {
  top: 70px;
  left: -100px;
  z-index: 9;
}

.carrer-right2-front {
  top: 10px;
  right: -12px;
  z-index: 9;
}

.carrer-right1-front {
  top: 49px;
  right: -55px;
  z-index: 9;
}

.contact-front1 {
  display: inline-block;
  position: absolute;
  padding: 0px 15px 0px 30px;
}

.contactform-margin {
  max-width: 750px;
  margin-left: auto;
}

.section-carrer .frontpage-button-container {
  margin-top: 30px;
}

.groove-animation-6 {
  z-index: 10;
}

.groove-animation-6 img {
  max-width: 100% !important;
}

.frontpage-block-8 .groove-row {
  align-items: flex-start;
}

.frontpage-block-4 .wgl-tabs_header_wrap {
  margin: 0 20px;
}

.frontpage-block-4 .wgl-tabs_content-wrap {
  min-height: 574px;
}

.groove-animation-10 {
  position: absolute;
  top: -23px;
  left: -42px;
}

.groove-animation-10 img {
  width: 80%;
}

.home-border-1 {
  position: absolute;
  padding: 0;
  left: 0;
  bottom: -200px;
  display: block !important;
  width: 150px;
  z-index: 9;
}

.home-border-2 {
  position: absolute;
  padding: 0;
  right: -75px;
  top: -100px;
  display: block !important;
  width: 215px;
}

body.elementor-kit-57 input[type="submit"] {
  font-size: 15px !important;
}

.frontpage-block-4 .frontpage-button-container {
  margin-bottom: 85px;
  margin-top: -85px;
}

.frontpage-block-4 .wgl-tabs_content {
  margin-top: 0 !important;
}

.frontpage-block-4 .groove-text-editor {
  padding-top: 40px;
}

.frontpage-block-7 .infobox-content-title {
  padding-left: 15px;
}

.image-homepath {
  text-align: right;
}

.image-homepath img,
.contact-front1 img {
  width: 80%;
}

.frontpage-block-4 .wgl-tabs_title {
  font-size: 15px !important;
}

.section-porfolio .frontpage-button-container {
  margin-top: 25px;
}

.section-our-blog .span-reading-time {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
}

.padding-block-8 {
  padding-left: 35px;
}

.frontpage-block-7,
.frontpage-block-8,
.frontpage-block-1,
.frontpage-block-2,
.frontpage-block-3 {
  background: #fff;
}

@media only screen and (min-width: 776px) {
  .swiper-slide-inner {
    margin: 0 !important;
  }

  .swiper-container:hover .slick-next {
    -webkit-transform: translate(5px, -25px);
    transform: translate(5px, -25px);
  }

  .swiper-container:hover .slick-prev {
    -webkit-transform: translate(-5px, -25px);
    transform: translate(-5px, -25px);
  }

  .slick-arrow {
    position: absolute !important;
    width: 50px;
    height: 50px;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
    font-size: 20px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    color: transparent !important;
    background: transparent;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    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%;
    -webkit-transform: translate3d(0, -50%, 1px);
    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;
  }

  .swiper-slide-next {
    z-index: 9;
    opacity: 1;
  }

  .section-porfolio .lazyload,
  .section-porfolio .lazyloading {
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 776px) {
  .padding-block-8 {
    padding-left: 0px;
  }

  .frontpage-block-3 .wgl-accordion .wgl-accordion_header {
    display: block;
  }

  .frontpage-block-3 .wgl-tabs_icon {
    display: block;
    margin: 0;
  }

  .groove-text-editor {
    padding-top: 20px;
  }

  .frontpage-block-1 {
    padding-top: 160px !important;
  }

  .frontpage-block-1 .groove-animation-1 img {
    max-width: 96px;
  }

  .frontpage-block-1 .groove-animation-1 {
    top: -300px;
    left: 45px;
  }

  .frontpage-block-1 .groove-animation-2 {
    top: -300px;
    max-width: 90px;
    left: 270px;
  }

  .frontpage-block-1 .groove-animation-2 img {
    max-width: 90px;
  }

  .frontpage-block-1 .groove-animation-5 img {
    max-width: 47px;
  }

  .frontpage-block-1 .groove-animation-5 {
    left: 50px;
    top: 45px;
  }

  .frontpage-block-1 .groove-animation-4 img {
    max-width: 64px;
  }

  .frontpage-block-1 .groove-animation-4 {
    right: 38px;
    top: 45px;
  }

  .section-about-groove {
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-groove-nth1 img {
    margin-left: -4px;
  }

  .about-groove-nth2 {
    padding: 0 10px;
  }

  h1.frontpage-title {
    font-size: 50px !important;
    line-height: 60px !important;
  }

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

  .section-our-process .frontpage-wgl-tab:hover,
  .section-our-process .frontpage-wgl-tab.active {
    background-image: none;
  }

  .section-our-process .process-tabs_header_wrap1:hover,
  .section-our-process .process-tabs_header_wrap1.active {
    background-image: none;
  }

  .section-our-process .process-tabs_header_wrap1:hover .wgl-tabs_header,
  .section-our-process .process-tabs_header_wrap1.active .wgl-tabs_header,
  .section-our-process .process-tabs_header_wrap2:hover .wgl-tabs_header,
  .section-our-process .process-tabs_header_wrap2.active .wgl-tabs_header {
    border-bottom: solid 2px #E60078;
    transition: 0s;
  }

  .section-our-process .wgl-tabs_header {
    width: 170px;
    text-align: center;
  }

  .section-our-process .process-tabs_header1 {
    margin-left: calc(100% - 170px);
  }

  .section-our-process .process-tabs_header2 {
    margin-right: calc(100% - 170px);
  }

  .frontpage-block-7 img {
    width: auto;
  }

  .primary-image-mobile img {
    width: auto;
    margin: auto;
    display: flex;
  }

  .carrer-left-front {
    top: 0px;
    left: -65px;
  }

  .carrer-right1-front {
    top: 0;
    right: -5px;
  }

  .carrer-right2-front {
    top: 25px;
    right: 40px;
  }

  .section-carrer .groove-info-box {
    margin-bottom: 10px;
  }

  .frontpage-block-4 .wgl-tabs_content-wrap {
    min-height: auto;
  }

  .section-our-culture .groove-infobox-image {
    padding-left: 10px;
  }

  .section-carrer {
    margin-top: 30px;
  }

  .primary-image-mobile {
    padding: 15px 0;
  }

  .frontpage-block-4 .frontpage-button-container {
    margin-bottom: 50px;
    margin-top: 20px;
  }

  .culture-img-mobile {
    width: 80%;
    margin-left: 10%;
    padding: 20px 0;
  }

  .frontpage-block-8 .groove-image {
    margin-right: -10px;
  }

  .frontpage-block-4 .groove-text-editor {
    padding-top: 15px;
  }

  .section-our-process .process-tabs_header1 {
    margin-right: auto;
  }

  .section-our-process .process-tabs_header2 {
    margin-left: auto;
  }

  .section-our-culture .groove-infobox-image {
    width: 30%;
  }

  .section-our-culture.frontpage-block-5 {
    padding-top: 40px;
  }
}

@media only screen and (min-width: 776px) {
  .section-header-fronpage {
    padding-top: 170px !important;
  }

  .section-contact .groove-column.groove-col-50,
  .section-contact .groove-column[data-col="50"],
  .section-about-groove .groove-column.groove-col-50,
  .section-about-groove .groove-column[data-col="50"] {
    padding: 0
  }

  .about-groove-nth2 {
    padding: 50px 0px 0px 30px !important;
    ;
  }

  .frontpage-block-3 {
    padding: 30px 0px 0px 0px !important;
  }

  .contact-front2 {
    padding-left: 240px;
  }

}

@media (min-width: 776px) and (max-width: 1200px) {
  .contact-front2 {
    padding-left: 30px;
  }

  .about-groove-nth2 {
    padding: 60px 0px 0px 30px !important;
  }

  .frontpage-block-1 .groove-animation-1 {
    top: -340px;
    left: 0;
  }

  .frontpage-block-1 .groove-animation-5 {
    right: 40px !important;
    top: -320px !important;
  }

  .section-header-fronpage .groove-animation-1 {
    top: -350px;
    left: 30px;
  }
}

/*End*/
.porfolio-box-1 {
  margin-left: 50px;
}

.porfolio-box-2 {
  margin-right: 50px;
}

.btn-porfolio-home {
  display: flex;
  align-items: center;
  width: 100%;
}

.porfolio-box-ctn {
  display: flex;
  align-items: center;
  border: 1px solid #E8E9E9;
  padding: 25px 30px !important;
  border-radius: 8px;
}

.porfolio-box {
  display: flex;
  align-items: center;
  width: calc(100% - 140px);
}

.porfolio-btn {
  width: 140px;
  text-align: center;
}

.porfolio-box-2 img {
  width: 94px !important;
}

.section-porfolio p {
  margin: 0;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
}

.section-porfolio .div-h3 {
  color: #000000;
}

.porfolio-box-ctn:hover p {
  color: #E60078;
  transition: all 0.5s;
}

.porfolio-box-ctn:hover {
  cursor: pointer;
}

.porfolio-btn {
  background: #E60078;
  color: #fff;
  padding: 8px 0;
  border-radius: 40px;
  font-size: 15px;
}

.porfolio-infobox-image {
  margin-right: 30px;
}

.section-porfolio {
  background: #fff;
}

.porfolio-container {
  padding: 30px 0 20px;
}

.case-all {
  position: absolute;
  top: 25px;
  display: flex;
  margin: auto;
  font-size: 24px;
  white-space: nowrap;
  margin-left: calc((100% - 470px) /2);
  font-weight: bold;
  line-height: 30px;
  color: transparent;
}

.slick-center .case-all {
  color: #000000;
  transition: all 2.5s;
}

.img-case-all {
  padding: 0;
}

.slick-center .img-case-all {
  padding: 5px 0 10px;
}

.ctn-btn-case {
  position: absolute;
  line-height: 30px;
  width: 150px;
  text-align: center;
  color: transparent;
  background-color: transparent;
  border-radius: 40px;
  padding: 8px 0;
  margin-left: calc((100% - 150px) /2);
}

.slick-center .ctn-btn-case {
  color: #fff;
  background-color: #E60078;
  transition: all 2.5s;
}

.clutch-container .clutch-image,
.microsoft-container .microsoft-image {
  display: inline-block;
}

.clutch-image {}

.clutch-logo {
  min-width: 294px;
}

.clutch-logo-image1 {
  margin-bottom: 25px;
}

.clutch-logo-image2 {
  margin-bottom: 15px;
}

.clutch-image1,
.clutch-image2 {
  margin-left: 15px;
}

.clutch-container {
  margin-top: 20px;
  display: flex;
  /* align-items: center; */
}

.p-microsoft {
  font-size: 20px;
  color: #333333;
  line-height: 27px;
  position: absolute;
  width: 100%;
}

.microsoft-container1 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.microsoft-image {
  width: calc(100% - 298px);
  position: relative;
  padding-left: 15px;
}

.microsoft-country {
  bottom: 5px;
  position: absolute;
  margin: auto;
  width: 100%;
}

@media only screen and (max-width: 1025px) {
  .section-our-process .groove-image.groove-align-rightpc img {
    height: auto !important;
  }

  .section-our-process .max-width1170px .groove-image img {
    height: auto !important;
  }

}

@media screen and (max-width: 1024px) and (min-width: 876px) {

  .porfolio-infobox-image img,
  .culture-img-mobile,
  .porfolio-box-2 img,
  .primary-image-mobile img,
  .section-carrer .groove-infobox-image img {
    height: auto !important;
  }

  .microsoft-container1 .groove-image img {
    width: 250px;
    height: 87px;
  }

  .microsoft-image {
    width: calc(100% - 250px);
    height: 87px;
  }
}

@media only screen and (max-width: 767px) {
  .clutch-container {
    display: block;
  }

  .case-all {
    margin: 0;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    color: #000000;
    top: 5px;
  }

  .ctn-btn-case {
    padding: 6px 0;
    margin-left: calc((100% - 150px) /2);
    color: #fff;
    background-color: #E60078 !important;
    display: block;
    position: relative;
    margin-top: -40px;
    line-height: 27px;
  }

  .porfolio-box-ctn {
    margin: 10px 0 20px;
    padding: 15px 0px !important;
  }

  .btn-porfolio-home {
    display: block;
  }

  .porfolio-box {
    display: block;
    width: 100%;
  }

  .porfolio-btn {
    margin: auto;
    margin-top: 15px;
  }

  .porfolio-infobox-image {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .porfolio-infobox-content {
    text-align: center;
  }

  .clutch-image img {
    margin: 0 15px;
  }

  .clutch-image {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .microsoft-container1 {
    display: block;
    position: relative;
    margin-top: 0;
  }

  .microsoft-container1 .groove-image {
    display: block;
    text-align: center;
  }

  .microsoft-container1 .microsoft-image {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
    border-left: none;
  }

  .frontpage-block-1 .groove-animation-7 {
    left: 40%;
    bottom: 26px;
  }

  .section-our-blog .swiper-slide-inner {
    margin-inline-start: 0;
    margin-inline-end: 0;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .groove-animation-10 {
    top: -27px;
    left: -27px;
  }

  .porfolio-box-2 {
    margin-right: 20px;
  }

  .porfolio-box-1 {
    margin-left: 20px;
  }

  .porfolio-box-ctn {
    padding: 25px 20px !important;
  }

  .porfolio-btn {
    width: 130px;
    margin-left: auto;
  }

  .frontpage-block-6 .groove-col-33 {
    padding: 0 10px;
  }

  .microsoft-container1 .groove-image img {
    width: 260px !important;
    height: 87px !important;
  }

}

.homepage-badge-horizontal {
  display: flex;
  width: calc(100% - 300px);
  justify-content: space-between;
}

.homepage-badge-vertical {
  display: flex;
  flex-direction: column;
  width: 300px;
}

.homepage-badge-clutch-slidebox {
  width: 100%;
  margin-bottom: 25px;
}

.homepage-badge-clutch-slide {
  width: 272px;
  height: 115px;
}

.homepage-badge-clutch-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.homepage-badge-clutch-slidebox .slick-slide {
  padding: 0;
}

.homepage-badge-clutch-slide .slick-current img {
  transform: scale(1);
  transition: all 0.7s;
  z-index: 9;
  box-shadow: none;
}

.homepage-badge-gptw-mobile {
  margin-top: 25px;
}

@media (min-width: 800px) {
  .homepage-badge-gptw-mobile {
    display: none;
  }

  .homepage-badge-clutch-slide-mobile {
    display: none !important;
  }
}

@media(max-width: 800px) {
  .homepage-badge-horizontal {
    display: none;
  }

  .homepage-badge-vertical {
    margin: auto;
  }

  .homepage-badge-clutch-slide {
    margin: auto;
  }

  .homepage-badge-clutch-slide-desktop {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .about-groove-nth2 {
    max-width: none !important;
  }

  .about-groove-nth2 .dbl__subtitle {
    text-align: center !important;
  }

  .about-groove-nth2 .dbl__title-wrapper.dbl__title-wrapper-left {
    text-align: center !important;
  }
}

/* video get to know */
.whattoknow {
  padding: 40px 0% 50px;
  background-color: #F9FBFD;
}

.whattoknow__videobox {
  position: relative;
  margin: auto;
  width: 990px;
  height: fit-content;
  padding: 10px 10px;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #DDDDDD;
}

.whattoknow__invideobox {
  position: relative;
  overflow: hidden;
}

.whattoknow__video {
  visibility: hidden;
  transform: scale(0);
  transition: 1s;
  position: absolute;
  top: 0px;
  z-index: 0;
  width: 970px;
  border-radius: 20px;
}

.whattoknow__videobackground {
  position: relative;
  z-index: 1;
}

.whattoknow__subtitle {
  font-size: 13px;
  color: #E60078;
  text-align: center;
  margin-bottom: 15px;
}

.whattoknow__heading {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
}

.whattoknow__heading span {
  font-family: 'Inter', sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #E60078;
}

.whattoknow__description {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.whattoknow__videoboxdecor {
  padding: 20px 30px 0 60px;
  position: relative;
}

.whattoknow__videobackground img {
  border-radius: 20px;
  cursor: pointer;
}

.whattoknow__decortextbox {
  position: absolute;
  top: 20px;
  transform: translateX(-50%);
  left: 50%;
}

.whattoknow__decortext {
  width: 240px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  color: white;
  font-family: 'Inter', sans-serif;
  border-radius: 5px;
  font-size: 20px;
}

.whattoknow__textboxshadow {
  height: 40px;
  width: 240px;
  position: absolute;
  background: white;
  top: 10px;
  left: 10px;
  z-index: -1;
  border: 2px solid black;
  border-radius: 5px;
}

.whattoknow__videocursor {
  height: 150px;
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 67%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
}

.whattoknow__videocursor img {
  position: absolute;
}

.whattoknow__pulsation {
  position: absolute;
  width: 150px;
  height: 150px;
  background-color: white;
  opacity: 0;
  animation: arcontactus-pulse 2s infinite;
  border-radius: 80px;
}

@media (max-width: 768px) {
  .whattoknow__invideobox {
    position: relative;
  }

  .whattoknow__video {
    top: 0px;
    width: 100%;
    height: 100%;
  }

  .whattoknow__videobox {
    width: 100%;
  }

  .whattoknow__decortextbox {
    top: 10px;
  }

  .whattoknow__videocursor {
    width: 45px;
    height: 45px;
  }

  .whattoknow__pulsation {
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 630px) {
  .whattoknow__decortext {
    width: 120px;
    height: 20px;
    font-size: 10px;
  }

  .whattoknow__textboxshadow {
    height: 20px;
    width: 120px;
    top: 5px;
    left: 5px;
  }
}

@-webkit-keyframes arcontactus-pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* 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;
}

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

@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;
  }

  span.p-span-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--grey {
  color: #B3B3B3;
}

.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;
}

.herosection__media {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  display: none;
}

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

.herosection__media {
  width: 720px;
  height: 520px;
  position: relative;
  background-color: #FFFFFF;
  padding: 15px;
  padding-bottom: 32px;
}

.herosection__video {
  width: 690px;
  height: 425px;
  margin-bottom: 25px;
  position: relative;
}

.herosection__video-playbutton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000061;
  border-radius: 50px;
  cursor: pointer;
}

.herosection__hashtag-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  margin: auto;
}

.herosection__hashtag-box span {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}

.herosection__video-if {
  width: 690px;
  height: 425px;
  position: absolute;
  top: 0;
  z-index: 1;
  border-radius: 10px;
}

.herosection__videobackground {
  position: relative;
  z-index: 2;
  height: 100%;
}

.herosection__videobackground img {
  height: 100%;
  border-radius: 10px;
}


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


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

/* Responsive herosection */
@media (max-width: 1430px) {


  .herosection__media {
    width: 100%;
    height: 100%;
  }

  .herosection__video {
    width: 100%;
  }

  .herosection__videobackground img {
    object-fit: cover;
  }

  .herosection__hashtag-box {
    width: 85%;
  }

  .herosection__video-if {
    width: 100%;
    height: 100%;
  }
}

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

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

  .herosection__hashtag-box span {
    font-size: 16px;
  }

  .herosection__hashtag-box {
    width: 95%;
  }
}

@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;
  }

  #frustration {
    display: none !important;
  }

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


  #mobile-herosection-p {
    display: block;
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top: 0;
    margin-bottom: 15px;
  }

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

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

  .herosection__media {
    padding-bottom: 15px;
    display: block;
  }

  .herosection__video {
    margin-bottom: 15px;
  }
}

@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;
  }

  .herosection__video {
    height: 285px;
  }

  .herosection__hashtag-box span {
    font-weight: normal;
    line-height: 18px;
    font-size: 13px;
  }
}

@media (max-width: 420px) {
  .herosection__hashtag-box span {
    font-size: 11px;
  }
}

/* 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;
}

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

.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: 30px;
  }

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

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

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

  .reviews-section__review {
    padding-top: 46px;
  }

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

  .reviews-section__content-box {
    display: flex;
    flex-flow: nowrap;
    width: 2000px;
  }

  .reviews-section__container {
    overflow: scroll;
    padding: 0 15px;
  }
}

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

.page-template-GrooveHome1 .page-header {
  display: none !important;
}


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

/* .herosection__animation-box.bg-1 {
  background-image: url('../img/Home/groove-technology-paper.png');
} */


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

.herosection__line-svg {}

.herosection__dot-line {
  opacity: 1;
  right: -21px;
  position: absolute;
  top: -23px;
  transition: 0.8s;
}




#herosection__container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  display: none;
}

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

@media (max-width: 600px) {
  .herosection__animation-button {
    display: none;
  }

  .herosection__rightside {
    width: 300px;
    height: 300px;
  }

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

  .herosection__container {
    width: 300px;
    height: 300px;
  }

  .herosection__dot-line svg {
    width: 300px;
    height: 300px;
  }

  .herosection__pink-dot {
    width: 80px;
    height: 80px;
  }

  .herosection__animation-button {
    width: 80px;
    height: 80px;
  }

}

/* 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));
}

#about-us-4 .aboutUs-4__svg-left .line-1 {
  transition: 1.5s;
}

#about-us-4 .aboutUs-4__svg-left:hover .line-1 {
  fill: #e60078;
}

#about-us-4 .aboutUs-4__svg-right .avt-1 {
  transition: 0.5s;
}

#about-us-4 .aboutUs-4__svg-right .avt-2 {
  opacity: 0;
  transition: 0.5s;
}

#about-us-4 .aboutUs-4__svg-right .line-path {
  fill: none;
  stroke: #e60078;
  stroke-width: 2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  transition: 1s;
}

#about-us-4 .border-1 {
  transition: 1.5s;
}

#about-us-4 .aboutUs-4__svg-right:hover .line-path {
  stroke-dashoffset: 0;
}

#about-us-4 .aboutUs-4__svg-right:hover .border-1 {
  fill: #e60078;
}

#about-us-4 .aboutUs-4__svg-right:hover .avt-2 {
  opacity: 1;
}

#about-us-4 .aboutUs-4__svg-right:hover .avt-1 {
  opacity: 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__number {
  width: 50px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
}

.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__text-right {
  align-self: start;
}

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

.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__button-team {
  padding-top: 20px;
  display: none;
}

.solution-section__button-team a {
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #e60078;
  color: #ffffff;
  width: 220px;
  justify-content: center;
  border-radius: 4px;
  position: relative;
}
.solution-section__button-team a span{
  font-size: 16px;
  line-height: 22px;
  font-family: 'Inter', sans-serif;
  position: relative;
  z-index: 2;
}

.solution-section__button-team a:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: #C60067;
  transition: all .35s;
  border-radius: 3px;
  z-index: 0;
}

.solution-section__button-team a:hover {
  color: #fff;
}

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

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

.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;
  }
  .solution-section__text-right .solution-section__word:first-child {
    border-top: 1px solid #e8e8e8 !important;
  }
  .solution-section__button-team a{
    margin: auto;
  }
}

/* blog section */

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

.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;
}

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

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

.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;
}

.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 a {
  font-size: 15px!important;
  line-height: 20px!important;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
}

.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;
}

@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;
  }

  .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;
  }
}