@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Top Bar
	3.2 Logo
	3.3 Main Nav
	3.4 Menu
4. Home
	4.1 Home Slider
	4.2 Home Slider Nav
	4.3 Home Slider Dots
5. Search
6. Section Title
7. Intro
8. CTA
	8.1 CTA Slider
9. Offers
10. Testimonials
	10.1 Testimonials Slider
11. Trending
12. Contact
13. Footer
	13.1 Footer - About
	13.2 Footer - Blog
	13.3 Footer - Tags
	13.4 Footer - Contact Info
14. Copyright


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('truetype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('opentype');
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	color: #929191;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	    font-family: feijoadisplay, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	display: inline-block;
	height: 53px;
	border-radius: 27px;
	overflow: hidden;
}
.button_bcg
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 100%;
	background: linear-gradient(to right, #fa9e1b, #8d4fff, #fa9e1b);
	z-index: -1;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.button:hover .button_bcg
{
	left: -100%;
}
.button a
{
	display: block;
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	white-space: nowrap;
	z-index: 2;
}
.button span
{
	display: inline-block;
	vertical-align: middle;
	width: 5.75px;
	height: 5.63px;
	background: #FFFFFF;
	border-radius: 50%;
	margin-right: 2px;
}
.button span:first-child
{
	margin-left: 10px;
}
.button span:nth-child(2)
{
	opacity: 0.6;
}
.button span:last-child
{
	opacity: 0.4;
	margin-right: 0px;
}

/*********************************
3. Header
*********************************/

.header
{
	/* position: fixed; */
	width: 100%;
	height: 110px;
	
	background-image: url('img/home_slider.png');
	z-index: 12;
}

.about-header{
	width: 100%;
	height: 1050px;
}
/* .header.scrolled
{
	background: rgba(54, 19, 84, 0.85);


} */






/*********************************
3.3 Main Nav
*********************************/

.main_nav_container
{
	/* margin-right: 100px; */
	

}
.main_nav_item
{
	position: relative;
	display: inline-block;
	margin-right: 80px;
	margin-top: -40px;
	
}
.main_nav_item:last-child
{
	margin-right: 50px;
}
.main_nav_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color:#141F86;
	

	
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
}
/* .main_nav_item::after
{
	display: block;
	position: absolute;
	left: -1px;
	bottom: -11px;
	width: calc(100% + 2px);
	height: 2px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	content: '';
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
} */
.main_nav_item:hover::after
{
	opacity: 1;
}
.content_search
{
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	cursor: pointer;
}
.header.scrolled .content_search
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.mag_glass
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.content_search img
{
	width: 17px;
	height: 17px;
}
.content_search:hover .mag_glass
{
	fill: #fa9e1c;
}
.search_form
{
	position: absolute;
	right: 15px;
	top: 120px;
	width: 237px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active
{
	top: 105px;
	visibility: visible;
	opacity: 1;
}
.search_content_input
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #1b0b32;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}
.bez_1
{
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}


/*********************************
3.4 Menu
*********************************/

.hamburger
{
	display: none;
	-webkit-transform: translateY(-3px);
	
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
	cursor: pointer;
	margin-left: 210px;
	/* margin-top: 50px; */
}
.header.scrolled .hamburger
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.hamburger i
{
	font-size: 24px;
	color: black;
}
.hamburger:hover i
{
	color: #fa9e1c;
}
.menu
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}
.menu.active
{
	opacity: 0.95;
	visibility: visible;
}
.menu_content
{
	width: 100%;
	height: 100%;
}
.menu_item
{
	position: relative;
	margin-bottom: 3px;
}
.menu_item:last-child
{
	margin-bottom: 0px;
}
.menu_logo
{
	margin-bottom: 28px;
}
.menu_logo a img
{
	width: 40px !important;
}
.menu_item a
{
	display: inline-block;
	position: relative;
	font-family: 'Beyond';
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 400;
}
.menu_item a::after
{
	display: block;
	position: absolute;
	top: 60%;
	left: 0;
	width: 0;
	height: 4px;
	background: #FFFFFF;
	letter-spacing: 2px;
	content: '';
	z-index: 10;
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 400ms ease;
}
.menu_item:hover a::after
{
	width: 100%;
}
.menu_close_container
{
	position: absolute;
	top: 94px;
	right: 122px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #fa9e1c;
}

/*********************************
4. Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
	
}


/*********************************
4.1 Home Slider
*********************************/
.main-body-div{
	height: 550px;
	width: 100%;
	background-image: url('../img/home_slider.png');
	
}

