.gallery-heading-box {
  border-left: 5px solid #4881FF;
  padding-left: 20px;
}
.bottom-img{
  position: absolute;
  margin-top: 115px;
}

.gallery-h {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px !important;
  letter-spacing: 0.800000011920929px;
  text-align: left;
}

.gallery-secondary-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.800000011920929px;
  text-align: left;
}

.primary-text {
  color: #4881FF;
}

.gallery-p {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.800000011920929px;
  text-align: left;
  text-transform: capitalize;
}


.slider-container {
  width: 1500px;
  overflow: hidden;
}

.slider-container .container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column wrap;
}

.buttons {
  width: auto;
  height: auto;
  display: flex;
  padding-bottom: 50px;
  justify-content: center;
}

.btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid rgb(255, 255, 255);
  cursor: pointer;
  transition: .3s ease-in-out;
  margin: 0 25px;
  color: rgb(255, 255, 255);
  font-size: 19px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #4881FF;
}

.btn:nth-child(1) i {
  transform: translate(18px, 0);
}

.btn:nth-child(2) i {
  transform: translate(-18px, 0);
}

.btn:hover {
  border-color: rgb(52, 152, 219);
  background: rgb(52, 152, 219);
}

.d-content {
  display: contents !important;
}
.container-box{
  width: max-content;
}
/* 
.snip *,
.snip *:before,
.snip *:after {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.snip {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 315px;
  min-width: 255px;
  font-family: "Source Sans Pro", sans-serif;
  color: #fff;
  font-size: 16px;
  margin: 10px 40px;
  text-align: left;
  transform: translateZ(0);
}

.snip:hover .snip__title,
.snip:hover .snip__text {
  transform: translateY(0);
  opacity: 0.9;
  transition-delay: 0.2s;
}

.snip::before,
.snip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4881ff;
  opacity: 0.5;
  transition: all 0.45s ease;
}

.snip::before {
  transform: skew(30deg) translateX(-80%);
}

.snip::after {
  transform: skew(-30deg) translateX(-70%);
}

.snip:hover::before {
  transform: skew(30deg) translateX(-20%);
  transition-delay: 0.05s;
}

.snip:hover::after {
  transform: skew(-30deg) translateX(-10%);
}

.snip:hover .snip__figcaption::before {
  transform: skew(30deg) translateX(-40%);
  transition-delay: 0.15s;
}

.snip:hover .snip__figcaption::after {
  transform: skew(-30deg) translateX(-30%);
  transition-delay: 0.1s;
}

.snip__image {
  backface-visibility: hidden;
  max-width: 100%;
  vertical-align: top;
}

.snip__figcaption {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0;
  padding: 25px 40% 25px 20px;
}

.snip__figcaption::before,
.snip__figcaption::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4881ff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
  content: "";
  opacity: 0.5;
  z-index: -1;
}

.snip__figcaption::before {
  transform: skew(30deg) translateX(-100%);
}

.snip__figcaption::after {
  transform: skew(-30deg) translateX(-90%);
}

.snip__title,
.snip__text {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}

.snip__title {
  color: #fff;
  font-family: "Teko", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.snip__text {
  font-size: 0.9em;
}

.snip__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
} */

.container {
  padding-bottom: 0px !important;
}

.gallery-heading-1 {
  color: #FFFFFF;
  font-size: 37px !important;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0px;
}
.gallery-box{
  min-width: 100%;
  margin-right: 160px;
}

