@font-face {
    font-family: 'FreeSerif';
    src: url('../fonts/FreeSerif.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SimpleSerenity';
    src: url('../fonts/simple-serenity-script.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*{
    margin: 0px;    
    padding: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-weight: 200;
}
#container {
    width: 100%;
}
p {
    padding: 16px;
    max-width: 600px;
    margin: auto;
}
strong {
    font-weight: 500;
}
.navbar-top {
    position: absolute;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.466);
    right: 0;
    z-index: 1000;
    margin-top: 1rem;
}
li.nav-item{
    display: block;
    text-align: right;
    font-family: 'Barlow', sans-serif;
    padding: 1rem 0;
    list-style-type: decimal;
    color: #262626;
}
li.nav-item:hover{
    background: linear-gradient(to right, rgba(228, 250, 250, 0.634),  rgba(252, 230, 233, 0.825), rgba(252, 244, 211, 0.58));
}
li.nav-item a {
    color: #262626;
    text-decoration: none;
    padding: 1rem;
    cursor: pointer;
    font-weight: 200;
}
li.nav-item a:hover {
    font-weight: 400;
}
.navbar {
    align-items: center;
    padding: 0x;    
}
.nav-link {
    transition: 0.7s ease;
}
.nav-link:hover {
    font-weight: bold;
}
.hamburger{
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}
.bar{
    display: block; 
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #262626d4;
    border-radius: 10px;
}
#kika-a-matej {
    height: 100vh;
}
.text-na-stred{
    margin: 0 auto;
    padding-bottom: 3rem;
    padding-top: 2rem;
}
h1{
    color: rgb(28 50 71);
    text-align: center;
    font-family: 'SimpleSerenity';
    padding-top: 150px;
    font-size: 60px;
    font-weight: 100;
    padding: 16px;
}
.animace{
    padding-top: 20vh;
}
.animace h1{
    padding-top: 150px;
}
span.inicialy {
    font-family: 'Playfair Display', serif;
    font-size: 150px;
}
#den-d h2{
    padding-top: 1rem;
}
.text-na-stred h2, .text-dress-code h2, h2{
    font-family: 'Playfair Display', serif;
    font-size: 32px ;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    color: rgb(78, 78, 78);
    padding-bottom: 1rem;
}
h3.save-the-date {
    text-transform: none;
}
h3.font-secondary {
        font-family: 'SimpleSerenity';
        text-transform: none;
        font-size: 60px;
        padding-inline: 16px;
}
h3{
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Playfair Display', serif;
    color: rgb(70, 69, 69);
}
h4{
    padding-top: 0;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 100;
    font-family: 'Playfair Display', serif;
    color: #457c8d;
}
p{
    text-align: center;
    font-family: 'Barlow', sans-serif;
    line-height: 1.7;
    color: rgb(47, 47, 47);
    margin-bottom: 2rem;
    margin: 0 auto;
 }
/* my-dva */
.background-pattern{
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    width: 100%;
    opacity: 50%;
    height: 100%;
    z-index: -1;
}
.background-cover{
    background-size: cover;
    background: linear-gradient(rgba(255, 255, 255, 0.517),white);
    height: 100vh;
    width:100%;  
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
}
#my-dva {
    background: linear-gradient(white, rgb(198,209,221));
}
/* .background{
    background:linear-gradient(rgb(190, 209, 213), white ) ;
} */
.photo-grid{
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 16px;
    flex-wrap: wrap;
    gap: 16px;
}
img.photo {
    width: 90vw;
    margin: 0 auto;
    opacity: 100%;
    border: 0.5px solid goldenrod;
    flex: 1 1 300px;
}
.photo-1 {
    border-radius: 100px 0 0 0;
}
.photo-3 {
    border-radius: 0 0 100px 0;
}
.photo-1 {
    border-radius: 100px 0 0 0;
}
.cit-1 p, .cit-2 p{
    text-align: center;
    font-family: 'Barlow', sans-serif;
    line-height: 1.5;
    color: rgb(47, 47, 47);
    padding: 0 16px 2rem 16px;
}  
#den-d{
    width: 100%;
    padding: 0px 20px;
    background: linear-gradient(white, white);
}
.dend-background-img{
    height: auto;
    width: 90%;
    max-width: 300px;
    background-color: white;
    margin: 2rem auto;
    border: 0.5px solid goldenrod;
    box-shadow: 0.1rem 0.2rem 1rem 0.1rem #aaaaaa7d;
    background-size:contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: 20px;
}
.dend-background-img img {
        opacity: 0.7;
}
img{
    display: block;
    width: 100px;
    margin: auto;
    opacity: 80%;
}
.dend p{
    padding-top: 0;
}
.text-obrad{
    font-family: 'Playfair Display', serif;
    padding: 10px 16px;
    line-height: 1.5;
    font-weight: 700;
    font-size: 32PX;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: rgb(28 50 71);
}
.pattern-cover {
    background-color: white;
}
/* ------------------------------------------------------------------------- 
 mapa
  -------------------------------------------------------------------------  */
