body {
  margin: 0px;
  padding: 0px;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.z-1 {
  z-index: 1;
}

li.nav-item {
  width: 100px;
  height: 32px;
  background: #ff4366;
  border: 1px solid #ffffff;
  border-radius: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 0 25px;
}

li.nav-item a {
  color: white;
}

.bnner-middle h4 {
  font-family: "Balsamiq Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.bnner-middle h2 {
  font-family: "Luckiest Guy";
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 4px 4px 25px rgba(0, 0, 0, 0.15);
}

.bnner-middle h5 {
  font-family: "Balsamiq Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
}

.bnner-middle p {
  font-family: "Quicksand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}

button.btn.btn-rsvp {
  background: radial-gradient(
    44.96% 391.37% at 49.64% 50%,
    #ff4366 2.67%,
    #ff6e6e 100%
  );
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15), inset 0px 4px 16px #ffe3e8,
    inset 0px -4px 16px #ffe3e8;
  border-radius: 100px;
  width: 125px;
  font-size: 20px;
  height: 45px;
  color: white;
  font-family: "Quicksand", sans-serif;
}

section.about-us {
  margin-top: 70px;
}

.member img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.member {
  width: 285px;
  height: 285px;
  border-radius: 50%;
  margin: 0 auto;
  background: #c4c4c4;
  border: 5px solid #ff0078;
}

section.about-us .headings h4 {
  font-family: "Balsamiq Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  text-transform: capitalize;
  color: #000000;
}

section.about-us .headings p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  padding: 0 194px;
  line-height: 22px;
  margin-bottom: 30px;
  text-align: center;
  color: #000000;
}

.member h5 {
  font-family: "Balsamiq Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  padding-top: 15px;
}

section.gallery h2 {
  font-family: "Balsamiq Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 30px;
  line-height: 48px;
  text-align: center;
  color: #ff2121;
}

section.gallery {
  margin-top: 100px;
  background-image: url("../images/patteren.png");
  background-size: cover;
  padding: 80px 0px 139px;
  background-position: center;
  position: relative;
  background-color: #ffe3e9;
  background-repeat: no-repeat;
}

.gallery .col-md-4 {
  margin-bottom: 20px;
}

.gifts .headings h3 {
  font-family: "Balsamiq Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #000000;
}

.gifts .headings p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #000000;
}

section.gifts {
  margin-top: 50px;
}

.gifts .col-md-3 {
  margin-bottom: 15px;
  margin-top: 15px;
}

section.rsvp {
  background: #f5f5f5;
  padding: 50px 0px;
  text-align: center;
  margin-top: 50px;
}

section.rsvp .headings h3 {
  font-family: "Balsamiq Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  color: #000000;
}

.rsv span {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
}

.rsv span h5 {
  color: #ff4366;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "Quicksand";
  margin-left: 10px;
}

.rsvp form input.form-control {
  background: transparent;
  border: none;
  border-bottom: 2px solid #ff4366;
  border-radius: 0;
}

.rsvp form label {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #000000;
}

.attend .container input:checked ~ .checkmark {
  background-color: #ff2721;
}

.attend .container input:checked ~ .checkmark:after {
  display: block;
}

.attend .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.attend .container .checkmark:after {
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.attend .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.attend .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.attend .container + .container {
  margin-left: 70px;
}

.attend .checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #ff2721;
}

.attend.text-center {
  width: 630px;
  display: flex;
  justify-content: center;
  margin: 15px auto;
}

.attend p {
  margin-bottom: 0;
  margin-top: 4px;
  text-align: left;
}

.rsvp form button.btn.btn-submit {
  background: radial-gradient(
    44.96% 391.37% at 49.64% 50%,
    #ff4366 2.67%,
    #ff6e6e 100%
  );
  border-radius: 100px;
  width: 150px;
  height: 48px;
  color: white;
  font-family: "Balsamiq Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
  justify-content: center;
  margin: 30px auto 10px;
}

.foot {
  background: url("../images/footer-bg.png") no-repeat;
  background-size: cover;
  padding: 20px 0px;
}

footer.foot.text-center p {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
}

.rsvp form input.form-control:focus {
  outline: none;
  box-shadow: none;
}

li.nav-item a:hover,
li.nav-item:hover a {
  color: #ff0f70;
}

.nav-item:hover {
  background: white;
}
.gallery img {
  width: 100%;
}

nav.navbar.navbar-expand-lg.position-absolute.w-100 {
  z-index: 9999;
}

