@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. Contact Form Section
6. About
7. Travelix Map
8. Footer
	8.1 Footer - About
	8.2 Footer - Blog
	8.3 Footer - Tags
	8.4 Footer - Contact Info
9. 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;
	padding-top: 120px;
}
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: 'Open Sans', 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;
	z-index: 1;
}
.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;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}

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

.contact_info_bar
{
	background: #e91e63;
	padding: 8px 0;
	font-size: 13px;
}
.contact_info_bar .container,
.main_nav .container
{
	max-width: none;
	margin-left: 0;
	padding-left: 30px;
	padding-right: 15px;
}
.contact_item
{
	color: #FFFFFF;
	margin-right: 25px;
	font-weight: 500;
}
.contact_item:last-child
{
	margin-right: 0;
}
.contact_item i
{
	margin-right: 8px;
	color: #fa9e1b;
}
.location_link
{
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.location_link:hover
{
	color: #e91e63;
	text-decoration: none;
}
.header
{
	position: fixed;
	top: 0;
	width: 100%;
	background: #FFFFFF;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.header.scrolled
{
	background: #FFFFFF;
	box-shadow: 0 2px 15px rgba(0,0,0,0.15);
}

/*********************************
3.1 Top Bar
*********************************/

.top_bar
{
	width: 100%;
	height: 36px;
	background: #350a4e;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header.scrolled .top_bar
{
	visibility: hidden;
	opacity: 0;
	height: 0px;
}
.phone
{
	display: inline-block;
	margin-right: 36px;
	line-height: 36px;
	font-size: 10px;
	font-weight: 600;
	color: #FFFFFF;
}
.social_list_item
{
	position: relative;
	display: inline-block;
	margin-right: 3px;
}
.social_list_item:last-child
{
	margin-right: 0px;
}
.social_list_item a
{
	display: block;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 36px;
}
.social_list_item:hover a i
{
	color: #fa9e1c;
}
.social_list_item a i
{
	font-size: 12px;
	color: #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;
}
.social_list_item a:hover
{
	color: #FFFFFF;
}
.user_box_link
{
	display: inline-block;
}
.user_box_link a
{
	display: block;
	font-size: 10px;
	line-height: 36px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
}
.user_box_link a:hover
{
	color: #fa9e1c;
}
.user_box_login
{
	margin-right: 15px;
}
.user_box_login::after
{
	display: block;
	position: absolute;
	top: 15px;
	right: -9px;
	background: #FFFFFF;
	width: 1px;
	height: 9px;
	content: '';
}
.main_nav_col
{
	height: 80px;
	transition: all 0.3s ease;
	justify-content: space-between !important;
}

/*********************************
3.2 Logo
*********************************/

.logo_container
{
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-o-transform: translateY(-6px);
	transform: translateY(-6px);
}
.header.scrolled .logo_container
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.logo a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #2d2c2c;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.logo a img
{
	display: inline-block;
	vertical-align: baseline;
	margin-right: 9px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}

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

.main_nav_container
{
	margin-left: -80px;
	margin-right: 0;
}
.main_nav_list
{
	display: flex;
	align-items: center;
	gap: 35px;
	padding: 0;
	margin: 0;
}
.main_nav_item
{
	position: relative;
	display: inline-block;
}
.main_nav_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #333333;
	text-transform: capitalize;
	padding: 10px 0;
	transition: all 0.3s ease;
	letter-spacing: 0.3px;
	position: relative;
}
.main_nav_item a:hover
{
	color: #fa9e1b;
}
.main_nav_item a::after
{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background: #fa9e1b;
	transition: width 0.3s ease;
}
.main_nav_item a:hover::after
{
	width: 100%;
}
.content_search
{
	cursor: pointer;
	padding: 8px;
	transition: all 0.3s ease;
}
.content_search:hover .mag_glass
{
	fill: #fa9e1b;
}
.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;
}
.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: 20px;
	transition: all 0.3s ease;
	border-radius: 8px;
}
.hamburger:hover
{
	background: rgba(250, 158, 27, 0.1);
}
.header.scrolled .hamburger
{
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.hamburger i
{
	font-size: 24px;
	color: #2d2c2c;
	background: #FFFFFF;
	padding: 8px;
	border-radius: 4px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.hamburger:hover i
{
	color: #fa9e1c;
}
.menu
{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(135deg, #fa9e1b, #8d4fff);
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	backdrop-filter: blur(10px);
}
.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: 40px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.menu_logo a img
{
	width: 40px !important;
}
.menu_item a
{
	display: inline-block;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 600;
	padding: 20px 40px;
	margin: 8px 0;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 15px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.3s ease;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.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 a:hover
{
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
	border-color: rgba(255, 255, 255, 0.4);
}
.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: 500px;
	background: transparent;
	position: relative;
}

.home_content
{
	z-index: 2;
}
.home_background_split
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}
.home_background_left,
.home_background_right
{
	position: relative;
	width: 50%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_background_left::after,
.home_background_right::after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_content
{
	position: absolute;
	bottom: 106px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home_title
{
	font-size: 72px;
	font-weight: 800;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	letter-spacing: 2px;
}

/*********************************
5. Contact Form Section
*********************************/

.hero_title_section
{
	padding: 60px 0;
	background: #FFFFFF;
	border-bottom: 1px solid #e9ecef;
}
.hero_main_title
{
	font-size: 48px;
	font-weight: 800;
	color: #2d2c2c;
	margin: 0;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.contact_form_section
{
	padding: 80px 0;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
}
.contact_form_container
{
	padding: 50px;
	background: linear-gradient(145deg, #ffffff 0%, #f0f4ff 50%, #fff5e6 100%);
	border-radius: 30px;
	box-shadow: 
		0 30px 90px rgba(102, 126, 234, 0.25),
		0 15px 40px rgba(250, 158, 27, 0.15),
		inset 0 1px 0 rgba(255, 255, 255, 0.8);
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(10px);
}
.contact_form_container::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 6px;
	background: linear-gradient(90deg, #fa9e1b 0%, #8d4fff 25%, #667eea 50%, #f093fb 75%, #fa9e1b 100%);
	animation: shimmer 3s ease-in-out infinite;
}
@keyframes shimmer {
	0%, 100% { opacity: 0.8; }
	50% { opacity: 1; }
}
.contact_form_container::after
{
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 150px;
	background: radial-gradient(circle, rgba(250, 158, 27, 0.1), transparent);
	border-radius: 50%;
	z-index: 0;
}
.contact_form
{
	position: relative;
	z-index: 1;
}
.contact_form .row
{
	position: relative;
}
.contact_form .row::before
{
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	width: 4px;
	height: 60%;
	background: linear-gradient(45deg, #fa9e1b, #8d4fff);
	border-radius: 2px;
	transform: translateY(-50%);
	opacity: 0.7;
}
.contact_title
{
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 15px;
	position: relative;
	z-index: 1;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #fa9e1b 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-align: center;
	letter-spacing: -0.5px;
	text-shadow: 0 4px 8px rgba(102, 126, 234, 0.2);
}
.contact_title::before
{
	content: '🌟';
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	animation: sparkle 2s ease-in-out infinite;
}
.contact_title::after
{
	content: '🌟';
	position: absolute;
	right: -50px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	animation: sparkle 2s ease-in-out infinite reverse;
}
@keyframes sparkle {
	0%, 100% { opacity: 0.5; transform: translateY(-50%) scale(1); }
	50% { opacity: 1; transform: translateY(-50%) scale(1.2); }
}
.contact_subtitle
{
	font-size: 18px;
	color: #6b7280;
	margin-bottom: 45px;
	font-weight: 400;
	z-index: 1;
	position: relative;
	text-align: center;
	line-height: 1.6;
	opacity: 0.9;
}
.contact_form
{
	margin-top: 0;
}
.input_field, .contact_form_interest
{
	height: 60px;
	font-size: 16px;
	font-weight: 400;
	border: 2px solid rgba(102, 126, 234, 0.1);
	border-radius: 20px;
	outline: none;
	background: rgba(255, 255, 255, 0.9);
	color: #374151;
	padding: 0 25px;
	margin-bottom: 25px;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
	position: relative;
	z-index: 1;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.08);
}
.input_field::before, .contact_form_interest::before
{
	content: '✦';
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #8d4fff;
	font-size: 16px;
	z-index: 2;
	pointer-events: none;
}
.input_field:focus, .contact_form_interest:focus
{
	border-color: rgba(102, 126, 234, 0.4);
	background: #ffffff;
	box-shadow: 
		0 8px 30px rgba(102, 126, 234, 0.15),
		0 0 0 4px rgba(102, 126, 234, 0.1);
	transform: translateY(-2px);
}
.contact_form_message
{
	height: 150px;
	width: 100%;
	border: 2px solid rgba(102, 126, 234, 0.1);
	border-radius: 20px;
	outline: none;
	margin-bottom: 35px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	font-weight: 400;
	color: #374151;
	padding: 25px;
	resize: vertical;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	font-family: 'Open Sans', sans-serif;
	position: relative;
	z-index: 1;
	box-shadow: 0 4px 15px rgba(102, 126, 234, 0.08);
	line-height: 1.6;
}
.contact_form_message::before
{
	content: '✉';
	position: absolute;
	left: 18px;
	top: 20px;
	color: #8d4fff;
	font-size: 18px;
	z-index: 2;
	pointer-events: none;
}
.contact_form_message:focus
{
	border-color: rgba(102, 126, 234, 0.4);
	background: #ffffff;
	box-shadow: 
		0 8px 30px rgba(102, 126, 234, 0.15),
		0 0 0 4px rgba(102, 126, 234, 0.1);
	transform: translateY(-2px);
}
.form_submit_button
{
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 22px 60px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #fa9e1b 100%);
	border: none;
	border-radius: 50px;
	outline: none;
	margin: 20px auto 0;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 
		0 20px 50px rgba(102, 126, 234, 0.3),
		0 8px 20px rgba(250, 158, 27, 0.2);
	position: relative;
	overflow: hidden;
	letter-spacing: 1px;
	z-index: 1;
	display: block;
	width: fit-content;
}
.form_submit_button::before
{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #8d4fff, #fa9e1b);
	transition: left 0.3s ease;
	z-index: 0;
}
.form_submit_button:hover::before
{
	left: 0;
}
.form_submit_button:hover
{
	transform: translateY(-3px) scale(1.02);
	box-shadow: 
		0 25px 60px rgba(102, 126, 234, 0.4),
		0 12px 30px rgba(250, 158, 27, 0.3);
}
@keyframes pulse {
	0%, 100% { box-shadow: 0 20px 50px rgba(102, 126, 234, 0.5); }
	50% { box-shadow: 0 25px 60px rgba(250, 158, 27, 0.6); }
}
.form_submit_button span
{
	position: relative;
	z-index: 1;
}
.contact_info
{
	padding: 40px 30px;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);
	border-radius: 25px;
	color: #FFFFFF;
	box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
	height: fit-content;
	position: relative;
	overflow: hidden;
}
.contact_info::before
{
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.1), transparent);
	animation: rotate 20s linear infinite;
	z-index: 0;
}
@keyframes rotate {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.footer_column
{
	margin-bottom: 40px;
}
.footer_nav_list li a
{
	position: relative;
	overflow: hidden;
}

.contact_info_title
{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #FFFFFF;
}
.contact_info_item
{
	margin-bottom: 25px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}
.contact_info_item:hover
{
	background: rgba(255, 255, 255, 0.2);
	transform: translateX(5px);
}
.contact_info_icon
{
	width: 24px;
	height: 24px;
	margin-right: 15px;
	filter: brightness(0) invert(1);
}
.contact_info_text, .contact_info_text a
{
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
}
.contact_info_text a:hover
{
	color: #FFE4B5;
}
.contact_social
{
	margin-top: 30px;
	padding-top: 25px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.contact_social_list
{
	display: flex;
	gap: 20px;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.contact_social_item
{
	display: inline-block;
}
.contact_social_item a
{
	color: rgba(255, 255, 255, 0.9);
	font-size: 20px;
	transition: all 0.3s ease;
	text-decoration: none;
	font-weight: 600;
}
.contact_social_item a:hover
{
	color: #FFE4B5;
	transform: scale(1.2);
}
.form_label
{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
	border-radius: 8px;
	border-left: 4px solid #fa9e1b;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.input_field::placeholder,
.text_field::placeholder,
.contact_form_message::placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #999 !important;
	opacity: 0.8;
}

/*********************************
6. About
*********************************/

.about
{
	padding-top: 105px;
	padding-bottom: 146px;
	z-index: 1;
}
.about_image
{
	position: absolute;
	top: -38px;
	left: 15px;
}
.about_content
{
	padding-top: 93px;
}
.about_logo
{
	position: absolute;
	left: 0;
	top: 4px;
}
.about_logo a
{
	color: #2e2e2e;
	font-weight: 800;
	text-transform: uppercase;
}
.about_text
{
	font-size: 14px;
	font-weight: 600;
	line-height: 2.29;
	color: #929191;
}
.about_social_list
{
	margin-top: 40px;
}
.about_social_item
{
	display: inline-block;
	width: 47px;
	height: 47px;
	border: solid 2px #fa9e1b;
	border-radius: 50%;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-right: 15px;
}
.about_social_item:last-child
{
	margin-right: 0px;
}
.about_social_item a
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.about_social_item a i
{
	display: block;
	position: relative;
	color: #fa9e1b;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.about_social_item:hover
{
	background: #fa9e1b;
}
.about_social_item:hover a i
{
	color: #FFFFFF;
}
.about_info
{
	padding-top: 100px;
}
.about_info .contact_info_item:last-child
{
	margin-bottom: 0px;
}
.about_info .contact_info_list
{
	margin-top: 0px;
}
.about_info .contact_info_text,
.about_info .contact_info_text a
{
	color: #2e2e2e;
}

/*********************************
7. Travelix Map
*********************************/

.travelix_map
{
	width: 100%;
	padding: 40px 0 60px 0;
	background: #f8f9fa;
}
.travel_video
{
	width: 100%;
	height: 450px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
	margin: 0 30px;
	position: relative;
}
.travel_video video
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.video_caption
{
	text-align: center;
	padding: 30px 0 10px 0;
}
.video_caption p
{
	font-size: 24px;
	font-weight: 600;
	color: #2d2c2c;
	margin: 0;
	font-style: italic;
	letter-spacing: 0.5px;
}

/*********************************
8. Footer
*********************************/

.footer
{
	width: 100%;
	padding: 80px 0 60px;
	background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
	position: relative;
	overflow: hidden;
}
.footer::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(90deg, #fa9e1b, #8d4fff, #667eea, #f093fb);
}
.footer::after
{
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle, rgba(102, 126, 234, 0.05) 0%, transparent 70%);
	animation: rotate 30s linear infinite;
	z-index: 0;
}
.footer .container
{
	position: relative;
	z-index: 1;
}
.footer_title
{
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 25px;
	letter-spacing: 1px;
	position: relative;
}
.footer_title::after
{
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 40px;
	height: 3px;
	background: linear-gradient(90deg, #fa9e1b, #8d4fff);
	border-radius: 2px;
}

/*********************************
8.1 Footer - About
*********************************/

.footer_about
{
	padding-top: 0;
}
.footer_logo
{
	margin-bottom: 20px;
	position: relative;
	top: 0;
	left: 0;
}
.footer_logo .logo a
{
	font-size: 20px;
	font-weight: 800;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer_about_text
{
	font-size: 15px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1.7;
	margin-bottom: 25px;
}
.footer_social_list
{
	display: flex;
	gap: 15px;
	margin-top: 20px;
}
.footer_social_item
{
	display: inline-block;
	margin-right: 20px;
}
.footer_social_item a
{
	color: rgba(255, 255, 255, 0.8);
	font-size: 20px;
	transition: all 0.3s ease;
	text-decoration: none;
	font-weight: 600;
}
.footer_social_item a:hover
{
	color: #fa9e1b;
	transform: scale(1.2);
}

/*********************************
8.2 Footer - Blog
*********************************/

.footer_blog
{
	margin-top: 39px;
}
.footer_blog_item
{
	margin-bottom: 21px;
}
.footer_blog_item:last-child
{
	margin-bottom: 0px;
}
.footer_blog_image
{
	width: 60px;
	height: 60px;
	float: left;
}
.footer_blog_image img
{
	width: 100%;
}
.footer_blog_content
{
	padding-left: 81px;
}
.footer_blog_title
{
	margin-top: -4px;
	padding-left: 1px;
}
.footer_blog_title a
{
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.footer_blog_title a:hover
{
	color: #fa9e1b;
}
.footer_blog_date
{
	font-size: 12px;
	font-weight: 400;
	color: #fa9e1b;
	margin-top: 7px;
}

/*********************************
8.3 Footer - Tags
*********************************/

.footer_tags
{
	margin-top: 40px;
}
.tag_item
{
	height: 35px;
	float: left;
	margin-right: 9px;
	margin-bottom: 9px;
	border: solid 1px #fa9e1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.tag_item:hover
{
	background: #fa9e1b;
}
.tag_item a
{
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 33px;
	padding-left: 25px;
	padding-right: 25px;
}

/*********************************
8.4 Footer - Contact Info
*********************************/

.contact_info_list
{
	margin-top: 40px;
}
.contact_info_item
{
	margin-bottom: 22px;
}
.contact_info_icon
{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.contact_info_icon img
{
	display: block;
	width: 100%;
}
.contact_info_text,
.contact_info_text a
{
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.6;
	margin-top: 0;
	font-size: 15px;
	transition: all 0.3s ease;
}
.contact_info_item
{
	padding: 15px;
	border-radius: 12px;
	transition: all 0.3s ease;
	margin-bottom: 15px;
}
.contact_info_item:hover
{
	background: rgba(250, 158, 27, 0.1);
	transform: translateX(5px);
}
.contact_info_item:hover .contact_info_text,
.contact_info_item:hover .contact_info_text a
{
	color: #fa9e1b;
}

/*********************************
9. Copyright
*********************************/

.copyright
{
	background: linear-gradient(135deg, #0a0a1a 0%, #1a1a2e 100%);
	border-top: 1px solid rgba(250, 158, 27, 0.2);
	padding: 25px 0;
}
.copyright_content
{
	height: auto;
}
.copyright_content div
{
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.5;
}
.footer_nav_container
{
	height: 52px;
}
.footer_nav
{
	
}
.footer_links_list
{
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer_links_list li
{
	margin-bottom: 12px;
}
.footer_links_list li a
{
	font-size: 15px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	padding: 8px 0;
	display: block;
	transition: all 0.3s ease;
	position: relative;
	border-radius: 5px;
	padding-left: 15px;
}
.footer_links_list li a::before
{
	content: '▶';
	position: absolute;
	left: 0;
	color: #fa9e1b;
	font-size: 10px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.3s ease;
}
.footer_links_list li a:hover
{
	color: #FFFFFF;
	padding-left: 25px;
	background: rgba(250, 158, 27, 0.1);
}
.footer_links_list li a:hover::before
{
	opacity: 1;
	left: 8px;
}