@tailwind base;
@tailwind components;
@tailwind utilities;

@import 'fonts.css';

:root {
  --foreground-rgb: 0, 0, 0;
  --background-start-rgb: 214, 219, 220;
  --background-end-rgb: 255, 255, 255;
}

@media (prefers-color-scheme: dark) {
  :root {
    --foreground-rgb: 255, 255, 255;
    --background-start-rgb: 0, 0, 0;
    --background-end-rgb: 0, 0, 0;
  }
}

body {
  /* color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb)); */
}

@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}

@media (min-width: 1600px) {
  .max-w-screen-xl {
    max-width: 1400px;
  }
}



/* the slides */
.slick-slide {
  padding: 0 25px;
}

/* the parent */
.slick-list {
  margin: 0 -25px !important;
  padding: 30px 0 !important;
}

.border-custom {
  border: 3px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(90deg, rgba(65, 35, 109, 1) 0%, rgba(123, 38, 131, 1) 100%);
  border-radius: 4px;
  background-clip: content-box, border-box;
  background-origin: border-box;
}

.border-custom-extra {
  border: 2px solid transparent;
  background-image: linear-gradient(white, white), linear-gradient(90deg, rgba(65, 35, 109, 1) 0%, rgba(123, 38, 131, 1) 100%);
  background-clip: content-box, border-box;
  background-origin: border-box;
}

.custom-select .select__control {
  background-color: transparent;
}

.react-tel-input .form-control {
  background: transparent !important;
  width: 246px !important;
}

.css-1dimb5e-singleValue {
  color: #fff !important;
}

.slick-dots li button {
  padding: 0 !important;
}

.slick-dots li button:before {
  color:#F9BDFF !important;
  opacity: 1 !important;
  padding: 0 !important;
  font-size: 16px !important;
}

.slick-dots li.slick-active button:before {
  color:#fff !important;
}

@media (max-width: 991px) {
  .react-tel-input .form-control {
    width: 100% !important;
  }
  .border-custom-extra {
    border:none;
    background-image:none;
  }
}

.range-slider {
  position: relative;
  width: 80vmin;
  height: 20vmin;
  margin:0 auto;
}

.range-slider_input {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 8px;
  margin: 0;
  z-index: 1;
  background-color: #7B2683;
  border-radius: 10px;
}

.range-slider_input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 100px;
  height: 100px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
}

.range-slider_input::-moz-range-thumb {
  width: 14vmin;
  height: 14vmin;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0;
}

.range-slider_thumb {
  width: 60px;
  height: 60px;
  border: 3px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F9BDFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  color: #7B2683;
  z-index: 2;
  box-shadow: 0px 0px 3px #ccc;
}

.range-slider_line {
  height: 0.5vmin;
  width: 100%;
  background-color: #e1e1e1;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  position: absolute;
  z-index: 1;
}

.range-slider_line-fill {
  position: absolute;
  height: 0.5vmin;
  width: 0;
  background-color: #303030;
}

.country-name {
  color:#6b6b6b ;
}
