@import "/node_modules/@fortawesome/fontawesome-free/css/all.min.css";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
@import "/node_modules/bootstrap/dist/css/bootstrap.min.css";
@import "../../node_modules/select2/dist/css/select2.css";
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
@font-face {
  font-family: FlowerDisplay;
  src: url(/assets/fonts/flower-display-demo.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.site-container {
  padding-left: 185px;
  padding-right: 185px;
}
@media screen and (max-width: 1440px) {
  .site-container {
    padding-left: 130px;
    padding-right: 130px;
  }
}
@media screen and (max-width: 991px) {
  .site-container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 500px) {
  .site-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.primary-btn {
  background-color: #dcf763;
  border: 0;
  outline: 0;
  border-radius: 12px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 15px 40px;
  color: #435058;
  font-family: "Josefin Sans", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  gap: 5px;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.primary-btn.border-only {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
}
.primary-btn span {
  height: 30px;
}
@media screen and (max-width: 500px) {
  .primary-btn {
    font-size: 20px;
  }
  .primary-btn span {
    height: 25px;
  }
}
.primary-btn.btn2 {
  font-weight: 500;
  font-size: 13px;
  gap: 15px;
  padding: 15px 25px;
  border-radius: 100px !important;
  background-color: #fff;
  color: #848c8e;
  margin: 0;
  box-shadow: none;
}
.primary-btn.btn2 span {
  height: min-content;
}
.primary-btn.radius-sm {
  border-radius: 10px !important;
}
.primary-btn.dark {
  color: #435058;
  border: 1px solid #435058;
  font-weight: 500;
}

.swiper-pagination-bullet .swiper-pagination-bullet-active {
  background: #005236 !important;
}

body {
  background-color: #f1f2ee;
}

nav {
  position: fixed;
  width: 100%;
  padding-top: 60px;
  z-index: 10;
}
@media screen and (max-width: 991px) {
  nav {
    padding-top: 30px;
  }
}
@media screen and (max-width: 680px) {
  nav {
    display: none;
  }
}
nav .inner {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(50px);
  display: flex;
  justify-content: space-between;
  padding: 20px 60px;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  nav .inner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 991px) {
  nav .inner {
    padding: 10px 20px;
    border-radius: 10px;
  }
}
nav .inner .brand a img {
  height: 28px;
}
@media screen and (max-width: 1440px) {
  nav .inner .brand a img {
    height: 24px;
  }
}
@media screen and (max-width: 991px) {
  nav .inner .brand a img {
    height: 19px;
  }
}
nav .inner ul {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1440px) {
  nav .inner ul {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  nav .inner ul {
    gap: 30px;
  }
}
nav .inner ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 19px;
}
@media screen and (max-width: 1440px) {
  nav .inner ul li {
    height: 23px;
  }
}
nav .inner ul li a {
  color: #435058;
  text-decoration: none;
  font-family: "Josefin Sans", serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  nav .inner ul li a {
    font-size: 1em;
  }
}
@media screen and (max-width: 991px) {
  nav .inner ul li a {
    font-size: 0.8em;
  }
}

.mobile-nav {
  position: fixed;
  width: 100%;
  padding-top: 30px;
  z-index: 10;
}
@media screen and (min-width: 681px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav .inner {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(24px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
}
@media screen and (max-width: 500px) {
  .mobile-nav .inner {
    padding: 7px 15px;
  }
}
.mobile-nav .inner .brand a img {
  height: 20px;
}
@media screen and (max-width: 500px) {
  .mobile-nav .inner .brand a img {
    height: 15px;
  }
}
.mobile-nav .inner .menuopen {
  height: 24px;
}
@media screen and (max-width: 500px) {
  .mobile-nav .inner .menuopen {
    height: 20px;
  }
}
.mobile-nav .inner .menuopen i {
  color: #005236;
  font-size: 25px;
  height: 24px;
}
@media screen and (max-width: 500px) {
  .mobile-nav .inner .menuopen i {
    font-size: 20px;
    height: 20px;
  }
}
.mobile-nav .mobile-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url(/assets/images/navigation/mobile-nav.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: all 0.3s;
  height: 0;
}
.mobile-nav .mobile-menu.open {
  height: 100vh !important;
}
.mobile-nav .mobile-menu .menuinner .control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 20px;
}
.mobile-nav .mobile-menu .menuinner .control .brand {
  height: 31px;
}
.mobile-nav .mobile-menu .menuinner .control .brand img {
  height: 20px;
}
.mobile-nav .mobile-menu .menuinner .control .menuclose i {
  color: #fff;
  font-size: 25px;
}
.mobile-nav .mobile-menu .menuinner ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 80vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.mobile-nav .mobile-menu .menuinner ul li {
  list-style: none;
}
.mobile-nav .mobile-menu .menuinner ul li a {
  text-decoration: none;
  color: #f80;
  text-align: center;
  font-family: "Josefin Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.home-hero {
  background-image: url(/assets/images/hero/home-hero.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  .home-hero {
    height: 400px;
    background-size: cover;
    margin-bottom: 600px;
  }
}
@media screen and (max-width: 500px) {
  .home-hero {
    margin-bottom: 700px;
  }
}
.home-hero .inner {
  background-image: url(/assets/images/hero/home-hero-bg.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 550px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .home-hero .inner {
    position: absolute;
    margin-top: 400px;
    background-position: left top;
    background-size: contain;
  }
}
.home-hero .inner h1 {
  color: #005236;
  font-family: "FlowerDisplay", sans-serif;
  font-size: 3.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 180px;
}
@media screen and (max-width: 1199px) {
  .home-hero .inner h1 {
    margin-top: 50px;
    font-size: 3.7vw;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .home-hero .inner h1 {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 500px) {
  .home-hero .inner h1 {
    font-size: 8vw;
  }
}
.home-hero .inner h2 {
  color: #005236;
  font-family: "Josefin Sans", serif;
  font-size: 3.3vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 40px 0;
}
@media screen and (max-width: 1199px) {
  .home-hero .inner h2 {
    font-size: 3.4vw;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .home-hero .inner h2 {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 500px) {
  .home-hero .inner h2 {
    font-size: 7.5vw;
  }
}
.home-hero .inner h5 {
  color: #848c8e;
  font-family: "Josefin Sans", serif;
  font-size: 1.7vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1199px) {
  .home-hero .inner h5 {
    font-size: 2.2vw;
    text-align: center;
  }
}
@media screen and (max-width: 1000px) {
  .home-hero .inner h5 {
    font-size: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .home-hero .inner h5 {
    font-size: 5vw;
  }
}
.home-hero .inner p {
  color: #435058;
  font-family: "Josefin Sans", serif;
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin: 40px 0;
}
@media screen and (max-width: 1199px) {
  .home-hero .inner p {
    font-size: 1.7vw;
    text-align: center;
    line-height: normal;
  }
}
@media screen and (max-width: 1000px) {
  .home-hero .inner p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 500px) {
  .home-hero .inner p {
    font-size: 4vw;
  }
}
.home-hero .inner a {
  width: max-content;
  margin-left: 0;
}
@media screen and (max-width: 1199px) {
  .home-hero .inner a {
    margin: auto;
  }
}

.meet-curatorium {
  background-image: url(/assets/images/bg/home-slider-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.meet-curatorium::before {
  content: "";
  background-color: #dcf763;
  position: relative;
  z-index: -1;
  display: block;
  width: 300px;
  height: var(--before-height, 1229px);
  margin-bottom: var(--before-marginTop, -1229px);
  float: right;
  margin-right: 330px;
}
@media screen and (max-width: 1400px) {
  .meet-curatorium::before {
    margin-right: 250px;
  }
}
@media screen and (max-width: 1200px) {
  .meet-curatorium::before {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .meet-curatorium::before {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .meet-curatorium::before {
    width: 120px;
  }
}
.meet-curatorium .inner {
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  .meet-curatorium .inner {
    padding: 100px 0;
  }
}
.meet-curatorium .inner .caption h3 {
  color: #005236;
  text-align: right;
  font-family: "Josefin Sans", serif;
  font-size: 3.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .meet-curatorium .inner .caption h3 {
    margin-top: 50px;
    font-size: 4.5vw;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .meet-curatorium .inner .caption h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 562px) {
  .meet-curatorium .inner .caption h3 {
    margin-top: 30px;
  }
}
.meet-curatorium .inner .caption p {
  color: #435058;
  text-align: right;
  font-family: "Josefin Sans", serif;
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 45px 0;
}
@media screen and (max-width: 1199px) {
  .meet-curatorium .inner .caption p {
    font-size: 2.5vw;
    text-align: center;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .meet-curatorium .inner .caption p {
    font-size: 25px;
    line-height: 26px;
  }
}
.meet-curatorium .inner .caption a {
  width: max-content;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .meet-curatorium .inner .caption a {
    margin: auto;
  }
}
@media screen and (max-width: 560px) {
  .meet-curatorium .inner .caption a {
    padding: 7px 10px;
  }
}
@media screen and (max-width: 417px) {
  .meet-curatorium .inner .caption a {
    flex-direction: column;
  }
}
@media screen and (max-width: 670px) {
  .meet-curatorium .inner .caption a span {
    font-size: 16px;
    height: 21px;
  }
}
@media screen and (max-width: 670px) {
  .meet-curatorium .inner .caption a img {
    width: 50px;
  }
}
@media screen and (max-width: 768px) {
  .meet-curatorium .inner .col-xl-5 img {
    width: 80% !important;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .meet-curatorium .inner .col-xl-5 img {
    width: 100% !important;
  }
}

@media screen and (max-width: 500px) {
  .page-slider .inner {
    width: 100%;
    overflow: hidden;
    scroll-behavior: smooth;
  }
}
.page-slider .inner .controls {
  position: absolute;
  z-index: 2;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: 330px;
}
@media screen and (min-width: 501px) {
  .page-slider .inner .controls {
    display: none;
  }
}
.page-slider .inner .controls button {
  display: block;
  width: max-content;
  height: max-content;
  background: none;
  border: 0;
  outline: 0;
  color: #fff;
  font-size: 30px;
}
.page-slider .inner .desktop {
  background-image: url(/assets/images/bg/destop-slide.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top;
  height: 50vw;
  padding: 7% 0 12% 0;
  transition: 0.5s;
}
@media screen and (max-width: 500px) {
  .page-slider .inner .desktop {
    width: 1300px;
    height: 800px;
  }
}
.page-slider .inner .desktop .row {
  height: 100%;
  justify-content: space-between;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 500px) {
  .page-slider .inner .desktop .row {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .page-slider .inner .desktop .row {
    padding: 0 40px;
  }
}
.page-slider .inner .desktop .row .col-3 {
  height: 100%;
}
.page-slider .inner .desktop .row .col-3 a {
  display: block;
  height: 100%;
}

.testimonial {
  padding-top: 200px;
  padding-bottom: 200px;
  background-image: url(/assets/images/testimonial/testimonial-bg-lg.png);
  background-repeat: no-repeat;
  background-position: 450px 50px;
  background-size: 1300px;
}
@media screen and (max-width: 768px) {
  .testimonial {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(/assets/images/testimonial/testimonial-bg.png);
    background-position: right center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .site-container {
    padding: 0 20px;
  }
}
.testimonial .head h3 {
  color: #005236;
  font-family: "Josefin Sans", serif;
  font-size: 3.6vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .testimonial .head h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
  }
}
.testimonial .carouselSlider {
  width: 1050px;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .testimonial .carouselSlider {
    width: 100%;
  }
}
.testimonial .carousel button {
  opacity: 1;
}
@media screen and (max-width: 575px) {
  .testimonial .carousel button {
    margin-top: -100px;
  }
}
.testimonial .carousel button.carousel-control-prev {
  justify-content: start;
}
.testimonial .carousel button.carousel-control-next {
  justify-content: end;
}
.testimonial .carousel button span {
  filter: invert(100%);
  padding: 0;
}
.testimonial .feedback-warp {
  padding: 0 150px;
}
@media screen and (max-width: 960px) {
  .testimonial .feedback-warp {
    padding: 0 80px;
  }
}
@media screen and (max-width: 670px) {
  .testimonial .feedback-warp {
    padding: 0 30px;
  }
}
@media screen and (max-width: 500px) {
  .testimonial .feedback-warp {
    padding: 0;
  }
}
.testimonial .feedback {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 578px;
}
@media screen and (max-width: 1153px) {
  .testimonial .feedback {
    height: 460px;
  }
}
@media screen and (max-width: 768px) {
  .testimonial .feedback {
    height: 350px;
    background-size: 100%;
  }
}
@media screen and (max-width: 670px) {
  .testimonial .feedback {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 500px) {
  .testimonial .feedback {
    height: 230px;
  }
}
.testimonial .feedback .col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  height: 100%;
  max-width: 55%;
  padding-right: 30px;
}
@media screen and (max-width: 1300px) {
  .testimonial .feedback .col {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .testimonial .feedback .col {
    gap: 10px;
  }
}
.testimonial .feedback .col .name {
  color: #000;
  font-family: "Josefin Sans", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1300px) {
  .testimonial .feedback .col .name {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 500px) {
  .testimonial .feedback .col .name {
    font-size: 1.1em;
  }
}
.testimonial .feedback .col .message {
  color: #000;
  font-family: "Josefin Sans", serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
}
@media screen and (max-width: 1300px) {
  .testimonial .feedback .col .message {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}
@media screen and (max-width: 500px) {
  .testimonial .feedback .col .message {
    font-size: 0.8em;
  }
}

.join-membership .inner {
  background-color: rgba(0, 82, 54, 0.5019607843);
  height: 850px;
}
@media screen and (max-width: 1026px) {
  .join-membership .inner {
    height: 750px;
  }
}
@media screen and (max-width: 530px) {
  .join-membership .inner {
    height: 900px;
  }
}
.join-membership .inner video {
  height: 850px;
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 1026px) {
  .join-membership .inner video {
    height: 750px;
  }
}
@media screen and (max-width: 530px) {
  .join-membership .inner video {
    height: 900px;
  }
}
.join-membership .inner .content {
  text-align: center;
  width: 1100px;
  margin: auto;
  margin-top: -700px;
}
@media screen and (max-width: 1146px) {
  .join-membership .inner .content {
    width: 700px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1026px) {
  .join-membership .inner .content {
    margin-top: -650px;
  }
}
@media screen and (max-width: 730px) {
  .join-membership .inner .content {
    width: 500px;
  }
}
@media screen and (max-width: 530px) {
  .join-membership .inner .content {
    width: 300px;
    padding: 10px;
    margin-top: -750px;
  }
}
.join-membership .inner .content h4 {
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1146px) {
  .join-membership .inner .content h4 {
    font-size: 3em;
  }
}
@media screen and (max-width: 730px) {
  .join-membership .inner .content h4 {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 530px) {
  .join-membership .inner .content h4 {
    font-size: 2.3em;
  }
}
.join-membership .inner .content p {
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans", serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 80px 0;
}
@media screen and (max-width: 1146px) {
  .join-membership .inner .content p {
    font-size: 1.5em;
    margin: 40px 0;
  }
}
@media screen and (max-width: 730px) {
  .join-membership .inner .content p {
    font-size: 1.1em;
    line-height: 1.2em;
  }
}
.join-membership .inner .content a {
  width: max-content;
  font-size: 20px;
  padding: 10px 20px;
}
.join-membership .inner .content a span {
  height: 25px;
}

.contact-form {
  padding: 200px 0;
  background-image: url(/assets/images/bg/flower2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 700px;
}
@media screen and (max-width: 768px) {
  .contact-form .inner .row {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.contact-form .inner .row .col {
  padding: 0;
}
.contact-form .inner .row .col:first-child {
  box-shadow: -16px 1px 50px 0px rgba(0, 0, 0, 0.1098039216);
  width: 600px;
}
@media screen and (max-width: 1200px) {
  .contact-form .inner .row .col:first-child {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form .inner .row .col:first-child {
    width: 85%;
  }
}
@media screen and (max-width: 475px) {
  .contact-form .inner .row .col:first-child {
    width: 95%;
  }
}
.contact-form .inner .row .col:last-child {
  padding: 5px 5px 5px 0;
}
@media screen and (max-width: 768px) {
  .contact-form .inner .row .col:last-child {
    width: 85%;
    height: 350px;
    padding: 5px 5px 0 5px;
  }
}
@media screen and (max-width: 475px) {
  .contact-form .inner .row .col:last-child {
    width: 95%;
  }
}
.contact-form .inner .row .col:last-child img {
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .contact-form .inner .row .col:last-child img {
    object-position: center -50px;
  }
}
.contact-form .inner .row .col form {
  padding: 70px;
  background: var(--White-smoke, #f1f2ee);
  border: 5px solid rgba(229, 229, 229, 0.54);
  border-right: 0;
  box-shadow: 6.299px -6.299px 6.299px 0px rgba(149, 149, 149, 0.1) inset, -6.299px 6.299px 6.299px 0px rgba(255, 255, 255, 0.1) inset;
  backdrop-filter: blur(6.2989153862px);
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-form .inner .row .col form {
    border: 5px solid rgba(229, 229, 229, 0.54);
    border-top: 0;
  }
}
@media screen and (max-width: 565px) {
  .contact-form .inner .row .col form {
    padding: 50px 30px;
  }
}
.contact-form .inner .row .col form .head h2 {
  color: #005236;
  text-align: center;
  font-family: "Josefin Sans", serif;
  font-size: 300%;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 565px) {
  .contact-form .inner .row .col form .head h2 {
    font-size: 220%;
  }
}
.contact-form .inner .row .col form .input input,
.contact-form .inner .row .col form .input textarea {
  padding: 15px 20px;
  background-color: #fff;
  border: 0;
  outline: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Josefin Sans", serif;
  font-size: 14.725px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 20px 0;
  border-radius: 10px;
}
.contact-form .inner .row .col form button,
.contact-form .inner .row .col form a {
  color: #435058;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  border-radius: 0 !important;
  padding: 10px;
  margin: 15px 0;
}

.hero .inner .hero-image-layer {
  height: max-content;
}
.hero .inner .hero-image-layer img {
  object-fit: cover;
  object-position: top;
}
.hero .inner .hero-image-layer.layer0 {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.hero .inner .hero-image-layer.layer1 {
  top: 0;
  left: 0;
  right: 0;
}
.hero .inner .hero-image-layer.layer2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 530px;
  z-index: 0;
  overflow: hidden;
  padding-top: 250px;
}
@media screen and (max-width: 1500px) {
  .hero .inner .hero-image-layer.layer2 {
    gap: 440px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .hero .inner .hero-image-layer.layer2 {
    gap: 35vw;
    padding-top: 18vw;
  }
}
.hero .inner .hero-image-layer.layer2 .text-part {
  color: var(--White, #fff);
  text-align: center;
  font-family: "FlowerDisplay", sans-serif;
  font-size: 6vw;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  transform: translateY(400px);
}
.hero .inner .hero-image-layer.layer2 .text-part.animate {
  transform: translateY(0px);
  animation: toToTop 1s;
}
@media screen and (max-width: 1100px) {
  .hero .inner .hero-image-layer.layer2 .text-part {
    font-size: 5vw;
  }
}
.hero .inner .hero-image-layer.layer3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.title-section {
  background-image: url(/assets/images/bg/flowerbg-1.png);
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: top right;
}
.title-section .home-tite {
  width: 60%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .title-section .home-tite {
    width: 90%;
  }
}
.title-section .home-tite h1 {
  color: #005236;
  text-align: center;
  font-family: "Josefin Sans", serif;
  font-size: 4.5em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 90px;
}
@media screen and (max-width: 1200px) {
  .title-section .home-tite h1 {
    font-size: 3.8em;
  }
}
@media screen and (max-width: 880px) {
  .title-section .home-tite h1 {
    font-size: 3.3em;
  }
}
@media screen and (max-width: 768px) {
  .title-section .home-tite h1 {
    font-size: 2.9em;
  }
}
@media screen and (max-width: 468px) {
  .title-section .home-tite h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 385px) {
  .title-section .home-tite h1 {
    font-size: 2.2em;
  }
}
.title-section .home-tite .sub-title {
  color: #848c8e;
  text-align: center;
  font-family: "Josefin Sans", serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 700;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .title-section .home-tite .sub-title {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 880px) {
  .title-section .home-tite .sub-title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .title-section .home-tite .sub-title {
    font-size: 1.2em;
  }
}
.title-section .home-tite p {
  color: #435058;
  text-align: center;
  /* Mob-para */
  font-family: "Josefin Sans", serif;
  font-size: 1.7em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1em;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .title-section .home-tite p {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 880px) {
  .title-section .home-tite p {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 768px) {
  .title-section .home-tite p {
    font-size: 1em;
  }
}
.title-section .home-tite button {
  margin-top: 50px;
}
.title-section .option-1,
.title-section .option-2 {
  margin-top: 100px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .title-section .option-1,
  .title-section .option-2 {
    flex-direction: column;
    align-items: center;
  }
}
.title-section .option-1 .optionForm,
.title-section .option-2 .optionForm {
  width: 572px;
  border-radius: 11px;
  border: 1px solid rgba(67, 80, 88, 0.02);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
  padding: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1300px) {
  .title-section .option-1 .optionForm,
  .title-section .option-2 .optionForm {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .title-section .option-1 .optionForm,
  .title-section .option-2 .optionForm {
    padding: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .title-section .option-1 .optionForm,
  .title-section .option-2 .optionForm {
    padding: 10px;
    padding-top: 30px;
  }
}
.title-section .option-1 .optionForm .title,
.title-section .option-2 .optionForm .title {
  color: #848c8e;
  text-align: center;
  font-family: "Josefin Sans", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 1300px) {
  .title-section .option-1 .optionForm .title,
  .title-section .option-2 .optionForm .title {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 425px) {
  .title-section .option-1 .optionForm .title,
  .title-section .option-2 .optionForm .title {
    font-size: 1.5em;
  }
}
.title-section .option-1 .optionForm .des,
.title-section .option-2 .optionForm .des {
  color: #435058;
  text-align: center;
  /* PARA-1 */
  font-family: "Josefin Sans", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 93.333% */
  margin: 80px 0;
}
@media screen and (max-width: 1300px) {
  .title-section .option-1 .optionForm .des,
  .title-section .option-2 .optionForm .des {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 425px) {
  .title-section .option-1 .optionForm .des,
  .title-section .option-2 .optionForm .des {
    font-size: 1em;
    line-height: 20px;
    margin: 20px 0;
  }
}
.title-section .option-1 .optionForm .primary-btn,
.title-section .option-2 .optionForm .primary-btn {
  margin: 15px 0;
}
@media screen and (max-width: 1024px) {
  .title-section .option-1 .option-img,
  .title-section .option-2 .option-img {
    width: 100%;
  }
}
.title-section .option-1 .option-img img,
.title-section .option-2 .option-img img {
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1024px) {
  .title-section .option-1 .option-img img,
  .title-section .option-2 .option-img img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .title-section .option-2 {
    flex-direction: column-reverse;
  }
}

.slider .inner {
  margin-top: 100px;
}
.slider .inner .bg:hover .slide-items {
  transform: translateX(-600px) !important;
}
@media screen and (max-width: 900px) {
  .slider .inner .bg:hover .slide-items {
    transform: translateX(-1040px) !important;
  }
}
@media screen and (max-width: 573px) {
  .slider .inner .bg:hover .slide-items {
    transform: translateX(-1370px) !important;
  }
}
.slider .inner .bg {
  background-image: url(/assets/images/bg/slider-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px 900px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .slider .inner .bg {
    background-size: 1200px 800px;
  }
}
@media screen and (max-width: 573px) {
  .slider .inner .bg {
    background-size: 700px 800px;
  }
}
.slider .inner .bg .slide-item-wrap {
  margin-top: 60px;
  position: absolute;
  overflow-x: hidden;
  z-index: 3;
  width: 1230px;
  margin-left: auto;
  transform: scale(0.7);
}
@media screen and (max-width: 900px) {
  .slider .inner .bg .slide-item-wrap {
    width: 800px;
  }
}
@media screen and (max-width: 573px) {
  .slider .inner .bg .slide-item-wrap {
    width: 450px;
  }
}
.slider .inner .bg .slide-item-wrap .slide-items {
  display: flex;
  justify-content: start;
  gap: 50px;
  transition: 2s linear;
  transform: translateX(0px);
  width: 100%;
}
.slider .inner .bg .top-layer {
  background-image: url(/assets/images/bg/slider-top.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px 900px;
  height: 900px;
  width: 100%;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 900px) {
  .slider .inner .bg .top-layer {
    background-size: 1200px 800px;
    height: 800px;
  }
}
@media screen and (max-width: 573px) {
  .slider .inner .bg .top-layer {
    background-size: 700px 800px;
  }
}

.zoomin-hero {
  background-image: url(/assets/images/bg/service-intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .zoomin-hero {
    height: 800px;
  }
}
.zoomin-hero.hover-animate .inner {
  transform: scale(7.4);
}
@media screen and (max-width: 1440px) {
  .zoomin-hero.hover-animate .inner {
    transform: scale(6);
  }
}
@media screen and (max-width: 1024px) {
  .zoomin-hero.hover-animate .inner {
    transform: scale(4.5);
  }
}
@media screen and (max-width: 500px) {
  .zoomin-hero.hover-animate .inner {
    transform: scale(3.5);
  }
}
.zoomin-hero.hover-animate .content h1 {
  transform: scale(6);
  margin-top: -150px;
}
@media screen and (max-width: 1440px) {
  .zoomin-hero.hover-animate .content h1 {
    transform: scale(5);
  }
}
@media screen and (max-width: 1024px) {
  .zoomin-hero.hover-animate .content h1 {
    transform: scale(2.5);
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .zoomin-hero.hover-animate .content h1 {
    transform: scale(1.8);
  }
}
.zoomin-hero .inner {
  background-image: url(/assets/images/bg/service-intro-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  transition: all 6s linear;
}
.zoomin-hero .content {
  height: 1000px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .zoomin-hero .content {
    height: 800px;
  }
}
.zoomin-hero .content h1 {
  color: #fff;
  text-align: center;
  font-family: "FlowerDisplay", sans-serif;
  font-size: 29.13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -300px;
  transition: all 6s linear;
}
@media screen and (max-width: 500px) {
  .zoomin-hero .content h1 {
    margin-top: -200px;
    font-size: 25px;
  }
}

.carousel {
  padding-bottom: 100px;
}
.carousel .style2 .swiper-wrapper {
  align-items: center;
  padding: 50px 0;
}
.carousel .style2 .swiper-wrapper .swiper-slide {
  transition: 0.3s;
  transform: scale(0.7);
  margin: 0 -8px;
}
@media screen and (max-width: 959px) {
  .carousel .style2 .swiper-wrapper .swiper-slide {
    margin: 0;
  }
}
.carousel .style2 .swiper-wrapper .swiper-slide.swiper-slide-next, .carousel .style2 .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: scale(0.9);
}
@media screen and (max-width: 959px) {
  .carousel .style2 .swiper-wrapper .swiper-slide.swiper-slide-next, .carousel .style2 .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: scale(1);
  }
}
.carousel .style2 .swiper-wrapper .swiper-slide.swiper-slide-prev {
  margin-right: -20px;
}
@media screen and (max-width: 959px) {
  .carousel .style2 .swiper-wrapper .swiper-slide.swiper-slide-prev {
    margin-right: 0;
  }
}
.carousel .style2 .swiper-wrapper .swiper-slide.swiper-slide-next {
  margin-left: -20px;
}
@media screen and (max-width: 959px) {
  .carousel .style2 .swiper-wrapper .swiper-slide.swiper-slide-next {
    margin-left: 0;
  }
}
.carousel .style2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.1);
  margin: 0 50px;
}
@media screen and (max-width: 959px) {
  .carousel .style2 .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1.3);
    margin: 0;
    position: relative;
    z-index: 5;
  }
}
.carousel .swiper-control-wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .carousel .swiper-control-wrap {
    margin-top: 50px;
  }
}
.carousel .swiper-control-wrap .swiper-pagination {
  position: relative;
  width: max-content;
  bottom: 0;
}
.carousel .swiper-control-wrap .swiper-control {
  font-size: 13px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #005236;
  border: 1px solid #005236;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frames {
  background-image: url(/assets/images/gallery/bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  .frames {
    overflow: hidden;
    display: flex;
  }
}
.frames .inner {
  padding: 200px 0;
}
@media screen and (max-width: 991px) {
  .frames .inner {
    width: 600px;
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .frames .inner {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  .frames .inner .row {
    justify-content: start !important;
  }
}
@media screen and (max-width: 575px) {
  .frames .inner .row {
    align-items: center;
    margin-left: 5% !important;
  }
}
@media screen and (max-width: 991px) {
  .frames .inner .frame1 {
    margin-top: -170px;
    margin-left: 30px;
    position: absolute;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  .frames .inner .frame1 {
    width: 150px;
    margin-left: -50px;
    margin-top: -100px;
  }
}
.frames .inner .frame1 img {
  width: 70%;
  margin-bottom: 50px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5607843137);
}
@media screen and (max-width: 991px) {
  .frames .inner .frame1 img {
    width: 90%;
  }
}
@media screen and (max-width: 575px) {
  .frames .inner .frame1 img {
    width: 100%;
  }
}
.frames .inner .frame2 {
  text-align: right;
}
.frames .inner .frame2 img {
  width: 70%;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5607843137);
}
@media screen and (max-width: 991px) {
  .frames .inner .frame3 {
    position: relative;
    z-index: 2;
  }
}
.frames .inner .frame3 img {
  width: 100%;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5607843137);
}
.frames .inner .frame4 {
  display: flex;
  align-items: end;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .frames .inner .frame4 {
    display: block;
    height: max-content;
    position: absolute;
    z-index: 3;
    margin-top: -170px;
    margin-left: 350px;
    width: max-content;
  }
}
@media screen and (max-width: 575px) {
  .frames .inner .frame4 {
    width: 150px;
    margin-left: 120px;
    margin-top: -130px;
  }
}
.frames .inner .frame4 img {
  width: 60%;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5607843137);
}
@media screen and (max-width: 991px) {
  .frames .inner .frame4 img {
    width: 70%;
  }
}
@media screen and (max-width: 575px) {
  .frames .inner .frame4 img {
    width: 100%;
  }
}

.services .inner {
  width: 1400px;
  margin: auto;
}
@media screen and (max-width: 1470px) {
  .services .inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner {
    width: 500px;
  }
}
@media screen and (max-width: 525px) {
  .services .inner {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .row {
    flex-direction: column;
  }
}
@media screen and (max-width: 500px) {
  .services .inner .row {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .row:nth-child(2) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .row:nth-child(2) .col-7 img {
    content: url(/assets/images/bg/service2-sm.png) !important;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .row:nth-child(4) {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .row:nth-child(4) img {
    object-position: -40px;
  }
}
.services .inner .steps {
  color: #f80;
  font-family: "Josefin Sans", serif;
  font-size: 280px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 1470px) {
  .services .inner .steps {
    font-size: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .steps {
    font-size: 180px;
  }
}
.services .inner .steps.step1 {
  margin-bottom: -200px;
}
@media screen and (max-width: 1470px) {
  .services .inner .steps.step1 {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .steps.step1 {
    text-align: end;
    padding-right: 90px;
    margin-bottom: -150px;
    font-size: 180px;
  }
}
@media screen and (max-width: 525px) {
  .services .inner .steps.step1 {
    font-size: 140px;
    margin-bottom: -100px;
    padding-right: 40px;
  }
}
.services .inner .steps.step2 {
  margin-bottom: -250px;
  margin-right: 100px;
  text-align: end;
}
@media screen and (max-width: 1470px) {
  .services .inner .steps.step2 {
    margin-bottom: -170px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .steps.step2 {
    position: absolute;
    margin-bottom: 0;
    text-align: center;
    z-index: -1;
  }
}
.services .inner .steps.step3 {
  margin-bottom: -150px;
}
@media screen and (max-width: 1470px) {
  .services .inner .steps.step3 {
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .steps.step3 {
    text-align: end;
  }
}
.services .inner .steps.step4 {
  margin-bottom: -280px;
  text-align: end;
}
@media screen and (max-width: 1470px) {
  .services .inner .steps.step4 {
    margin-bottom: -200px;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .steps.step4 {
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    z-index: -1;
    padding-left: 120px;
  }
}
@media screen and (max-width: 1470px) {
  .services .inner .col-7 {
    width: 55%;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .col-7 {
    width: 100%;
  }
}
.services .inner .content {
  height: 500px;
}
@media screen and (max-width: 1470px) {
  .services .inner .content {
    height: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner .content {
    height: max-content;
    width: 100%;
    text-align: center;
  }
}
.services .inner .content.service4 {
  height: 350px;
}
@media screen and (max-width: 1024px) {
  .services .inner .content.service4 {
    height: max-content;
  }
}
.services .inner h4 {
  color: #005236;
  font-family: "Josefin Sans", serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 1470px) {
  .services .inner h4 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner h4 {
    font-size: 27px;
  }
}
.services .inner p {
  color: #000;
  font-family: "Josefin Sans", serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  margin: 30px 0;
}
@media screen and (max-width: 1470px) {
  .services .inner p {
    font-size: 18px;
    line-height: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .services .inner p {
    font-size: 27px;
  }
}
@media screen and (max-width: 500px) {
  .services .inner p {
    font-size: 22px;
    line-height: normal;
  }
}

footer .footer1 .inner {
  background-image: url(/assets/images/bg/footer1.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 300px 0;
}
@media screen and (max-width: 1199px) {
  footer .footer1 .inner {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  footer .footer1 .inner {
    padding: 200px 0;
  }
}
@media screen and (max-width: 500px) {
  footer .footer1 .inner {
    padding: 150px 0;
  }
}
footer .footer1 .inner h2 {
  color: #005236;
  text-align: center;
  font-family: "FlowerDisplay", sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  footer .footer1 .inner h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 500px) {
  footer .footer1 .inner h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 500px) {
  footer .footer1 .inner .social-links img {
    width: 60px;
  }
}
footer .footer1 .footer2 {
  border-radius: 100px 100px 0 0;
  background-color: #005236;
  background-image: url(/assets/images/bg/footer2.png);
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 500px) {
  footer .footer1 .footer2 {
    background-size: 1000px;
    background-position: -270px 150px;
  }
}
footer .footer1 .footer2 > .inner {
  width: 60%;
  margin: auto;
  background-image: none;
  padding: 200px 0;
  padding-bottom: 150px !important;
}
@media screen and (max-width: 768px) {
  footer .footer1 .footer2 > .inner > .site-container {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  footer .footer1 .footer2 > .inner {
    width: 80%;
  }
}
@media screen and (max-width: 1500px) {
  footer .footer1 .footer2 > .inner {
    width: 90%;
  }
}
@media screen and (max-width: 500px) {
  footer .footer1 .footer2 > .inner {
    padding: 150px 0;
  }
}
footer .footer1 .footer2 > .inner h3 {
  color: #fff;
  text-align: center;
  /* head2 */
  font-family: "Josefin Sans", serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media screen and (max-width: 550px) {
  footer .footer1 .footer2 > .inner h3 {
    font-size: 2.5em;
  }
}
footer .footer1 .footer2 > .inner p {
  color: #848c8e;
  text-align: center;
  /* PARA-1 */
  font-family: "Josefin Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 93.333% */
  margin: 40px 0;
}
@media screen and (max-width: 550px) {
  footer .footer1 .footer2 > .inner p {
    font-size: 20px;
    line-height: 20px;
  }
}
footer .footer1 .footer2 > .inner a {
  width: max-content;
}
footer .footer1 .footer2 .footer3 {
  background-color: #dcf763;
  border-radius: 100px 100px 0 0;
}
footer .footer1 .footer2 .footer3 .inner {
  background-image: url(/assets/images/bg/footer3.png);
  background-size: contain;
  background-position: bottom;
  padding: 150px 0;
  padding-bottom: 300px;
}
@media screen and (max-width: 1199px) {
  footer .footer1 .footer2 .footer3 .inner {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 550px) {
  footer .footer1 .footer2 .footer3 .inner {
    padding-bottom: 150px;
  }
}
footer .footer1 .footer2 .footer3 .inner .brand a img {
  height: 50px;
}
@media screen and (max-width: 550px) {
  footer .footer1 .footer2 .footer3 .inner .brand a img {
    width: 100%;
  }
}
footer .footer1 .footer2 .footer3 .inner p {
  color: #000;
  font-family: "Josefin Sans", serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px; /* 93.333% */
  margin-top: 30px;
}
footer .footer1 .footer2 .footer3 .inner .copyrights {
  color: #000;
  font-family: "Josefin Sans", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  margin-top: 50px;
}
footer .footer1 .footer2 .footer3 .inner .copyrights a {
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 768px) {
  footer .footer1 .footer2,
  footer .footer1 .footer3 {
    border-radius: 30px 30px 0 0 !important;
  }
}

.customer_space_label {
  display: flex;
  gap: 10px;
}

.userImageLoad {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4862745098);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  width: 0;
  transition: 0.5s;
  z-index: 100;
}
.userImageLoad.open {
  width: 100%;
}
.userImageLoad .inner {
  width: 640px;
  height: 740px;
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border-radius: 15px;
}
@media screen and (max-width: 575px) {
  .userImageLoad .inner {
    width: 100%;
    height: 670px;
  }
}
.userImageLoad .inner .header {
  margin-bottom: 15px;
  font-weight: bold;
  color: #838383;
}
.userImageLoad .inner button {
  outline: none;
  padding: 5px 15px;
  font-weight: bold;
  border-radius: 5px;
  margin-top: 15px;
  box-shadow: none;
}
.userImageLoad .inner button.close {
  background-color: red;
  border: 1px solid red;
  color: #fff;
}
.userImageLoad .inner button.reset {
  background-color: transparent;
  border: 2px solid rgb(150, 150, 150);
  color: rgb(150, 150, 150);
}
.userImageLoad .inner button.confirm {
  background-color: rgb(0, 128, 53);
  border: 2px solid rgb(0, 128, 53);
  color: rgb(255, 255, 255);
}

.loginForm {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4862745098);
  display: flex;
  align-items: center;
  justify-content: end;
  overflow: auto;
  width: 0;
  transition: 0.5s;
  z-index: 100;
}
.loginForm .close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
}
.loginForm.open {
  width: 100%;
}
.loginForm .inner {
  background-color: #fff;
  width: 350px;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.loginForm .inner .form {
  width: 100%;
}

.optionSelection {
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.231372549);
  padding: 20px;
  padding-top: 30px;
  width: 250px;
  text-align: center;
  position: absolute;
  visibility: hidden;
}
.optionSelection.flowerSelection {
  margin-top: -140px;
}
.optionSelection.styleSelection {
  margin-top: 160px;
}
.optionSelection.colorSelection {
  margin-top: 60px;
}
.optionSelection.typeSelection {
  margin-top: 250px;
}
.optionSelection .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.optionSelection label {
  margin-bottom: 20px;
  text-align: center;
}

.result-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 50px 0px;
}
.result-wrap img {
  display: block;
  min-width: 35%;
  width: 35%;
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.0666666667);
}
@media screen and (max-width: 768px) {
  .result-wrap img {
    min-width: 45%;
    width: 45%;
  }
}
@media screen and (max-width: 575px) {
  .result-wrap img {
    min-width: 320px;
    width: 320px;
  }
}

@keyframes toToTop {
  from {
    transform: translateY(400px);
  }
  to {
    transform: translateY(0px);
  }
}/*# sourceMappingURL=app.css.map */