/*
Theme Name: Soura Theme
Theme URI: https://jiinto.com
Description: Child theme pour le projet Soura
Author: Jiinto
Author URI: https://jiinto.com
Template: hello-elementor
Version: 1.0
Text Domain: soura-theme
*/


/* -----------------------------
   TYPOGRAPHY
----------------------------- */

h1,
h2 {
  margin: 0 !important;
}

.eael-elements-flip-box-content span {
  font-weight: 300 !important;
}


/* -----------------------------
   FLIP BOX
----------------------------- */

.eael-elements-flip-box-padding {
  padding: 0.25rem 1.5rem !important;
}


/* -----------------------------
   GLASS NAVIGATION
----------------------------- */

.glass-nav {
  /* glass effect */
  background: rgba(251, 240, 252, 0.5);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);

  /* gradient border */
  border: 1px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: border-box;

  background-image:
    linear-gradient(rgba(251,240,252,0.18), rgba(251,240,252,0.10)),
    linear-gradient(120deg, rgba(251,240,252,0.6), rgba(251,240,252,0.02));

  box-shadow:
    0 8px 30px rgba(0,0,0,0.15),
    inset 0 1px 1px rgba(251,240,252,0.15);
}


/* -----------------------------
   ELEMENTOR HEADLINE FIX
----------------------------- */

.elementor-headline-animation-type-slide-down
.elementor-headline-dynamic-wrapper {
  overflow: visible !important;
}


/* -----------------------------
   MOBILE
----------------------------- */

@media (max-width: 767px) {

  .eael-elements-flip-box-padding {
    padding: 6vw !important;
  }

}