

@import url('https://fonts.googleapis.com/css2?family=Inclusive+Sans:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&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&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: "Pulp Display", sans-serif; */
  color: #000;
  text-wrap: pretty;
}

html {
  scroll-behavior: smooth;
}


h4,h2{
  font-family: 'Kugile';
}

ul,
li,
ol {
  list-style: none;
}

img {
  max-width: 100%;
}

button,
a {
  cursor: pointer;
}

input:focus,
input:focus-visible,
input:focus-within,
button:focus,
button:focus-visible,
button:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within {
  outline: unset;
  box-shadow: unset;
}

* {
  padding: 0;
  margin: 0;
}

/* .font-2 {
    font-family: "Inter", sans-serif;
} */

.container {
  margin: auto;
  padding: 0 20px;
}
.swiper-pagination-bullet-active{
  background: #F0DDBB;
}
.slider-section .swiper-wrapper{
align-items: normal !important;
}
.input-box.active label{
  transform: translateY(-10px) !important;
}
/*  STYLING START */
/*  STYLING START */
/*  STYLING FINISHED */