* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: unset !important;
}

body {
  background-image: url('../images/website-background.jpg');
  background-size: cover;
}

@media screen and (max-width: 768px) {
  section {
    overflow-x: hidden;
  }
  .slider-outer{
    overflow: visible;
  }
}

/* Top Banner Starts Here */
.top-banner-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.top-banner {
  padding: 0;
}

/* Navbar Styling Starts Here */
nav {
  padding-top: 0.7rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  nav {
    padding-top: 0.3rem;
  }

  nav img {
    width: 100px;
  }
}

/* Navbar Styling Ends Here */

/* Banner Content Starts Here */
.banner-content {
  display: flex;
  justify-content: space-between;
}

.banner-content .banner-left {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-content .banner-left h3 {
  font-family: "Saloon Girl";
  color: #ce1c60;
  border: 1px solid #ce1c60;
  padding: 1rem 1.5rem;
  font-size: 1.8rem;
  opacity: 0;
  transform: translateY(80px);
}

.banner-content .banner-left h1 {
  font-family: " Saloon Girl";
  color: #000;
  font-size: 2.8rem;
  text-align: center;
  opacity: 0;
  transform: translateY(80px);
}

.banner-content .banner-left p {
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  color: #5e5e5e;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 0;
  opacity: 0;
  transform: translateY(80px);
}

.banner-content .banner-left img {
  width: 200px;
  margin-top: 0;
  opacity: 0;
  scale: 0;
}

.banner-content .banner-right {
  width: 45%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-content .banner-rounded-img img {
  border-radius: 50%;
  position: absolute;
  width: 130px;
}

.banner-content #banner-rounded-img-1 {
  top: 0;
  left: 6rem;
  z-index: 5;
  opacity: 0;
}

.banner-content #banner-rounded-img-2 {
  bottom: 5rem;
  right: 6.5rem;
  z-index: 5;
  opacity: 0;
}

.banner-content .banner-pill-img {
  border-top-left-radius: 13rem;
  border-top-right-radius: 13rem;
  border-bottom-left-radius: 13rem;
  border-bottom-right-radius: 13rem;
  overflow: hidden;
  margin-top: -5rem;
}

.banner-content .banner-pill-img img {
  scale: 1;
  width: 300px;
}

.banner-content .banner-flower img {
  position: absolute;
}

.banner-content .banner-flower #banner-flower-1 {
  top: 2rem;
  right: -1.5rem;
  z-index: -1;
  width: 250px;
}

.banner-content .banner-flower #banner-flower-2 {
  bottom: 4rem;
  left: 0.5rem;
  width: 270px;
  z-index: -1;
}

.banner-content .banner-wave img {
  position: absolute;
}

.banner-content .banner-wave #banner-wave-1 {
  top: 3rem;
  left: 10rem;
  width: 200px;
}

.banner-content .banner-wave #banner-wave-2 {
  bottom: 7rem;
  left: 13rem;
  width: 200px;
}

@media screen and (max-width: 1450px) {
  .banner-content .banner-left h3 {
    font-size: 1.4rem;
  }

  .banner-content .banner-left h1 {
    font-size: 2.3rem;
  }

  .banner-content .banner-left p {
    font-size: 1rem;
  }

  .banner-content .banner-rounded-img img {
    width: 100px;
  }

  .banner-content #banner-rounded-img-1 {
    left: 5rem;
    top: 2rem;
  }

  .banner-content #banner-rounded-img-2 {
    bottom: 6rem;
    right: 5.5rem;
  }

  .banner-content .banner-pill-img {
    margin-top: -4rem;
  }

  .banner-content .banner-pill-img img {
    width: 270px;
  }

  .banner-content .banner-flower #banner-flower-1 {
    right: -1.5rem;
  }

  .banner-content .banner-flower #banner-flower-2 {
    bottom: 4rem;
    left: 0;
    width: 220px;
    transform: rotate(0deg);
  }

  .banner-content .banner-wave #banner-wave-1 {
    top: 3rem;
    left: 8rem;
  }

  .banner-content .banner-wave #banner-wave-2 {
    bottom: 7rem;
    left: 10rem;
  }
}

