/*
Theme Name: Wiix
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.swiper-item {
    position: relative;
}
.ra-sq-shape1 {
    position: absolute;
}
.ra-sq-shape2 {
    position: absolute;
}
.ra-hero1-item {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.ra-hero1-text {
    width: 100%;
    max-width: 620px;
}
.ra-hero1-img-wrap {
    display: flex;
    align-items: center;
}
.ra-hero1-img1 .line_shape {
  top: 50%;
  right: -25px;
  position: absolute;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: 2500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
  transition: 2500ms cubic-bezier(0.5, -0.75, 0.3, 1.5);
}
