@import url('https://fonts.googleapis.com/css2?family=Inter&family=Signika:wght@700&display=swap');

body {
  font-family: Inter;
  
}

h1, h2, h3, h4, h5, h6 {
  color: #495566;
  font-family: Signika;
  font-weight: 700;
}


.card-bg {
  background-color: #EEEEEE;
  border: 1px solid transparent;
  border-radius: 20px;
}

.footerhr {
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  border: unset !important;
}

.steps {
  background: #EEEEEE;
  border: 1px solid transparent;
  position: relative;
}

.steps:hover {
  background: #FBFBFB;
  border: 3px solid grey;
  position: unset;
}

.shadow{
  box-shadow: 0 4px 8px #000,
    0 -4px 8px #000;
  /* padding-left: 7rem;
  padding-right: 7rem; */
}

label {
  display: block;
  margin-bottom: 0.5rem;
  display: flex;
}

.slider {
  position: relative;
  margin: 2rem 0;
  box-sizing: border-box;
}

.slider input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.5rem;
  border-radius: 1rem;
}

[type="range"]::-webkit-slider-thumb {
  appearance: none;
  /* background-color: white; */
  background: linear-gradient(0deg, #D9D9D9 0%, #FFFFFF 100%);
  border-radius: 100%;
  border: 2px solid #D9D9D9;
  /* box-shadow:
    inset 0 0 0 .10rem currentColor,
    inset 0 0 0 .50rem white; */
  height: 1rem;
  width: 1rem;
}

.slider.slider-h input {
  background: linear-gradient(90deg, #FF0000 0%, #FFFF00 16.67%, #00FF00 33.33%, #00FFFF 50%, #0000FF 66.66%, #FF00FF 83.33%, #FF0000 100%);
}

/* .slider.slider-h .thumb {
  background-color: #00FFFF;
} */

.slider.slider-s input {
  background: #00FFFF;
  background-image: linear-gradient(90deg, #7F7F7F, rgba(127, 127, 127, 0));
}

.slider.slider-s .thumb {
  background-color: #40BFBF;
}

.slider.slider-l input {
  background-color: #40BFBF;
  background-image: linear-gradient(90deg, black 0%, rgba(127, 127, 127, 0) 50%, white 100%);
}

.slider.slider-l .thumb {
  background-color: #40BFBF;
}

#color-preview {
  position: relative;
  right: -125px;
  top: -115px;
  height: 3rem;
  width: 3rem;
  background: #40BFBF;
  box-shadow: 0 0.25rem 1rem 0rem rgba(22, 26, 31, 0.5);
}

.bgcolor{
 background-color: #EEEEEE;
}

.radius15{
  border-radius: 15px;
}
.radius{
  border-radius: 0px 20px 20px 20px;
}

.imgposition{
  position: absolute;
  top: -5%;
  left: -6%;
}