@media screen and (max-width: 768px) {
  .banner-content {
    flex-direction: column-reverse;
  }

  .banner-content .banner-left {
    width: 100%;
    padding: 0 0.5rem;
  }

  .banner-content .banner-left h3 {
    padding: 0.6rem 0.8rem;
    font-size: 1.3rem;
  }

  .banner-content .banner-left h1 {
    font-size: 1.8rem;
  }

  .banner-content .banner-left p {
    font-size: 0.9rem;
  }

  .banner-content .banner-left img {
    width: 100px;
    margin-top: 1rem;
  }

  .banner-content .banner-right {
    width: 100%;
  }

  .banner-content .banner-rounded-img img {
    width: 70px;
  }

  .banner-content #banner-rounded-img-1 {
    top: 1.5rem;
    left: 4.5rem;
  }

  .banner-content #banner-rounded-img-2 {
    bottom: 0;
    right: 4.5rem;
  }

  .banner-content .banner-pill-img {
    border-top-left-radius: 10rem;
    border-top-right-radius: 10rem;
    border-bottom-left-radius: 10rem;
    border-bottom-right-radius: 10rem;
    margin-top: 1.5rem;
  }

  .banner-content .banner-pill-img img {
    width: 155px;
  }

  .banner-content .banner-flower #banner-flower-1 {
    top: 2.5rem;
    right: 2.5rem;
    width: 100px;
  }

  .banner-content .banner-flower #banner-flower-2 {
    bottom: 0;
    left: 2.4rem;
    width: 110px;
    transform: rotate(0deg);
  }

  .banner-content .banner-wave #banner-wave-1 {
    top: 2rem;
    left: 7rem;
    width: 100px;
  }

  .banner-content .banner-wave #banner-wave-2 {
    bottom: 1rem;
    left: 6.2rem;
    width: 167px;
  }
}

/* Banner Content Ends Here */
/* Top Banner Ends Here */

/* Couple Section Starts Here */
.couple-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: -2rem;
  position: relative;
}

.couple {
  min-height: 160vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}

.couple .center-line-box {
  width: 85%;
  padding: 3rem 0;
  margin-left: 7.5%;
  position: relative;
}

.couple .center-line-box .line {
  width: 100%;
  min-height: 7px;
  background-color: #a6aa9c;
  border-radius: 5px;
}

.couple .center-line-box .ball {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  position: absolute;
}

.couple .center-line-box #left-ball {
  top: 1.1rem;
  left: 0;
  background-color: #e5d1c6;
  border: 0.5rem solid #faf2ef;
}

.couple .center-line-box #right-ball {
  top: 1.1rem;
  right: 0;
  background-color: #667151;
  border: 0.5rem solid #f1f3f1;
}

.bride-groom {
  position: absolute;
  background-color: #5e5e5ec4;
}

.bride-groom {
  position: absolute;
  width: 100%;
  top: 35vh;
  left: 0;
  background-color: #5e5e5ec4;
}

.bride-groom #bride-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 400px;
}

.bride-groom #groom-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 400px;
}

.couple-desc {
  padding: 5rem 3rem;
  text-align: center;
  max-width: 550px;
  margin: auto;
  position: absolute;
}

.couple-desc h1 {
  font-family: "Cinzel + Poppins";
  color: #000;
  font-size: 2.5rem;
}

.couple-desc p {
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  color: #5e5e5e;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.couple-desc i {
  margin: 0 7px;
  color: #ce1c60;
}

#couple-desc-1 {
  top: 6rem;
  right: 0;
  border-radius: 56% 44% 51% 49% / 44% 50% 50% 56%;
  background-color: #faf2ef;
  border: 0.3rem solid #e5d2c8;
}

#couple-desc-2 {
  bottom: 6.5rem;
  left: 0;
  border-radius: 56% 44% 60% 40% / 26% 29% 71% 74%;
  background-color: #faf2ef;
  border: 0.3rem solid #e5d2c8;
  display: none;
}

.couple-bg #couple-bg-flower-left {
  position: absolute;
  bottom: 27%;
  left: 0;
  z-index: 1;
  width: 500px;
}

.couple-bg #couple-bg-flower-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 300px;
}