@media only screen and (max-width: 430.9px) {

  .bottom-img{
    position: relative !important;
    margin-top: 0px;
  }
  .gallery-support-section {
    margin-bottom: 400px !important;
}
  .gallery-banner {
    padding-bottom: 40px !important;
    padding-top: 100px !important;
  }

  .gallery-detail-banner {
    padding-bottom: 40px !important;
    padding-top: 60px !important;
  }
.gallery-row{
  width: 26%;
}
.gallery-box{
  margin-right: 100px !important; 
  height: min-content;
  min-width: 100% !important;
}

  .gallery-section {
    margin-top: 115px !important;
  }

  .gallery-heading-box {
    padding-left: 10px !important;
  }

  .custom-padding {
    padding: 20px 0px 20px 0px !important;
  }

  .mobile-heading {
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: 0 !important;
  }

  div.default-page h3 {
    margin-bottom: 0px !important;
    font-size: 30px !important;
  }

  .normal-padding {
    padding: 15px 0px !important;
  }

  .slider-container .container {
    padding: 0px !important;
  }

  .snip {
    margin: 0px !important;
    min-width: 340px !important;
  }

  .buttons {
    padding-top: 15px;
    margin-right: 0px !important;
  }

  .elementor-widget-spacer {
    --spacer-size: 0px !important;
  }

  .bottom-sec {
    margin: 0px !important;
  }

  .elementor-element-f756d62 {
    padding: 20px 0px !important;
  }

  .elementor-element.elementor-element-413caa2f .elementor-heading-title {
    font-size: 30px !important;
  }
}
.w-40{
  width: 40%;
}
@media only screen and (max-width: 780px) {
  .buttons {
    margin-right: 190px;
  }
}

.gallery-section {
  position: absolute;
  z-index: 5;
  margin-top: 140px;
  right: 0;
  left:0;
}

.gallery-support-section {
  margin-bottom: 405px;
}

.main-img {
  max-height: 400px;
    overflow: hidden;
}

.elementor-element.elementor-element-2504416d:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-2504416d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-image: url("https://ipsbpo.com/wp-content/uploads/2024/09/Event-Gallery-Banner-Image.png") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.elementor-element.elementor-element-2504416d>.elementor-background-overlay {
  background-color: #050505;
  opacity: 0.14;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-2504416d {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 0px 30px 0px;
}

.elementor-element.elementor-element-159e2ee0>.elementor-column-wrap>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
  margin-bottom: 0px;
}

.elementor-element.elementor-element-159e2ee0>.elementor-element-populated {
  margin: 70px 0px 50px 0px;
  --e-column-margin-right: 0px;
  --e-column-margin-left: 0px;
}

.elementor-element.elementor-element-159e2ee0>.elementor-element-populated>.elementor-widget-wrap {
  padding: 0px 0px 0px 30px;
}

.elementor-element.elementor-element-413caa2f .elementor-heading-title {
  color: #FFFFFF;
  font-size: 37px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0px;
}

.elementor-element.elementor-element-413caa2f>.elementor-widget-container {
  padding: 0px 0px 15px 0px;
}

.elementor-element.elementor-element-ead4190 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 0px 70px 0px;
}

.elementor-element.elementor-element-ead4190>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-8093bd1>.elementor-widget-container {
  margin: 25px 0px 0px 0px;
}

.elementor-element.elementor-element-386e32d:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-386e32d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #0A101F;
}

.elementor-element.elementor-element-386e32d {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 50px 0px;
}

.elementor-element.elementor-element-386e32d>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-34f2103 .elementor-heading-title {
  color: #ED1B24;
}

.elementor-element.elementor-element-7156502 .elementor-heading-title {
  color: #FFFFFF;
}

.elementor-element.elementor-element-f86f1bb {
  margin-top: -70px;
  margin-bottom: 0px;
  padding: 0px 0px 0px 55px;
}

.elementor-element.elementor-element-5b859b0:hover img {
  opacity: 0.15;
}

.elementor-element.elementor-element-5b859b0 img {
  transition-duration: 1s;
}

.elementor-element.elementor-element-5a007f8 img {
  transition-duration: 1s;
}

.elementor-element.elementor-element-6fae221:hover img {
  opacity: 0.1;
}

.elementor-element.elementor-element-6fae221 img {
  transition-duration: 1s;
}

.elementor-element.elementor-element-6fae221>.elementor-widget-container {
  margin: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-840593a:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-840593a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #F0F8FF;
}

