@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
  src: url("../fonts/92zatBhPNqw73oTd4g.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Donalia";
  src: url("../fonts/Donalia.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "AaYouYouHei";
  src: url("../fonts/local/AaYouYouHei-2.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Smiley Sans";
  src: url("../fonts/local/SmileySans-Oblique.ttf.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
html {
  font-size: 15px;
}
:root {
  scroll-behavior: unset;
  --font-youyou: "AaYouYouHei", "Microsoft YaHei", sans-serif;
  --font-smiley: "Smiley Sans", "Microsoft YaHei", sans-serif;
}
.font-youyou {
  font-family: var(--font-youyou) !important;
}
.font-smiley {
  font-family: var(--font-smiley) !important;
}
body {
  font-family: "Jost", sans-serif;
  color: #525252;
  background-color: #fff;
  font-size: 1.2rem;
  overflow-x: hidden;
}
::selection {
  color: #fff;
  background: #9b82bd;
}
::-moz-selection {
  color: #fff;
  background: #9b82bd;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
p {
  font-size: 18px;
  color: #525252;
  line-height: 1.8em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #06002e;
  font-family: "Donalia";
  font-weight: 400;
}
ul {
  padding-left: 0;
  margin: 0;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
}
.page-wrapper {
  position: relative;
}
.hero-logo {
  height: 200px;
  margin-bottom: 20px;
}
.hero-logo img {
  width: auto;
  height: 100%;
}
.wow {
  opacity: 0;
}
.fi:before {
  margin: 0;
}
.section-padding {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-validation-active #error {
    font-size: 15px;
  }
}
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}
.contact-validation-active #error.is-success {
  background-color: #6f5b9c;
  border-left-color: #49396f;
}
.contact-validation-active button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.65;
}
.back-to-top {
  background-color: rgba(155, 130, 189, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #9b82bd;
  border-radius: 45px;
  text-align: center;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  cursor: pointer;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-to-top:hover {
  background-color: #9b82bd;
}
.back-to-top span {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.wpo-section-title,
.wpo-section-title-s2 {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .wpo-section-title,
  .wpo-section-title-s2 {
    margin-bottom: 40px;
  }
}
.wpo-section-title h2,
.wpo-section-title-s2 h2 {
  font-size: 45px;
  line-height: 55px;
  margin: 0;
  position: relative;
  font-family: "Donalia";
  font-weight: 500;
  color: #06002e;
  display: inline-block;
  padding-bottom: 20px;
  display: block;
}
@media (max-width: 767px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .wpo-section-title h2,
  .wpo-section-title-s2 h2 {
    font-size: 22px;
  }
}
.wpo-section-title p,
.wpo-section-title-s2 p {
  font-size: 18px;
}
.wpo-section-title .section-title-icon,
.wpo-section-title-s2 .section-title-icon {
  position: relative;
  max-width: 200px;
  margin: 0 auto;
}
.wpo-contact-section .contact-title-icon {
  margin-bottom: 50px;
}
.wpo-section-title .section-title-icon .fi:before,
.wpo-section-title-s2 .section-title-icon .fi:before {
  color: #9b82bd;
  font-size: 40px;
}
.wpo-section-title .section-title-icon::before,
.wpo-section-title .section-title-icon::after,
.wpo-section-title-s2 .section-title-icon::before,
.wpo-section-title-s2 .section-title-icon::after {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 100px;
  height: 1px;
  background: #bbb;
}
@media (max-width: 575px) {
  .wpo-section-title .section-title-icon::before,
  .wpo-section-title .section-title-icon::after,
  .wpo-section-title-s2 .section-title-icon::before,
  .wpo-section-title-s2 .section-title-icon::after {
    width: 60px;
    left: -30px;
  }
}
.wpo-section-title .section-title-icon::after,
.wpo-section-title-s2 .section-title-icon::after {
  right: -30px;
  left: auto;
}
@media (max-width: 575px) {
  .wpo-section-title .section-title-icon::after,
  .wpo-section-title-s2 .section-title-icon::after {
    right: -30px;
  }
}
.wpo-section-title-s2 h2 {
  color: #fff;
}
.wpo-section-title-s2 .section-title-icon .fi:before {
  color: #fff;
}
.wpo-section-title-s2 .section-title-icon::before,
.wpo-section-title-s2 .section-title-icon::after {
  background: #fff;
}
.theme-btn,
.view-cart-btn,
.theme-btn-s3,
.theme-btn-s4 {
  background: #9b82bd;
  color: #fff;
  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.06667rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
}
.theme-btn:hover,
.view-cart-btn:hover,
.theme-btn:focus,
.view-cart-btn:focus,
.theme-btn:active,
.view-cart-btn:active,
.theme-btn-s3:hover,
.theme-btn-s3:focus,
.theme-btn-s3:active,
.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
  background: #8468a8;
  color: #fff;
}
.theme-btn:hover:after,
.view-cart-btn:hover:after,
.theme-btn:focus:after,
.view-cart-btn:focus:after,
.theme-btn:active:after,
.view-cart-btn:active:after,
.theme-btn-s3:hover:after,
.theme-btn-s3:focus:after,
.theme-btn-s3:active:after,
.theme-btn-s4:hover:after,
.theme-btn-s4:focus:after,
.theme-btn-s4:active:after {
  border: 1px solid #9b82bd;
}
.theme-btn:hover:after,
.view-cart-btn:hover:after,
.theme-btn-s3:hover:after,
.theme-btn-s4:hover:after {
  opacity: 1;
}
@media (max-width: 991px) {
  .theme-btn,
  .view-cart-btn,
  .theme-btn-s3,
  .theme-btn-s4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .theme-btn,
  .view-cart-btn,
  .theme-btn-s3,
  .theme-btn-s4 {
    padding: 12px 18px;
    font-size: 14px;
  }
}
.theme-btn-s2 {
  background: rgba(217, 206, 231, 0.5);
  color: #fff;
  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.06667rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
  z-index: 1;
  position: relative;
}
@media (max-width: 991px) {
  .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}
.theme-btn-s2:hover,
.theme-btn-s2:focus,
.theme-btn-s2:active {
  background: #d1c3e1;
  color: #fff;
  border-color: #d9cee7;
}
@media (max-width: 767px) {
  .theme-btn-s2 {
    padding: 12px 18px;
    font-size: 13px;
  }
}
.theme-btn-s4:hover {
  background: #8468a8;
}
.theme-btn-s4:hover:after {
  border: 1px solid #8468a8;
}
.view-cart-btn {
  display: block;
  margin-top: 15px;
  border-radius: 5px;
  padding: 10px 45px;
  background: #9b82bd;
  color: #fff;
}
.view-cart-btn:after {
  display: none;
}
.view-cart-btn:hover {
  background-color: #8164a5;
}
.view-cart-btn.s1 {
  background: rgba(155, 130, 189, 0.2);
  color: #d9cee7;
}
.view-cart-btn.s1:hover {
  background-color: #c9c9c9;
}
.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #9b82bd;
  -webkit-box-shadow: 0 0 5px 0 #b5a1cf;
  -o-box-shadow: 0 0 5px 0 #b5a1cf;
  -ms-box-shadow: 0 0 5px 0 #b5a1cf;
  box-shadow: 0 0 5px 0 #b5a1cf;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: normal;
  background: url(../image/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand {
  display: none;
}
.form ::-webkit-input-placeholder {
  font-style: normal;
}
.form :-ms-input-placeholder {
  font-style: normal;
}
.form ::-ms-input-placeholder {
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}
.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #b5a1cf;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #9b82bd;
}
.preloader {
  background-color: #faf7fd;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999999;
  overflow: hidden;
}
.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.preloader .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}
.preloader * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(155, 130, 189, 0.1);
  box-shadow: inset 0 0 0 1px rgba(155, 130, 189, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}
.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}
.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(155, 130, 189, 0.5);
  box-shadow: inset 0 0 0 1px rgba(155, 130, 189, 0.5);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wpo-hero-slider,
.static-hero,
.static-hero-s2,
.wpo-hero-style-3 {
  width: 100%;
  height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .wpo-hero-slider,
  .static-hero,
  .static-hero-s2,
  .wpo-hero-style-3 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider,
  .static-hero,
  .static-hero-s2,
  .wpo-hero-style-3 {
    height: 500px;
  }
}
.wpo-hero-slider .swiper-slide,
.static-hero .swiper-slide,
.static-hero-s2 .swiper-slide,
.wpo-hero-style-3 .swiper-slide {
  overflow: hidden;
}
.wpo-hero-slider .swiper-container,
.wpo-hero-slider .hero-container,
.static-hero .swiper-container,
.static-hero .hero-container,
.static-hero-s2 .swiper-container,
.static-hero-s2 .hero-container,
.wpo-hero-style-3 .swiper-container,
.wpo-hero-style-3 .hero-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.wpo-hero-slider .slide-inner,
.wpo-hero-slider .hero-inner,
.static-hero .slide-inner,
.static-hero .hero-inner,
.static-hero-s2 .slide-inner,
.static-hero-s2 .hero-inner,
.wpo-hero-style-3 .slide-inner,
.wpo-hero-style-3 .hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
.wpo-hero-slider .slide-inner:before,
.wpo-hero-slider .hero-inner:before,
.static-hero .slide-inner:before,
.static-hero .hero-inner:before,
.static-hero-s2 .slide-inner:before,
.static-hero-s2 .hero-inner:before,
.wpo-hero-style-3 .slide-inner:before,
.wpo-hero-style-3 .hero-inner:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0e0f30;
  content: "";
  opacity: 0.4;
  z-index: -1;
}
.wpo-hero-slider .slide-inner .slide-content,
.wpo-hero-slider .hero-inner .slide-content,
.static-hero .slide-inner .slide-content,
.static-hero .hero-inner .slide-content,
.static-hero-s2 .slide-inner .slide-content,
.static-hero-s2 .hero-inner .slide-content,
.wpo-hero-style-3 .slide-inner .slide-content,
.wpo-hero-style-3 .hero-inner .slide-content {
  padding: 60px 70px;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .wpo-hero-slider .slide-inner .slide-content,
  .wpo-hero-slider .hero-inner .slide-content,
  .static-hero .slide-inner .slide-content,
  .static-hero .hero-inner .slide-content,
  .static-hero-s2 .slide-inner .slide-content,
  .static-hero-s2 .hero-inner .slide-content,
  .wpo-hero-style-3 .slide-inner .slide-content,
  .wpo-hero-style-3 .hero-inner .slide-content {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-inner .slide-content,
  .wpo-hero-slider .hero-inner .slide-content,
  .static-hero .slide-inner .slide-content,
  .static-hero .hero-inner .slide-content,
  .static-hero-s2 .slide-inner .slide-content,
  .static-hero-s2 .hero-inner .slide-content,
  .wpo-hero-style-3 .slide-inner .slide-content,
  .wpo-hero-style-3 .hero-inner .slide-content {
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider .slide-inner .slide-content,
  .wpo-hero-slider .hero-inner .slide-content,
  .static-hero .slide-inner .slide-content,
  .static-hero .hero-inner .slide-content,
  .static-hero-s2 .slide-inner .slide-content,
  .static-hero-s2 .hero-inner .slide-content,
  .wpo-hero-style-3 .slide-inner .slide-content,
  .wpo-hero-style-3 .hero-inner .slide-content {
    max-width: 385px;
    padding: 80px 30px;
  }
}
@media (max-width: 575px) {
  .wpo-hero-slider .slide-inner .slide-content,
  .wpo-hero-slider .hero-inner .slide-content,
  .static-hero .slide-inner .slide-content,
  .static-hero .hero-inner .slide-content,
  .static-hero-s2 .slide-inner .slide-content,
  .static-hero-s2 .hero-inner .slide-content,
  .wpo-hero-style-3 .slide-inner .slide-content,
  .wpo-hero-style-3 .hero-inner .slide-content {
    padding: 30px 20px;
  }
}
.wpo-hero-slider .swiper-button-prev,
.wpo-hero-slider .swiper-button-next,
.static-hero .swiper-button-prev,
.static-hero .swiper-button-next,
.static-hero-s2 .swiper-button-prev,
.static-hero-s2 .swiper-button-next,
.wpo-hero-style-3 .swiper-button-prev,
.wpo-hero-style-3 .swiper-button-next {
  background: rgba(255, 255, 255, 0.2);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wpo-hero-slider .swiper-button-prev:hover,
.wpo-hero-slider .swiper-button-next:hover,
.static-hero .swiper-button-prev:hover,
.static-hero .swiper-button-next:hover,
.static-hero-s2 .swiper-button-prev:hover,
.static-hero-s2 .swiper-button-next:hover,
.wpo-hero-style-3 .swiper-button-prev:hover,
.wpo-hero-style-3 .swiper-button-next:hover {
  opacity: 0.9;
}
@media (max-width: 767px) {
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next,
  .static-hero .swiper-button-prev,
  .static-hero .swiper-button-next,
  .static-hero-s2 .swiper-button-prev,
  .static-hero-s2 .swiper-button-next,
  .wpo-hero-style-3 .swiper-button-prev,
  .wpo-hero-style-3 .swiper-button-next {
    display: none;
  }
}
.wpo-hero-slider .swiper-button-prev,
.static-hero .swiper-button-prev,
.static-hero-s2 .swiper-button-prev,
.wpo-hero-style-3 .swiper-button-prev {
  left: 25px;
}
.wpo-hero-slider .swiper-button-prev:before,
.static-hero .swiper-button-prev:before,
.static-hero-s2 .swiper-button-prev:before,
.wpo-hero-style-3 .swiper-button-prev:before {
  font-family: "themify";
  content: "\e629";
  font-size: 20px;
  color: #fff;
}
.wpo-hero-slider .swiper-button-next,
.static-hero .swiper-button-next,
.static-hero-s2 .swiper-button-next,
.wpo-hero-style-3 .swiper-button-next {
  right: 25px;
}
.wpo-hero-slider .swiper-button-next:before,
.static-hero .swiper-button-next:before,
.static-hero-s2 .swiper-button-next:before,
.wpo-hero-style-3 .swiper-button-next:before {
  font-family: "themify";
  content: "\e628";
  font-size: 20px;
  color: #fff;
}
@media (max-width: 991px) {
  .wpo-hero-slider .swiper-button-prev,
  .wpo-hero-slider .swiper-button-next,
  .static-hero .swiper-button-prev,
  .static-hero .swiper-button-next,
  .static-hero-s2 .swiper-button-prev,
  .static-hero-s2 .swiper-button-next,
  .wpo-hero-style-3 .swiper-button-prev,
  .wpo-hero-style-3 .swiper-button-next {
    display: none;
  }
}
.wpo-hero-slider .swiper-pagination-bullet,
.static-hero .swiper-pagination-bullet,
.static-hero-s2 .swiper-pagination-bullet,
.wpo-hero-style-3 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 992px) {
  .wpo-hero-slider .swiper-pagination-bullet,
  .static-hero .swiper-pagination-bullet,
  .static-hero-s2 .swiper-pagination-bullet,
  .wpo-hero-style-3 .swiper-pagination-bullet {
    display: none;
  }
}
.wpo-hero-slider .swiper-pagination-bullet-active,
.static-hero .swiper-pagination-bullet-active,
.static-hero-s2 .swiper-pagination-bullet-active,
.wpo-hero-style-3 .swiper-pagination-bullet-active {
  color: #fff;
  background: #fff;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 12px;
}
.wpo-hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-slider .swiper-pagination-custom,
.wpo-hero-slider .swiper-pagination-fraction,
.static-hero .swiper-container-horizontal > .swiper-pagination-bullets,
.static-hero .swiper-pagination-custom,
.static-hero .swiper-pagination-fraction,
.static-hero-s2 .swiper-container-horizontal > .swiper-pagination-bullets,
.static-hero-s2 .swiper-pagination-custom,
.static-hero-s2 .swiper-pagination-fraction,
.wpo-hero-style-3 .swiper-container-horizontal > .swiper-pagination-bullets,
.wpo-hero-style-3 .swiper-pagination-custom,
.wpo-hero-style-3 .swiper-pagination-fraction {
  bottom: 30px;
}
.wpo-hero-slider
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.static-hero
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.static-hero-s2
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.wpo-hero-style-3
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}
@media (max-width: 1199px) {
  .wpo-hero-slider,
  .static-hero,
  .static-hero-s2,
  .wpo-hero-style-3 {
    height: 680px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider,
  .static-hero,
  .static-hero-s2,
  .wpo-hero-style-3 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider,
  .static-hero,
  .static-hero-s2,
  .wpo-hero-style-3 {
    height: 500px;
  }
}
.wpo-hero-slider .gradient-overlay,
.static-hero .gradient-overlay,
.static-hero-s2 .gradient-overlay,
.wpo-hero-style-3 .gradient-overlay {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(45%, #06002e),
    color-stop(65%, transparent)
  );
  background: linear-gradient(left, #06002e 45%, transparent 65%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0.6;
}
.wpo-hero-slider .gradient-overlay + .container,
.static-hero .gradient-overlay + .container,
.static-hero-s2 .gradient-overlay + .container,
.wpo-hero-style-3 .gradient-overlay + .container {
  position: relative;
  z-index: 11;
}
.wpo-hero-slider .swiper-slide,
.static-hero .swiper-slide,
.static-hero-s2 .swiper-slide,
.wpo-hero-style-3 .swiper-slide {
  position: relative;
  z-index: 11;
}
.wpo-hero-slider .wpo-hero-title-top span,
.static-hero .wpo-hero-title-top span,
.static-hero-s2 .wpo-hero-title-top span,
.wpo-hero-style-3 .wpo-hero-title-top span {
  font-size: 22px;
  color: #e4e4e4;
  font-family: "Donalia";
}
@media (max-width: 767px) {
  .wpo-hero-slider .wpo-hero-title-top span,
  .static-hero .wpo-hero-title-top span,
  .static-hero-s2 .wpo-hero-title-top span,
  .wpo-hero-style-3 .wpo-hero-title-top span {
    font-size: 15px;
  }
}
.wpo-hero-slider .slide-title h2,
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.wpo-hero-style-3 .slide-title h2 {
  font-size: 100px;
  font-weight: 500;
  line-height: 60px;
  margin: 10px 0 35px;
  color: #fff;
}
@media (max-width: 1199px) {
  .wpo-hero-slider .slide-title h2,
  .static-hero .slide-title h2,
  .static-hero-s2 .slide-title h2,
  .wpo-hero-style-3 .slide-title h2 {
    font-size: 50px;
    font-size: 3.33333rem;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-title h2,
  .static-hero .slide-title h2,
  .static-hero-s2 .slide-title h2,
  .wpo-hero-style-3 .slide-title h2 {
    font-size: 40px;
    font-size: 2.66667rem;
    line-height: 55px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider .slide-title h2,
  .static-hero .slide-title h2,
  .static-hero-s2 .slide-title h2,
  .wpo-hero-style-3 .slide-title h2 {
    font-size: 30px;
    font-size: 2rem;
    line-height: 36px;
  }
}
.wpo-hero-slider .slide-text p,
.static-hero .slide-text p,
.static-hero-s2 .slide-text p,
.wpo-hero-style-3 .slide-text p {
  font-size: 30px;
  color: #fff;
  line-height: 45px;
  max-width: 780px;
  color: #fff;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-text p,
  .static-hero .slide-text p,
  .static-hero-s2 .slide-text p,
  .wpo-hero-style-3 .slide-text p {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider .slide-text p,
  .static-hero .slide-text p,
  .static-hero-s2 .slide-text p,
  .wpo-hero-style-3 .slide-text p {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider .slide-btns,
  .static-hero .slide-btns,
  .static-hero-s2 .slide-btns,
  .wpo-hero-style-3 .slide-btns {
    max-width: 400px;
  }
}
.wpo-hero-slider .slide-btns .theme-btn,
.wpo-hero-slider .slide-btns .view-cart-btn,
.static-hero .slide-btns .theme-btn,
.static-hero .slide-btns .view-cart-btn,
.static-hero-s2 .slide-btns .theme-btn,
.static-hero-s2 .slide-btns .view-cart-btn,
.wpo-hero-style-3 .slide-btns .theme-btn,
.wpo-hero-style-3 .slide-btns .view-cart-btn {
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
}
.wpo-hero-slider .slide-btns .theme-btn:after,
.wpo-hero-slider .slide-btns .view-cart-btn:after,
.static-hero .slide-btns .theme-btn:after,
.static-hero .slide-btns .view-cart-btn:after,
.static-hero-s2 .slide-btns .theme-btn:after,
.static-hero-s2 .slide-btns .view-cart-btn:after,
.wpo-hero-style-3 .slide-btns .theme-btn:after,
.wpo-hero-style-3 .slide-btns .view-cart-btn:after {
  border-radius: 0;
}
.wpo-hero-slider .slide-btns .hero-video-btn,
.static-hero .slide-btns .hero-video-btn,
.static-hero-s2 .slide-btns .hero-video-btn,
.wpo-hero-style-3 .slide-btns .hero-video-btn {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .wpo-hero-slider .slide-btns .hero-video-btn,
  .static-hero .slide-btns .hero-video-btn,
  .static-hero-s2 .slide-btns .hero-video-btn,
  .wpo-hero-style-3 .slide-btns .hero-video-btn {
    margin-left: 20px;
  }
}
.wpo-hero-slider-s2 {
  height: 900px;
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s2 {
    height: 680px;
  }
}
@media (max-width: 991px) {
  .wpo-hero-slider-s2 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider-s2 {
    height: 500px;
  }
}
.wpo-hero-slider-s2 .hero-inner .slide-content,
.wpo-hero-slider-s2 .slide-inner .slide-content {
  max-width: 760px;
  position: relative;
  background: 0;
  padding: 80px 70px;
}
@media (max-width: 991px) {
  .wpo-hero-slider-s2 .hero-inner .slide-content,
  .wpo-hero-slider-s2 .slide-inner .slide-content {
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .wpo-hero-slider-s2 .hero-inner .slide-content,
  .wpo-hero-slider-s2 .slide-inner .slide-content {
    max-width: 450px;
    padding: 40px 50px;
  }
}
.wpo-hero-slider-s2 .hero-inner .slide-content h2,
.wpo-hero-slider-s2 .slide-inner .slide-content h2 {
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .wpo-hero-slider-s2 .hero-inner .slide-content h2,
  .wpo-hero-slider-s2 .slide-inner .slide-content h2 {
    margin-bottom: 10px;
  }
}
.wpo-hero-slider-s2 .hero-inner .slide-content p,
.wpo-hero-slider-s2 .slide-inner .slide-content p {
  margin-bottom: 0;
}
.static-hero,
.static-hero-s2 {
  background: #fff;
  height: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .static-hero,
  .static-hero-s2 {
    height: 1100px;
  }
}
@media (max-width: 1199px) {
  .static-hero,
  .static-hero-s2 {
    height: 1000px;
  }
}
@media (max-width: 991px) {
  .static-hero,
  .static-hero-s2 {
    height: 1200px;
  }
}
@media (max-width: 767px) {
  .static-hero,
  .static-hero-s2 {
    height: 1200px;
  }
}
@media (max-width: 575px) {
  .static-hero,
  .static-hero-s2 {
    height: 1000px;
  }
}
@media (max-width: 420px) {
  .static-hero,
  .static-hero-s2 {
    height: 920px;
  }
}
@media (max-width: 991px) {
  .static-hero .hero-inner,
  .static-hero-s2 .hero-inner {
    height: unset;
    padding-top: 80px;
  }
}
@media (max-width: 595px) {
  .static-hero .hero-inner,
  .static-hero-s2 .hero-inner {
    padding-top: 30px;
  }
}
.static-hero .wpo-static-hero-inner,
.static-hero-s2 .wpo-static-hero-inner {
  padding-bottom: 0;
  padding-left: 240px;
}
@media (max-width: 1800px) {
  .static-hero .wpo-static-hero-inner,
  .static-hero-s2 .wpo-static-hero-inner {
    padding-left: 140px;
  }
}
@media (max-width: 1600px) {
  .static-hero .wpo-static-hero-inner,
  .static-hero-s2 .wpo-static-hero-inner {
    padding-left: 70px;
  }
}
@media (max-width: 991px) {
  .static-hero .wpo-static-hero-inner,
  .static-hero-s2 .wpo-static-hero-inner {
    padding-bottom: 0;
    padding-left: 0;
    text-align: center;
  }
}
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2 {
  color: #06002e;
  font-weight: 400;
  font-size: 80px;
  line-height: 126px;
  margin-bottom: 10px;
}
.static-hero .slide-title h2 span,
.static-hero-s2 .slide-title h2 span {
  color: #9b82bd;
}
@media (max-width: 1500px) {
  .static-hero .slide-title h2,
  .static-hero-s2 .slide-title h2 {
    font-size: 70px;
    margin-bottom: 0;
    line-height: 85px;
  }
}
@media (max-width: 1400px) {
  .static-hero .slide-title h2,
  .static-hero-s2 .slide-title h2 {
    font-size: 65px;
    margin-bottom: 10px;
    line-height: 75px;
  }
}
@media (max-width: 1199px) {
  .static-hero .slide-title h2,
  .static-hero-s2 .slide-title h2 {
    font-size: 50px;
  }
}
@media (max-width: 1100px) {
  .static-hero .slide-title h2,
  .static-hero-s2 .slide-title h2 {
    font-size: 50px;
    margin-bottom: 10px;
  }
}
@media (max-width: 530px) {
  .static-hero .slide-title h2,
  .static-hero-s2 .slide-title h2 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 0;
  }
}
.static-hero .hero-inner .container,
.static-hero-s2 .hero-inner .container {
  position: relative;
}
.static-hero .shape-1,
.static-hero-s2 .shape-1 {
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .static-hero .shape-1,
  .static-hero-s2 .shape-1 {
    padding-bottom: 20px;
  }
}
.static-hero .hero-inner::before,
.static-hero-s2 .hero-inner::before {
  display: none;
}
.static-hero .slide-text p,
.static-hero-s2 .slide-text p {
  font-weight: 400;
  font-size: 25px;
  line-height: 36px;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .static-hero .slide-text p,
  .static-hero-s2 .slide-text p {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .static-hero .slide-text p,
  .static-hero-s2 .slide-text p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .static-hero .slide-text p,
  .static-hero-s2 .slide-text p {
    margin: 0 auto;
  }
}
@media (max-width: 530px) {
  .static-hero .slide-text p,
  .static-hero-s2 .slide-text p {
    font-size: 16px;
  }
}
.static-hero .wpo-wedding-date,
.static-hero-s2 .wpo-wedding-date {
  text-align: center;
  padding-bottom: 0;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .static-hero .wpo-wedding-date,
  .static-hero-s2 .wpo-wedding-date {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .static-hero .wpo-wedding-date,
  .static-hero-s2 .wpo-wedding-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0;
  }
}
.static-hero .wpo-wedding-date #clock,
.static-hero-s2 .wpo-wedding-date #clock {
  overflow: hidden;
  margin-top: 20px;
  margin-left: -30px;
}
@media (max-width: 991px) {
  .static-hero .wpo-wedding-date #clock,
  .static-hero-s2 .wpo-wedding-date #clock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 530px) {
  .static-hero .wpo-wedding-date #clock,
  .static-hero-s2 .wpo-wedding-date #clock {
    margin-top: 0;
  }
}
.static-hero .wpo-wedding-date #clock .box,
.static-hero-s2 .wpo-wedding-date #clock .box {
  width: 170px;
  height: 170px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .static-hero .wpo-wedding-date #clock .box,
  .static-hero-s2 .wpo-wedding-date #clock .box {
    width: 140px;
    height: 140px;
  }
}
.static-hero .wpo-wedding-date #clock .box:before,
.static-hero-s2 .wpo-wedding-date #clock .box:before {
  position: absolute;
  left: -10px;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../image/bg-1.svg) no-repeat center center;
  z-index: -1;
}
@media (max-width: 1400px) {
  .static-hero .wpo-wedding-date #clock .box:before,
  .static-hero-s2 .wpo-wedding-date #clock .box:before {
    left: -10px;
    top: 0;
    background-size: cover;
  }
}
@media (max-width: 1400px) {
  .static-hero .wpo-wedding-date #clock .box:first-child,
  .static-hero-s2 .wpo-wedding-date #clock .box:first-child {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 1400px) {
  .static-hero .wpo-wedding-date #clock .box:first-child:before,
  .static-hero-s2 .wpo-wedding-date #clock .box:first-child:before {
    width: 160px;
  }
}
.static-hero .wpo-wedding-date #clock .box:nth-child(2):before,
.static-hero-s2 .wpo-wedding-date #clock .box:nth-child(2):before {
  left: 3px;
  top: 10px;
  background: url(../image/bg-2.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1400px) {
  .static-hero .wpo-wedding-date #clock .box:nth-child(2):before,
  .static-hero-s2 .wpo-wedding-date #clock .box:nth-child(2):before {
    left: 0;
    top: 10px;
  }
}
.static-hero .wpo-wedding-date #clock .box:nth-child(3):before,
.static-hero-s2 .wpo-wedding-date #clock .box:nth-child(3):before {
  left: 15px;
  top: -8px;
  background: url(../image/bg-3.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1400px) {
  .static-hero .wpo-wedding-date #clock .box:nth-child(3):before,
  .static-hero-s2 .wpo-wedding-date #clock .box:nth-child(3):before {
    left: 10px;
    top: -10px;
  }
}
.static-hero .wpo-wedding-date #clock .box:nth-child(4):before,
.static-hero-s2 .wpo-wedding-date #clock .box:nth-child(4):before {
  left: -12px;
  top: -12px;
  background: url(../image/bg-4.svg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 1400px) {
  .static-hero .wpo-wedding-date #clock .box:nth-child(4):before,
  .static-hero-s2 .wpo-wedding-date #clock .box:nth-child(4):before {
    left: -10px;
    top: -10px;
  }
}
.static-hero .wpo-wedding-date #clock > div,
.static-hero-s2 .wpo-wedding-date #clock > div {
  float: left;
  display: table;
}
.static-hero .wpo-wedding-date #clock > div > div,
.static-hero-s2 .wpo-wedding-date #clock > div > div {
  display: table-cell;
  vertical-align: middle;
}
.static-hero .wpo-wedding-date #clock > div + div,
.static-hero-s2 .wpo-wedding-date #clock > div + div {
  margin-left: 30px;
}
@media (max-width: 1500px) {
  .static-hero .wpo-wedding-date #clock > div + div,
  .static-hero-s2 .wpo-wedding-date #clock > div + div {
    margin-left: 20px;
  }
}
@media (max-width: 1400px) {
  .static-hero .wpo-wedding-date #clock > div + div,
  .static-hero-s2 .wpo-wedding-date #clock > div + div {
    margin-left: 15px;
  }
}
@media (max-width: 1300px) {
  .static-hero .wpo-wedding-date #clock > div + div,
  .static-hero-s2 .wpo-wedding-date #clock > div + div {
    margin-left: 0;
  }
}
.static-hero .wpo-wedding-date #clock .time,
.static-hero-s2 .wpo-wedding-date #clock .time {
  font-family: "Donalia";
  font-weight: 400;
  font-size: 40px;
  line-height: 42px;
  font-size: 2.66667rem;
  color: #06002e;
}
@media (max-width: 1400px) {
  .static-hero .wpo-wedding-date #clock .time,
  .static-hero-s2 .wpo-wedding-date #clock .time {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 1100px) {
  .static-hero .wpo-wedding-date #clock .time,
  .static-hero-s2 .wpo-wedding-date #clock .time {
    font-size: 30px;
    font-size: 2rem;
  }
}
.static-hero .wpo-wedding-date #clock span,
.static-hero-s2 .wpo-wedding-date #clock span {
  color: #4d4d4d;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 991px) {
  .static-hero .wpo-wedding-date #clock span,
  .static-hero-s2 .wpo-wedding-date #clock span {
    font-size: 16px;
  }
}
.static-hero .static-hero-right,
.static-hero-s2 .static-hero-right {
  position: absolute;
  top: 50%;
  right: 250px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1700px) {
  .static-hero .static-hero-right,
  .static-hero-s2 .static-hero-right {
    right: 100px;
  }
}
@media (max-width: 1400px) {
  .static-hero .static-hero-right,
  .static-hero-s2 .static-hero-right {
    width: 500px;
    height: 640px;
  }
}
@media (max-width: 1199px) {
  .static-hero .static-hero-right,
  .static-hero-s2 .static-hero-right {
    width: 420px;
    height: 500px;
  }
}
@media (max-width: 991px) {
  .static-hero .static-hero-right,
  .static-hero-s2 .static-hero-right {
    bottom: 190px;
    top: auto;
    left: 45%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 575px) {
  .static-hero .static-hero-right,
  .static-hero-s2 .static-hero-right {
    width: 320px;
    height: 400px;
    left: 42%;
    bottom: 50px;
  }
}
@media (max-width: 420px) {
  .static-hero .static-hero-right,
  .static-hero-s2 .static-hero-right {
    width: 280px;
    height: 350px;
  }
}
.static-hero .static-hero-right .static-hero-img,
.static-hero-s2 .static-hero-right .static-hero-img {
  z-index: 1;
  position: relative;
}
.static-hero .static-hero-right .static-hero-img:before,
.static-hero-s2 .static-hero-right .static-hero-img:before {
  position: absolute;
  right: -50px;
  bottom: -18px;
  width: 100%;
  height: 95%;
  background: #fff;
  border: 20px solid #d9cee7;
  content: "";
  z-index: -1;
}
.static-hero .static-hero-right .static-hero-shape-1,
.static-hero-s2 .static-hero-right .static-hero-shape-1 {
  position: absolute;
  right: -120px;
  bottom: -100px;
  z-index: 1;
}
@media (max-width: 575px) {
  .static-hero .static-hero-right .static-hero-shape-1,
  .static-hero-s2 .static-hero-right .static-hero-shape-1 {
    left: 0;
    bottom: -50px;
    z-index: 1;
  }
}
.static-hero .static-hero-right .static-hero-shape-1 img,
.static-hero-s2 .static-hero-right .static-hero-shape-1 img {
  border-radius: 0;
}
@media (max-width: 575px) {
  .static-hero .static-hero-right .static-hero-shape-1 img,
  .static-hero-s2 .static-hero-right .static-hero-shape-1 img {
    max-width: 200px;
  }
}
.static-hero .static-hero-right .static-hero-shape-2,
.static-hero-s2 .static-hero-right .static-hero-shape-2 {
  position: absolute;
  right: -150px;
  top: -30px;
  z-index: 1;
}
@media (max-width: 575px) {
  .static-hero .static-hero-right .static-hero-shape-2,
  .static-hero-s2 .static-hero-right .static-hero-shape-2 {
    right: -110px;
    top: -15px;
  }
}
.static-hero .static-hero-right .static-hero-shape-2 img,
.static-hero-s2 .static-hero-right .static-hero-shape-2 img {
  border-radius: 0;
}
@media (max-width: 575px) {
  .static-hero .static-hero-right .static-hero-shape-2 img,
  .static-hero-s2 .static-hero-right .static-hero-shape-2 img {
    max-width: 200px;
  }
}

/* Static hero: Bootstrap two-column layout instead of absolute positioning. */
.static-hero {
  height: auto;
  min-height: 1000px;
  align-items: stretch;
}
.static-hero .hero-container,
.static-hero .hero-inner {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: 100%;
  height: auto;
  min-height: inherit;
}
.static-hero .hero-inner {
  padding-top: 0;
}
.static-hero .hero-inner > .container-fluid,
.static-hero .static-hero-row {
  min-height: inherit;
}
.static-hero .static-hero-left,
.static-hero .static-hero-media {
  display: flex;
  align-items: center;
  justify-content: center;
}
.static-hero .static-hero-right {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  width: min(100%, 635px);
  height: auto;
  margin: 0 auto;
  -webkit-transform: none;
  transform: none;
}
.static-hero .static-hero-img-inner img {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .static-hero .wpo-wedding-date #clock {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 680px);
    margin-right: auto;
    margin-left: 0;
  }
  .static-hero .wpo-wedding-date #clock .box,
  .static-hero .wpo-wedding-date #clock .box:first-child {
    width: auto;
    height: auto;
    aspect-ratio: 1;
  }
  .static-hero .wpo-wedding-date #clock > div + div {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .static-hero {
    min-height: 0;
    padding: 60px 0 100px;
  }
  .static-hero .hero-inner,
  .static-hero .hero-inner > .container-fluid,
  .static-hero .static-hero-row {
    min-height: 0;
  }
  .static-hero .static-hero-row {
    row-gap: 80px;
  }
  .static-hero .static-hero-media {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .static-hero .static-hero-right {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    max-width: 500px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
  .static-hero .static-hero-right .static-hero-img,
  .static-hero .static-hero-right .static-hero-img-inner {
    width: 100%;
  }
  .static-hero .static-hero-right .static-hero-img:before {
    right: 0;
    bottom: -12px;
    width: 100%;
    border-width: clamp(8px, 3vw, 20px);
  }
  .static-hero .static-hero-right .static-hero-shape-1 {
    right: auto;
    bottom: -60px;
    left: 50%;
    width: min(55%, 220px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .static-hero .static-hero-right .static-hero-shape-1 img {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
@-webkit-keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}
@keyframes spineer {
  from {
    -webkit-box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
    box-shadow: 0 0 0 0 rgba(59, 81, 125, 0.99);
  }
  to {
    -webkit-box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
    box-shadow: 0 0 0 45px rgba(59, 81, 125, 0.01);
  }
}
.wpo-site-footer {
  background: #faf8fc;
  position: relative;
  font-size: 15px;
  overflow: hidden;
}
.wpo-site-footer ul {
  list-style: none;
}
.wpo-site-footer p {
  color: #525252;
}
.wpo-site-footer li {
  color: #525252;
}
.wpo-site-footer .container {
  position: relative;
}
.wpo-site-footer .wpo-lower-footer {
  text-align: center;
  position: relative;
  background: #fff;
}
.wpo-site-footer .wpo-lower-footer .row {
  padding: 20px 0;
  position: relative;
}
.wpo-site-footer .wpo-lower-footer .copyright {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  color: #9b82bd;
}
.wpo-site-footer .wpo-lower-footer .copyright a {
  color: #9b82bd;
  text-decoration: none;
}
@media (max-width: 991px) {
  .wpo-site-footer .wpo-lower-footer .copyright {
    float: none;
    display: block;
  }
}
.couple-section,
.couple-section-s2 {
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.couple-section .shape-1,
.couple-section-s2 .shape-1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .couple-section .shape-1,
  .couple-section-s2 .shape-1 {
    display: none;
  }
}
.couple-section .shape-1 img,
.couple-section-s2 .shape-1 img {
  width: 100%;
}
@media (max-width: 1700px) {
  .couple-section .shape-1 img,
  .couple-section-s2 .shape-1 img {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .couple-section .shape-1 img,
  .couple-section-s2 .shape-1 img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .couple-section .shape-1 img,
  .couple-section-s2 .shape-1 img {
    width: 40%;
  }
}
.couple-section .shape-2,
.couple-section-s2 .shape-2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  text-align: right;
}
.couple-section .shape-2 img,
.couple-section-s2 .shape-2 img {
  width: 100%;
}
@media (max-width: 1700px) {
  .couple-section .shape-2 img,
  .couple-section-s2 .shape-2 img {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .couple-section .shape-2 img,
  .couple-section-s2 .shape-2 img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .couple-section .shape-2 img,
  .couple-section-s2 .shape-2 img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .couple-section .shape-2,
  .couple-section-s2 .shape-2 {
    display: none;
  }
}
@media (max-width: 991px) {
  .couple-section,
  .couple-section-s2 {
    padding-bottom: 30px;
  }
}
.couple-section .couple-area .couple-item,
.couple-section-s2 .couple-area .couple-item {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .couple-section .couple-area .couple-item,
  .couple-section-s2 .couple-area .couple-item {
    text-align: center;
  }
}
.couple-section .couple-area .couple-item .couple-img,
.couple-section-s2 .couple-area .couple-item .couple-img {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, 0.06);
  box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, 0.06);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .couple-section .couple-area .couple-item .couple-img,
  .couple-section-s2 .couple-area .couple-item .couple-img {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.couple-section .couple-area .couple-item .couple-img img,
.couple-section-s2 .couple-area .couple-item .couple-img img {
  border-radius: 50%;
  width: 100%;
}
.couple-section .couple-area .couple-item .couple-text,
.couple-section-s2 .couple-area .couple-item .couple-text {
  padding-left: 30px;
}
@media (max-width: 991px) {
  .couple-section .couple-area .couple-item .couple-text,
  .couple-section-s2 .couple-area .couple-item .couple-text {
    padding-left: 0;
  }
}
.couple-section .couple-area .couple-item .couple-text h3,
.couple-section-s2 .couple-area .couple-item .couple-text h3 {
  font-weight: 400;
  font-size: 50px;
  font-size: 3.33333rem;
  line-height: 79px;
  margin: 0 0 0.3em;
  font-weight: 500;
}
@media (max-width: 575px) {
  .couple-section .couple-area .couple-item .couple-text h3,
  .couple-section-s2 .couple-area .couple-item .couple-text h3 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}
.couple-section .couple-area .couple-item .couple-text p,
.couple-section-s2 .couple-area .couple-item .couple-text p {
  margin-bottom: 10px;
}
.couple-section .couple-area .couple-item .couple-text ul,
.couple-section-s2 .couple-area .couple-item .couple-text ul {
  list-style: none;
  overflow: hidden;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .couple-section .couple-area .couple-item .couple-text ul,
  .couple-section-s2 .couple-area .couple-item .couple-text ul {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.couple-section .couple-area .couple-item .couple-text ul > li + li,
.couple-section-s2 .couple-area .couple-item .couple-text ul > li + li {
  margin-left: 15px;
}
.couple-section .couple-area .couple-item .couple-text ul li a,
.couple-section-s2 .couple-area .couple-item .couple-text ul li a {
  display: block;
  text-align: center;
  color: #9b82bd;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #9b82bd;
  border-radius: 50%;
}
.couple-section .couple-area .couple-item .couple-text ul li a:hover,
.couple-section-s2 .couple-area .couple-item .couple-text ul li a:hover {
  color: #fff;
  background: #9b82bd;
}
.couple-section .couple-area .couple-item.groom .row,
.couple-section-s2 .couple-area .couple-item.groom .row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.couple-section .couple-area .couple-item.groom .couple-text,
.couple-section-s2 .couple-area .couple-item.groom .couple-text {
  text-align: right;
  padding-right: 30px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .couple-section .couple-area .couple-item.groom .couple-text,
  .couple-section-s2 .couple-area .couple-item.groom .couple-text {
    text-align: center;
    padding-right: 0;
  }
}
.couple-section .couple-area .couple-item.groom .couple-text ul,
.couple-section-s2 .couple-area .couple-item.groom .couple-text ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media (max-width: 991px) {
  .couple-section .couple-area .couple-item.groom .couple-text ul,
  .couple-section-s2 .couple-area .couple-item.groom .couple-text ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.wpo-video-section {
  position: relative;
  z-index: 1;
  background: url(../image/cta.jpg) no-repeat center center;
  height: 400px;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .wpo-video-section {
    background-image: url(../image/wap/cta.webp);
    background-size: cover;
    background-attachment: scroll;
  }
}
@media (min-width: 1600px) {
  .wpo-video-section .container {
    max-width: 1400px;
  }
}
.story-section {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .story-section {
    overflow: hidden;
  }
}
.story-section .shape-1 {
  position: absolute;
  left: 0;
  top: 5%;
  z-index: -1;
  min-height: 100%;
}
.story-section .shape-1 .sticky-shape {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
@media (max-width: 767px) {
  .story-section .shape-1 {
    display: none;
  }
}
.story-section .shape-1 img {
  width: 100%;
}
@media (max-width: 1700px) {
  .story-section .shape-1 img {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .story-section .shape-1 img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .story-section .shape-1 img {
    width: 40%;
  }
}
.story-section .shape-2 {
  position: absolute;
  right: 0;
  top: 5%;
  z-index: -1;
  text-align: right;
  min-height: 100%;
}
.story-section .shape-2 .sticky-shape {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}
.story-section .shape-2 img {
  width: 100%;
}
@media (max-width: 1700px) {
  .story-section .shape-2 img {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .story-section .shape-2 img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .story-section .shape-2 img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .story-section .shape-2 {
    display: none;
  }
}
.story-section .story-timeline {
  position: relative;
}
.story-section .story-timeline .heart {
  background-color: #fff;
  width: 70px;
  height: 70px;
  line-height: 71px;
  text-align: center;
  position: absolute;
  left: -35px;
  top: -22px;
  border: 1px solid rgba(217, 206, 231, 0.5);
  border-radius: 50%;
  z-index: 10;
}
@media (max-width: 991px) {
  .story-section .story-timeline .heart {
    display: none;
  }
}
.story-section .story-timeline .fi {
  color: #9b82bd;
  font-size: 40px;
}
.story-section .story-timeline:after {
  content: "";
  background: rgba(217, 206, 231, 0.5);
  width: 2px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .story-section .story-timeline:after {
    display: none;
  }
}
.story-section .story-timeline .story-timeline-item {
  padding-top: 270px;
}
@media (max-width: 991px) {
  .story-section .story-timeline .story-timeline-item {
    padding-top: 50px;
    text-align: center;
  }
}
.story-section .story-timeline .story-timeline-item.s1 {
  padding-top: 150px;
}
@media (max-width: 991px) {
  .story-section .story-timeline .story-timeline-item.s1 {
    padding-top: 0;
  }
}
.story-section .story-timeline .img-holder {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.story-section .story-timeline .img-holder .heart {
  top: -170px;
  left: 15px;
}
@media (max-width: 991px) {
  .story-section .story-timeline .img-holder {
    margin-bottom: 40px;
  }
}
.story-section .story-timeline > .row {
  position: relative;
}
.story-section .story-timeline > .row .horizontal-line {
  background: rgba(155, 130, 189, 0.1);
  width: 70%;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.story-section .story-timeline > .row:last-child .col {
  padding-top: 0 !important;
}
@media (max-width: 991px) {
  .story-section .story-timeline > .row:last-child {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.story-section .story-timeline > .row + .row {
  margin-top: 50px;
  padding-top: 15px;
}
@media (max-width: 991px) {
  .story-section .story-timeline > .row + .row {
    padding-top: 30;
  }
}
.story-section .story-timeline > .row > .col:first-child {
  padding: 0 45px 0 100px;
}
@media (max-width: 1199px) {
  .story-section .story-timeline > .row > .col:first-child {
    padding: 0 45px 0 70px;
  }
}
@media (max-width: 991px) {
  .story-section .story-timeline > .row > .col:first-child {
    padding: 0 15px;
  }
}
.story-section .story-timeline > .row > .col:last-child {
  padding: 0 100px 0 45px;
}
@media (max-width: 1199px) {
  .story-section .story-timeline > .row > .col:last-child {
    padding: 0 70px 0 45px;
  }
}
@media (max-width: 991px) {
  .story-section .story-timeline > .row > .col:last-child {
    padding: 0 15px;
  }
}
.story-section .story-timeline .story-text {
  padding: 50px;
  border: 10px solid #d9cee7;
  max-width: 510px;
  position: relative;
  z-index: 11;
  background: #fff;
}
@media (max-width: 991px) {
  .story-section .story-timeline .story-text {
    background: rgba(155, 130, 189, 0.05);
    padding: 35px 25px;
    text-align: center;
    margin: 0 auto;
  }
}
.story-section .story-timeline .left-site .story-text {
  position: relative;
  z-index: 11;
}
@media (max-width: 991px) {
  .story-section .story-timeline .left-site .story-text {
    background: rgba(155, 130, 189, 0.05);
    padding: 35px 25px;
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .story-section .story-timeline .right-align-text {
    text-align: right;
    margin-right: -60px;
  }
}
@media screen and (min-width: 992px) {
  .story-section .story-timeline .left-align-text {
    text-align: left;
    margin-left: -60px;
  }
}
.story-section .story-timeline .text-holder {
  position: relative;
}
.story-section .story-timeline .text-holder.left-text .story-text {
  margin-left: auto;
  margin-right: -50px;
}
@media (max-width: 991px) {
  .story-section .story-timeline .text-holder.left-text .story-text {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .story-section .story-timeline .text-holder {
    border: 0;
  }
}
.story-section .story-timeline .right-heart .heart {
  left: auto;
  right: 10px;
}
.story-section .story-timeline h3 {
  font-size: 35px;
  font-size: 2.33333rem;
  font-weight: 500;
  color: #06002e;
  margin: 0 0 0.3em;
}
@media (max-width: 991px) {
  .story-section .story-timeline h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .story-section .story-timeline h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}
.story-section .story-timeline .date {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
  color: #06002e;
}
@media (max-width: 767px) {
  .story-section .story-timeline .date {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}
.story-section .story-timeline .line-shape {
  position: relative;
  margin: 10px 0 15px;
}
.story-section .story-timeline .line-shape:before {
  position: absolute;
  left: 19px;
  top: 7px;
  width: 100px;
  height: 1px;
  content: "";
  background: #9b82bd;
}
.story-section .story-timeline .line-shape:after {
  position: absolute;
  left: 19px;
  top: 12px;
  width: 120px;
  height: 1px;
  content: "";
  background: #9b82bd;
}
.story-section .story-timeline .line-shape .outer-ball {
  width: 20px;
  height: 20px;
  border: 1px solid #9b82bd;
  border-radius: 50%;
  position: relative;
}
.story-section .story-timeline .line-shape .outer-ball .inner-ball {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 8px;
  height: 8px;
  background: #9b82bd;
  border-radius: 50%;
}
.story-section .story-timeline .line-shape.s2 {
  text-align: right;
}
.story-section .story-timeline .line-shape.s2:before {
  left: auto;
  right: 19px;
}
.story-section .story-timeline .line-shape.s2:after {
  left: auto;
  right: 19px;
}
.story-section .story-timeline .line-shape.s2 .outer-ball {
  margin-left: auto;
}
.story-section .story-timeline p {
  margin-bottom: 0;
  font-size: 20px;
}
@media (max-width: 767px) {
  .story-section .story-timeline p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}
.story-section .story-timeline img {
  display: inline-block;
}
.wpo-portfolio-section,
.wpo-portfolio-section-s2 {
  overflow: hidden;
}
.wpo-portfolio-section .portfolio-grids,
.wpo-portfolio-section-s2 .portfolio-grids {
  margin: 0 -7.5px;
}
.wpo-portfolio-section .portfolio-grids .grid,
.wpo-portfolio-section-s2 .portfolio-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 7.5px 15px;
}
@media (max-width: 1500px) {
  .wpo-portfolio-section .portfolio-grids .grid,
  .wpo-portfolio-section-s2 .portfolio-grids .grid {
    padding: 0 5.5px 10px;
  }
}
@media (max-width: 991px) {
  .wpo-portfolio-section .portfolio-grids .grid,
  .wpo-portfolio-section-s2 .portfolio-grids .grid {
    padding: 0 4.5px 8px;
  }
}
@media (max-width: 600px) {
  .wpo-portfolio-section .portfolio-grids .grid,
  .wpo-portfolio-section-s2 .portfolio-grids .grid {
    width: 100%;
  }
}
.wpo-portfolio-section .portfolio-grids .grid img,
.wpo-portfolio-section-s2 .portfolio-grids .grid img {
  width: 100%;
}
.wpo-portfolio-section .grid .img-holder,
.wpo-portfolio-section-s2 .grid .img-holder {
  position: relative;
}
.wpo-portfolio-section .grid .img-holder .hover-content,
.wpo-portfolio-section-s2 .grid .img-holder .hover-content {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  text-align: center;
  width: 260px;
}
.wpo-portfolio-section .grid .img-holder .hover-content span,
.wpo-portfolio-section-s2 .grid .img-holder .hover-content span {
  color: #585858;
}
.wpo-portfolio-section .grid .img-holder .hover-content h4,
.wpo-portfolio-section-s2 .grid .img-holder .hover-content h4 {
  font-size: 30px;
  font-weight: 600;
}
.wpo-portfolio-section .grid .img-holder .hover-content h4 a,
.wpo-portfolio-section-s2 .grid .img-holder .hover-content h4 a {
  color: #06002e;
}
.wpo-portfolio-section .grid .img-holder .hover-content h4 a:hover,
.wpo-portfolio-section-s2 .grid .img-holder .hover-content h4 a:hover {
  color: #9b82bd;
}
.wpo-portfolio-section .grid .img-holder .hover-content span,
.wpo-portfolio-section-s2 .grid .img-holder .hover-content span {
  font-size: 30px;
  color: #06002e;
}
.wpo-portfolio-section .grid .img-holder:before,
.wpo-portfolio-section-s2 .grid .img-holder:before {
  position: absolute;
  left: 2%;
  top: 2%;
  width: 96%;
  height: 96%;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.wpo-portfolio-section .img-holder:hover .hover-content,
.wpo-portfolio-section-s2 .img-holder:hover .hover-content {
  opacity: 1;
}
.wpo-portfolio-section .img-holder:hover:before,
.wpo-portfolio-section-s2 .img-holder:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wpo-contact-section,
.wpo-contact-section-s2 {
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
  margin-top: 90px;
  overflow: hidden;
}
.wpo-contact-section.pt-200,
.wpo-contact-section-s2.pt-200 {
  padding-top: 200px;
}
@media (max-width: 575px) {
  .wpo-contact-section.pt-200,
  .wpo-contact-section-s2.pt-200 {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .wpo-contact-section,
  .wpo-contact-section-s2 {
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section,
  .wpo-contact-section-s2 {
    padding-bottom: 140px;
  }
}
@media (max-width: 575px) {
  .wpo-contact-section,
  .wpo-contact-section-s2 {
    padding-bottom: 80px;
  }
}
.wpo-contact-section .wpo-contact-section-wrapper,
.wpo-contact-section-s2 .wpo-contact-section-wrapper {
  position: relative;
  max-width: 530px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .wpo-contact-section .wpo-contact-section-wrapper,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper {
    max-width: 570px;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-section-title,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-section-title {
    margin-bottom: 20px;
  }
}
.wpo-contact-section .wpo-contact-section-wrapper .vector-1,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-1 {
  position: absolute;
  right: auto;
  left: 50%;
  top: -90px;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.wpo-contact-section .wpo-contact-section-wrapper .vector-1 img,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-1 img {
  max-width: unset;
}
@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper .vector-1,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-1 {
    display: none;
  }
}
.wpo-contact-section .wpo-contact-section-wrapper .vector-2,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-2 {
  position: absolute;
  right: auto;
  left: 50%;
  bottom: -125px;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper .vector-2,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-2 {
    display: block;
  }
}
.wpo-contact-section .wpo-contact-section-wrapper .vector-2 img,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-2 img {
  max-width: unset;
}
@media (max-width: 575px) {
  .wpo-contact-section,
  .wpo-contact-section-s2 {
    padding-bottom: 110px;
  }
  .wpo-contact-section .wpo-contact-section-wrapper .vector-1,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-1,
  .wpo-contact-section .wpo-contact-section-wrapper .vector-2,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-2 {
    right: auto;
    left: 50%;
    width: calc(100% - 24px);
    max-width: 440px;
    z-index: 1;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .wpo-contact-section .wpo-contact-section-wrapper .vector-1,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-1 {
    top: -90px;
  }
  .wpo-contact-section .wpo-contact-section-wrapper .vector-2,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-2 {
    bottom: -90px;
    -webkit-transform: translateX(-50%) scaleX(-1);
    transform: translateX(-50%) scaleX(-1);
  }
  .wpo-contact-section .wpo-contact-section-wrapper .vector-1 picture,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-1 picture,
  .wpo-contact-section .wpo-contact-section-wrapper .vector-2 picture,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-2 picture,
  .wpo-contact-section .wpo-contact-section-wrapper .vector-1 img,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-1 img,
  .wpo-contact-section .wpo-contact-section-wrapper .vector-2 img,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .vector-2 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,
.wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area {
  padding: 130px 50px;
  position: relative;
  z-index: 99;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 50px;
  }
}
@media (max-width: 450px) {
  .wpo-contact-section .wpo-contact-section-wrapper .wpo-contact-form-area,
  .wpo-contact-section-s2 .wpo-contact-section-wrapper .wpo-contact-form-area {
    padding: 50px 30px;
  }
}
.wpo-contact-section
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .wpo-section-title,
.wpo-contact-section-s2
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .wpo-section-title {
  margin-bottom: 20px;
}
.wpo-contact-section
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control,
.wpo-contact-section-s2
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  background: transparent;
  border-radius: 0;
  color: #787878;
  padding-left: 0;
  font-size: 18px;
}
.wpo-contact-section
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control:focus,
.wpo-contact-section-s2
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpo-contact-section
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control::-webkit-input-placeholder,
.wpo-contact-section-s2
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control::-webkit-input-placeholder {
  color: #787878;
}
.wpo-contact-section
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control:-ms-input-placeholder,
.wpo-contact-section-s2
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control:-ms-input-placeholder {
  color: #787878;
}
.wpo-contact-section
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control::-ms-input-placeholder,
.wpo-contact-section-s2
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control::-ms-input-placeholder {
  color: #787878;
}
.wpo-contact-section
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control::placeholder,
.wpo-contact-section-s2
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .form-control::placeholder {
  color: #787878;
}
.wpo-contact-section
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  select.form-control,
.wpo-contact-section-s2
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  select.form-control {
  color: #6c757d;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../image/select-icon2.png) no-repeat
    calc(100% - 15px) center;
  position: relative;
}
.wpo-contact-section
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .select.last,
.wpo-contact-section-s2
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .select.last {
  margin-bottom: 50px;
}
.wpo-contact-section
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .submit-area,
.wpo-contact-section-s2
  .wpo-contact-section-wrapper
  .wpo-contact-form-area
  .submit-area {
  margin-top: 40px;
  text-align: center;
}
.wpo-contact-section .radio-buttons,
.wpo-contact-section-s2 .radio-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575px) {
  .wpo-contact-section .radio-buttons,
  .wpo-contact-section-s2 .radio-buttons {
    display: block;
  }
}
.wpo-contact-section .radio-buttons p + p,
.wpo-contact-section-s2 .radio-buttons p + p {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .wpo-contact-section .radio-buttons p + p,
  .wpo-contact-section-s2 .radio-buttons p + p {
    margin-left: 0;
  }
}
.wpo-contact-section .radio-buttons [type="radio"]:checked,
.wpo-contact-section .radio-buttons [type="radio"]:not(:checked),
.wpo-contact-section-s2 .radio-buttons [type="radio"]:checked,
.wpo-contact-section-s2 .radio-buttons [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.wpo-contact-section .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section .radio-buttons [type="radio"]:not(:checked) + label,
.wpo-contact-section-s2 .radio-buttons [type="radio"]:checked + label,
.wpo-contact-section-s2 .radio-buttons [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.wpo-contact-section .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section .radio-buttons [type="radio"]:not(:checked) + label:before,
.wpo-contact-section-s2 .radio-buttons [type="radio"]:checked + label:before,
.wpo-contact-section-s2
  .radio-buttons
  [type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.wpo-contact-section .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s2 .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s2
  .radio-buttons
  [type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #9b82bd;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wpo-contact-section .radio-buttons [type="radio"]:not(:checked) + label:after,
.wpo-contact-section-s2
  .radio-buttons
  [type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.wpo-contact-section .radio-buttons [type="radio"]:checked + label:after,
.wpo-contact-section-s2 .radio-buttons [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wpo-contact-section .shape-1,
.wpo-contact-section-s2 .shape-1 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .wpo-contact-section .shape-1,
  .wpo-contact-section-s2 .shape-1 {
    display: none;
  }
}
.wpo-contact-section .shape-1 img,
.wpo-contact-section-s2 .shape-1 img {
  width: 100%;
}
@media (max-width: 1700px) {
  .wpo-contact-section .shape-1 img,
  .wpo-contact-section-s2 .shape-1 img {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .wpo-contact-section .shape-1 img,
  .wpo-contact-section-s2 .shape-1 img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-section .shape-1 img,
  .wpo-contact-section-s2 .shape-1 img {
    width: 40%;
  }
}
.wpo-contact-section .shape-2,
.wpo-contact-section-s2 .shape-2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  text-align: right;
}
.wpo-contact-section .shape-2 img,
.wpo-contact-section-s2 .shape-2 img {
  width: 100%;
}
@media (max-width: 1700px) {
  .wpo-contact-section .shape-2 img,
  .wpo-contact-section-s2 .shape-2 img {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .wpo-contact-section .shape-2 img,
  .wpo-contact-section-s2 .shape-2 img {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .wpo-contact-section .shape-2 img,
  .wpo-contact-section-s2 .shape-2 img {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .wpo-contact-section .shape-2,
  .wpo-contact-section-s2 .shape-2 {
    display: none;
  }
}
.wpo-event-section,
.wpo-event-section-s2 {
  padding-bottom: 90px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .wpo-event-section,
  .wpo-event-section-s2 {
    padding-bottom: 70px;
  }
}
.wpo-event-section:before,
.wpo-event-section-s2:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 430px;
  content: "";
  background: url(../image/bg1.jpg) no-repeat center center;
  z-index: -1;
}
@media (max-width: 767px) {
  .wpo-event-section:before,
  .wpo-event-section-s2:before {
    background-image: url(../image/wap/bg1.webp);
    background-size: cover;
  }
}
.wpo-event-section:after,
.wpo-event-section-s2:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 430px;
  content: "";
  background: rgba(170, 148, 199, 0.8);
  z-index: -1;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item,
.wpo-event-section-s2 .wpo-event-wrap .wpo-event-item {
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, 0.06);
  box-shadow: 0 0 6.1px 3.9px rgba(28, 31, 86, 0.06);
  background: #fff;
  padding: 30px;
}
@media (max-width: 1400px) {
  .wpo-event-section .wpo-event-wrap .wpo-event-item,
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-item {
    padding: 15px;
  }
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text,
.wpo-event-section-s2 .wpo-event-wrap .wpo-event-item .wpo-event-text {
  padding: 40px 35px;
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 1400px) {
  .wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text,
  .wpo-event-section-s2 .wpo-event-wrap .wpo-event-item .wpo-event-text {
    padding: 30px 0 30px;
  }
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text h2,
.wpo-event-section-s2 .wpo-event-wrap .wpo-event-item .wpo-event-text h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 55px;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 40px;
  display: block;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text h2::before,
.wpo-event-section-s2
  .wpo-event-wrap
  .wpo-event-item
  .wpo-event-text
  h2::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  content: "";
  background: url(../image/shape.svg) no-repeat center center;
  width: 100%;
  height: 40px;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul,
.wpo-event-section-s2 .wpo-event-wrap .wpo-event-item .wpo-event-text ul {
  list-style: none;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li,
.wpo-event-section-s2 .wpo-event-wrap .wpo-event-item .wpo-event-text ul li {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}
.wpo-event-section .copy-item,
.wpo-event-section-s2 .copy-item {
  margin-left: -8px;
  margin-right: -8px;
}
.copy-trigger {
  max-width: 100%;
  padding: 2px 8px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: text;
  user-select: text;
  transition: color 0.2s ease, background-color 0.2s ease;
}
.copy-trigger:hover {
  color: #8468aa;
  background: rgba(155, 130, 189, 0.1);
}
.copy-trigger:focus-visible {
  outline: 2px solid #9b82bd;
  outline-offset: 2px;
}
.copy-trigger:active {
  background: rgba(155, 130, 189, 0.18);
}
.copy-toast {
  position: fixed;
  left: 50%;
  bottom: calc(28px + env(safe-area-inset-bottom));
  z-index: 99999;
  max-width: calc(100vw - 32px);
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(132, 104, 170, 0.94);
  box-shadow: 0 6px 20px rgba(72, 50, 99, 0.22);
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}
.copy-toast.is-error {
  background: rgba(82, 82, 82, 0.94);
}
.wpo-event-section
  .wpo-event-wrap
  .wpo-event-item
  .wpo-event-text
  ul
  li:last-child,
.wpo-event-section-s2
  .wpo-event-wrap
  .wpo-event-item
  .wpo-event-text
  ul
  li:last-child {
  margin-bottom: 0;
}
.wpo-event-section .wpo-event-wrap .wpo-event-item .wpo-event-text ul li a,
.wpo-event-section-s2 .wpo-event-wrap .wpo-event-item .wpo-event-text ul li a {
  font-weight: 500;
  color: #9b82bd;
  position: relative;
  display: inline-block;
  margin-top: 10px;
}
.wpo-event-section
  .wpo-event-wrap
  .wpo-event-item
  .wpo-event-text
  ul
  li
  a:before,
.wpo-event-section-s2
  .wpo-event-wrap
  .wpo-event-item
  .wpo-event-text
  ul
  li
  a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #9b82bd;
}
.wpo-event-section-s2::after,
.wpo-event-section-s2::before {
  display: none;
}
/* Lightweight replacements for the template's animation and gallery plugins. */
.preloader.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.wow.is-visible {
  opacity: 1;
  animation-duration: 1.2s;
  animation-fill-mode: both;
}

.wow.fadeInLeftSlow.is-visible {
  animation-name: fade-in-left;
}

.wow.fadeInRightSlow.is-visible {
  animation-name: fade-in-right;
}

@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translate3d(-35px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translate3d(35px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.gallery-open {
  overflow: hidden;
}

.gallery-modal {
  align-items: center;
  background: rgba(0, 0, 0, 0.92);
  display: none;
  inset: 0;
  justify-content: center;
  padding: 40px;
  position: fixed;
  z-index: 999999;
}

.gallery-modal.is-open {
  display: flex;
}

.gallery-modal__image {
  max-height: calc(100vh - 80px);
  max-width: min(1100px, 100%);
  object-fit: contain;
}

.gallery-modal__close {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 44px;
  line-height: 1;
  padding: 8px;
  position: absolute;
  right: 16px;
  top: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .wow,
  .wow.is-visible {
    animation: none;
    opacity: 1;
  }
}