@media screen and (max-width: 1450px) {
  .couple {
    min-height: 150vh;
  }

  .bride-groom {
    top: 29vh;
  }

  .bride-groom #bride-img {
    width: 340px;
  }

  .bride-groom #groom-img {
    width: 340px;
  }

  .couple .center-line-box {
    padding: 2.5rem 0;
  }

  .couple .center-line-box .line {
    min-height: 6px;
  }

  .couple .center-line-box .ball {
    width: 3.3rem;
    height: 3.3rem;
  }

  .couple-desc {
    padding: 3rem 1.5rem;
    max-width: 400px;
  }

  .couple-desc h1 {
    font-size: 1.7rem;
  }

  .couple-desc p {
    font-size: 1rem;
    margin-top: 0.6rem;
  }

  .couple-bg #couple-bg-flower-left {
    bottom: 20%;
    width: 450px;
  }

  .couple-bg #couple-bg-flower-right {
    top: 0;
    width: 210px;
  }
}

@media screen and (max-width: 768px) {
  .couple {
    min-height: 125vh;
  }

  .couple .center-line-box {
    display: none;
  }

  .bride-groom {
    top: 30vh;
  }

  .bride-groom #bride-img {
    width: 240px;
  }

  .bride-groom #groom-img {
    width: 240px;
  }

  .couple-desc {
    padding: 3rem 1rem;
    max-width: auto;
  }

  .couple-desc h1 {
    font-size: 1.5rem;
  }

  .couple-desc p {
    font-size: 0.8rem;
    margin-top: 0.6rem;
  }

  #couple-desc-1 {
    top: 3rem;
    right: 4%;
    width: 92%;
  }

  .couple-bg #couple-bg-flower-left {
    bottom: 40%;
    width: 100px;
  }

  .couple-bg #couple-bg-flower-right {
    top: 0;
    width: 90px;
  }
}

/* Couple Section Ends Here */

/* Our Story Section Starts Here */
.our-story-bg {
  /* background-color: #fdf7f9; */
  background-image: url('../images/our-story-pink-background.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  margin-top: -17rem;
}

.our-story {
  padding: 7rem 0 10rem 0;
}

.our-story #floating-dots {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(0px);
  transform: translatex(0);
}

.our-story #white-leaf-1 {
  position: absolute;
  top: 9%;
  left: 0;
}

.our-story #white-leaf-2 {
  position: absolute;
  top: 32%;
  right: 0;
}

.our-story .story-head {
  text-align: center;
}

.our-story .story-head h4 {
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  color: #dbbead;
  font-size: 2rem;
}

.our-story .story-head h1 {
  font-family: "Cinzel + Poppins";
  color: #000;
  font-size: 3.2rem;
  margin-top: 0.5rem;
}

.our-story .story-card {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 4rem;
}

.story-card .story-card-left {
  width: 49.5%;
  background-color: #fff;
  padding: 1.8rem;
}

.story-card .story-card-left img {
  width: 100%;
}

#story-card-left-golden-dots {
  position: absolute;
  top: -5rem;
  left: -3rem;
  width: 200px;
}

.story-card .story-card-right {
  width: 49.5%;
  background-color: #fff;
  padding: 1.8rem 5rem;
  position: relative;
}

.story-card .story-card-right h2 {
  font-family: "Cinzel + Poppins";
  color: #000;
  font-size: 2.5rem;
  margin-top: 8rem;
}

.story-card .story-card-right p {
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  color: #5e5e5e;
  font-size: 1.15rem;
}

.story-card .story-card-right .sticky-note {
  position: absolute;
  top: 0;
  right: 4rem;
  transform: rotate(10deg);
}

.story-card .sticky-note .note-head {
  width: 100%;
  min-height: 1.7rem;
  background-color: #e7d0c8;
}

.story-card .sticky-note .note-body {
  background-color: #faf2ef;
  padding: 1rem 1.7rem;
}

.story-card .sticky-note .note-body h5 {
  font-family: "Cinzel + Poppins";
  font-size: 2.2rem;
  text-align: center;
  margin: 0;
  color: #635a52;
}

.story-card .sticky-note .note-body img {
  width: 100px;
}

.story-card #pin-image {
  position: absolute;
  top: -1.4rem;
  right: 7rem;
}

.story-card .ring-line {
  position: absolute;
  top: 0;
  left: 48.49%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

#story-card-2 .story-card-right {
  text-align: right;
}

