@font-face {
    font-family: 'Voga';
    src: url('../fonts/Voga-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url(../fonts/Gotham/gotham_light.otf);
}

@font-face {
    font-family: "Safira";
    src: url(../fonts/safira_march/Safira\ March\ Personal\ Use\ Only.ttf);
}

.voga-font {
    font-family: 'Voga', serif;
}

.montserrat-font {
    font-family: "Montserrat", sans-serif;
}

.yeseva-one-font {
    font-family: "Yeseva One", serif;
}

.gotham-font {
    font-family: "Gotham", sans-serif;
}

.safira-font {
    font-family: "Safira", serif;
}

.noto-serif-display-font {
    font-family: "Noto Serif Display", serif;
}

.w3-top .w3-bar {
    height: 100px;
    padding-top: 30px;
    background: linear-gradient(to right,
            #ebe8de 0%,
            #ebe8de 64%,
            #b8aa8d 64%,
            #b8aa8d 65%,
            #ebe8de 65%,
            #ebe8de 67%,
            #b8aa8d 67%,
            #b8aa8d 69%,
            #ebe8de 69%,
            #ebe8de 71%,
            #b8aa8d 71%,
            #b8aa8d 74%,
            #ebe8de 74%,
            #ebe8de 77%,
            #b8aa8d 77%,
            #b8aa8d 81%,
            #ebe8de 81%,
            #ebe8de 83%,
            #b8aa8d 83%,
            #b8aa8d 100%);
}

body {
    margin-top: 100px;
    /* background-image: linear-gradient(120deg, #ebe8de, #4d4037); */
    background-image: linear-gradient(120deg, rgba(235, 232, 222, 0), rgba(184, 170, 141, 0.8));
}

#logo {
    font-size: 40px;
    font-weight: bold;
}

.w3-bar .show-on-small {
    display: none;
}

.text-over-image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.desc-text {
    background-color: #4d4037;
    color: white;
}

.list {
    margin-bottom: 40px;
}

.backgroundphoto {
    position: absolute;
    top: 300px;
    left: -250px;
    width: 200px;
    z-index: 0;
    pointer-events: none;
    opacity: 0.4;
}



/* Małe ekrany */
@media (max-width: 993px) {
    .w3-container-image {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .w3-image-header {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        object-fit: cover;
    }

    #motto {
        color: #4d4037;
        font-weight: lighter;
        letter-spacing: 0.2em;
        line-height: 1.2;
        font-size: 2.5vw;
        /* transform: scaleY(2); */
        margin-top: 2vw;
        white-space: nowrap;
        z-index: 0;
    }

    .greeting {
        font-size: 4vw;
        /*color: #4d4037;*/
        font-weight: lighter;
        line-height: 1.2;
    }

    .desc {
        font-family: "Yeseva One", serif;
        font-size: 3vw;
        /*color: #4d4037;*/
        font-weight: lighter;
        line-height: 1.2;
    }

    .list-intro {
        font-family: "Yeseva One", serif;
        font-size: 4vw;
        color: #4d4037;
        font-weight: lighter;
        line-height: 1.2;
        transform: scaleY(1.2);
        letter-spacing: 0.1em;
        margin-top: 3vw;
    }

    .desc-point {
        font-family: "Yeseva One", serif;
        font-size: 2.5vw;
        color: #4d4037;
        font-weight: lighter;
        line-height: 1.2;
        transform: scaleY(1.2);
        letter-spacing: 0.1em;
        margin-top: 3vw;
    }

    .tarrifcard {
        width: calc(100% - 4vw) !important;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .offer-name {
        font-size: 9vw;
        margin-top: -1vh;
    }

    .offer-price {
        font-size: 9vw;
        margin-top: 2vh;
        float: none !important;
    }

    .offer-description {
        font-size: 4vw;
    }

    .offer-list-intro {
        font-size: 6vw;
    }

    .offer-list {
        font-size: 4vw;
        margin-top: 8vw;
        padding-left: 8vw;
        margin-bottom: 8vw;
    }

    .offer-list li {
        line-height: 1.1;
        margin-bottom: 1vh;
    }

    .offer-desc-point {
        font-size: 6.5vw;
    }

    .contact-info p {
        font-size: 6vw;
    }

    .contactform form {
        padding: 6vw;
        gap: 4vw;
    }

    .contactform label {
        font-size: 4vw;
    }

    .contactform input,
    .contactform textarea {
        font-size: 3.5vw;
    }

    .contactform textarea {
        min-height: 25vw;
    }

    .contactform button {
        font-size: 4vw;
        padding: 3vw 6vw;
        /* większy button */
    }

    /* .slideshow button {
        display: none;
    } */

    .dots {
        bottom: 1vh;
        gap: 4px;
        
    }

    .dot{
        width: 2vw;
        height: 2vw;
    }

    .site-footer h3 {
        font-size: 5vw;
      }

      .footer-text{
        font-size: 2.7vw;
    }

    .site-footer a {
        font-size: 2.7vw;
      }

    .footer-bottom{
        font-size: 3vw;
    }
}

/* Duże ekrany */
@media (min-width: 993px) {
    .w3-container-image {
        display: flex;
        justify-content: center;
        padding-top: 30px;
    }

    .w3-image-header {
        width: 60%;
        /* aspect-ratio: 16 / 9; */
        height: auto;
        object-fit: cover;
    }

    #motto {
        color: #4d4037;
        font-weight: lighter;
        letter-spacing: 0.2em;
        line-height: 1.2;
        /* transform: scaleY(1.5); */
        margin-top: 1vw;
        font-size: 2.5vw;
        white-space: nowrap;
        z-index: 1;
    }

    .w3-row {
        display: flex;
        align-items: stretch;
        /* Wymusza jednakową wysokość dzieci */
    }

    .w3-row img {
        width: 42vw;
    }

    .greeting {
        font-size: 2vw;
        font-weight: bold;
        /*color: #4d4037;*/
        font-weight: lighter;
        line-height: 1.2;
        margin-top: 9vh;
        z-index: 1;
    }

    .desc {
        font-family: "Yeseva One", serif;
        font-size: 2vw;
        /*color: #4d4037;*/
        font-weight: lighter;
        line-height: 1.2;
        z-index: 1;
    }

    .list-intro {
        font-family: "Yeseva One", serif;
        font-size: 20px;
        color: #4d4037;
        font-weight: lighter;
        line-height: 1.2;
        transform: scaleY(1.2);
        letter-spacing: 0.1em;
        margin-top: 3vw;
    }

    .desc-point {
        font-family: "Yeseva One", serif;
        font-size: 20px;
        color: #4d4037;
        font-weight: lighter;
        line-height: 1.2;
        transform: scaleY(1.2);
        letter-spacing: 0.1em;
        margin-top: 3vw;
    }

    .offer-row {
        gap: 1.6vw;
    }

    .tarrifcard {
        flex: 1 1 30vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
    }

    .card-top {
        display: flex;
        flex-direction: column;
        flex: 0 0 auto;
        min-height: 36vw;
    }

    .card-bottom {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .offer-name {
        font-size: 3.5vw;
        margin-top: -1vh;
    }

    .offer-price {
        font-size: 3.5vw;
        margin-top: 1vh;
    }

    .offer-description {
        font-size: 1.4vw;
    }

    .offer-list-intro {
        font-size: 1.8vw;
    }

    .offer-list {
        font-size: 1.3vw;
        margin-top: 2.5vw;
        padding-left: 2.5vw;
    }

    .offer-list li {
        line-height: 1.1;
        margin-bottom: 1vh;
    }

    .bigtarrifcard {
        margin-left: 1.5vw;
        margin-right: 1.5vw;
    }

    .offer-desc-point {
        font-size: 3vw;
    }

    .contact-info p {
        font-size: 2vw;
    }

    .contactform form {
        padding: 3vw;
        gap: 1.5vw;
    }

    .contactform label {
        font-size: 1.5vw;
    }

    .contactform input,
    .contactform textarea {
        font-size: 1vw;
    }

    .contactform textarea {
        min-height: 8vw;
    }

    .contactform button {
        font-size: 1.2vw;
        padding: 1vw 2vw;
        /* większy button */
    }
        
    /* .slideshow button {
        background: #4d4037;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3vw;
        height: 3vw;
        margin: 1vw;
    } */

    .dots {
        bottom: 2vh;
        gap: 8px;
    }

    .dot{
        width: 1vw;
        height: 1vw;
    }

    .site-footer h3 {
        font-size: 1.4vw;
      }

    .footer-text{
        font-size: 0.7vw;
    }

    .site-footer a {
        font-size: 0.7vw;
      }

    .footer-bottom{
        font-size: 1vw;
    }
}

.tarrifcard {
    background-color: #4d4037;
    border-radius: 20px;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.tarrifcard hr {
    border-top: 1px solid #ebe8de;
}

.offer-name {
    font-weight: lighter;
    color: #ebe8de;
    font-style: italic;
    line-height: 1;
    padding-top: 1vh;
}

.offer-price,
.offer-description,
.offer-desc-point {
    font-weight: lighter;
    color: #ebe8de;
    line-height: 1.3;
}

.offer-description {
    clear: both;
    letter-spacing: 0.01vw;
    flex-grow: 1;
}

.offer-list-intro {
    color: #ebe8de;
    /* font-weight: lighter;
    line-height: 1.2;
    transform: scaleY(1.2); */
    letter-spacing: 0.1em;
}

.offer-list {
    color: #ebe8de;
    font-weight: lighter;
    /* transform: scaleY(1.2); */
    letter-spacing: 0.1vw;
}

/* .tarrifcard:hover{
    background-color: #b8aa8d;
    color: #ebe8de;
} */

.contact-info .w3-display-container {
    margin-top: 2vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-info .map-pin {
    position: relative;
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #b8aa8d, #4d4037);
    /* premium gradient */
    border-radius: 50% 50% 50% 50%;
    /* górna część = koło */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Dolny szpic pinezki */
.contact-info .map-pin::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 25px solid #4d4037;
    /* kolor szpica */
    filter: brightness(0.9);
}

.contact-info .map-pin img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    z-index: 0;
}

.contact-info .map-pin:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.contact-info p {
    margin-top: 40px;
    /* odstęp, bo pinezka ma szpic */
    color: #4d4037;
    letter-spacing: 0.05em;
}

.contactform {
    background-color: #4d4037;
}

.contactform form {
    background: #4d4037;
    /* dopasowane do kart */
    padding: 3vw;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    gap: 1.5vw;
}

.contactform h2 {
    font-family: "Safira", serif;
    color: #ebe8de;
}

.contactform label {
    display: flex;
    flex-direction: column;
    font-family: "Safira", serif;
    color: #ebe8de;
    letter-spacing: 0.05em;
}

.contactform input,
.contactform textarea {
    margin-top: 0.5vw;
    padding: 1vw;
    border: 1px solid #b8aa8d;
    border-radius: 12px;
    font-family: "Noto Serif Display", serif;
    background: #ebe8de;
    color: #4d4037;
    transition: all 0.3s ease;
}

.contactform input:focus,
.contactform textarea:focus {
    outline: none;
    border-color: #4d4037;
    box-shadow: 0 0 8px rgba(184, 170, 141, 0.6);
}

.contactform textarea {
    resize: vertical;
}

.contactform button {
    border: none;
    border-radius: 12px;
    font-family: "Safira", serif;
    background: linear-gradient(135deg, #b8aa8d, #4d4037);
    color: #ebe8de;
    cursor: pointer;
    transition: all 0.3s ease;
    align-self: center;
    margin-top: 1vw;
}

.contactform button:hover {
    background: linear-gradient(135deg, #d6c9a8, #3a2f28);
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.first-row {
    padding-top: 2vh;
}

.slideshow {
    position: relative;
    align-items: center;
}

.dots {
    position: absolute;
    display: flex;
    left: 50%;             
    transform: translateX(-50%); 
}

.dot {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: rgba(255, 255, 255, 1);
}

.slideshow button {
    display: none;
}

/* Stopka */
.site-footer {
    background-color: #4d4037;
    color: #ebe8de;
    padding: 3vw 5vw;
    margin-top: 5vw;
  }
  
  .site-footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2vw;
  }
  
  .site-footer .footer-col {
    flex: 1 1 25vw;
  }
  
  .site-footer h3 {
    margin-bottom: 1vw;
    color: #b8aa8d;
  }
  
  .site-footer a {
    color: #ebe8de;
    text-decoration: none;
  }
  
  .site-footer a:hover {
    text-decoration: underline;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 2vw;
    opacity: 0.8;
  }
  
  /* Mobile menu */
  .mobile-menu {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #4d4037;
    color: #ebe8de;
    z-index: 1000;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  
  .mobile-menu.active {
    display: flex;
  }
  
  .mobile-menu .close-btn {
    position: absolute;
    top: 20px; right: 30px;
    font-size: 6vw;
    text-decoration: none;
    color: #ebe8de;
  }
  
  .mobile-nav a {
    font-size: 6vw;
    margin: 2vw 0;
    color: #ebe8de;
    text-decoration: none;
    font-weight: lighter;
    letter-spacing: 0.05em;
  }
  
  .mobile-nav a:hover {
    color: #b8aa8d;
  }

  .mobile-nav {
    display: flex;
    flex-direction: column; /* układ jeden pod drugim */
    align-items: center;
    gap: 4vw; /* odstępy między linkami */
  }
  
  .mobile-nav a {
    font-size: 6vw;
    color: #ebe8de;
    text-decoration: none;
    font-weight: lighter;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
  }
  
  