.human-head::after {
  top: 12%;
  content: "";
  position: absolute;
  width: 26%;
  height: 2%;
  background-image: url(../img/black-1.svg);
  background-size: 100% 100%;
  right: 40%;
  z-index: 1;
}

.human-head::before {
  top: 6.5%;
  content: "";
  position: absolute;
  width: 28%;
  height: 5%;
  background-image: url(../img/black-2.svg);
  background-size: 100% 100%;
  right: 39.5%;
  z-index: 1;
}

.brain-black::after {
  top: 12.5%;
  content: "";
  position: absolute;
  width: 43%;
  height: 30%;
  background-image: url(../img/black-3.svg);
  background-size: 100% 100%;
  right: 29%;
  z-index: 36;
}

.brain {
  top: 5%;
  margin: auto;
  right: 6%;
  left: 0;
}

.brain img {
  width: 32%;
}

.clauds-rounded-1::after {
  top: 65.5%;
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: url(../img/google.png);
  background-size: 100% 100%;
  right: 70%;
  z-index: 36;
}

.navbar-expand-lg .navbar-nav {
  gap: 20px;
}

.menu-margin-top {
  margin-top: 16px;
}

.col-human {
  max-width: 38%;
}

.menu-google {
  width: 26%;
  bottom: 1%;
  left: 5%;
  animation: slideInLeft 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.menu-youtube {
  top: 11%;
  left: 11%;
  width: 16%;
  animation: slideInLeft 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

.menu-ads {
  top: -2%;
  right: 0%;
  width: 28%;
  animation: slideInRight 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0;
  will-change: transform, opacity;
}

.menu-playstore {
  bottom: 6%;
  width: 22%;
  right: 2%;
  animation: slideInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  opacity: 0;
  will-change: transform, opacity;
}

.cloud-1 {
  width: 30%;
  top: 0%;
  right: -15%;
}

.cloud-2 {
  width: 30%;
  top: 0%;
  left: -11%;
}

.on-scrreen-text {
  bottom: 29.5%;
  z-index: 5;
}

.cloud-4 {
  bottom: 15%;
  left: 0;
  right: 0%;
  margin: auto;
  z-index: 4;
  width: 50%;
}

.Digital-gradient {
  background: linear-gradient(180deg, #555555, #22b573);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.digital-after::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #dddddd;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.digital-after:last-child::after {
  content: unset;
}

.lh-25 {
  line-height: 25px;
}

.z-5 {
  z-index: 5;
}

.offcanvasmenu {
  width: 90% !important;
  border-bottom-left-radius: 12px !important;
  border-top-left-radius: 12px !important;
}

@keyframes smoothFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes smoothFloat1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
.head-animation {
  animation: smoothFloat 3s ease-in-out infinite;
  will-change: transform;
}

.bird-1 {
  top: 13%;
  left: 32%;
  width: 7%;
  z-index: 10;
  animation: smoothFloat1 3s ease-in-out infinite;
}

.bird-2 {
  top: 10%;
  animation: smoothFloat1 4s ease-in-out infinite;
  right: 31%;
  width: 8%;
}

.nav-link {
  position: relative;
}
.nav-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  right: 0;
  background-color: var(--dark-gray);
  transition: width 0.4s ease;
  border-radius: 100px;
}
.nav-link:hover::after {
  width: 100%;
}

.menu-dropdown-onhover:hover > .nav-link::after {
  width: 100%;
}

.menu-dropdown-onhover2:hover > a::after {
  width: 100%;
}

.nav .navbar-nav .nav-link.active::after {
  content: none !important;
}

.navbar-nav .nav-link.active::after {
  content: none !important;
  display: none !important;
  width: 0 !important;
}

.navbar-nav .nav-link.active:hover::after {
  content: none !important;
  width: 0 !important;
}

.opacity-transition {
  transition: opacity var(--opacity) ease;
}

.opacity-transition:hover {
  opacity: 0.5;
}

.btn-mint-green {
  border: 1px solid var(--mint-green);
  background-color: var(--mint-green);
  transition: 0.5s;
}

.btn-mint-green:hover img {
  filter: invert(45%) sepia(87%) saturate(395%) hue-rotate(103deg)
    brightness(92%) contrast(91%);
}

.btn-mint-green img {
  transition: 0.3s;
}

.btn-mint-green:hover {
  background-color: white;
  color: var(--mint-green) !important;
}

.btn-mint-green-empty {
  border: 1px solid var(--mint-green);
  background-color: transparent;
  color: var(--mint-green);
  transition: 0.5s;
}

.btn-mint-green-empty:hover img {
  filter: invert(45%) sepia(87%) saturate(395%) hue-rotate(103deg)
    brightness(92%) contrast(91%);
}

.btn-mint-green-empty img {
  transition: 0.3s;
}

.btn-mint-green-empty:hover {
  background-color: var(--mint-green);
  color: var(--white) !important;
}

.btn-dark-gray {
  border: 1px solid var(--dark-gray);
  background-color: var(--dark-gray);
  transition: 0.5s;
}

.btn-dark-gray:hover img {
  filter: invert(45%) sepia(87%) saturate(395%) hue-rotate(103deg)
    brightness(92%) contrast(91%);
}

.btn-dark-gray img {
  transition: 0.3s;
}

.btn-dark-gray:hover {
  background-color: white;
  color: var(--dark-gray) !important;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.service-section-container {
  max-width: 72%;
}

.service-box .h-aouto {
  height: 66px !important;
}

.service-section-container::after {
  content: "";
  position: absolute;
  width: 55%;
  height: 300px;
  background-image: url(../img/services-cloud.png);
  background-size: 100%;
  background-repeat: no-repeat;
  top: -20px;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}

.service-box:hover .h-auto {
  transform: translateY(-5px);
}

.service-box .h-auto {
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.service-box:hover .mint-green {
  color: var(--medium-gray);
}

:root {
  --digit-height: 45px;
  --anim-speed: 3s;
  --text-color: #2d3436;
  --label-color: #636e72;
}

.stat-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  height: 50%;
  border-left: 1.5px dotted #d1d1d1;
}

.odo-container {
  display: flex;
  direction: ltr;
  height: var(--digit-height);
  overflow: hidden;
  font-size: 40px;
  font-weight: 900;
  line-height: var(--digit-height);
  color: var(--Charcoal-gray);
  justify-content: center;
}

.odo-column {
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: transform var(--anim-speed) cubic-bezier(0.15, 0.85, 0.35, 1);
  width: 23px;
}

.number-dashed {
  border-left: 1px dashed var(--light-gray);
}

.number-section {
  background-image: url("../img/number-back.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.cube-1 {
top: -5%;
    right: 10%;
    width: 60%;
}

.photo-room-div .container .row {
  margin-top: 8rem !important;
}

.photo-room-div .container .row:nth-child(even) .col-md-7 .Charcoal-gray {
  width: 100% !important;
}

.photo-room-div .container .row:nth-child(even) .unratited-p {
  right: -20%;
}

.mySwiper-brands::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(244, 244, 244, 1) 55%,
    rgba(0, 212, 116, 0) 100%
  );
  z-index: 3;
}
.mySwiper-brands::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(244, 244, 244, 1) 55%,
    rgba(0, 212, 116, 0) 100%
  );
  z-index: 3;
}