#mapa{
    background-color: white;
    max-height: 90vh;
}
.myMap{
    padding-top: 1rem;
}
.bg-cover-container{
    background-color: rgba(255, 255, 255, 0.633);
}
#map {
    max-width: 100%;
}
/*-------------------------------------------------------------------------
 program
 ------------------------------------------------------------------------- */
#program{
    padding-top: 3rem;
    /* background: linear-gradient(white, transparent); */
    background-color: white;
    padding-bottom: 3rem;
}
.program-text{
    width: 320px;
    margin: 0 auto;
    text-align: left;
    border-left: 0.5px solid goldenrod;
    padding-bottom: 1rem;
}
.program-text p{
    text-align: left;
    padding-left: 2rem;
}
.program-text h2{
    padding: 1rem 0;
    padding-bottom: 2rem;
}
span.bold{
    font-weight: 600;
}
#doprava {
    background-color: rgb(190, 209, 213, 0.33);
    /* background: linear-gradient(white,  rgb(190, 209, 213)); */
    color: white;
}
.grid-doprava{
    display: grid;
}
img.photo-van {
    width: 100vw;
    height: 100%;
    opacity: 100%;
    margin: 0;
    padding: 0;
}
/* .doprava-bg-img{
    width: 100%;
    max-width: 500px;
    min-width: 300px;
    background-image: url("../img/vintage-van-4288994_1920.jpg");;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */
