@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700,200|Inter:500,var(--paragraph-2-medium-font-weight)");
/* * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  height: 100%;
} */
/* a blue color as a generic focus style */
/* button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}
a {
  text-decoration: none;
} */

h2 {
  font-weight: 600 !important;
}

ul {
  list-style: disc;
  font-size: 18px;
  li {
    margin-bottom: 10px;
  }
}
.carousel-item {
  border-radius: 30px;
}

.custom-form input {
  width: 100%;
  max-width: 300px; 
  padding: 10px 12px;
  margin: 8px 0;
  border: 1px solid #fff;  
  border-radius: 15px;    
  background: transparent;
  font-size: 16px;
  outline: none;
  color: #fff;
}

.custom-form input::placeholder {
  font-size: 14px;
  color: #fff !important;
  font-weight: light !important;
}

.gradient-btn2{
  border-radius: 300px !important;
  color: white !important;
background: linear-gradient(90deg, #FE4600 -35.47%, #0159FF 129.6%);
}

@media (max-width: 769px) {
  h4 {
    font-size: 18px !important;
  }

   h5{
    font-size: 16px !important;
  }

  ul {
    font-size: 16px !important;
    li {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
  }
}
