/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;600;700&display=swap");
body {
  color: #5a5a5a;
}

@font-face {
  font-family: 'GillSans';
  src: url("../fonts/GillSans.eot");
  src: url("../fonts/GillSans.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSans.svg#GillSans") format("svg"), url("../fonts/GillSans.ttf") format("truetype"), url("../fonts/GillSans.woff") format("woff"), url("../fonts/GillSans.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSans-Bold';
  src: url("../fonts/GillSans-Bold.eot");
  src: url("../fonts/GillSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSans-Bold.svg#GillSans-Bold") format("svg"), url("../fonts/GillSans-Bold.ttf") format("truetype"), url("../fonts/GillSans-Bold.woff") format("woff"), url("../fonts/GillSans-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSans-Light';
  src: url("../fonts/GillSans-Light.eot");
  src: url("../fonts/GillSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSans-Light.svg#GillSans-Light") format("svg"), url("../fonts/GillSans-Light.ttf") format("truetype"), url("../fonts/GillSans-Light.woff") format("woff"), url("../fonts/GillSans-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSans-Medium';
  src: url("../fonts/GillSans-Medium.eot");
  src: url("../fonts/GillSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GillSans-Medium.svg#GillSans-Medium") format("svg"), url("../fonts/GillSans-Medium.ttf") format("truetype"), url("../fonts/GillSans-Medium.woff") format("woff"), url("../fonts/GillSans-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Santana';
  src: url("../fonts/Santana.eot");
  src: url("../fonts/Santana.eot?#iefix") format("embedded-opentype"), url("../fonts/Santana.woff2") format("woff2"), url("../fonts/Santana.woff") format("woff"), url("../fonts/Santana.ttf") format("truetype"), url("../fonts/Santana.svg#Santana") format("svg");
}

@media (max-width: 767px) {
  .navigation {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.navigation ul li.rsvp.active a {
  background-color: #9eb6ba;
  color: #333;
}

.navigation ul li.rsvp.active a::after, .navigation ul li.rsvp.active a::before {
  width: 96%;
  height: 80%;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  border-radius: 0px !important;
}

.navigation ul li.rsvp a {
  background-color: #fff;
  color: #333;
}

.navigation ul li.rsvp a:hover {
  background-color: #9eb6ba;
  color: #333;
}

.navigation ul li.rsvp a:hover::after, .navigation ul li.rsvp a:hover::before {
  width: 96%;
  height: 80%;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
  border-radius: 0px !important;
}

.navigation ul li.active a {
  color: #fff;
}

.navigation ul li.active a::after, .navigation ul li.active a::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

.navigation ul li a {
  font-family: 'GillSans-Medium';
  font-size: 18px;
  color: #fff;
  padding: 20px 40px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

@media (max-width: 767px) {
  .navigation ul li a {
    padding: 15px 15px  !important;
    font-size: 15px;
  }
}

.navigation ul li a:after, .navigation ul li a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border: 2px solid rgba(255, 254, 254, 0.5);
  border-radius: 50%;
  content: '';
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateX(-50%) translateY(-50%) scale(0.2);
}

@media (max-width: 767px) {
  .navigation ul li a:after, .navigation ul li a:before {
    width: 30px;
    height: 30px;
  }
}

.navigation ul li a:after {
  width: 50px;
  height: 50px;
  border-width: 6px;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
}

@media (max-width: 767px) {
  .navigation ul li a:after {
    width: 25px;
    height: 25px;
    border-width: 3px;
  }
}

.navigation ul li a:hover {
  color: #fff;
}

.navigation ul li a:hover::after, .navigation ul li a:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) scale(1);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .navigation ul li a {
    padding: 10px 25px !important;
    font-size: 15px;
  }
}

.navigation.fixed {
  background-color: rgba(0, 0, 0, 0.5);
}

.logo {
  text-align: center;
  width: 30%;
  position: relative;
  margin: auto;
  height: 30%;
  top: 0px;
  bottom: 0px;
  right: 5%;
  position: absolute;
}

@media (max-width: 1200px) {
  .logo svg.pattern0 {
    width: 70%;
  }
}

.home-banner {
  background: url(../images/home-banner.jpg);
  background-position: calc(100% - 80%) 0%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

@media (max-width: 768px) {
  .home-banner {
    height: 420px;
    background-position: calc(100% - 88%) 0%;
  }
}

.our-story-banner {
  background: url(../images/our-story-banner.png) #000;
  background-position: calc(100% - 60%) 0%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

@media (max-width: 768px) {
  .our-story-banner {
    height: 420px;
  }
}

.faq-banner {
  background: url(../images/faq-banner.png) #000;
  background-position: calc(100% - 60%) 0%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

@media (max-width: 768px) {
  .faq-banner {
    height: 420px;
  }
}

.travel-banner {
  background: url(../images/travel-banner.png) #000;
  background-position: calc(100% - 60%) 0%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

@media (max-width: 768px) {
  .travel-banner {
    height: 420px;
  }
}

.travel-1-banner {
  background: url(../images/travel-banner.jpg) #000;
  background-position: calc(100% - 60%) 0%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

@media (max-width: 768px) {
  .travel-1-banner {
    height: 420px;
  }
}

.gallery-banner {
  background: url(../images/shop-banner.png) #000;
  background-position: calc(100% - 60%) 0%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

@media (max-width: 768px) {
  .gallery-banner {
    height: 420px;
    background-position: calc(100% - 45%) 0%;
  }
}

.rsvp-banner {
  background: url(../images/rsvp-new.jpg) #000;
  background-position: calc(100% - 60%) 0%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

@media (max-width: 768px) {
  .rsvp-banner {
    height: 420px;
    background: url(../images/13.jpg) #000;
    background-position: calc(100% - 50%) 100%;
/*    background-size: auto 535px;*/
	   background-size: cover;
  }
}

.shop-banner {
  background: url(../images/rsvp.png) #000;
  background-position: calc(100% - 60%) 0%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

@media (max-width: 768px) {
  .shop-banner {
    height: 420px;
    background-position: calc(100% - 50%) 0%;
  }
}

.bar-section {
  background-color: #9eb6ba;
}

.bar-section h1 {
  font-family: 'Santana';
  font-size: calc(55px + (40 - 14) * ((100vw - 300px) / (1600 - 300)));
  margin-bottom: 30px;
  margin-top: 30px;
  color: #fff;
}

@media (max-width: 767px) {
  .bar-section h1 {
    margin-top: 0px;
  }
}

.bar-section .infoevent {
  padding-bottom: 30px;
}

.bar-section .infoevent .address-info,
.bar-section .infoevent .address-date {
  color: #fff;
  font-family: 'GillSans';
  padding: 20px;
}

@media (max-width: 767px) {
  .bar-section .infoevent .address-info,
  .bar-section .infoevent .address-date {
    text-align: center;
    padding: 5px;
  }
}

.bar-section .infoevent .line {
  width: 1px;
  background: #fff;
}

.bar-section::after {
  content: "";
  background: url(../images/zigzak-img.png);
  float: left;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
  background-size: 100%;
  position: absolute;
}

.btn {
  font-family: 'GillSans-Bold' !important;
}

.btn-white {
  color: #9eb6ba !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.rotating {
  animation: fa-spin 8s infinite linear;
}

.heading {
  font-family: 'GillSans-Light';
  font-size: calc(28px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .heading {
    margin-top: 30px;
  }
}

.lead {
  color: #555;
  font-size: 18px !important;
  line-height: 28px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.bg-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 50px 0px;
  background-size: cover;
}

.about .img-box1 {
  background: url(../images/img1.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto;
}

.about .img-box2 {
  background: url(../images/img2.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
  max-width: 300px;
  margin: 0 auto;
}

.our-story-bg-1 {
  background-image: url(../images/our-story-bg.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding-bottom: 25px;
  background-attachment: fixed;
}

.our-story-bg-1.travel {
  background-image: url(../images/travel.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding-bottom: 25px;
  background-attachment: fixed;
}

.our-story-bg-1.faq {
  background-image: url(../images/faq.png);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  padding-bottom: 25px;
  background-attachment: fixed;
}

@media (max-width: 767px) {
  .our-story-bg-1.faq {
    background: none !important;
  }
}

.our-story-bg-1 .tagline-text {
  font-size: 28px;
  color: #333333;
  line-height: 34px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.round-box {
  max-width: 375px;
  height: 375px;
  margin: 0 auto;
  text-align: center;
  background: #9eb6ba;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.round-box h5 {
  font-size: 22px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  line-height: 35px;
  margin: 0px;
}

.footer-bg {
  background: url(../images/footer-img.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-top: calc(55px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
  padding-bottom: calc(55px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
  min-height: 450px;
  position: relative;
}

@media (max-width: 767px) {
  .footer-bg {
    background-position: 86%;
    text-align: center;
  }
}

.footer-bg::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  float: left;
}

.tagline {
  font-family: 'Santana';
  font-size: calc(60px + (45 - 14) * ((100vw - 300px) / (1600 - 300)));
  margin-bottom: 30px;
  margin-top: 30px;
  color: #fff;
  position: relative;
  z-index: 999;
}

.h100 {
  height: 100%;
}

.footer {
  position: relative;
  padding: 0px 0px 30px 0px;
}

.footer::after {
  content: "";
  background: url(../images/footer-zigzak-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: -80px;
  z-index: 0;
  left: 0px;
  right: 0px;
  height: 120px;
  width: 100%;
}

.footer.inner-footer::after {
  background: url(../images/inner-footer.png) !important;
}

.footer.inner-footer::before {
  content: "";
  background: #9eb6ba;
  left: 0px;
  right: 0px;
  width: 100%;
  float: left;
  height: 60%;
  position: absolute;
  z-index: 1;
  bottom: 88px;
}

.footer.inner-footer .footer-link li.active a {
  color: #555 !important;
}

.footer.inner-footer .footer-link li a {
  color: #fff;
}

.footer.inner-footer .footer-link li a:hover, .footer.inner-footer .footer-link li a.active {
  color: #555;
}

.footer.inner-footer .copyright {
  margin-top: 54px;
}

.footer .footer-link {
  display: flex;
  position: relative;
  z-index: 99;
  flex-wrap: wrap;
  padding: 0px;
  justify-content: center;
}

.footer .footer-link li {
  list-style-type: none;
  padding: 10px 20px;
}

.footer .footer-link li a {
  font-family: 'GillSans-Medium';
  font-size: 16px;
  color: #666766;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer .footer-link li a:hover {
  color: #9eb6ba;
}

.footer .copyright {
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .footer .copyright {
    text-align: center;
  }
}

.footer .copyright p {
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666766;
}

.footer .copyright p a {
  color: #666766;
  text-decoration: none;
}

.footer .copyright p a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .bg-white-blur {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: saturate(180%) blur(20px);
  }
}

.page-end-line {
  font-family: 'Santana';
  font-size: calc(40px + (30 - 14) * ((100vw - 300px) / (1600 - 300)));
  margin-bottom: 30px;
  margin-top: 30px;
  color: #555555;
  text-align: center;
}

.events .card .card-title {
  font-family: 'GillSans-Light';
  font-size: calc(25px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.events .card .list-group {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
}

.events .card .list-group .list-group-item:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.animation {
  animation: fly 2s linear infinite;
}

@keyframes fly {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}

.heading-tagline {
  font-size: 22px;
  text-align: center;
  color: #777;
  font-family: 'Montserrat', sans-serif;
}

.travel h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #333;
}

.travel p {
  color: #555;
  font-size: 18px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
}

.travel a {
  color: #555;
  text-transform: uppercase;
}

.travel .card .card-title {
  font-family: 'GillSans-Light';
  font-size: calc(25px + (15 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.travel .card .list-group {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #555;
}

.travel .card .list-group .list-group-item:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.content-list {
  padding-left: 0px;
}

.content-list li {
  color: #555;
  font-size: 18px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
  list-style-type: none;
  padding-left: 30px;
  position: relative;
}

.content-list li span {
  padding-left: 25px;
  position: relative;
  display: inline-block;
}

.content-list li span::before {
  content: "-";
  position: absolute;
  left: 0px;
}

.content-list li::before {
  content: "\f192";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #9eb6ba;
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: 100;
}

.content-list li a {
  color: #555;
}

@keyframes animateHeart {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  5% {
    transform: rotate(0deg) scale(0.9);
  }
  10% {
    transform: rotate(0deg) scale(0.8);
  }
  15% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(0deg) scale(0.8);
  }
  100% {
    transform: rotate(0deg) scale(0.8);
  }
}

.thumbnail-overlay {
  overflow: hidden;
}

.thumbnail-overlay:after {
  position: absolute;
  width: 100%;
  content: " ";
  height: 100%;
  opacity: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  transition: 450ms all ease-in-out;
}

#portfolio .item:hover .thumbnail-overlay:after {
  opacity: 1;
}

#portfolio .item:hover .thumbnail-overlay img {
  opacity: 1;
  transform: scale3d(1.3, 1.3, 1.3);
  transition: 450ms all ease-out;
}

#portfolio .item:hover .thumbnail-title {
  opacity: 1;
}

#portfolio .thumbnail-title {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 90%;
  left: 5%;
  text-align: center;
  margin: 0 auto;
  transform: translateY(-50%);
  opacity: 0;
  transition: 650ms all ease-in-out;
}

#portfolio .thumbnail-title i {
  color: #fff;
  font-size: 2.5rem;
  opacity: 0.8;
}

#portfolio .item {
  margin-bottom: 1.875rem;
  position: relative;
  min-height: 1px;
}

.toggle_radio {
  position: relative;
  background-color: transparent;
  border: 1px solid #ccc;
  margin: 0px auto;
  overflow: hidden;
  padding: 0 !important;
  border-radius: 5px;
  position: relative;
  height: 40px;
  width: 100%;
}

.toggle_radio > * {
  float: left;
}

.toggle_radio input[type=radio] {
  display: none;
}

.toggle_radio label p {
  line-height: inherit !important;
  color: inherit !important;
}

.toggle_radio label {
  color: #555;
  display: block;
  width: 50%;
  height: auto;
  margin: 0px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
  line-height: 38px;
  text-align: center;
}

.toggle_option_slider {
  width: 50%;
  height: 38px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  transition: all .4s ease;
  z-index: -1;
}

#yes:checked ~ .toggle_option_slider {
  background-color: #c59a70;
  left: 0px;
  z-index: 1;
}

#maybe:checked ~ .toggle_option_slider {
  background-color: #c59a70;
  left: 33%;
  z-index: 1;
}

#no:checked ~ .toggle_option_slider {
  background-color: #777;
  left: 67%;
  z-index: 1;
}

.fattendants-yes:checked ~ .toggle_option_slider {
  background-color: #9eb6ba;
  left: 0px;
  z-index: 1;
}

.fattendants-maybe:checked ~ .toggle_option_slider {
  background-color: #c59a70;
  left: 33%;
  z-index: 1;
}

.fattendants-no:checked ~ .toggle_option_slider {
  background-color: #777;
  left: 51%;
  z-index: 1;
}

.toggle_radio input[type=radio]:checked + label {
  color: #fff;
  z-index: 2;
  position: relative;
}

#accordion .card {
  border: none !important;
  box-shadow: 0px 2px 3px #ccc !important;
}

.form-control {
  border: none !important;
  padding: .5rem .75rem !important;
}

#accordion .form-control:disabled,
#accordion .form-control[readonly] {
  background-color: transparent !important;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  font-weight: 500;
  font-size: 14px;
  color: #555;
  font-family: 'Montserrat', sans-serif !important;
}

.rsvp-section .form-group {
  margin-bottom: 20px;
}

.rsvp-section .form-group .form-control {
  border: 1px solid #ccc !important;
  height: 45px;
}

.rsvp-section .btn {
  background-color: #9eb6ba;
  color: #fff;
  border: none;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase !important;
}

.rsvp-section .btn:hover {
  color: #333;
  background-color: #9eb6ba !important;
}

.best-wishes h4 {
  margin-bottom: 0px;
  font-size: 27px;
  color: #555;
  font-weight: 400;
  margin-top: 20px;
}

.best-wishes h5 {
  font-size: 18px;
  margin-top: 0px;
  color: #777;
}

.rsvp-titlesection .lead {
  font-size: 25px !important;
  margin-bottom: 0px;
}

.event_name1 {
  font-family: 'GillSans-Light';
  font-size: calc(20px + (18 - 14) * ((100vw - 300px) / (1600 - 300)));
  font-weight: normal;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.event_name1 p {
  font-size: 15px !important;
}

.btn_submit .btn {
  background-color: #9eb6ba;
  color: #fff;
  border: none;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase !important;
}

.btn_submit .btn:hover {
  color: #333;
  background-color: #9eb6ba !important;
}
/*# sourceMappingURL=style.css.map */