@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700&display=swap");
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/dm-sans-v14-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/dm-sans-v14-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/dm-sans-v14-latin-700.woff2") format("woff2");
}
@import url("https://fonts.googleapis.com/css2?family=Newsreader:opsz,wght@6..72,500&display=swap");
@font-face {
  font-display: swap;
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/newsreader-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Newsreader";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/newsreader-v20-latin-500.woff2") format("woff2");
}
html {
  font-size: 10px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "DM Sans";
  font-size: 2rem;
  background-color: var(--color-White);
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 6px;
  border-radius: 15px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 15px;
}
body::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 0%, 0.3);
  border-radius: 15px;
}
.content {
  height: 100%;
  overflow-y: hidden;
  padding-right: 20px;
  box-sizing: border-box;
  scrollbar-width: none;
}

.row {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  padding: 0;
  margin: 0;
  list-style: none;
}

:root {
  --color-dark-black: #181818;
  --color-light-black: #3e3b39;
  --gradient: linear-gradient(90.31deg, #082c6f 0.13%, #1db1be 99.61%);
  --color-White: #fff;
  --color--bg-White: #fafafa;
}

h1 {
  font-size: 6.4rem;
  line-height: 7.4rem;
}

h2 {
  font-size: 6rem;
  line-height: 8rem;
}

h3 {
  font-size: 4rem;
  line-height: 5.2rem;
}

h4 {
  font-size: 3rem;
  line-height: 3.4rem;
}

h5 {
  font-size: 2.4rem;
  line-height: 3.4rem;
}

h6 {
  font-size: 2rem;
  line-height: 3.4rem;
}

a {
  text-decoration: none;
}

.containerX {
  margin: 0 24rem;
}

.mb50 {
  margin-bottom: 50rem;
}

.section_margintop {
  margin-top: 10rem !important;
}

.thames_btns {
  background-image: var(--gradient);
  border-radius: 4.5rem;
  margin: 0 auto;
  padding: 2px 2px 4px 2px;
  border: 0;
  background-color: transparent;
  position: relative;
}
.thames_btns:hover {
  color: var(--color-White);
}
.thames_btns p {
  align-items: center;
  background-color: var(--color-White);
  border-radius: 4.5rem;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  transition: background 0.5s ease;
  font-weight: 700;
}
.thames_btns:hover p {
  background: transparent;
  color: var(--color-White);
}
.thames_btns span {
  padding: 1.1rem 2.4rem;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thames_btns span:hover {
  background: var(--color-White);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.thames_btns:hover span {
  background: var(--color-White);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navbar_section {
  position: fixed;
  bottom: 30px;
  width: 100%;
  transition: all 400ms linear;
  z-index: 2;
}
.top_Ziindex {
  z-index: 50 !important;
}
.navbar_section .headar_bar {
  background-color: #181818;
  box-shadow: 0px 0px 30px 0px #0000001a, 0px 0px 2px 0px #0000001a;
  margin: 0 auto;
  border-radius: 2.4rem;
  padding: 1.8rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 8rem;
  position: relative;
}
.navbar_contant .navbar_Ul {
  display: flex;
  gap: 4rem;
  align-items: center;
}
.navbar_contant .navbar_link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  color: #f0f0f0b2;
  font-weight: 500;
  font-size: 18px;
  transition: text-shadow 0.3s;
}
.navbar_contant .navbar_link:hover,
.navbar_contant .navbar_link.active {
  color: #ffffff;
  text-shadow: 0 0 0.65px #ffffff, 0 0 0.65px #ffffff;
}
.navbar_logo {
  position: relative;
}
.navbar_logo p {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 50%;
  text-align: center;
  font-size: 7px;
  position: absolute;
  color: white;
  top: 0;
  right: -10%;
  line-height: 8.5px;
}
.Services_menu {
  padding: 3rem;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: -1;
}
.Services_items:hover .Services_menu {
  opacity: 1;
  bottom: 75px;
  visibility: visible;
}
.Services_items .Services_menu.active {
  visibility: hidden;
  opacity: 0;
}
.Services_items .navbar_link {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
.Services_items .navbar_link svg {
  transition: 0.3s;
}
.Services_items:hover .navbar_link svg {
  rotate: 180deg;
}
.Services_menu::after {
  position: absolute;
  bottom: -10px;
  right: 50%;
  content: "";
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  z-index: 2;
  filter: drop-shadow(0px -3px 4px rgba(0, 0, 0, 0.07));
  rotate: 180deg;
}
.Services_menu_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6rem;
  row-gap: 3.4rem;
}
.Services_menu_items li a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.Services_menu_items li p {
  font-size: 1.8rem;
  color: var(--color-light-black);
  white-space: nowrap;
  transition: text-shadow 0.3s;
}
.Services_menu_items li:hover p {
  color: var(--color-dark-black);
  text-shadow: 0 0 0.65px var(--color-dark-black),
    0 0 0.65px var(--color-dark-black);
}
.Services_menu_items li.active p {
  text-shadow: 0 0 0.65px var(--color-dark-black),
    0 0 0.65px var(--color-dark-black);
}
.Viewall_services_btn {
  margin: 0 auto;
  margin-top: 3.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.7rem 4.3rem;
  font-size: 1.4rem;
  color: var(--color-light-black);
  background-color: #f6f6f6;
  border: 0;
  border-radius: 5px;
}
.Viewall_services_btn:hover {
  background-color: #dedede;
}
.Viewall_services_btn span {
  font-weight: 600;
}
.socialmediafooter_section {
  position: inherit !important;
  gap: 2rem !important;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  transform: inherit !important;
}
.socialmedia_section {
  display: grid;
  align-content: center;
  gap: 2rem;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 5rem;
  z-index: 1;
}
.socialmedia_section li a {
  height: 4rem;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #1818184d;
  border-radius: 50%;
  color: var(--color-dark-black);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  transition: background 0.5s ease;
}
.socialmedia_section li a:hover {
  color: var(--color-White);
  background-color: var(--color-dark-black);
}
.portfoliodownload_section {
  position: fixed;
  pointer-events: auto;
  bottom: 40px;
  right: 0px;
  z-index: 60;
  opacity: 1;
  transition: opacity 0.2s ease-in-out 0.2s;
}
.portfoliodownload_section::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: -0.1rem;
  height: 5.1rem;
  width: 3.2rem;
  z-index: -1;
  cursor: pointer;
  background-color: transparent;
  border-bottom-right-radius: 3.2rem;
  box-shadow: var(--color-dark-black) 0px 2.5rem 0px 0px;
}
.portfoliodownload_section::after {
  content: "";
  position: absolute;
  bottom: -5rem;
  right: -0.1rem;
  height: 5.1rem;
  width: 3.2rem;
  z-index: -1;
  cursor: pointer;
  background-color: transparent;
  border-top-right-radius: 3.2rem;
  box-shadow: var(--color-dark-black) 0px -2.5rem 0px 0px;
}
.Download_shapebtn {
  transition: transform 0.5s ease-in-out 0s;
  background-color: var(--color-dark-black);
  border-top-left-radius: 3.9rem;
  border-bottom-left-radius: 3.9rem;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  padding: 1rem 1.5rem 1rem 1.5rem;
  width: auto;
  transform: translateX(10rem);
  color: var(--color-dark-black);
}
.Download_shapebtn:hover {
  transform: translateX(0rem);
}
.download_arrow {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  color: var(--color-dark-black);
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(
    -90deg,
    #f2caf8,
    #a8e6f8,
    #bbf5ab,
    #faffb7,
    #b7b2f6,
    #f8dba1
  );
  background-size: 1000% 1000%;
  animation: gradient 7s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.download_arrow i {
  font-weight: 700;
}
.Download_portfolio_txt {
  padding-left: 20px;
}
.Download_portfolio_txt div {
  color: #bebebe;
  font-size: 1.4rem;
  font-weight: 400;
}
.Download_portfolio_txt p {
  text-transform: uppercase;
  color: var(--color-White);
  font-size: 1.4rem;
  font-weight: 700;
}
.progress-circle-container {
  position: fixed;
  bottom: 4rem;
  left: 5rem;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 200ms linear;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  background-color: var(--color-dark-black);
  cursor: pointer;
  border-radius: 50%;
}
.progress-circle-container.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-circle {
  width: 60px;
  height: 60px;
}
.progress-circle-bar {
  fill: none;
  stroke: #1db5c1;
  stroke-width: 5;
  stroke-dasharray: 283;
  stroke-dashoffset: 0;
  transform-origin: center;
  transition: stroke-dashoffset 0.3s ease;
  border-radius: 20px;
  stroke-linecap: round;
  rotate: -90deg;
}
.progress-background {
  fill: transparent;
  stroke: #a2a2a2;
  stroke-width: 5;
  stroke-dasharray: none;
}
.pulsating-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 54px;
  height: 54px;
  z-index: -1;
}
.pulsating-circle:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 50%;
  background-color: #888787ad;
  animation: pulse-ring 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  z-index: -1;
}
@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%,
  100% {
    opacity: 0;
  }
}
.WhatWeDo_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  background-image: url(../imges/what-wedo-bg.png);
  background-repeat: repeat;
  background-position: center;
  padding: 14rem 24rem;
  align-items: center;
  position: relative;
}
.bg_WhatWeDosecion {
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  margin-top: 3rem;
}
.bg_WhatWeDo {
  background-color: #fafafa;
}
.text-anim {
  display: flex;
  align-items: center;
}
.WhatWeDo_contant h2 {
  font-family: "Newsreader";
  font-weight: 500;
  color: var(--color-dark-black);
}
.WhatWeDo_contant .WhatWeDo_contant_txt {
  margin-top: 3rem;
  line-height: 3.4rem;
}
.WhatWeDo_contant button,
.WhatWeDo_contant a {
  margin-top: 6rem;
}
.whatwedo_icon {
  position: absolute;
  top: 12%;
  right: 18%;
  animation: semi-rotate-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.latestproject_right_icon {
  position: absolute;
  top: 74%;
  left: 120px;
  animation: semi-rotate-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.latestproject_left_icon {
  position: absolute;
  top: -20%;
  right: 10%;
  animation: semi-rotate-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.whatwedo_two_icon {
  position: absolute;
  bottom: 10%;
  right: 30%;
  animation: semi-rotate-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.Services_WeProvide_section {
  display: grid;
  grid-template-columns: auto 70rem;
  grid-gap: 14rem;
  align-items: center;
  margin-top: 20rem;
}
.Appointment_btn {
  margin-top: 4rem !important;
}
.main_box {
  width: 60rem;
  height: 60rem;
  border: 2px solid black;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.boxitems {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid var(--color-dark-black);
  position: absolute;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxitems::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: spin 15s linear infinite;
  border-radius: 50%;
}
@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}
.boxitems.active::after {
  border: 2px var(--color-dark-black) dashed;
}
.boxitems_1 {
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
.boxitems_2 {
  top: 30%;
  left: -75px;
  transform: translateY(-30%);
}
.boxitems_3 {
  top: 30%;
  right: -75px;
  transform: translateY(-30%);
}
.boxitems_4 {
  bottom: 0;
  right: 0;
}
.boxitems_5 {
  bottom: 0;
  left: 0;
}
.main_box .boxitems:nth-child(1).active {
  background-color: #a8e6f8;
  border: 0;
}
.main_box .boxitems:nth-child(2).active {
  background-color: #f8dba1;
  border: 0;
}
.main_box .boxitems:nth-child(3).active {
  background-color: #faffb7;
  border: 0;
}
.main_box .boxitems:nth-child(4).active {
  background-color: #bbf5ab;
  border: 0;
}
.main_box .boxitems:nth-child(5).active {
  border: 0;
  background-color: #f2caf8;
}
.boxitems1_content,
.boxitems2_content,
.boxitems3_content,
.boxitems4_content,
.boxitems5_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
  width: 70%;
}
.servicesitems h2 {
  color: #181818;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Newsreader";
  font-weight: 600;
  white-space: nowrap;
}
.services_one_icon {
  position: absolute;
  top: 0;
  right: 0;
  animation: semi-rotate-anim 12s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes semi-rotate-anim {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(25px) rotate(-53deg);
    transform: translateY(25px) rotate(-53deg);
  }
}
.services_two_icon {
  position: absolute;
  bottom: 0;
  left: 15%;
  animation: animo-x 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes animo-x {
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateX(44px);
    transform: translateX(44px);
  }
}
.main-div {
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 9999;
}
.gallery_section {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 30px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
  background-color: #d2dadf;
}
.gallery_section .col {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  align-self: flex-start;
  justify-self: flex-start;
  gap: 30px;
}
.gallery_section .col:nth-child(2) {
  align-self: flex-end;
  justify-self: flex-end;
}
.gallery_section .col .image {
  border-radius: 20px 20px 20px 20px;
  overflow: hidden;
}
.gallery_section .border-redius-left .image {
  border-radius: 0 20px 20px 0;
}
.gallery_section .border-redius-right .image {
  border-radius: 20px 0 0 20px;
}
.OurProcess_contant {
  max-width: 55%;
  margin: 0 auto;
}
.OurProcess_cardssection {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8rem;
  margin-top: 15rem;
  position: relative;
  z-index: 1;
}
.OurProcess_images {
  position: relative;
}
.count_txt {
  position: absolute;
  z-index: -1;
  top: -40px;
  right: 40px;
}
.OurProcess_icon {
  width: 14.5rem;
  height: 14.5rem;
  border-radius: 50%;
  padding: 1.7rem;
  background-color: var(--color--bg-White);
  margin: 0 auto;
}
.OurProcess_icon .icon_box {
  box-shadow: 8px 8px 20px 8px #0000001a;
  width: 100%;
  height: 100%;
  background-color: var(--color--bg-White);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow_patten {
  position: absolute;
  top: -100px;
}
.OurProcess_hading {
  margin: 2rem 0;
  font-weight: 600;
  color: var(--color-dark-black);
}
.blue_boders {
  border: #a8e6f8 5px solid;
}
.yellow_boders {
  border: #f8dba1 5px solid;
}
.green_boders {
  border: #bbf5ab 5px solid;
}
.pink_boders {
  border: #f2caf8 5px solid;
}
.OurProcess_text {
  font-size: 1.6rem;
  line-height: 3rem;
  color: var(--color-light-black);
  text-align: center;
}
.counter_section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4.4rem;
  padding: 0 18.5rem;
  position: relative;
}
.counter_items {
  padding: 1rem 2rem;
  border-radius: 15px;
  box-shadow: 0px 5px 40px 5px #26478b14;
}
.counter_items:nth-child(1) {
  background-color: #f8dba1;
}
.counter_items:nth-child(2) {
  background-color: #f8a1a1;
}
.counter_items:nth-child(3) {
  background-color: #b7b2f6;
}
.counter_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.counter_text h2 {
  color: #21273d;
  font-weight: 700;
}
.projects_name {
  margin-top: 3.2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--color-dark-black);
}
.ourprocess_right_icon {
  position: absolute;
  top: 0;
  right: 0;
  animation: animo-x 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.features_right_icon {
  position: absolute;
  right: 0;
  top: 30px;
  animation: animo-x 8s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.features_left_icon {
  position: absolute;
  left: 0;
  bottom: 0;
  animation: semi-rotate-anim 10s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
.Features_section {
  padding-bottom: 10rem;
}
.main_section {
  display: flex;
  align-items: center;
  margin-top: 5rem;
  justify-content: center;
  flex-wrap: wrap;
}
.main_section .shadow_items:nth-child(5),
.main_section .shadow_items:nth-child(6),
.main_section .shadow_items:nth-child(7) {
  margin-top: -55px;
}
.shpes_items {
  display: inline-block;
  width: 360px;
  height: 355px;
  background-color: #1818181a;
  -webkit-clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
  clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
  display: flex;
  align-items: center;
  justify-content: center;
}
.shpes_items::after {
  content: "";
  position: absolute;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: rgb(255, 255, 255);
  clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
  -webkit-clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
}
.shadow_items {
  filter: drop-shadow(0px 0px 14px #1818181a);
  margin-right: -10px;
}
.Features_contant {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 100%;
  text-align: center;
  padding: 3rem;
  height: calc(100% - 30px);
  -webkit-transform: translate(-50%, -50%);
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
.hexagon_nametxt {
  color: #181818;
  font-size: 20px;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1rem;
  margin-top: 7rem;
}
.Features_contant p {
  font-size: 16px;
  color: #3e3b39;
}
.OurCoreValues_section .Features_contant p {
  font-size: 15px;
}
.shpes_items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  transition: all 0.2s;
  opacity: 0;
  background-color: #a8e6f8;
  z-index: 1;
  clip-path: polygon(
    45% 1.33975%,
    46.5798% 0.60307%,
    48.26352% 0.15192%,
    50% 0%,
    51.73648% 0.15192%,
    53.4202% 0.60307%,
    55% 1.33975%,
    89.64102% 21.33975%,
    91.06889% 22.33956%,
    92.30146% 23.57212%,
    93.30127% 25%,
    94.03794% 26.5798%,
    94.48909% 28.26352%,
    94.64102% 30%,
    94.64102% 70%,
    94.48909% 71.73648%,
    94.03794% 73.4202%,
    93.30127% 75%,
    92.30146% 76.42788%,
    91.06889% 77.66044%,
    89.64102% 78.66025%,
    55% 98.66025%,
    53.4202% 99.39693%,
    51.73648% 99.84808%,
    50% 100%,
    48.26352% 99.84808%,
    46.5798% 99.39693%,
    45% 98.66025%,
    10.35898% 78.66025%,
    8.93111% 77.66044%,
    7.69854% 76.42788%,
    6.69873% 75%,
    5.96206% 73.4202%,
    5.51091% 71.73648%,
    5.35898% 70%,
    5.35898% 30%,
    5.51091% 28.26352%,
    5.96206% 26.5798%,
    6.69873% 25%,
    7.69854% 23.57212%,
    8.93111% 22.33956%,
    10.35898% 21.33975%
  );
  -webkit-clip-path: polygon(
    45% 1.34%,
    46.58% 0.6%,
    48.26% 0.15%,
    50% 0%,
    51.74% 0.15%,
    53.42% 0.6%,
    55% 1.34%,
    89.64% 21.34%,
    91.07% 22.34%,
    92.3% 23.57%,
    93.3% 25%,
    94.04% 26.58%,
    94.49% 28.26%,
    94.64% 30%,
    94.64% 70%,
    94.49% 71.74%,
    94.04% 73.42%,
    93.3% 75%,
    92.3% 76.43%,
    91.07% 77.66%,
    89.64% 78.66%,
    55% 98.66%,
    53.42% 99.4%,
    51.74% 99.85%,
    50% 100%,
    48.26% 99.85%,
    46.58% 99.4%,
    45% 98.66%,
    10.36% 78.66%,
    8.93% 77.66%,
    7.7% 76.43%,
    6.7% 75%,
    5.96% 73.42%,
    5.51% 71.74%,
    5.36% 70%,
    5.36% 30%,
    5.51% 28.26%,
    5.96% 26.58%,
    6.7% 25%,
    7.7% 23.57%,
    8.93% 22.34%,
    10.36% 21.34%
  );
}
.shpes_items:hover::before {
  transform: scale(1);
  opacity: 1;
}
.main_section .shadow_items:nth-child(2) .shpes_items::before {
  background-color: #f2caf8;
}
.main_section .shadow_items:nth-child(3) .shpes_items::before {
  background-color: #bbf5ab;
}
.main_section .shadow_items:nth-child(4) .shpes_items::before {
  background-color: #f8dba1;
}
.main_section .shadow_items:nth-child(5) .shpes_items::before {
  background-color: #b7b2f6;
}
.main_section .shadow_items:nth-child(6) .shpes_items::before {
  background-color: #faffb7;
}
.main_section .shadow_items:nth-child(7) .shpes_items::before {
  background-color: #f8a1a1;
}
.Features_icon {
  transition: 500ms ease;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shpes_items:hover .Features_icon {
  transform: scale(1.2);
}
.third_section {
  position: relative;
}
.third_sec_text {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid {
  display: flex;
  justify-content: center;
}
.grid_image {
  margin-top: 0%;
}
.third_container {
  overflow-x: hidden;
  position: relative;
}
#js {
  position: relative;
  top: -24.2rem;
  left: 705%;
}
.K {
  position: relative;
  top: -27.7rem;
  left: 680.5%;
}
.red {
  position: relative;
  top: -31rem;
  left: 655.5%;
}
.A {
  position: relative;
  top: -40.3rem;
  left: 545.5%;
}
.mongo {
  position: relative;
  top: -47.2rem;
  left: 517.5%;
}
._html {
  position: relative;
  top: -53.6rem;
  left: 489.5%;
}
.android {
  position: relative;
  top: -60.1rem;
  left: 452.6%;
}
.apple {
  position: relative;
  top: -32.8rem;
  left: 213%;
}
.assus {
  position: relative;
  top: -39.5rem;
  left: 184.3%;
}
.vanilla {
  position: relative;
  top: -46.3rem;
  left: 152.7%;
}
.react {
  position: relative;
  top: -39.1rem;
  left: 121.7%;
}
.obj_c {
  position: relative;
  top: -25.8rem;
  left: -222.5%;
}
.css {
  position: relative;
  top: -14rem;
  left: -172.5%;
  opacity: 0;
}
.yellow {
  position: relative;
  top: -32.3rem;
  left: -247.7%;
}
.python {
  position: relative;
  top: -45.9rem;
  left: -209.5%;
}
.aws {
  position: relative;
  top: -32.6rem;
  left: -314.5%;
}
.ui {
  position: relative;
  top: -18.9rem;
  left: -552.3%;
}
.expo {
  position: relative;
  top: -25.9rem;
  left: -583.7%;
}
.arrow {
  position: relative;
  top: -20.8rem;
  left: -571.5%;
}
.cloud {
  position: relative;
  top: -39.5rem;
  left: -545.1%;
}
.node {
  position: relative;
  top: -30.9rem;
  left: -843.5%;
}
.grid-container {
  display: flex;
  justify-content: center;
}
.newitems {
  position: absolute;
  top: 8.4rem;
  left: 52%;
}
.technologies_lefticon {
  position: absolute;
  bottom: 20%;
  left: 10%;
}
.technologies_righticon {
  position: absolute;
  right: 0;
  top: -10%;
}
.ContactUs_ctasection {
  padding: 5.4rem 0;
  background-image: url(../imges/what-wedo-bg.png);
  background-repeat: repeat;
  background-position: center;
  background-color: #fafafa;
}
.ContactUs_bgremove {
  background-image: none;
  background-color: #ffffff;
}
.ContactUscta_items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.ContactUscta_contant {
  display: flex;
  align-items: center;
  gap: 8rem;
}
.ContactUscta_contant h2 {
  font-family: "Newsreader";
  font-weight: 500;
  color: var(--color-dark-black);
  line-height: 6rem;
}
.OurClient_section {
  padding: 0 13rem;
  margin-top: 6rem;
}
.card_client {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px #0000000d;
  background-color: white;
}
.client_name {
  height: 90px;
  background-color: #a7e6f8;
  width: 100%;
  position: relative;
}
.client_name p {
  margin: 0;
  padding: 1rem 3rem;
  font-size: 2rem;
  font-weight: 700;
}
.client_name span {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 500;
}
.white_bg {
  position: absolute;
  background-color: white;
  height: 40px;
  bottom: 0;
  z-index: 1;
  left: 0;
  width: 60%;
}
.client_contant {
  width: 70%;
  font-size: 1.6rem;
  line-height: 3rem;
  overflow: auto;
  padding-right: 1rem;
}
.client_contant::-webkit-scrollbar {
  width: 3px;
  border-radius: 20px;
}
.client_contant::-webkit-scrollbar-track {
  border-radius: 20px;
}
.client_contant::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 20px;
}
.white_bg::after {
  content: "";
  position: absolute;
  width: 0;
  right: -40px;
  height: 0;
  border-bottom: 40px solid rgb(255, 255, 255);
  border-right: 40px solid transparent;
}
.OurClient_section .owl-stage-outer {
  padding: 2rem 0;
}
.OurClient_section .OurClient_slider .item {
  margin: 0 10px;
}
.client_iamge {
  width: 13.5rem;
  height: 13.5rem;
  border: 2px solid #181818;
  border-radius: 50%;
  overflow: hidden;
  padding: 1rem;
  position: relative;
  margin-top: -5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.client_iamge img {
  border-radius: 50%;
  width: auto !important;
}
.clientbox_items {
  padding: 0 2.5rem 3rem;
  display: flex;
  justify-content: space-between;
  height: 19rem;
}
.review_items {
  margin-top: 2rem;
}
.review_items p {
  color: #6c6a72;
  margin-top: 1rem;
  text-align: center;
  font-size: 1.4rem;
}
.review_items img {
  width: auto !important;
  margin: 0 auto;
}
.client_bgicon img {
  position: relative;
  bottom: -70px;
}
.parple_bg {
  background-color: #b7b2f6;
}
.pink_bg {
  background-color: #f2caf8;
}
.orange_bg {
  background-color: #f8dba1;
}
.green_bg {
  background-color: #bbf5ab;
}
.yellow_bg {
  background-color: #faffb7;
}
.red_bg {
  background-color: #f8a1a1;
}
.OurClient_slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.OurClient_slider .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
  margin-top: 45px;
}
.OurClient_slider.owl-theme .owl-dots .owl-dot span {
  margin: 0;
  background-color: #c4c4c4;
}
.OurClient_slider.owl-theme .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: -25px;
}
.OurClient_slider.owl-theme .owl-dots .owl-dot.active span,
.OurClient_slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #000000;
}
.ourclienticon_left {
  position: absolute;
  top: 0;
  right: 0;
}
.ourclienticon_right {
  position: absolute;
  left: 0;
  top: 45%;
}
.ourclienticon_bottom {
  position: absolute;
  bottom: -8%;
  right: 20%;
}
.Footer_section {
  padding: 10rem 0;
  background-image: url(../imges/what-wedo-bg.png);
  background-repeat: repeat;
  background-position: center;
}
.Footer_contant {
  padding-bottom: 3rem;
  border-bottom: 1px solid #cdcdcd;
}
.footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Footer_contant p {
  color: var(--color-light-black);
  text-align: center;
  margin-top: 2rem;
  opacity: 0.8;
}
.socialmedia_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
.socialmedia_footer li {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.socialmedia_footer a {
  color: var(--color-light-black);
}
.Copyright_text {
  margin-top: 3rem;
  font-size: 1.6rem;
  color: var(--color-light-black);
  text-align: center;
  opacity: 0.8;
}
.footer_left_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20%;
}
.footer_right_icon {
  position: absolute;
  right: 7%;
}
.hamburger {
  cursor: pointer;
}
.hamburger input {
  display: none;
}
.hamburger svg {
  height: 3em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line {
  fill: none;
  stroke: var(--color--bg-White);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line-top-bottom {
  stroke-dasharray: 12 63;
}
.hamburger input:checked + svg {
  transform: rotate(-45deg);
}
.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}
.abouthero_section {
  padding: 7rem 24rem;
  background-image: inherit;
}
.Howthe_text {
  color: #3e3b39;
  font-weight: 500;
}
.WhatWeDo_imges {
  position: relative;
}
.significant_section {
  padding: 10rem 24rem;
  position: relative;
}
#lottie-container2 {
  width: 30rem;
  height: 30rem;
  position: absolute;
  transform: rotate(-30deg);
  left: -50px;
  top: -120px;
}
#lottie-container20 {
  width: 30rem;
  height: 30rem;
  position: absolute;
  top: 0;
}
#lottie-container3 {
  width: 20rem;
  height: 20rem;
  position: absolute;
  right: 0;
  bottom: -200px;
  transform: scaleX(-1);
  rotate: -30deg;
}
#lottie-container5 {
  width: 16rem;
  height: 12rem;
  position: absolute;
  left: 40px;
  top: 10px;
}
#lottie-services1 {
  width: 35rem;
  height: 20rem;
  position: absolute;
  left: 148px;
  top: 131px;
}
#lottie-services2 {
  width: 35rem;
  height: 17rem;
  position: absolute;
  right: -110px;
  top: 60px;
}
#lottie-services7 {
  width: 7rem;
  height: 4rem;
  position: absolute;
  right: 180px;
  top: 115px;
}
#lottie-services8 {
  width: 50rem;
  height: 32rem;
  position: absolute;
  left: -190px;
  top: 26px;
  transform: scaleX(-1);
}
#lottie-container9 {
  width: 11rem;
  height: 11rem;
  position: absolute;
  left: 233px;
  top: 200px;
}
#lottie-container10 {
  width: 14rem;
  height: 14rem;
  position: absolute;
  right: -70px;
  top: 130px;
  transform: scaleX(-1);
  rotate: 90deg;
}
#lottie-services11 {
  width: 8rem;
  height: 5rem;
  position: absolute;
  right: 238px;
  top: 225px;
}
.significant_itemssection {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 4rem;
}
.significant_items {
  padding: 4.5rem 3.6rem;
  border-radius: 2rem;
  position: relative;
  z-index: 0;
}
.OurMission_icon {
  padding: 4.4rem 5.3rem;
  background-color: var(--color-White);
  border-radius: 50%;
  border: 2px solid#000000;
  width: 24rem;
  height: 24rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.significant_itemssection .significant_items:nth-child(1) {
  background-color: #a8e6f8;
}
.significant_itemssection .significant_items:nth-child(2) {
  background-color: #f2caf8;
}
.significant_itemssection .significant_items:nth-child(3) {
  background-color: #bbf5ab;
}
.significant_contant {
  margin-top: 5.7rem;
}
.significant_contant h3 {
  font-family: "Newsreader";
  font-weight: 600;
}
.significant_contant p {
  text-align: center;
  font-size: 2.4rem;
  margin-top: 3rem;
}
.significant_items::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #000000;
  width: 0;
  height: 0;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.significant_items:hover::after {
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  opacity: 1;
}
.OurCoreValues_section .Features_contant {
  padding: 2rem 3.2rem;
  height: calc(100% - 24px);
}
.developer_section {
  padding: 0 17rem;
  margin-top: 6rem;
}
.developer_items {
  position: relative;
  margin: 0 2rem;
  margin-top: 4rem;
}
.developer_items .developer_img {
  border-radius: 20px 20px 30px 30px;
  overflow: hidden;
}
.developer_section .col-4 {
  padding: 0;
}
.developer_img img {
  width: 100%;
}
.developer_contant {
  padding: 1.5rem 2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.developer_contant p {
  font-size: 3rem;
  font-weight: 500;
  font-family: "Newsreader";
}
.developer_contant span {
  font-size: 1.6rem;
  font-weight: 500;
}
.developer_section .col-lg-4:nth-child(1) .developer_contant,
.developer_section .col-6:nth-child(1) .developer_contant {
  background-color: #f2caf8;
}
.developer_section .col-lg-4:nth-child(2) .developer_items .developer_contant,
.developer_section .col-6:nth-child(2) .developer_items .developer_contant {
  background-color: #bbf5ab;
}
.developer_section .col-lg-4:nth-child(3) .developer_items .developer_contant,
.developer_section .col-6:nth-child(3) .developer_items .developer_contant {
  background-color: #b7b2f6;
}
.developer_section .col-lg-4:nth-child(5) .developer_items .developer_contant,
.developer_section .col-6:nth-child(5) .developer_items .developer_contant {
  background-color: #a8e6f8;
}
.developer_section .col-lg-4:nth-child(4) .developer_items .developer_contant,
.developer_section .col-6:nth-child(4) .developer_items .developer_contant {
  background-color: #faffb7;
}
.developer_section .col-lg-4:nth-child(6) .developer_items .developer_contant,
.developer_section .col-6:nth-child(6) .developer_items .developer_contant {
  background-color: #f8dba1;
}
.developer_contant ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.OurClients_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8.5rem;
  align-items: center;
}
.OurClients_bg {
  background-color: #fafafa;
}
.marquee-wrapper .containers {
  overflow: hidden;
  margin: 0 auto !important;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  position: relative;
}
.marquee-wrapper .marquee-block {
  width: 100%;
  height: 70rem;
  overflow: hidden;
  position: relative;
  float: left;
}
.marquee-inner {
  display: block;
  width: 100%;
  position: absolute;
}
.marquee-inner.to-left {
  animation: marqueeTop 60s linear infinite;
}
.marquee-inner.to-right {
  animation: marqueeBottom 60s linear infinite;
}
.marquee-item {
  transition: all 0.2s ease-out;
  border-radius: 20px;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  height: 18rem;
}
@keyframes marqueeTop {
  0% {
    top: 0;
  }
  100% {
    top: -350%;
  }
}
@keyframes marqueeBottom {
  0% {
    top: -350%;
  }
  100% {
    top: 0;
  }
}
.OurClients_contant h2 {
  font-weight: 500;
  font-family: "Newsreader";
  margin-top: 4rem;
}
.OurClients_contant p {
  margin-top: 3rem;
  line-height: 3.4rem;
}
.allServices_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5rem;
  align-items: center;
  padding-top: 10rem;
  position: relative;
}
.allServices_contant h2 {
  font-family: "Newsreader";
  font-weight: 500;
  color: var(--color-dark-black);
}
.allServices_contant .allServices_text {
  margin-top: 3rem;
  line-height: 3.4rem;
}
.allServices_contant button,
.allServices_contant a {
  margin-top: 4rem;
}
.IndustryWeServe_section {
  padding: 10rem 0;
}

