/*
Theme Name: Water Delivery Services Pro
Theme URI: https://www.themagnifico.net/products/water-delivery-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: 
Version: 0.0.2
Requires at least: 5.0
Tested up to: 6.1
Requires PHP: 5.2.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: water-delivery-services-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Water Delivery Services Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2023.
Water Delivery Services Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */



@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
/*--------- Site Loader --------------*/
.preloader {
  background: #03A9F4;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  justify-content: center;
  align-items: center;
}
.loader-container {
  text-align: center;
}

.droplet {
  width: 20px;
  height: 20px;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  animation: bounce 1s infinite ease-in-out;
}

.droplet:nth-child(2) {
  left: 30px;
  animation-delay: 0.2s;
}

.droplet:nth-child(3) {
  left: 60px;
  animation-delay: 0.4s;
}

.droplet-container {
  position: relative;
  width: 80px;
  height: 60px;
  margin: 0 auto;
}

@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(-30px);
  }
}

.text {
  margin-top: 20px;
  font-size: 18px;
  color: #1e90ff;
}