@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

.font-roboto {
  font-family: "Roboto", sans-serif;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

.circle {
  width: 320px;
  height: 320px;
  clip-path: circle(30% at 47% 5%);
  background-color: #375fa9;
  position: absolute;
  inset: 0;
  left: 26em;
}

.iti {
  width: 100% !important;
}

.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
        } */

.thin {
  scrollbar-width: thin;
}
.thin1 {
  scrollbar-width: none;
}

.thin1:hover {
  scrollbar-width: thin;
}

/* Disabled button styling */
button:disabled {
  background-color: #9ca3af !important;
  color: #6b7280 !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}

button:disabled:hover {
  background-color: #9ca3af !important;
}
