.elementor-kit-135{--e-global-color-primary:#111A19;--e-global-color-secondary:#809076;--e-global-color-text:#F8D794;--e-global-color-accent:#BB6830;--e-global-color-779f758:#284139;--e-global-typography-primary-font-family:"Bai Jamjuree";--e-global-typography-primary-font-size:86px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-letter-spacing:-0.5px;--e-global-typography-primary-word-spacing:5px;--e-global-typography-secondary-font-family:"Bai Jamjuree";--e-global-typography-secondary-font-size:21px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manuale";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:#D1AEA6;font-family:"Poppins", Sans-serif;font-size:34px;--e-preloader-animation:headShake;--e-preloader-animation-duration:2300ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-text );--e-preloader-size:147px;}.elementor-kit-135 e-page-transition{background-color:var( --e-global-color-779f758 );}.elementor-kit-135 h1{color:var( --e-global-color-text );font-family:"Poppins", Sans-serif;font-size:47px;font-weight:900;letter-spacing:0.8px;word-spacing:10px;}.elementor-kit-135 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:65px;font-weight:900;font-style:normal;text-decoration:none;}.elementor-kit-135 h4{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:50px;font-weight:900;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:300px;}.e-con{--container-max-width:300px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.elementor-lightbox{--lightbox-ui-color:var( --e-global-color-secondary );}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.grid-gallery {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  grid-auto-flow: dense;
}

.grid-gallery .grid-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}

.grid-gallery .grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* spans */
.span-2x2 {
  grid-column: span 2 !important;
  grid-row: span 2 !important;
}

.span-2x1 {
  grid-column: span 2 !important;
}

.span-1x2 {
  grid-row: span 2 !important;
}

.span-3x1 {
    grid-column: span 3 !important;
}

.custom-video video,
.custom-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
}/* End custom CSS */