
@import url('https://fonts.googleapis.com/css2?family=Voces&display=swap');
.voces-regular {
  font-family: "Voces", sans-serif;
  font-weight: 400;
  font-style: normal;
}

  :root {
    --color-1: #000;
    --color-2: #fff;
    --color-3: #fc6306;
    --color-4: #ff0d73;
    --color-5: #f7f4f1;
    --color-6: #f0e9e3;

  }
  .home h1{
    font-size: 4em;
  }
  .home p{
    font-size: 1.2em;
  }

.font-1{
    font-family: 'Georgia', serif;
}
.bg-5{
    background: var(--color-5);
}
.bg-6{
    background: var(--color-6);
}
.bg-1{
background: #FF0D73;
background: linear-gradient(270deg, rgba(255, 13, 115, 1) 0%, rgba(252, 99, 6, 1) 100%);
}
.bg-1 a{
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.navbar-nav .nav-link {
font-style: italic;
font-weight: 400;
color: #555;
margin-right: 1rem;
}
.navbar-nav .nav-link.active {
color: black;
font-weight: bold;
}
.gradient-btn {
background: linear-gradient(90deg, #ff007a, #ff6a00);
color: white;
font-weight: bold;
border-radius: 50px;
padding: 10px 25px;
text-decoration: none;
}
.gradient-btn:hover {
opacity: 0.9;
color: white;
}
.logo-text {
font-family: 'Georgia', serif;
font-size: 1.5rem;
font-style: italic;
}
.logo-dot {
color: red;
font-size: 1.5rem;
}
.social-icons i {
font-size: 1.25rem;
margin: 0 6px;
color: black;
}
.social-icons i:hover {
color: #ff007a;
}
.box-home{
      border-top-left-radius: 0px;
    border-top-right-radius: 90px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.custom-dropdown {
    min-width: 100%;
    /* Dopasuj do szerokości przycisku */
    max-width: 250px;
    /* Opcjonalnie: ogranicz maksymalną szerokość */
    white-space: normal;
    /* Pozwala łamać długie linie */
}