.main-body-div p{
	font-size: 100px;
	font-family:'Times New Roman', Times, serif;
	color: white;
	position: absolute;
	top: 200px;

}
.home_slider_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 85%;
	z-index: 10;
	/* background: #31124b; */
}
.home_slider
{
	width: 100%;
	height: 100%;
}
.home_slider_item
{
	width: 100%;
	height: 100%;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 650px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/* opacity:0.5; */
	background-color: #dbc8ff;
}
.home_slider_content
{
	position: absolute;
	top: 50%;
	left: 30%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 11;
}
.home_slider_content h1
{
	margin-bottom: 0px;
}
.home_slider_content h1:first-child
{
	font-family: 'Poppins';
	font-size: 100px;
	font-weight: 600;
	color: #FFFFFF;
	/* font-style: italic; */
	
	
}

.home_slider_content h1 span:first-child
{
	font-family: 'Poppins';
	font-size: 100px;
	font-weight: 600;
	color: #E33924 !important;
	font-style: italic;
	
	
}
.home_slider_content h1:nth-child(2)
{
	
	font-family: 'Poppins';
	font-weight: 600;

	font-size: 110px;
	color: #FFFFFF;
	margin-top: -34px;
}
.home_slider_button
{
	margin-top: 70px;
}
.flipInX
{
	animation-delay: 600ms;
}

/*********************************
4.2 Home Slider Nav
*********************************/

