.main-banner h1 {
  background: linear-gradient(
    90deg,
    #ff3bff 0%,
    #ecbfbf 38.02%,
    #5c24ff 75.83%,
    #d94fd5 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80px;
  font-weight: 600;
  line-height: 84px;
  z-index: 1;
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  margin-bottom: 0;
  padding-top: 60px;
}

.main-banner {
  min-height: 548px;
  max-height: 696px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.main-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main .content {
  max-width: 1120px;
  position: relative;
  margin: 0 auto;
}

.main .content h2,
.main .content h1.title {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
}

.content h3 {
  font-size: 40px;
  font-weight: 600;
}
.box-video {
  position: relative;
}
.box-video::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 21.81%, #010101 100%),
    linear-gradient(
      270deg,
      rgba(40, 40, 40, 0) 23.85%,
      rgba(1, 1, 1, 0.85) 85.91%
    );
  z-index: 5;
}
.box-video > .container {
  position: absolute;
  left: 50%;
  top: calc(50% - 50px);
  transform: translate(-50%, 50%);
  z-index: 11;
}
.box-video .box-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 75%;
  color: #fff;
}
.box-video .box-text h1 {
  color: #fff;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: -0.75px;
  text-transform: capitalize;
}
.box-video .box-text .btn-custom {
  color: #fff;
  text-transform: inherit;
}
.box-video .box-text .description {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 35px;
  max-width: 500px;
}

.our-service .post-thumbnail img {
  width: 100%;
}

.page-services {
  background-color: #f5f5f7;
}
.items-services {
  position: relative;
  background-position: top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  margin: 60px 0;
}

.items-services .box-content .col-md-6 {
  position: relative;
  z-index: 2;
}

.items-services .box-content {
  min-height: 358px;
  padding: 45px 0;
  /* border-radius: 8px;
    box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3); */
}

.game-development .box-content {
  background-color: transparent;
  padding: 105px 0;
}

.items-services .box-content.img-left .col-md-6:first-child {
  order: 2;
}
.items-services .box-content.img-left .col-md-6:last-child {
  order: 1;
}
.items-services .box-content h2.title,
.items-services .box-content h3.title {
  position: relative;
  color: #171921;
  font-size: 36px;
  font-weight: 400;
  line-height: 43px;
  text-align: left;
  font-weight: 600;
  text-transform: capitalize;
}

.items-services .box-content .title .text-red {
  display: block;
  font-size: 52px;
  color: #ed2647;
}

.items-services .box-content .description {
  color: #545971;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin-bottom: 45px;
  text-align: left;
}

.items-services .box-content h3 {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  transform: scale(1) translateY(0);
}

.items-services .bg-image-full {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.items-services .bg-image-full.left {
  position: absolute;
  right: auto;
  left: 0;
}
.items-services .box-content .bg-image-full img,
.items-services .box-content .bg-image img {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.items-services .box-content .bg-image .anime1 {
  position: absolute;
  right: 0;
  bottom: 83px;
  max-width: 385px;
}

.items-services .items-list {
  max-width: 85%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
  gap: 10px;
}

.items-services .items-list .item {
  position: relative;
  min-height: 127px;
  padding: 10px;
  border-radius: 38px;
  border-bottom-left-radius: 0;
  text-align: left;
  /* border: 1px solid #e4e4e4; */
  box-shadow: 5px 12px 25px rgba(0, 0, 0, 0.3);
  transition: all 0.35s ease-in-out, color 0.35s ease-in-out;
}
.items-services.ai-development .items-list .item {
  min-height: 133px;
  position: relative;
}
.items-services.art-production .items-list .item {
  min-height: 111px;
}

.items-services .items-list .item:hover {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.3);
}

.items-services .items-list .bg-image.hover img {
  animation: zoom-in-zoom-out 2s ease-out;
}

.items-services .items-list .item:hover img {
  transform: scale(1.2) translateY(5px);
}
.items-services .items-list .item img {
  -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.3));
  transform: scale(1) translateY(5px);
}

.items-services .items-list .item:hover {
  transform: scale(1.01) translateY(5px);
}

