/* Global */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap");

@font-face {
  font-family: "monallesia";
  src: url("../fonts/monallesiascript.woff2") format("woff2"),
    url("../fonts/monallesiascript.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.section_padding {
  padding: 120px 0;
}

img {
  max-width: 100%;
}

p {
  font-size: 18px;
  color: #707070;
  line-height: 1.8em;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-weight: 400;
}

ul {
    padding-left: 0;
    margin: 0;
}

/* Global */

/* Start HEADER */
.site_header {
  z-index: 99;
  position: relative;
  background-color: #fff;
}

.site_header ul li {
  margin-right: 20px;
}

.site_header ul li a {
  color: #000;
  font-size: 20px;
}

.site_header .navigation {
  margin-bottom: 0;
  padding: 20px;
  border: 0;
  border-radius: 0;
  background-color: #fff;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.site_header .container-fluid {
  padding-right: 0;
}

.site_header .row {
  width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

.navbar-header .navbar-brand {
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #b5a2bd;
}

.site_header .menu-close {
  display: none;
}

.site_header #navbar {
  justify-content: center;
}

.site_header #navbar ul {
  list-style: none;
}

.site_header #navbar > ul li a.active {
  text-decoration: none;
  color: #b5a2bd;
}

.site_header .navigation.sticky-header {
  padding: 20px 80px;
}

.site_header .navigation.sticky-header {
  background: #fff;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.7s;
  box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}
/* End HEADER */

/* Start HERO */
.static_hero {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.static_hero .static_main_box {
  max-width: 1566px;
  margin: 0 auto;
}

.static_hero .static_hero_text_wrap {
  padding: 30px;
  border-radius: 430px 430px 0px 0px;
  background: #fff;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  position: relative;
}

.static_hero .static_hero_text_wrap .shape {
  position: absolute;
  left: -180px;
  top: 15px;
  z-index: 1;
}

.static_hero .static_hero_text_wrap .shape img {
  animation: leafAniamtion 12s ease-in infinite;
}

.static_hero .static_hero_text_wrap .shape2 {
  position: absolute;
  right: -180px;
  top: 15px;
  z-index: 1;
}

.static_hero .static_hero_text_wrap .shape2 img {
  animation: leafAniamtion 12s ease-in infinite;
}

.static_hero .static_hero_img {
  border-radius: 230px 230px 0px 0px;
  background: #fff;
  padding: 20px;
  z-index: 11;
  position: relative;
  max-width: 460px;
  right: -75px;
  margin-top: 100px;
  z-index: 11;
}

.static_hero .static_hero_img img {
  border-radius: 230px 230px 0px 0px;
}

.static_hero .col:last-child .static_hero_img {
  right: auto;
  left: -75px;
}

.static_hero .static_hero_text_box {
  border-radius: 430px 430px 0px 0px;
  background: #efe6ee;
  padding: 160px 150px 98px;
  text-align: center;
}

.static_hero .static_hero_text_box .slide_title h2 {
  color: #515a44;
  text-align: center;
  font-size: 80px;
  line-height: 110px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.static_hero .static_hero_text_box .slide_text p {
  font-size: 25px;
  line-height: 35px;
  color: #707070;
  margin: 0;
  font-size: 25px;
  margin-bottom: 50px;
}

.static_hero .static_hero_text_box .slide_date p {
  font-size: 50px;
  line-height: 35px;
  color: #87748f;
  margin: 0;
  margin-bottom: 0px;
  font-weight: 600;
}
/* End HERO */

/* Start WEDDING DATE */
.wedding_date .wedding_date_wrap #clock {
  display: flex;
  justify-content: space-between;
}

.wedding_date .wedding_date_wrap #clock .box {
  width: 220px;
  height: 220px;
  position: relative;
  z-index: 1;
  text-align: center;
  background: #efe6ee;
  border-radius: 50%;
}

.wedding_date .wedding_date_wrap #clock .box::after {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  border: 1px solid #b5a2bd;
  border-radius: 50%;
}

.wedding_date .wedding_date_wrap #clock .box::before {
  position: absolute;
  left: -50px;
  bottom: -50px;
  width: 130px;
  height: 190px;
  content: "";
  background: url(../images/1.svg) no-repeat center center;
  z-index: 1;
}

.wedding_date .wedding_date_wrap #clock .box:nth-child(even):before {
  width: 170px;
  left: -50px;
  top: -50px;
  background: url(../images/2.svg) no-repeat center center;
}

.wedding_date .wedding_date_wrap #clock > div {
  float: left;
  display: table;
}

.wedding_date .wedding_date_wrap #clock > div > div {
  display: table-cell;
  vertical-align: middle;
}

.wedding_date .wedding_date_wrap #clock .time {
  font-family: "monallesia";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  color: #242424;
  line-height: 100px;
}

.wedding_date .wedding_date_wrap #clock span {
  color: #4d4d4d;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}
/* End WEDDING DATE */

/* Start COUPLE */
.couple_section {
  padding-bottom: 50px;
  overflow: hidden;
}

.couple_section .couple_area {
  max-width: 1505px;
  margin: 0 auto;
}