:root {
  --color-text: navy;
  --color-bg: papayawhip;
  --color-bg-accent: #ecdcc0;
  --size: clamp(10rem, calc(1rem + 40vmin), 30rem);
  --gap: calc(var(--size) / 14);
  --scroll-end: calc(-100% - var(--gap));
}
.marquee {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 4rem;
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 4rem;
  min-width: 100%;
  animation: scroll-x 60s linear infinite;
}
.marquee--vertical {
  --mask-direction: to bottom;
}
.marquee--vertical,
.marquee--vertical .marquee__group {
  flex-direction: column;
}
.marquee--vertical .marquee__group {
  animation-name: scroll-y;
}
.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: -3s;
}
@keyframes scroll-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(var(--scroll-end));
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin: auto;
  max-width: 100vw;
  margin-top: 5rem;
}
.wrapper--vertical {
  flex-direction: row;
  height: 100vh;
}
.Industry_items {
  display: grid;
  place-items: center;
  background: white;
  box-shadow: 0px 0px 20px 0px #0000000d;
  border-radius: 2rem;
  padding: 3rem 0;
  width: 30rem;
  border-bottom: 6px solid;
}
.Industry_items p {
  color: black;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 4px;
}
.boderbottom_pink {
  border-color: #f8a1a1;
}
.boderbottom_green {
  border-color: #bbf5ab;
}
.boderbottom_blue {
  border-color: #a8e6f8;
}
.boderbottom_pinklight {
  border-color: #f2caf8;
}
.boderbottom_purple {
  border-color: #b7b2f6;
}
.boderbottom_yellow {
  border-color: #f8dba1;
}
.uiuxDesign_section {
  display: grid;
  grid-template-columns: 50rem auto;
  grid-gap: 15rem;
  position: relative;
}
.fix_contant {
  position: sticky;
  top: 20px;
}
.uiux_contant h2 {
  font-family: "Newsreader";
  font-weight: 500;
  color: var(--color-dark-black);
}
.uiux_contant p {
  margin: 3rem 0;
}
.uiux_Service li {
  border-bottom: 1px solid #000000;
  margin-bottom: 4rem;
}
.uiux_Service li p {
  font-size: 4rem;
  font-weight: 500;
  color: #000000;
}
.uiux_Service li span {
  color: var(--color-light-black);
  display: block;
  margin: 3rem 0;
}
.UsingTechnologies_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8rem;
  margin-top: 3rem;
}
#lottie-container4 {
  width: 20rem;
  position: absolute;
  rotate: 90deg;
  right: 160px;
  top: 0;
}
.uiux_items {
  margin-top: 3rem;
}
.uiux_items li {
  margin-top: 1.8rem;
  padding-left: 2.5rem;
  color: var(--color-dark-black);
  font-weight: 600;
  position: relative;
}
.uiux_items li::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../imges/services/uiuxdesign/start-list.png);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ContactUs_container {
  margin-left: 24rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  position: relative;
}
.ContactUs_Form {
  margin-top: 6rem;
}
.Form_input input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid #181818;
  padding: 1.2rem 2rem;
  color: #000000;
  outline: 0;
  margin-bottom: 6rem;
  background-color: transparent;
}
.Form_input input::placeholder {
  color: #3e3b3980;
}
.multiple_inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
}
.form_img {
  position: relative;
  top: 6.5px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.Sendusyour_text {
  font-family: "Newsreader";
  font-weight: 500;
  color: var(--color-dark-black);
  font-size: 3.4rem;
  text-align: center;
}
.GetInTouch_section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 11rem;
  margin-top: 6rem;
  align-items: center;
}
.map_items iframe {
  width: 100%;
  height: 40rem;
}
.GetInTouch_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6rem;
}
.GetInTouch_icon {
  width: 8.8rem;
  height: 8.8rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg_pink {
  background-color: #f2caf8;
}
.bg_green {
  background-color: #bbf5ab;
}
.GetInTouch_text {
  margin: 2rem 0;
  font-family: "Newsreader";
  font-weight: 600;
}
.companydetails_items li a {
  color: #000000;
}
.companydetails_items li {
  margin-bottom: 1.2rem;
}
.Career_section {
  padding: 0 10rem;
  margin-top: 3rem;
  justify-content: center;
}
.Career_items {
  margin: 0 10px;
  padding: 3rem 2rem;
  background-color: var(--color--bg-White);
  box-shadow: 0px 0px 30px 0px #0000001a;
  border-radius: 15px;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.Career_section .Career_items::after {
  transition: 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: -1;
}
.Careerone:hover::after {
  background-color: #a8e6f8;
  width: 100%;
}
.Careertwo:hover::after {
  background-color: #f2caf8;
  width: 100%;
}
.Careerthree:hover::after {
  background-color: #bbf5ab;
  width: 100%;
}
.Career_section .Career_items:hover .Career_icon {
  background-color: var(--color--bg-White);
}
.Career_icon {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.Career_section .Careerone .Career_icon {
  background-color: #a8e6f8;
}
.Career_section .Careertwo .Career_icon {
  background-color: #f2caf8;
}
.Career_section .Careerthree .Career_icon {
  background-color: #bbf5ab;
}
.Career_contant span {
  font-size: 1.4rem;
  padding: 0 1.2rem;
  border-radius: 50px;
  border: 1px solid #181818;
  font-weight: 500;
  margin-bottom: 1.6rem;
  display: inline-block;
  background-color: var(--color-White);
}
.Career_contant h4 {
  font-family: "Newsreader";
  font-weight: 600;
}
.Pleasesend_section {
  padding: 6.5rem 0;
  background-image: url(../imges/what-wedo-bg.png);
  background-repeat: repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.Pleasesend_section p {
  font-family: "Newsreader";
  font-weight: 500;
  font-size: 3rem;
  color: var(--color-dark-black);
}
.Pleasesend_section a {
  background: linear-gradient(180deg, #254a8c 0%, #1db0be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  font-size: 2.8rem;
}
.CaseStudies_section {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
}
.CaseStudiesDetail_section {
  display: inherit;
}
.CaseStudiesDetail_section .CaseStudies_items {
  padding: 3rem;
}
.CaseStudies_items {
  box-shadow: 0px 0px 24px 0px #0000001a;
  border-radius: 4rem;
  padding: 2rem 2rem 4rem;
  background-color: var(--color-White);
}
.CaseStudies_items:hover .CaseStudies_img {
  transform: rotate(1.5deg);
  position: relative;
}
.CaseStudies_items .CaseStudies_img {
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}
.CaseStudies_items .CaseStudies_img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.CaseStudies_items:hover .CaseStudies_img::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.CaseStudies_items p {
  font-family: "Newsreader";
  font-weight: 600;
  font-size: 3rem;
  margin-top: 4rem;
  color: #000000;
}
.CaseStudies_items a {
  font-size: 2rem;
  color: #9f9d9c;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.Result_list {
  margin-bottom: 3rem;
}
.Result_list p::after {
  position: absolute;
  top: 0;
  left: 0;
  content: url(../imges/services/uiuxdesign/start-list.png);
}
.Result_list p {
  position: relative;
  margin-top: 1rem;
  color: var(--color-dark-black) !important;
  font-weight: 700 !important;
  padding-left: 10px;
  font-size: 2rem !important;
  padding-left: 30px;
}
.client_section {
  background-image: url(../imges/casestudies/bg-section.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10rem 24rem;
  position: relative;
}
.projeact_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6rem;
}
.projeact_items .projects_img {
  position: relative;
  overflow: hidden;
}
.projeact_items .projects_img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.projeact_items .projects_img:hover::before {
  -webkit-animation: shine2 0.75s;
  animation: shine2 0.75s;
}
@keyframes shine2 {
  100% {
    left: 125%;
  }
}
.projects_text {
  max-width: 40%;
  margin: 0 auto;
  margin-top: 10rem;
  text-align: center;
}
.clients_name {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients_name span {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--color-dark-black);
  font-size: 1.6rem;
}
.clients_name p {
  text-transform: uppercase;
  color: #3e3b3980;
  font-size: 1.6rem;
  font-weight: 600;
}
.RelatedCase_slider {
  margin-top: 6rem;
}
.country_text {
  background: linear-gradient(180deg, #254a8c 0%, #1db0be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.arrow_items {
  width: 30px !important;
}
.RelatedCase_slider.owl-carousel .owl-stage-outer {
  padding: 2rem;
}
.RelatedCase_continer {
  margin-left: 24rem;
}
.RelatedCase_slider.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
}
.RelatedCase_slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 90px;
  z-index: 1;
}
.RelatedCase_slider.owl-theme .owl-nav {
  margin-top: 0;
}
.left_arrow {
  rotate: 180deg;
}
.RelatedCase_slider.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.RelatedCase_slider.owl-theme .owl-nav .disabled {
  opacity: 0;
  cursor: default;
}
.RelatedCase_slider.owl-theme .owl-nav::after,
.RelatedCase_slider.owl-theme .owl-nav::before {
  content: "";
  position: absolute;
  top: 0;
  width: 240px;
  height: 100%;
  transition: opacity 0.3s ease;
}
.RelatedCase_slider.owl-theme .owl-nav::after {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  visibility: hidden;
}
.RelatedCase_slider.owl-theme .owl-nav::before {
  right: 0;
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  visibility: hidden;
}
.RelatedCase_slider.owl-theme .owl-nav.enabled-after::after {
  opacity: 1;
  visibility: visible;
}
.RelatedCase_slider.owl-theme .owl-nav.enabled-before::before {
  opacity: 1;
  visibility: visible;
}
.Loader {
  width: 100%;
  height: 100vh;
  background-color: var(--color--bg-White);
  background-image: url(../imges/what-wedo-bg.png);
  background-position: center;
  position: fixed;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
}
.Loader .loader_img {
  width: 20rem;
  position: relative;
}
.Loader .loader_img img {
  width: 100%;
}
.Loader .loader_img::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
  z-index: 2;
  animation: shine 1s infinite;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.banner-wrapper-text h1 {
  font-family: "Newsreader";
  font-weight: 500;
}
.banner-padding {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3rem;
  align-items: center;
}
.banner-wrapper-text span {
  background: var(--gradient);
  -webkit-background-clip: text;
  background-size: 200%;
  -webkit-text-fill-color: transparent;
  animation: animated-gradient 4s ease-in-out infinite;
}
@keyframes animated-gradient {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.hero_text {
  margin-top: 4rem;
  font-size: 2rem;
}
#lottie-container20 svg g g:last-child {
  display: none !important;
}
.apply_text {
  font-family: "Newsreader";
  font-weight: 500;
  color: var(--color-dark-black);
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 6rem;
}
.Successfully_text {
  font-family: "Newsreader";
  font-weight: 500;
  color: var(--color-dark-black);
  font-size: 3.7rem;
  text-align: center;
  margin: 2.4rem 0;
}
.submitted_text {
  text-align: center;
  font-family: "Newsreader";
  font-weight: 500;
  color: var(--color-dark-black);
  font-size: 2rem;
}
.Apply_modal .modal-dialog,
.Successfully_modal .modal-dialog {
  max-width: 62rem;
  border: 0;
}
.apply_contant {
  padding: 6rem;
}
.Apply_modal .modal-content,
.Successfully_modal .modal-content {
  border: 0;
  border-radius: 2rem;
}
.attachment-group {
  border: 1px dashed #3e3b39b2;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  background-color: #f6f6f6;
}
.attachment-group .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.upload-imges-center {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.New-upload p {
  font-size: 2rem;
  background: linear-gradient(180deg, #254a8c 0%, #1db0be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  text-align: center;
}
.New-upload span {
  display: block;
  font-size: 1.4rem;
  color: var(--color-light-black);
}
.showpdf {
  padding: 2.6rem 1.6rem;
  border: 1px solid #3e3b39b2;
  border-radius: 1.2rem;
  height: 10rem;
  font-size: 1.4rem;
  position: relative;
  background: linear-gradient(
    to right,
    #f9fafb 0%,
    #f9fafb 0%,
    transparent 0%,
    transparent 100%
  );
  transition: background-size 0.1s linear;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pdf_name {
  color: var(--color-dark-black);
  font-weight: 500;
}
.processing_count,
.pdf_size {
  color: var(--color-light-black);
}
#showpdfloading {
  width: 32px;
  height: 32px;
}
#removeshowpdf {
  color: #f04438;
  font-size: 1.8rem;
  cursor: pointer;
}
.Submit_btn {
  margin-top: 6rem;
}
.close_btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.close_btn svg {
  width: 2.4rem;
  height: 2.4rem;
  color: #3e3b39;
  opacity: 0.5;
}
.Applybtn {
  margin: inherit;
  margin-left: auto;
  margin-top: 0;
}
#Successfullylottie {
  width: 33rem;
  height: 33rem;
  margin: 0 auto;
}
#jobemptyloti {
  width: 50rem;
  height: 50rem;
  margin: 0 auto;
}
.noopenings_text {
  text-align: center;
  font-family: "Newsreader";
  font-weight: 500;
  color: var(--color-dark-black);
  font-size: 3rem;
  position: absolute;
  bottom: 0;
}
#WebDevelopmentloti {
  position: absolute;
  top: 194px;
  left: 77px;
}
#upworkloti {
  width: 15rem;
  height: 9rem;
  position: absolute;
  top: 90px;
  left: 150px;
}
#upworkloti svg g:nth-child(2) g {
  display: none;
}
#handshakeloti {
  width: 20rem;
  height: 12rem;
  position: absolute;
  top: 95px;
  left: 0;
}
#Businessloti {
  width: 50rem;
  height: 37rem;
  position: absolute;
  top: -18px;
  left: -50px;
}
#Softwareloti {
  width: 35rem;
  height: 23rem;
  position: absolute;
  top: 111px;
  left: 240px;
}
@keyframes wave {
  0% {
    border-radius: 42% 50% 50% 50%;
  }
  25% {
    border-radius: 50% 42% 50% 50%;
  }
  50% {
    border-radius: 50% 50% 42% 50%;
  }
  75% {
    border-radius: 50% 50% 50% 42%;
  }
  100% {
    border-radius: 42% 50% 50% 50%;
  }
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#cursor-pointer {
  width: 40rem;
  height: 40rem;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50%;
  position: absolute;
  background: linear-gradient(
    to right,
    #b3ffcb 0%,
    #ffeeb3 20%,
    #ffc7b3 40%,
    #ddc2ff 60%,
    #b3e0ff 80%,
    #b3ffba 100%
  );
  animation: wave 7s ease-in-out infinite;
  background-size: 1000% 1000%;
}
.portfolio-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.portfolio-items {
  border: 1px solid #3e3b3980;
  padding: 4.4rem;
  background-color: white;
  position: relative;
  overflow: hidden;
}
.portfolio-items:hover .portfolio-block {
  right: 0;
}
.portfolio-block {
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 2rem 2.5rem;
  background-color: var(--color-dark-black);
  position: absolute;
  top: 50%;
  right: -160%;
  transform: translateY(-50%);
  transition: 0.6s;
}
.portfolio-block p {
  font-size: 3rem;
  font-weight: 500;
  color: var(--color-White);
  font-family: "Newsreader";
}
.portfolio-block span {
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--color-White);
}
.link_items {
  width: 5.2rem;
  height: 5.2rem;
  background-color: var(--color--bg-White);
  padding: 0.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.link_items div {
  background-color: #222222;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.link_items div::before {
  content: url(../imges/portfolio/white-arrow.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.4) translate(-55px, 58px);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.link_items:hover div::before {
  transform: scale(1) translate(-50%, -50%);
}
.link_items img {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.link_items:hover img {
  opacity: 0;
}
#portfolio-filter {
  text-align: center;
  margin-bottom: 6rem;
}
.portfolio-wrapper {
  padding: 3rem 0;
  position: relative;
  z-index: 1;
}
#portfolio-filter .portfolio-filter-menu .btn.active {
  background: #b7b2f6;
  border: 1px solid #b7b2f6;
}
.portfolio-img {
  width: 100%;
  height: auto;
  transition: transform 0.5s;
  will-change: transform;
}
.bordertop-none {
  border-top: 0;
}
.borderright-none {
  border-right: 0;
}
.borderbottom-none {
  border-bottom: 0;
}
.borderleft-none {
  border-left: 0;
}
.portfolio-filter-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.8rem;
}
#portfolio-filter .portfolio-filter-menu .btn {
  display: inline-block;
  background: var(--color-White);
  padding: 0.8rem 2rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  transition: 0.5s;
  border: 1px solid #181818;
}
#portfolio-filter .portfolio-filter-menu .btn:hover {
  background: #b7b2f6;
  color: var(--color-dark-black);
  border: 1px solid #b7b2f6;
}
.filter-items {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  z-index: 1;
}
.filter-btn {
  display: flex;
  background: var(--color-White);
  padding: 0.8rem 2.5rem;
  color: #000000;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
  border-radius: 100px;
  transition: 0.5s;
  border: 1px solid #181818;
  width: 16rem;
  justify-content: space-between;
}
.filter-btn:hover {
  background: #b7b2f6;
  color: var(--color-dark-black);
  border: 1px solid #b7b2f6;
}
.filter-btn p {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-dark-black);
}
.Filter_list {
  background-color: var(--color-White);
  border-radius: 1.2rem;
  border: 1px solid #1818181a;
  box-shadow: 0px 0px 20px 0px #0000000d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100%+10px);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  width: 100%;
}
.Filter_list.active {
  opacity: 1;
  visibility: visible;
}
.Filter_list li {
  font-size: 1.6rem;
  padding: 1rem 2rem;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 500;
  text-align: left;
}
.Filter_list li:hover {
  background: #c9c6f793;
}
.Filter_list li.active {
  background: #b7b2f6;
}
#upworkloti {
  width: 16rem;
  height: 9rem;
}
#upworkloti img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.OurLatest_slider.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #d1d1d1;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.OurLatest_slider.owl-theme .owl-dots .owl-dot.active span,
.OurLatest_slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #181818;
}
.OurLatest_slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.diyaimages2 {
  width: 30rem;
}
.diya_items {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
  top: 18px;
}
.toran_items {
  position: absolute;
  top: -1.1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.toran_gif {
  width: 18rem;
}
.latestproject_cards {
  padding: 2rem;
  border-radius: 4rem;
}
.pink_boders2px {
  border: 2px solid #f2caf8;
  background: #f8ecf9;
}
.blue_boders2px {
  border: 2px solid #a8e6f8;
  background: #e5f8fd;
}
.yellow_boders2px {
  border: 2px solid #f8dba1;
  background: #fdf5e3;
}
.latestproject_cards {
  display: grid;
  grid-template-columns: 40rem auto;
  grid-gap: 30px;
}
.latestproject_title span {
  color: #3e3b3980;
  font-size: 1.8rem;
  font-weight: 500;
}
.latestproject_title p {
  font-family: "Newsreader";
  font-weight: 700;
  font-size: 4rem;
}
.latestproject_text {
  color: var(--color-dark-black);
  font-size: 1.8rem;
}
.latestproject_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}
.latestproject_list li {
  padding: 0.6rem 1.2rem;
  background: var(--color-dark-black);
  color: var(--color-White);
  border-radius: 10rem;
  font-size: 1.2rem;
  font-weight: 400;
}
.ViewDesign_button {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: absolute;
  bottom: 30px;
}
.figma_items {
  background-color: #222222;
  border-radius: 50%;
  width: 2.8rem;
  height: 2.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.figma_items::before {
  content: url(../imges/portfolio/white-arrow.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.4) translate(-55px, 58px);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.ViewWesite_btn {
  background-image: var(--gradient);
  border-radius: 4.5rem;
  margin: 0 auto;
  padding: 2px 2px 4px 2px;
  border: 0;
  background-color: transparent;
  position: relative;
  display: block;
}
.ViewWesite_btn:hover {
  color: var(--color-White);
}
.ViewWesite_btn .ViewDesign_text {
  align-items: center;
  background-color: var(--color-White);
  border-radius: 4.5rem;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  transition: background 0.5s ease;
  padding: 0.7rem 1.6rem;
  font-weight: 700;
  gap: 0.8rem;
}
.ViewWesite_btn:hover .ViewDesign_text {
  background: transparent;
  color: var(--color-White);
}
.ViewWesite_btn span {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ViewWesite_btn span:hover {
  background: var(--color-White);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ViewWesite_btn:hover span {
  background: var(--color-White);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.latestproject_slider {
  margin-top: 4rem;
}
.latestproject_slider .owl-stage-outer {
  position: relative;
}
.latestproject_slider .owl-stage-outer::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -90px;
  background: #ffffff;
  width: 20rem;
  height: 100%;
  filter: blur(10px);
  transform: translateY(-50%);
  z-index: 1;
}
.latestproject_slider .owl-stage-outer::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -90px;
  background: #ffffff;
  width: 20rem;
  height: 100%;
  filter: blur(10px);
  transform: translateY(-50%);
  z-index: 1;
}
.latestproject_slider .item {
  transform: scale(0.9);
}
.latestproject_slider .active .item {
  opacity: 1;
  transform: scale(1);
}
.latestproject_slider.owl-theme .owl-dots .owl-dot.active span {
  background: #181818;
}
.latestproject_slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 3rem;
}
.ViewDesign_items {
  width: 2.8rem;
  height: 2.8rem;
  background: #222222;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
  overflow: hidden;
}
.ViewDesign_items img {
  width: auto !important;
}
.ViewDesign_items div {
  background-color: #222222;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.ViewDesign_items div::before {
  content: url(../imges/view-arrow.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0.4) translate(-55px, 58px);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.ViewDesign_items:hover div::before {
  transform: scale(1) translate(-50%, -50%);
}
.ViewDesign_items img {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.ViewDesign_items:hover img {
  opacity: 0;
}
.OurLatest_section {
  background: white;
  padding-top: 9rem;
}
.mainhero_section {
  padding-bottom: 15rem;
  overflow: hidden;
}
.diwali_diya_left {
  position: absolute;
  width: 12rem;
  top: -13.1rem;
  left: 0;
}
.diwali_diya_right {
  position: absolute;
  width: 12rem;
  top: -13.1rem;
  right: 0;
}
.rangoli_images {
  position: absolute;
  animation: rotateSmooth 10s linear infinite;
  border-radius: 50%;
  left: -398px;
  top: 10%;
  opacity: 0.3;
}
@keyframes rotateSmooth {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rangoli_rightimages {
  position: absolute;
  animation: rotateSmooth2 10s linear infinite;
  border-radius: 50%;
  right: -398px;
  top: 10%;
  opacity: 0.3;
}
@keyframes rotateSmooth2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.toran_img {
  position: absolute;
  top: 0;
}

@media screen and (min-width: 1800px) and (max-width: 1850px) {
  .shpes_items {
    width: 340px;
    height: 335px;
  }
  .Features_contant {
    padding: 2rem;
  }
}

@media screen and (min-width: 1600px) and (max-width: 1799px) {
  .containerX {
    margin: 0 18rem;
  }
  h1 {
    font-size: 5.6rem;
    line-height: 7.4rem;
  }
  #WebDevelopmentloti {
    top: 160px;
    left: 62px;
    width: 19rem;
    height: 15rem;
  }
  #upworkloti {
    width: 10rem;
    height: 7rem;
    top: 85px;
    left: 150px;
  }
  .ContactUs_container {
    margin-left: 18rem;
  }
  .client_section {
    padding: 10rem 18rem;
  }
  .Services-items {
    width: 550px;
    height: 550px;
  }
  .round {
    position: absolute;
    left: 40px;
    top: 45px;
    width: 580px;
    height: 580px;
  }
  .arrow_patten {
    top: -85px;
    width: 25rem;
  }
  .shpes_items {
    width: 315px;
    height: 310px;
  }
  .Features_contant {
    padding: 1rem 3rem;
  }
  .hexagon_nametxt {
    margin-top: 6rem;
  }
  .main_section {
    justify-content: center;
  }
  .main_section .shadow_items:nth-child(5),
  .main_section .shadow_items:nth-child(6),
  .main_section .shadow_items:nth-child(7) {
    margin-top: -50px;
  }
  #lottie-services1 {
    width: 30rem;
    height: 19rem;
    left: 134px;
    top: 104px;
  }
  #lottie-services2 {
    top: 50px;
  }
  .abouthero_section {
    padding: 7rem 18rem;
  }
  .significant_section {
    padding: 10rem 18rem;
  }
  .OurCoreValues_section .Features_contant {
    padding: 1rem 2.5rem;
    height: calc(100% - 10px);
  }
  .hexagon_nametxt {
    margin-top: 5rem;
  }
  .hexagon_nametxt {
    margin-bottom: 0;
  }
  .developer_section {
    padding: 0 12rem;
  }
  #lottie-container4 {
    right: 110px;
    top: -15px;
  }
  #lottie-container10 {
    top: 107px;
  }
  #lottie-services7 {
    right: 151px;
    top: 98px;
  }
  #lottie-services11 {
    right: 202px;
    top: 195px;
  }
  #lottie-services8 {
    left: -190px;
    top: 3px;
  }
  #lottie-container9 {
    left: 193px;
    top: 166px;
  }
  .Career_section {
    padding: 0 8rem;
  }
  #Businessloti {
    width: 40rem;
    height: 37rem;
    top: -46px;
    left: -35px;
  }
  #Softwareloti {
    width: 32rem;
    height: 20rem;
    position: absolute;
    top: 90px;
    left: 190px;
  }
  .portfolio-block p {
    font-size: 2.8rem;
  }
  .latestproject_text {
    font-size: 1.4rem;
  }
  .latestproject_title p {
    font-size: 2.6rem;
  }
  .latestproject_list {
    margin-top: 1rem;
    gap: 7px;
  }
  .latestproject_cards {
    grid-template-columns: 32rem auto;
    grid-gap: 20px;
  }
  .ViewWesite_btn .ViewDesign_text {
    font-size: 1.6rem;
    padding: 0.5rem 1.2rem;
  }
  .ViewDesign_button {
    gap: 1rem;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1599px) {
  html {
    font-size: 9px;
  }
  .WhatWeDo_section {
    padding: 14rem 16rem;
  }
  .containerX {
    margin: 0 16rem;
  }
  h1 {
    font-size: 5.6rem;
    line-height: 7.4rem;
  }
  #WebDevelopmentloti {
    top: 145px;
    left: 54px;
    width: 19rem;
    height: 15rem;
  }
  #upworkloti {
    width: 12rem;
    height: 8rem;
    top: 70px;
    left: 120px;
  }
  .hero_text {
    margin-top: 2rem;
  }
  .ContactUs_container {
    margin-left: 16rem;
  }
  .main-div {
    min-height: 80vh;
  }
  .gallery_section {
    gap: 15px;
  }
  .navbar_contant .navbar_Ul {
    gap: 2.5rem;
  }
  .gallery_section .col {
    gap: 15px;
  }
  .OurProcess_cardssection {
    grid-gap: 5rem;
  }
  .arrow_patten {
    top: -78px;
    width: 23rem;
  }
  .counter_section {
    grid-gap: 4rem;
    padding: 0 10rem;
  }
  .shpes_items {
    width: 310px;
    height: 300px;
  }
  .Features_contant {
    padding: 1rem 4.6rem;
  }
  .hexagon_nametxt {
    margin-top: 5rem;
    font-size: 16px;
  }
  .Features_contant p {
    font-size: 15px;
  }
  .OurCoreValues_section .Features_contant p {
    font-size: 13.6px;
  }
  .main_section {
    justify-content: center;
  }
  .Features_icon img {
    width: 4.5rem;
  }
  .main_section_two {
    top: -48px;
  }
  .OurClient_section {
    padding: 0 6rem;
  }
  .clientbox_items {
    padding: 0 1rem 3rem;
  }
  .ourclienticon_right {
    left: -30px;
  }
  .grid-item img {
    width: 17rem;
  }
  .vanilla {
    top: -46.9rem;
  }
  .react {
    top: -40.1rem;
  }
  .aws {
    top: -33.6rem;
  }
  .newitems {
    top: 15.1rem;
    left: 52.9%;
  }
  .python {
    top: -46.9rem;
    left: -210.2%;
  }
  .cloud {
    top: -40.6rem;
    left: -542.5%;
  }
  .main_section .shadow_items:nth-child(5),
  .main_section .shadow_items:nth-child(6),
  .main_section .shadow_items:nth-child(7) {
    margin-top: -48px;
  }
  .Services_WeProvide_section {
    grid-template-columns: auto 60rem;
    grid-gap: 12rem;
  }
  .main_box {
    width: 55rem;
    height: 55rem;
  }
  .boxitems {
    width: 140px;
    height: 140px;
  }
  .boxitems_1 {
    top: -70px;
  }
  .boxitems_2 {
    left: -70px;
  }
  .boxitems_3 {
    right: -70px;
  }
  .abouthero_section {
    padding: 7rem 16rem;
  }
  .significant_section {
    padding: 10rem 16rem;
  }
  .OurCoreValues_section .Features_contant {
    padding: 1rem 3.2rem;
    height: calc(100% - 15px);
  }
  .hexagon_nametxt {
    margin-top: 5rem;
  }
  .hexagon_nametxt {
    margin-bottom: 0;
  }
  .developer_section {
    padding: 0 12rem;
  }
  .significant_items {
    padding: 3.5rem 2.6rem;
  }
  .significant_itemssection {
    grid-gap: 3rem;
  }
  .OurMission_icon {
    padding: 3.4rem 4.3rem;
    width: 20rem;
    height: 20rem;
  }
  #lottie-services1 {
    width: 39rem;
    height: 19rem;
    left: 84px;
    top: 103px;
  }
  #lottie-services2 {
    top: 50px;
  }
  #lottie-container4 {
    right: 100px;
    top: -20px;
  }
  #lottie-container10 {
    right: -63px;
    top: 98px;
  }
  #lottie-services7 {
    right: 135px;
    top: 88px;
  }
  #lottie-services11 {
    right: 182px;
    top: 174px;
  }
  #lottie-services8 {
    left: -142px;
    top: 26px;
    width: 43rem;
    height: 26rem;
  }
  #lottie-container9 {
    left: 176px;
    top: 149px;
  }
  .Career_section {
    padding: 0 8rem;
  }
  .Career_contant h4 {
    font-size: 2.2rem;
  }
  .projects_text {
    max-width: 50%;
  }
  .client_section {
    padding: 8rem 16rem;
  }
  .RelatedCase_continer {
    margin-left: 16rem;
  }
  .portfolio-filter-menu {
    gap: 1.5rem;
  }
  #Businessloti {
    width: 40rem;
    height: 37rem;
    top: -40px;
    left: -31px;
  }
  #Softwareloti {
    width: 28rem;
    height: 16rem;
    position: absolute;
    top: 90px;
    left: 200px;
  }
  #portfolio-filter {
    margin-bottom: 3rem;
  }
  .portfolio-block p {
    font-size: 2.6rem;
  }
  .latestproject_text {
    font-size: 1.4rem;
  }
  .latestproject_title p {
    font-size: 2.6rem;
  }
  .latestproject_list {
    margin-top: 1rem;
    gap: 7px;
  }
  .latestproject_cards {
    grid-template-columns: 32rem auto;
    grid-gap: 20px;
  }
  .ViewWesite_btn .ViewDesign_text {
    font-size: 1.6rem;
    padding: 0.5rem 1.2rem;
  }
  .ViewDesign_button {
    gap: 1rem;
  }
  .latestproject_right_icon {
    top: 94%;
  }
  .rangoli_images {
    left: -31rem;
    width: 60rem;
    top: 10%;
  }
  .rangoli_rightimages {
    right: -31rem;
    width: 60rem;
    top: 10%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 9px;
  }
  h2 {
    font-size: 4rem;
    line-height: 6rem;
  }
  .containerX {
    margin: 0 12rem;
  }
  .ContactUs_container {
    margin-left: 12rem;
  }
  .navbar_contant .navbar_Ul {
    gap: 3rem;
  }
  .navbar_section .headar_bar {
    padding: 1rem 1.5rem;
  }
  .navbar_contant .navbar_link {
    font-size: 16px;
  }
  .navbar_contant {
    gap: 2rem;
  }
  .thames_btns span {
    padding: 1rem 2rem;
  }
  .socialmedia_section {
    gap: 1rem;
  }
  .WhatWeDo_section {
    padding: 10rem 14rem;
  }
  .whatwedo_icon {
    top: 5%;
    right: 14%;
  }
  .whatwedo_two_icon {
    bottom: 9%;
    right: 22%;
  }
  .main-div {
    min-height: 80vh;
  }
  .gallery_section {
    gap: 15px;
  }
  .gallery_section .col {
    gap: 15px;
  }
  .section_margintop {
    margin-top: 8rem;
  }
  .arrow_patten {
    top: -68px;
    width: 20rem;
  }
  .counter_section {
    grid-gap: 3rem;
    padding: 0 7rem;
  }
  .OurProcess_cardssection {
    grid-gap: 4rem;
  }
  .count_txt {
    top: -31px;
    right: 30px;
    width: 10rem;
  }
  .projects_name {
    margin-top: 2rem;
  }
  .shpes_items {
    width: 250px;
    height: 250px;
  }
  .main_section .shadow_items:nth-child(5),
  .main_section .shadow_items:nth-child(6),
  .main_section .shadow_items:nth-child(7) {
    margin-top: -40px;
  }
  .Features_contant {
    padding: 1rem 2rem;
  }
  .hexagon_nametxt {
    margin-top: 5rem;
    font-size: 14px;
    line-height: 2rem;
  }
  .main_section {
    justify-content: center;
  }
  .Features_icon img {
    width: 4rem;
  }
  .main_section_two {
    top: -44px;
  }
  .Features_contant p {
    font-size: 13px;
  }
  .OurCoreValues_section .Features_contant p {
    font-size: 12.3px;
  }
  .OurClient_section {
    padding: 0 5rem;
    margin-top: 6rem;
  }
  .white_bg {
    height: 30px;
    width: 50%;
  }
  .client_name {
    height: 75px;
  }
  .clientbox_items {
    padding: 0px 1.5rem 3rem;
  }
  .ourclienticon_right {
    left: -22px;
    top: 21%;
    width: 6rem;
  }
  .OurClient_slider .owl-nav {
    margin-top: 30px;
  }
  .Footer_section {
    padding: 8rem 0;
  }
  .footer_logo {
    margin: 0 auto;
    width: 20rem;
  }
  .socialmedia_footer {
    margin-top: 2rem;
  }
  .ourclienticon_bottom {
    bottom: -10%;
    right: 19%;
  }
  .ContactUscta_contant h2 {
    line-height: 5rem;
  }
  .ContactUscta_contant {
    gap: 5rem;
  }
  .progress-circle {
    width: 50px;
    height: 50px;
  }
  #lottie-container {
    width: 25px !important;
    height: 35px !important;
  }
  .Services_WeProvide_section {
    grid-template-columns: auto 60rem;
    grid-gap: 12rem;
  }
  .allServices_section {
    padding-top: 5rem;
  }
  .main_box {
    width: 55rem;
    height: 55rem;
  }
  .boxitems {
    width: 140px;
    height: 140px;
  }
  .boxitems_1 {
    top: -70px;
  }
  .boxitems_2 {
    left: -70px;
  }
  .boxitems_3 {
    right: -70px;
  }
  .grid-item img {
    width: 17rem;
  }
  .newitems {
    top: 10.3rem;
    left: 53%;
  }
  .python {
    top: -46.9rem;
    left: -210.2%;
  }
  .ui {
    top: -18.6rem;
    left: -549.6%;
  }
  .obj_c {
    top: -24.6rem;
    left: -209%;
  }
  .apple {
    top: -31.3rem;
    left: 229%;
  }
  .A {
    top: -37.9rem;
    left: 565.5%;
  }
  .yellow {
    top: -30.9rem;
    left: -247.3%;
  }
  .assus {
    top: -37.1rem;
    left: 189%;
  }
  .mongo {
    top: -43.5rem;
    left: 528%;
  }
  .expo {
    top: -24.9rem;
    left: -582.7%;
  }
  .aws {
    top: -31.4rem;
    left: -320.5%;
  }
  .react {
    top: -37.3rem;
    left: 116.7%;
  }
  .vanilla {
    top: -43.6rem;
    left: 150.7%;
  }
  ._html {
    top: -49.9rem;
    left: 492.5%;
  }
  .cloud {
    top: -37.5rem;
    left: -558.1%;
  }
  .python {
    top: -42.9rem;
    left: -220.2%;
  }
  .newitems {
    top: 7.3rem;
    left: 53%;
  }
  .android {
    top: -56.1rem;
    left: 452.6%;
  }
  .services_one_icon {
    top: -80px;
  }
  .services_two_icon {
    left: 28%;
  }
  .footer_left_icon {
    left: 15%;
  }
  .ContactUs_ctahome {
    margin-top: -6rem;
  }
  #handshakeloti {
    width: 16rem;
    height: 8rem;
    top: 75px;
  }
  .banner-wrapper-text h1 {
    font-size: 5rem;
    line-height: 6.2rem;
  }
  .hero_text {
    margin-top: 2rem;
    font-size: 2rem;
  }
  .abouthero_section {
    padding: 7rem 12rem;
  }
  .significant_section {
    padding: 6rem 12rem;
  }
  .OurCoreValues_section .Features_contant {
    padding: 1rem 2.6rem;
    height: calc(100% - 10px);
  }
  .hexagon_nametxt {
    margin-top: 5rem;
  }
  .hexagon_nametxt {
    margin-bottom: 0;
  }
  .developer_section {
    padding: 0 3rem;
  }
  .developer_contant {
    padding: 1.5rem;
  }
  .significant_items {
    padding: 3.5rem 2.6rem;
  }
  .significant_itemssection {
    grid-gap: 3rem;
  }
  .OurMission_icon {
    padding: 3rem 4rem;
    width: 18rem;
    height: 18rem;
  }
  #lottie-container2 {
    width: 25rem;
    height: 25rem;
    left: -30px;
    top: -120px;
  }
  .significant_contant {
    margin-top: 3rem;
  }
  .significant_contant p {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .significant_contant h3 {
    font-size: 3rem;
  }
  .developer_contant p {
    font-size: 2.6rem;
  }
  .developer_items {
    margin: 0 1.2rem;
    margin-top: 2.4rem;
  }
  .marquee-item {
    margin-bottom: 2rem;
    height: 14rem;
    padding: 0 2rem;
  }
  .marquee-wrapper .containers {
    grid-gap: 2rem;
  }
  #lottie-services2 {
    width: 28rem;
    height: 14rem;
    right: -80px;
    top: 40px;
  }
  #lottie-services1 {
    width: 22rem;
    height: 16rem;
    left: 134px;
    top: 80px;
  }
  #lottie-container4 {
    right: 80px;
    top: -20px;
  }
  #lottie-container10 {
    right: -63px;
    top: 80px;
  }
  .uiuxDesign_section {
    grid-gap: 10rem;
  }
  .uiux_Service li p {
    font-size: 3.4rem;
  }
  #lottie-services7 {
    right: 120px;
    top: 79px;
    width: 6rem;
    height: 3rem;
  }
  #lottie-services11 {
    right: 165px;
    top: 156px;
    width: 6rem;
    height: 4rem;
  }
  #lottie-services8 {
    left: -121px;
    top: 24px;
    width: 37rem;
    height: 23rem;
  }
  #lottie-container5 {
    width: 11rem;
    top: 0px;
  }
  #lottie-container9 {
    left: 152px;
    top: 128px;
    width: 10rem;
    height: 10rem;
  }
  .Career_section {
    padding: 0px 5rem;
  }
  .Career_contant h4 {
    font-size: 1.8rem;
  }
  .Career_contant p {
    font-size: 1.7rem;
  }
  .Career_icon {
    width: 8rem;
    height: 8rem;
    padding: 1rem;
  }
  .Career_contant span {
    margin-bottom: 0.6rem;
  }
  .Sendusyour_text {
    font-size: 3.2rem;
  }
  .GetInTouch_section {
    grid-gap: 6rem;
  }
  .map_items iframe {
    height: 30rem;
  }
  .GetInTouch_items {
    grid-gap: 3rem;
  }
  .projects_text {
    max-width: 50%;
  }
  .client_section {
    padding: 8rem 12rem;
  }
  .RelatedCase_continer {
    margin-left: 12rem;
  }
  .portfolio-filter-menu {
    gap: 1.5rem;
  }
  #Businessloti {
    width: 36rem;
    height: 37rem;
    top: -56px;
    left: -32px;
  }
  #Softwareloti {
    width: 28rem;
    height: 16rem;
    position: absolute;
    top: 80px;
    left: 160px;
  }
  #upworkloti {
    width: 9rem;
    height: 6rem;
    top: 70px;
    left: 120px;
  }
  #WebDevelopmentloti {
    position: absolute;
    top: 114px;
    width: 18rem;
    left: 40px;
  }
  .portfolio-block p {
    font-size: 2.1rem;
  }
  .latestproject_text {
    font-size: 1.4rem;
  }
  .latestproject_title p {
    font-size: 2.2rem;
  }
  .latestproject_list {
    margin-top: 1rem;
    gap: 7px;
  }
  .latestproject_cards {
    grid-template-columns: 30rem auto;
    grid-gap: 20px;
  }
  .ViewWesite_btn .ViewDesign_text {
    font-size: 1.6rem;
    padding: 0.5rem 1.2rem;
  }
  .ViewDesign_button {
    gap: 1rem;
    bottom: 20px;
  }
  .latestproject_right_icon {
    top: 94%;
  }
  .latestproject_slider .owl-stage-outer::before {
    right: -110px;
    width: 16rem;
  }
  .latestproject_slider .owl-stage-outer::after {
    left: -90px;
    width: 16rem;
  }
  .latestproject_title span {
    font-size: 1.4rem;
  }
  .rangoli_images {
    left: -26rem;
    width: 50rem;
    top: 14%;
  }
  .rangoli_rightimages {
    right: -26rem;
    width: 50rem;
    top: 14%;
  }
  .mainhero_section {
    padding-bottom: 10rem;
    overflow: hidden;
  }
  .diwali_diya_left {
    width: 13rem;
    top: -14.3rem;
  }
  .diwali_diya_right {
    width: 13rem;
    top: -14.3rem;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 8px;
  }
  h2 {
    font-size: 5rem;
    line-height: 6rem;
  }
  .navbar_section .headar_bar {
    padding: 1rem 1.5rem;
  }
  .containerX {
    margin: 0 12rem;
  }
  .ContactUs_container {
    margin-left: 12rem;
  }
  .navbar_contant .navbar_link {
    font-size: 14px;
  }
  .navbar_contant {
    gap: 2rem;
  }
  .thames_btns span {
    padding: 1rem 1.5rem;
  }
  .socialmedia_section {
    gap: 1rem;
  }
  .navbar_logo {
    width: 12rem;
  }
  .Services_items:hover .Services_menu {
    bottom: 65px;
  }
  .WhatWeDo_section {
    grid-gap: 3rem;
    padding: 8rem 12rem;
  }
  .WhatWeDo_contant .WhatWeDo_contant_txt {
    margin-top: 1rem;
    line-height: 3rem;
  }
  .whatwedo_icon {
    top: 0%;
    right: 9%;
  }
  .whatwedo_two_icon {
    bottom: 6%;
    right: 18%;
  }
  .main-div {
    min-height: 80vh;
  }
  .gallery_section {
    gap: 15px;
  }
  .gallery_section .col {
    gap: 15px;
  }
  .section_margintop {
    margin-top: 6rem;
  }
  .arrow_patten {
    top: -50px;
    width: 19rem;
  }
  .counter_section {
    grid-gap: 3rem;
    padding: 0 7rem;
  }
  .OurProcess_cardssection {
    grid-gap: 2rem;
    margin-top: 10rem;
  }
  .count_txt {
    top: -18px;
    right: 30px;
    width: 8rem;
  }
  .projects_name {
    margin-top: 2rem;
  }
  .OurProcess_icon {
    width: 12rem;
    height: 12rem;
    padding: 1rem;
  }
  .icon_box img {
    width: 6rem;
  }
  .OurProcess_hading {
    margin: 1rem 0;
  }
  .OurProcess_contant {
    max-width: 75%;
  }
  .shpes_items {
    width: 275px;
    height: 270px;
  }
  .hexagon_nametxt {
    font-size: 16px;
    margin-top: 6rem;
  }
  .Services_items:hover .Services_menu {
    bottom: 65px;
  }
  .Features_contant {
    padding: 1rem 3rem;
  }
  .Features_contant p {
    font-size: 13.5px;
  }
  .OurCoreValues_section .Features_contant p {
    font-size: 13.5px;
  }
  .main_section .shadow_items:nth-child(4),
  .main_section .shadow_items:nth-child(5),
  .main_section .shadow_items:nth-child(6),
  .main_section .shadow_items:nth-child(7) {
    margin-top: 15px;
  }
  .OurClient_slider .owl-nav {
    gap: 150px;
    margin-top: 30px;
  }
  .contactuscta_img {
    width: 30rem;
  }
  .ContactUscta_contant {
    gap: 4rem;
  }
  .Footer_section {
    padding: 6rem 0;
  }
  .navbar_contant .navbar_Ul {
    gap: 3rem;
  }
  .Features_icon img {
    width: 4.5rem;
  }
  .whatwedo_two_icon img {
    width: 7rem;
  }
  .services_one_icon img {
    width: 7rem;
  }
  .services_two_icon img {
    width: 7rem;
  }
  .features_right_icon img {
    width: 7rem;
  }
  .features_left_icon img {
    width: 7rem;
  }
  .technologies_righticon img {
    width: 7rem;
  }
  .ourclienticon_right img {
    width: 7rem;
  }
  .ourclienticon_left img {
    width: 9rem;
  }
  .ourclienticon_bottom img {
    width: 9rem;
  }
  .footer_left_icon img {
    width: 9rem;
  }
  .footer_right_icon img {
    width: 9rem;
  }
  .ContactUs_ctahome {
    margin-top: -7rem;
  }
  .Services_WeProvide_section {
    grid-template-columns: auto 52rem;
    grid-gap: 10rem;
    margin-top: 11rem;
  }
  .main_box {
    width: 50rem;
    height: 50rem;
  }
  .boxitems {
    width: 100px;
    height: 100px;
  }
  .boxitems_1 {
    top: -50px;
  }
  .boxitems_2 {
    left: -50px;
  }
  .boxitems_3 {
    right: -50px;
  }
  .servicesitems h2 {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  .grid-item img {
    width: 17rem;
  }
  .newitems {
    top: 2.3rem;
    left: 52%;
  }
  .python {
    top: -46.9rem;
    left: -210.2%;
  }
  .ui {
    top: -18.6rem;
    left: -549.6%;
  }
  .obj_c {
    top: -24.6rem;
    left: -209%;
  }
  .apple {
    top: -31.3rem;
    left: 229%;
  }
  .A {
    top: -37.9rem;
    left: 565.5%;
  }
  .yellow {
    top: -30.9rem;
    left: -247.3%;
  }
  .assus {
    top: -37.1rem;
    left: 189%;
  }
  .mongo {
    top: -43.5rem;
    left: 528%;
  }
  .expo {
    top: -24.9rem;
    left: -582.7%;
  }
  .aws {
    top: -31.4rem;
    left: -320.5%;
  }
  .react {
    top: -37.3rem;
    left: 116.7%;
  }
  .vanilla {
    top: -43.6rem;
    left: 150.7%;
  }
  ._html {
    top: -49.9rem;
    left: 492.5%;
  }
  .cloud {
    top: -37.5rem;
    left: -558.1%;
  }
  .python {
    top: -42.9rem;
    left: -220.2%;
  }
  .android {
    top: -56.1rem;
    left: 452.6%;
  }
  .services_one_icon {
    top: -100px;
  }
  .services_two_icon {
    left: 26%;
  }
  .ourclienticon_left {
    right: -40px;
  }
  .ourclienticon_bottom {
    bottom: -8%;
    right: 10%;
  }
  .footer_left_icon {
    left: 14%;
  }
  .Download_portfolio_txt {
    padding-left: 10px;
  }
  .Download_shapebtn {
    padding: 0.6rem;
    transform: translateX(9rem);
  }
  .allServices_section {
    padding-top: 5rem;
  }
  .grid_image {
    margin-top: 1%;
  }
  .footer_logo {
    width: 15rem;
    margin: 0 auto;
  }
  .abouthero_section {
    padding: 6rem 12rem;
  }
  .significant_section {
    padding: 5rem 12rem;
  }
  .OurCoreValues_section .Features_contant {
    padding: 1rem 3rem;
    height: calc(100% - 10px);
  }
  .hexagon_nametxt {
    margin-top: 6rem;
  }
  .hexagon_nametxt {
    margin-bottom: 0;
  }
  .developer_section {
    padding: 0 3rem;
  }
  .developer_contant {
    padding: 1.5rem;
  }
  .significant_items {
    padding: 2.5rem 1.6rem;
  }
  .significant_itemssection {
    grid-gap: 2rem;
  }
  .OurMission_icon {
    padding: 2rem 3rem;
    width: 16rem;
    height: 16rem;
  }
  #lottie-container2 {
    width: 25rem;
    height: 25rem;
    left: -30px;
    top: -120px;
  }
  .significant_contant {
    margin-top: 2rem;
  }
  .significant_contant p {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .significant_contant h3 {
    font-size: 3rem;
  }
  #lottie-container3 {
    width: 14rem;
    height: 14rem;
    bottom: -140px;
  }
  .developer_contant p {
    font-size: 2.6rem;
  }
  .developer_items {
    margin: 0 1.2rem;
    margin-top: 2.4rem;
  }
  .marquee-item {
    margin-bottom: 2rem;
    height: 13rem;
    padding: 0 2rem;
  }
  .marquee-wrapper .containers {
    grid-gap: 2rem;
  }
  .OurClients_section {
    grid-gap: 5rem;
  }
  #lottie-services1 {
    width: 16rem;
    height: 15rem;
    left: 117px;
    top: 67px;
  }
  #lottie-services2 {
    width: 28rem;
    height: 14rem;
    right: -80px;
    top: 30px;
  }
  #lottie-container4 {
    right: 68px;
    top: 0px;
    width: 16rem;
  }
  #lottie-container10 {
    right: -56px;
    top: 66px;
  }
  .uiuxDesign_section {
    grid-template-columns: 40rem auto;
    grid-gap: 10rem;
    margin-bottom: 5rem;
  }
  .uiux_Service li p {
    font-size: 3.4rem;
  }
  .uiux_contant p {
    margin: 2rem 0;
  }
  .uiux_Service li span {
    margin: 2rem 0;
  }
  .UsingTechnologies_section {
    padding-bottom: 6rem;
  }
  #lottie-services7 {
    right: 97px;
    top: 65px;
    width: 6rem;
    height: 3rem;
  }
  #lottie-services11 {
    right: 133px;
    top: 126px;
    width: 6rem;
    height: 4rem;
  }
  #lottie-services8 {
    left: -113px;
    top: 13px;
    width: 37rem;
    height: 23rem;
  }
  #lottie-container5 {
    width: 10rem;
    top: 0px;
  }
  #lottie-container9 {
    left: 125px;
    top: 106px;
    width: 9rem;
    height: 9rem;
  }
  .Career_section {
    padding: 0px 3rem;
  }
  .Career_items {
    padding: 2rem 2rem;
    gap: 1rem;
  }
  .Career_contant h4 {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
  .Career_icon {
    padding: 10px;
    width: 8rem;
    height: 8rem;
  }
  .Career_contant span {
    margin-bottom: 0.8rem;
  }
  .form_img {
    top: 15.9px;
  }
  .Sendusyour_text {
    font-size: 3.2rem;
  }
  .GetInTouch_section {
    grid-gap: 4rem;
  }
  .map_items iframe {
    height: 28rem;
  }
  .GetInTouch_items {
    grid-gap: 2rem;
  }
  .projects_text {
    max-width: 50%;
  }
  .projeact_items {
    grid-gap: 4rem;
  }
  .client_section {
    padding: 8rem 12rem;
  }
  .RelatedCase_continer {
    margin-left: 12rem;
  }
  .CaseStudies_items p {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button img {
    width: 8rem;
  }
  .CaseStudies_items {
    padding: 2rem 2rem 3rem;
  }
  .portfolio-filter-menu {
    gap: 1.5rem;
  }
  .portfolio-items {
    padding: 3rem;
  }
  .portfolio-block {
    gap: 1.5rem;
    padding: 1.6rem 2rem;
  }
  .portfolio-block p {
    font-size: 2.6rem;
  }
  #handshakeloti {
    width: 16rem;
    height: 8rem;
    top: 75px;
  }
  .banner-wrapper-text h1 {
    font-size: 4.6rem;
    line-height: 5rem;
  }
  .hero_text {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  #Businessloti {
    width: 33rem;
    height: 37rem;
    top: -59px;
    left: -27px;
  }
  .progress-circle {
    width: 50px;
    height: 50px;
  }
  #Softwareloti {
    width: 28rem;
    height: 16rem;
    position: absolute;
    top: 60px;
    left: 114px;
  }
  #upworkloti {
    width: 8rem;
    height: 5rem;
    top: 60px;
    left: 89px;
  }
  #WebDevelopmentloti {
    position: absolute;
    top: 98px;
    width: 15rem;
    left: 40px;
  }
  .latestproject_text {
    font-size: 1.4rem;
  }
  .latestproject_title p {
    font-size: 2.2rem;
  }
  .latestproject_list {
    margin-top: 1rem;
    gap: 7px;
  }
  .latestproject_cards {
    grid-template-columns: 32rem auto;
    grid-gap: 15px;
  }
  .ViewWesite_btn .ViewDesign_text {
    font-size: 1.6rem;
    padding: 0.5rem 1.2rem;
  }
  .ViewDesign_button {
    gap: 1rem;
    bottom: 20px;
  }
  .latestproject_right_icon {
    top: 94%;
  }
  .latestproject_slider .owl-stage-outer::before {
    right: -110px;
    width: 16rem;
  }
  .latestproject_slider .owl-stage-outer::after {
    left: -90px;
    width: 16rem;
  }
  .latestproject_title span {
    font-size: 1.4rem;
  }
  .latestproject_left_icon {
    width: 5rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar_contant {
    position: fixed;
    bottom: 100px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-White);
    box-shadow: 0px 0px 30px 0px #0000001a, 0px 0px 2px 0px #0000001a;
    padding: 30px;
    border-radius: 24px;
  }
  .navbar_contant .navbar_Ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    display: grid;
  }
  .navbar_contant .navbar_link {
    font-size: 20px;
    color: var(--color-dark-black);
  }
  .navbar_contant .navbar_link:hover,
  .navbar_contant .navbar_link.active {
    color: var(--color-dark-black);
    text-shadow: 0 0 0.65px var(--color-dark-black),
      0 0 0.65px var(--color-dark-black);
  }
  .Black_Layars {
    width: 100%;
    height: 100vh;
    background: hsla(0, 0%, 0%, 0.616);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
  }
  .navbar_logo {
    width: 12rem;
  }
  .navbar_items {
    padding: 1.5rem 0;
    text-align: center;
  }
  .navbar_items:nth-child(5),
  .navbar_items:nth-child(6) {
    border-bottom: 0;
  }
  .navbar_section {
    z-index: 6;
  }
  .Services_items a {
    justify-content: center;
  }
  .headar_bar {
    transition: 0.5s;
  }
  .Download_btn {
    background-color: var(--color-dark-black);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 2.4rem;
    border-radius: 4.5rem;
    margin: 0 auto;
    gap: 20px;
    width: 100%;
    justify-content: center;
    max-width: inherit;
  }
  .Download_portfolio_txt {
    padding-left: 0;
  }
  .main_div_zindex {
    z-index: 60 !important;
  }
  .main-div {
    z-index: 0;
  }
  #lottie-container3 {
    display: none;
  }
  .menu_button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    padding: 0 10px;
    margin-top: 3rem;
    align-items: center;
  }
  .Services_WeProvide_section {
    grid-template-columns: inherit;
    margin-top: 0;
  }
  .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  .grid-container .grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .technologies_lefticon {
    display: none;
  }
  .grid {
    display: none;
  }
  .grid-container .grid-item img {
    position: inherit;
    max-width: 100%;
    height: auto;
  }
  .grid-container .grid-item:nth-child(9) {
    display: none;
  }
  .border-redius-right {
    display: none !important;
  }
  .WhatWeDo_contant {
    text-align: center;
  }
  .SendCV_btn .thames_btns {
    width: 100%;
  }
  .thames_btns p {
    width: 100%;
  }
  .menu_button {
    grid-gap: 40px;
  }
  .allServices_section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
  }
  .allServices_contant {
    text-align: center;
  }
  .SendCV_btn .thames_btns span {
    padding: 1.48rem 2.4rem;
  }
  .Services_bg {
    background-color: #fafafa;
    padding: 5rem 0;
  }
  .uiuxDesign_section {
    grid-template-columns: inherit;
    grid-gap: 5rem;
    margin-bottom: 5rem;
  }
  .fix_contant {
    text-align: center;
  }
  .uiux_Service {
    text-align: center;
  }
  .uiux_Service li {
    margin-bottom: 2rem;
  }
  .uiux_items li {
    text-align: start;
  }
  .uiux_items li {
    padding-left: 3.3rem;
  }
  .allServices_section {
    padding-top: 0rem;
  }
  #cursor-pointer {
    display: none;
  }
  .banner-padding {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
  }
  .banner-wrapper-text h1 {
    text-align: center;
  }
  .hero_text {
    text-align: center;
  }
  .latestproject_cards {
    grid-template-columns: inherit;
    grid-gap: 20px;
  }
  .diwali_diya_right {
    z-index: -1;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 8px;
  }
  h2 {
    font-size: 4rem;
    line-height: 6rem;
  }
  .containerX {
    margin: 0 10rem;
  }
  .ContactUs_container {
    margin-left: 10rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
  .ContactUs_section {
    margin-right: 10rem;
  }
  .WhatWeDo_section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    padding: 6rem 10rem;
  }
  .gallery_section {
    gap: 10px;
  }
  .gallery_section .col {
    gap: 10px;
  }
  .main-div {
    min-height: 80vh;
  }
  .section_margintop {
    margin-top: 5rem;
  }
  .arrow_patten {
    display: none;
  }
  .OurProcess_cardssection {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8rem;
    margin-top: 10rem;
  }
  .OurProcess_contant {
    max-width: 75%;
  }
  .progress-circle {
    width: 45px;
    height: 45px;
  }
  #lottie-container {
    width: 20px !important;
    height: 30px !important;
  }
  .socialmedia_section {
    gap: 1rem;
    left: 4rem;
  }
  .counter_section {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.4rem;
    padding: 0 4.5rem;
  }
  .counter_items:nth-child(3) {
    position: relative;
    left: 50%;
  }
  .projects_name {
    margin-top: 2rem;
  }
  .homepage_Features .shpes_items {
    width: 300px;
    height: 290px;
  }
  .shpes_items {
    width: 300px;
    height: 300px;
  }
  .main_section .shadow_items:nth-child(3),
  .main_section .shadow_items:nth-child(4),
  .main_section .shadow_items:nth-child(5),
  .main_section .shadow_items:nth-child(6) {
    margin-top: 20px;
  }
  .main_section .shadow_items:nth-child(7) {
    margin-top: -45px;
  }
  .Features_contant {
    padding: 0.1rem 3rem;
  }
  .hexagon_nametxt {
    font-size: 18px;
    margin-top: 7rem;
  }
  .Features_contant p {
    font-size: 14px;
  }
  .OurCoreValues_section .Features_contant p {
    font-size: 13px;
  }
  .OurCoreValues_section .Features_contant {
    padding: 2rem 4.5rem;
    height: calc(100% - 24px);
  }
  .OurCoreValues_section .shpes_items {
    width: 310px;
    height: 310px;
  }
  .contactuscta_img {
    width: 22rem;
  }
  .ContactUscta_contant {
    gap: 2rem;
  }
  .ContactUscta_contant h2 {
    line-height: 4rem;
    font-size: 3rem;
  }
  .OurClient_section {
    padding: 0px 10rem;
  }
  .OurClient_slider .owl-nav {
    gap: 150px;
    margin-top: 15px;
  }
  .Footer_section {
    padding: 5rem 0;
  }
  .WhatWeDo_contant .WhatWeDo_contant_txt {
    margin-top: 1rem;
    line-height: 3rem;
  }
  .WhatWeDo_contant button {
    margin-top: 3rem;
  }
  .progress-circle-container {
    left: 4rem;
    bottom: 4.6rem;
  }
  .whatwedo_icon img {
    width: 7rem;
  }
  .whatwedo_icon {
    top: 3%;
    right: 10%;
  }
  .whatwedo_two_icon img {
    width: 7rem;
  }
  .whatwedo_two_icon {
    bottom: 5%;
    right: 20%;
  }
  .services_one_icon img {
    width: 7rem;
  }
  .services_one_icon {
    top: -30px;
    right: -50px;
  }
  .services_two_icon img {
    width: 7rem;
  }
  .services_two_icon {
    bottom: -20px;
    left: -2%;
  }
  .features_right_icon img {
    width: 7rem;
  }
  .features_left_icon img {
    width: 7rem;
  }
  .technologies_righticon img {
    width: 7rem;
  }
  .ourclienticon_left img {
    width: 7rem;
  }
  .ourclienticon_right img {
    width: 7rem;
  }
  .ourclienticon_bottom img {
    width: 7rem;
  }
  .ourclienticon_bottom {
    bottom: -5%;
    right: 10%;
  }
  .footer_right_icon img {
    width: 7rem;
  }
  .footer_left_icon img {
    width: 7rem;
  }
  .footer_left_icon {
    top: 53%;
    left: 11%;
  }
  .boxitems {
    width: 120px;
    height: 120px;
  }
  .boxitems_1 {
    top: -60px;
  }
  .boxitems_2 {
    left: -60px;
  }
  .boxitems_3 {
    right: -60px;
  }
  .main_box {
    width: 56rem;
    height: 56rem;
  }
  .footer_logo {
    width: 20rem;
    margin: 0 auto;
  }
  .significant_section {
    padding: 5rem 10rem;
  }
  .significant_itemssection {
    margin-top: 5rem;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4rem;
  }
  #lottie-container2 {
    width: 23rem;
    height: 23rem;
    left: 30px;
    top: -80px;
  }
  #lottie-container3 {
    width: 12rem;
    height: 12rem;
    bottom: -110px;
  }
  .developer_section {
    padding: 0 6rem;
    margin-top: 5rem;
  }
  .developer_items {
    margin: 0 1rem;
    margin-top: 4rem;
  }
  .marquee-wrapper .containers {
    grid-gap: 2rem;
  }
  .marquee-item {
    margin-bottom: 2rem;
    height: 10rem;
    padding: 1.5rem;
  }
  .OurMission_icon {
    padding: 2rem 3rem;
    width: 12rem;
    height: 12rem;
    border: 1px solid #000000;
  }
  .significant_contant {
    margin-top: 2rem;
  }
  .significant_contant p {
    margin-top: 2rem;
  }
  .significant_items {
    padding: 2.5rem 3.5rem;
  }
  #lottie-services1 {
    width: 35rem;
    height: 20rem;
    left: 148px;
    top: 116px;
  }
  #lottie-services2 {
    width: 30rem;
    height: 15rem;
    right: -50px;
    top: 70px;
  }
  .IndustryWeServe_section {
    padding: 7rem 0;
  }
  .Industry_items {
    padding: 1rem 0;
    width: 22rem;
  }
  .marquee {
    gap: 3rem;
  }
  .marquee__group {
    gap: 3rem;
  }
  .allServices_section {
    padding-top: 5rem;
  }
  #lottie-container4 {
    right: 118px;
    top: -7px;
    width: 25rem;
  }
  #lottie-container10 {
    right: -56px;
    top: 116px;
  }
  .uiux_items li {
    padding-left: 3.3rem;
  }
  .uiux_Service li p {
    font-size: 3.2rem;
  }
  .uiux_contant p {
    margin: 2rem 0;
  }
  .uiux_Service li span {
    margin: 2rem 0;
  }
  .UsingTechnologies_section {
    padding-bottom: 6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    position: relative;
  }
  .UsingTechnologies_section .grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .UsingTechnologies_section .grid-item img {
    width: 20rem;
    margin: 0 auto;
  }
  .UsingTechnologies_section .grid-item:last-child {
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #lottie-services7 {
    right: 161px;
    top: 105px;
  }
  #lottie-services11 {
    right: 213px;
    top: 202px;
  }
  #lottie-services8 {
    left: -133px;
    top: 33px;
  }
  #lottie-container9 {
    width: 14rem;
    height: 14rem;
    position: absolute;
    left: 198px;
    top: 167px;
  }
  .Career_section {
    padding: 0 6rem;
  }
  .Career_icon {
    padding: 10px;
  }
  .CaseStudies_items p {
    font-family: "Newsreader";
    font-weight: 600;
    font-size: 2.6rem;
    margin-top: 3rem;
  }
  .form_img {
    top: 15.9px;
  }
  .Sendusyour_text {
    font-size: 3.2rem;
  }
  .GetInTouch_section {
    grid-gap: 4rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .GetInTouch_items {
    grid-gap: 2rem;
  }
  .GetInTouch_icon {
    margin: 0 auto;
  }
  .GetInTouch_text {
    text-align: center;
  }
  .companydetails_items {
    text-align: center;
  }
  .projects_text {
    max-width: 60%;
    margin-top: 5rem;
  }
  .projeact_items {
    grid-gap: 4rem;
  }
  .client_section {
    padding: 8rem 10rem;
  }
  .RelatedCase_continer {
    margin-left: 10rem;
  }
  .CaseStudies_items p {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button img {
    width: 6rem;
  }
  .CaseStudies_items {
    padding: 2rem 2rem 3rem;
  }
  .RelatedCase_slider.owl-theme .owl-nav::after,
  .RelatedCase_slider.owl-theme .owl-nav::before {
    width: 130px;
  }
  .portfolio-filter-menu {
    gap: 1.5rem;
  }
  .portfolio-items {
    padding: 2rem;
  }
  .portfolio-block {
    gap: 1rem;
    padding: 1.6rem 1.2rem;
  }
  .link_items {
    width: 4.5rem;
    height: 4.5rem;
    padding: 0.5rem;
  }
  .portfolio-block a img {
    width: 1.5rem;
  }
  .portfolio-block p {
    font-size: 1.5rem;
  }
  .portfolio-block span {
    font-size: 1.3rem;
  }
  #Businessloti {
    width: 54rem;
    height: 37rem;
    top: -7px;
    left: -50px;
  }
  #Softwareloti {
    width: 35rem;
    height: 23rem;
    top: 95px;
    left: 220px;
  }
  #upworkloti {
    width: 16rem;
    height: 8rem;
    left: 130px;
  }
  #WebDevelopmentloti {
    top: 154px;
    left: 55px;
  }
  .latestproject_text {
    font-size: 1.4rem;
  }
  .latestproject_title p {
    font-size: 2.2rem;
  }
  .latestproject_list {
    margin-top: 1rem;
    gap: 7px;
  }
  .ViewWesite_btn .ViewDesign_text {
    font-size: 1.6rem;
    padding: 0.5rem 1.2rem;
  }
  .ViewDesign_button {
    gap: 1rem;
    position: inherit;
    margin-top: 15px;
  }
  .latestproject_right_icon {
    top: 94%;
  }
  .latestproject_slider .owl-stage-outer::before {
    right: -110px;
    width: 16rem;
  }
  .latestproject_slider .owl-stage-outer::after {
    left: -90px;
    width: 16rem;
  }
  .latestproject_title span {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 8px;
  }
  h2 {
    font-size: 4rem;
    line-height: 6rem;
  }
  .containerX {
    margin: 0 8rem;
  }
  .ContactUs_container {
    margin-left: 8rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  .WhatWeDo_section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    padding: 6rem 8rem;
  }
  .gallery_section {
    gap: 10px;
  }
  .gallery_section .col {
    gap: 10px;
  }
  .main-div {
    min-height: 60vh;
  }
  .section_margintop {
    margin-top: 5rem;
  }
  .arrow_patten {
    display: none;
  }
  .OurProcess_cardssection {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 5rem;
    margin-top: 10rem;
  }
  .OurProcess_hading {
    margin: 1rem 0;
  }
  .OurProcess_contant {
    max-width: 85%;
  }
  .progress-circle {
    width: 45px;
    height: 45px;
  }
  #lottie-container {
    width: 20px !important;
    height: 30px !important;
  }
  .socialmedia_section {
    gap: 1rem;
    left: 3rem;
  }
  .counter_section {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    padding: 0 2rem;
  }
  .counter_items:nth-child(3) {
    position: relative;
    left: 50%;
  }
  .projects_name {
    margin-top: 2rem;
  }
  .shpes_items {
    width: 234px;
    height: 235px;
  }
  .OurCoreValues_section .shpes_items {
    width: 234px;
    height: 240px;
  }
  .OurCoreValues_section .Features_contant p {
    font-size: 12px;
  }
  .main_section .shadow_items:nth-child(3),
  .main_section .shadow_items:nth-child(4),
  .main_section .shadow_items:nth-child(5),
  .main_section .shadow_items:nth-child(6) {
    margin-top: 10px;
  }
  .main_section .shadow_items:nth-child(7) {
    margin-top: -45px;
  }
  .Features_contant {
    padding: 0rem 2rem;
  }
  .hexagon_nametxt {
    font-size: 14px;
    margin-top: 5.2rem;
    line-height: 2rem;
  }
  .Features_contant p {
    font-size: 12px;
  }
  .contactuscta_img {
    width: 25rem;
    margin: 0 auto;
  }
  .ContactUscta_contant {
    display: block;
  }
  .ContactUscta_contant h2 {
    line-height: 4rem;
    margin-top: 2rem;
  }
  .OurClient_section {
    padding: 0px 0;
  }
  .OurClient_slider .owl-nav {
    gap: 100px;
    margin-top: 0;
  }
  .Footer_section {
    padding: 5rem 0;
  }
  .WhatWeDo_contant .WhatWeDo_contant_txt {
    margin-top: 1rem;
    line-height: 3rem;
  }
  .WhatWeDo_contant button {
    margin-top: 3rem;
  }
  .varticle_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .count_txt {
    top: -33px;
    right: 124px;
  }
  .Features_icon img {
    width: 34px;
    height: 34px;
  }
  #lottie-container {
    width: 20px !important;
    height: 35px !important;
  }
  .pulsating-circle:before {
    width: 200%;
    height: 200%;
    margin-left: -50%;
    margin-top: -50%;
  }
  .whatwedo_icon {
    top: -1%;
    right: 5%;
  }
  .whatwedo_icon img {
    width: 6rem;
  }
  .whatwedo_two_icon {
    bottom: 5%;
    right: 18%;
  }
  .whatwedo_two_icon img {
    width: 6rem;
  }
  .services_one_icon img {
    width: 6rem;
  }
  .services_one_icon {
    top: -30px;
  }
  .ourprocess_right_icon img {
    width: 5rem;
  }
  .services_two_icon {
    bottom: -29px;
    left: -2%;
  }
  .services_two_icon img {
    width: 5rem;
  }
  .technologies_righticon img {
    width: 5rem;
  }
  .features_right_icon {
    top: -60px;
  }
  .features_right_icon img {
    width: 7rem;
  }
  .features_left_icon {
    left: 10px;
    bottom: 90px;
  }
  .features_left_icon img {
    width: 6rem;
  }
  .ourclienticon_left {
    top: -50px;
    right: -50px;
  }
  .ourclienticon_left img {
    width: 12rem;
  }
  .ourclienticon_right {
    top: 18%;
  }
  .ourclienticon_right img {
    width: 7rem;
  }
  .footer_left_icon img {
    width: 7rem;
  }
  .footer_right_icon img {
    width: 7rem;
  }
  .footer_left_icon {
    left: 14%;
  }
  .ourclienticon_bottom {
    bottom: -6%;
    right: -5%;
  }
  .ourclienticon_bottom {
    width: 7rem;
  }
  .socialmedia_footer {
    gap: 2rem;
    margin-top: 2rem;
    display: grid;
  }
  .ContactUs_ctasection {
    padding: 4rem 0;
  }
  .ContactUscta_items {
    display: grid;
    gap: 2rem;
    justify-content: center;
  }
  .socialmedia_footer li {
    justify-content: center;
  }
  .owl-prev img,
  .owl-next img {
    width: 5rem;
  }
  .OurClient_slider.owl-theme .owl-dots {
    gap: 5px;
    margin-top: -20px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
  }
  .pulsating-circle:before {
    width: 150%;
    height: 150%;
    margin-left: -25%;
    margin-top: -25%;
  }
  .main_box {
    width: 44rem;
    height: 44rem;
  }
  .Services_WeProvide_section {
    grid-gap: 10rem;
  }
  .boxitems {
    width: 100px;
    height: 100px;
  }
  .boxitems_1 {
    top: -50px;
  }
  .boxitems_2 {
    left: -50px;
  }
  .boxitems_3 {
    right: -50px;
  }
  .boxitems img {
    width: 5rem;
  }
  .servicesitems h2 {
    font-size: 2.3rem;
    line-height: 4rem;
  }
  .progress-circle-container {
    left: 2.8rem;
    bottom: 4.6rem;
  }
  .footer_logo {
    width: 20rem;
    margin: 0 auto;
  }
  .significant_section {
    padding: 5rem 10rem;
  }
  .significant_itemssection {
    margin-top: 5rem;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4rem;
  }
  #lottie-container2 {
    width: 20rem;
    height: 20rem;
    left: 0px;
    top: -70px;
  }
  .developer_section {
    padding: 0rem;
    margin-top: 5rem;
  }
  .developer_items {
    margin: 0 0.5rem;
    margin-top: 2rem;
  }
  .developer_contant {
    padding: 1rem;
  }
  .developer_contant ul {
    gap: 10px;
  }
  .developer_contant p {
    font-size: 2.3rem;
  }
  .marquee-wrapper .containers {
    grid-gap: 2rem;
  }
  .marquee-item {
    margin-bottom: 2rem;
    height: 13rem;
    padding: 2rem;
  }
  .OurCoreValues_section .Features_contant {
    padding: 1rem 2.3rem;
    height: calc(100% - 10px);
  }
  .OurClients_section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4rem;
    padding-top: 3rem;
  }
  .OurMission_icon {
    padding: 2rem 3rem;
    width: 10rem;
    height: 10rem;
    border: 1px solid #000000;
  }
  .significant_contant {
    margin-top: 1rem;
  }
  .significant_contant p {
    margin-top: 1rem;
    font-size: 2.2rem;
  }
  .significant_items {
    padding: 2rem 3rem;
  }
  .significant_contant h3 {
    font-size: 3.4rem;
  }
  #lottie-services1 {
    width: 35rem;
    height: 20rem;
    left: 78px;
    top: 65px;
  }
  #lottie-services2 {
    width: 24rem;
    height: 13rem;
    right: -50px;
    top: 44px;
  }
  .IndustryWeServe_section {
    padding: 7rem 0;
  }
  .Industry_items {
    padding: 1rem 0;
    width: 22rem;
  }
  .marquee {
    gap: 3rem;
  }
  .marquee__group {
    gap: 3rem;
  }
  .allServices_contant .allServices_text {
    margin-top: 2rem;
  }
  #lottie-container4 {
    right: 83px;
    top: 0px;
    width: 19rem;
  }
  #lottie-container10 {
    right: -56px;
    top: 75px;
  }
  .uiux_items {
    margin-top: 1rem;
  }
  .uiux_Service li p {
    font-size: 3rem;
  }
  .uiux_contant p {
    margin: 1.5rem 0;
  }
  .uiux_Service li span {
    margin: 1.5rem 0;
  }
  .uiuxDesign_section {
    margin-bottom: 4rem;
  }
  .UsingTechnologies_section {
    padding-bottom: 5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    position: relative;
  }
  .UsingTechnologies_section .grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .UsingTechnologies_section .grid-item img {
    width: 16rem;
    margin: 0 auto;
  }
  .UsingTechnologies_section .grid-item:last-child {
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #lottie-services7 {
    right: 111px;
    top: 72px;
  }
  #lottie-services11 {
    right: 149px;
    top: 143px;
  }
  #lottie-services8 {
    left: -123px;
    top: 34px;
    width: 42rem;
    height: 21rem;
  }
  #lottie-container5 {
    width: 10rem;
    top: 10px;
  }
  #lottie-container9 {
    left: 145px;
    top: 121px;
  }
  .Career_section {
    padding: 0 3rem;
  }
  .Career_contant p {
    font-size: 1.6rem;
  }
  .Career_icon {
    padding: 10px;
    width: 8rem;
    height: 8rem;
  }
  .Career_items {
    padding: 2rem 2rem;
    gap: 1rem;
    margin-top: 2rem;
  }
  .Career_contant h4 {
    font-size: 2.2rem;
    line-height: 3rem;
  }
  .Pleasesend_section {
    padding: 3rem 7rem;
    display: block;
  }
  .Pleasesend_section p {
    font-size: 2.2rem;
    text-align: center;
  }
  .Pleasesend_section a {
    text-align: center;
    font-size: 2.3rem;
    display: block;
  }
  .Career_contant span {
    margin-bottom: 1rem;
  }
  #jobemptyloti {
    width: 40rem;
    height: 40rem;
  }
  .CaseStudies_items p {
    font-family: "Newsreader";
    font-weight: 600;
    font-size: 2.6rem;
    margin-top: 3rem;
  }
  .CaseStudies_section {
    margin-top: 6rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
  .Sendusyour_text {
    font-size: 2.4rem;
  }
  .GetInTouch_section {
    grid-gap: 4rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .GetInTouch_items {
    grid-gap: 2rem;
  }
  .map_items iframe {
    height: 30rem;
  }
  .GetInTouch_icon {
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
    padding: 15px;
  }
  .GetInTouch_text {
    text-align: center;
    margin: 1.3rem 0;
  }
  .companydetails_items {
    text-align: center;
  }
  .ContactUs_section {
    margin-right: 8rem;
  }
  .Form_input input {
    margin-bottom: 5rem;
  }
  .multiple_inputs {
    grid-gap: 3rem;
  }
  .projects_text {
    max-width: 80%;
    margin-top: 4rem;
  }
  .projeact_items {
    grid-gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .client_section {
    padding: 5rem 8rem;
  }
  .RelatedCase_continer {
    margin-left: 8rem;
  }
  .CaseStudies_items p {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button img {
    width: 6rem;
  }
  .CaseStudies_items {
    padding: 2rem 2rem 3rem;
  }
  .RelatedCase_slider.owl-theme .owl-nav::after,
  .RelatedCase_slider.owl-theme .owl-nav::before {
    width: 130px;
  }
  .portfolio-filter-menu {
    gap: 1.5rem;
  }
  .portfolio-items {
    padding: 2rem;
  }
  .portfolio-block {
    gap: 1.5rem;
    padding: 1.4rem 2rem;
  }
  .portfolio-block p {
    font-size: 1.5rem;
  }
  .portfolio-block span {
    font-size: 1.4rem;
  }
  .portfolio-container {
    grid-template-columns: repeat(2, 1fr);
  }
  #portfolio-filter .portfolio-filter-menu .btn {
    padding: 0.5rem 1.2rem;
  }
  .filter-btn {
    display: flex;
    background: transparent;
    padding: 0.5rem 1.6rem;
    width: 15rem;
  }
  .filter-items {
    position: inherit;
    top: inherit;
    transform: inherit;
    right: inherit;
    z-index: 1;
  }
  #portfolio-filter {
    margin-bottom: 4rem;
    display: flex;
    justify-content: space-between;
    padding: 0 3rem;
    align-items: center;
  }
  #handshakeloti {
    top: 65px;
  }
  .banner-wrapper-text h1 {
    font-size: 4.6rem;
    line-height: 5rem;
    text-align: center;
  }
  .hero_text {
    margin-top: 2rem;
    font-size: 1.8rem;
    text-align: center;
  }
  #Businessloti {
    width: 38rem;
    height: 37rem;
    top: -44px;
    left: -30px;
  }
  #Softwareloti {
    width: 30rem;
    height: 18rem;
    top: 70px;
    left: 140px;
  }
  #upworkloti {
    width: 12rem;
    height: 7rem;
    left: 97px;
    top: 60px;
  }
  #WebDevelopmentloti {
    top: 114px;
    left: 44px;
    width: 18rem;
  }
  .latestproject_text {
    font-size: 1.4rem;
  }
  .latestproject_title p {
    font-size: 2.2rem;
  }
  .latestproject_list {
    margin-top: 1rem;
    gap: 7px;
  }
  .ViewWesite_btn .ViewDesign_text {
    font-size: 1.6rem;
    padding: 0.5rem 1.2rem;
  }
  .ViewDesign_button {
    gap: 1rem;
    position: inherit;
    margin-top: 15px;
  }
  .latestproject_right_icon {
    top: 94%;
  }
  .latestproject_slider .owl-stage-outer::before {
    right: -110px;
    width: 16rem;
  }
  .latestproject_slider .owl-stage-outer::after {
    left: -90px;
    width: 16rem;
  }
  .latestproject_title span {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 575px) {
  html {
    font-size: 8px;
  }
  h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
  .containerX {
    margin: 0 6rem;
  }
  .ContactUs_container {
    margin-left: 6rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  .WhatWeDo_section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
    padding: 4rem 6rem;
  }
  .gallery_section {
    gap: 10px;
  }
  .gallery_section .col {
    gap: 10px;
  }
  .main-div {
    min-height: 60vh;
  }
  .section_margintop {
    margin-top: 5rem;
  }
  .arrow_patten {
    display: none;
  }
  .OurProcess_cardssection {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
    margin-top: 6rem;
    padding: 0 4rem;
  }
  .OurProcess_hading {
    margin: 1rem 0;
  }
  .OurProcess_contant {
    max-width: 100%;
    font-size: 1.6rem;
  }
  .progress-circle {
    width: 35px;
    height: 35px;
  }
  #lottie-container {
    width: 20px !important;
    height: 30px !important;
  }
  .socialmedia_section {
    gap: 1rem;
    left: 1.4rem;
  }
  .socialmedia_section li a {
    height: 3.8rem;
    width: 3.8rem;
  }
  .socialmediafooter_section {
    gap: 1.5rem !important;
    margin-top: 2rem;
  }
  .socialmedia_section li a i {
    font-size: 14px;
  }
  .counter_section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
    padding: 0;
  }
  .counter_items {
    padding: 2rem 2rem;
  }
  .projects_name {
    margin-top: 2rem;
  }
  .homepage_Features .shpes_items {
    width: 270px;
    height: 260px;
  }
  .shpes_items {
    width: 280px;
    height: 270px;
  }
  .OurCoreValues_section .Features_contant p {
    font-size: 13px;
  }
  .main_section .shadow_items:nth-child(14),
  .main_section .shadow_items:nth-child(2),
  .main_section .shadow_items:nth-child(3),
  .main_section .shadow_items:nth-child(4),
  .main_section .shadow_items:nth-child(5),
  .main_section .shadow_items:nth-child(6),
  .main_section .shadow_items:nth-child(7) {
    margin-top: 20px;
  }
  .Features_contant {
    padding: 1rem 3rem;
  }
  .hexagon_nametxt {
    font-size: 14px;
    margin-top: 5.2rem;
    line-height: 2rem;
  }
  .Features_contant p {
    font-size: 14px;
  }
  .contactuscta_img {
    width: 25rem;
    margin: 0 auto;
  }
  .ContactUscta_contant {
    display: block;
  }
  .ContactUscta_contant h2 {
    line-height: 4rem;
    margin-top: 2rem;
    text-align: center;
  }
  .OurClient_section {
    padding: 0px 0;
  }
  .OurClient_slider .owl-nav {
    gap: 100px;
    margin-top: 0;
  }
  .Footer_section {
    padding: 5rem 0;
  }
  .WhatWeDo_contant .WhatWeDo_contant_txt {
    margin-top: 1rem;
    line-height: 2.7rem;
    font-size: 1.6rem;
  }
  .WhatWeDo_contant button {
    margin-top: 3rem;
  }
  .varticle_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .count_txt {
    top: -10px;
    right: -10px;
    width: 10rem;
  }
  .Features_icon img {
    width: 30px;
    height: 30px;
  }
  .border-redius-right {
    display: none !important;
  }
  .progress-circle-container {
    bottom: 40px;
    left: 1rem;
  }
  #lottie-container {
    width: 16px !important;
    height: 25px !important;
  }
  .pulsating-circle:before {
    width: 150%;
    height: 150%;
    margin-left: -25%;
    margin-top: -25%;
  }
  .whatwedo_icon {
    top: -1%;
    right: 5%;
  }
  .whatwedo_icon img {
    width: 4rem;
  }
  .whatwedo_two_icon {
    bottom: 5%;
    right: 18%;
  }
  .whatwedo_two_icon img {
    width: 4rem;
  }
  .ourprocess_right_icon img {
    width: 4rem;
  }
  .services_one_icon img {
    width: 4rem;
  }
  .ourprocess_right_icon {
    top: -15px;
  }
  .features_right_icon {
    top: -45px;
  }
  .features_right_icon img {
    width: 5rem;
  }
  .features_left_icon {
    left: -3px;
    bottom: 90px;
  }
  .features_left_icon img {
    width: 4rem;
  }
  .ourclienticon_left {
    top: -50px;
    right: -40px;
  }
  .ourclienticon_left img {
    width: 8rem;
  }
  .ourclienticon_right {
    top: 16%;
  }
  .ourclienticon_right img {
    width: 5rem;
  }
  .ourclienticon_bottom {
    bottom: -6%;
    right: -9%;
  }
  .ourclienticon_bottom img {
    width: 6rem;
  }
  .footer_right_icon img {
    width: 5rem;
  }
  .footer_left_icon img {
    width: 5rem;
  }
  .footer_left_icon {
    left: 14%;
    top: 48%;
  }
  .socialmedia_footer {
    gap: 1rem;
    margin-top: 2rem;
    display: grid;
  }
  .ContactUs_ctasection {
    padding: 4rem 0;
  }
  .ContactUscta_items {
    display: grid;
    gap: 2rem;
    justify-content: center;
  }
  .socialmedia_footer li {
    justify-content: center;
  }
  .owl-prev img,
  .owl-next img {
    width: 5rem;
  }
  .OurClient_slider.owl-theme .owl-dots {
    gap: 5px;
    margin-top: -20px;
  }
  .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
  }
  .clientbox_items {
    padding: 0 2.5rem 3rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
  }
  .client_contant {
    width: 100%;
  }
  .client_iamge {
    width: 10rem;
    height: 10rem;
    padding: 0.6rem;
    margin-top: 2rem;
    margin: 0 auto;
  }
  .client_bgicon {
    display: none;
  }
  .client_name {
    height: 70px;
  }
  .white_bg {
    height: 30px;
    width: 60%;
  }
  .white_bg::after {
    content: "";
    right: -30px;
    border-bottom: 30px solid rgb(255, 255, 255);
    border-right: 30px solid transparent;
  }
  .navbar_contant {
    padding: 20px 10px;
  }
  .hamburger svg {
    height: 2em;
  }
  .Download_btn {
    padding: 1rem;
    gap: 15px;
    width: 100%;
    justify-content: center;
    max-width: inherit;
  }
  .download_arrow {
    width: 3.4rem;
    height: 3.4rem;
  }
  .OurProcess_icon {
    width: 12rem;
    height: 12rem;
    padding: 1rem;
  }
  .Footer_contant p {
    font-size: 1.7rem;
  }
  .main_section {
    margin-top: 3rem;
  }
  .Copyright_text {
    margin-top: 2rem;
    font-size: 1.5rem;
  }
  .footer_logo {
    width: 16rem;
    margin: 0 auto;
  }
  .gallery_section .col .image {
    border-radius: 12px 0 0 12px;
  }
  .gallery_section .border-redius-left .image {
    border-radius: 0 12px 12px 0;
  }
  .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .grid-container .grid-item {
    width: 15rem;
  }
  .grid {
    display: none;
  }
  .grid-container .grid-item img {
    position: inherit;
    max-width: 100%;
    height: auto;
  }
  .grid-container .grid-item:nth-child(9) {
    display: none;
  }
  .thames_btns p {
    width: 100%;
  }
  .SendCV_btn .thames_btns {
    width: 100%;
  }
  .main_box {
    width: 30rem;
    height: 30rem;
  }
  .Services_WeProvide_section {
    grid-gap: 8rem;
  }
  .boxitems {
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-dark-black);
  }
  .boxitems.active::after {
    border: 1px var(--color-dark-black) dashed;
  }
  .boxitems_1 {
    top: -25px;
  }
  .boxitems_2 {
    left: -20px;
  }
  .boxitems_3 {
    right: -25px;
  }
  .boxitems_4 {
    bottom: 10px;
    right: 10px;
  }
  .boxitems_5 {
    bottom: 10px;
    left: 10px;
  }
  .boxitems img {
    width: 3rem;
  }
  .servicesitems p {
    font-size: 1.4rem;
  }
  .servicesitems h2 {
    font-size: 1.6rem;
    line-height: 4rem;
  }
  .technologies_righticon img {
    width: 4rem;
  }
  .technologies_righticon {
    top: -4%;
  }
  .services_two_icon img {
    width: 4rem;
  }
  .services_two_icon {
    position: absolute;
    bottom: -32px;
    left: 15%;
  }
  .SendCV_btn .thames_btns span {
    padding: 1.4rem 2.4rem;
  }
  .menu_button {
    grid-gap: 20px;
  }
  .icon_box img {
    width: 6rem;
  }
  .counter_text img {
    width: 7rem;
  }
  .counter_items:nth-child(1) img {
    width: 4rem;
  }
  .significant_section {
    padding: 4rem 6rem;
  }
  .significant_itemssection {
    margin-top: 3rem;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem;
  }
  #lottie-container2 {
    width: 15rem;
    height: 15rem;
    left: -10px;
    top: -55px;
  }
  .developer_section {
    padding: 0;
    margin-top: 2rem;
  }
  .developer_items {
    margin: 0 1rem;
    margin-top: 3rem;
  }
  .marquee-wrapper .containers {
    grid-gap: 2rem;
  }
  .marquee-item {
    margin-bottom: 2rem;
    height: 13rem;
    padding: 1.5rem;
  }
  .OurCoreValues_section .Features_contant {
    padding: 1rem 2.7rem;
    height: calc(100% - 22px);
  }
  .OurClients_section {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4rem;
    padding-top: 3rem;
  }
  .developer_contant p {
    font-size: 2.2rem;
  }
  .developer_contant {
    padding: 1.5rem;
  }
  .OurClients_contant p {
    margin-top: 1rem;
  }
  .marquee-item {
    height: 10rem;
    padding: 1rem;
  }
  .OurMission_icon {
    padding: 1.5rem;
    width: 8rem;
    height: 8rem;
    border: 1px solid #000000;
  }
  .significant_contant {
    margin-top: 1rem;
  }
  .significant_contant p {
    margin-top: 1rem;
    font-size: 1.8rem;
  }
  .significant_items {
    padding: 2rem 3rem;
  }
  .significant_contant h3 {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  .significant_items:hover::after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #000000;
  }
  #lottie-services1 {
    width: 15rem;
    height: 13rem;
    left: 68px;
    top: 36px;
  }
  #lottie-services2 {
    width: 14rem;
    height: 9rem;
    right: -29px;
    top: 22px;
  }
  .IndustryWeServe_section {
    padding: 7rem 0;
  }
  .Industry_items {
    padding: 0.8rem 0;
    width: 14rem;
    border-bottom: 3px solid;
  }
  .Industry_items img {
    width: 4rem;
  }
  .Industry_items p {
    font-size: 1.4rem;
  }
  .wrapper {
    gap: 2rem;
  }
  .marquee__group {
    gap: 2rem;
  }
  .marquee {
    gap: 2rem;
  }
  .marquee__group {
    gap: 2rem;
  }
  .allServices_contant .allServices_text {
    margin-top: 2rem;
  }
  .boderbottom_pink {
    border-color: #f8a1a1;
  }
  .boderbottom_green {
    border-color: #bbf5ab;
  }
  .boderbottom_blue {
    border-color: #a8e6f8;
  }
  .boderbottom_pinklight {
    border-color: #f2caf8;
  }
  .boderbottom_purple {
    border-color: #b7b2f6;
  }
  .boderbottom_yellow {
    border-color: #f8dba1;
  }
  #lottie-container4 {
    right: 38px;
    top: -10px;
    width: 13rem;
  }
  #lottie-container10 {
    width: 8rem;
    height: 8rem;
    right: -32px;
    top: 46px;
  }
  .uiux_items {
    margin-top: 1rem;
  }
  .uiux_Service li p {
    font-size: 2.2rem;
  }
  .uiux_contant p {
    margin: 1rem 0;
  }
  .uiux_Service li span {
    margin: 1rem 0;
    font-size: 1.8rem;
  }
  .uiuxDesign_section {
    margin-bottom: 4rem;
  }
  .UsingTechnologies_section {
    padding-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    position: relative;
    margin-top: 4rem;
  }
  .UsingTechnologies_section .grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .UsingTechnologies_section .grid-item img {
    width: 14rem;
    margin: 0 auto;
  }
  .UsingTechnologies_section .grid-item:last-child {
    position: absolute;
    top: calc(50% - 15px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .uiux_items li::before {
    width: 16px;
    height: 16px;
  }
  .uiux_items li {
    font-size: 1.6rem;
  }
  .uiux_items li {
    padding-left: 2.5rem;
  }
  #lottie-services7 {
    right: 74px;
    top: 36px;
    width: 2rem;
    height: 4rem;
  }
  #lottie-services11 {
    right: 69px;
    top: 83px;
    width: 9.1rem;
    height: 3rem;
  }
  #lottie-services8 {
    left: -63px;
    top: 26px;
    width: 22rem;
    height: 11rem;
  }
  #lottie-container5 {
    width: 10rem;
    top: 10px;
    left: 8px;
    height: 6rem;
  }
  #lottie-container9 {
    left: 87px;
    top: 69px;
    width: 6rem;
    height: 7rem;
  }
  .Career_section {
    padding: 0;
  }
  .Career_contant h4 {
    font-size: 2rem;
    line-height: 2rem;
  }
  .Career_icon {
    width: 7rem;
    height: 7rem;
    padding: 1.2rem;
    margin: 0 auto;
  }
  .Applybtn {
    margin: 0;
  }
  .Career_contant {
    text-align: center;
  }
  #Successfullylottie {
    width: 26rem;
    height: 26rem;
  }
  .Successfully_text {
    font-size: 2.8rem;
    margin: 2rem 0;
  }
  .noopenings_text {
    bottom: 30px;
  }
  #jobemptyloti {
    width: 30rem;
    height: 40rem;
  }
  .Career_items {
    margin: 0 0;
    padding: 2rem;
    margin-top: 2rem;
    gap: 1.5rem;
    display: grid;
    justify-content: center;
  }
  .Career_contant span {
    font-size: 1.2rem;
    padding: 0 1rem;
    margin-bottom: 0.8rem;
  }
  .Pleasesend_section {
    padding: 3rem 5rem;
    display: block;
  }
  .Pleasesend_section p {
    font-size: 2.2rem;
    text-align: center;
  }
  .Pleasesend_section a {
    text-align: center;
    font-size: 2.3rem;
    display: block;
  }
  .CaseStudies_items p {
    font-family: "Newsreader";
    font-weight: 600;
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .CaseStudies_section {
    margin-top: 4rem;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
  }
  .CaseStudies_items p {
    font-family: "Newsreader";
    font-weight: 600;
    font-size: 2rem;
    margin-top: 3rem;
  }
  .CaseStudies_items {
    border-radius: 3rem;
    padding: 2rem;
  }
  .Sendusyour_text {
    font-size: 2.2rem;
  }
  .GetInTouch_section {
    grid-gap: 4rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .GetInTouch_items {
    grid-gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .map_items iframe {
    height: 25rem;
  }
  .GetInTouch_icon {
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
    padding: 15px;
  }
  .GetInTouch_text {
    text-align: center;
    margin: 1.3rem 0;
  }
  .companydetails_items {
    text-align: center;
  }
  .ContactUs_section {
    margin-right: 6rem;
  }
  .Form_input input {
    margin-bottom: 3rem;
    border-bottom: 1px solid #181818;
  }
  .multiple_inputs {
    grid-gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .ContactUs_Form {
    margin-top: 2rem;
  }
  .projects_text {
    max-width: 100%;
    margin-top: 3rem;
  }
  .projeact_items {
    grid-gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .client_section {
    padding: 5rem 6rem;
  }
  .RelatedCase_continer {
    margin-left: 6rem;
  }
  .CaseStudies_items p {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
  }
  .RelatedCase_slider.owl-carousel .owl-nav button img {
    width: 6rem;
  }
  .CaseStudiesDetail_section .CaseStudies_items {
    padding: 1.5rem;
  }
  .RelatedCase_slider.owl-theme .owl-nav::after,
  .RelatedCase_slider.owl-theme .owl-nav::before {
    width: 130px;
  }
  .portfolio-filter-menu {
    gap: 1.5rem;
  }
  .portfolio-items {
    padding: 2rem;
  }
  .portfolio-block {
    gap: 1.5rem;
    padding: 1.6rem 2rem;
  }
  .portfolio-block p {
    font-size: 2.2rem;
  }
  .portfolio-container {
    grid-template-columns: repeat(1, 1fr);
  }
  #portfolio-filter .portfolio-filter-menu .btn {
    padding: 0.5rem 1.2rem;
    white-space: nowrap;
  }
  .filter-btn {
    display: flex;
    background: transparent;
    padding: 0.5rem 1.6rem;
    width: 15rem;
  }
  .filter-items {
    position: inherit;
    top: inherit;
    transform: inherit;
    right: inherit;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.8rem;
  }
  #portfolio-filter {
    margin-bottom: 3rem;
    padding: 0 2rem;
    align-items: center;
    padding-bottom: 1.5rem;
    gap: 2rem;
  }
  #handshakeloti {
    width: 12rem;
    height: 7rem;
    top: 38px;
  }
  .banner-wrapper-text h1 {
    font-size: 3rem;
    line-height: 4rem;
    text-align: center;
  }
  .hero_text {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    text-align: center;
  }
  #Businessloti {
    width: 22rem;
    height: 37rem;
    top: -87px;
    left: -17px;
  }
  #Softwareloti {
    width: 17rem;
    height: 13rem;
    top: 33px;
    left: 88px;
  }
  .clientbox_items {
    height: 33rem;
    padding: 0 2rem 2rem;
    justify-content: start;
  }
  .client_name span {
    font-size: 1.3rem;
  }
  #upworkloti {
    width: 6rem;
    height: 3rem;
    left: 60px;
    top: 40px;
  }
  #WebDevelopmentloti {
    top: 67px;
    left: 28px;
    width: 10rem;
  }
  .slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }
  .latestproject_text {
    font-size: 1.4rem;
  }
  .latestproject_title p {
    font-size: 2.2rem;
  }
  .latestproject_list {
    margin-top: 1rem;
    gap: 7px;
  }
  .ViewWesite_btn .ViewDesign_text {
    font-size: 1.6rem;
    padding: 0.5rem 1.2rem;
  }
  .ViewDesign_button {
    gap: 1rem;
    position: inherit;
    margin-top: 15px;
    display: grid;
  }
  .latestproject_right_icon {
    top: 90%;
    width: 4rem;
    left: 70px;
  }
  .latestproject_slider .owl-stage-outer::before {
    right: -110px;
    width: 0;
  }
  .latestproject_slider .owl-stage-outer::after {
    left: -90px;
    width: 0;
  }
  .latestproject_title span {
    font-size: 1.4rem;
  }
  .latestproject_cards {
    grid-gap: 10px;
  }
  .latestproject_left_icon {
    top: -10%;
    right: 10%;
    width: 4rem;
  }
  .diwali_diya_left {
    width: 6rem;
    top: -53px;
  }
  .diwali_diya_right {
    width: 6rem;
    top: -53px;
    z-index: -1;
  }
  .mainhero_section {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 380px) and (max-width: 450px) {
  #WebDevelopmentloti {
    top: 82px;
    left: 35px;
  }
  #upworkloti {
    left: 70px;
    top: 50px;
  }
  #Softwareloti {
    top: 43px;
    left: 108px;
  }
  #lottie-services7 {
    right: 87px;
    top: 44px;
  }
  #lottie-services11 {
    right: 85px;
    top: 97px;
  }
  #lottie-services1 {
    left: 82px;
    top: 50px;
  }
}