.items-services .items-list .item:hover h3 {
  transition: all 0.35s ease-in-out;
  transform: scale(1) translateY(5px);
}

.items-services .items-list .item img {
  transition: all 0.35s ease-in-out;
}
.items-services .bg-image .hide,
.items-services .bg-image-full .hide {
  display: none;
}
.items-services .bg-image-full .bg {
  transform: translate(0) !important;
}

.game-development .box-content h2.title,
.game-development .box-content .description {
  color: #fff;
}
.game-development .items-list .item {
  background-color: #fff;
}
.game-development .bg-image-full.right {
  top: auto;
  transform: translateY(0);
  bottom: 0;
}

.software-development {
  padding: 130px 0 10px;
}
.software-development .box-content {
  position: relative;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 0 40px 0;
  background-color: #fff;
}
.software-development .box-content .description {
  margin: 0;
}
.software-development .items-list {
  padding-top: 150px;
  padding-bottom: 20px;
  grid-template-columns: repeat(2, 1fr);
}
.software-development .box-content .bg-image .anime {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ai-development .box-content {
  padding-bottom: 0;
}
.ai-development .bg-image {
  display: flex;
  justify-content: end;
}
.box-border {
  position: absolute;
  top: -120px;
  left: 40px;
  padding: 40px;
  background-color: rgba(222, 222, 222, 0.9);
  border-radius: 12px;
  border: 1.5px solid transparent;
  background: linear-gradient(rgba(222, 222, 222, 0.9) 0 0) padding-box,
    linear-gradient(
        to right,
        rgba(222, 222, 222, 0.75) 0%,
        rgba(255, 255, 255, 0) 50%
      )
      border-box;
  z-index: 3;
}

.about-background {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: top;
  background-size: 100% 100%;
  background-origin: padding-box;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -32px;
}
.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(3, 1fr);
  gap: 28px;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
.vision-mission .box-title {
  display: grid;
  grid-template-columns: 60% 1fr;
  gap: 28px;
  align-items: end;
  position: relative;
}
.vision-mission .box-content {
  border: 1px solid #fff;
  padding: 50px 25px;
  border-radius: 10px;
  text-align: center;
}

.vision-mission .box-content + .box-content {
  margin-left: 30px;
}

.vision-mission .box-content h3 {
  font-size: 27px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  min-height: 64px;
}
.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;
}

/* our talented teams */
.our-talented-teams {
  padding: 50px 0 60px;
  margin-bottom: 0;
}
.our-talented-teams .box-content {
  position: relative;
  min-height: 430px;
  align-items: center;
  padding: 50px 80px;
  border-radius: 12px;
  background: url(../images/services/techical-bg-box.png) no-repeat;
  background-position: top;
  background-size: 100% 100%;
  box-shadow: 7.728px 26.563px 57.957px 0px rgba(0, 50, 109, 0.2);
}
.our-talented-teams .box-content:last-child {
  background: url(../images/services/creative-bg-box.png) no-repeat;
  background-position: top;
  background-size: 100% 100%;
}
.our-talented-teams .box-content:first-child {
  align-items: start;
}
.our-talented-teams .box-content ~ .box-content {
  margin-top: 50px;
}
.our-talented-teams .box-content.img-left {
  padding-left: 50%;
}
.our-talented-teams .box-content.img-left .col-md-6 {
  width: 100%;
}
.our-talented-teams .box-content .description {
  margin-bottom: 0;
}
.our-talented-teams .box-content .box {
  padding: 42px;
  border-radius: 12px;
  background: url(../images/services/team-box.png) no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
.our-talented-teams .box-content .bg-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.our-talented-teams .box-content .bg-image img {
  position: absolute;
  bottom: 0;
  right: 100px;
}
.our-talented-teams .box-content.img-left .bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 3;
}
.our-talented-teams .box-content.img-left .bg-image img {
  position: absolute;
  bottom: 0;
  left: 100px;
  right: auto;
}

.our-ai-clients .slick-prev,
.our-ai-clients .slick-next {
  display: block !important;
}