.couple_section .couple_area .couple_wrap {
  max-width: 100%;
  padding-top: 10px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.couple_section .couple_area .couple_wrap .couple_item {
  border-radius: 250px 250px 0px 0px;
  background: #fff;
  position: relative;
  max-width: 500px;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: unset;
}

.couple_section .couple_area .couple_wrap .couple_item .couple_img {
  overflow: auto;
  padding: 30px;
  border-radius: 250px 250px 0px 0px;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  position: relative;
  text-align: center;
}

.couple_section .couple_area .couple_wrap .couple_item .couple_img img {
  width: 100%;
  transform: unset;
  border-radius: 250px 250px 0px 0px;
  transition: all 0.6s;
}

.couple_section .couple_area .couple_wrap .couple_item .couple_text {
  background: #fff;
  max-width: 390px;
  right: -190px;
  left: auto;
  border-radius: 195px 195px 0px 0px;
  padding: 30px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
}

.couple_section
  .couple_area
  .couple_wrap
  .couple_item
  .couple_text
  .couple_text_inner {
  background: #b5a2bd;
  padding: 50px 30px 40px;
  text-align: center;
  border-radius: 180px 180px 0px 0px;
}

.couple_section .couple_area .couple_wrap .couple_item .couple_text h3 {
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 20px 0 0.4em;
}

.couple_section .couple_area .couple_wrap .couple_item .couple_text p {
  color: #fff;
  max-width: 342px;
  margin-bottom: 0;
}

.couple_section .couple_area .couple_wrap .couple_item .couple_text .social ul {
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 20px;
  list-style: none;
  overflow: hidden;
  padding-top: 15px;
  display: flex;
}

.couple_section
  .couple_area
  .couple_wrap
  .couple_item
  .couple_text
  .social
  ul
  li
  a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
}

.couple_section .couple_area .love_shape img {
  animation: zoom-in-zoom-out 2s ease infinite;
}

.couple_section
  .couple_area
  .couple_wrap
  .col:last-child
  .couple_item
  .couple_text {
  right: auto;
  left: -190px;
  text-align: right;
}

/* End COUPLE */

/* Start OUR STORY */
.story_section {
  position: relative;
  z-index: 1;
}

.story_section .section_title {
  margin-bottom: 60px;
  text-align: center;
}

.story_section .section_title h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 58px;
  margin: 0;
  color: #242424;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  margin-top: 10px;
}

.story_section .section_title h2::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 70%;
  height: 1px;
  content: "";
  background: #f3e1db;
}

.story_section .section_title h2::after {
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 1px;
  content: "";
  background: #f3e1db;
  left: -10%;
}

.story_section .story_wrap {
  padding-top: 100px;
  padding-bottom: 0;
  max-width: 1096px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.story_section .story_wrap .story_item {
  margin-bottom: 150px;
  position: sticky;
  top: 230px;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.story_section .story_wrap .story_item:nth-child(even) .col:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
}

.story_section .story_wrap .story_item .story_img {
  border-radius: 250px;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  position: relative;
  z-index: 1;
  padding: 20px;
  transform: rotate(15deg);
  background: #fff;
  max-width: 500px;
  margin-right: -30px;
}

.story_section .story_wrap .story_item:nth-child(even) .col .story_img {
  transform: rotate(-15.089deg);
  margin: 0;
  margin-left: -30px;
}

.story_section .story_wrap .story_item .story_img img {
  border-radius: 250px;
}

.story_section .story_wrap .story_item .story_content {
  border-radius: 250px;
  padding: 75px 60px;
  border: 1px solid rgba(184, 184, 184, 0.3);
  background: linear-gradient(
    140deg,
    rgba(255, 255, 255, 0.6) 13.65%,
    rgba(255, 255, 255, 0.3) 91.31%
  );
  box-shadow: 0px 20px 20px 0px rgba(62, 62, 62, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: rotate(-15.089deg);
  z-index: 11;
  position: relative;
  text-align: center;
  max-width: 500px;
  margin-left: -30px;
}

.story_section .story_wrap .story_item:nth-child(even) .col .story_content {
  transform: rotate(15deg);
  margin: 0;
  margin-right: -30px;
}

.story_section .story_wrap .story_item .story_content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 40px;
}

.story_section .story_wrap .story_item .story_content span {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  color: #caa6c7;
  margin-bottom: 20px;
  display: block;
}

.story_section .story_wrap .story_item .story_content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #707070;
  margin-bottom: 30px;
}

.story_section .story_wrap .story_item .story_content .top_shape {
  position: absolute;
  left: 45%;
  top: -100px;
}

.story_section
  .story_wrap
  .story_item:nth-child(even)
  .story_content
  .top_shape {
  left: 0;
}

.story_section
  .story_wrap
  .story_item:nth-child(even)
  .story_content
  .top_shape
  img {
  transform: scaleX(-1);
}

.story_section .story_wrap .story_item.fade_out {
  opacity: 0;
}

.story_section .flower_shape_1 {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: -1;
  min-height: 100%;
}

.story_section .flower_sticky {
  position: sticky;
  top: 150px;
}

.story_section .flower_shape_2 {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
  min-height: 100%;
}

.galleries_section {
  padding-left: 0;
  padding-right: 20px;
  overflow: hidden;
}

.galleries_section .section_title {
  margin-bottom: 60px;
  text-align: center;
}

.galleries_section .section_title h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 58px;
  margin: 0;
  position: relative;
  font-family: "Mulish", sans-serif;
  color: #242424;
  display: inline-block;
  padding-bottom: 20px;
  margin-top: 10px;
}