.home_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 11;
	cursor: pointer;
}
.home_slider_prev
{
	left: 50px;
}
.home_slider_next
{
	right: 50px;
}
.home_slider_prev:hover .nav_path,
.home_slider_prev:hover .nav_arrow
{
	fill: url(#home_grad_prev);
}
.home_slider_next:hover .nav_arrow,
.home_slider_next:hover .nav_path
{
	fill: url(#home_grad_next);
}

/*********************************
4.3 Home Slider Dots
*********************************/

.home_slider_dots
{
	position: absolute;
	right: 50px;
	bottom: 45px;
	z-index: 10;
}
.home_slider_custom_dots
{

}
.home_slider_custom_dot
{
	display: inline-block;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot:hover
{
	color: #fa9e1c;
}
.home_slider_custom_dot:hover.active div
{
	border-color: #fa9e1c;
}
.home_slider_custom_dot.active
{
	padding-left: 13px;
	padding-right: 9px;
	margin-right: 3px;
}
.home_slider_custom_dot div
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 2px transparent;
	border-radius: 18px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot.active div
{
	border: solid 2px #FFFFFF;
}


/*********************************
5. Search
*********************************/

.search
{
	width: 100%;
	/* height: 200px; */
	/* background: linear-gradient(to right, #fa9e1b, #8d4fff); */
	/* background: rgba(251, 208, 78, 1); */

	/* z-index: 10; */
	/* left: 50px; */
	/* margin-top: 80px; */
	/* border-radius: 10px; */
	/* border-top-left-radius:0px; */
	
}

.search_tabs_container
{
	position: absolute;
	bottom: 100%;
	left: -21px;
	/* width: calc(60% - 20%); */
	width: 60%;
	/* margin-left: 100px; */
	/* border-radius: 10px; */
	
}
.search_tabs
{
	height: 40px;
	
}
.search_tab
{
	font-size: 14px;
	font-weight: 700;
	color: #2d2c2c;
	color: rgba(3, 15, 125, 1);

	margin-left: 5px;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	flex-grow: 1;
	background: #FFFFFF;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.search_tab img
{
	margin-right: 10px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_tab:first-child
{
	/* border-top-left-radius: 94px; */
	padding-left: 7px;
}
.search_tab:last-child
{
	/* border-top-right-radius: 94px; */
	padding-right: 10px;
}
.search_tab.active
{
	background: rgba(251, 208, 78, 1);
	/* background: #fa9e1b; */
	color: #FFFFFF;
}
.search_tab.active img
{
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
  	filter: brightness(200%) grayscale(100%);
}
/* .search_tab:hover
{
	background: #fa9e1b;
	color: #FFFFFF;
} */
.search_tab:hover img
{
	-webkit-filter: brightness(200%) grayscale(100%);
	-moz-filter: brightness(200%) grayscale(100%);
	-ms-filter: brightness(200%) grayscale(100%);
	-o-filter: brightness(200%) grayscale(100%);
  	filter: brightness(200%) grayscale(100%);
}
.search_panel
{
	display: none !important;
	width: 100%;
	height: 100%;
	-webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
.search_panel.active
{
	display: flex!important;
}
/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.search_panel_content
{
	width: 100%;
	height: 100%;
}
.search_input
{
	/* width: 100%;
	height: 46px;
	border: none;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: 600;
	color: #929191; */
/* 
	width: 100%;
height: 48px;
outline: none;
top: 1456px;
left: 662px;
border: 1px solid black; */
/* border: none; */
/* padding-left: 15px;
padding-right: 15px; */
/* border-radius: 62px;
background-color:#FBD04E; */



}
.search_item:first-child
{
	width: 20%;
}
.search_item:nth-child(2)
{
	width: 20%;
}
.search_item:nth-child(3)
{
	width: 20%;
}
.search_item:nth-child(4)
{
	width: 20%;
}
.search_item:nth-child(5)
{
	width: 9.947%;
}
.search_item div
{
	font-size: 13px;
	font-weight: 700;
	color:black;
	text-transform: uppercase;
	margin-bottom: 14px;
	margin-left: 5px;
	font-family: 'Montserrat';
font-size: 16px;
font-weight: 500;
line-height: 16px;
letter-spacing: 0em;
text-align: left;

	
}




.dropdown_item_select
{
	-webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/dropdown.png);
	background-position: center right;
	background-repeat: no-repeat;
	border: solid 1px #FFFFFF;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.dropdown_item_select::-ms-expand
{
    display: none;
}
.dropdown_item_select:hover
{
	border: solid 1px #fa9e1c;
}
.dropdown_item_select:focus
{
	outline-color: #fa9e1c;
}
.search_button
{
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 46px;
	padding-right: 46px;
	background: #31124b;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	cursor: pointer;
}
.search_button:hover
{
	opacity: 0.8;
}

.search_item_hearder{
	position: absolute;
	left: 100px;
	font-family: 'Montserrat';
	margin-left: 200px;
	margin-top: -150px;
font-size: 20px;
font-style: bold;
font-weight: 500;
line-height: 16px;
letter-spacing: 0em;
text-align: left;
color: rgba(0, 0, 0, 1);
display: flex;
        flex-wrap: wrap;
        align-items: center;

}

.search_item1{
	box-shadow: 1px 1px 2px 0px #00000040 inset;
	background: #FFFFFF;
	margin-bottom: 10px; /* Adjust the spacing between items */
	margin-right: 10px;
	position:relative;
	bottom: 5px;
}

.search_box{
	width: 74px;
height: 74px;

border-radius: 12px;
background: #E33924;


}


   

   





/*********************************
6. Section Title
*********************************/

.section_title
{
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	margin-top: -8px;
	text-transform: uppercase;
}

/*********************************
7. Offer Section
*********************************/

.intro
{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 0px;
}
.intro_title
{
	
	margin-top: -15px;
	margin-left: 20px;
	font-family: feijoadisplay, sans-serif;
font-size: 35px;
font-weight: 700;
line-height: 43px;
letter-spacing: 0em;
color:#000000;
;
/* text-align: left; */

}
.intro_title span{
    font-family: feijoadisplay, sans-serif;
font-size: 35px;
font-weight: 700;
line-height: 43px;
letter-spacing: 0em;
text-align: left;
color: #E33924;

}

.offer_slider_background{
	height: 500px;
	width: 100%;
	mask-repeat:no-repeat;
}

.intro_items p{
	font-family: 'Montserrat';
font-size: 50px;
font-weight: 400;
line-height: 50px;
letter-spacing: 0em;
color:#FFFFFF;
margin-top: 120px;
margin-left: 100px;
}

.intro_items span{
	font-family: 'Montserrat';
font-size: 50px;
font-weight: 700;
line-height: 50px;
letter-spacing: 0em;
text-align: left;

color: #FBD04E;


}

.flight_detils_btn{
	font-family: 'Montserrat';
font-size: 22px;
font-weight: 400;
background: none;
border: none;
color: #FBD04E;
margin-left: 100px;
}
/*********************************
8. CTA
*********************************/

.cta
{
	padding-top: 125px;
	padding-bottom: 116px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
}
.cta_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.27;
}

/*********************************
8.1 CTA Slider
*********************************/

.cta_slider_container
{

}
.cta_item
{
	padding-top: 75px;
	padding-bottom: 61px;
	padding-left: 90px;
	padding-right: 90px;
	background: #FFFFFF;
}
.cta_title
{
	font-size: 30px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}
.cta_text
{
	font-weight: 600;
	line-height: 2.29;
	margin-top: 14px;
	margin-bottom: 0px;
}
.cta_button
{
	margin-top: 38px;
}
.rating_r i::before
{
	font-family: 'FontAwesome';
	content: "\f006";
	font-style: normal;
	font-size: 19px;
	margin-right: 4px;
}
.rating_r_1 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_2 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_3 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_3 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_4 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_4 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_4 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 i:first-child::before{color: #ffeb8d; content: "\f005";}
.rating_r_5 i:nth-child(2)::before{color: #fed46b; content: "\f005";}
.rating_r_5 i:nth-child(3)::before{color: #fbb53d; content: "\f005";}
.rating_r_5 i:nth-child(4)::before{color: #fa9e1b; content: "\f005";}
.rating_r_5 i:nth-child(5)::before{color: #ef910a; content: "\f005";}
.cta_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.cta_slider_prev
{
	left: -75px;
}
.cta_slider_next
{
	right: -75px;
}
.cta_slider_prev:hover .nav_path,
.cta_slider_prev:hover .nav_arrow
{
	fill: url(#cta_grad_prev);
}
.cta_slider_next:hover .nav_path,
.cta_slider_next:hover .nav_arrow
{
	fill: url(#cta_grad_next);
}

/*********************************
9. Offers
*********************************/

.offers
{
	width: 100%;
	padding-top: 105px;
	padding-bottom: 43px;
	background: #f3f6f9;
}
.offers_items
{
	margin-top: 90px;
}
.offers_col
{
	margin-bottom: 83px;
}
.offers_item
{

}
.offers_image_container
{
	width: 100%;
	height: 100%;
}
.offers_image_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.offer_name
{
	position: absolute;
	left: 0;
	bottom: 27px;
	width: 180px;
	height: 33px;
	background: #fa9e1b;
	overflow: hidden;
}
.offer_name a
{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	line-height: 35px;
	padding-left: 22px;
}
.offers_content
{
	
}
.offers_price
{
	display: inline-block;
	font-size: 36px;
	font-weight: 700;
	color: #eda84a;
	line-height: 25px;
}
.offers_price span
{
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	margin-left: 12px;
}
.offers_rating
{

}
.offers_rating i::before
{
	font-size: 13px;
	margin-right: 2px;
}
.offers_text
{
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	margin-top: 16px;
}
.offers_icons
{
	margin-top: 17px;
}
.offers_icons_item
{
	display: inline-block;
	margin-right: 15px;
}
.offers_icons_item:last-child
{
	margin-right: 0px;
}
.offers_link
{
	margin-top: 54px;
}
.offers_link a
{
	font-size: 12px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.offers_link a:hover
{
	color: #fa9e1b;
}

/*********************************
10. Testimonials
*********************************/

.testimonials
{
	width: 100%;
	padding-top: 105px;
	padding-bottom: 105px;
	background: #FFFFFF;
}
.test_border
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, #fa9e1b, #8d4fff);
}

/*********************************
10.1 Testimonials Slider
*********************************/

.test_slider_container
{
	width: 100%;
	margin-top: 54px;
}
.test_item
{
	padding-top: 36px;
}
.test_icon
{
	position: absolute;
	top: 0px;
	left: 41px;
	width: 72px;
	height: 72px;
	background: #fa9e1b;
	border-radius: 50%;
	overflow: hidden;
}
.test_icon img
{
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto !important;
}
.test_content_container
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 44.1%;
	background: rgba(49, 18, 75, 0.8);
}
.test_content
{
	width: 100%;
	height: 100%;
	padding-left: 38px;
	padding-top: 44px;
	padding-right: 40px;
}
.test_item_info
{
	position: absolute;
	left: 41px;
	bottom: calc(100% - 18px);
	background: #FFFFFF;
	padding-left: 20px;
	padding-right: 21px;
	padding-top: 9px;
	padding-bottom: 10px;
	z-index: 10;
}
.test_name
{
	font-size: 14px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
}
.test_date
{
	font-size: 11px;
	margin-top: 2px;
	color: #2d2c2c;
	padding-left: 2px;
}
.test_quote_title
{
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 3px;
}
.test_quote_text
{
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 11px;
}
.test_slider_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	cursor: pointer;
}
.test_slider_nav .nav_path,
.test_slider_nav .nav_arrow
{
	fill: #c4ced2;
}
.test_slider_prev
{
	left: -75px;
}
.test_slider_next
{
	right: -75px;
}
.test_slider_prev:hover .nav_path,
.test_slider_prev:hover .nav_arrow
{
	fill: url(#test_grad_prev);
}
.test_slider_next:hover .nav_path,
.test_slider_next:hover .nav_arrow
{
	fill: url(#test_grad_next);
}

/*********************************
11. Trending
*********************************/

.trending
{
	width: 100%;
	padding-top: 105px;
	padding-bottom: 50px;
}
.trending_container
{
	margin-top: 90px;
}
.trending_item
{
	margin-bottom: 55px;
}
.trending_image
{
	width: 82px;
	height: 76px;
	float: left;
}
.trending_image img
{
	width: 100%;
}
.trending_content
{
	padding-left: 94px;
}
.trending_title
{
	margin-top: -5px;
}
.trending_title a
{
	font-size: 16px;
	font-weight: 700;
	color: #2d2c2c;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trending_title a:hover
{
	color: #fa9e1b;
}
.trending_price
{
	font-size: 14px;
	font-weight: 700;
	color: #fa9e1b;
	margin-top: 2px;
}
.trending_location
{
	font-size: 14px;
	font-weight: 400;
	color: #929191;
	text-transform: uppercase;
	margin-top: 5px;
}

/*********************************
12. Contact
*********************************/

.contact
{
	width: 100%;
	padding-bottom: 105px;
}
.contact_background
{
	position: absolute;
	bottom: -34px;
	left: 0;
	width: 100%;
	height: 104%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.contact_title
{
	font-size: 30px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
}
.contact_form_container
{
	padding-top: 74px;
	padding-left: 48px;
	padding-right: 48px;
	padding-bottom: 88px;
	background: linear-gradient(to top right, #fa9e1b, #8d4fff);
}
.contact_form
{
	margin-top: 52px;
	font-size: 0px;
}
.input_field
{
	height: 48px;
	font-size: 12px;
	font-weight: 400;
	border: none;
	outline: none;
	background: transparent;
	color: #FFFFFF;
	border-bottom: solid 2px #e1e1e1;
}
.contact_form_name
{
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}
.contact_form_email
{
	width: calc((100% - 30px) / 2);
}
.contact_form_subject
{
	width: 100%;
	margin-top: 11px;
}
.contact_form_message
{
	height: 126px;
	width: 100%;
	border: none;
	outline: none;
	margin-top: 19px;
	background: transparent;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	border-bottom: solid 2px #e1e1e1;
	padding-top: 11px;
}
.form_submit_button
{
	font-size: 13px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 29px;
	padding-right: 29px;
	background: #31124b;
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
	transform: translateY(15px);
	border: none;
	outline: none;
	margin-top: 37px;
	cursor: pointer;
}
.form_submit_button:hover
{
	opacity: 0.8;
}
.input_field::-webkit-input-placeholder,
.text_field::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.input_field:-moz-placeholder,
.text_field:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.input_field::-moz-placeholder,
.text_field::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
} 
.input_field:-ms-input-placeholder,
.text_field:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.input_field::input-placeholder,
.text_field::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}




/************************************
New Style
*************************************/



.right-logo p{
	/* margin-top: 10px; */
	color:white;
	font-weight: bold;
	margin-top: 20px;
	position: relative;
	left: -10px;
}

.right-logo img {
	vertical-align: middle; /* Align images vertically */
	margin-right: 5px; /* Adjust margin between icon and text */
}

.offer-sub-item{
position: absolute;
left: 0px;
width: fit-content I !important;

}

.offer-sub-item1{
	position: relative;
	left:50px;
	
}

.offer-sub-item1 h1{
	font-family: 'Poppins';
font-size: 18px;

font-weight: 580;
line-height: 18px;
letter-spacing: 0em;
text-align: left;
color: #333333;
margin-top: 20px;

}


.vacation-plan{
	height: 600px;
	width: 100%;
	top: 100px;
	background-image: url('../img/pngtree-world-map.png');
	background-size: cover;
	background-repeat: no-repeat;
	

}

@media (max-width: 768px) {
    .vacation-plan {
        height: 600px; /* Adjusted height for mobile */
        background-position: center; /* Center the background image */
    }
	
}

@media (max-width: 576px) {
    .vacation-plan {
        height: 520px; /* Further adjusted height for smaller mobile devices */
    }
}




.vacation-plan-box{
width: 355px;
height: 80px;
top: 50px;
border-radius: 5px;
border: 0.4px;
border: 0.4px solid #E33924;
box-shadow: 4px 4px 4px 0px #00000040;
background: #FFFFFF;
margin-left: 150px;

}



.vacation-plan-box img{
width: 80px;
height:74px;
border-radius: 2px;
padding: 10px;
border-radius: 15px;
}

.vacation-plan-box h1{
	position: absolute;
	font-family: feijoadisplay, sans-serif;
font-size: 10px;
font-weight: 700;
line-height: 10px;
letter-spacing: 0em;
text-align: left;
color: #E33924;
left: 110px;
bottom: 50px;
}

.vacation-plan-box h2{
font-family: feijoadisplay, sans-serif;
font-size: 11px;
font-weight: 500;
line-height: 11px;
letter-spacing: 0em;
text-align: left;
color: #000000;
position: absolute;
left: 110px;
bottom: 30px;

}

.vacation-plan-box p{
font-family: feijoadisplay, sans-serif;
font-size: 10px;
font-weight: 400;
line-height: 10px;
letter-spacing: 0em;
text-align: left;
color: #000000;
position: absolute;
left: 110px;
bottom: 5px;
}

.vation-plan-btn{
	
color: #E33924;
border: none;
font-family: 'Montserrat';
font-size: 15px;
font-weight: 400;
background: none;
border: none;
margin-left: 100px;
position: absolute;
left: 120px;
top: 40px;
}

.vation-plan-btn img{

	width: 40px;
height: 40px;
position: absolute;
bottom: -10px;
}

@media (max-width: 576px) {
    .vacation-plan-box {
		position:absolute;
		left: 0px !important;
        width: 95%; /* Full width on mobile */
        margin-left: 0; /* Remove margin on mobile */
    }

    .vation-plan-btn {
        margin-left: 0; /* Remove margin on mobile */
        left: 70%; /* Center the button */
        transform: translateX(-50%); /* Center the button horizontally */
        top: 75%; /* Position the button below the content */
    }

	.mb-res{

		margin-top: 50px !important;
	}
}

/***************************************************
about file
***************************************************/
.about{

	width: 100%;
	height: 1200px;
	
}
.about_slider_container{
	position: absolute;
	top: 50px;
	left: -30px;
	width: 100%;
	height: 800px;
	z-index: 10;
	/* background-color: #0056b3; */
	/* background: #31124b; */
}
.about_slider_background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:3000px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	/* opacity:0.5; */
	background-image: url('../img/about_back.png');
	background-color: #1a0230;
}


.about_section_one{
	width: 520px;
height: 299px;
top: 100px;
left: 50px;
border-radius: 10   ;
background-image: url("../img/about1.png");
gap: 0px;
border-radius: 10px 10px 10px 10px;
opacity: 0px;

}

.about_section_two{
	width: 520px;
height: 299px;
top: 100px;
left: 50px;
border-radius: 10   ;
background-image: url("../img/about2.png");
gap: 0px;
border-radius: 10px 10px 10px 10px;
opacity: 0px;

}

.about_section_three{
	width: 520px;
height: 299px;
top: 150px;
left: 50px;
border-radius: 10   ;
background-image: url("../img/about3.png");
gap: 0px;
border-radius: 10px 10px 10px 10px;
opacity: 0px;

}

.about_section_four{
	width: 520px;
height: 299px;
top: 150px;
left: 50px;
border-radius: 10   ;
background-image: url("../img/about4.png");
gap: 0px;
border-radius: 10px 10px 10px 10px;
opacity: 0px;

}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.about_slider_container {
		height: 1500px;
	}

	.about_section_one{
		
		width:80%;
	}

	.about_section_two{
		top: 150px;
		width:80%;
	}

	.about_section_three{
		top: 200px;
		width:80%;
	}

	.about_section_four{
		top: 250px;
		width:80%;
	}
}

@media only screen and (min-width: 600px) {
	.about_slider_container {
		height: 1500px;
	}

	.about_section_one{
		
		width:70%;
		left: 100px;
	}

	.about_section_two{
		top: 150px;
		width:70%;
		left: 100px;

	}

	.about_section_three{
		top: 200px;
		width:70%;
		left: 100px;

	}

	.about_section_four{
		top: 250px;
		width:70%;
		left: 100px;

	}
}




/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* Your CSS rules for medium devices here */

	.about_slider_container {
		height: 900px;
	}

	.about_section_one{
		
		width:80%;
	}

	.about_section_two{
		top: 100px;
		width:80%;
	}

	.about_section_three{
		top: 200px;
		width:80%;
	}

	.about_section_four{
		top: 200px;
		width:80%;
	}
}



@media only screen and (min-width: 992px) {
    
}
.about_section{
	width: 1307px;
height: 299px;
top: 955px;
gap: 0px; 
background: #FBD04E70;

border-radius: 10px 0px 0px 0px;
opacity: 0px;

}

.about_section p{
	font-family: 'Poppins';
font-size: 20px;
font-weight: 550;
line-height: 30px;
text-align: center;
color: #030F7D;
padding: 80px;
}


@media only screen and (max-width: 600px) {
	.about_section{
		width: 100%;
		top: 1600px;
		height: 400px;
		
	}

	.about_section p{
		width: 100%;
		top: 1600px;
		
		
	}
}

@media only screen and (min-width: 600px) {
	.about_section{
		width: 100%;
		top: 1600px;
		height: 400px;
		
	}

	.about_section p{
		width: 100%;
		top: 1600px;
		
		
	}
}

@media only screen and (min-width: 768px){
	.about_section{
		width: 100%;
		top: 900px;
		height: 350px;
		
	}

	.about_section p{
		width: 100%;
		top: 900px;
		padding: 120px;
		
	}
}
/*************************************************************
ReSection
**************************************************************/


.reviews{
	height: 600px;
	width: 100%;
    /* margin-bottom: 10%; */
}

.review-box
{
height: 400px;
border-radius: 20px;
background: #f5f3f3;
box-shadow: 20px 40px 0px  #FBE08B;
margin-left: 3%;
margin-top: 3%;
width: 100%;
padding: 2%;

}



.review-box h1 {
    font-size: 20px; 
    line-height: 1.2; 
    margin-bottom: 10px; 
    color: #000000;
    font-weight: 700;
}

 .review-box p {
    font-size: 15px; 
    line-height: 1.5; 
    margin-bottom: 10px; 
}

.review-box a {
    margin-top: -15%; 
    margin-left: 70%;
    color: #000000;
    font-weight: 700;

}

.review-box img{

    margin-top: 5px;

}


.review-box h2 {
    display: flex;
    font-size: 20px; 
    line-height: 1.2; 
    margin-bottom: 10px; 
    color: #000000;
    font-weight: 700;
    margin-top: 10%;
}


.review-box h3 {
    display: flex;
    font-size: 13px;
    line-height: 1.2; 
    margin-bottom: 10px;
    color: #888686;
    font-weight: 700;
    margin-top: 10%;
    position: absolute;
    bottom: 40px;
    left: 60px;
}


@media only screen and (min-width: 992px) {
    .footer{
		margin-top: 100px;
	}
}



@media only screen and (max-width: 600px) {
	.footer{
		margin-top: 1000px;
	}
}



@media only screen and (max-width: 768px){
	.footer{
		margin-top: 900px;
	}
}



/****************************************************
Activity CSS
****************************************************/

.searchbar{
	height: 50px;
	width: 100%;
}



.form-outline input{
width: 500px;
height: 50px;
top: 208px;
margin-left: 460px;
gap: 0px;
border-radius: 10px 10px 10px 10px;
opacity: 0px;
border: none;
background: #FBD04E;
padding-left: 20px;
}



.search_box1{
	position: relative;
	height: 40px;
	width: 40px;
	bottom: 50px;
	margin-left: 900px;
	margin-top: 5px;
}
.search_box1 img{
	position: relative;
	width: 100%;
	 /* top: 10px;  */
	left: 10px;
	background-color:#E33924;
	border-radius: 10px;
	padding: 10px; 
}








@media only screen and (max-width: 728px){
	.form-outline{
		width: 100%;
		position: relative;
		margin-left: -450px;
	}

	.search_box1{
		position: relative;
		left: 10px;
	}
}

@media only screen and (max-width: 600px) {
	.form-outline{
		width:80%;
		position: relative;
		margin-left: -450px;
	}

	.search_box1{
		position: relative;
		left: -110px;
		
		
	}

	.form-outline input{
		width: 400px;
		
		}

		.search_box1 img{
			position: relative;
			top: 10px;
			
		}		
}


.activity-navbar{
	height: auto;
	width: 100%;
	/* background-color: pink; */
}

.navbar{
	/* width: 800px; */
height: auto;
top: 10px;
gap: 0px;
opacity: 0px;
/* margin-left: 100px; */
	background:#ddd;
	

}

.navbar a{
	font-family: 'Montserrat';
font-size: 20px;
font-weight: 600;
line-height: 24.38px;
text-align: left;
color: #7E7E7E;

}

@media only screen and (max-width: 600px) {

	.navbar{
	height: 500px;
	
	}
}



.activity-card{
	margin-top: 30px;
	height: auto;
	width: 100%;
}

.card{
	margin: 10px 10px 10px 10px;
	width: 250px;
	height: 388.92px;
	gap: 0px;
	opacity: 0px;
	border: 1.85px solid #D9D9D9
}

.card img{
	width: 100%;
height: 200px;
gap: 0px;
/* border-radius: 11.11px 0px 0px 0px; */
/* border: 1.85px 0px 0px 0px; */
opacity: 0px;

}

.card-title{
	font-family: 'Montserrat';
font-size: 18.52px;
font-weight: 600;
line-height: 22.58px;
text-align: left;
color: #000000;

}

.card-text{
	font-family: 'Montserrat';
font-size: 12.96px;
font-weight: 400;
line-height: 15.8px;
text-align: left;
gap: 9.26px;

}

.card-text1{
	font-size: 20px;
	color: #030F7D;
	font-weight: 600;
	
}

.mybtn{
	height: 50px;
	width: 400px;
	border: 1px solid blue;
	background-color: white;
	margin-top: 100px;
	margin-left: 450px;
}
@media only screen and (max-width: 600px) {
	.card{
		margin-left: 100px;
		
	}
}

@media only screen and (max-width: 728px) {
	.btn{
		margin-left: 100px;
	}

	.footer{
		margin-top: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.btn{
		width: 50%;
		margin-left: 100px;
	}

	.footer{
		margin-top: 30px;
	}
}


.offer-card .card h2{
 padding: 10px !important;
 /* top: 50% !important; */

}


/***********************************
Offer Section
************************************/


/********************************************
Hiliday Types Section
*********************************************/

.offer .main-holiday-section{
	height: auto;
	width: 100%;
	/* background-color: pink; */
}

.offer .main-holiday-section1{
	height: 300px;
	width: 100%;
	
	
}

.Explore {
    text-decoration: none;
    color: inherit;
}

.image-container {
    position: relative;
    width: 100%;
}

.image-container img {
    width: 100%;
    height: 300px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); 
    color: #fff;
	font-weight: bold !important;
    padding: 20px;
    box-sizing: border-box;
    /* opacity: 0.5; Initially visible */
    transition: opacity 0.3s ease;
}

.overlay:hover {
    padding: 20px;
	background-color: rgba(0, 0, 0, 0.4); 
}

.overlay h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
	font-weight: bold;
}

.overlay p {
    font-size: 1rem;
    margin-bottom: 15px;
	color: ghostwhite;
	font-weight: bold ;
}

.overlay .ex {
    display: inline-block;
    font-size: 1rem;
    color: #fff;
    background-color: #cc0000;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.overlay .ex:hover {
    background-color:  #cc0000;

}


/************************************
Header Css
*************************************/



/*  hero image  slider section  index page */

.slider{
    height: 100vh;
   
    width: 100vw;
    overflow: hidden;
    position: relative;
}
.slider .list .item{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}
.slider .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider .list .item .content{
    position: absolute;
    top: 20%;
    width: 1140px;
    max-width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}

.slider .list .item .content .title,
.slider .list .item .content .type{
    font-size: 5em;
    font-weight: bold;
    line-height: 1.3em;
}
.slider .list .item .type{
    color: #14ff72cb;
}
.slider .list .item .button{
    display: grid;
    grid-template-columns: repeat(2, 130px);
    grid-template-rows: 40px;
    gap: 5px;
    margin-top: 20px;
}
.slider .list .item .button button{
    border: none;
    background-color: #eee;
    font-family: Poppins;
    font-weight: 500;
    cursor: pointer;
    transition: 0.4s;
    letter-spacing: 2px;
}


.slider .list .item .button button:hover{
    letter-spacing: 3px;
}
.slider .list .item .button button:nth-child(2){
    background-color: transparent;
    border: 1px solid #fff;
    color: #eee;
}





/* Thumbnail Section  */
.thumbnail{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: max-content;
    z-index: 100;
    display: flex;
    gap: 20px;
}

.thumbnail .item{
    width: 150px;
    height: 220px;
    flex-shrink: 0;
    position: relative;
}

.thumbnail .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.3);
}


/* nextPrevArrows Section  */
.nextPrevArrows{
    position: absolute;
    top: 80%;
    right: 52%;
    z-index: 100;
    width: 300px;
    max-width: 30%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.nextPrevArrows button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #14ff72cb;
    border: none;
    color: #fff;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
}
.nextPrevArrows button:hover{
    background-color: #fff;
    color: #000;
}

/* Animation Part */
.slider .list .item:nth-child(1){
    z-index: 1;
}


/* animation text in first item */
.slider .list .item:nth-child(1) .content .title,
.slider .list .item:nth-child(1) .content .type,
.slider .list .item:nth-child(1) .content .description,
.slider .list .item:nth-child(1) .content .buttons
{
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent .5s 1s linear 1 forwards;
}
@keyframes showContent{
    to{
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
.slider .list .item:nth-child(1) .content .title{
    animation-delay: 0.4s !important;
}
.slider .list .item:nth-child(1) .content .type{
    animation-delay: 0.6s !important;
}
.slider .list .item:nth-child(1) .content .description{
    animation-delay: 0.8s !important;
}
.slider .list .item:nth-child(1) .content .buttons{
    animation-delay: 1s !important;
}




/* Animation for next button click */
.slider.next .list .item:nth-child(1) img{
    width: 150px;
    height: 220px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage .5s linear 1 forwards;
}

@keyframes showImage{
    to{
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.slider.next .thumbnail .item:nth-last-child(1){
    overflow: hidden;
    animation: showThumbnail .5s linear 1 forwards;
}
.slider.prev .list .item img{
    z-index: 100;
}


@keyframes showThumbnail{
    from{
        width: 0;
        opacity: 0;
    }
}


.slider.next .thumbnail{
    animation: effectNext .5s linear 1 forwards;
}

@keyframes effectNext{
    from{
        transform: translateX(150px);
    }
}



/* Animation for prev button click */
.slider.prev .list .item:nth-child(2){
    z-index: 2;
}

.slider.prev .list .item:nth-child(2) img{
    animation: outFrame 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}
@keyframes outFrame{
    to{
        width: 150px;
        height: 220px;
        bottom: 50px;
        left: 50%;
        border-radius: 20px;
    }
}

.slider.prev .thumbnail .item:nth-child(1){
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail .5s linear 1 forwards;
}
.slider.next .nextPrevArrows button,
.slider.prev .nextPrevArrows button{
    pointer-events: none;
}


.slider.prev .list .item:nth-child(2) .content .title,
.slider.prev .list .item:nth-child(2) .content .type,
.slider.prev .list .item:nth-child(2) .content .description,
.slider.prev .list .item:nth-child(2) .content .buttons
{
    animation: contentOut 1.5s linear 1 forwards!important;
}

@keyframes contentOut{
    to{
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}
@media screen and (max-width: 678px) {
    .slider .list .item .content{
        padding-right: 0;
    }
    .slider .list .item .content .title{
        font-size: 50px;
    }
}