.border {
  border-color: #e4e4e4 !important;
}

.article-box:hover .img {
  scale: 1.2;
}

.footer-collapse-content {
  overflow: hidden;
  max-height: 165px;
  transition: max-height 0.5s ease-in-out;
  color: #555;
  line-height: 1.8;
  font-size: 14px;
}

.footer-collapse-content.is-expanded {
  max-height: 1000px;
}

.footer-collapse-content.is-expanded::after {
  content: unset !important;
}

.footer-collapse-btn {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
  background: none;
  border: none;
  color: #22b573;
  cursor: pointer;
}

.footer-collapse-icon {
  width: 12px;
  height: 12px;
  transition: transform 0.4s ease;
  fill: currentColor;
}

.is-open .footer-collapse-icon {
  transform: rotate(90deg) !important;
}

.refenner {
  background: linear-gradient(
    0deg,
    rgb(249 250 252 / 97%) -10%,
    rgba(0, 212, 116, 0) 100%
  );
  height: 70px;
}

#footerContent::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: linear-gradient(
    0deg,
    rgba(244, 244, 244, 1) -10%,
    rgba(0, 212, 116, 0) 100%
  );
}
.section-animation {
  transition: transform 0.6s ease-out;
}

.photo-room-div .cloud-1 {
  top: -25%;
  width: 90%;
  left: -21%;
  right: unset;
  opacity: 0.6;
  z-index: 4;
}

.unratited-p {
  font-family: bakh-black;
  color: #cacaca;
  opacity: 50%;
  position: absolute;
  bottom: -7%;
  right: 0;
  font-size: 12vw;
  line-height: 170px;
  margin: 0;
  text-align: end;
  z-index: -1;
}

hr.footer {
  border-color: rgba(221, 221, 221, 1);
  margin-top: 8rem;
}

footer .row a:hover::after {
  width: 100%;
}

footer .row a {
  position: relative;
}
.nav-link:hover::after {
  width: 100%;
}

.non-after::after {
  content: none !important;
}

.sample-boxes {
  max-height: 400px;
  overflow-y: auto;
  cursor:all-scroll;
}

.sample-boxes::-webkit-scrollbar {
  display: none;
}

.sample-container::after {
      content: "";
    position: absolute;
    width: 100%;
    background-image: url(../img/services-cloud.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    margin: auto;
}


.sample-boxes-after::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: black;
  bottom: 0;
  background: linear-gradient(0deg, rgb(244 244 244 / 65%) 15%, rgba(0, 212, 116, 0) 100%);
  left: 0;
  right: 0;
  z-index: 1;
}