#sticky-note-2 {
  width: fit-content;
  left: 4rem;
  transform: rotate(-10deg);
}

#pin-image-2 {
  position: absolute;
  top: -1.4rem;
  left: 7rem;
}

#story-card-right-golden-dots {
  position: absolute;
  bottom: -3rem;
  right: -2rem;
  width: 300px;
}

.service-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-top: 1rem;
}

.service-list li {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.service-list strong {
  color: #b45f74;
}

@media screen and (max-width: 1450px) {
  .our-story-bg {
    margin-top: -8rem;
  }

  .our-story {
    padding: 5rem 0 8rem 0;
  }

  .our-story #white-leaf-1 {
    top: 1.5%;
  }

  .our-story .story-head h1 {
    font-size: 2.7rem;
    margin-top: 0;
  }

  .our-story .story-card {
    margin-top: 3rem;
  }

  .story-card .story-card-left {
    padding: 1.5rem;
  }

  .story-card .story-card-right {
    padding: 1.5rem 2.5rem;
  }

  .story-card .story-card-right h2 {
    font-size: 1.8rem;
    margin-top: 7rem;
  }

  .story-card .story-card-right p {
    font-size: 1rem;
  }

  .story-card .story-card-right .sticky-note {
    position: absolute;
    top: 0;
    right: 4rem;
    transform: rotate(10deg);
  }

  .story-card .sticky-note .note-body img {
    width: 70px;
    margin-right: 0.5rem;
  }

  .story-card .ring-line {
    left: 48.3%;
  }

  .story-card #story-card-flower {
    width: 150px;
  }
}

@media screen and (min-width: 768px) {
  #sticky-note-toggle {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .our-story-bg {
    margin-top: -20rem;
  }

  .our-story {
    padding: 5rem 0 3rem 0;
  }

  .our-story #floating-dots {
    width: 60px;
  }

  .our-story .story-head h4 {
    font-size: 1.5rem;
  }

  .our-story .story-head h1 {
    font-size: 2rem;
  }

  .our-story .story-head {
    margin-bottom: 1rem;
  }

  .our-story .story-card {
    flex-direction: column;
    margin-top: 1.6rem;
  }

  .story-card .story-card-left {
    width: 100%;
    padding: 0.7rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .story-card .story-card-left img {
    border-radius: 10px;
  }

  .story-card .story-card-right {
    width: 100%;
    padding: 0.7rem;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
  }

  .story-card .ring-line {
    display: none;
  }

  .story-card .story-card-right h2 {
    font-size: 1.6rem;
    margin-top: 1.3rem;
  }

  .story-card .story-card-right p {
    font-size: 1rem;
    margin-top: 0.7rem;
  }

  .story-card #story-card-flower {
    width: 100px;
    margin-top: -1rem;
  }

  .story-card .story-card-right .sticky-note {
    top: -1rem;
    right: 1rem;
  }

  .story-card .sticky-note .note-head {
    min-height: 0.8rem;
  }

  .story-card .sticky-note .note-body {
    padding: 0.3rem 0.6rem;
  }

  .story-card .sticky-note .note-body h5 {
    font-size: 1rem;
  }

  .story-card .sticky-note .note-body img {
    width: 35px;
    margin-right: 0.1rem;
  }

  .story-card #pin-image {
    top: -1.5rem;
    right: 2.3rem;
    width: 13px;
  }

  .story-card #right-flower {
    width: 120px;
    margin-top: -1rem;
  }

  #story-card-2 {
    flex-direction: column-reverse
  }

  #story-card-2 .story-card-right {
    text-align: left;
  }

  #sticky-note-2 {
    display: none;
  }

  #sticky-note-toggle {
    z-index: 10;
  }

  #pin-image-2 {
    top: -1.5rem;
    left: 85%;
    width: 13px;
    z-index: 20;
  }

  .our-story #white-leaf-1 {
    top: 1%;
    width: 120px;
  }

  .our-story #white-leaf-2 {
    display: none;
  }

  .our-story #white-leaf-3 {
    display: none;
  }

  #story-card-right-golden-dots {
    bottom: -2rem;
    right: -2rem;
    width: 150px;
  }
}

/* Our Story Section Ends Here */

