@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rosario:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

body {
  font-family: "Roboto", sans-serif !important;
  margin: 0 !important;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
  background: #f5f5f5;
}

:root {
  --scale_mobile: 0.6;
  --scale_mobile2: 0.5;
}

@media (min-width: 768px) {
  :root {
    --scale_mobile: 0.9;
    --scale_mobile2: 0.9;
  }
}

.apip_pointer {
  cursor: pointer;
}

.apip_pointer:hover {
  transform: scale(1.05);
}

.apip_center {
  display: grid;
  place-items: center;
}

/* scroll */
.scroll-content::-webkit-scrollbar {
  width: 10px;
}

.scroll-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

.scroll-content::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}

.scroll-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.5);
}

.form-control:focus {
  box-shadow: none !important;
}

/* slider */
.flickity-button {
  display: none;
}
