
#kris-on-main {
  background: none;
  background-color: #0B0A0D;
}

@media only screen and (max-width: 992px) {
  #kris-on-main {
    display: flex !important;
    flex-direction: column;
    height: auto;
    padding-top: 50px;
    margin-top: 30px;
  }
  #kris-on-main .citata {
    position: relative;
  }
  #kris-on-main:after{
    content: '';
    display: block;
    width: 100%;
    height: 394px;
    max-height: 100%;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    background-image: url('../images/index-bg-sm-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}


@media only screen and (min-width: 600px) {
  #kris-on-main {
    /* background: none; */
    background-image: url('../images/index-bg-1.png');
    background-repeat: no-repeat;
    background-position-x: left !important;
    background-size: cover;
    /* background-size: initial; */
    /* background-size: 860px; */
    margin-top: 30px;
    background-color: #0B0A0D;
  }
}
@media 
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 192dpi) { 
  #kris-on-main:after  {
    background-image: url(../images/2x/index-bg-sm-1-2x.png);
  }
}
@media 
  only screen and (min-width: 600px),
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 192dpi) { 
  #kris-on-main  {
    background-image: url('../images/2x/index-bg-1-2x.png');
  }
}


@media only screen and (max-width: 600px) {
  .hide-on-small-and-down {
    display: block !important;
  }
}

@media only screen and (max-width: 992px) {
  #kris-on-main {
    background-image: none;
  }
  #kris-on-main .citata { 
    width: calc(100% - 140px);
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  #kris-on-main img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 992px) {
  #kris-on-main img {
    display: none;
  }
}

.next-you {
  padding-top: 67.5px;
  padding-bottom: 63px;
}

.next-you__wrap {
  position: relative;
  border: 4px solid #F2F2F2;
  border-radius: 300px;
  width: 100%;
  max-width: 711px;
  margin-left: auto;
  margin-right: auto;
}

.next-you__wrap img {
  position: absolute;
  left: -4px;
  bottom: -4px;
  width: 100%;
  max-width: 171px;
}

.next-you__content {
  padding: 11px 10px 25px 212px;
}

.next-you__content a {
  font-size: 18px;
}
.next-you__content a svg {
  font-size: 20px;
}

.next-you__title {
  font-size: 28px;
  font-style: italic;
  line-height: 1.54em;
  color: #020202;
  margin-bottom: 4px;
}
.next-you__text {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
  color: #020202;
  margin-bottom: 14px;
}

@media screen and (max-width: 767.98px) {
  .next-you {
    padding-top: 49px;
  }
  
  .next-you__wrap {
    text-align: center;
  }
  
  .next-you__wrap img {
    position: static;
    margin-bottom: 30px;
    margin-top: -39px;
  }
  
  .next-you__content {
    text-align: center;
    padding: 0 10px 49px;
  }
  
  .next-you__content a {
    justify-content: center;
  }
  .next-you__content a svg {
    
  }
  
  .next-you__title {
   
  }
  .next-you__text {
    
  }
}

.coffee-cup-form {
  background: none;
  background-image: url('../images/index-bg-2.jpg');
  background-color: #030303;
  background-size: cover;
  background-repeat: no-repeat;
}

@media 
  only screen and (min-width: 600px),
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 192dpi) { 
  .coffee-cup-form   {
    background-image: url(../images/2x/index-bg-2-2x.jpg);
  }
}


.hide-on-med-and-down, .policy-form, .coffee-cup-form p, .coffee-cup-form .input-field label, .coffee-cup-form .input-field textarea, .coffee-cup-form .input-field input {
  color: #fff;
}

.coffee-cup-form .input-field input, .coffee-cup-form .input-field textarea {
  border-bottom-color: #fff;
}

.coffee-cup-form button[type=submit] {
  color: #fff;
  border: 0.1em solid #fff;
  width: 100%;
  max-width: 378px;
  font-size: 20px;
  font-weight: 600;
}

.coffee-cup-form p {
  font-weight: 300;
}

@media screen and (max-width: 767.98px) {
  .coffee-cup-form {
    background-image: url('../images/index-bg-sm-2.jpg');
    background-color: #030303;
  }
}

.examples {
  /* padding-top: 15%; */
  margin-top: 15%;
}

.examples__img-wrapper {
  --bs-gutter-x: 11px;
  position: absolute;
  display: flex;
  top: 0;
  right: calc(var(--bs-gutter-x) * 0.5);
  z-index: 10;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  width: 100%;
  pointer-events: none;
  transform: translateY(-50%);
}

.examples__img-wrap {
  margin-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: calc(var(--bs-gutter-x) * 0.5);

  width: calc(50% - var(--bs-gutter-x));
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
}

.examples__img-wrap img {
  width: 100%;
  max-width: var(--imgWidth);
  pointer-events: all;
}

.weddings-history h2 strong, .weddings-history h2 a small {
  /* font-size: 34px; */
  font-size: 0.95em;
}

