@font-face {
  font-family: "Buenos Aires"; /* Define your font family name */
  src: url("../web-fonts/buenosairesweb-regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Buenos Aires Light"; /* Define your font family name */
  src: url("../web-fonts/buenosairesweb-thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.lighter {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: gray;
}
.nav-link:hover {
  color: #f76a8c !important;
}
.second-btn:hover {
  background: linear-gradient(to right, #fe9950, #f76a8c) !important;
  color: white !important;
  border: 0;
}

.list-item > li {
  background-image: url(../img/svg/services-start-icon.svg);
  list-style: none;
  background-repeat: no-repeat;
  margin: 0 0 5px;
  padding: 10px 0 10px 59px;
}
.list-item2 > li {
  background-image: url(../img/svg/kc_platform_ul_bg.svg);
  list-style: none;
  background-repeat: no-repeat;
  margin: 0 0 5px;
  padding: 10px 0 20px 59px;
}
.cta-btn {
  background: linear-gradient(to right, #fe9950, #f76a8c);
  color: white !important;
  border: 0;
}

@media screen and (max-width: 992px) {
  .main-btn {
    background: linear-gradient(to right, #fe9950, #f76a8c);
    color: white !important;
    border: 0;
  }
}
