/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
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
*/

.blure-glass{
    background: rgba(255, 255, 255, 0.16);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px); 
	border-radius:12px;
}
/* کره زمین در حالت عادی */
.globe-rotate {
  display: inline-block;
  animation: spinEarth 18s linear infinite;
  transform-origin: center center;
  will-change: transform;
}

/* انیمیشن چرخش */
@keyframes spinEarth {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
/* اگر تصویر خیلی صافه و می‌خوای عمق سه‌بعدی بده */
.globe-rotate img {
  transform: perspective(800px) rotateX(10deg);
}

 