.galleries_section .section_title h2::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 70%;
  height: 1px;
  content: "";
  background: #f3e1db;
}

.galleries_section .section_title h2::after {
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 1px;
  content: "";
  background: #f3e1db;
  left: -10%;
}

.galleries_section .line {
  position: relative;
  left: -30px;
}

.galleries_section .line svg {
  width: 105%;
}

.galleries_section .gallery_grids {
  margin: 0 -7.5px;
  position: relative;
}

.galleries_section .gallery_grids .grid {
  width: 20%;
  float: left;
  padding: 0 9.5px 15px;
  position: relative;
  margin: 0 auto;
}

.galleries_section .gallery_grids .grid .img_holder {
  border-radius: 0;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 55px;
  position: relative;
  padding: 15px;
  background: #fff;
  box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
  width: 100%;
}

.galleries_section .gallery_grids .grid .img_holder:hover a .hover_content {
  opacity: 1;
}

.galleries_section .gallery_grids .grid .img_holder:hover a::before {
  opacity: 1;
  transform: scale(1);
}

.galleries_section .gallery_grids .grid .img_holder a {
  display: block;
  position: relative;
}

.galleries_section .gallery_grids .grid .img_holder a::before {
  border-radius: 0;
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transition: all 0.3s;
  transform: scale(0);
}

.galleries_section .gallery_grids .grid img {
  width: 100%;
}

.galleries_section .gallery_grids .grid .img_holder img {
  border-radius: 0;
}

.galleries_section .gallery_grids .grid .img_holder a .hover_content {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 260px;
}

.galleries_section .gallery_grids .grid .img_holder a .hover_content i {
  font-size: 30px;
  color: #242424;
}

.galleries_section .gallery_grids .grid .clothespin {
  position: absolute;
  left: 50%;
  top: -58px;
  transform: translateX(-50%);
}

.galleries_section .gallery_grids .grid.full {
  width: 100%;
}

.galleries_section .gallery_grids .grid:nth-child(1) {
  transform: rotate(0.961deg);
  margin-top: -50px;
}

.galleries_section .gallery_grids .grid:nth-child(2) {
  transform: rotate(-5.342deg);
  margin-top: -15px;
}

.galleries_section .gallery_grids .grid:nth-child(3) {
  transform: rotate(-0.714deg);
  margin-top: -5px;
}

.galleries_section .gallery_grids .grid:nth-child(4) {
  transform: rotate(6.685deg);
  margin-top: -38px;
}

.galleries_section .gallery_grids .grid:nth-child(5) {
  transform: rotate(-17.665deg);
  margin-top: -90px;
}

.galleries_section .gallery_grids .grid:nth-child(7) {
  transform: rotate(6.891deg);
  margin-top: -70px;
}

.galleries_section .gallery_grids .grid:nth-child(8) {
  transform: rotate(1.836deg);
  margin-top: -30px;
}

.galleries_section .gallery_grids .grid:nth-child(9) {
  transform: rotate(-5.738deg);
  margin-top: -20px;
}

.galleries_section .gallery_grids .grid:nth-child(10) {
  transform: rotate(-6.812deg);
  margin-top: -40px;
}

.galleries_section .gallery_grids .grid:nth-child(11) {
  transform: rotate(-0.244deg);
  margin-top: -95px;
}
/* End OUR STORY */

.event-section {
    padding-bottom: 30px;
}

.event-section .section_title {
    margin-bottom: 60px;
    text-align: center;
}

.event-section .section_title h2 {
    font-weight: 400;
    font-size: 40px;
    line-height: 58px;
    margin: 0;
    color: #242424;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    margin-top: 10px;
}

.event-section .section_title h2::before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 70%;
    height: 1px;
    content: "";
    background: #f3e1db;
}

.event-section .section_title h2::after {
    position: absolute;
    bottom: 0;
    width: 120%;
    height: 1px;
    content: "";
    background: #f3e1db;
    left: -10%;
}

.event-section .event-wrap .event-item {
    padding: 20px;
    border: 2px solid #b0c7d9;
    position: relative;
    margin-bottom: 40px;
}

.event-section .event-wrap .event-item .event-text {
    padding: 40px 35px;
    text-align: center;
    background: #efe6ee;
}

.event-section .event-wrap .row > * {
    padding-right: 24px;
    padding-left: 24px;
}

.event-section .event-wrap .event-item .event-text h2 {
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #b7a1bc;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

.event-section .event-wrap .event-item .event-text ul {
    list-style: none;
}

.event-section .event-wrap .event-item .event-text ul li {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}

.event-section .event-wrap .event-item .event-text ul li a {
    font-weight: 700;
    color: #b7a1bc;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.event-section .event-wrap .event-item .event-text ul li a::before{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: #b7a1bc;
}

.event-section .event-wrap .event-item .event-shape-1 {
    position: absolute;
    right: -5px;
    top: -20px;
    background: #fff;
    padding: 5px;
}

.event-section .event-wrap .event-item .event-shape-2 {
    position: absolute;
    left: -5px;
    bottom: -20px;
    background: #fff;
    padding: 5px;
}

.contact-section .section_title {
  margin-bottom: 60px;
  text-align: center;
}

.contact-section .section_title h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 58px;
  margin: 0;
  color: #242424;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  margin-top: 10px;
}

