body {
  font-family: "Dosis", sans-serif;
  background: url(../images/bg.jpg);
  background-size: 130%;
  background-attachment: cover;
  background-position: center;
  }

img:hover {
    transform: scale(1.2);
  }

.card:hover {
    transform: scale(1.2);
}

.full-image {
            display: none;
            width: 100%;
            max-width: 1200px;
            margin-top: 10px;
            margin-bottom: 20px;
        }
  
.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  transition: background-color 0.3s;
  background-color: #f2f2f2;
  color: #333;
}

.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
  background-color: #fff;
}

.btn-submit {
  background-color: #005aaa;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-submit:hover {
  background-color: #003366;
}

.gradient-bg {
  background: linear-gradient(to bottom, #003366, #005aaa);
}

.gradient-bg .btn-submit {
  background-color: #fff;
  color: #005aaa;
  border: 2px solid #fff;
  transition: background-color 0.3s, color 0.3s;
}

.gradient-bg .btn-submit:hover {
  background-color: #005aaa;
  color: #fff;
}

.info .card {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: black !important;
    border: 5px solid #ddd;
  border-radius: 4px;
}

.info .card-header {
  border-bottom: 1px solid #999;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.info .card-body {
  font-size: 1.5rem;
  font-weight: bold;
}

.info .card-footer {
  border-top: 1px solid #999;
  font-size: 1rem;
  font-weight: 300;
}

  .popup{
    background-color: #ffffff;
    width: 100%;
    position: cover;
    font-family: "Dosis",sans-serif;
    display: none; 
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background: cover;
    font-size: 50px;
    color: #ffffff;
    background: #03549a;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}

.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 40px;
}

   @media (max-height: 2500px) {
        .popup {
          font-size: 75px;
      height: 100vh;} }

   @media (max-height: 512px) {
        .popup {
          font-size: 50px;
      height: 85vh;} }

@media (max-height: 400px) {
        .popup {
          font-size: 25px;
      height: 85vh;} }

@media (max-height: 300px) {
        .popup {
          font-size: 20px;
      height: 85vh;} }

   @media (max-width: 1250px) {
        .popup {
          font-size: 75px;
      width: 100%;} }

   @media (max-width: 512px) {
        .popup {
          font-size: 50px;
      width: 100%;} }

@media (max-width: 400px) {
        .popup {
          font-size: 25px;
      width: 100%;} }

@media (max-width: 300px) {
        .popup {
          font-size: 20px;
      width: 100%;} }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}
.timeline {
  list-style: none;
  padding: 1.4rem 0;
  margin-top: 1rem;
  position: relative;
}
/* Home Page Style */
.home2 h1, h2 {
    margin: 1rem auto;
    animation: neon 1s ease infinite;
}
@keyframes neon {
    0%,
    50% {
        text-shadow: 0 0 10px lightblue, 0 0 20px lightblue, 0 0 20px lightblue, 0 0 20px lightblue, 0 0 2px lightblue, 2px 2px 2px #806914;
        color: lightblue;
    }
    25% {
        text-shadow: 0 0 2px darkblue, 0 0 5px darkblue, 0 0 5px darkblue, 0 0 5px darkblue, 0 0 2px darkblue, 4px 4px 2px #40340a;
        color: darkblue;
    }
}

h3 {
  font-family: 'Merienda', sans-serif;
  margin: 1rem auto;
  color: #fffefe61;
  background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#1d1c1c), color-stop(0.8, #ffffff)) no-repeat;
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.8, #fff)) no-repeat;
  background-size: 110px 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: flick 1.5s infinite;
}
@keyframes flick {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}

.rotate h4, img {
    font-size: 5rem;
    display: inline-flex;
    animation: rotate 5s infinite;
}
@keyframes rotate {
    0%,
    75% {
        transform: rotateY(360deg);
    }
}
.ww-home-page {
  background: url(../images/123.jpg) no-repeat center center;
  background-size: 100%;
  background-position: 55%;
  height: 85vh;
  min-height: 380px;
  max-height: 1080px; }
  .ww-home-page .ww-wedding-announcement {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
    color: black;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    letter-spacing: 2px; }
    .ww-home-page .ww-wedding-announcement .ww-announcement-container {
      max-width: 600px;
      text-align: center;
      margin-left: 0;
      z-index: 999; }
    .ww-home-page .ww-wedding-announcement img {
      max-height: 350px;
      width: auto; }
      @media (max-width: 480px) {
        .ww-home-page .ww-wedding-announcement img {
          max-height: 250px;
          width: auto; } }
    .ww-home-page .ww-wedding-announcement .ww-couple-name {
      font-size: 50px; }
      @media (max-width: 576px) {
        .ww-home-page .ww-wedding-announcement .ww-couple-name {
          font-size: 35px; } }