.weddings-history h2 strong {
  font-weight: 700;
}

@media screen and (max-width: 600px)  {
  .weddings-history h2 strong {
    display: block;
  }
}

:root {
  --imgWidth: 59%;
}
@media screen and (min-width: 600px) {
  :root {
    --imgWidth: 8vw;
  }
}
@media screen and (min-width: 992px) {
  :root {
    --imgWidth: 55px;
  }
}

@media screen and (min-width: 1200px) {
  :root {
    --imgWidth: 4vw;
  }
}

@media screen and (min-width: 600px)  {
  .examples {
    margin-top: 0;
  }
  .examples__img-wrapper {
    width: auto;
    /* top: 0; */
    right: calc(var(--imgWidth) / 2 * -1 + var(--bs-gutter-x) / 2);
    /* transform: translateY(-50%); */
  }
  .examples__img-wrap {
    width: auto;
  }
  /* .examples__img-wrap img {
    max-width: 8vw;
  } */
}

@media screen and (min-width: 992px) {
  /* .examples__img-wrap img {
    max-width: 55px;
  } */
}

@media screen and (min-width: 1200px) {
  /* .examples__img-wrap img {
    max-width: 4vw;
  } */
}

.weddings-history {
  padding-top: 50px;
  padding-bottom: 66.5px;
  overflow: hidden;
}

.weddings-history h2 {
  max-width: 16em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  /* font-size: 36px; */
  font-size: calc(30px + (0.4vw));
  font-weight: 300 !important;
  color:#020202;
  text-align: center;
  text-transform: initial;
  margin-top: 0;
  line-height: calc(47/36);
}

@media screen and (min-width: 992px)  {
  .weddings-history h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 576px)  {
  .weddings-history h2 {
    max-width: 9.4em;
  }
  .weddings-history h2 a {
    display: block;
  }
}

.weddings-history h2 a {
  font-weight: 700;
  color: #FFB2BA;
  /* font-size: 47px; */
  /* font-size: 1.3em; */
  line-height: calc(47/36);
}

.weddings-history h2 a span {
  font-size: 1.3em;
}

.weddings-history h2 a span {
  line-height: calc(47/36);
}
.weddings-history h2 strong {
  line-height: calc(47/36);
}

/* @media screen and (max-width: 576px) {
  .weddings-history h2 a small {
    display: block;
  }
} */

.weddings-history__slider {
  max-width: 988px;
  margin-left: auto;
  margin-right: auto;
}

.weddings-history__wrap {
  display: flex;
  margin-right: -8px !important;
}

.weddings-history__slide {
  --ratio: 480/324;
  position: relative;
  display: block;
  z-index: 1;
  width: calc(100% / 1 - 8px - 70px);
  margin-right: 8px;
}

@media screen and (min-width: 576px) {
  .weddings-history__slide {
    width: calc(100% / 2 - 8px);
  }
}

@media screen and (min-width: 992px) {
  .weddings-history__slide {
    width: calc(100% / 3 - 8px);
  }
}

.weddings-history__slide:before {
  content: '';
  display: block;
  height: 0;
  padding-bottom: calc(var(--ratio)*100%);
  position: relative;
}
.weddings-history__slide:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, #000000 34.95%, rgba(0, 0, 0, 0) 79.61%);
  opacity: .4;
}

.weddings-history__slide picture {
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.weddings-history__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.weddings-history__content {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 20px);
  height: 100%;
  display: flex; 
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  z-index: 2;
  transform: translateX(-50%);
}

.weddings-history__content p {
  color: #fff;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  margin-bottom: 13px;
  text-align: center;
  margin-top: 0;
  min-height: 72px;
}

.weddings-history__content p span {
  font-weight: 400;
  font-style: italic;

}

.weddings-history__content p .weddings-history__inner-content {
  opacity: 0.7;
  font-style: normal;
}

.weddings-history__content a {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 26px;
  position: relative;
  /* text-decoration: underline; */
}

@media screen and (min-width: 576px) {
  .weddings-history__content a {
    margin-bottom: 52px;
  }
}

.weddings-history__content a span {
  position: relative;
}
.weddings-history__content a span:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 2px;
}

.weddings-history__content a svg {
  flex: 0 0 auto;
  margin-left: 8px;
}

