.banner-kv-services::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(40, 40, 40, 0) 23.85%,
    rgba(1, 1, 1, 0.85) 85.91%
  );
  z-index: 2;
}
.wrap-btn-custom .btn-custom {
  color: #fff;
  /* margin-top: 20px; */
  display: inline-block;
  text-transform: inherit;
}
.banner-kv-services {
  margin-bottom: 0;
  min-height: 665px;
}
.vision-mission {
  position: relative;
  padding: 60px 0 0;
  overflow: hidden;
  background-position: top;
  background-size: 100% 100%;
  background-origin: padding-box;
  background-repeat: no-repeat;
  min-height: 373px;
}
.vision-mission::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(11, 20, 47, 0.9);
  display: none;
}

.vision-mission .box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  padding: 0 0 60px;
  position: relative;
  z-index: 2;
}
.vision-mission.art-production-service-why .box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  padding: 0;
  position: relative;
  z-index: 2;
}
.vision-mission.art-production-service-why .box-content {
  grid-column: span 2;
}
.vision-mission.art-production-service-why .box-content:nth-child(4) {
  grid-column-end: 4;
}
.vision-mission .box-title {
  position: relative;
}
.vision-mission .box-content {
  border: 1px solid #fff;
  padding: 50px 25px;
  border-radius: 10px;
  text-align: center;
}

.vision-mission .box-content h3 {
  font-size: 27px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
}
.vision-mission .box-title h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
  color: #fff;
  /* margin-bottom: 0; */
  text-transform: capitalize;
}
.vision-mission .box-title p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}
.vision-mission .box-content .description {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.vision-mission .box-content > img {
  max-width: 75px;
}

.tabs-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  animation: anime-animation 1.2s ease-in-out forwards;
  z-index: 10;
}

.menu-tabs > h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
  text-align: left;
}

.tabs-menu .tab-link h4 {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;

  text-transform: capitalize;
  text-align: center;
  border-radius: 22.5px;
  border: 1.5px solid #afafaf;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 6px 18px;
  transition: all 0.35s ease-in-out;
}
.tabs-menu .tab-link:hover h4,
.tabs-menu .tab-link.active h4 {
  background-color: #ed2647;
  border: 1.5px solid #ed2647;
}
.tabs-menu .tab-link {
  margin-left: 8px;
}
.tabs-menu .tab-link:first-child {
  margin: 0;
}
.tab-content {
  display: none;
}
.tabs-inner {
  margin-top: -50px;
  min-height: 560px;
  position: relative;
}

#ui-ux-design .tabs-inner,
#animation-vfx .tabs-inner {
  margin-top: 0;
}

.tab-items::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 77px;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.tab-content.active {
  display: block;
}

.tab-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 6px;
  padding: 10px;
  background-color: #151a1d;
}

.tab-items .item {
  pointer-events: none;
}

.art-design .box-images {
  position: relative;
}
.art-design .box-images h3 {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  letter-spacing: -0.75px;
  text-transform: capitalize;

  position: absolute;
  left: 75px;
  top: 50%;
  transform: translateY(-50%);
}
.art-design .box-images .images img:nth-child(2) {
  max-width: 385px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.art-design .box-images .images img:last-child {
  max-width: 257px;
  position: absolute;
  right: 257px;
  bottom: -10px;
}
.art-design:nth-child(2) .box-images .images img:last-child {
  max-width: 525px;
  right: 0;
  bottom: 0;
}
.art-design:nth-child(3) .box-images .images img:last-child {
  max-width: 545px;
  right: 0;
  bottom: -95px;
}
.art-design:nth-child(4) .box-images .images img:last-child {
  max-width: 460px;
  right: 100px;
  bottom: 10px;
}
.design-tools {
  padding-bottom: 120px;
}
.design-tools h2 {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  padding-bottom: 25px;
  letter-spacing: -0.36px;
  border-bottom: 1px solid #a0a0a0;
  text-transform: capitalize;
}
.our-development-process {
  padding-bottom: 100px;
}
.our-development-process h2 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 30px;
  padding-bottom: 25px;
  letter-spacing: -0.36px;
  border-bottom: 1px solid #a0a0a0;
  text-transform: capitalize;
}
.our-development-process-game .images {
  padding: 0 60px;
}
.design-tools h2.title {
  color: #000;
}
.art-service-our-portfolio .box-item {
  margin-bottom: 20px;
}
.art-service-our-portfolio .box-item:last-child {
  margin: 0;
}
/* .our-ai-clients h2 {
  color: #000;
} */
.art-service-our-portfolio {
  overflow: hidden;
  padding: 60px 0;
  margin-top: -1px;
  min-height: 700px;
  width: 100%;
  height: 100%;
  background-image: url(../images/services/art-productions/portfolio-bg.png);
  background-position: top;
  background-size: 100% 100%;
  background-origin: padding-box;
  background-repeat: no-repeat;
}
.bg-client-process-tool {
  overflow: hidden;
  padding: 60px 0;
  margin-top: -1px;
  min-height: 1000px;
  width: 100%;
  height: 100%;
  background-image: url(../images/services/process-engines-clients.jpg);
  background-position: top;
  background-size: 100% 100%;
  background-origin: padding-box;
  background-repeat: no-repeat;
}
.art-service-our-portfolio h2.title {
  color: #fff;
  text-align: left;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.36px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c0c0c0;
  text-transform: capitalize;
}
.art-service-our-portfolio .box-list {
  overflow: hidden;
  padding-top: 30px;
}
.tab-content {
  transition: all 0.3s ease;
}
.tab-content.active .fade {
  animation: 1s fade ease forwards;
  opacity: 1;
}