#carousel-custom-dots {
  display: none;
}
/* Dots */
.owl-dot {
  padding: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 0;
  margin-right: 15px;
  border-radius: 50%;
  background-color: #999;
  transition: all 0.5s linear;
}
.owl-dot.active {
  width: 20px;
  height: 20px;
  background-color: #ed2647;
}
.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-dots {
  position: relative;
  margin-top: 25px;
  min-height: 25px;
}

/* Responsive */
@media only screen and (min-width: 1560px) {
  .items-services .wrapper {
    position: relative;
    max-width: 1320px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  /* .video-container {
    height: 100% !important;
  } */
  .our-talented-teams .container {
    max-width: 1200px !important;
  }
}
@media only screen and (max-width: 1400px) {
  .video-container {
    height: 100% !important;
    min-height: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .our-talented-teams .box-content.img-left .bg-image img {
    max-width: 50%;
    left: 20px;
  }
  .our-talented-teams .box-content .box {
    padding: 30px;
    background-size: cover;
  }
  .our-talented-teams .box-content {
    background-size: cover;
  }
  
}

@media only screen and (max-width: 1024px) {
  .items-services .box-content .description br {
    display: none;
  }
  .items-services.software-development .col-md-5,
  .items-services.software-development .col-md-7 {
    width: 50%;
  }
}

@media only screen and (max-width: 991px) {
  .box-video .box-text h1 {
    font-size: 24px;
    line-height: 28px;
    padding-top: 80px;
  }
  .we-worked-with .btns {
    justify-content: center;
    padding-left: 0;
  }
  .we-worked-with .title h3 {
    text-align: left;
    font-size: 28px;
  }
  .we-worked-with .box-content .box-images .logo {
    bottom: 35px;
  }
  .we-worked-with {
    background-position: top;
    background-size: 100% 100%;
    background-origin: padding-box;
  }

  .items-services .bg-image-full {
    display: none;
  }
  .items-services .box-content .col-md-6 + .col-md-6 {
    margin-top: 30px;
  }

  .vision-mission .box-title {
    grid-template-columns: inherit;
  }

  .vision-mission .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .vision-mission .box-content + .box-content {
    margin-left: 0;
  }
  .our-talented-teams .box-content .box {
    background-size: 100% 100%;
  }
  .our-talented-teams .box-content {
    padding: 40px 20px;
  }
  .our-talented-teams .box-content.img-left .bg-image img,
  .our-talented-teams .box-content.img-left .bg-image,
  .our-talented-teams .box-content .bg-image,
  .our-talented-teams .box-content .bg-image img {
    right: 0;
    left: 0;
    position: relative;
    text-align: center;
  }
  .our-talented-teams .box-content.img-left {
    padding-left: 20px;
  }
  .our-talented-teams .box-content ~ .box-content {
    margin-top: 40px;
  }
  .our-talented-teams .box-content.img-left .bg-image img {
    max-width: inherit;
  }
  .our-project .wrap-btn-custom {
    margin-top: 20px;
  }
  .our-project .group {
    flex-wrap: wrap;
  }
  .box-border {
    left: 0;
  }
  .software-development .items-list {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .ai-development .items-list {
    padding-bottom: 20px;
  }
  .software-development .box-content .bg-image .bg {
    display: none;
  }
  .software-development .box-content .bg-image .anime {
    position: relative;
  }
  .our-talented-teams .box-content .col-md-6 {
    width: 100%;
  }
  .vision-mission {
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) {
  #carousel-custom-dots {
    display: flex;
  }
  /* For mobile phones: */
  .vision-mission {
    background-size: cover;
  }
  .main-banner {
    min-height: 460px;
  }
  .main-banner h1 {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 32px;
    padding-top: 0;
  }
  .content {
    padding: 0 20px;
  }
  .page-wrapper h2,
  .main .content h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .our-project h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
  .content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .items-services {
    margin: 0;
  }
  .items-services .box-content {
    padding: 50px 0;
  }
  .game-development .box-content {
    padding: 50px 0;
  }
  .items-services .box-content.img-left .col-md-6:first-child {
    margin-top: 30px;
  }
  .game-development .box-content .title,
  .game-development .box-content .description {
    margin-bottom: 20px;
  }
  .software-development {
    padding: 120px 0 10px;
    margin-top: 40px;
  }
  .software-development .box-content {
    padding: 0 20px 0;
  }
  .box-border {
    padding: 20px;
  }
  .items-services.software-development .col-md-5,
  .items-services.software-development .col-md-7 {
    width: 100%;
  }
  .items-services .bg-image {
    text-align: center;
  }
  .slick-carousel-clients .slick-prev,
  .slick-carousel-clients .slick-next {
    width: 44px;
    height: 44px;
  }
  .slick-carousel-clients .slick-prev,
  .slick-carousel-clients .slick-next {
    top: 15px;
  }
 
  .bg-services .title h2,
  .vision-mission .box-content h3,
  .items-services .box-content h2.title,
  .items-services .box-content h3.title,
  .vision-mission .box-title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .bg-services .title h2 {
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .vision-mission .box-title {
    gap: 20px;
  }
  .vision-mission .box {
    padding: 30px 0 60px;
  }

  .box-video .box-text {
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
  }
  .box-video .box-text .description {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
  }
  .page-services #video {
    display: none;
  }
  .page-services .video-container {
    position: relative;
    padding-bottom: 0;
    height: 100vh;
    background-image: url(../images/services/services-kv-mobi.png);
    background-position: top;
    background-size: cover;
    background-origin: padding-box;
  }
  .our-project .wrap-btn-custom {
    display: none;
  }
  .we-worked-with .container.title {
    padding: 0;
  }
  .vision-mission .box-content h3 {
    min-height: auto;
  }
}

@media only screen and (max-width: 479px) {
  .slick-carousel-clients .slick-prev {
    right: 65px;
  }
  .items-services .box-content.img-left .col-md-6:last-child {
    order: 2;
  }
  .items-services .box-content.img-left .col-md-6:first-child {
    order: 1;
    margin-top: 0;
  }
  .software-development {
    padding-top: 0;
  }
  .box-border {
    position: relative;
    top: auto;
    left: auto;
    background: transparent;
    border: none;
    border-radius: 0;
  }
  .items-services.art-production .items-list .item {
    min-height: 102px;
  }
  .items-services .items-list .item,
  .items-services.ai-development .items-list .item {
    min-height: 114px;
  }
  .items-services .box-content h3 {
    font-size: 11px;
    line-height: 15px;
  }
  .page-wrapper h2, .main .content h2 {
    text-align: center;
  }
  .bg-services .box-content {
    padding-left: 0;
  }
  .slick-carousel-clients .slick-prev,
  .slick-carousel-clients .slick-next {
    width: 34px;
    height: 34px;
  }
  .slick-carousel-clients .slick-next {
    top: 15px;
    right: 15px;
  }
  .box-video > .container {
    top: auto;
    left: 0;
    bottom: 20px;
    transform: none;
    height: 100%;
  }
  .box-video .box-text {
    top: auto;
    bottom: 30px;
    left: 0;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .page-services .video-container {
    min-height: 600px;
  }
  .items-services .box-content .description {
    margin-bottom: 20px;
  }
  .items-services .items-list {
    max-width: 100%;
  }
  .items-services {
    background-size: cover;
  }
  .software-development .items-list {
    padding-top: 0;
  }
  .items-services.software-development .col-md-5,
  .items-services.software-development .col-md-7 {
    padding-left: 0;
    padding-right: 0;
  }
  .our-talented-teams .box-content .box {
    padding: 20px;
  }
  .our-talented-teams .box-content.img-left {
    padding-left: 0;
  }
  .vision-mission .box-content {
    padding: 25px;
  }
  .our-talented-teams .box-content .description {
    margin-bottom: 0;
  }
  .our-ai-clients h2 {
    text-align: left;
  }
}

@media only screen and (max-width: 375px) {
  .items-services .items-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-services .video-container {
    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;
  }
}
