
::-webkit-scrollbar {
    width: 5px;
}

 ::-webkit-scrollbar-track {
    background-color: #228651;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

 ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: #009544;
}

 ::selection {
    background: #009544;
    color: #000;
}
.clip-curved {
      clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    }

    .services-colored {
      background-color: #e944350a !important;
      /* Equivalent to bg-primary-800 */
      transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    }

    .hidden-box {
      display: none !important;
    }

    /* dotted backdrop */
    .dots {
      background-image: radial-gradient(black 1px, transparent 1px);
      background-size: 16px 16px;
      color: #e5e7eb;
      /* tailwind gray-200 */
      mask-image: radial-gradient(circle at center, black 70%, transparent 71%);
    }

    .hex-mesh {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 120"><g fill="none" stroke="%23D9DFE5" stroke-width="1"><polygon points="35,0 105,0 140,60 105,120 35,120 0,60"/></g></svg>');
      background-size: 140px 120px;
      opacity: .55;
    }

  @keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
  }

  .marquee {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    position: relative;
  }

  .marquee-content {
    display: flex;
    animation: marquee 30s linear infinite;
    min-width: 200%;
  }


#whatsapp a{
    animation-name: pulse2;
      animation-duration: 1.5s;
      animation-timing-function: ease-out;
      animation-iteration-count: infinite;
  }

  @keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 rgb(50 155 145 / 55%);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }
.rating-card {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    padding: 40px;
    overflow: hidden
}

.rating-card:after {
    content: "";
    position: absolute;
    width: 430px;
    height: 430px;
    top: -150px;
    left: -150px;
    z-index: -1;
    border-radius: 50%;
    background-color: white;
}

.rating-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 18px;
    background: linear-gradient(215deg,#234495 7.78%,#2880fbb7 98.17%)
}

.rating-card h2 {
    color: #021633;
    font-size: clamp(48px,5vw,90px);
    line-height: 1.35;
    letter-spacing: -2.7px
}



.rating-card h6 {
    color: #021633;
    font-size: 18px;
    font-weight: 400
}

.rating-card p {
    color: white;
    margin-top: 120px
}

/* .about-one__thumb:after {
    position: absolute !important;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 70%;
    height: 70%;
    content: "";
    border-radius: 362.021px;
    background: linear-gradient(147deg, rgb(0 149 68 / 80%) 0%, rgb(255 255 255 / 5%) 100%);
    box-shadow: 27px 27px 52px 0px rgba(0, 0, 0, 0.08);
    animation: blinker 1.5s
ease-in-out infinite;
    -webkit-animation: blinker 1.5s
ease-in-out infinite;
    -moz-animation: blinker 1.5s ease-in-out infinite;
} */
.animate-spin {
    animation: spin 1s linear infinite
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.stats-bg {
    background-image: linear-gradient(357deg, #009544bf 50%, #021633a6 100%);
}


.project-card-anchor::before{
    content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 50px;
    top: -45px;
    right: -16px;
    box-shadow: inset -10px 15px 0 0 linear-gradient(357deg, #009544bf 50%, #021633a6 100%);
    transform: rotate(90deg);
}
.project-card-anchor i{
    transform: rotate(-35deg);
    display: inline-block;
}
.project-card-anchor::after{
   content: "";
    display: block;
    width: 80%;
    height: 80%;
    position: absolute;
    border-radius: 20px;
    bottom: -9px;
    left: -38px;
    box-shadow: inset -10px 15px 0 0 linear-gradient(357deg, #009544bf 50%, #021633a6 100%);
    transform: rotate(90deg);
}
/* .service-card-icon {
    display: inline-block;
    height: 115px;
    width: 115px;
    line-height: 115px;
    border-radius: 50%;
    background: #fafffc;
    position: relative;
    margin: 12px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.service-card-icon img {
    -webkit-transition: 0.4s;
    transition: 0.4s;

}
.service-card-icon:after {
    content: '';
    position: absolute;
    border: 1px dashed #00a441;
    inset: -12px;
    border-radius: 50%;
    -webkit-animation: spin 10s
linear infinite;
    animation: spin 10s
linear infinite;
    -webkit-transition: 0.4s;
    transition: 0.4s;
} */

section.main-services::before {
    content: "";
    background: url("..//images/home/sidepnng.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -460px;
    top: 55%;
    margin-top: -385px;
    width: 700px;
    height: 700px;
    animation: rounded 50S infinite linear;
    opacity: 0.1;
}
@keyframes rounded {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.animate-slide-up {
    animation: slideUp .5s ease-in-out forwards;
}
@keyframes slideUp {
    0% {
      transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
.animate-slide-down {
    animation: slideDown .5s ease-in-out forwards;
}
@keyframes slideDown {
    0% {
      transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}
