/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1758131717
Updated: 2025-09-17 17:55:17

*/

.home-slider .ts-navigation {
	top: 50%!important;
	padding: 20px!important;
}
body1 {
	margin: 0;
	padding: 0;
	height: 100vh;
	background: #000;
  display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.scroll-down {
	position: absolute;
  top: -135px;
  z-index: 99;
  left: 50%;
	width:50px;
}
.box span {
	width: 20px;
	height: 20px;
  display: block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.box span:nth-child(2) {
	animation-delay: -0.2s;
}

.box span:nth-child(3) {
	animation-delay: -0.4s;
}

@keyframes animate {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
		transform: rotate(45deg) translate(10px, 10px);
	}
	100% {
		opacity: 0;
	}
}

.header-stickky.is-sticky {
	position: fixed;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
	animation: slideDown 0.35s ease-out;
	top: 0 !important;
	background-color: #181e50;
	padding-top:10px!important;
	padding-top:10px!important;
}
.header-logo {
	transition:all 400ms;
}
.header-stickky.is-sticky .header-logo {
	top: -25px !important;
}
.header-stickky.is-sticky img {
	max-width: 37%;
	width: 37% !important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.about-image {
  position:relative;	
}

.about-image::before {
	content: '';
	position: absolute;
	top: 30px;
	right: 0;
	right: 35px;
	bottom: 0;
	background-color: #FC5800;
	z-index: -1;
	width: 77%;
	height: 100%;
}
.about-image::after {
	content: '';
	width: 28%;
	position: absolute;
	top: -6%;
	bottom: 60%;
	left: 4%;
	background-image: url(/theglobalholidays/wp-content/uploads/2025/09/dots.png);
	background-repeat: repeat;
	z-index: -1;
}
.elementor-8 .elementor-element.elementor-element-98b808f .swiper-pagination-bullets {
	margin-top: 20px;
}

.header-breadcum {
	text-align:center;
	color:#fff;
}
.header-breadcum a {
	color:#fc5800;
}
.main-form input {
	border:0px;
	height:100%;
	padding:12px 15px;
}
.main-form textarea {
	height:100px;
	border:0px;
}
.main-form .octf-btn {
	background-color:#242B71;
	padding:13px 35px;
	color:#fff;
	border:0px; 
	text-transform:uppercase;
	transition:all 400ms;
}
.main-form .octf-btn:hover {
	background-color:#000; 
	color:#fff;
}
.elementor-8 .elementor-element.elementor-element-74ce110.eael_wd_liquid_glass_shadow-rear_effect1 .eael-elements-flip-box-rear-container, .elementor-8 .elementor-element.elementor-element-ffcd9c3.eael_wd_liquid_glass_shadow-effect1 .eael-elements-flip-box-front-container, .elementor-8 .elementor-element.elementor-element-ffcd9c3.eael_wd_liquid_glass_shadow-rear_effect1 .eael-elements-flip-box-rear-container {
	box-shadow:none!important;
}
.elementor-8 .elementor-element.elementor-element-74ce110.eael_wd_liquid_glass_shadow-effect1 .eael-elements-flip-box-front-container, .elementor-8 .elementor-element.elementor-element-3db7e0e.eael_wd_liquid_glass_shadow-effect1 .eael-elements-flip-box-front-container, .elementor-8 .elementor-element.elementor-element-3db7e0e.eael_wd_liquid_glass_shadow-rear_effect1 .eael-elements-flip-box-rear-container {
	box-shadow:none!important;
}


.package-image-slider {
	position:relative;
}
.package-image-slider::before {
	content: "";
	top: 0;
	left: 0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 12%, rgba(255, 255, 255, 0) 100%);
	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 15px;
}
.package-slider .swiper-pagination {
	top: 240px;
	bottom: 50%;
}
.elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper ~ .elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper ~ .elementor-swiper-button {
	z-index: 99!important;
}
.package-slider-wrap .ts-navigation {
	position: absolute;
	justify-content: space-between;
	top: 50%;
}
.package-slider-wrap .wcf-arrow.wcf-arrow-prev {
	left:-67px;
}
.package-slider-wrap .wcf-arrow.wcf-arrow-next {
	right:-67px;
}
.book-now-button button {
	width:100%!important;
}
.button-sticky-top {
	position: sticky!important;
    top: 100px!important;
}
.blog-banner-content {
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    z-index: 9!important;
    width: 100%!important;
    height: 100%!important;
}
.blog-single-feature-image {
	position:relative;
}
.blog-single-feature-image:before {
	content:"";
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
	background-color:#000;
	opacity:0.7;
}













@media screen and (max-width: 1025px) {    
	.header-stickky.is-sticky img {
	max-width: 57%;
	width: 70% !important;
	top: 36px !important;
	padding-top: 6px;
}
}

/*============= custom responsive ===============*/
@media screen and (max-width: 1920px) and (min-width: 1601px) {      }
@media screen and (max-width: 1440px) {      }
@media screen and (max-width: 1366px) {      }
@media screen and (max-width: 1280px) {      }
@media screen and (max-width: 1200px) {      }
@media screen and (max-width: 1199px) {      }
@media screen and (max-width: 1080px) {      }
@media screen and (max-width: 1024px) {      }
@media screen and (max-width: 991px) {      }
@media screen and (max-width: 960px) {      }
@media screen and (max-width: 900px) {      }
@media screen and (max-width: 812px) {      }
@media screen and (max-width: 800px) {      }
@media screen and (max-width: 768px) {      }
@media screen and (max-width: 767px) {      }
@media screen and (max-width: 736px) {      }
@media screen and (max-width: 667px) {      }
@media screen and (max-width: 640px) {      }
@media screen and (max-width: 568px) {      }
@media screen and (max-width: 533px) {      }
@media screen and (max-width: 480px) {      }
@media screen and (max-width: 414px) {      }
@media screen and (max-width: 375px) {      }
@media screen and (max-width: 360px) {      }
@media screen and (max-width: 320px) {      }





























