.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#760112;--e-global-color-text:#FFFFFF;--e-global-color-accent:#E1012A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* BTN */
/* From Uiverse.io by 3HugaDa3 */ 
.glass-btn {
  position: relative;
  width: 226px;
  height: 52px;
  padding: 0px;
  font-size: 17px;
  color: #fff;
  border: 1.5px solid #fff;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  backdrop-filter: blur(15px);
  cursor: pointer;
  /*box-shadow:*/
  /*  0 10px 20px rgba(0, 0, 0, 0.1),*/
  /*  inset 0 0 0 1px rgba(255, 255, 255, 0.15);*/
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'Museosans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  /*text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);*/
}

.glass-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: 0.6s;
}

.glass-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
}

.glass-btn:hover {
  transform: translateY(-3px) scale(1.02);
  background: rgba(255, 255, 255, 0.15);
  /*box-shadow:*/
  /*  0 15px 30px rgba(0, 0, 0, 0.15),*/
  /*  inset 0 0 0 1px rgba(255, 255, 255, 0.2);*/
  letter-spacing: 1.5px;
}

.glass-btn:hover::before {
  left: 100%;
}

.glass-btn:hover::after {
  opacity: 1;
}

.glass-btn:active {
  transform: translateY(1px) scale(0.98);
  /*box-shadow:*/
  /*  0 5px 15px rgba(0, 0, 0, 0.1),*/
  /*  inset 0 0 0 1px rgba(255, 255, 255, 0.15);*/
  background: rgba(255, 255, 255, 0.2);
}

.glass-btn span {
  position: relative;
  z-index: 1;
  font-weight: 600;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* BTN *//* End custom CSS */