@media screen and (min-width: 420px) and (max-width: 500px) {
  #lottie-services7 {
    right: 29%;
    top: 22%;
  }
  #upworkloti {
    left: 24%;
    top: 19%;
  }
  #lottie-services11 {
    right: 29%;
    top: 48%;
  }
  #Softwareloti {
    top: 20%;
    left: 40%;
  }
  #WebDevelopmentloti {
    top: 35%;
    left: 14%;
  }
  #lottie-container4 {
    right: 18%;
    top: -2%;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1500px) {
  #Softwareloti {
    top: 100px;
    left: 230px;
    width: 26rem;
    height: 14rem;
  }
  #upworkloti {
    top: 81px;
    left: 140px;
  }
  #lottie-services8 {
    top: 37px;
  }
  #lottie-services7 {
    right: 141px;
    top: 92px;
  }
  #lottie-services11 {
    right: 189px;
    top: 182px;
  }
  .shpes_items {
    width: 280px;
    height: 280px;
  }
  .Features_contant {
    padding: 1rem 2.2rem;
  }
}

@media screen and (min-width: 1501px) and (max-width: 1590px) {
  #WebDevelopmentloti {
    top: 165px;
    left: 74px;
  }
  #upworkloti {
    top: 80px;
    left: 140px;
  }
  #Softwareloti {
    top: 110px;
    left: 240px;
  }
  #lottie-services7 {
    right: 159px;
    top: 101px;
  }
  #lottie-services11 {
    right: 210px;
    top: 197px;
  }
  #lottie-container9 {
    left: 206px;
    top: 175px;
  }
  .Portfolio_section {
    margin-top: 7rem;
  }
}

@media screen and (min-width: 1340px) and (max-width: 1399px) {
  #WebDevelopmentloti {
    top: 146px;
    left: 60px;
  }
  #upworkloti {
    top: 90px;
    left: 130px;
  }
  #Softwareloti {
    top: 91px;
    left: 220px;
  }
  .newitems {
    top: 16.3rem;
    left: 52%;
  }
  #lottie-services7 {
    right: 144px;
    top: 94px;
  }
  #lottie-services11 {
    right: 196px;
    top: 183px;
  }
  #lottie-container9 {
    left: 192px;
    top: 158px;
  }
}