.tippy-box {
  background-color: #fff;
  padding: 15px 12px;
  border: 2px solid #7F601A;
  font-size: 12px;
  font-style: italic;
  color: #000;
  margin: 0;
  font-weight: 400 !important;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.tippy-content {
  font-size: 12px;
  padding: 0;
}

.tippy-arrow{ 
  color:#7F601A;
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
  bottom: -8px;
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
  top: -1px;
}

.tippy-box[data-placement^=right]>.tippy-arrow {
  left: -1px;
}

.tippy-box[data-placement^=left]>.tippy-arrow {
  right: -1px;
}

.footer {
  background: none;
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
  background-image: url('../images/footer-bg-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

@media 
  only screen and (min-width: 600px),
  (-webkit-min-device-pixel-ratio: 2), 
  (min-resolution: 192dpi) { 
  .footer {
    background-image: url(../images/2x/footer-bg-1-2x.jpg);
  }
}

.footer .row {
  padding: 0;
}

.feedback-form .input-field label  {
  font-size: 12px;
}

.footer .feedback-form h3 {
  margin-top: 0 !important;
  font-size: 29px;
  color: #020202;
  font-weight: 700 !important;
  margin-bottom: 20px;
}

.footer .policy-form {
  color: #6E6F6A;
  font-size: 16px;
  margin-top: 0;
  text-align: center;
}

.footer .policy-form input {
  width: 18px;
  height: 18px;
  top: 3px;
}

.footer .policy-form a {
  color: #6E6F6A;
}

.input-field .policy-form {
  font-weight: 300;
}

.input-field .policy-form a {
  color: #82A77A;
}

.footer .feedback-form button[type='submit'] {
  width: 100%;
  max-width: 289px;
  margin-top: 27px;
  text-transform: uppercase;
  border-width: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 20px;
  font-weight: 600;
  position: relative;
  font-size: 20px;
  padding-top: 0.5px;
  padding-bottom: 0.5px;
}

.footer .feedback-form button svg {
  flex: 0 0 auto;
  margin-left: 10px;
  transform: rotate(-90deg);
  width: 50px;
  height: 50px;
  position: static;
  /* margin-right: -50px; */
  /* margin-top: -2px; */
  /* top: 50%;
  transform: translateY(-50%);
  right: 26%; */
}

@media only screen and (max-width: 370px) {
  .footer .feedback-form button[type='submit'] {
    padding-left: 20px;
  }
  .footer .feedback-form button svg {
    margin-left: 0;
    width: 40px;
  }
}

.address__phones {
  text-align: center;
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 9px;
}

.address__phones:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 466px;
  height: 1px;
  background-color: #fff;
  opacity: 0.4;
}

.wa_text {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 49px;
  color: #fff;
}

.footer .tel {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

#call-me {
  font-size: 14px;
  font-weight: 600;
  color: #6E6F6A;
  background-color: #FFFFFF;
  border-radius: 40px;
  padding: 8px 16px 8px;
  text-transform: uppercase;
  margin-left: 20px;
  border: none;
}

.social {
  margin-bottom: 0 !important;
  justify-content: center;
  align-items: center;
}

.social p {
  font-size: 16px;
  font-weight: 600;
  margin: 0 20px 0 0;
  color: #fff;
}

.social a {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #fff;
  margin-right: 0;
}

.social a:not(:last-of-type) {
  margin-right: 16px;
}

.footer .picker__footer button {
  padding: 0;
  width: 100%;
  font-size: 13px;
}

.footer .feedback-form .input-field label {
  font-weight: 300 !important;
}

.footer .feedback-form .input-field input {
  border-bottom: 1px solid #BCBCBC;
}

@media only screen and (min-width: 1400px)  {
  .footer .feedback-form .input-field label {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  .feedback-form form {
    --bs-gutter-x: 21px;
    --bs-gutter-y: 18px;
    margin-right: calc(var(--bs-gutter-x) * -0.5) !important;
    margin-left: calc(var(--bs-gutter-x) * -0.5) !important;
    /* margin-top: calc(var(--bs-gutter-y) * -1) !important; */
    padding: 37px 49px 14px !important;
  
  }
  
  .feedback-form form > *, .footer .feedback-form .input-field {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-top: calc(var(--bs-gutter-y)) !important;
  }
}

@media only screen and (max-width: 992px) {
  .footer .feedback-form form {
    margin-top: 0;
  }
  .input-field label.active {
    transform: translateY(-70%) !important;
  }
}

@media only screen and (max-width: 600px) {
  .weddings-history__wrap {
    overflow: visible;
  }
  .footer {
    padding-top: 73px;
    padding-bottom: 73px;
    margin-top: 30px;
    background-image: url('../images/footer-bg-sm-1.jpg');
  }
  .social {
    flex-wrap: wrap;
    justify-content: center;
  }
  .social p {
    width: 100%;
    text-align: center !important;
    margin-right: 0;

  }
  .address__phones span  {
    display: block;
  }
  #call-me {
    margin-left: 0;
  }
  .footer .feedback-form form {
    border: 20px solid #fff !important;
    padding: 25px !important;
  }
  .footer .feedback-form h3 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .footer #arrow-up {
    top: -94px;
    right: 0;
  }
  .footer .feedback-form button[type='submit'] {
    font-size: 18px;
  }
  .footer .feedback-form button[type='submit'] svg {
    margin-right: 0;
  }
}

.copyright {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(225, 225,225, 0.9);
  font-size: 12px;
  color:#6E6F6A;
  font-weight: 300;
  line-height: 1.65em;
  z-index: 5;
  text-align: center;
}