.contact-section .section_title h2::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 70%;
  height: 1px;
  content: "";
  background: #f3e1db;
}

.contact-section .section_title h2::after {
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 1px;
  content: "";
  background: #f3e1db;
  left: -10%;
}

.contact-section .contact-section-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
}

.contact-section .contact-section-wrapper .form-wishes {
    padding: 60px 40px;
    border: 30px solid #efe6ee;
    position: relative;
    box-shadow: 0px 2px 16.8px 3.2px rgba(0, 0, 0, 0.08);
    height: 600px;
}

.contact-section .contact-section-wrapper .wish-box {
    border: 30px solid #efe6ee;
    position: relative;
    box-shadow: 0px 2px 16.8px 3.2px rgba(0, 0, 0, 0.08);
}

.contact-section .section-title {
    margin-bottom: 60px;
    text-align: center;
}

.contact-section .section-title h2 {
    font-size: 40px;
    line-height: 55px;
    margin: 15px 0;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

.contact-section .section-title .section-title-img {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
}

.contact-section .section-title .section-title-img::before{
    width: 144px;
    position: absolute;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1px;
    background: #b7a1bc;
}

.contact-section .section-title .section-title-img .round-ball {
    position: absolute;
    left: 50%;
    width: 15px;
    height: 15px;
    border: 1px solid #b7a1bc;
    border-radius: 50%;
    transform: translateX(-50%);
    top: -5px;
}

.contact-section .section-title .section-title-img::after{
    width: 144px;
    right: -70px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1px;
    background: #b7a1bc;
}

.contact-section .contact-section-wrapper .form-control {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #cde0ef;
    background: transparent;
    border-radius: 0;
    color: #738ea5;
}

.contact-section .contact-section-wrapper textarea.form-control{
    height: 150px;
}

.contact-section .contact-section-wrapper .submit-area {
    margin-top: 40px;
    text-align: center;
}

.contact-section .contact-section-wrapper .submit-area .theme-btn {
    background: #efe6ee;
    color: #b7a1bc;
    display: inline-block;
    font-weight: 600;
    padding: 15px 45px;
    border: 0;
    text-transform: capitalize;
    -webkit-backface-visibility: hidden;
    z-index: 1;
    position: relative;
    font-size: 16px;
    font-size: 1.0666666667rem;
    transition: all 0.3s;
}

.wish-box {
    overflow-y: auto;
    height: 600px;
    background-color: #fff;
    color: #333;
    border: 2px solid #edf3f5;
}

.wish-box .wish-box-item {
    padding: 10px;
}

.comment-header {
    font-weight: bold;
    color: #333;
}

.wish-box .wish-box-item p {
    color: #333;
    margin: 0.5rem 0;
    text-align: left;
}

.comment-text {
    margin: 8px 0;
    font-size: 14px;
    color: #555;
}

.reply-btn {
    color: #df4758;
    cursor: pointer;
    font-style: italic;
    font-size: 14px;
}

.replies {
    margin-top: 10px;
    padding-left: 10px;
}

.reply-item {
    background: #f1f1f1;
    padding: 8px;
    border-radius: 4px;
    margin-top: 5px;
}

.reply-item strong {
    color: #333;
}

.wish-box .wish-box-item p {
    color: #333;
    margin: 0.5rem 0;
    text-align: left;
}

.reply-item p {
    margin: 5px 0 0;
    font-size: 13px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background: white;
    width: 30%;
    padding: 20px;
    margin: 10% auto;
    border-radius: 8px;
    text-align: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.close-modal {
    float: right;
    font-size: 24px;
    cursor: pointer;
    text-align: right;
}

.reply-text {
    width: 100%;
    height: 80px;
    margin-top: 10px;
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.submit-reply {
    background: #b7a1bc;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
}

.submit-reply:hover {
    background: #b7a1bc;
}

.modal input {
    width: 100%;
}

.bg-main-donate {
    padding-top: 30px;
}

.cat-title span {
    text-transform: uppercase;
    font-size: 20px;
}

.label {
    display: inline;
    padding: 8px 20px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 3px;
    background-color: #b7a1bc;
    color: #fff;
}

.the-people {
    width: 100%;
    padding: 37px 50px;
    background-color: #fff;
    margin-bottom: 50px;
}

#donate .section_title {
  margin-bottom: 60px;
  text-align: center;
}

#donate .section_title h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 58px;
  margin: 0;
  color: #242424;
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  margin-top: 10px;
}

#donate .section_title h2::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  width: 70%;
  height: 1px;
  content: "";
  background: #f3e1db;
}

#donate .section_title h2::after {
  position: absolute;
  bottom: 0;
  width: 120%;
  height: 1px;
  content: "";
  background: #f3e1db;
  left: -10%;
}

.donate-card {
    border: 1px solid #b7a1bc;
}

.donate-card .qr-code-image {
    max-width: 150px;
    border: 1px solid #ccc;
    padding: 3px;
    margin: auto;
    display: inline-block;
}

.donate-card p {
    color: black;
    margin: 10px 0 !important;
    font-size: 16px;
}

.audio-player {
    position: fixed;
    bottom: 70px;
    left: 50px;
    width: 40px;
    height: 40px;
    z-index: 99999;
}

