/*
Theme Name: Holiday Travel Cruise Pro
Theme URI: https://www.themagnifico.net/products/travel-cruise-wordpress-theme
Author: Themagnifico
Author URI: https://www.themagnifico.net/
Description: The Travel Cruise WordPress Theme is a luxurious, modern solution crafted for cruise lines, travel agencies, tour planners, travel, travel blog, travel agency, travel deals, budget travel, solo travel, adventure travel, luxury travel, family travel, travel tips, best travel destinations and travel bloggers. With a clean, minimal, and sophisticated layout, it allows users to create a visually engaging website that reflects the elegance and excitement of travel. This retina-ready, mobile-friendly, and responsive theme ensures your website looks beautiful across all devices. Developed with Bootstrap and featuring optimized, secure, and clean code, the theme provides both performance and design excellence. It includes stunning banners, interactive sliders, and strategically placed Call to Action (CTA) buttons that help capture visitor interest and convert them into customers. The built-in testimonial section, team showcase, and social media integration enhance your credibility and connect your brand with a broader audience. Ideal for developers and non-tech users alike, this theme offers shortcodes, easy customization options, and translation-ready functionality for global reach. Whether you're selling cruises, organizing tours, or simply sharing your travel experiences, this theme delivers the flexibility and aesthetic to match your needs.
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: holiday-travel-cruise-pro
Tags: one-column, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments
Holiday Travel Cruise Pro WordPress Theme has been created by Themagnifico(themagnifico.net), 2025.
Holiday Travel Cruise Pro WordPress Theme is released under the terms of GNU GPL

/* Basic Style */


@import url('https://fonts.googleapis.com/css2?family=Varta:wght@300..700&display=swap');

/*--------- Site Loader --------------*/
.preloader {
  background: #24ACB4;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  align-items: center;
    justify-content: center;
}


.woocommerce .loader::before{
  background: none !important;
}



/* HTML:  */
.loader {
  width: 48px;
  height: 48px;
  display: block;
  margin: 20px auto;
  box-sizing: border-box;
  position: relative;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50% 50% 0;
  border: 15px solid #fff;
  transform: rotate(45deg) translate(0, 0);
  box-sizing: border-box;
  animation: animMarker 0.4s ease-in-out infinite alternate;
}
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 150%;
  width: 24px;
  height: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  animation: animShadow 0.4s ease-in-out infinite alternate;
}

@keyframes animMarker {
  0% {
    transform: rotate(45deg) translate(5px, 5px);
  }
  100% {
    transform: rotate(45deg) translate(-5px, -5px);
  }
}

@keyframes animShadow {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
    