/*===================== TABLE OF CONTENT =======================

1. Reset
2. Body Style
3. Placeholders & Highlights
4. Container & Grid
5. Headings
6. Buttons
7. Form
8. Paddings & Margins
9. Main Content

=============================================================*/
/* ================================================================================== 
1. Reset
===================================================================================== */
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: inherit; box-sizing: inherit; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } audio, canvas, progress, video { display: inline-block; vertical-align: baseline; } audio:not([controls]) { display: none; height: 0; } [hidden], template { display: none; } a, a:active, a:hover, a:focus { outline: none; } abbr[title] { border-bottom: 1px dotted; } dfn { font-style: italic; } small { font-size: 80%; } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sup { top: -0.5em; } sub { bottom: -0.25em; } img { border: 0; max-width: 100%; } svg:not(:root) { overflow: hidden; } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; margin-top: 30px; margin-bottom: 35px; border-width: 0; border-top: 1px solid #e1e1e1; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; } button { overflow: visible; } button, select { text-transform: none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input:focus, select:focus, textarea:focus, button:focus { outline: none; } button[disabled], html input[disabled] { cursor: default; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; } input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } legend { border: 0; padding: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-collapse: collapse; border-spacing: 0; } td, th { padding: 0; } input, textarea, button, select, a { -webkit-tap-highlight-color: transparent; } a { color: inherit; text-decoration: none; -webkit-transition: all 0.6s ease; -o-transition: all 0.6s ease; transition: all 0.6s ease; } strong { font-weight: 700; }
.fancybox__button--zoo, .fancybox__button--slideshow, .fancybox__button--fullscreen, .fancybox__button--thumbs, .fancybox__button--zoom{
  display: none;
}
.none{
  display: none;
}
ul, ol { padding-left: 4rem; }
section, footer, header{
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.text-center{
  max-width: 90rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
/* ================================================================================== 
2. Body Style
===================================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 37%;
  word-wrap: break-word;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  html {
  font-size: 40%;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
    html {
        font-size: 50%;
    }
  }
@media only screen and (min-width: 64.0625em) {
    /*1025px*/
    html {
        font-size: 56.25%;
    }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: 'Noto Serif', serif;
	font-weight: 500;
	line-height: 1.6;
	color: #052d62;
	font-size: 2.7rem;
  background-color: #fffcf4;
  letter-spacing: 2px;

}

main{
  position: relative;
}
@media only screen and (min-width: 56.3125em) {
    /*901px*/
    body {
        font-size: 3rem;
    }
}
/* ================================================================================== 
3. Placeholders & Highlights
===================================================================================== */
::-webkit-input-placeholder { color: inherit; opacity: 1 !important; }
:-moz-placeholder { color: inherit; opacity: 1; }
::-moz-placeholder { color: inherit; opacity: 1; }
:-ms-input-placeholder { color: inherit; }
::-moz-selection { background-color: #052d62;  color: #fff; }  
::selection { background-color: #052d62; color: #fff }
/* ================================================================================== 
4. Container & Grid
===================================================================================== */
.container {
  position: relative;
  width: 100%;
  max-width: 1920rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;


}
/* ================================================================================== 
5. Headings
===================================================================================== */

h1, h2, h3, h4, h5, h6 { margin-bottom: 2rem; font-weight: 300;line-height:1.4; font-family: 'Noto Serif', serif; text-transform: none;letter-spacing: 0;}
.primary-title h1, .primary-title h2{
    font-size: 6rem;
    font-family: "Homemade Apple", cursive;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .primary-title h1, .primary-title h2{
    font-size: 9rem;
  }
}
.title-center{
    text-align: center;
}
.primary-title{
    margin-bottom: 3rem;
    position: relative;
    display: inline-block;
    z-index: 1;
}

.stars {
	position: absolute;
	bottom: 5rem;
	left: 1rem;
	width: 6rem;
	height: 5rem;
	display: block;
	background-image: url(images/dont-miss-it/stars.svg);
	background-repeat: no-repeat;
	background-size: 6rem;
}
.secondary-title{
    margin-bottom: 5rem;
}
.secondary-title h2{
    font-size: 4rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .stars {
    bottom: 13rem;
    left: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
    /*901px*/
  .primary-title h1{
    font-size: 11rem;
    }
    .secondary-title h2{
        font-size: 5rem;
    }

}
@media only screen and (min-width: 64.0625em) {
    /*1025px*/

        .secondary-title h2{
            font-size: 6rem;
        }
  }
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .primary-title h1{
    font-size: 14rem;
    }
}
/* ================================================================================== 
6. Buttons
===================================================================================== */
.btn {
	display: inline-block;
	padding: 0.6rem 3rem;
	border: 2px solid #052d62;
	margin-top: 3rem;
  font-weight: 300;
}
.btn:hover{
    background-color: #052d62;
    color: #fff;
}
.btn-send input{
    padding: 0.6rem 4rem;
    width: auto;
    transition: all .4s ease-in-out;
    margin: 0 auto;
    text-transform: uppercase;
    line-height: 1.7;
    letter-spacing: 2.3px;
}
.btn-send {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
    .btn-send input{
        letter-spacing: 3.5px;
    }
    .btn {
        padding: 0.6rem 4rem;
    }
}
/* ================================================================================== 
7. Form
===================================================================================== */
input, textarea, select {
	display: block;
	width: 100%;
	border: 0;
	border: 1px solid #052d62;
	padding: 1.6rem 2rem;
	outline: none;
	background-color: transparent;
}
textarea{
  resize: vertical;
  height: 19rem;
}
input:focus,
textarea:focus, select:focus {
  border-color: #2f66a2;

}
label {
	display: block;
	margin-bottom: 0.5rem;
	font-weight: 500;
	color: #052d62;
	text-transform: uppercase;
	letter-spacing: 2px;
  text-align: left;
}
button {
  transition: all 0.4s ease-in-out;
  border:0;
}
fieldset{
  border: 0;
  margin-bottom: 2rem;
}
fieldset span input{
  margin-bottom: 1rem;
}
  input{
  margin-bottom: 1rem;
}
div > fieldset{
  opacity: 1!important;
  visibility: visible !important;

}
label.check-wrapper {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: none;

}
.check-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #43515a;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-wrapper input:checked ~ .checkmark:after {
  display: block;
}
.check-wrapper .checkmark::after {
  left: 0.4rem;
  top: 0.2rem;
  width: 0.5rem;
  height: 1rem;
  border: solid #43515a;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* ================================================================================== 
8. Paddings & Margins
===================================================================================== */
.space {
  padding: 5rem 0;
}
.mt-5{
  margin-top: 5rem;
}
.no-pt{
  padding-top: 0 !important;
}
.no-pb{
  padding-bottom: 0 !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .space {
    padding: 10rem 0;
  }
}
/* ================================================================================== 
9. Main Content
===================================================================================== */
.design{
    padding: 0;
    position: relative;
}


.sampanjac {
	width: 18rem;
	height: 34rem;
	background-image: url(images/dont-miss-it/sampanjac.svg);
	background-repeat: no-repeat;
	background-size: 17rem;
	position: absolute;
	left: 4rem;
	top: 46rem;
	background-color: #fffcf4;
	z-index: 1;
	background-position: left center;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .sampanjac {
    width: 34rem;
    height: 56rem;
    top: 37rem;
    background-size: 20rem;
  
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .design{
    padding: 4rem;
  }
  .sampanjac {
    top: 50rem;
    left: 8rem;
    background-size: 31rem;

  
  }

}

@media only screen and (min-width: 56.3125em) {
/*901px*/
  .design{
    padding: 9rem;
  }
  .sampanjac {
    width: 45rem;
    height: 75rem;
    background-size: 30rem;
    top: 54rem;
    left: 15rem;
  }

}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .sampanjac {
    top: 72rem;
  }
  .design{
    padding: 12rem;

}

}
@media only screen and (min-width: 100.0625em) {
/*1601px*/
  .sampanjac {
    width: 59rem;
    height: 89rem;
    background-size: 54rem;
    top: 72rem;
  }
}
.main-content {
    position: relative;
    width: 100%;
    padding: 10rem 6rem 25rem 6rem;
}
.line-top{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3rem;
    background-image: url(images/dont-miss-it/dont-miss-it-bg-line.svg);
    background-repeat: repeat-x;
    background-position: 0 0; 
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .main-content {
    padding: 10rem;
}

}
@media only screen and (max-width: 75em) {
  /*1201px*/

  .line-top {
    height: 3.4rem;

    background-size: cover;
  }
  .line-bottom {
    height: 3.4rem;

    background-size: cover;
  }
}
.line-bottom{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    background-image: url(images/dont-miss-it/dont-miss-it-bg-line-bottom.svg);
    background-repeat: repeat-x;
    background-position: 0 0; 
}
.line-left{
    position: absolute;
    left: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    background-image: url(images/dont-miss-it/dont-miss-it-bg-line-v.svg);
    background-repeat: repeat-y;
    background-position: 0 0; 
}
.line-right{
    position: absolute;
    right: 0;
    top: 0;
    width: 3rem;
    height: 100%;
    background-image: url(images/dont-miss-it/dont-miss-it-bg-line-v-right.svg);
    background-repeat: repeat-y;
    background-position: top right; 
}
.line-top::before, 
.line-bottom::before, 
.line-left::before, 
.line-right::before {
    content: '';
    position: absolute;
    background-color: #fffcf4; 
}
.line-top::before {
  top: 0;
  right: 0;
  width: 100%; 
  height: 100%;
  animation: animateTop 2s forwards; 
}
.line-bottom::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: animateBottom 2s forwards; 
}
.line-left::before {
  bottom: 0;
  left: 0;
  height: 100%; 
  width: 100%;
  animation: animateLeft 2s forwards; 
}
.line-right::before {
  top: 0;
  right: 0;
  height: 100%; 
  width: 100%;
  animation: animateRight 2s forwards;
}
@keyframes animateTop {
  from {
      width: 100%;
  }
  to {
      width: 0;
  }
}

/* Keyframes for bottom line animation */
@keyframes animateBottom {
  from {
      width: 100%;
  }
  to {
      width: 0;
  }
}

/* Keyframes for left line animation */
@keyframes animateLeft {
  from {
      height: 100%;
  }
  to {
      height: 0;
  }
}

/* Keyframes for right line animation */
@keyframes animateRight {
  from {
      height: 100%;
  }
  to {
      height: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .main-content{

  }
}
.main-image{
    position: relative;
    overflow: hidden;
    -webkit-mask-image: url(images/design/mask.png);
    mask-image: url(images/design/mask.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100%;
    inset: 0 0 0 0;
    mask-position: center bottom;
}
/* .main-image::before{
  content: '';
  width: 100%;
  height: 20rem;
  background-image: url(images/design/bg-foto.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
} */
.main-image img {
	display: block;
	width: 100%;
	height: auto;
	position: relative;

}

.wrapper{
    display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 3%;
	margin: 0 auto 5rem auto;
	max-width: 80rem;
	width: 100%;
}
.box{
    width: 48.5%;
    text-align: center;
}
form p{
    margin: 0;
}
form br{
    display: none;
}
.form {

	max-width: 70rem;
	width: 100%;
  margin: 0 auto;
  margin-top: 7rem;
}
.main-content {
  text-align: right;
}
.content-right{
  max-width: 95%;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.cta-bottom{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #eef2ee;
  z-index: 10;
  padding: 2rem 0;
  font-size: 2rem;
  opacity: 0; 
  transform: translateY(100%); 
  transition: opacity 0.5s ease, transform 0.5s ease; 
  box-sizing: border-box;
}
.cta-bottom.show{
  opacity: 1; 
  transform: translateY(0); 
}
.cta-container{
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

}
.cta-bottom h3{
  margin-bottom: 0;
}
.cta-bottom a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	border-radius: 10rem;
	position: relative;
	overflow: hidden;
	max-width: 24rem;
	width: 100%;
	height: 5rem;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}
.cta-bottom a span{
  position: relative;
  z-index: 1;
}
.cta-bottom a {
  background-color: #89a088;
  color: #fff;
}
.cta-bottom a:before, .cta-bottom a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 80px solid #728c71;
  transition: all .4s ease-in-out;
}
.cta-bottom a:before {
  right: -50px;
  border-right: 50px solid transparent;
  transform: translateX(-100%);
}
.cta-bottom a:after {
  left: -50px;
  border-left: 50px solid transparent;
  transform: translateX(100%);
}
.cta-bottom a:hover:before {
  transform: translateX(-40%);
}
.cta-bottom a:hover:after {
  transform: translateX(40%);
}
.text{
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 10rem;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  position: relative;
  z-index: 1;

}


@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .text{
    font-size: 4rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .text{
    animation-delay: 3s;

  }
}
 
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .text{
    font-size: 4.5rem;
  }

}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .text{
    font-size: 5.5rem;
  }

}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .text{
    font-size: 7rem;
  }
}
.date{
  margin-bottom: 8rem;
 text-transform: uppercase;
 font-size: 3rem;
 position: relative;
 z-index: 10;
}
.date p{
  position: relative;
  display: inline-block;
}
.date-wrap {
	font-size: 1.9rem;
	text-transform: none;
	letter-spacing: 0;
	position: relative;
	width: auto;
	position: absolute;
	right: 0;
	bottom: -4rem;
  text-align: left;
}
.date-content {
	position: absolute;
	right: 0;
	top: 4rem;
	background-color: #fff;
	padding: 3rem;
	width: 40rem;
	font-weight: 400;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 32px 4px rgba(0,0,0,.05);
  transition: all  .4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.date-content.open{
  opacity: 1;
  visibility: visible;
}
.date-content a{
  display: block;
  padding: 3px 0;
}
.date-toggle img{
  display: block;
  width: 3rem;
  height: auto;
  margin-right: 1rem;
}
.date-toggle {
	display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .4s ease-in-out;
}
.date-toggle:hover{
  opacity: 0.6;

}
.date-wrap h4{
  text-transform: uppercase;
  font-weight: 500;
}
.names{
  margin-bottom: 7rem;
  font-size: 4rem;
}
.names span{
   font-family: "Homemade Apple", cursive;
  font-size: 8rem;
  line-height: 0.8;
  display: block;
}
.okupljanje,.vjencanje, .vecera {
  margin-bottom: 7rem;
  text-align: left;
  position: relative;
  z-index: 1;

}
.vjencanje, .form{
  position: relative;
}
.vjencanje .icon-wrap {
	top: -2rem;
	right: 3rem;
  left: auto;
	animation-delay: 0;
  opacity: 1;
}
.form .icon-wrap{
  animation-delay: 0;
  opacity: 1;
  left: -17rem;
  display: none;
}

 @media only screen and (min-width: 30.0625em) {
  /*481px*/
  .date{
   font-size: 4rem;
  }
  .date{
    margin-bottom: 16rem;
  }
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .date{
    margin-bottom: 30rem;
  }
  .date-wrap {
    font-size: 1.4rem;
  }
  .date-content {

    width: 27rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .form .icon-wrap{
    display: block;
  }
}
.okupljanje h4 ,.vjencanje h4, .vecera h4{
  font-weight: 500;
  font-size: 3rem;
  padding-left: 10rem;
  margin-top: 4rem;
}
.okupljanje p,.vjencanje p, .vecera p{
  text-transform: none;
  letter-spacing: 2px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 3rem;
  font-family: "Homemade Apple", cursive;
  font-size: 5rem;
}
.potvrda-title h2{
   font-family: "Homemade Apple", cursive;
  font-size: 7rem;
  margin-bottom: 0;
}
.potvrda-title{
  margin-bottom: 7rem;
}
.potvrda-text{
  font-size: 3rem;
  font-weight: 500;
  text-align: center;


}
.potvrda-text h4{
  letter-spacing: 2px;
}
.design{
  position: relative;
}
.top-title{
  margin-bottom: 13rem;
  position: relative;
}
.icon-heart {
	width: 6rem;
	height: 6rem;
	background-image: url(images/dont-miss-it/heart.svg);
	background-repeat: no-repeat;
	background-size: 6rem;
	position: absolute;
	bottom: 0;
	left: 0;
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;


}

.icon-stars {
	width: 4rem;
	height: 3rem;
	background-image: url(images/dont-miss-it/stars.svg);
	background-repeat: no-repeat;
	background-size: 4rem;
	position: absolute;
	top: 0;
	right: 0;
}
.icon-wrap{
	position: absolute;
	top: 8rem;
	left: 0;
	width: 10rem;
	height: 10rem;
	display: block;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .okupljanje h4 ,.vjencanje h4, .vecera h4{
    font-size: 4rem;
  }
  .potvrda-text{
    font-size: 4rem;
  }
  .icon-wrap{
    top: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .icon-heart {
    width: 8rem;
    height: 8rem;
    background-size: 8rem;
  }
  .icon-stars {
    width: 5rem;
    height: 4rem;
    background-size: 5rem;

  }
  .icon-wrap{
    width: 14rem;
 
  }
  .vjencanje .icon-wrap {
    top: 0;
  }
  .icon-wrap{
    animation-delay: 2s;
  }
}
@media only screen and (min-width: 115em) {
  /*1840px*/
  .icon-wrap{
    left: 22rem;
  }
}
.top-title h3{
  font-family: "Homemade Apple", cursive;
  font-size: 4rem;
  margin-bottom: 0;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/

}
 
@media only screen and (min-width: 90em) {
  /*1440px*/
  .top-title h3{
    font-size: 5.5rem;
  }
  .top-title{
    margin-bottom: 20rem;
  }
  .okupljanje p,.vjencanje p, .vecera p{
    font-size: 7rem;
  }
  .form .icon-wrap{

    left: -25rem;
  }

}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .top-title h3{
    font-size: 7rem;
  }
  .okupljanje p,.vjencanje p, .vecera p{
    font-size: 10rem;
  }
  .okupljanje h4 ,.vjencanje h4, .vecera h4{
    font-size: 4rem;
    padding-left: 15rem;
    margin-top: 7rem;
  }
}
.text-bottom {
  text-align: center;
  margin-top: 15rem;
}
.text-bottom h3{
  font-family: "Homemade Apple", cursive;
  font-size: 4.8rem;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.7; /* Reduce opacity */
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 0.85; /* Increase opacity */
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0.6; /* Reduce opacity further */
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1; /* Back to full opacity */
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.fade-in {
	-webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
 @-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media only screen and (max-width: 30em) {
  /*480px*/
  .bottom-text br{
    display: none;
  }

}

@media only screen and (min-width: 30.0625em) {
  /*481px*/

}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .content-right{
    max-width: 60rem;
  }
  .date,  .name{

    font-size: 5rem;

  }
  .form {
    margin-top: 10rem;
  }
  .date{
    margin-bottom: 20rem;
  }
  .okupljanje,.vjencanje, .vecera {
    margin-bottom: 10rem;
  }
  .names{
    margin-bottom: 10rem;
  }
  
}
 
@media only screen and (min-width: 56.3125em) {
  /*901px*/

}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .potvrda-title h2{
    font-size: 10rem;
  }

  .date{
    font-size: 4.5rem;
  }
  .names{
    font-size: 4.5rem;
  }
  .potvrda-text{
    font-size: 4rem;
  }

}
@media only screen and (min-width: 90em) {
  /*1440px*/
  .date{
    margin-bottom: 31rem;
  }
}
@media only screen and (min-width: 100.0625em) {
  /*1601px*/
  .date{
    font-size: 6rem;
  }
  .names{
    font-size: 6rem;
  }
  .text-bottom h3{
    font-size: 7rem;
  }
}
.scale-in-center {
  -webkit-animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

  @-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
  .hidden{
    opacity: 0;
  }
  .visible {
  
            opacity: 1;
  }
  .fadeOut{
    -webkit-animation: fade-out 1s ease-out reverse both;
    animation: fade-out 1s ease-out reverse both;
  }
   @-webkit-keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes fade-out {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .fade-out-bottom {
    -webkit-animation: fade-out-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
            animation: fade-out-bottom 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
  }
   @-webkit-keyframes fade-out-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
  }
  @keyframes fade-out-bottom {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(50px);
              transform: translateY(50px);
      opacity: 0;
    }
  }
  .fade-out-top {
    -webkit-animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
            animation: fade-out-top 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) reverse both;
  }
   @-webkit-keyframes fade-out-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
  }
  @keyframes fade-out-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px);
      opacity: 0;
    }
  }
 
  .heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
            animation: heartbeat 1.5s ease-in-out infinite both;
  }

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

 @-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.slide-in-bottom {
	-webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-right {
	-webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

 @-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.main-content a:hover{
  text-decoration: underline;
}
.slit-in-vertical {
	-webkit-animation: slit-in-vertical 0.45s ease-out both;
	        animation: slit-in-vertical 0.45s ease-out both;
}

 @-webkit-keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}
@keyframes slit-in-vertical {
  0% {
    -webkit-transform: translateZ(-800px) rotateY(90deg);
            transform: translateZ(-800px) rotateY(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateY(87deg);
            transform: translateZ(-160px) rotateY(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateY(0);
            transform: translateZ(0) rotateY(0);
  }
}
.fade-in-tl {
	-webkit-animation: fade-in-tl 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-tl 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

 @-webkit-keyframes fade-in-tl {
  0% {
    -webkit-transform: translateX(-50px) translateY(-50px);
            transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-tl {
  0% {
    -webkit-transform: translateX(-50px) translateY(-50px);
            transform: translateX(-50px) translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
    opacity: 1;
  }
}
.cky-btn-revisit-wrapper{
  display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-bottom: 1rem !important;
	border: 1px solid transparent !important;
	border-radius: .25rem !important;
	color: #155724 !important;
	background-color: #d4edda !important;
	border-color: #c3e6cb !important;
	text-align: center !important;
  margin: 0;
  font-size:16px;
  letter-spacing: 0 !important;

}
.wpcf7 form.invalid .wpcf7-response-output{

	position: relative !important;
	padding: .75rem 1.25rem !important;
	margin-bottom: 1rem !important;
	border: 1px solid transparent !important; 
	border-radius: .25rem !important;
  color: #721c24 !important;
  background-color: #f8d7da !important;
  border-color: #f5c6cb !important;
	text-align: center !important;
  margin: 0;
  font-size:16px;
  letter-spacing: 0 !important;
}
.wpcf7-not-valid-tip {
	text-align: center;
	margin-bottom: 0 !important;
	font-size: 16px!important;
	letter-spacing: 0;
}
select, input{
  margin-bottom: 1rem;
}
.grecaptcha-badge{
  display: none !important;
}