/* Slider Section Starts Here */
.slider-outer {
  background: linear-gradient(180deg, #fdf7f9 10%, rgba(255, 255, 255, 0) 100%);
  padding-bottom: 5rem;
}

.slider {
  display: flex;
  justify-content: space-between;
}

.slider .slider-card {
  width: 19%;
  overflow: hidden;
  position: relative;
  border: 0.5rem solid #be0b4f;
  transform: translateY(0);
}

.slider .slider-card img {
  width: 100%;
}

@media screen and (max-width: 1450px) {
  .slider .slider-card {
    border: 0.45rem solid #be0b4f;
  }
}

@media screen and (max-width: 768px) {
  .slider-outer {
    padding-bottom: 2rem;
  }
  .slider{
    display: none;
  }
  .mobile-slider{
    padding: 0 1rem;
  }
  .mobile-slider .slider-card img {
    border-radius: 5px;
    border: 0.4rem solid #be0b4f;
  }
  .mobile-slider .swiper-slide{
    width: 100%;
  }
  .mobile-slider .swiper-slide .slider-card{
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mobile-slider .swiper-pagination{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 3rem;
  }
  .mobile-slider .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background: #f4e0d8;
    opacity: 1;
    border-radius: 50%;
  }
  .mobile-slider .swiper-pagination-bullet-active {
    background: #be0b4f !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile-slider{
    display: none;
  }
}

/* Slider Section Ends Here */


/* Impotant Persons Section Start Here */
.gallery-outer {
  position: relative;
}

.persons {
  padding: 2rem 0;
  overflow: hidden;
}

.persons-head {
  text-align: center;
}

.persons-head h4 {
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  color: #dbbead;
  font-size: 1.8rem;
}

.persons-head h1 {
  font-family: "Cinzel + Poppins";
  color: #000;
  font-size: 3.2rem;
  margin-top: 0.5rem;
}

.person-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3.5rem;
  position: relative;
}

.person-row .person-card {
  width: 23%;
  text-align: center;
  margin-bottom: 2rem;
}

.person-row .person-card h2 {
  font-family: "Cinzel + Poppins";
  color: #000;
  font-size: 2.3rem;
  margin-top: 1.5rem;
}

.person-row .person-card p {
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  color: #dab098;
  font-size: 1.45rem;
  margin-top: 0.5rem;
}

.person-row .person-card img {
  width: 270px;
}

#person-card-1 img {
  /* border-radius: 41% 59% 33% 67% / 35% 47% 53% 65%; */
  border-radius: 15px;
  border: 0.3rem solid #b5b8ad;
}

#person-card-2 img {
  /* border-radius: 50% 50% 42% 58% / 69% 70% 30% 31%; */
  border-radius: 15px;
  border: 0.3rem solid #dbbead;
}

#person-card-3 img {
  /* border-radius: 63% 37% 66% 34% / 29% 30% 70% 71%; */
  border-radius: 15px;
  border: 0.3rem solid #b5b8ad;
}

#person-card-4 img {
  /* border-radius: 48% 52% 15% 85% / 46% 44% 56% 54%; */
  border-radius: 15px;
  border: 0.3rem solid #dbbead;
}

#gallery-left-flower {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500px;
  z-index: -1;
}

#gallery-golden-top-right {
  position: absolute;
  top: -8rem;
  right: -1rem;
  width: 120px;
  z-index: -1;
  transform: rotate(90deg);
}

#gallery-golden-top-left {
  position: absolute;
  bottom: -7rem;
  left: 0;
  width: 120px;
  z-index: -1;
}

@media screen and (max-width: 1450px) {
  .persons {
    padding: 1rem 0 2rem 0;
  }

  .persons-head h1 {
    font-size: 2.7rem;
    margin-top: 0;
  }

  .person-row {
    margin-top: 3rem;
  }

  .person-row .person-card {
    width: 22%;
  }

  .person-row .person-card img {
    width: 230px;
  }
}

@media screen and (max-width: 768px) {
  .persons-head h1 {
    font-size: 2rem;
  }

  .person-row {
    flex-direction: column;
    margin-top: 3rem;
  }

  .person-row .person-card {
    width: 100%;
    margin-bottom: 1.3rem;
  }

  .person-row .person-card img {
    width: 270px;
  }
}

/* Impotant Persons Section End Here */

