/* 
Theme Name: Layrix
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Layrix is a child theme of Hello Elementor, created by Dogruweb
Author: Dogruweb
Author URI: https://dogruweb.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.parlama-box {
  position: relative;
  overflow: hidden;
}

.parlama-box::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    45deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.5) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: translate(-100%, 100%) rotate(0deg);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.parlama-box:hover::after {
  transform: translate(100%, -100%) rotate(0deg);
}

.box-golge{
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
