@supports (-webkit-text-stroke: 1px #fff) {
  .stroke-text {
    color: #ffffff44;
  }

  .stroke-text {
    text-shadow: none;
  }
}

.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

#result {
  color: #fff;
  max-width: 360px;
  margin-top: 20px;
  min-width: 360px;
}

main {
  width: 100vw;
  overflow: hidden;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none !important;
  display: inline-block;
}


body {
  font-family: "Syne", sans-serif;
  background-color: var(--primaryColor);
  overflow-x: hidden;
}

h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--whiteColor);
}

h2 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--whiteColor);
}

h3 {
  font-size: 45px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--whiteColor);
}

h4 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--whiteColor);
}

h1.big {
  font-size: 150px;
  font-weight: 700;
  line-height: 1;
  color: var(--whiteColor);
}

h5 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--whiteColor);
}

h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--whiteColor);
}

p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.45;
  color: var(--whiteColor);
}

.btn.btn.btn-green.fill {
  background: var(--greenColor);
  color: var(--primaryColor);
}

.btn.btn-green {
  border: 1px solid var(--greenColor);
  background: var(--primaryColor);
  color: var(--greenColor);
  position: relative;
  max-width: fit-content;
  padding: 10px 24px;
  font-size: 17px;
  border-radius: 250px;
  font-weight: 700;

  line-height: 1.5;
  margin-top: 20px;
  transition: all 0.2s ease;
  z-index: 1;
}

.btn.btn-green:hover {
  background-color: var(--greenColor);
  color: var(--btnColor);
}

.btn.btn-green:before,
.btn.btn-green:after {
  position: absolute;
  content: "";
  width: 150%;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  z-index: -1000;
  background-repeat: no-repeat;
  user-select: none;
}

.btn.btn-green:hover:before {
  top: -70%;
  background-image: radial-gradient(circle,
      var(--greenColor) 20%,
      transparent 20%),
    radial-gradient(circle,
      transparent 20%,
      var(--greenColor) 20%,
      transparent 30%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%),
    radial-gradient(circle,
      transparent 10%,
      var(--greenColor) 15%,
      transparent 20%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
  background-position: 50% 120%;
  animation: greentopBubbles 0.6s ease;
}

.btn.btn-green:hover::after {
  bottom: -70%;
  background-image: radial-gradient(circle,
      var(--greenColor) 20%,
      transparent 20%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%),
    radial-gradient(circle,
      transparent 10%,
      var(--greenColor) 15%,
      transparent 20%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%),
    radial-gradient(circle, var(--greenColor) 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
  background-position: 50% 0%;
  animation: greenbottomBubbles 0.6s ease;
}

.pixlency-badge {
  margin: auto;
  width: fit-content;
  background-color: #fff;
  padding: 15px 17px;
  border-radius: 40px;
}

.pixlency-badge span {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: var(--bagdeColor);
}

.pixlency-badge span:before,
.pixlency-badge span:after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  display: block;
  background-color: var(--bulletColor);
  border-radius: 100%;
}

.stroke-text {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  -webkit-text-stroke: 1.75px rgba(255, 255, 255, 0.3);
  color: transparent;
}

.page-holder {
  max-width: 1700px;
  margin: 0 auto;
  scroll-behavior: smooth;
}

.pt-80 {
  padding-top: 80px;
}

.radial-circle {
  position: absolute;
  width: 430px;
  height: 445px;
  background: rgba(46, 164, 107, 0.8);
  border-radius: 100%;
  filter: blur(100px);
  z-index: -1;
  /* animation: rippleEffect 6s ease-in-out infinite; */
}

body:hover #cursor {
  opacity: 1;
}

#cursor {
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: white;
  position: fixed;
  top: 0;
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: difference;
  transition: transform 500ms;
  z-index: 999999;
}

#cursor::after {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  border: 1px solid white;
  width: 20px;
  height: 20px;
  mix-blend-mode: difference;
}

#cursor.hover {
  transform: scale(2);
}

a.service-btn {
  background: #222222b2;
  border: 1px solid #555555;
  border-radius: 40px;
  padding: 10px 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  max-width: fit-content;
  transition: all 500ms linear;
}

a.service-btn:hover span:nth-child(2) {
  transform: rotate(340deg);
  background-color: var(--serviceCardBtn);
}

a.service-btn span:nth-child(1) {
  font-family: "Azonix", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: left;
  color: var(--whiteColor);
  transition: all 500ms linear;
}

a.service-btn span:nth-child(2) {
  padding: 15px;
  border-radius: 100%;
  background-color: var(--primaryColor);
  transform: rotate(13deg);
  transition: all 500ms linear;
}

.radial-ball {
  position: absolute;
  z-index: -1;
  width: 500px;
  aspect-ratio: 1;
  /* background: radial-gradient(circle at 94.06% 38.42%, #2CD79C 0%, #175068 100%);
  border-radius: 100%;
  filter: blur(20px); */
  animation: slowShake 2s ease-in-out infinite;
}

.radial-ball img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h2 span {
  color: var(--greenColor);
}

.mt-150 {
  margin-top: 150px;
}

.services-img-card .our-services-content.img-right+.our-services-img {
  z-index: 1;
  overflow: hidden;
}

img.heading-gif {
  width: 125px;
  height: 55px;
  object-fit: cover;
  border-radius: 50px;
  border: 2px solid var(--secondaryColor);
}

/* Scroll to top */

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px var(--primaryColor);
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.overflow-hidden {
  overflow: hidden !important;
}

.heading-paragraph {
  margin-bottom: 40px;
}

.heading-paragraph h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.heading-paragraph p {
  max-width: 986px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 25px auto 0;
}