@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Poppins&family=Quicksand&display=swap");

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Quicksand", sans-serif;
  /* font-family: "Poppins", sans-serif; */
  /* outline: 1px solid red; */
}

body {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.cfont {
  /* font-family: "Libre Baskerville", serif !important; */
  font-family: "Poppins", sans-serif !important;
}

/* .cfont2 {
  font-family: "Poppins", sans-serif !important;
} */

body {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

input {
  outline: none;
}

.bRadidus {
  border-radius: 10px;
}

.navbar-toggler {
  border: none;
}

.boxShadow {
  box-shadow: 0 0.7961918735236395px 2.0700988711614627px -0.5px #f0f1f469,
    0 2.414506143104518px 6.277715972071746px -1px #f0f1f46c,
    0 6.382653521484461px 16.5948991558596px -1.5px #f0f1f476,
    0 20px 52px -2px #f0f1f499;
}

.cInput {
  border: none;
  border-bottom: 1px solid lightgray;
  padding: 5px;
}

/* nav a{
    color: white !important;
} */

.textRed {
  color: #f73f34 !important;
}

.cBtn {
  color: white;
  background-color: #f73f34;
  border: none;
  border-radius: 10px;
  padding: 8px 15px;
}

.serviceCard {
  border: 1px solid whitesmoke;
  cursor: pointer;
  transition: all 0.5s ease;
  background: white;
}

.serviceCard p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.serviceCard:hover {
  box-shadow: 0 0.7961918735236395px 2.0700988711614627px -0.5px #f0f1f469,
    0 2.414506143104518px 6.277715972071746px -1px #f0f1f46c,
    0 6.382653521484461px 16.5948991558596px -1.5px #f0f1f476,
    0 20px 52px -2px #f0f1f499;
  border: 1px solid rgba(211, 211, 211, 0.7);
  /* transform: scale(1.05); */
  transform: translate3d(0, 0, 0) perspective(1px);
}

.swiper {
  width: 600px;
  height: 350px;
}

.footerBox {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.0); */
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3.8px);
}

.testimonialsCard {
  background: url(./assets/icons8-quote-left-32.png);
  background-repeat: no-repeat;
  background-position-y: 135px;
  background-position-x: 25px;
}

@media only screen and (max-width: 600px) {
  .mainHero {
    padding-top: 120px !important;
  }

  .mainHeroBannerDiv {
    /* height: 120vh !important; */
    height: fit-content !important;
  }

  .mainHero h1 {
    font-size: 2rem !important;
  }

  .mainHero h5 {
    font-size: 0.9rem !important;
  }

  .whyUsImg {
    position: static !important;
  }

  .counterGrid {
    display: grid !important;
    grid-template-columns: auto auto auto;
    align-items: center;
  }

  .testimonialsCard {
    width: 95% !important;
    background: url(./assets/icons8-quote-left-32.png);
    background-repeat: no-repeat;
    background-position-y: 140px;
    background-position-x: 25px;
  }

  .boxBg1 {
    background-size: 100px !important;
    background-position: top right !important;
    /* background-position-y: -120px !important; */
  }

  .serviceContainer {
    background-size: 200px !important;
    background-position: right;
    background-position-y: 430px !important;
  }

  .serviceCard ul {
    padding: 0px 0px 0px 15px !important;
  }

  .serviceCard li {
    font-size: 0.8rem !important;
    /* list-style: none !important; */
  }

  .client .slider img {
    width: 100px !important;
  }
}

.upsPoint p {
  font-size: 0.85rem;
}

.galleryImg {
  filter: grayscale(30%);
  transition: all 0.8s ease;
}

.galleryImg:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

nav button {
  outline: none !important;
  box-shadow: none !important;
}

.serviceCard ul {
  padding: 0px 0px 0px 7px;
}

.serviceCard li {
  font-size: 0.8rem;
}

.client .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.client .slider img {
  width: 180px;
  height: auto;
  animation: scroll 60s linear infinite;
}

.client .slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1000%);
  }
}
