/*
Theme Name: Astra child
Author: 
Description: Your description goes here
Version: 1.0
Template: astra

This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/*hero area*/

.hero-area-video {
    height: 100vh;
    object-fit: cover;
}

/*end hero area*/

/*logo animation*/

@keyframes scalePulse {
  0%, 100% { transform: scale(1); }
  10%      { transform: scale(1.2); }
  20%      { transform: scale(1); }
  100%     { transform: scale(1); }
}

.logo-1, .logo-2, .logo-3, .logo-4, .logo-5 {
  animation-name: scalePulse;
  animation-duration: 12.5s; 
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.logo-1 { animation-delay: 0s; }
.logo-2 { animation-delay: 2.5s; }
.logo-3 { animation-delay: 5s; }
.logo-4 { animation-delay: 7.5s; }
.logo-5 { animation-delay: 10s; }

/*end logo animation*/

