.container.style-2 {
  max-width: 1525px;
}

.container.style-3 {
  max-width: 1770px;
}

/* slick */

.main-wrapper .slick-dots {
  display: block;
  text-align: center;
  margin-top: 25px;
  padding-left: 0;
  margin-bottom: 0;
}

.main-wrapper .slick-dots li {
  display: inline-block;
  width: auto;
  list-style: none;
  padding: 0 5px;
}

.main-wrapper .slick-dots li button {
  font-size: 0;
  border: 0;
  background: #ccc;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  outline: 0;
  position: relative;
}

.main-wrapper .slick-dots li button:hover,
.main-wrapper .slick-dots li.slick-active button {
  background: #1772ff;
}

.main-wrapper .slick-dots li button:before {
  display: none;
}

/* slick */

.btnn {
  display: inline-block;
  color: #020100;
  background: #1772ff;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 16px 22px;
  border-radius: 50px;
  border: 2px solid #1772ff;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.btnn-outline-primary {
  background-color: #000000;
  color: #fff;
  position: relative;
  background-clip: padding-box;
  border: solid 2px transparent;
}

/* .btnn-outline-primary:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -2px;
    border-radius: inherit;
    background: linear-gradient(90deg, #1772FF 0%, #FFF4B2 46.63%, #1772FF 100%);
    border: 1px solid;
    transition: all .4s ease-in-out;
} */

.btnn.btnn-outline-primary .arrow {
  background-color: #1772ff;
  rotate: 90deg;
}

.btnn.btnn-outline-primary.expanded .arrow {
  rotate: 0deg;
}

.arrow-wrapper {
  overflow: hidden;
}

@media (hover: hover) {
  .btnn:hover {
    background-color: #000000;
    color: #1772ff;
  }

  .btnn:hover .arrow {
    rotate: 45deg;
  }

  .btnn-outline-primary:hover {
    background: #1772ff;
    color: #000000;
  }

  .btnn-outline-primary:hover::before {
    background: #1772ff;
  }

  .btnn.btnn-outline-primary:hover .arrow {
    background-color: #000000;
    rotate: 45deg;
  }

  .btnn.btnn-outline-yellow:hover .arrow {
    animation: tops 0.7s linear;
    rotate: unset;
  }

  @keyframes tops {
    0% {
      transform: translate(-130%, 130%);
    }

    50% {
      transform: translate(130%, -130%);
      opacity: 1;
    }

    51% {
      opacity: 0;
    }

    60% {
      transform: translate(-130%, 130%);
      opacity: 0;
    }

    70% {
      opacity: 1;
    }

    100% {
      transform: translate(0%, 0%);
    }
  }
}

.section-head {
  margin-bottom: 30px;
}

