body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}
header {
    position: relative;
    background: url('../img/dlonie.jpg') no-repeat center center/cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 1;
}
header .container {
    position: relative;
    z-index: 2;
}
header h1 {
    font-size: 4rem;
    font-weight: bold;
}
header p {
    font-size: 1.5rem;
    margin-top: 1rem;
}
.section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: bold;
    font-family: "Playfair Display", serif;
}
.divider {
    width: 100px;
    height: 3px;
    background-color: #333;
    margin: 0.5rem auto;
}
.playfair-display-italic {
    font-family: "Playfair Display", serif;
    font-style: italic;
}
.playfair-display{
    font-family: "Playfair Display", serif;
}
.gallery img {
    border-radius: 8px;
}
.great-vibes-normal {
    font-family: "Great Vibes", serif;
    font-weight: 400;
    font-style: normal;
}
.scrolled {
    background-color: black;
    background: rgba(0, 0, 0, 0.7);
}
.bg-inherit {
    background-color: inherit;
    background: inherit;
}
.top {
    background-color: transparent;
    background: rgba(0, 0, 0, 0.0);
}
.nav-link {
    color: white;
    font-family: "Playfair Display", serif;
    font-weight: 200;
}
.custom-nav-submenu {
    border: none;
    border-radius: 0;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: rgb(29, 29, 29);
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.accordion {
    --bs-accordion-btn-focus-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: transparent;
}
.hide-item {
    display: none;
}
.transparent-bg {
    /* background: rgba(0, 0, 0, 0.05); */
    border-radius: 30px;
    /* border: 2px solid rgba(0, 0, 0, 0.2); */
}
.offcanvas-custom {
    background: rgba(0, 0, 0, 0.7);
}


#spacer1 {
    position: relative;
    background: url('../img/unnamed.jpg') no-repeat center center/cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
}
#spacer1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
}
#spacer1 .d1{
    font-family: "Playfair Display", serif;
    color: white;
    font-weight: 100;
    font-size: 2rem;
}
#spacer1 .d2{
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    color: white;
    font-weight: 100;
}
#spacer1 .container {
    position: relative;
    z-index: 2;
}


#spacer2 {
    position: relative;
    background: url('../img/wedding2.jpg') no-repeat bottom;
    color: white;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#spacer2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
#spacer2 .d1{
    font-family: "Playfair Display", serif;
    color: white;
    font-weight: 100;
    font-size: 2rem;
}
#spacer2 .d2{
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    color: white;
    font-weight: 100;
}
#spacer2 .container {
    position: relative;
    z-index: 2;
}

.sneak-peak-time {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.sneak-peak-event {
    font-family: "Martel Sans", sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.3rem;
    margin-top: 0.5rem;
}
.sneak-peak-t1 {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
}
.sneak-peak-t2 {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
}

@media only screen and (max-width: 460px) {
    .sneak-peak-t1 {
        font-family: "Playfair Display", serif;
        font-size: 1.2rem;
        }
   .sneak-peak-t2 {
        font-family: "Playfair Display", serif;
        font-size: 2.5rem;
    }
}
#sneak-peak {
    position: relative;
    background: url('../img/walk.jpg') no-repeat center center/cover;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#sneak-peak::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
#sneak-peak .container {
    position: relative;
    z-index: 2;
}

.rectangle {
    margin-top: 0;
    padding-top: 0;
    width: 350px;
    height: 500px;
    background: url('../img/varenna.JPG') no-repeat center center/cover;
    background-position-y: 75%;
    background-position-x: 40%;
    background-size: 200%;
    max-width: 100%;
}

.title-in {
    margin-bottom: -2rem;
    padding-bottom: 0;
    font-family: "Playfair Display", serif;
    font-size: 5rem;
}

.intro-text {
    font-family: "Playfair Display", sans-serif;
    font-style: normal;
    font-size: 1rem;
}

.rectangle-btn {
    border-radius: 0;
    font-family: "Martel Sans", sans-serif;
    font-weight: 100;
    font-size: 0.6rem;
    letter-spacing: 0.15rem;
}

.title-hi {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    font-weight: 400;
    font-style: normal;
}

.km {
    font-family: "Playfair Display", serif;
    font-size: 5rem;
    font-weight: 400;
    font-style: normal;
}

.km-sm {
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
}

.pipe {
    font-size: 7rem;
    font-style: normal;
    font-family: "Playfair Display", serif;
    font-weight: 100;
}

.location {
    margin-top: 0;
    padding-top: 0;
    width: 360px;
    height: 200px;
    background: url('../img/wesele_location.PNG') no-repeat center center/cover;
    max-width: 100%;
}

.ceremony-location {
    margin-top: 0;
    padding-top: 0;
    width: 360px;
    height: 200px;
    background: url('../img/cermonia.png') no-repeat center center/cover;
    max-width: 100%;
}

.location2 {
    margin-top: 0;
    padding-top: 0;
}

.f-location {
    margin-bottom: -1.2rem;
    padding-bottom: 0;
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    position: relative;
}

.f-location-content {
    font-family: "Bodoni Moda", serif;
    font-weight: 500;
}

.f-location-title {
    font-family: "Bodoni Moda", serif;
    font-weight: 700;
    font-style: italic;
}

.contact-title {
    font-family: "Playfair Display", serif;
    font-size: 4rem;
}

.rectangle2 {
    width: 350px;
    height: 500px;
    background: url('../img/beach.JPG') no-repeat center center/cover;
    background-position-y: 75%;
    max-width: 100%;
}

.contact-name {
    font-family: "Martel Sans", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.contact-phone-info {
    font-family: "Martel Sans", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    letter-spacing: 0.3rem;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-decoration: none;
    color: black;
}

.footer {
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
}


#spacer3 {
    position: relative;
    background: url('../img/img2.JPG') center/cover;
    color: white;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#spacer3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
#spacer3 .d1{
    font-family: "Playfair Display", serif;
    color: white;
    font-weight: 100;
    font-size: 2rem;
}
#spacer3 .d2{
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    color: white;
    font-weight: 100;
}
#spacer3 .container {
    position: relative;
    z-index: 2;
}