.text-pole{
    align-items: center;
    margin: 0 auto;
    padding-bottom: 2rem;
    padding-top: 1rem;
}
.text-pole h2{
    padding-top: 2rem;
}
.text-pole p{
    padding: 0 1rem 1.5rem 1rem;
}
.a-mapa{
    font-weight: 700;
}
/* oramovani */
.oramovani{
    margin: 1rem 1rem;
    background-color: #FFFFFF;
    height: auto;
    border: 0.5px solid goldenrod;
    box-shadow: 0.3rem 0.3rem 3rem 0.2rem #aaaaaa7d;
    margin-bottom: 3rem;
}
/* ubytovani */
#ubytovani{
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin: 0 auto;
    background-color: white;
    /* background: linear-gradient(transparent,white); */
}
a {
    text-decoration: none;
    color: #457c8d;
    font-weight: 500;
}
.v-mape{
    font-weight: bold;
}
a:hover{
    font-weight: bold;
    shadow: 0px 5px 15px #457c8d5a;
}
/* tlačítko na formulář */
.AF{
    display: block;
    margin: 0 auto;
    margin-top: 1.4rem;
    width: 12.5rem;
    height: 50px;
    border: 0.5px solid rgb(64,102,142);
    background-color:rgb(64,102,142);
    box-shadow: 0px 0.3rem 1rem #457c8d5a;
    cursor: pointer;
    margin-bottom: 1rem;
    border-radius: 36px 0;
}
.AF a{
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    color: #f8f9f9;
    scroll-behavior: smooth;
    padding: 1rem 3rem;
    font-weight: 200;
}
.AF:hover, .AF:active, .AF:focus-within{
    font-size: 15PX;
    font-weight: 500;
    border: 0.5px solid white;
    background: linear-gradient(to right, rgba(228, 250, 250, 0.634),  rgba(252, 230, 233, 0.825), rgba(252, 244, 211, 0.58));
    transition-duration: 500ms;
    cursor: pointer;
    color: #3e3e3e;
}
.AF A:hover{
    color: #3e3e3e;
    font-weight: 400;
}
.AF--2 {
    border: 0.5px solid rgb(64,102,142);
    background-color: transparent;
}
.AF--2 a {
    color: rgb(64,102,142);
}
/* dress-code */
#dress-code{
    width: 100%;
    margin: 0 auto;
}
.text-dress-code{
    margin: 0 auto;
    /* padding-bottom: 3rem;
    padding-top: 2rem; */
}
.dress-code-hranice{
    min-height: 450px;
}
#dress-code-target{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 230px;
}
.dress-code-bg-img{
    background-image: url("../img/dress-code.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    height: 100%;
    min-height: 312px;
}
.pruhledna-vrstva{
    background-color: rgba(255, 255, 255, 0.712);
    backdrop-filter: blur(12px);
    margin: 0 1rem;
    border: 0.5px solid goldenrod;    
    border-bottom: none;
    padding: 2rem 1rem;
}
.kruhy{
    width: 300px;
    display: flex;
    justify-content: space-evenly;
    margin: 0px auto;
    margin-top: 3rem;
    margin-bottom: 0;
}
.kruh_zluty{
    width: 70px;
    height: 70px;
    background-color: rgb(112,132,150);
    border-radius: 50%;
}
.kruh_ruzovy{
    width: 70px;
    height: 70px;
    background-color: rgb(162,195,220);
    border-radius: 50%;
}
.kruh_modry{
    width: 70px;
    height: 70px;
    background-color:rgb(226, 239, 254);
    border-radius: 50%;
}
.kruh_matovy{
    width: 70px;
    height: 70px;
    background-color: rgb(140,168,146);
    border-radius: 50%;
}
/* ------------------------------------------------------------------------- 
svatebni dary
 -------------------------------------------------------------------------  */
#svatebni-dary {
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.text-svatebni-dary p{
    padding: 0 1rem;
    max-width: 700px;
}
.predel p {
    color: goldenrod;
    font-weight: 100;
    font-size: 32px;
}
img.dary {
    display: block;
    width: 90vw;
    max-width: 600px;
    margin: 0 auto;
    opacity: 100%;
}
/*  ------------------------------------------------------------------------- 
svatebni menu 
 ------------------------------------------------------------------------- */
#svatebni-menu{
    margin-top: 2rem;
    width: 100%;
    margin: 0 auto;
}
.svatebni-menu-bg-img{
    background-image: url("../img/dukla/IMG_7404.jpeg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 700px;
}
#svatebni-menu-target{
    position: relative;
    display: inline-block;
    margin-top: 50px;
    width: 50px;
    height: 372px;   
}
#dulezite-kontakty{
    background-color: white;
    margin-bottom: 0;
}
#dulezite-kontakty h2{
    padding-bottom: 1rem;
    padding-top: 3rem;
}
.flexbox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0rem auto;
    gap: 10px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.flex-content {
    background-color: rgb(195 215 237 / 22%);
    border: 0.5px solid goldenrod;
    max-width: 250px;
    aspect-ratio: 1/1;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    vertical-align: top;
    /* border-radius: 50%; */
    justify-content: center;
}
.flex-content--1 {
    border-radius: 100px 0 0 0;
}
.flex-content--3 {
    border-radius: 0 0 100px 0;
}
.flex-content h3{
    padding-top: 0;
}
.description p{
    flex: 1 1 400px;
    font-size: 0.9em;
    padding-top: 1rem;
    max-width: 330px;
}
.contact p{
    padding: 0;
}
.tesime {
    margin-top: 0;
    background: linear-gradient(rgb(198,209,221), white);
    padding-bottom: 3rem;
    padding-top: 3rem;
    position: relative;
    z-index: 100;
}
svg {
    display: block;
    width: 100px;
    margin: 0 auto;
}
/***patička***/
footer{
    width: 100%;
    height: 70px;
    background-color: white;
    position: relative;
    z-index: 100;
}
footer p{
    padding-top: 1rem;
    text-align: center;
    font-family: 'Barlow', sans-serif;
    font-size: 75%;
    color: rgb(57, 54, 55);
}
.footer__jmena {
    font-family: 'SimpleSerenity';
    font-size: 36px;
    text-align: center;
}
  .scroll-arrow{
    position: fixed;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255,255,255,.35);
    background: rgb(170 177 193 / 35%);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 99;
    backdrop-filter: blur(6px);
    display: grid;
    place-items: center;
  }
  /* jemné „poskakování“ ať je jasné, že lze scrollovat */
  .scroll-arrow{
    animation: bounce 1.4s infinite;
  }
  @keyframes bounce{
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(-6px); }
  }