.section-title {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  background-image: linear-gradient(90deg, #ffffff 0%, #1772ff 100%);
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

.section-subtitle {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #1772ff;
  display: block;
  margin-bottom: 10px;
}

.btn.btn-new.submit-btn {
  background: linear-gradient(90deg, #4d93ff 0%, #4d93ff 50%, #4d93ff 100%);
  border-radius: 35px;
  padding: 16px 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.btn-new.submit-btn .arrow {
  content: "";
  width: 12px;
  height: 12px;
  mask-image: url(../img/svg/arrow.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #000;
  margin: auto;
  transition: all 0.4s ease-in-out;
  position: relative;
  left: 0;
  right: 0;
  display: inline-block;
}

.btnn .arrow {
  content: "";
  width: 11px;
  height: 11px;
  mask-image: url(../img/svg/arrow.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background-color: #000;
  margin: auto;
  transition: all 0.4s ease-in-out;
  position: relative;
  left: 0;
  right: 0;
  display: inline-block;
  margin-left: 6px;
}

.btnn:hover {
  text-decoration: none;
}

.btnn:hover .arrow {
  background-color: #1772ff;
}

.dg-contact-form.dg-form-style .form-select {
  background-image: url(../img/svg/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 8px;
  padding-right: 40px !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.dg-contact-form.dg-form-style input,
.dg-contact-form.dg-form-style .form-control {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-top: 3px;
  border-bottom: 1px solid #222222;
}

.dg-contact-form.dg-form-style .form-control::placeholder {
  color: #9d9e9e;
}

.dg-contact-form.dg-form-style .iti--allow-dropdown .iti__flag-container,
.dg-contact-form.dg-form-style .iti--separate-dial-code .iti__flag-container {
  padding-bottom: 13px;
}

.dg-contact-form.dg-form-style .iti--separate-dial-code .iti__selected-flag,
.dg-contact-form.dg-form-style
  .iti--allow-dropdown
  .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}

.dg-contact-form.dg-form-style .form-select.form-control option {
  background: #000;
}

.dg-contact-form.dg-form-style .form-group > label {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 6px;
}

.dg-contact-form.dg-form-style {
  margin-top: 0;
}

.dg-contact-form .form-col-6 {
  flex: 0 0 calc(50% - 12.5px);
  max-width: calc(50% - 12.5px);
}

.wa-float-wrap {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  width: 65px;
  transition: all 0.4s ease-in-out;
}

.wa-float-wrap a:hover {
  opacity: 1;
}

.wa-float-wrap:hover {
  width: 100%;
}

.wa-float-wrap a {
  text-decoration: none;
}

.wa-float-btn {
  display: flex;
  align-items: center;
  background-color: #e6e6e6;
  border-radius: 50px;
  width: auto;
  overflow: hidden;
  max-width: 50px;
  transition: max-width 0.4s ease;
}

.wa-icon {
  background-color: #25d366;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.wa-icon svg {
  width: 35px;
  height: 35px;
}

.wa-label {
  margin-left: 10px;
  white-space: nowrap;
  opacity: 0;
  color: #000;
  font-weight: 500;
  transition: opacity 0.2s ease 0.1s;
  visibility: hidden;
}

@media screen and (min-width: 1024px) {
  .wa-float-btn:hover {
    max-width: 255px;
  }

  .wa-float-btn:hover .wa-label {
    opacity: 1;
    visibility: visible;
  }
}

/*----------  Hero  ----------*/
.hero-section {
  aspect-ratio: 191 / 91;
}

.hero-wrapper {
  position: relative;
  height: 100%;
}

.hero-image {
  position: absolute;
  inset: 0;
}

.hero-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-content {
  max-width: 92.9vw;
  position: absolute;
  height: 100%;
  inset: 0;
  padding-block: 89px;
  padding-inline: 40px;
  display: flex;
  align-items: end;
  margin-inline: auto;
}

.hero-section .section-head {
  margin-bottom: 0;
}

.hero-section .section-subtitle {
  color: #fff;
  margin-bottom: 26px;
}

.hero-section .section-title {
  font-size: 44px;
}

.hero-section .section-title span {
  color: #1772ff;
  background: unset;
  -webkit-text-fill-color: unset;
  background: none !important;
  -webkit-background-clip: initial !important;
  -webkit-text-fill-color: initial !important;
  background-clip: initial !important;
  text-fill-color: initial !important;
}

/*----------  Marquee Slider  ----------*/
.marquee-main {
  overflow: hidden;
}

.partner-marquee-row {
  display: flex;
  border-block: 1px solid #222222;
  padding: 0;
  margin: 0;
}

.partner-marquee-col {
  padding: 15px 50px;
  transition: transform 0.3s;
  border-left: 1px solid #222222;
}

.partner-marquee-col img {
  display: block;
  width: auto;
  height: 95px;
}

.marquee-animate {
  display: flex;
  width: 100000px;
  margin-left: 0;
  animation: 10s linear 0s infinite normal none running myMarquee;
}

.marquee-animate:hover {
  animation-play-state: paused;
}

.marquee-reverse .marquee-animate {
  animation-direction: reverse;
}

@keyframes myMarquee {
  100% {
    margin-left: 0px;
  }
}

/*----------  Our Success  ----------*/
.our-success-row {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.our-success-col-6 {
  flex: 0 0 calc(50% - 25px);
}

.our-success-col-3 {
  flex: 0 0 calc(25% - 37.5px);
}

.our-success-text {
  font-size: 16px;
  line-height: 1.5;
  max-width: 674px;
}

.our-success-section .numbers {
  font-weight: 700;
  font-size: 44px;
  line-height: 1;
}

.our-success-section .counter-content {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #9d9e9e;
  margin-top: 5px;
}

/*----------  Our Services  ----------*/
.our-services-section {
  /* background: radial-gradient(54.24% 52.98% at 34.24% 0%, rgba(23, 114, 255, 0.4) 0%, rgba(0, 0, 0, 0) 100%); */
  transition: none !important;
  animation: none !important;
}

.our-services-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.our-services-box {
  background: #000;
  flex: 0 0 calc(var(--width, 25%) - 22.5px);
  /* fallback to 25% */
  aspect-ratio: 1.48 / 1;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  display: none;
}

.our-services-box.visible {
  display: block;
}

@media (hover: hover) {
  .our-services-box:hover {
    transform: translateY(-15px);
  }
}

.our-services-box-img {
  position: absolute;
  inset: 0;
}

.our-services-box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-services-box-title {
  padding: 25px 30px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  inset: 0;
  color: #fff;
}

.our-services-section .btnn {
  margin-top: 60px;
  margin-inline: auto;
  display: block;
}

/* lets-build-sec */
.lets-build-sec {
  background-image: url(../img/lets-build-bg-img.png);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}

.lets-build-sec.commonSec {
  padding-top: 135px;
}

.lets-build-sec .container {
  max-width: 1075px;
}

.lets-build-form {
  padding: 40px 30px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  border-radius: 15px;
  position: relative;
  z-index: 2;
  height: 100%;
}

.lets-build-row {
  display: flex;
  gap: 15px;
}

.lets-build-sec .section-head {
  margin-bottom: 61px;
}

.lets-build-sec .section-title {
  display: block;
}

.lets-build-row .lets-build-col:nth-child(1) {
  max-width: calc(100% - 325px);
  flex: 0 0 calc(100% - 325px);
}

.lets-build-row .lets-build-col:nth-child(2) {
  max-width: 310px;
  flex: 0 0 310px;
}

.lets-build-col .btn.btn-new.submit-btn {
  width: 100%;
  margin-top: 25px;
}

.lets-build-col .btn-new.submit-btn .arrow {
  margin-left: 6px;
}

.lets-build-contact {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.502);
  backdrop-filter: blur(4px);
  border-radius: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

.lets-build-contact-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.lets-build-contact-bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) {
  .lets-build-contact:hover {
    text-decoration: none;
  }

  .lets-build-contact:hover .lets-build-contact-bg-img {
    opacity: 1;
  }
}

.lets-build-address {
  background: #1772ff;
  border-radius: 15px;
  padding: 33px 75px 33px 30px;
  color: #000000;
  position: relative;
}

.lets-build-address::before {
  content: "";
  position: absolute;
  height: 176px;
  width: 265px;
  background-image: url(../img/cube.png);
  background-size: contain;
  top: -34px;
  right: -172px;
  background-repeat: no-repeat;
}

.lets-build-address-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #000000;
}

.lets-build-address-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 5px;
}

.lets-build-address-item-divider {
  background-color: #000000;
  height: 2px;
  width: 50px;
  margin-block: 20px;
}

.lets-build-shape {
  width: 298px;
  height: 298px;
  position: absolute;
  bottom: -149px;
  left: -149px;
  z-index: -1;
}

.lets-build-shape img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*----------  Subsection comment block  ----------*/
.our-clients-marquee-main {
  overflow: hidden;
  position: relative;
}

.our-clients-marquee-row {
  display: flex;
  padding: 0;
  margin: 0;
}

.our-clients-marquee-col {
  padding: 15px 35px;
  transition: transform 0.3s;
}

.our-clients-marquee-col img {
  filter: grayscale(100%);
  transition: 0.3s ease;
}
.our-clients-marquee-img {
  width: auto;
  height: 71px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.our-clients-marquee-main .our-clients-marquee-col:hover img {
  filter: grayscale(0%);
}

.our-clients-marquee-animate {
  display: flex;
  width: 100000px;
  margin-left: 0;
  animation: 20s linear 0s infinite normal none running myMarquee;
}

@keyframes myMarquee {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* .our-clients-marquee-animate:hover {
    animation-play-state: paused;
} */

.our-clients-marquee-reverse .our-clients-marquee-animate {
  animation-direction: reverse;
}

@keyframes myMarquee {
  100% {
    margin-left: 0px;
  }
}

/* game-development */
.d-none {
  display: none !important;
}
.p-0 {
  padding: 0 !important;
}

.hero-content.ban-section {
  padding-bottom: 50px;
}

.ban-section .hero-content-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  max-width: 1336px;
  width: 100%;
  margin-inline: auto;
}
.ban-section.hero-section .section-head {
  max-width: 730px;
}
.ban-section.hero-section .section-subtitle {
  margin-bottom: 8px;
}
.hero-section .section-subtitle small {
  color: #1772ff;
}
.sec-con {
  margin-top: 7px;
}

.partner-marquee-img {
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-partner-logo-sec .partner-marquee-img img {
  width: auto;
  height: auto;
}

.game-dev-expertise-sec .game-expertise-content {
  overflow: inherit;
}
.game-dev-expertise-sec .container.style-2 {
  max-width: 1416px;
}

.game-expertise-wrap {
  display: grid;
}
.game-expertise-tab {
  max-width: 1336px;
  margin-inline: auto;
  margin-bottom: 60px;
  width: 100%;
}
.game-expertise-tab .okayNav {
  border-bottom: 0.0625rem solid #222222;
  display: inline-block;
  width: 100%;
  position: relative;
}
.game-expertise-tab .okayNav ul {
  float: left;
}

.game-expertise-tab .okayNav__nav--visible li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 30px;
}
.game-expertise-tab .okayNav__nav--visible li:first-child {
  padding-left: 0;
}
.game-expertise-tab .okayNav__nav--visible li:last-child {
  padding-right: 0;
}

.game-expertise-tab .okayNav li a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: left;
  color: #fff;
  border: none;
  border-bottom: 0.0625rem solid transparent;
  border-radius: 0;
  width: auto;
  display: block;
  padding: 0.875rem 0;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.game-expertise-tab .okayNav li.active a {
  color: #fff;
  border-color: #1772ff;
}

.game-expertise-tab .okayNav .nav-open li.active a {
  color: #000;
  background-color: #1772ff;
}

body.okayNav-loaded {
  overflow-x: hidden;
}

.okayNav:not(.loaded) {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.game-expertise-tab .okayNav__nav--visible {
  overflow: hidden;
  white-space: nowrap;
}

.game-expertise-tab .okayNav__nav--invisible {
  position: absolute;
  left: inherit;
  top: 0px;
  right: 0;
  margin: auto;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0rem 0.125rem 0.5rem 0rem;
  z-index: 9;
  -webkit-transform: translateY(2.25rem) !important;
  transform: translateY(2.25rem) !important;
  visibility: hidden;
  opacity: 0;
  width: 20%;
  padding: 0;
  border-radius: 0.9375rem;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.game-expertise-tab .okayNav__nav--invisible li a {
  border-bottom: 0.0625rem solid #222222;
}
.game-expertise-tab .okayNav__nav--invisible li:last-child a {
  border-bottom: 0;
}

.game-expertise-tab .okayNav__nav--invisible.nav-open {
  -webkit-transform: translateY(1.625rem) !important;
  transform: translateY(3.625rem) !important;
  opacity: 1;
  visibility: visible;
}

.game-expertise-tab {
  position: relative;
}

.game-expertise-tab .okayNav__nav--invisible li {
  display: block;
}

.game-expertise-tab .okayNav__menu-toggle span {
  display: none;
}

.game-expertise-tab .okayNav__menu-toggle {
  background-image: url(../img/game/project-menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 24px;
  margin-top: 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Kebab icon */
.okayNav__menu-toggle {
  position: relative;
  transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  cursor: pointer;
  width: 40px;
  height: 20px;
  float: left;
  z-index: 1;
  top: 15px;
}
.okayNav__menu-toggle.okay-invisible {
  position: absolute;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.okayNav__menu-toggle span {
  display: block;
  position: absolute;
  margin: auto;
  height: 4px;
  width: 4px;
  background: #2e2e33;
  border-radius: 50%;
  left: 0;
  right: 0;
  pointer-events: none;
}
.okayNav__menu-toggle span:nth-child(1) {
  top: 0;
}
.okayNav__menu-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.okayNav__menu-toggle span:nth-child(3) {
  bottom: 0;
}
.okayNav__menu-toggle.icon--active {
  /* Kebab icon when off-screen nav is open */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.okayNav__menu-toggle.icon--active span {
  background: #546edb;
}

.game-expertise-tab .okayNav__nav--invisible li a {
  padding: 12px 15px;
  text-align: center;
  color: #000;
}
.game-expertise-content {
  overflow: hidden;
}
.game-expertise-con-boxes.tab-pane:not(.active) {
  display: none;
}
.game-expertise-content .game-expertise-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 -20px;
}
.game-expertise-content .our-product-left-con {
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0 20px;
}
.game-expertise-content .our-product-right-con {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 20px;
}
.game-expertise-content .game-expertise-tab-img img {
  aspect-ratio: unset;
  object-fit: unset;
  border-radius: 0;
}
.game-dev-expertise-sec .section-head {
  margin-bottom: 50px;
}
.cta-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 84px 0;
}
.cta-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cta-left {
  width: 36%;
}
.cta-right {
  width: 64%;
}
.cta-sec .section-head {
  margin-bottom: 0;
}
.cta-sec .section-head .btnn {
  margin-top: 34px;
}
.cta-img {
  margin: 0 -20px;
}
.cta-img img {
  width: 100%;
}

.common-content-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: 100%;
  margin-bottom: 40px;
}
.common-content-inner .section-head {
  margin-bottom: 0;
}

:root {
  --game-project-width: 748px;
}

.carousel {
  display: grid;
  transform: translate3d(0, 0, 0.1px);
}

.carousel-list {
  display: flex;
  overflow: hidden;
  list-style: none;
  margin: 0 -10px;
  contain: layout;
  isolation: isolate;
  padding: 0;
}

.carousel-item {
  display: grid;
  position: relative;
  align-content: start;
  margin: 0 10px;
  padding: 0;
  flex: 1 1 10%;
  overflow: hidden;
  transform: translate3d(0, 0, 0.1px);
  contain: layout;
  isolation: isolate;
  outline: none;
}

.carousel-item,
.carousel-item * {
  transition: all 0.8s cubic-bezier(0.55, 0.24, 0.18, 1);
  user-select: none;
  cursor: pointer;
}

.carousel-image {
  width: 100%;
  height: 420px;
  position: relative;
}

/*.carousel-item:hover {
    flex-basis: calc( var(--game-project-width) / 2 );
    transition: all 0.3s ease;
    outline: none;
}*/

.carousel-item[data-active] {
  flex-basis: var(--game-project-width);
  flex-grow: 0;
}

.carousel-item[data-active] .game-project-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}

.carousel-item img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}

.carousel-item[data-active],
.carousel-item[data-active] * {
  opacity: 1;
  filter: none;
}

/* project arrow style */
.carousel-nav {
  padding: 1em;
  justify-self: end;
  grid-row: 1;
  display: flex;
  justify-content: space-between;
  gap: 1em;
}

.game-project-con {
  opacity: 0;
  margin-top: 30px;
  height: 0;
  display: table-column;
}
.carousel-item[data-active] .game-project-con {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  opacity: 1;
  transition: all 0.5s 0.5s;
}
.game-project-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
}
.game-project-app {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
}
.game-project-app .project-app img {
  width: 30px;
  height: 30px;
  position: relative;
  object-fit: contain;
  border-radius: 0;
  aspect-ratio: unset;
}
.our-project-sec .btnn-mb {
  display: none;
}

.carousel-nav {
  margin-top: 0;
  position: relative;
}

.carousel-nav .carousel-arrow {
  border: 1px solid rgba(93, 93, 93, 0.4);
  border-radius: 100px;
  width: 44px;
  height: 44px;
  font-size: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.carousel-nav .carousel-arrow::after {
  content: "";
  width: 15px;
  height: 15px;
  mask-image: url(../img/game/svg/arrow-slide.svg);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  background: rgba(23, 114, 255, 0.4);
  margin: auto;
  transition: all 0.4s ease-in-out;
  position: relative;
  left: 0;
  right: 0;
  display: block;
}
.carousel-nav .carousel-arrow.prev::after {
  transform: rotate(180deg);
}
.benefits-sec.common-faq-sec {
  min-height: inherit;
}
.our-project-sec .carousel-nav.d-sm-none {
  display: none;
}

/* crypto-staking-platform */

.btnn.outline-btnn {
  border: 1px solid #1772ff;
  background-color: transparent;
  color: #fff;
}

.btnn.outline-btnn:hover {
  background-color: #1772ff;
  color: #000;
}

.wrapper-cta-section-con {
  max-width: 1336px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.cta-section-img {
  flex: 0 0 345px;
  max-width: 345px;
}

.cta-section-con {
  flex: 0 0 calc(100% - 345px);
  max-width: calc(100% - 345px);
}

.cta-section {
  padding: 42px 0;
}

.wrapper-cta-section-con .cta-section-con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 48px;
}

.cta-section-con-left {
  flex: 0 0 calc(100% - 200px);
  max-width: calc(100% - 200px);
}

.cta-section-con-right {
  max-width: 200px;
  flex: 0 0 200px;
}

.cta-section-con-left .section-head {
  margin-bottom: 5px;
}

.cta-section-con-right .btnn {
  display: block;
  margin-left: auto;
  width: fit-content;
}

.cta-section-con-left p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

.cta-section-img img {
  object-fit: cover;
}

.crypto-points-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-top: -90px;
}
.crypto-points-list > * {
  width: 33.33%;
  padding: 0 5px;
}
.crypto-points {
  border: 1px solid #222222;
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.2);
  padding: 26px 24px;
  display: flex;
  gap: 16px;
  height: 100%;
}
.crypto-point-icon {
  flex: 0 0 48px;
  height: 48px;
}
.text-gradient {
  background-image: linear-gradient(90deg, #ffffff 0%, #1772ff 100%);
  -webkit-background-clip: text;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.crypto-points-con {
  flex-direction: column;
  display: flex;
}
.crypto-points-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
}
.crypto-points-con span {
  font-size: 20px;
  line-height: 1.1;
  color: #9d9e9e;
  font-weight: 500;
}
.wl-crypto-exchange-img.img-right {
  margin-right: 0px;
}
.crypto-ban-sec .containerWebtwo {
  max-width: 100%;
}
.wl-crypto-ban-sec.feucherdHero.commonSec.crypto-ban-sec {
  padding-bottom: 70px;
}

/* gamedevelopment-process-sec */

.gamedevelopment-process-row {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.gamedevelopment-process-row .gamedevelopment-process-col {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}

.gamedevelopment-process-col .benefits-accordian-image {
  max-width: 42px;
  flex: 0 0 42px;
  background: #ffffff1a;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.gamedevelopment-process-col .benefits-accordian-title {
  border: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  padding: 0;
}

.gamedevelopment-process-col .benefits-accordian-item {
  border-bottom: 1px solid #222222;
}

.gamedevelopment-process-section .benefits-accordian-header {
  padding: 28px 0;
}

.gamedevelopment-process-section
  .benefits-accordian-item.show
  .benefits-accordian-header {
  padding-bottom: 0;
}

.gamedevelopment-process-section .benefits-accordian-body {
  margin-bottom: 0;
  padding-bottom: 23px;
}

.gamedevelopment-process-section .benefits-accordian-title::after {
  content: "";
  background-image: url(../img/svg/accordian-plush.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 17px;
  height: 17px;
  font-size: 0;
  line-height: 0;
}

.gamedevelopment-process-section
  .benefits-accordian-item.show
  .benefits-accordian-title::after {
  background-image: url(../img/svg/accordian-minus.svg);
  content: "";
  background-size: contain;
}

.gamedevelopment-process-section .benefits-accordian-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}

.gamedevelopment-process-section .gamedevelopment-process-con .section-head {
  margin-bottom: 10px;
}

.gamedevelopment-process-section .gamedevelopment-process-con .cms-con {
  margin-bottom: 35px;
}

.gamedevelopment-process-section .gamedevelopment-img {
  margin-top: -22px;
  margin-left: 35px;
  position: relative;
  z-index: -1;
}

.gamedevelopment-process-con .cms-con p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

/* lets-elevate-sec */

.lets-elevate-section {
  position: relative;
}

.lets-elevate-section::before {
  position: absolute;
  content: "";
  left: -160px;
  top: -160px;
  width: 679px;
  height: 100vh;
  background-image: url(../img/game/box-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  z-index: -1;
}

.lets-elevate-con {
  padding: 84px 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
  text-align: center;
}

.lets-elevate-con .section-head {
  margin-bottom: 48px;
}

.advanced-tech-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advanced-tech-col-left,
.advanced-tech-col-right {
  flex: 0 0 48%;
  max-width: 48%;
}

.advanced-tech-boxs {
  display: flex;
  padding: 0 88px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.advanced-tech-box {
  flex: 0 0 calc(50% - 12px);
  max-width: calc(50% - 12px);
  background: radial-gradient(
    100% 133.33% at 100% 100.07%,
    rgba(23, 114, 255, 0.2) 0%,
    rgba(0, 0, 0, 0.2) 100%
  );
  border: 1px solid #222222;
  backdrop-filter: blur(5px);
  border-radius: 16px;
  padding: 39px;
}

.tech-box-img {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.tech-box-img img {
  display: block;
  max-width: 30px;
  min-height: 30px;
  object-fit: cover;
}

.tech-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.advanced-tech-col-left .cms-con p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
}

.advanced-tech-col-left .cms-con {
  max-width: 90%;
}

.advanced-tech-col-right {
  position: relative;
}

.advanced-tech-col-right::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/game/box-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

.we-work-details .partner-marquee-img {
  background-color: transparent;
  width: 45px;
  height: 45px;
  padding: 0;
}

.we-work-details .partner-marquee-col {
  padding: 35px;
}

.we-work-label {
  padding: 16px 42px;
  background: #222222;
  border: 1px solid #000000;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
}

.we-work-details {
  position: relative;
  margin-top: 30px;
}

.we-work-details .we-work-label {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}

.we-work-section .cms-con {
  max-width: 62%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 90px;
}

.we-work-section .cms-con p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}

.cta-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Crypto Staking Platform */

.wl-platform-tab-sec.wl-platform-tab-style2 .section-head {
  text-align: center;
}

.wl-platform-tab-sec.wl-platform-tab-style2 .tab-menu {
  border-bottom: 1px solid #222222;
}

.wl-platform-tab-sec.wl-platform-tab-style2 .wl-head,
.wl-platform-tab-sec.wl-platform-tab-style2 .wl-platform-video-main {
  max-width: 100%;
}

.section-title-sm {
  font-weight: 400;
  font-size: 42px;
  line-height: 1.2;
  color: #ffffff;
}

/* referral-system-sec */

.referral-system-head-con .cms-con {
  max-width: 56%;
  margin: 0 auto;
  text-align: center;
}

.referral-system-row {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 42px;
}

.referral-system-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #222222;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.referral-system-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px;
  gap: 10px;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}

.referral-system-box-con {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 16px;
}

.referral-system-head-con {
  margin-bottom: 60px;
}

.referral-system-box-con .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
  display: block;
}

.referral-system-box-con p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.referral-system-left-col,
.referral-system-right-col {
  flex: 0 0 calc(50% - 21px);
  max-width: calc(50% - 21px);
}

.referral-system-head-con .section-head {
  margin-bottom: 10px;
}

/* Staking App Features */

.app-features-head-con .section-head {
  margin-bottom: 12px;
}

.app-features-head-con {
  margin-bottom: 60px;
}

.app-features-box-row {
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}

.app-features-box {
  flex: 0 0 calc(25% - 31.5px);
  max-width: calc(25% - 31.5px);
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 35px;
  border-bottom: 1px solid #222222;
}

.app-features-box-logo {
  margin-bottom: 22px;
}

.app-features-box-logo img {
  max-width: 60px;
  object-fit: contain;
}

.app-features-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}

.app-features-box-con p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

/* lets-elevate-section.style-2 */

.lets-elevate-section.style-2 .section-head {
  margin-bottom: 12px;
}

.lets-elevate-section.style-2 .cms-con {
  margin-bottom: 50px;
}

.lets-elevate-section.style-2 .lets-elevate-btnn {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
}

.lets-elevate-section.style-2 .lets-elevate-con .cms-con p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}

.lets-elevate-section.style-2 .lets-elevate-btnn .or {
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}

/* one-platform-section */

.one-platform-section .section-head {
  margin-bottom: 10px;
}

.one-platform-row {
  display: flex;
  align-items: center;
  margin: 0 -20px;
}

.one-platform-col {
  width: 33.33%;
  padding: 0 20px;
}

.one-platform-list {
  display: flex;
  align-items: center;
}

.one-platform-list-logo {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  flex: 0 0 60px;
}

.one-platform-list-logo img {
  object-fit: contain;
}

.one-platform-list-con {
  flex: 0 0 calc(100% - 60px);
  max-width: calc(100% - 60px);
  padding-left: 16px;
}

.one-platform-col .one-platform-list {
  margin-bottom: 92px;
}

.one-platform-img,
.one-platform-col {
  position: relative;
  z-index: 2;
}
.one-platform-img {
  text-align: center;
}

.one-platform-img img {
  aspect-ratio: 294/600;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.one-platform-img video {
  max-width: 295px;
  margin: 0 auto;
  display: block;
}

.one-platform-img::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 36px;
  right: 0;
  background: linear-gradient(180deg, #251d02 0%, #000000 100%);
  width: 500px;
  height: 500px;
  border-radius: 100%;
  z-index: -1;
  transform: translateX(-50%);
}

.one-platform-head-con {
  margin-bottom: 25px;
}

.one-platform-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 70px;
}

.one-platform-list-con .title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.2;
}

.one-platform-list-con p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}

.lets-elevate-section.style-2::before {
  content: none;
}

.one-platform-col::after {
  position: absolute;
  content: "";
  left: -80%;
  top: -110px;
  width: auto;
  height: 100vh;
  aspect-ratio: 1/1;
  background-image: url(../img/game/box-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.one-platform-row .one-platform-col:nth-child(2)::after {
  content: none;
}

.one-platform-row .one-platform-col:nth-child(3)::after {
  left: inherit;
  top: -322px;
  right: -60%;
}

.one-platform-btnn .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  display: block;
}

.one-platform-btnn {
  margin-top: 60px;
}

.one-platform-btnn-inner {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media (max-width: 1599px) {
  .hero-content {
    padding-inline: 30px;
  }
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 34px;
  }

  .hero-content {
    padding-block: 60px;
    max-width: 100%;
  }

  .hero-section .section-subtitle {
    margin-bottom: 20px;
  }

  .hero-section .section-title {
    font-size: 36px;
  }

  .partner-marquee-col {
    padding: 15px 30px;
  }

  .partner-marquee-col img {
    height: 70px;
  }

  .our-success-row {
    row-gap: 50px;
    column-gap: 30px;
  }

  .our-success-col-6 {
    flex: 0 0 calc(50% - 15px);
  }

  .our-success-col-3 {
    flex: 0 0 calc(25% - 22.5px);
  }

  .our-success-section .numbers {
    font-size: 36px;
  }

  .our-success-section .counter-content {
    font-size: 16px;
  }

  .our-services-inner {
    gap: 20px;
  }

  .our-services-box {
    flex: 0 0 calc(var(--width, 33.33%) - 13.33px);
  }

  .our-services-box-title {
    padding: 15px 20px;
    font-size: 18px;
  }

  .our-services-section .btnn {
    margin-top: 40px;
  }

  .lets-build-sec {
    background-size: auto;
  }

  .lets-build-sec .section-head {
    margin-bottom: 40px;
  }

  .lets-build-form {
    padding: 30px 20px;
  }

  .lets-build-address {
    padding: 25px;
  }

  .lets-build-address::before {
    display: none;
  }

  .lets-build-shape {
    display: none;
  }
}

@media (max-width: 991px) {
  .section-title {
    font-size: 30px;
  }

  .hero-section .section-subtitle {
    margin-bottom: 15px;
  }

  .hero-section .section-title {
    font-size: 32px;
  }

  .partner-marquee-col {
    padding: 10px 25px;
  }

  .partner-marquee-col img {
    height: 65px;
  }

  .our-success-row {
    row-gap: 30px;
    column-gap: 20px;
  }

  .our-success-section .numbers {
    font-size: 32px;
  }

  .our-success-col-6 {
    flex: 0 0 calc(50% - 10px);
  }

  .our-success-col-3 {
    flex: 0 0 calc(25% - 15px);
  }

  .our-services-box-title {
    padding: 15px;
    font-size: 16px;
  }

  .our-services-box {
    flex: 0 0 calc(var(--width, 50%) - 10px);
  }

  .our-clients-marquee-col {
    padding: 10px 30px;
  }

  .our-clients-marquee-img {
    height: 40px;
  }

  .lets-build-row {
    flex-wrap: wrap;
  }

  .lets-build-row .lets-build-col:nth-child(1) {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .lets-build-row .lets-build-col:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .lets-build-inner {
    display: flex;
    gap: 15px;
  }

  .build-contact-wrapper {
    flex: 0 0 40%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .lets-build-address {
    flex-grow: 1;
  }

  .lets-build-contact {
    margin-top: 0;
    height: auto;
    flex: 1;
    min-height: 80px;
  }

  .lets-build-sec.commonSec {
    padding-top: 65px;
  }
}

@media (max-width: 768px) {
  .hero-section .hero-content-inner {
    display: none;
  }

  .section-head {
    margin-bottom: 20px;
  }

  .section-title {
    font-size: 26px;
  }

  .section-subtitle {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .hero-section .section-title,
  .our-success-section .numbers {
    font-size: 28px;
  }

  .hero-section .section-title br {
    display: none;
  }

  .our-services-box {
    border-radius: 7px;
  }

  .our-services-section .btnn {
    margin-top: 30px;
  }
}

@media (max-width: 568px) {
  .main-wrapper .container {
    padding-inline: 15px;
  }

  .hero-content {
    padding-block: 40px;
    padding-inline: 15px;
  }

  .our-success-row {
    row-gap: 20px;
    column-gap: 15px;
  }

  .our-success-col-6 {
    flex: 0 0 100%;
  }

  .our-success-col-3 {
    flex: 0 0 calc(50% - 7.5px);
  }

  .our-services-inner {
    gap: 15px;
  }

  .our-services-box {
    flex: 0 0 calc(var(--width, 50%) - 7.5px);
  }

  .our-clients-marquee-img {
    height: 30px;
    max-width: 150px;
  }

  .dg-contact-form .form-col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lets-build-sec {
    background-position: bottom;
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgb(255 223 34 / 10%)
      ),
      url(../img/lets-build-bg-img.png);
  }

  .lets-build-sec .section-head {
    margin-bottom: 25px;
  }

  .lets-build-form {
    padding: 30px 15px;
  }

  .lets-build-col .btn.btn-new.submit-btn {
    margin-top: 10px;
  }

  .lets-build-inner {
    flex-direction: column;
  }

  .build-contact-wrapper {
    gap: 7px;
  }

  .lets-build-contact {
    font-size: 16px;
  }

  .lets-build-address {
    padding: 20px 15px;
  }

  .lets-build-address-item-divider {
    margin-block: 15px;
  }

  .lets-build-sec.commonSec {
    padding-top: 50px;
  }

  .hero-section {
    aspect-ratio: 4/5;
  }

  .main-wrapper .our-product-sec .slick-arrow {
    border: none;
  }

  .our-product-sec .slider-prev-next {
    display: flex;
    gap: 5px;
    justify-content: center;
  }

  .main-wrapper .our-product-sec .slick-arrow::after {
    background-color: #1772ff;
  }
}
.webdevcomservSec .specialty {
  height: 340px;
}
.webdevcomservSec .specialty__icon {
  top: 0;
  bottom: 80px;
  margin: auto;
}
.webdevcomservSec .specialty__title {
  bottom: 0;
  top: 80px;
  margin: auto;
}
.webdevcomservSec .specialty__content {
  height: 245px;
}
.webdevcomservSec .wp-google-text {
  padding: 0 15px;
}
html:not(.mobile):not(.tablet)
  .webdevcomservSec
  .specialty:hover
  .specialty__icon {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
}
html:not(.mobile):not(.tablet)
  .webdevcomservSec
  .specialty:hover
  .specialty__title {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
}
.webtechnoloboxlist:nth-last-child(-n + 7):nth-child(7n + 1) ~ li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.webtechnoloboxlist:hover .webtechnoimg {
  opacity: 1;
}
@media only screen and (max-width: 1599px) {
  .specialtySec ul {
    margin: 0 -15px;
  }
  .specialtySec ul li {
    padding: 0 15px;
  }
  .hero-solution__title.title {
    font-size: 36px;
  }
  .section-brightestminds__stats .text {
    font-size: 14px;
  }
  .hero-solution__subtitle.title {
    font-size: 20px;
  }
  /* .webtechnoloSec .oureviewcon {
    max-width: 90%;
  } */
  .oureviewcon .section-specialty__title {
    font-size: 38px;
  }
  .webdevcomservSec .specialty {
    height: 375px;
  }
  .webdevcomservSec .specialty__content {
    height: 275px;
  }
  html:not(.mobile):not(.tablet)
    .webdevcomservSec
    .specialty:hover
    .specialty__title {
    -webkit-transform: translateY(-145px);
    transform: translateY(-145px);
  }
  html:not(.mobile):not(.tablet)
    .webdevcomservSec
    .specialty:hover
    .specialty__icon {
    -webkit-transform: translateY(-145px);
    transform: translateY(-145px);
  }
  .section-specialty__list > li {
    width: 25%;
  }
}
@media only screen and (max-width: 1199px) {
  .btn--large {
    padding: 15px;
  }
  .specialtySec ul {
    margin: 0 -12px;
    padding: 0 20px;
  }
}
@media (max-width: 1699px) {
  .section-specialty .specialty {
    padding: 20px;
  }
  .section-specialty .specialty__content .text {
    padding-left: 0;
    padding-right: 0;
  }
}

.apprwebdevicon img {
  max-width: 45px;
}

.apprwebdevicon {
  position: relative;
  margin-bottom: 20px;
  line-height: 0;
  text-align: left;
  overflow: hidden;
}

.apprwebdevcon .apprwebdevtitle {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.apprwebdevcon {
  max-width: 83%;
  text-align: left;
}

h2.section-title.wow.fadeInUp {
  margin-bottom: 47px;
  text-align: left;
}

.section-specialty__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-left: -10px;
  margin-bottom: -10px;
}

.webtechnoloboxsmain {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}
.webtechnoloboxlist {
  display: inline-block;
  vertical-align: top;
  width: 14.28%;
  flex: 0 0 auto;
  padding: 30px 15px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.webtechnoimg {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 28%;
  filter: brightness(0) invert(100);
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
}

.webtechnolobox {
  padding: 0 10px;
  text-align: center;
  height: 100%;
}

@media (min-width: 1024px) {
  .slick-list.draggable {
    margin-top: 50px;
  }
}

.webdevcomservSec .section-specialty__list > li {
  width: 50%;
}
.specialtySec .section-specialty__list > li {
  margin-bottom: 58px;
}
.digitaladspecial .specialty {
  height: 430px;
}
@media only screen and (max-width: 1599px) {
  .digitaladspecial .section-specialty__list > li {
    width: 33.33%;
  }
}

.specialtySec .section-specialty__list > li {
  margin-bottom: 58px;
}
@media only screen and (max-width: 1599px) {
  .specialtySec ul li {
    padding: 0 15px;
  }
}

.specialty {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  text-align: center;
  padding: 40px;
  height: 200px;
}

.digitaladspecial .specialty__content {
  height: 330px;
  padding: 0 15px;
}

.specialty__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  font-size: 1.4rem;
  line-height: 1.4;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.digitaladspecial .specialty__title {
  bottom: 0;
  top: 80px;
  margin: auto;
}

@media screen and (min-width: 480px) {
  .specialty__title {
    font-size: calc(16px + 7 * (100vw - 480px) / 1320);
  }
}
.specialty__title {
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-google-right {
  width: 100%;
  background-image: none;
  background-repeat: no-repeat;
  background-position: calc(100% - 4rem) calc(2rem + (25px / 2));
  background-size: 25px auto;
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

@media only screen and (max-width: 1599px) {
  .mobileappspecialSec .specialty {
    height: 355px;
  }
}

.mobileappspecialSec .specialty {
  height: 330px;
}
@media (max-width: 1699px) {
  .section-specialty .specialty {
    padding: 20px;
  }
}

.mobileappspecialSec .section-specialty__list > li {
  width: 33.33%;
}
.specialtySec .section-specialty__list > li {
  margin-bottom: 58px;
}
.is-revealed .step-up,
.step-up.is-revealed {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 1599px) {
  .specialtySec ul li {
    padding: 0 15px;
  }
}
.specialtySec ul li {
  padding: 0 30px;
}
@media only screen and (max-width: 1599px) {
  .section-specialty__list > li {
    width: 25%;
  }
}
@media screen and (min-width: 480px) {
  .section-specialty__list > li {
    margin-bottom: calc(10px + 50 * (100vw - 480px) / 1320);
  }
}
@media screen and (min-width: 480px) {
  .section-specialty__list > li {
    padding-left: calc(10px + 50 * (100vw - 480px) / 1320);
  }
}
.section-specialty__list > li {
  margin: 0;
  padding: 0;
  width: 20%;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .section-specialty__list > li {
    margin-bottom: calc(10px + 50 * (100vw - 480px) / 1320);
  }
}
@media screen and (min-width: 480px) {
  .section-specialty__list > li {
    padding-left: calc(10px + 50 * (100vw - 480px) / 1320);
  }
}
.section-specialty__list > li {
  margin: 0;
  padding: 0;
  width: 33.33333%;
  padding-left: 10px;
  margin-bottom: 10px;
}
.step-up {
  opacity: 0;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity 0.6s linear,
    -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear,
    -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s linear,
    transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.specialty__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  font-size: 1.4rem;
  line-height: 1.4;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.mobileappspecialSec .specialty__icon {
  top: 0;
  bottom: 80px;
  margin: auto;
}

.specialty__icon {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 1;
  width: 100%;
  padding: 0 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.specialty__icon,
.specialty__title {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

.mobileappspecialSec .specialty__title {
  bottom: 0;
  top: 80px;
  margin: auto;
}
@media screen and (min-width: 480px) {
  .specialty__title {
    font-size: calc(16px + 7 * (100vw - 480px) / 1320);
  }
}

.specialty__title {
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.specialty__icon,
.specialty__title {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.title,
h1,
h2,
h3,
h4,
h5 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  margin: 0;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.3;
  font-display: fallback;
}
@media screen and (min-width: 480px) {
  .specialty__title {
    font-size: calc(16px + 7 * (100vw - 480px) / 1320);
  }
}
.title,
h1,
h2,
h3,
h4,
h5 {
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  margin: 0;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
}

.digitaladspecial .specialty__icon {
  top: 0;
  bottom: 80px;
  margin: auto;
}

.mobappwebtechnoSec .webtechnoloboxlist {
  width: 16.66%;
}

.webtechnoimg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-position: center;
  object-fit: contain;
}

.oureviewcon {
  text-align: center;
  max-width: 71%;
  margin: auto;
  margin-bottom: 45px;
}
.ourapproachmain {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  font-size: 0;
}
.ourapproachmain {
  justify-content: center;
}
.ourapproachlist {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  flex: 0 0 auto;
  padding: 0 15px;
  margin-bottom: 30px;
}
.ourapproachbox {
  height: 100%;
  background: #231f20;
  border-radius: 20px;
  padding: 50px 38px;
}

.ourapproachimg {
  width: 55px;
  height: 55px;
  margin-bottom: 30px;
}

.ourapproachcon .approachtitle {
  font-size: 23px;
  font-weight: 800;
  color: #fff;
  display: block;
  margin-bottom: 12px;
}
.ourapproachcon p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4;
}

.blockspecialSec .specialty__title {
  bottom: 0;
  top: 80px;
  margin: auto;
}
@media only screen and (max-width: 1599px) {
  .blockspecialSec .specialty__content {
    height: 280px;
  }
}
.blockspecialSec .specialty__content {
  height: 220px;
  padding: 0 15px;
}
@media only screen and (max-width: 1599px) {
  .blockspecialSec .specialty {
    height: 360px;
  }
}

.blockspecialSec .specialty {
  height: 300px;
}
.blockspecialSec .specialty__icon {
  top: 0;
  bottom: 80px;
  margin: auto;
}
.is-revealed .step-up,
.step-up.is-revealed {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.section-specialty__title {
  width: 100%;
}
@media screen and (min-width: 480px) {
  .section-specialty__title {
    margin-bottom: calc(20px + 40 * (100vw - 480px) / 1320);
  }
}
@media screen and (min-width: 480px) {
  .section-specialty__title {
    font-size: calc(26px + 36 * (100vw - 480px) / 1320);
  }
}
.section-specialty__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}
.blockdevboxsmain {
  display: flex;
  flex-wrap: wrap;
}

.blockdevboxlist {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  flex: 0 0 auto;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.blockdevbox {
    padding: 30px 15px;
    text-align: center;
    height: 100%;
}
.blockdevboximg {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 17%;
    margin-bottom: 26px;
    filter: brightness(0) invert(100);
    opacity: .3;
    transition: all .4s ease-in-out;
}
.blockdevboximg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: contain;
}


@media only screen and (max-width: 1799px) {
    .dapp-development-sec.nft-marketplace-development-sec {
        background-position: left 1% center;
    }
}

.dapp-development-sec.nft-marketplace-development-sec {
    background-position: left 100px center;
    background-size: 40%;
}
@media (max-width: 1600px) {
    .nft-marketplace-development-sec {
        background-position: left -19% center;
        background-size: 970px;
    }
}
.nft-marketplace-development-sec {
    display: flex
;
    justify-content: flex-end;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 120px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1020px;
}