.audio-player-secondary {
    position: absolute;
    width: 310px;
    left: 25px;
    height: 50px;
    overflow: hidden;
    visibility: hidden;
}

.audio-player .playerIcon {
    cursor: pointer;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #df4758;
    padding-top: 7px;
    padding-left: 9px;
    position: absolute;
    z-index: 2;
}

.audio-player:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgba(242, 59, 67, 0.3);
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%;
    animation: biilogo-pulse 1s infinite;
    z-index: 1;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

@media (max-width: 1500px) {
  .static_hero .static_hero_text_box .slide_title h2 {
    font-size: 68px;
    margin-bottom: 30px;
    line-height: 85px;
  }

  .site_header {
    padding: 0 10px;
  }

    .static_hero .static_hero_text_box .slide_title h2 {
        font-size: 68px;
        margin-bottom: 30px;
        line-height: 85px;
    }

    .galleries_section .gallery_grids .grid {
        padding: 0 5.5px 10px;
    }
}

@media (max-width: 1399px) {
  .static_hero .static_hero_text_box {
    padding: 120px 100px 98px;
  }

  .static_hero .static_hero_text_box .slide_title h2 {
    font-size: 60px;
    margin-bottom: 30px;
    line-height: 85px;
  }

  .wedding_date .wedding_date_wrap #clock .time {
    font-size: 40px;
    line-height: 50px;
  }

  .wedding_date .wedding_date_wrap #clock span {
    font-size: 18px;
  }

    .static_hero .static_hero_text_box {
        padding: 120px 100px 98px;
    }

        .static_hero .static_hero_text_box .slide_text h2 {
            font-size: 60px;
            margin-bottom: 30px;
            line-height: 85px;
        }

        .couple_section .couple_area .couple_wrap .couple_item .couple_text {
            right: 80px;
        }

    .couple_section .couple_area .couple_wrap .col:last-child .couple_item .couple_text {
        left: -80px;
    }

    .couple_section .couple_area .couple_wrap .couple_item .couple_text {
        right: -80px;
    }

    .story_section .story_item .story_content p {
        font-size: 18px;
    }

    .flower_shape_1 img {
        max-width: 200px;
    }

    .flower_shape_2 img {
        max-width: 200px;
    }
}

@media (max-width: 1199px) {
  .static_hero .static_hero_text_box {
    padding: 80px 80px 98px;
  }

  .static_hero .static_hero_text_box .slide_text p {
    font-size: 20px;
  }

  .static_hero .static_hero_text_box .slide_date p {
    font-size: 40px;
  }

  .wedding_date .wedding_date_wrap #clock {
    display: flex;
    justify-content: center;
    margin-left: 0;
    flex-wrap: wrap;
  }

  .wedding_date .wedding_date_wrap #clock .box {
    width: 180px;
    height: 180px;
    margin: 0 20px;
  }

    .static_hero .static_hero_text_box {
        padding: 80px 80px 98px;
    }

    .static_hero .static_hero_text_box .slide_text p {
        font-size: 20px;
    }

    .static_hero .static_hero_text_box .slide_date p {
        font-size: 40px;
    }

    .couple_section .couple_area .couple_wrap .couple_item .couple_img {
        padding: 15px;
    }

    .couple_section .couple_area .couple_wrap .couple_item .couple_text {
        max-width: 330px;
        padding: 15px;
    }

    .couple_section .couple_area .couple_item .couple_text {
        padding: 25px;
    }

    .couple_section .couple_area .couple_wrap .couple_item .couple_text .couple_text_inner {
        padding: 30px 15px 30px;
    }

    .couple_section .couple_area .couple_item .couple_text h3 {
        font-size: 36px;
    }

    .couple_section .couple_area .couple_wrap .couple_item .couple_img {
        padding: 15px;
    }

    .couple_section .couple_area .couple_wrap .couple_item .couple_text {
        max-width: 330px;
        padding: 15px;
    }

    .couple_section .couple_area .couple_item .couple_text {
        padding: 25px;
    }

    .couple_section .couple_area .couple_wrap .couple_item .couple_text .couple_text_inner {
        padding: 30px 15px 30px;
    }

    .couple_section .couple_area .col:last-child .couple_item .couple_text h3 {
        font-size: 36px;
    }

    .couple_section .couple_area .couple_item .couple_text h3 {
        font-size: 36px;
    }

    .story_section .story_item .story_img {
        max-width: 450px;
    }

    .story_section .story_item .story_content {
        max-width: 450px;
        padding: 50px 50px;
    }

    .story_section .story_item .story_content h2 {
        margin-bottom: 20px;
        font-size: 25px;
        line-height: 36px;
        margin-top: 30px;
    }

    .story_section .story_item .story_content span {
        margin-bottom: 10px;
    }

    .story_section .story_item .story_content p {
        font-size: 16px;
    }

    .story_section .story_item .story_img {
        max-width: 450px;
    }

    .story_section .story_item .story_content {
        max-width: 450px;
        padding: 50px 50px;
    }

    .galleries_section .line {
        left: -15px;
    }

    .galleries_section .gallery_grids .grid .img_holder {
        padding: 10px;
        padding-bottom: 25px;
        max-width: 160px;
    }

    .galleries_section .gallery_grids .grid .clothespin {
        top: -38px;
    }

        .galleries_section .gallery_grids .grid .clothespin img {
            max-width: 50px;
        }

    .galleries_section .gallery_grids .grid:nth-child(2) {
        margin-top: -25px;
    }

    .galleries_section .gallery_grids .grid:nth-child(3) {
        margin-top: -25px;
    }

    .galleries_section .gallery_grids .grid:nth-child(8) {
        margin-top: -45px;
    }
}

