/*
Theme Name: Soccer Academy Pro
Theme URI: https://www.ovationthemes.com/products/soccer-club-wordpress-theme/
Author: Ovationthemes
Author URI: https://www.ovationthemes.com/
Description: soccer WordPress Theme is the perfect choice for all your soccer and health related websites like personal trainers, health coach, yoga, diet and nutrition planning, indoor and outdoor exercise, for class and soccer enthusiasts, physiotherapist, powerlift, clubs, dieticians, physiotherapy, wellness, workout, lifestyle, aerobics, boxing, sports, cross fit, spa and massage, etc. It has a responsive layout for all devices and fits in all screen sizes. It has theme options using customizer API. You
get options for favicon, logo, title and tagline customization. This premium theme is compatible with various WordPress plugins like contact form 7 and WooCommerce.
Version: 0.0.3
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 5.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: soccer-academy-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments

Soccer Academy Pro WordPress Theme has been created by Ovationthemes(ovationthemes.com), 2023.
Soccer Academy Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
  --font-inter: 'Inter', sans-serif;
}
.bypostauthor {
  font-weight: 600;
}
.contact-box {
    padding-bottom: 40px;
}
html {
    overflow-x: hidden;
}
/*--------- Site Loader --------------*/
.preloader {
  background: #fff;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 9999999;
}
.box {
  margin: 0 auto;
  width: 80px;
  height: 190px;
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
}
 .box .shadow {
	 position: absolute;
	 width: 100%;
	 height: 10px;
	 background-color: grey;
	 bottom: 0;
	 border-radius: 100%;
	 transform: scaleX(0.8);
	 opacity: 0.6;
	 animation: shadowScale 1s linear infinite;
}
 .gravity {
	 width: 40px;
	 height: 40px;
	 animation: bounce 1s cubic-bezier(0.68, 0.35, 0.29, 0.54) infinite;
}
 .ball {
  width: 80px;
  height: 80px;
  background-image: url(assets/images/football.png);
  background-size: cover;
  animation: roll 1.3s linear infinite;
}
 @keyframes roll {
	 100% {
		 transform: rotate(360deg);
	}
}
 @keyframes bounce {
	 50% {
		 transform: translateY(100px);
	}
}
 @keyframes shadowScale {
	 50% {
		 transform: scaleX(1);
		 opacity: 0.8;
	}
}
/* @media (min-width: 1400px){
  .container {
    width: 1440px;
  }
} */
/* .preloader{
  display: none;
} */
