@font-face {
    font-family: QuickSnack;
    src: url(/fonts/QuickSnack-Regular.woff2) format("woff2");
    font-weight: 400;
    font-size: 45px;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand700;
    src: url(/fonts/Quicksand-VariableFont.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Quicksand;
    src: url(/fonts/Quicksand-VariableFont.ttf) format("truetype")
}

@font-face {
    font-family: Quicksand400;
    src: url(/fonts/Quicksand-VariableFont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Squad;
    src: url(/fonts/Squad-Regular.otf) format("opentype")
}

.nav-header[data-astro-cid-3ef6ksr2] {
    width: 100%;
    background-color: #c9b6b3;
    color: #fff;
    box-sizing: border-box;
    
    margin-top: 15px;
    padding: 17px;
    border-radius: 10px;
    box-shadow: 10px 10px 20px #74332c;
    position: sticky;
    top: 0;
    z-index: 1000;
    flex-shrink: 0
}

.nav-header[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center
}

.nav-header[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2] {
    margin: 0 15px
}

.nav-header[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2] {
    text-decoration: none;
    text-transform: uppercase;
    color: #74332c;
    font-family: Squad;
    font-weight: 1000;
    font-size: 20px;
    transition: color .1s;
    letter-spacing: .126em;
    line-height: 19px
}

.nav-header[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover {
    color: #bd8f54
}


.background[data-astro-cid-d6t74avb] {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f1ece9;
    overflow: hidden
}

.card[data-astro-cid-d6t74avb] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 90%;
    min-width: 700px;
    min-height: 100%;
    max-height: 100%;
    border-radius: 10px;
    background-color: #f1ece9;
    box-shadow: 20px 20px 100px #794c36;
    overflow-y: auto;
    z-index: 3;
    text-align: center;
    flex-direction: column;
    flex-grow: 1;
    overscroll-behavior: contain;
}

.background-images {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; /* Ensure images do not interfere with scrolling */
    z-index: -1; /* Place images behind the card */
  }

.top-left-image1[data-astro-cid-d6t74avb],
.top-left-image2[data-astro-cid-d6t74avb],
.bottom-right-image1[data-astro-cid-d6t74avb],
.bottom-right-image2[data-astro-cid-d6t74avb] {
    position: absolute;
    pointer-events: none;
}

.top-left-image1[data-astro-cid-d6t74avb] {
    top: 0;
    left: 0;
    transform: translate(-15%, -30%) rotate(-124.891deg);
    z-index: 2
}

.top-left-image2[data-astro-cid-d6t74avb] {
    top: 20px;
    left: 20px;
    transform: translate(-50px, -30%) rotate(0);
    z-index: 1
}

.bottom-right-image1[data-astro-cid-d6t74avb] {
    bottom: 0;
    right: 0;
    transform: translate(25%, 30%) rotate(-124.891deg);
    z-index: 2
}

.bottom-right-image2[data-astro-cid-d6t74avb] {
    bottom: 20px;
    right: 20px;
    transform: translate(25%, 30%) rotate(0);
    z-index: 1
}

p[data-astro-cid-d6t74avb] {
    font-family: Quicksand;
    color: #74332c
}

@media (max-width: 1000px) {
    .card[data-astro-cid-d6t74avb] {
        width: 100%;
        min-width: unset;
        height: auto;
    }
}

::-webkit-scrollbar [data-astro-cid-d6t74avb] {
    width: 50px
}

::-webkit-scrollbar-track [data-astro-cid-d6t74avb] {
    background-color: #f1f1f1
}

::-webkit-scrollbar-thumb [data-astro-cid-d6t74avb] {
    background-color: #007bff;
    border-radius: 6px
}

::-webkit-scrollbar-thumb:hover [data-astro-cid-d6t74avb] {
    background-color: #0056b3
}

.container[data-astro-cid-ijeeojtv] {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.subcomponent[data-astro-cid-ijeeojtv] {
    flex: 1;
    text-align: center
}

p[data-astro-cid-dczxdkeg] {
    font-family: Squad;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    color: #74332c;
    letter-spacing: .126em;
    margin: 15px
}

.program-container[data-astro-cid-dczxdkeg] {
    max-width: 650px;
    margin: auto;
    padding: 20px
}

.program-title[data-astro-cid-dczxdkeg] {
    font-family: Squad;
    text-align: center;
    font-size: 30px;
    color: #74332c;
    margin-bottom: 30px
}

.columns[data-astro-cid-dczxdkeg] {
    display: flex;
    justify-content: space-between
}

.column-left[data-astro-cid-dczxdkeg] {
    width: 48%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.event[data-astro-cid-dczxdkeg] {
    text-align: center;
    margin-bottom: 20px;
    padding: 1em
}

.event-icon[data-astro-cid-dczxdkeg] {
    width: 50px;
    height: auto;
    margin-right: 20px
}

.divider[data-astro-cid-dczxdkeg] {
    position: relative;
    width: 50px;
    left: -7%
}

.divider[data-astro-cid-dczxdkeg]:before {
    content: "";
    position: absolute;
    top: 10%;
    bottom: 15%;
    left: 50%;
    width: 1px;
    background-color: #74332c
}

.horizontal-line[data-astro-cid-dczxdkeg] {
    position: absolute;
    left: 50%;
    width: 5em;
    border-top: 1px solid #74332c
}

.horizontal-line-left[data-astro-cid-dczxdkeg] {
    position: absolute;
    right: 50%;
    width: 5em;
    border-top: 1px solid #74332c
}

h2[data-astro-cid-rice64zl] {
    font-family: QuickSnack;
    font-size: 75px;
    font-weight: 400;
    color: #74332c;
    margin: 25px
}

#countdown[data-astro-cid-rice64zl] {
    font-family: Squad;
    font-size: 40px;
    font-weight: 500;
    color: #74332c;
    margin: 25px
}

.calendar-button[data-astro-cid-rice64zl] {
    display: inline-flex;
    padding: 10px 20px;
    background-color: #c9b6b3;
    color: #74332c;
    text-decoration: none;
    border-radius: 5px;
    font-size: 21px;
    font-weight: 200;
    font-family: Squad;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 10px 20px #74332c
}

.calendar-button[data-astro-cid-rice64zl]:hover {
    background-color: #bd8f54
}

.calendar-button[data-astro-cid-rice64zl] img[data-astro-cid-rice64zl] {
    margin-right: 8px;
    vertical-align: middle
}

@media (max-width: 1000px) {
    /* Fonts in first page */
    .first-page {
        h2 {
            font-size: 100px !important;
            /* margin: 4em; */
            padding-top: 0.5em;
            padding-bottom: 0.5em;
        }
    }

    .calendar-button[data-astro-cid-rice64zl] {
        font-size: 41px
    }

    img[data-astro-cid-rice64zl] {
        width: 60px;
        height: 60px;
    }

    .nav-header[data-astro-cid-3ef6ksr2] {
        margin-top: 15px;
        padding: 12px;
    }

    .nav-header[data-astro-cid-3ef6ksr2] li[data-astro-cid-3ef6ksr2] {
        margin: 0 20px
    }
    
    .nav-header[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2] {
        font-weight: 600;
        font-size: 30px;
        transition: color .1s;
        letter-spacing: .050em;
        line-height: 40px;
    }

    .container[data-astro-cid-ijeeojtv] {
        padding: 1em 10em 1em 10em;
    }

    .program-container[data-astro-cid-dczxdkeg] {
        margin: 1em 2em 1em 2em;
        max-width: 90%;
        /* margin-right: 2em !important; */
        p[data-astro-cid-dczxdkeg] {
            font-size: 30px;
            font-weight: 500;
            color: #74332c;
            letter-spacing: .096em;
            margin: 1em;
        }
        
        .event[data-astro-cid-dczxdkeg] {
            text-align: center;
            margin-bottom: 0.7em;
            padding: 1em
        }
        
        .event-icon[data-astro-cid-dczxdkeg] {
            width: 7em;
            height: auto;
            margin-right: 20px
        }
        
        .divider[data-astro-cid-dczxdkeg] {
            position: relative;
            width: 50px;
            left: -7%
        }
        
        .divider[data-astro-cid-dczxdkeg]:before {
            content: "";
            position: absolute;
            top: 10%;
            bottom: 15%;
            left: 120%;
            width: 2px;
            background-color: #74332c
        }
        
        .horizontal-line[data-astro-cid-dczxdkeg] {
            position: absolute;
            left: 120%;
            width: 6em;
            border-top: 2px solid #74332c
        }
        
        .horizontal-line-left[data-astro-cid-dczxdkeg] {
            position: absolute;
            right: -20%;
            width: 6em;
            border-top: 2px solid #74332c
        }
    }

    .contact h3 {
        margin-right: 10px; /* Add some space between the name and phone number */
        font-size: 35px !important;
        font-weight: 500;
    }
    .contact-container a {
        color: #0e3f23;
        font-size: 35px !important;
    }
}

body,
html {
    margin: 0;
    height: 100%;
    overflow: auto;
    scroll-behavior: smooth;
    scroll-padding-top: 10%
}

h2[data-astro-cid-j7pv25f6] {
    font-family: QuickSnack;
    font-size: 75px;
    font-weight: 400;
    color: #74332c;
    margin: 25px
}

h3[data-astro-cid-j7pv25f6] {
    font-family: Squad;
    font-size: 40px;
    font-weight: 700;
    color: #74332c;
    line-height: 19px;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 2px
}

h6[data-astro-cid-j7pv25f6] {
    font-family: Quicksand;
    font-size: 40px;
    font-weight: 700;
    color: #74332c;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin-top: .1em;
    margin-bottom: 1em
}

.day[data-astro-cid-j7pv25f6] {
    font-family: Squad;
    font-size: 30px;
    font-weight: 700;
    color: #74332c;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin: 15px
}

.time[data-astro-cid-j7pv25f6] {
    font-family: Quicksand;
    font-size: 30px;
    font-weight: 700;
    color: #74332c;
    letter-spacing: .15em;
    text-transform: uppercase;
    margin: 15px
}

h1[data-astro-cid-j7pv25f6] {
    font-family: Quicksand;
    font-size: 80px;
    font-weight: 700;
    color: #74332c;
    line-height: 19px;
    letter-spacing: .15em;
    text-transform: uppercase
}

h5[data-astro-cid-j7pv25f6] {
    font-family: Squad;
    font-style: normal;
    font-size: 22px;
    font-weight: 400;
    color: #74332c;
    line-height: 16px;
    letter-spacing: .126em;
    text-transform: uppercase;
    margin: 15px
}

::-webkit-scrollbar [data-astro-cid-j7pv25f6] {
    width: 12px
}

::-webkit-scrollbar-track [data-astro-cid-j7pv25f6] {
    background-color: #f1f1f1
}

::-webkit-scrollbar-thumb [data-astro-cid-j7pv25f6] {
    background-color: c9b6b3;
    border-radius: 6px
}

::-webkit-scrollbar-thumb:hover [data-astro-cid-j7pv25f6] {
    background-color: #c9b6b3
}

html {
    scrollbar-color: #c9b6b3 #f1f1f1;
    scrollbar-width: thin
}

.first-page {
    padding-top: 7em;
}

iframe {
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 10px 10px 40px #74332c
} 


.contacts-container {
    width: 300px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.contact h3 {
    margin: 0;
    font-size: 1.2em;
    margin-right: 10px; /* Add some space between the name and phone number */
    font-family: Squad;
    font-size: 25px;
    font-weight: 500;
    color: #74332c;
}
.contact a {
    text-decoration: none;
    color: #0e3f23;
    font-family: Quicksand;
    font-size: 25px;
}
.contact a:hover {
    text-decoration: underline;
    color: #bd8f54;
}

.contact-container h4 {
    font-family: Squad;
    font-size: 23px;
    font-weight: 500;
    color: #74332c;
}

.photos {
    @media (min-width: 1200px) {
    width: 700px;
    }


    h3 {
        margin: 10%;
        margin-left: 10%;
        margin-right: 10%;
        font-size: 1.2em;
        font-family: Squad;
        font-size: 35px;
        font-weight: 500;
        color: #74332c;
    }

    h4 {
        margin-left: 10%;
        margin-right: 10%;
        font-size: 1.2em;
        font-family: Squad;
        font-size: 25px;
        font-weight: 500;
        color: #74332c;
    }

    h5 {
        margin-left: 10%;
        margin-right: 10%;
        font-size: 1.2em;
        font-family: Squad;
        font-size: 25px;
        font-weight: 500;
        color: #c0392b;
    }


    #drop-area {
        border: 2px dashed #74332c;
        border-radius: 20px;
        width: 480px;
        font-family: Squad;
        margin: 100px auto;
        padding: 20px;
        color: #74332c;
    }
    #drop-area.highlight {
        border-color: purple;
    }
    p {
        margin-top: 0;
        font-size: 30px;
    }
    .my-form {
        margin-bottom: 10px;
    }
    #gallery {
        margin-top: 10px;
    }
    #gallery img {
        width: 150px;
        margin-bottom: 10px;
        margin-right: 10px;
        vertical-align: middle;
    }
    .button {

        padding: 10px 20px;
        display: inline-block;
        background-color: #c9b6b3;
        /* text-decoration: none; */
        border-radius: 5px;
        cursor: pointer;
        font-size: 27px;
        font-weight: 200;
        align-items: center;
        justify-content: center;
        box-shadow: 10px 10px 20px #74332c
    }
    .button:hover {
        background: #bd8f54;
    }
    #fileElem {
        display: none;
    }

    /* progress {
          /* Reset the default appearance 
  -webkit-appearance: none;
  appearance: none;

        width: 90%;
        height: 10%;
    }

    progress[value]::-webkit-progress-bar {
        background-color: #eee;
        border-radius: 2px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
      } */

      progress {
        margin-top: 20px;
        -webkit-appearance: none;
        display: none;
        appearance: none;
        width: 100%;
        height: 25px;
        border-radius: 12px;
        overflow: hidden;
        background-color: #c9b6b3; /* Lighter background */
        box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.2), 4px 4px 10px #74332c; /* Inner shadow and fall theme */
    }
    
    /* For WebKit browsers (Chrome, Safari) */
    progress::-webkit-progress-bar {
        background-color: #c9b6b3; /* Background of the progress bar */
        border-radius: 12px;
    }
    
    progress::-webkit-progress-value {
        background-color: #74332c; /* Fill color */
        border-radius: 12px;
        transition: width 0.4s ease;
    }
    
    /* For Firefox */
    progress::-moz-progress-bar {
        background-color: #74332c; /* Fill color */
        border-radius: 12px;
        transition: width 0.4s ease;
    }
    
    /* Style for the progress value text if needed */
    progress-value-text {
        display: block;
        font-family: Squad, sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #74332c;
        text-align: center;
        margin-top: 10px;
    }
    

}