.elementor-element.elementor-element-840593a {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -30px;
  margin-bottom: 0px;
}

.elementor-element.elementor-element-840593a>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-fe5fc54 {
  padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-0b32402 {
  --spacer-size: 130px;
}

.elementor-element.elementor-element-b59e397 .elementor-heading-title {
  color: #4881FF;
}

.elementor-element.elementor-element-d1d39e1:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-d1d39e1>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #FFFFFF;
}

.elementor-element.elementor-element-d1d39e1 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: -30px;
  margin-bottom: 0px;
}

.elementor-element.elementor-element-d1d39e1>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-e78edf9 {
  padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-3938191 {
  --spacer-size: 130px;
}

.elementor-element.elementor-element-8c4185e .elementor-heading-title {
  color: #4881FF;
}

.elementor-element.elementor-element-f756d62:not(.elementor-motion-effects-element-type-background),
.elementor-element.elementor-element-f756d62>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background-color: #0A101F;
}

.elementor-element.elementor-element-f756d62 {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 50px 0px;
}

.elementor-element.elementor-element-f756d62>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-cc08978 .elementor-heading-title {
  color: #ED1B24;
}

.elementor-element.elementor-element-7a24dc7 .elementor-heading-title {
  color: #FFFFFF;
}

.elementor-element.elementor-element-c968fa2 {
  color: #FFFFFF;
}

.elementor-element.elementor-element-d15dcfb {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 11px 0px 375px 0px;
}

.elementor-element.elementor-element-d15dcfb>.elementor-background-overlay {
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-element.elementor-element-ba81f46 {
  text-align: center;
}

.elementor-element.elementor-element-ba81f46>.elementor-widget-container {
  margin: 45px 0px 0px 0px;
}

:root {
  --page-title-display: none;
}

@media(max-width:1024px) {
  .elementor-element.elementor-element-159e2ee0>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0px 0px 0px 15px;
  }

  .elementor-element.elementor-element-413caa2f .elementor-heading-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@media(max-width:767px) {

  .elementor-element.elementor-element-2504416d:not(.elementor-motion-effects-element-type-background),
  .elementor-element.elementor-element-2504416d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-position: 0px 0px;
  }

  .elementor-element.elementor-element-2504416d {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0px 0px 0px;
  }

  .elementor-element.elementor-element-159e2ee0>.elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
  }

  .elementor-element.elementor-element-159e2ee0>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0px 0px 0px 15px;
  }

  .elementor-element.elementor-element-413caa2f .elementor-heading-title {
    font-size: 29px;
    line-height: 35px;
  }

  .elementor-element.elementor-element-413caa2f>.elementor-widget-container {
    padding: 0px 0px 20px 0px;
  }
}

@media(min-width:768px) {
  .elementor-element.elementor-element-159e2ee0 {
    width: 52.821%;
  }

  .elementor-element.elementor-element-61a0f128 {
    width: 47.138%;
  }
}