/* Our Wedding Section Starts Here */
.contact-us-outer {
  position: relative;
  overflow: hidden;
}

#contact-right-flower {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 500px;
  z-index: -1;
}

.our-wedding {
  padding: 2rem 0 4rem 0;
  overflow: hidden;
}

.our-wedding .wedding-head {
  text-align: center;
}

.wedding-head h4 {
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  color: #dbbead;
  font-size: 1.8rem;
}

.wedding-head h1 {
  font-family: "Cinzel + Poppins";
  color: #000;
  font-size: 3.2rem;
  margin-top: 0.5rem;
}

.contact {
  width: 75%;
  margin-left: 12.5%;
  background-color: #fff;
}

.contact form {
  margin-top: 2rem;
  border: 10px solid #be0b4f;
  padding: 2rem 2.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact form .form-left,
form .form-right {
  width: 48%;
}

.contact label {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  color: #c79d83;
  font-size: 1.2rem;
}

.contact .input-div input,
.contact .input-div textarea,
.contact .input-div select {
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 0.6rem;
  outline: none;
  border: 2px solid #f3dfd4;
  font-size: 0.9rem;
  font-weight: 450;
}

.contact .input-div textarea {
  min-height: 4rem;
  max-height: 10rem;
}

.contact .input-div #form-story {
  min-height: 8.7rem;
}

.contact .input-div #functions {
  min-height: 8.9rem;
}

.contact .input-div input:focus,
.contact .input-div textarea:focus,
.contact .input-div select:focus {
  border: 2px solid #ddb49e;
}

.contact .input-div input::placeholder,
.contact .input-div textarea::placeholder,
.contact .input-div select::placeholder {
  font-size: 0.9rem;
  color: #aeaeae;
}

.contact .input-div select {
  color: #aeaeae;
}

.contact .input-div select.active {
  color: #000;
}

.contact .input-div input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.contact form button {
  width: 30%;
  margin-left: 35%;
  margin-top: 1rem;
  padding: 0.4rem 0;
  border: none;
  background-color: #f4ab0f;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  transition: all 0.2s ease;
}

.contact form button:hover {
  background-color: #be0b4f;
}

@media screen and (max-width: 1450px) {
  .our-wedding {
    padding: 1rem 0 4rem 0;
  }

  .wedding-head h4 {
    font-size: 1.3rem;
  }

  .wedding-head h1 {
    font-size: 2.7rem;
    margin-top: 0.5rem;
  }

  .contact form {
    margin-top: 1.7rem;
    border: 8px solid #ce1c60;
    padding: 1.5rem 2rem;
  }

  .contact label {
    margin-bottom: 0.1rem;
    font-size: 1rem;
  }

  .contact .input-div input,
  .contact .input-div textarea,
  .contact .input-div select {
    padding: 0.4rem 0.6rem;
    margin-bottom: 0.4rem;
    font-size: 0.8rem;
  }

  .contact .input-div input::placeholder,
  .contact .input-div textarea::placeholder,
  .contact .input-div select::placeholder {
    font-size: 0.8rem;
  }

  .contact .input-div #form-story {
    min-height: 7.5rem;
  }

  .contact .input-div #functions {
    min-height: 7.7rem;
  }

  .contact form button {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  #contact-right-flower {
    display: none;
  }

  .our-wedding {
    padding: 0 0.5rem 2rem 0.5rem;
  }

  .wedding-head h4 {
    font-size: 1.1rem;
  }

  .wedding-head h1 {
    font-size: 2rem;
  }

  .contact {
    width: 100%;
    margin-left: 0%;
  }

  .contact form {
    margin-top: 1rem;
    border: 5px solid #ce1c60;
    padding: 0.5rem 0.7rem;
  }

  .contact form .form-left,
  form .form-right {
    width: 100%;
  }

  .contact label {
    margin-bottom: 0.2rem;
    font-size: 0.9rem;
  }

  .contact .input-div input,
  .contact .input-div textarea,
  .contact .input-div select {
    padding: 0.4rem 0.5rem;
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
  }

  .contact .input-div #form-story {
    min-height: 4rem;
  }

  .contact .input-div #functions {
    min-height: 4rem;
  }

  .contact .input-div input::placeholder,
  .contact .input-div textarea::placeholder,
  .contact .input-div select::placeholder {
    font-size: 0.8rem;
  }

  .contact form button {
    width: 38%;
    margin-left: 31%;
    margin-top: 0.6rem;
    padding: 0.3rem;
    font-size: 1rem;
  }
}