section.banner:after {
  background: url(../images/cloud.svg) repeat;
  background-size: contain;
  padding: 100px 0px;
  text-align: center;
  position: absolute;
  content: "";
  animation: gradient 15s ease infinite;
  left: 0;
  z-index: -1;
  right: 0;
  bottom: -44px;
  height: 150px;
  -webkit-animation: bannermove 30s linear infinite;
}
.left-img {
  margin-bottom: -1rem;
  position: relative;
  top: 0;

  animation-name: headerAnimationBtmImage;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.right-img {
  margin-bottom: -1rem;
  position: relative;
  top: 0;
  z-index: 1;
  animation-name: headerAnimationBtmImage;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
@keyframes headerAnimationBtmImage {
  0% {
    top: 0;
  }
  50% {
    top: 80px;
  }
  100% {
    top: 0;
  }
}

section.gallery:after {
  background: url(../images/cloud.png) repeat;
  background-size: contain;
  padding: 100px 0px;
  text-align: center;
  position: absolute;
  content: "";
  left: 0;
  z-index: 0;
  right: 0;
  bottom: -44px;
  height: 150px;
  -webkit-animation: bannermove 30s linear infinite;
}

@-webkit-keyframes bannermove {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -5746px;
  }
}
.nav-link:focus {
  color: #fff;
}

/* svg:hover path {
  fill: #23a6d5;
} */



.header-banner {
    height: 100%;
    position: relative;
    padding: 100px 0px;
    text-align: center;
}

.header-banner:after {
    background: url(../images/bg1.png) repeat;
    background-size: contain;
    padding: 100px 0px;
    text-align: center;
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-animation: bannermove 30s linear infinite;
}

@keyframes bg-animation {
  0% {
    background-position: left;
  }
  100% {
    background-position: right;
  }
}




.opn {
  display: none;
}

nav.navbar.navbar-expand-lg.position-absolute.w-100.stickyadd {
  position: fixed !important;
  width: 100%;
  top: 0;
  background: white;
  box-shadow: 0px 1px 15px rgb(222 222 222 / 90%);
}


nav.navbar.navbar-expand-lg.fixed-top.stickyadd {
    background: #ff4366;
    box-shadow: 1px -3px 35px rgb(0 0 0 / 50%);
}
button.btn.btn-rsvp:hover {
    background: white;
    color: #ff4366;
}

 .rsvp form button.btn.btn-submit:hover {
    background: #000;
    color: #fff;
}
.bnner-middle h5 span {
    padding: 0 20px;
}

@media (min-width: 1396px) and (max-width: 1400px) {

.bnner-middle h2 {
    font-size: 80px;
}
}

@media (min-width: 1024px) and (max-width: 1024px) {

 .header-banner {
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    padding: 160px 0px;
    text-align: center;
}
  .header-banner:after {
  display:none;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
  li.nav-item {
    margin: 10px 0;
  }
  .member h5 {
    font-family: "Balsamiq Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    padding-top: 15px;
  }

  .member {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    background: #c4c4c4;
    margin: auto;
    border: 5px solid #ff0078;
  }
  .banner-content {
    display: block;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-toggler span {
    background: #ff0078;
    height: 1px;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .navbar-toggler {
    background: white;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  nav.navbar {
    padding: 20px 15px;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    background: white;
    align-items: center;
    padding: 10px 10px;
    margin-top: 14px;
  }

  section.about-us .headings p {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    padding: 0 14px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
  }
  .header-banner {
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    padding: 160px 0px;
    text-align: center;
}

  .header-banner:after {
  display:none;
}
.right-img img {
    display: none;
}
}

@media (max-width: 767px) {
  .banner {
    height: auto;
  }
  
  .bnner-middle h5 span {
    padding: 0 14px;
}
  
  footer.foot.text-center p {
    padding: 0 10px;
}

    .header-banner {
    background: url("../images/bg.png") no-repeat;
    background-size: cover;
    height: auto;
    position: relative;
    padding: 160px 0px;
    text-align: center;
}

 .header-banner:after {
  display:none;
}
 

.right-img img {
    display: none;
}


  
  .header-banner {
    background-size: cover;
    height: auto;
    position: relative;
    padding: 160px 0px;
    text-align: center;
}

 
  section.about-us .headings h4 {
    padding: 0 54px;
  }

  .bnner-middle h2 {
    font-size: 80px;
    line-height: 80px;
  }

  .bnner-middle h4 {
    font-family: "Balsamiq Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding-top: 22px;
    line-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
  }

  .bnner-middle h5 {
    font-size: 15px;
  }

  section.rsvp {
    padding: 50px 20px;
  }

  .attend .container + .container {
    margin-left: 25px;
  }

  .rsvp .col-md-3.m-auto.mb-4 {
    margin-bottom: 0 !important;
  }

  .rsvp .col-md-3.me-5 {
    margin: 0 !important;
  }

  .stickyadd button.navbar-toggler + .opn {
    display: block;
    background: transparent;
  }

  .navbar > .container {
    justify-content: flex-end;
  }

  nav.navbar.navbar-expand-lg.position-absolute.w-100 {
    background: #ff4366;
  }

  a.navbar-brand {
    /* display: none; */
    position: absolute;
    left: 40px;
    top: 0px;
  }

  button.navbar-toggler {
    display: none;
  }

  button.navbar-toggler + .opn {
    display: block;
    background: transparent;
  }

  button.navbar-toggler.collapsed {
    display: block;
    background: transparent;
  }

  img.opn.navbar-toggler.collapsed {
    display: none;
  }

  section.gallery {
    background-image: url("../images/gall-mob.png");
    background-size: contain;
  }

  .right-img {
    display: none;
  }
  .bnr-bottom {
    margin-top: 50px;
  }

  .banner-content {
    display: block;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-toggler span {
    background: #ffffff;
    height: 3px;
    width: 35px;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .navbar-toggler {
    background: white;
  }

  .navbar-toggler:focus {
    outline: none;
    box-shadow: none;
  }

  nav.navbar {
    padding: 20px 15px;
    background: #ff4366;
}
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding: 10px 10px;
    margin-top: 14px;
  }

  li.nav-item {
    width: 100%;
    height: 32px;
    background: #ff4366;
    border: none;
    border-radius: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 0;
    margin-bottom: 10px;
  }

  section.about-us .headings p {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    padding: 0 14px;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
  }

  .member {
    width: 285px;
    height: 285px;
    margin: 35px auto;
    border-radius: 50%;
    background: #c4c4c4;
    border: 5px solid #ff0078;
  }

  .rsvp .col-md-4.me-5 {
    margin-right: 0 !important;
  }
  .attend.text-center {
    width: auto;
    display: block;
    justify-content: center;
    margin: 15px auto;
  }

  .attend .checkmark {
    top: 7px;
  }
}