@media screen and (min-width: 321px) and (max-width: 479px) {
  .wraper_blog_main .container {
      padding-bottom: 0px !important;
      padding-top: 0px !important;
  }
}

   .nav-link__contain,
        .sublink__contain {
            opacity: 0;
        }

        .splide__track {
            overflow: visible !important;
        }
        .trigger__circle,
                    .cursor,
                    .slider__wave {
                        pointer-events: none;
                    }

                    a {
                        color: inherit;
                    }

                    .slider__wave svg path {
                        pointer-events: auto;
                    }

                    body:hover .cursor {
                        opacity: 1;
                    }

                    .control {
                        -webkit-mask-image: -webkit-radial-gradient(white, black);
                    }
   .container.is--hero {
     padding-top: 11.26em;
     padding-bottom: 0em;
   }
   
   .container.is--nav {
     position: relative;
     z-index: 2;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 1.65em;
     padding-bottom: 1.65em;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .container.is--slider {
     padding-top: 0em;
     padding-bottom: 0em;
   }
   
   .container.is--menu {
     position: relative;
     z-index: 2;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     height: 100vh;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     color: #e9c6dd;
   }
   
   .html {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: auto;
     overflow: hidden;
     width: 0px;
     height: 0px;
   }
   
   .section.is--slider {
     position: relative;
     z-index: 2;
     margin-bottom: 5em;
   }
   
   .section.is--hero {
     position: relative;
     z-index: 3;
   }
   
   .section.is--nav {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: auto;
     z-index: 900;
   }
   
   .hero__wrap {
     width: 49%;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
   }
   
   .hero__p {
     margin-top: 1em;
     font-family: Poppins, sans-serif;
     font-weight: 400;
   }
   
   .overflow {
     position: relative;
     overflow: hidden;
     width: 100%;
   }
   
   .controls {
     position: absolute;
     left: 0%;
     top: auto;
     right: 0%;
     bottom: 0%;
     z-index: 4;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 13em;
     margin-right: auto;
     margin-left: auto;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .control {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     width: 3.33em;
     height: 3.33em;
     margin-right: 0.5em;
     margin-left: 0.5em;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-style: solid;
     border-width: 2px;
     border-color: #0d0628;
     border-radius: 50%;
     -webkit-transition: -webkit-transform 200ms ease;
     transition: -webkit-transform 200ms ease;
     transition: transform 200ms ease;
     transition: transform 200ms ease, -webkit-transform 200ms ease;
     color: #0d0628;
   }
   
   .control:active {
     -webkit-transform: scale(0.9);
     -ms-transform: scale(0.9);
     transform: scale(0.9);
   }
   
   .control__arrow {
     position: relative;
     z-index: 2;
     display: block;
     width: 1.5em;
     height: 1.3em;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     opacity: 1;
   }
   
   .control__arrow.is--flipped {
     -webkit-transform: rotate(-180deg);
     -ms-transform: rotate(-180deg);
     transform: rotate(-180deg);
   }
   
   .nav__logo {
     width: 5.52em;
   }
   
   .nav__svg {
     width: 100%;
   }
   
   .trigger {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 1em;
     padding-bottom: 1em;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .trigger__line {
     width: 3em;
     height: 0.2em;
     margin-top: 0.3em;
     margin-bottom: 0.3em;
     background-color: #0d0628;
   }
   
   .trigger__circle {
     position: absolute;
     width: 14.58em;
     height: 14.58em;
     border-style: solid;
     border-width: 0.2em;
     border-color: #0d0628;
     border-radius: 50%;
   }
   
   .splide__list {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
   }
   
   .splide__slide {
     width: 33.333333333333336%;
     height: auto;
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 auto;
     -ms-flex: 0 0 auto;
     flex: 0 0 auto;
   }
   
   .splide__img {
     width: 100%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
   }
   
   .control__fill {
     position: absolute;
     left: auto;
     top: 0%;
     right: 0%;
     bottom: auto;
     z-index: 1;
     width: 100%;
     height: 100%;
     margin-top: -100%;
     margin-right: -100%;
     border-radius: 50%;
     background-color: #0d0628;
   }
   
   .slider__wave {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: auto;
     z-index: 2;
     margin-top: -0.6vw;
   }
   
   .slider__wave.is--bottom {
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     margin-bottom: -0.6vw;
     -webkit-transform: rotate(-180deg);
     -ms-transform: rotate(-180deg);
     transform: rotate(-180deg);
   }
   
   .cursor {
     position: fixed;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: 0%;
     z-index: 1000;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 100vh;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     opacity: 0;
     -webkit-transition: opacity 200ms ease;
     transition: opacity 200ms ease;
   }
   
   .cursor.hide-cursor {
     display: none;
   }
   
   .cursor__dot1 {
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background-color: #0d0628;
     -webkit-transition: opacity 350ms ease, background-color 350ms ease, height 350ms ease, width 350ms ease;
     transition: opacity 350ms ease, background-color 350ms ease, height 350ms ease, width 350ms ease;
   }
   
   .cursor__dot1.is--larger {
     width: 8.23em;
     height: 8.23em;
     background-color: #eed9e7;
   }
   
   .cursor__dot1.opacity-0 {
     opacity: 0;
   }
   
   .cursor__dot1.is--scale-down {
     -webkit-transform: scale(0.8);
     -ms-transform: scale(0.8);
     transform: scale(0.8);
   }
   
   .cursor__dot2 {
     position: absolute;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     width: 52px;
     height: 52px;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-style: solid;
     border-width: 2px;
     border-color: #0d0628;
     border-radius: 50%;
     -webkit-transition: border-color 350ms ease, height 350ms ease, width 350ms ease, background-color 350ms ease, color 350ms ease;
     transition: border-color 350ms ease, height 350ms ease, width 350ms ease, background-color 350ms ease, color 350ms ease;
     color: transparent;
   }
   
   .cursor__dot2.is--larger {
     width: 8.23em;
     height: 8.23em;
     background-color: #0d0628;
     color: #e9c6dd;
   }
   
   .cursor__dot2.light-ring {
     width: 6em;
     height: 6em;
     border-color: #eed9e7;
   }
   
   .cursor__dot2.is--scale-down {
     -webkit-transform: scale(0.8);
     -ms-transform: scale(0.8);
     transform: scale(0.8);
   }
   
   .menu {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: auto;
     z-index: 1;
     display: none;
   }
   
   .menu__bg {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: auto;
     z-index: 1;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 101%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
   }
   
   .menu__lottie {
     margin-top: -1%;
   }
   
   .menu__bg-color {
     width: 100%;
     height: 100%;
     background-color: #0d0628;
   }
   
   .menu__left {
     position: relative;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-left: 4.06em;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }
   
   .nav-link {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     overflow: hidden;
     margin-top: 0.7em;
     margin-bottom: 0.7em;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
   }
   
   .nav-link:hover {
     font-style: italic;
     font-weight: 700;
   }
   
   .nav-link.is--1 {
     margin-left: 12.4em;
   }
   
   .nav-link.is--3 {
     margin-left: 6.2em;
   }
   
   .nav-link__text {
     font-size: 7.03em;
     line-height: 1.2;
     letter-spacing: -0.05em;
   }
   
   .nav-link__num {
     margin-top: 0.7em;
     margin-left: 0.3em;
     font-size: 1.25em;
     line-height: 1;
     font-style: normal;
     letter-spacing: -0.04em;
   }
   
   .nav-link__contain {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }
   
   .nav-link__line {
     width: 0em;
     height: 0.2em;
     background-color: #e9c6dd;
   }
   
   .menu__contain {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
   }
   
   .menu__right {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     padding-top: 1em;
     padding-right: 10.99em;
     padding-bottom: 1.7em;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }
   
   .menu__icon {
     width: 3.02em;
   }
   
   .sublinks {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: start;
     -webkit-align-items: flex-start;
     -ms-flex-align: start;
     align-items: flex-start;
   }
   
   .sublink {
     overflow: hidden;
     margin-top: 1.5em;
   }
   
   .sublink__text {
     font-size: 1.77em;
     line-height: 1.2;
     letter-spacing: -0.04em;
   }
   
   .sublink__line {
     width: 100%;
     height: 0.2em;
     background-color: #eed9e7;
     -webkit-transform: translate(-100%, 0px);
     -ms-transform: translate(-100%, 0px);
     transform: translate(-100%, 0px);
   }
   
   .nav-link__img {
     position: absolute;
     left: auto;
     top: 0%;
     right: 0%;
     bottom: auto;
     z-index: -2;
     display: none;
     width: 46em;
     height: 30em;
     margin-right: -35em;
     -o-object-fit: contain;
     object-fit: contain;
   }
   
   .background {
     position: absolute;
     left: 0%;
     top: 0%;
     right: 0%;
     bottom: auto;
     z-index: 1;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     height: 101%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: start;
     -webkit-justify-content: flex-start;
     -ms-flex-pack: start;
     justify-content: flex-start;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
   }
   
   .background__lottie {
     width: 100%;
     margin-top: -1%;
   }
   
   .background__fill {
     width: 100%;
     height: 100%;
     background-color: #0d0628;
   }
   
   .overflow-hidden {
     overflow: hidden;
   }
   
   @media screen and (max-width: 991px) {
     .container {
       padding-right: 3em;
       padding-left: 3em;
     }
   
     .hero__p {
       font-size: 12px;
     }
   
     .overflow {
       min-height: 100vh;
     }
   
     .cursor {
       display: none;
     }
   
     .menu {
       height: 100vh;
     }
   
     .background__lottie {
       position: relative;
       z-index: 2;
       -webkit-box-flex: 0;
       -webkit-flex: 0 0 auto;
       -ms-flex: 0 0 auto;
       flex: 0 0 auto;
     }
   
     .background__fill {
       position: relative;
       z-index: 1;
     }
   }
   
   @media screen and (max-width: 770px) {
    .gallery-box {
        min-width: 56%;
    }
     h1 {
       font-size: 7em;
     }
     .gallery-support-section {
          margin-bottom: 185px;
      }
     .container {
       padding-right: 4.9em;
       padding-left: 4.9em;
     }
   
     .container.is--hero {
       padding-top: 136px;
       padding-bottom: 3.4em;
     }
   
     .container.is--nav {
       padding-top: 22px;
       padding-bottom: 22px;
     }

     .hero__wrap {
       width: 90%;
     }
   
     .controls {
       margin-bottom: -3em;
       font-size: 2em;
     }
   
     .nav__logo {
       font-size: 10px;
     }
   
     .nav__svg {
       font-size: 1em;
     }
   
     .trigger {
       font-size: 8px;
     }
   
     .splide__slide {
       width: 100%;
       padding-right: 0.92em;
       padding-left: 0.92em;
     }
   
     .menu__icon {
       font-size: 10px;
     }
   
     .sublink {
       font-size: 7px;
     }
   
     .sublink__line {
       display: none;
     }
   }
   
   @media screen and (max-width: 479px) {
    .w-40 {
      width: 100% !important;
    }
     h1 {
       font-size: 8em;
     }
   

     .hero__wrap {
       width: 100%;
     }
   
     .controls {
       margin-bottom: -47px;
       font-size: 10px;
     }
   
     .menu__left {
       padding-left: 0em;
       font-size: 2em;
     }
   
     .menu__contain {
       display: block;
     }
   
     .menu__right {
       padding-top: 5.3em;
       padding-right: 0em;
       padding-bottom: 0em;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       font-size: 5px;
       text-align: center;
     }
   
     .menu__icon {
       font-size: 2em;
     }
   
     .sublinks {
       padding-top: 1.3em;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       text-align: center;
     }
   
     .sublink {
       font-size: 2em;
     }
   }
   @font-face {
     font-family: 'Fahkwang';
     src: url('https://assets.website-files.com/6067559c86540cc17e19c4d5/60675740440b568d626bae11_Fahkwang-Bold.ttf') format('truetype');
     font-weight: 700;
     font-style: normal;
     font-display: swap;
   }


.owl-nav{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
.owl-nav > div{
  background: #4881ff;
    color: #fff;
    padding: 2px 13px 4px 13px;
    border-radius: 50px;
    margin: 0px 10px;
    font-size: 20px;
    font-weight: 900;
}
/* .owl-nav > div.disabled{
  background: #000;
} */


.splide__container{box-sizing:border-box;position:relative}.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list{display:block}.splide__track--fade>.splide__list>.splide__slide{left:0;opacity:0;position:absolute;top:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;position:relative;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:transparent}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}

.nav-link__contain,
    .sublink__contain {
        opacity: 0;
    }

    .splide__track {
        overflow: visible !important;
    }