@media (max-width: 1100px) {
  .static_hero .static_hero_text_box .slide_title h2 {
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 75px;
  }
}

@media (pointer:none), (pointer:coarse) {
    .site_header .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-light .navbar-toggler {
        border-color: white;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: unset;
    }
    .site_header #navbar {
        position: unset !important;
    }

    .sticky-header {
        opacity: 1;
        top: 0;
        visibility: visible;
    }
}

    @media (max-width: 991px) {
        .static_hero .row {
            justify-content: center;
        }

        .static_hero .static_hero_text_wrap .shape {
            display: none;
        }

        .static_hero .static_hero_text_wrap .shape2 {
            display: none;
        }

        .static_hero .static_hero_img {
            right: 0;
            box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
            margin: 0 auto;
            margin-bottom: 30px;
        }

            .static_hero .static_hero_img img {
                width: 100%;
            }

        .col:last-child .static_hero_img {
            left: 0;
        }

        .static_hero .static_hero_text_box {
            padding: 80px 70px 98px;
        }

            .static_hero .static_hero_text_box .slide_text p {
                margin: 0 auto;
                margin-bottom: 30px;
            }

            .static_hero .static_hero_text_box .slide_date p {
                margin: 0 auto;
            }

        .section_padding {
            padding: 90px 0;
        }

        .wedding_date .wedding_date_wrap #clock .box {
            margin-bottom: 40px;
        }

        .wedding_date .wedding_date_wrap #clock span {
            font-size: 16px;
        }

        .site_header .navigation {
            padding: 20px 0;
        }

        /*.site_header #navbar {
            background: #7e6489;
            display: block !important;
            width: 300px;
            height: 100%;
            margin: 0;
            padding: 0;
            border: 0;
            position: fixed;
            left: -320px;
            top: 0px;
            z-index: 999999;
            opacity: 0;
            visibility: hidden;
        }

            .site_header #navbar .navbar-nav {
                height: 100%;
                overflow: auto;
                padding-bottom: 60px;
                display: block;
            }

            .site_header #navbar > ul {
                position: relative;
                z-index: 101;
            }

        .site_header .navbar-nav {
            float: none;
        }

        .site_header #navbar > ul .menu-item-has-children {
            position: relative;
            float: none;
        }

            .site_header #navbar > ul .menu-item-has-children > a.active {
                color: #fff;
            }

        .site_header #navbar > ul > li > a {
            padding: 15px 30px;
            font-size: 15px;
            display: block;
            font-weight: 600;
        }

        .site_header #navbar > ul .menu-item-has-children > a:before {
            font-family: "themify";
            content: "\e649";
            font-size: 0.73333rem;
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            transition: all 0.3s;
        }

        .site_header .menu-close {
            display: block;
            background: none;
            color: #fff;
            text-align: center;
            margin-left: auto;
            margin-top: 30px;
            margin-right: 30px;
            margin-bottom: 30px;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #fff;
        }

        .site_header #navbar .navbar-nav {
            height: 100%;
            overflow: auto;
            padding-bottom: 60px;
            display: block;
        }

        .site_header #navbar > ul {
            position: relative;
            z-index: 101;
        }*/

        .static_hero .row {
            -webkit-box-pack: center;
            justify-content: center;
        }

        .static_hero .static_hero_img {
            right: 0;
            box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
            margin: 0 auto;
            margin-bottom: 30px;
        }

            .static_hero .static_hero_img img {
                width: 100%;
            }

        .static_hero .static_hero_text_box {
            padding: 80px 70px 98px;
        }

            .static_hero .static_hero_text_box .slide_text p {
                margin: 0 auto;
                margin-bottom: 30px;
            }

            .static_hero .static_hero_text_box .slide_date p {
                margin: 0 auto;
            }

        .static_hero .static_hero_text_wrap .shape {
            display: none;
        }

        .static_hero .static_hero_text_wrap .shape2 {
            display: none;
        }

        .static_hero .col:last-child .static_hero_img {
            left: 0;
            box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
            margin: 0 auto;
            margin-bottom: 30px;
        }

        .static_hero .static_hero_img img {
            width: 100%;
        }

        .couple_section {
            padding-bottom: 20px;
        }

            .couple_section .couple_area .couple_wrap .couple_item {
                margin: 0 auto;
            }

            .couple_section .couple_area .couple_item .couple_img {
                margin-bottom: 10px;
            }

            .couple_section .couple_area .couple_item .couple_text h3 {
                font-size: 25px;
                margin-bottom: 10px;
            }

            .couple_section .couple_area .couple_wrap .couple_item .couple_text p {
                font-size: 16px;
                max-width: 245px;
            }

            .couple_section .couple_area .couple_item .couple_text ul {
                padding-top: 10px;
                display: flex;
            }

            .couple_section .couple_area .love_shape {
                text-align: center;
                margin: 30px auto;
            }

            .couple_section .couple_area .couple_wrap .couple_item {
                margin: 0 auto;
            }

            .couple_section .couple_area .couple_item .couple_img {
                margin-bottom: 10px;
            }

            .couple_section .couple_area .col:last-child .couple_item .couple_text h3 {
                font-size: 25px;
                margin-bottom: 10px;
            }

            .couple_section .couple_area .couple_item .couple_text h3 {
                font-size: 25px;
                margin-bottom: 10px;
            }

            .couple_section .couple_area .couple_item .couple_text p {
                font-size: 16px;
                max-width: 245px;
            }

            .couple_section .couple_area .couple_item .couple_text ul {
                padding-top: 10px;
                display: flex;
            }

        .story_section .story_wrap {
            padding-top: 0;
        }

        .story_section .story_item {
            position: relative !important;
            top: 0 !important;
            margin-bottom: 30px !important;
        }

            .story_section .story_item .story_img {
                transform: rotate(0) !important;
                margin: 0 auto !important;
            }

            .story_section .story_item .story_content {
                transform: rotate(0) !important;
                margin: 0 auto !important;
            }

            .story_section .story_item:nth-child(even) .col:first-child {
                -webkit-box-ordinal-group: unset !important;
                -ms-flex-order: unset !important;
                order: unset !important;
                -webkit-order: unset !important;
                -moz-order: unset !important;
            }

            .story_section .story_item:nth-child(even) .col .story_img {
                -webkit-transform: rotate(0);
                transform: rotate(0);
                margin: 0 auto;
            }

        .galleries_section .grid:nth-child(2) .img_holder {
            border-radius: 0;
        }

            .galleries_section .grid:nth-child(2) .img_holder a:before {
                border-radius: 0;
            }

            .galleries_section .grid:nth-child(2) .img_holder img {
                border-radius: 0;
            }

        .galleries_section .grid:nth-child(5) .img_holder {
            border-radius: 0;
        }

            .galleries_section .grid:nth-child(5) .img_holder a:before {
                border-radius: 0;
            }

            .galleries_section .grid:nth-child(5) .img_holder img {
                border-radius: 0;
            }
    }

    @media (min-width: 992px) {
        .col {
            padding: 0;
        }
    }

    @media (max-width: 767px) {
        .static_hero .static_hero_text_box {
            padding-top: 120px;
        }

        .section_padding {
            padding: 80px 0;
        }

        body {
            font-size: 14px;
        }

        .site_header #navbar .navbar-nav {
            margin: 0;
        }

        .site_header #navbar .navbar-nav {
            margin: 0;
        }

        .static_hero .static_hero_text_box {
            padding-top: 120px;
        }

        .couple_section .couple_area .couple_item .couple_img {
            margin-bottom: 0px;
        }

        .couple_section .couple_area .couple_wrap .couple_item .couple_text {
            right: 0;
        }

        .couple_section .couple_area .col:last-child .couple_item {
            margin-top: 30px;
        }

        .couple_section .couple_area .couple_item .couple_img {
            margin-bottom: 0px;
        }

        .couple_section .couple_area .couple_wrap .col:last-child .couple_item .couple_text {
            left: 0;
        }

        .couple_section .couple_area .couple_wrap .couple_item .couple_text {
            right: 0;
        }

        .section-title {
            margin-bottom: 40px;
        }

            .section-title h4 {
                font-size: 25px;
                line-height: 42px;
                margin-bottom: 0;
            }

            .section-title h2 {
                font-size: 32px;
                line-height: 40px;
            }

        .galleries_section {
            padding-right: 0;
            padding-bottom: 50px;
        }

            .galleries_section .line {
                display: none;
            }

            .galleries_section .galleries_section .grid:nth-child(1) {
                margin-top: 0;
                -webkit-transform: unset;
                transform: unset;
            }

            .galleries_section .gallery_grids .grid {
                width: 50%;
                padding: 0 4.5px 8px;
            }

                .galleries_section .gallery_grids .grid .img_holder {
                    max-width: 100%;
                }

                    .galleries_section .gallery_grids .grid .img_holder img {
                        min-height: 375px;
                        -o-object-fit: cover;
                        object-fit: cover;
                    }

                .galleries_section .gallery_grids .grid .clothespin {
                    display: none;
                }

                .galleries_section .gallery_grids .grid:nth-child(2) {
                    margin-top: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

                .galleries_section .gallery_grids .grid:nth-child(3) {
                    margin-top: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

                .galleries_section .gallery_grids .grid:nth-child(4) {
                    margin-top: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

                .galleries_section .gallery_grids .grid:nth-child(5) {
                    margin-top: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

                .galleries_section .gallery_grids .grid.full {
                    display: none;
                }

                .galleries_section .gallery_grids .grid:nth-child(7) {
                    margin-top: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

                .galleries_section .gallery_grids .grid:nth-child(8) {
                    margin-top: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

                .galleries_section .gallery_grids .grid:nth-child(9) {
                    margin-top: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

                .galleries_section .gallery_grids .grid:nth-child(10) {
                    margin-top: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }

                .galleries_section .gallery_grids .grid:nth-child(11) {
                    margin-top: 0;
                    -webkit-transform: unset;
                    transform: unset;
                }
    }

    @media (max-width: 600px) {
        .wedding_date .wedding_date_wrap #clock .box {
            margin-bottom: 20px;
        }

        .galleries_section .gallery_grids .grid {
            width: 100%;
            width: 50%;
        }

            .galleries_section .gallery_grids .grid .img_holder img {
                min-height: 280px;
            }
    }

    @media (max-width: 575px) {
        .static_hero .static_hero_text_wrap {
            padding: 15px;
        }

        .static_hero .static_hero_text_box {
            padding: 60px 20px 58px;
        }

            .static_hero .static_hero_text_box .slide_title h2 {
                font-size: 35px;
                margin-bottom: 20px;
                line-height: 55px;
            }

        .section_padding {
            padding: 60px 0;
        }

        .site_header .navigation.sticky-header {
            padding: 6px 30px 6px 10px;
        }

        .static_hero .static_hero_text_wrap {
            padding: 15px;
        }

        .static_hero .static_hero_text_box {
            padding: 60px 20px 58px;
        }

        .static_hero .static_hero_text_box .slide_title h2 {
            font-size: 35px;
            margin-bottom: 20px;
            line-height: 55px;
        }

        .section-title h4 {
            font-size: 18px;
        }

        .section-title h2 {
            font-size: 25px;
            margin-top: 0;
        }

        .story_section .story_wrap {
            padding-bottom: 50px;
        }

        .story_section .story_item .story_content {
            padding: 70px 20px !important;
        }

            .story_section .story_item .story_content h2 {
                font-size: 25px !important;
                margin-bottom: 10px !important;
            }

            .story_section .story_item .story_content span {
                font-size: 18px !important;
            }

            .story_section .story_item .story_content p {
                font-size: 17px !important;
            }

            .story_section .story_item .story_content .top_shape {
                top: -70px !important;
                max-width: 200px !important;
            }

        .story_section .story_item .story_content {
            padding: 70px 20px;
        }

        .story_section .flower_shape_1 {
            display: none;
        }

        .story_section .flower_shape_2 {
            display: none;
        }

        .galleries_section .gallery_grids .grid {
            width: 100%;
        }

            .galleries_section .gallery_grids .grid .img_holder img {
                min-height: auto;
            }

        .modal-content {
            width: 80%;
        }

        .replyModal {
            display: grid !important;
            align-items: center;
        }
    }

    @media (max-width: 530px) {
        .static_hero .static_hero_text_box .slide_text p {
            font-size: 18px;
        }

        .static_hero .static_hero_text_box .slide_date p {
            font-size: 30px;
        }

        .static_hero .static_hero_text_box .slide_text p {
            font-size: 18px;
        }

        .static_hero .static_hero_text_box .slide_date p {
            font-size: 30px;
        }
    }

    @media (max-width: 450px) {
        .couple_section .couple_area .couple_wrap .couple_item .couple_text {
            position: relative;
            box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
            margin: 0 auto;
            margin-top: 20px;
        }

        .couple_section .couple_area .couple_wrap .couple_item .couple_text {
            position: relative;
            box-shadow: 0px 2px 12px 2px rgba(4, 0, 52, 0.1);
            margin: 0 auto;
            margin-top: 20px;
        }
    }

    @media (max-width: 350px) {
    }

    @keyframes leafAniamtion {
        0%, 100% {
            transform: rotate(0deg) translateX(0);
        }

        50% {
            transform: rotate(10deg) translateX(50px);
        }
    }

    @-webkit-keyframes zoom-in-zoom-out {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        50% {
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

        100% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }
    }

    @keyframes zoom-in-zoom-out {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        50% {
            -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
        }

        100% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
        }
    }

    @-webkit-keyframes kenburn {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        to {
            -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
        }
    }

    @keyframes kenburn {
        from {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
        }

        to {
            -webkit-transform: scale3d(1.3, 1.3, 1.3);
            transform: scale3d(1.3, 1.3, 1.3);
        }
    }

    @-webkit-keyframes bounce {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        50% {
            -webkit-transform: translateY(15px) translateX(7);
            transform: translateY(15px) translateX(7);
        }

        100% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }
    }

    @keyframes bounce {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        50% {
            -webkit-transform: translateY(15px) translateX(7px);
            transform: translateY(15px) translateX(7px);
        }

        100% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }
    }

    @-webkit-keyframes bounceX {
        0% {
            -webkit-transform: translateX(0) translateX(0);
            transform: translateX(0) translateX(0);
        }

        50% {
            -webkit-transform: translateX(15px) translateX(7);
            transform: translateX(15px) translateX(7);
        }

        100% {
            -webkit-transform: translateX(0) translateX(0);
            transform: translateX(0) translateX(0);
        }
    }

    @keyframes bounceX {
        0% {
            -webkit-transform: translateX(0) translateX(0);
            transform: translateX(0) translateX(0);
        }

        50% {
            -webkit-transform: translateX(15px) translateX(7px);
            transform: translateX(15px) translateX(7px);
        }

        100% {
            -webkit-transform: translateX(0) translateX(0);
            transform: translateX(0) translateX(0);
        }
    }

    @-webkit-keyframes circle2 {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .footer-container h2 {
        font-family: "Great Vibes", cursive;
        /*margin-top: 10px;*/
        color: #fff;
        font-style: italic;
        margin: 0 auto;
        font-size: 30px;
    }

    .footer-text {
        height: 50px;
        display: flex;
        align-items: center;
    }