.bg-services-contact .section-contact {
  background-image: none !important;
}
.bg-services-contact {
  overflow: hidden;
  padding: 60px 0 0;
  margin-top: -1px;
  margin-bottom: -1px;
  min-height: 700px;
  width: 100%;
  height: 100%;
  background-image: url(../images/services/bg-tools-clients-contact.jpg);
  background-position: top;
  background-size: 100% 100%;
  background-origin: padding-box;
  background-repeat: no-repeat;
}

.our-ai-clients h2.title {
  color: #fff;
}

.our-project {
  background-color: transparent;
}
.our-project h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.our-project .btn-custom:before {
  background-color: #bfbfbf;
}
.our-project .btn-custom:hover:before {
  background-color: #ed2647;
}
.our-project .btn-custom {
  color: #bfbfbf;
}
.our-project .item .box {
  border-radius: 26px;
}

.services-contacts-images {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 636px;
}
.software-development-service-why .box-title h2,
.game-development-service-why .box-title h2,
.art-production-service .box-title h2 {
  margin: 0;
  padding-bottom: 35px;
  border: none;
}
.software-development-service-why .box-title,
.game-development-service-why .box-title,
.art-production-service .box-title {
  text-align: center;
  margin-bottom: 45px;
}
.chibi-1,
.chibi-2,
.chibi-3,
.chibi-4,
.chibi-5,
.chibi-6 {
  position: relative;
}
.chibi-2::after,
.chibi-3::after,
.chibi-4::after,
.chibi-5::after,
.chibi-6::after,
.chibi-1::after {
  position: absolute;
  content: "";
  background: url(../images/services/chibi/chibi-01.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  top: 0;
  right: 15px;
  height: 165px;
  width: 205px;
  z-index: 1;
}
.chibi-2::after {
  background: url(../images/services/chibi/chibi-02.png) no-repeat;
  width: 200px;
  height: 230px;
  top: -45px;
  right: 25px;
  background-size: 100% auto;
}
.chibi-3::after {
  background: url(../images/services/chibi/chibi-03.png) no-repeat;
  width: 210px;
  height: 230px;
  top: -40px;
  background-size: 100% auto;
}
.chibi-4::after {
  background: url(../images/services/chibi/chibi-04.png) no-repeat;
  width: 200px;
  top: -45px;
  height: 230px;
  background-size: 100% auto;
}
.chibi-5::after {
  background: url(../images/services/chibi/chibi-05.png) no-repeat;
  width: 200px;
  top: -45px;
  height: 230px;
  background-size: 100% auto;
}
.chibi-6::after {
  background: url(../images/services/chibi/chibi-06.png) no-repeat;
  width: 230px;
  height: 230px;
  top: -30px;
  right: 5px;
  background-size: 100% auto;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime-animation {
  0% {
    opacity: 0;
    transform: rotateX(-40deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0);
  }
}
.panel {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  color: #6a778b;
  max-width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

video {
  max-width: 100%;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}

.content h2 {
  margin-bottom: 90px;
}

.main {
  padding-top: 80px;
  background-color: #f5f5f7;
}

.text-green {
  background: linear-gradient(180deg, #a6e159 0%, #508312 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.panel a {
  color: #6a778b;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}

.line-center {
  width: 2px;
  height: 32px;
  margin: 0 95px;
  text-align: center;
  background-color: #e6e8ec;
}

.content .box-content {
  margin-bottom: 24px;
}

.content .box-1 {
  min-height: 390px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 24px;
  background-position: bottom;
}

.content .box-1 .box-content {
  padding-top: 100px;
  padding-left: 80px;
}

.content.box-4 p {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #838e9e;
}

.content .box-1 p {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.content .box-1 .col-md-5 {
  position: relative;
}

.border-radius {
  border-radius: 24px;
  overflow: hidden;
}

.content .box-1 .col-md-5 .box-content-img {
  max-width: 540px;
  width: 540px;
  position: absolute;
  bottom: -50px;
  right: 30px;
}

.content .box-1 .col-md-6 {
  position: relative;
}

.content .box-1 .col-md-6 .box-content-img {
  max-width: 520px;
  position: absolute;
  top: -50px;
  right: 120px;
}

.box-img .row-img {
  display: flex;
  justify-content: space-between;
}

.box-img .row-img > div.col-a {
  width: 430px;
  max-width: 100%;
  padding: 0;
}

.box-img .row-img > div.col-b {
  width: 666px;
  max-width: 100%;
  padding: 0;
}

.box-img .row-img .col-a > div,
.box-img .row-img .col-b > div {
  margin-bottom: 24px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.box-3-img .item-i,
.box-5 .item-i {
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
  text-align: center;
}

.box-img img {
  width: 100%;
  max-width: 100%;
}

.box-img .item-a {
  max-height: 330px;
  position: relative;
}

.item-a .text .text-content,
.item-c .text .text-content,
.item-e .text .text-content {
  width: 374px;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.content.box-2 h3,
.content.box-3 h3 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-color-1 {
  background: linear-gradient(180deg, #ffcd9e 0%, #ff7a00 100%);
}

.text-color-2 {
  background: linear-gradient(180deg, #ffed94 9.38%, #fdd203 100%);
}

.text-color-3 {
  background: #fff;
}

.text-color-4 {
  background: linear-gradient(180deg, #fc85fe 0%, #9e00ff 100%);
}

.td-char {
  margin-bottom: 90px !important;
}

.item-a .text,
.item-c .text,
.item-e .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-c .text,
.item-e .text {
  align-items: inherit;
  padding-top: 46px;
}

.box-img .item-b {
  max-height: 660px;
}

.box-img .item-c {
  max-height: 660px;
  position: relative;
}

.box-img .item-d {
  max-height: 330px;
}

.box-img .item-e {
  max-height: 906px;
}

.box-img.box-6 .row-img > div.col-b {
  width: 740px;
}

.box-img.box-6 .row-img > div.col-a {
  width: 360px;
}

#animation-vfx .tab-items .item:first-child {
  min-height: 313px;
  position: relative;
  background-color: #f5f5f7;
}
#animation-vfx .tab-items .item:nth-child(2) {
  min-height: 313px;
  position: relative;
  background-color: #f5f5f7;
}
#animation-vfx .tab-items .item:nth-child(3) {
  min-height: 313px;
  position: relative;
  background-color: #f5f5f7;
}

#animation-vfx .tab-items {
  grid-template-columns: repeat(3, calc(33.3333333% - 4px));
}

#animation-vfx .tab-items .item {
  overflow: hidden;
}

@media only screen and (min-width: 1500px) {
  .tabs-inner {
    min-height: 695px;
  }
  #ui-ux-design .tabs-inner,
  #animation-vfx .tabs-inner {
    min-height: 650px;
  }

  .art-design:nth-child(2) .box-images .images img:last-child {
    /* max-width: 600px; */
  }
  .art-design:nth-child(3) .box-images .images img:last-child {
    max-width: 600px;
  }
  .art-design:nth-child(4) .box-images .images img:last-child {
    max-width: 600px;
  }
  .art-service-our-portfolio .box-list {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1300px) {
  .banner-kv-main-page .entry-header .post-thumbnail img {
    height: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .art-service-our-portfolio iframe {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #animation-vfx .tab-items .item:first-child {
    min-height: 230px;
  }
  #animation-vfx .tab-items .item:nth-child(2) {
    min-height: 230px;
  }
  #animation-vfx .tab-items .item:nth-child(3) {
    min-height: 230px;
  }
 
  .art-service-our-portfolio iframe {
    height: 223px;
  }

  .art-design .box-images .images img:nth-child(2) {
    max-width: 32%;
  }
  .art-design .box-images .images img:last-child {
    max-width: 25%;
    right: 23%;
  }
  .art-design:nth-child(2) .box-images .images img:last-child {
    max-width: 48%;
  }
  .art-design:nth-child(3) .box-images .images img:last-child {
    max-width: 50%;
  }
  .art-design:nth-child(4) .box-images .images img:last-child {
    max-width: 45%;
    right: 45px;
  }
  .tab-items {
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  #animation-vfx .tab-items .item:first-child {
    min-height: 157px;
  }
  #animation-vfx .tab-items .item:nth-child(2) {
    min-height: 157px;
  }
  #animation-vfx .tab-items .item:nth-child(3) {
    min-height: 157px;
  }
  .art-service-our-portfolio iframe {
    height: 100%;
  }
  .tabs-list-art-our-service .items {
    grid-template-columns: repeat(1, 1fr);
  }

  .tabs-list-art-our-service .item {
    grid-template-columns: inherit;
  }
  .tabs-list-art-our-service .item .icon-images {
    width: 140px;
  }

  .vision-mission .box {
    grid-template-columns: repeat(1, 1fr);
  }

  .vision-mission.art-production-service-why .box {
    grid-template-columns: inherit;
  }
  .vision-mission.art-production-service-why .box-content:nth-child(4) {
    grid-column-end: inherit;
  }
  .vision-mission.art-production-service-why .box-content {
    grid-column: inherit;
  }

  .tabs-inner {
    min-height: 242px;
  }

  .our-project .group {
    flex-wrap: wrap;
  }

  .services-contacts-images {
    display: none;
  }
  .art-production-service-why .box-title svg,
  .software-development-service-why .box-title svg,
  .game-development-service-why .box-title svg {
    width: 100%;
    height: 3px;
  }

  .design-tools .box-images {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  /* For mobile phones: */
  .software-development-service-why .box-title h2,
  .game-development-service-why .box-title h2,
  .art-production-service .box-title h2,
  .our-development-process h2,
  .design-tools h2,
  .our-development-process h2,
  .vision-mission .box-content h3,
  .vision-mission .box-title h2,
  .services-developments h2 {
    font-size: 24px;
    line-height: normal;
    text-align: center;
    width: 100%;
  }

  .software-development-service-why .box-title,
  .game-development-service-why .box-title,
  .art-production-service .box-title {
    margin-bottom: 20px;
  }
  .software-development-service-why .box-title h2,
  .game-development-service-why .box-title h2,
  .art-production-service .box-title h2 {
    padding-bottom: 20px;
  }
  .vision-mission .box-content h3 br {
    display: none;
  }

  .vision-mission {
    padding-top: 50px;
  }
  .vision-mission .box {
    padding-bottom: 0;
  }
  .bg-client-process-tool {
    padding: 50px 0;
    background-size: cover;
    min-height: 100%;
  }
  .our-development-process h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .our-development-process {
    padding-bottom: 50px;
  }
  .design-tools {
    padding-bottom: 50px;
  }
  .our-development-process-game .images {
    padding: 0;
  }
  .line-center {
    margin: 0 50px;
  }
  .main {
    padding-top: 40px;
  }
  .td-char {
    margin-bottom: 46px !important;
  }
  .content h2 {
    margin-bottom: 40px;
  }
  .content.box-4 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .content .box-1 p {
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
    padding-bottom: 80px;
  }
  .content .box-1 .box-content {
    padding-top: 36px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .box-img {
    padding-left: 20px;
    padding-right: 20px;
  }
  .box-img .row-img {
    display: block;
  }
  .item-a .text .text-content,
  .item-c .text .text-content {
    font-size: 16px;
    font-weight: 600;
  }
  .item-c .text,
  .item-e .text {
    padding-top: 24px;
  }
  .content .box-1 .col-md-5 .box-content-img,
  .content .box-1 .col-md-6 .box-content-img {
    position: relative;
    display: block;
    text-align: center;
    bottom: 15px;
    right: unset;
  }
  .box-img .row-img .col-a > div,
  .box-img .row-img .col-b > div,
  .box-3-img .item-i,
  .box-5 .item-i {
    border-radius: 16px;
  }
  .content .box-1 .col-md-5 .box-content-img {
    width: 100%;
    max-width: 335px;
    margin: 10px auto;
  }
  .banner-kv-services::before,
  .bg-kv-software-mobile .entry-header .post-thumbnail,
  .bg-kv-game-mobile .entry-header .post-thumbnail,
  .bg-kv-art-mobile .entry-header .post-thumbnail {
    display: none;
  }
  .bg-kv-software-mobile,
  .bg-kv-game-mobile,
  .bg-kv-art-mobile {
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-image: url(../images/services/art-productions/bg-kv-art-mobile.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-origin: padding-box;
    align-items: end;
    justify-content: end;
  }
  .bg-kv-game-mobile {
    background-image: url(../images/services/game-development/bg-kv-game-mobile.png);
  }
  .bg-kv-software-mobile {
    background-image: url(../images/services/software/bg-kv-software-mobile.png);
  }

  .art-service-our-portfolio {
    padding: 50px 0;
  }
  .art-service-our-portfolio h2.title {
    font-size: 24px;
    line-height: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
    text-align: center;
  }
  .art-design .box-images h3 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0;
  }
  .art-service-our-portfolio .box-list {
    padding-top: 0;
  }

  .tabs-menu .tab-link h4 {
    line-height: 20px;
    padding: 3px 15px;
  }
  .art-service-our-portfolio {
    background-size: cover;
  }
  .bg-services-contact {
    padding: 50px 0;
  }
  #animation-vfx .tab-items {
    grid-template-columns: inherit;
  }
}

@media only screen and (max-width: 479px) {
  video::-webkit-media-controls-start-playback-button {
    display: none !important;
  }
  video::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
  }
  video::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
  }
  video::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
  }

  .art-design .box-images h3 {
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    text-shadow: 3px 2px #212529;
  }
  .art-design .box-images .images img:nth-child(2) {
    max-width: 35%;
  }
  .art-design .box-images .images img:last-child {
    max-width: 28%;
  }
  .art-design:nth-child(2) .box-images .images img:last-child {
    max-width: 50%;
  }
  .art-design:nth-child(3) .box-images .images img:last-child {
    max-width: 60%;
    bottom: -60px;
  }
  .tabs-menu .tab-link h4 {
    font-size: 12px;
    padding: 3px 10px;
  }
  .art-service-our-portfolio .box-item .box-images .images {
    min-height: 150px;
  }
  .art-service-our-portfolio .box-item .box-images .images img:first-child {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
  .art-service-our-portfolio {
    padding-bottom: 0;
  }
  #animation-vfx .tab-items .item:first-child {
    min-height: 307px;
  }
  #animation-vfx .tab-items .item:nth-child(2) {
    min-height: 307px;
  }
  #animation-vfx .tab-items .item:nth-child(3) {
    min-height: 307px;
  }
  .art-service-our-portfolio iframe {
    height: 307px;
  }
  .tab-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .our-project.home-page {
    padding-bottom: 0;
  }
  .tabs-list-art-our-service .items {
    gap: 20px;
  }
  .vision-mission .box-content {
    padding: 20px;
  }
  .tabs-list-art-our-service .item .icon-images {
    width: 150px;
    margin: 0 auto;
  }
  .bg-kv-software-mobile, .bg-kv-game-mobile, .bg-kv-art-mobile {
    min-height: 600px;
  }
}
@media only screen and (max-width: 375px) {
  .bg-kv-software-mobile, .bg-kv-game-mobile, .bg-kv-art-mobile {
    min-height: 500px;
  }
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1120px) {
  /* your css rules for ipad portrait */
  .main .content {
    padding: 0 20px;
  }

  .box-img .row-img > div.col-a {
    width: 40%;
    padding-right: 10px;
  }

  .box-img .row-img > div.col-b {
    padding-left: 10px;
    width: 60%;
  }

  .box-img.box-3 .row-img > div.col-a {
    width: 40%;
    padding-right: 0;
    padding-left: 10px;
  }

  .box-img.box-3 .row-img > div.col-b {
    padding-right: 10px;
    padding-left: 0;
    width: 60%;
  }

  .content .box-1 .box-content {
    padding-left: 30px;
  }

  .content .box-1 .col-md-5 .box-content-img {
    max-width: 100%;
  }

  .content .box-1 p {
    font-size: 18px;
  }

  .item-a .text .text-content,
  .item-c .text .text-content,
  .item-e .text .text-content {
    font-size: 18px;
    max-width: 100%;
  }

  .text-content br {
    display: none;
  }
}
