/* .slider_area {
  padding: 0 50px;
  background: #fff;
}

.slider_area {
  padding: 0 50px;
  background: #fff;
}

@media (max-width: 767px) {
  .slider_area {
    padding: 0 20px;
  }
} */

.baloo-thambi-2-font {
  font-family: "Baloo Thambi 2", system-ui !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.questrial-regular {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.dancing-script-font {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

.slider_area_inner {
  height: 800px;
  position: relative;
  z-index: 8;
  position: relative;
  z-index: 8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .slider_area_inner {
    height: 420px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area_inner {
    height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area_inner {
    height: 700px;
    background-position: right;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  .slider_area_inner {
    height: 800px;
    background-position: right;
  }
}

.slider_area_inner .slider_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #dda6ab;
  padding: 126px 55px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
}

@media (max-width: 767px) {
  .slider_area_inner .slider_text {
    transform: translate(0%, -50%) rotate(0deg);
    padding: 35px 25px;
    left: 0;
    padding: 35px 25px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 270px;
    height: 270px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area_inner .slider_text {
    transform: translate(0%, -50%) rotate(0deg);
    padding: 35px 25px;
    left: 0;
    padding: 35px 25px;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 270px;
    height: 270px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area_inner .slider_text {
    transform: rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
    padding: 70px 25px;
  }
}

.slider_area_inner .slider_text .text_inner {
  position: relative;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .slider_area_inner .slider_text .text_inner {
    transform: rotate(0deg);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area_inner .slider_text .text_inner {
    transform: rotate(0deg);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area_inner .slider_text .text_inner {
    transform: rotate(0deg);
  }
}

.slider_area_inner .slider_text h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Muli", sans-serif;
  color: #fff;
  margin-top: 5px;
}

.slider_area_inner .slider_text h3 {
  font-size: 36px;
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  color: #fff;
  line-height: 46px;
  margin-bottom: 36px;
  margin-top: 23px;
}

@media (max-width: 767px) {
  .slider_area_inner .slider_text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area_inner .slider_text h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
  }
}

.slider_area_inner .slider_text:before {
  position: absolute;
  content: "";
  right: -40px;
  bottom: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #c78665;
  top: -30px;
  left: -20px;
  z-index: -3;
}

@media (max-width: 767px) {
  .slider_area_inner .slider_text:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area_inner .slider_text:before {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area_inner .slider_text:before {
    display: none;
  }
}

.slider_area_inner .slider_text:after {
  position: absolute;
  content: "";
  right: -25px;
  bottom: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #f2c64d;
  top: -30px;
  left: -40px;
  z-index: -3;
}

@media (max-width: 767px) {
  .slider_area_inner .slider_text:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slider_area_inner .slider_text:after {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .slider_area_inner .slider_text:after {
    display: none;
  }
}

img {
  vertical-align: middle;
  border-style: none;
}

.slider_bg_1 {
  background-image: url(../photos/big_full_bg_photo.jpg);
}

.overlay2 {
  position: relative;
  z-index: 0;
}

body {
  font-family: "Dancing Script", cursive;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  padding-top: 64px;
}

header {
  font-weight: bold;
  font-size: larger;
}

.program_bg_1 {
  background-image: url(../photos/IMG_20240801_202329.jpg);
  background-size: cover;
  min-height: 500px;
}

.program_bg_2 {
  background-image: url(../photos/IMG_20240801_202335.jpg);
  background-size: cover;
  min-height: 500px;
}

.program_bg_3 {
  background-image: url(../photos/IMG_20240801_202341.jpg);
  background-size: cover;
  min-height: 500px;
}

/* .program_details_area {
  padding-bottom: 120px;
  padding-top: 120px;
} */

.program_details_area .single_program {
  padding: 20px;
  margin-bottom: 30px;
  background-position: center center;
  background-size: cover;
}

.program_details_area .single_program .program_inner {
  background: #797979;
  padding: 57px 30px;
}

.program_details_area .single_program .program_inner span {
  font-size: 20px;
  font-weight: 400;
  font-family: "Petit Formal Script", cursive;
}

.program_details_area .single_program .program_inner h3 {
  font-family: "Muli", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  color: #c78665;
  margin-top: 10px;
  margin-bottom: 10px;
}

.program_details_area .single_program .program_inner p {
  font-size: 16px;
  font-family: "Muli", sans-serif;
}

.groom_area .groom_photo img {
  max-height: 500px;
}

.groom_area .content {
  font-family: Questrial, sans-serif;
}

.bride_area .bride_photo img {
  max-height: 500px;
}

.bride_area .content {
  font-family: Questrial, sans-serif;
}

@media (min-width: 768px) {
  .hover-animate:hover {
    transform: scale(1.1);
  }
}

.animate__animated._animate__delay-0_25s {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.animate__animated._animate__delay-0_5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.animate__animated._animate__delay-0_75s {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.animate__animated._animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animate__animated._animate__delay-1_25s {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.animate__animated._animate__delay-1_5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.animate__animated._animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animate__animated._animate__delay-2_25s {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s;
}

.animate__animated._animate__delay-2_5s {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

header {
  width: 100vw;
}

.weeding_countdown_area {
  /* padding-top: 150px; */
  /* padding-bottom: 75px; */
  position: relative;
  z-index: 9;
}

.weeding_countdown_area .flowaers_top {
  position: absolute;
  /* top: 102px; */
  top: 0px;
  right: -17px;
}

.weeding_countdown_area .flowaers_bottom {
  position: absolute;
  left: -144px;
  bottom: -200px;
}

/* @media (max-width: 767px) {
  .weeding_countdown_area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
} */

.weeding_countdown_area .countdown_area {
  padding: 35px 35px 50px 35px;
  background-size: cover;
  background-position: bottom;
}

.weeding_countdown_area .countdown_area .countdown_wrap {
  background: #fff;
  justify-content: space-evenly;
  padding-bottom: 36px;
  padding-top: 30px;
}

.weeding_countdown_area .countdown_area .countdown_wrap .single_countdown {
  text-align: center;
}

.weeding_countdown_area .countdown_area .countdown_wrap .single_countdown h3 {
  font-size: 60px;
  font-family: "Petit Formal Script", cursive;
  font-weight: 400;
  color: #c78665;
  margin-bottom: 17px;
}

@media (max-width: 767px) {
  .weeding_countdown_area .countdown_area .countdown_wrap .single_countdown h3 {
    font-size: 30px;
  }
}

.weeding_countdown_area .countdown_area .countdown_wrap .single_countdown span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.counter_bg {
  background-image: url(../img/counter_bg/counter_bg.png);
}

.font-family-petit-formal-script {
  font-family: "Petit Formal Script", cursive;
}

body {
  background-color: #e4e8eb;
  overflow-x: hidden !important;
}

body.modal-open {
  overflow: hidden !important;
}

.fb_iframe_widget,
.fb_iframe_widget > span,
.fb_iframe_widget iframe {
  width: 100% !important;
  background-color: white !important;
  border-radius: 0.5rem;
}
