/* maw width set // large section : 1920px // small section : 1280px */

/* Hero section 1 */

/* Button */
.hero_section-section_1 .btn-logia .elementor-button-content-wrapper {
  align-items: center;
}

.hero_section-section_1 .btn-logia span.elementor-button-icon {
  background-color: white;
  aspect-ratio: 1 / 1 !important;
  width: 40px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}
.hero_section-section_1 .btn-logia i::before {
  font-size: 16px;
  color: var(--e-global-color-button);
}
.hero_section-section_1 .btn-logia:not(.reverse) a:hover i::before {
  color: var(--e-global-color-hover);
}

/* reverse button style */
.hero_section-section_1 .btn-logia.reverse i::before {
  color: var(--e-global-color-white);
  transition: color 300ms ease;
}
.hero_section-section_1 .btn-logia.reverse a:hover i::before {
  color: var(--e-global-color-hover);
}
.hero_section-section_1 .btn-logia.reverse .elementor-button-icon {
  background-color: var(--e-global-color-button);
  transition: background-color 300ms ease;
}
.hero_section-section_1 .btn-logia.reverse a:hover .elementor-button-icon {
  background-color: var(--e-global-color-white);
}

/* Hero section 2 */

.hero_section-section_2 .imgDecoration {
  z-index: 1;
}
.hero_section-section_2 .imgDecoration::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 30px;
  z-index: -1;
  background-color: var(--e-global-color-white);
  transform: translate(-15px, 15px);
}
@media all and (max-width: 768px) {
  .hero_section-section_2 .imgDecoration::before {
    border-radius: 15px;
    transform: translate(-10px, 10px);
  }
}

/* Hero section 3 */

.hero_section-section_3 .deco_container-logia::after {
  content: '';
  display: block;
  width: 90px;
  height: 10px;
  margin-top: 0.5rem;
  background-color: var(--e-global-color-secondary);
}

/* Button */
.hero_section-section_3 .btn-logia i {
  transition: transform ease 200ms;
}
.hero_section-section_3 .btn-logia a:hover i {
  transform: scale(0.9);
}

/* Hero section 4 */

/* Button */
.hero_section-section_4 .btn-logia i {
  transition: transform ease 200ms;
}
.hero_section-section_4 .btn-logia a:hover i {
  transform: scale(0.9);
}

/* Hero section 5 */

.hero_section-section_5 .deco_container-logia .deco_element-logia {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
}

.hero_section-section_5 .deco_container-logia .deco_element-logia::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: var(--e-global-color-secondary);
}

/* Primary btn  | custom style */

.hero_section-section_5 .btn-logia span.elementor-button-icon {
  background-color: white;
  aspect-ratio: 1 / 1 !important;
  width: 40px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
}
.hero_section-section_5 .btn-logia i::before {
  font-size: 16px;
}
.hero_section-section_5 .btn-logia .elementor-button-content-wrapper {
  align-items: center;
  gap: 0 !important;
  transition: gap 200ms ease;
}

/* Primary btn | hover style + animations*/

.hero_section-section_5 .btn-logia .elementor-button-icon {
  transform: translateX(20px);
  transition: transform 200ms ease;
  margin-left: 5px;
}

.hero_section-section_5 .btn-logia a:hover .elementor-button-icon {
  transform: translateX(0px);
}
.hero_section-section_5 .btn-logia a:hover .elementor-button-content-wrapper {
  gap: 10px !important;
}

/* Hero Section 6 */

.hero_section-section_6 .deco_container-logia {
  padding: 0.5rem 0rem 0.5rem 1rem;
  border-left: solid 3px var(--e-global-color-white);
}

/* Hero Section 7 */

/* Button */
.hero_section-section_7 .btn-logia i {
  transition: transform ease 200ms;
}
.hero_section-section_7 .btn-logia a:hover i {
  transform: scale(0.9);
}

/* Hero Section 8 */

.hero_section-section_8 .deco_container-logia .deco_element-logia {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
}

.hero_section-section_8 .deco_container-logia .deco_element-logia::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 2px;
  background-color: var(--e-global-color-white);
}

/* Button */
.hero_section-section_8 .btn-logia i {
  transition: transform ease 200ms;
}
.hero_section-section_8 .btn-logia a:hover i {
  transform: scale(0.9);
}