/* Our Wedding Section Ends Here */

/* Footer Starts Here */
footer {
  background-color: #f9ad09;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding-bottom: 0.3rem;
  position: relative;
}

.foot-content {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0 4rem 0;
}

.foot-left {
  width: 0;
  overflow: hidden;
}

.foot-right {
  width: 50%;
}

.foot-center {
  width: 50%;
}

.foot-content h2 {
  font-family: "Cinzel + Poppins";
  font-size: 2rem;
}

.foot-content a {
  text-decoration: none;
  color: #fff;
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
  transition: all 0.1s ease;
}

.foot-content a:hover {
  text-decoration: underline;
}

.foot-content p {
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  font-size: 1.2rem;
}

footer .box {
  margin-top: 1.5rem;
}

.foot-left .box {
  display: flex;
  flex-direction: column;
}

.foot-left img {
  width: 170px;
  margin-top: -0.1rem;
}

.foot-center p {
  width: 70%;
  margin-left: 15%;
}

.foot-right p {
  margin-top: 1rem;
}

.foot-icon i {
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  color: #dab098;
  border-radius: 50%;
  margin: 0 0.2rem;
  line-height: 3rem;
  font-size: 1.3rem;
  transition: all 0.3s ease;
}

.foot-icon i:hover {
  background-color: #667151;
  color: #fff;
}

.copyright {
  border-top: 2px solid #c4c4c4;
}

.copyright p {
  font-family: "Cinzel + Poppins", Cinzel + Poppins;
  margin-top: 1.1rem;
}

@media screen and (max-width: 1450px) {
  .foot-left {
    width: 0;
  }

  .foot-right {
    width: 50%;
  }

  .foot-center {
    width: 50%;
  }

  .foot-content h2 {
    font-size: 1.7rem;
  }

  .foot-content a {
    font-size: 1rem;
  }

  .foot-content p {
    font-size: 1rem;
  }

  .foot-icon i {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;
    font-size: 1rem;
  }

  .copyright p {
    font-size: 0.9rem;
  }

  footer #footer-flower-1 {
    bottom: 4rem;
    width: 200px;
  }

  footer #footer-flower-2 {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 0;
  }

  .foot-content {
    flex-direction: column;
    padding: 3rem 0 4rem 0;
  }

  .foot-left {
    width: 100%;
  }

  .foot-right {
    width: 100%;
  }

  .foot-center {
    width: 100%;
  }

  .foot-content h2 {
    font-size: 1.4rem;
  }

  .foot-content a {
    font-size: 0.9rem;
  }

  .foot-content p {
    font-size: 0.8rem;
  }

  footer .box {
    margin-top: 0.5rem;
  }

  .foot-right {
    margin-top: 2rem;
  }

  .foot-right p {
    margin-top: 0.3rem;
  }

  .foot-icon i {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.9rem;
  }

  .copyright p {
    font-size: 0.7rem;
    margin: 0.5rem 0;
  }

  footer #footer-flower-1 {
    bottom: 2.2rem;
    width: 80px;
  }

  footer #footer-flower-2 {
    width: 75px;
  }
}

/* Footer Ends Here */

/* Back to Top Section */
.back-to-top {
  position: fixed;
  right: 0.2rem;
  bottom: -5rem;
  padding: 0.5rem;
  text-align: center;
  transition: all 0.4s ease-in-out;
  z-index: 100;
}

.back-to-top.show {
  bottom: 0.1rem;
}

.back-to-top i {
  color: #fff;
  font-size: 1.4rem;
  background-color: #667151bb;
  width: 2.6rem;
  height: 2.6rem;
  padding-top: 9.5px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.back-to-top i:hover {
  background-color: #667151;
}

@media screen and (max-width: 1450px) {
  .back-to-top i {
    font-size: 1.1rem;
    width: 2rem;
    height: 2rem;
    padding-top: 7.5px;
  }
}

@media screen and (max-width: 768px) {
  .back-to-top{
    display: none;
  }
}

/* Back to Top Section */