.ww-home-page:before {
  content: "";
  width: 100%;
  height: 100%;
  height: 100vh;
  min-height: 480px;
  max-height: 1080px;
  position: absolute;
  left: 0;
  top: 0; }

/* Nav Bar Style */
.ww-nav-bar .heart {
  fill: #f26147;
  position: relative;
  top: 10px;
  width: 15px;
  transition: top 0.3s;
  overflow: hidden;
  -webkit-animation: pulse 1s ease infinite;
          animation: pulse 1s ease infinite; }

@-webkit-keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  100% {
    transform: scale(1); } }

.ww-nav-bar .nav-item {
  font-size: 25px;
position: relative;

  font-weight: 500;
width: 15px;
  transition: top 0.3s;}

/* Wedding Event Style */
.ww-wedding-event ul {
  list-style: none;
  padding-left: 0; }

/* Couple Friends Style  */
.ww-couple-friends .carousel {
  padding: 40px 0; }

.ww-couple-friends .carousel-indicators {
  bottom: 0px; }
  .ww-couple-friends .carousel-indicators li {
    background-color: #6c757d; }
  .ww-couple-friends .carousel-indicators .active {
    background-color: #f58a77; }

/* Photo Gallery Style */
.img-fluid {
  border-radius: 100px;
  width: 75%;
}
.ww-photo-gallery .ww-category-filter a {
  display: inline-block;
  margin: 0 10px 6px 0;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px; }

.ww-photo-gallery .ww-gallery {
  min-height: 400px; }

.ww-photo-gallery .card-columns .card {
  border: none;
  margin-bottom: 15px;
  border-radius: 100px; }

@media (max-width: 1250px) {
  .ww-photo-gallery .card-columns {
    -moz-column-count: 1;
         column-count: 1; } }

@media (max-width: 576px) {
  .ww-photo-gallery .card-columns {
    -moz-column-count: 2;
         column-count: 1; } }

/* RSVP Style */
.ww-rsvp-detail {
  background: url("../images/123.jpg");
  background-size: cover;
  min-height: 300px;
  position: relative; }
  .ww-rsvp-detail .ww-rsvp-form {
  pading: 50%;
}
    @media (max-width: 1250px) {
  pading: 10%; }
    @media (max-width: 768px) {
  pading: 10%; }
    @media (max-width: 576px)
.ww-rsvp-detail .ww-rsvp-form .form-control{
  pading: 10% }
    .ww-rsvp-detail .ww-rsvp-form .form-control {
      background-color: rgba(222, 222, 222, 0.2);
      color: #fff;
      border: 1px solid rgba(255, 255, 255, 0.6); }
    .ww-rsvp-detail .ww-rsvp-form .form-control::-moz-placeholder {
      color: #dedede; }
    .ww-rsvp-detail .ww-rsvp-form .form-control:-ms-input-placeholder {
      color: #dedede; }
    .ww-rsvp-detail .ww-rsvp-form .form-control::placeholder {
      color: #dedede; }
    .ww-rsvp-detail .ww-rsvp-form select.form-control option {
      background: rgba(0, 0, 0, 0.3);
      color: #fff; }
    .ww-rsvp-detail .ww-rsvp-form .btn-submit {
      background-color: rgba(245, 138, 119, 0.8);
      padding: 0.45rem 1.5rem;
      border: 0; }

.ww-rsvp-detail:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

  .audio-icon-wrapper {
  width: 4rem;
  height: 4rem;
  font-size: 4rem;
  position: fixed;
  bottom: 2.5rem;
  right: 2rem;
  cursor: pointer;
  color: white;
  opacity: 0.5;
  mix-blend-mode: difference;
  animation: rotating 4s linear infinite;
  transform-origin: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

/* Footer Style */
.ww-footer a.credit {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
  cursor: pointer; }

/* Common Style */
.ww-title {
  font-family: "Great Vibes", cursive; }

.ww-section {
  padding: 100px 0; }

.btn-primary {
  color: #fff; }

.btn-outline-primary:hover {
  color: #fff; }
footer {
  padding: 5rem;
  color: black;
position: relative;
}

footer a {
  color: var(--bg);
  font-weight: bold;
  text-decoration: none;
}

footer a:hover {
  color: #ffe073;

}

footer li {
  list-style: none;
  display: none;
  margin: 0.5rem;
}

@media (max-width: 1250px) {
  html {
    font-size: 70%;
  }

@media (max-width: 768px) {
  html {
    font-size: 65%;
  }

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
