/* CORE CSS */

body {
	color:#666666;
	font-family:'Roboto';
	font-size:14px;
	font-weight:300;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Montserrat';
	font-weight:700;
}

h2, h3, h4 {
	color:#ab886c;
}

.lead {
	font-family:'Roboto Slab';
}

.subtitle {
	color:#999999;
	font-family:'Montserrat';
	font-size:17px;
	font-weight:400;
}

section {
	padding: 100px 0;
}

.uppercase {
	text-transform:uppercase;
}

.no-padding {
	padding:0;
}

.full-page {
	width:100%;
	height:100%
}


/* NAVBAR */

.navbar {
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.navbar-custom {
	color:#ffffff;
	font-family:'Montserrat';
	font-size:15px;
	font-weight: 700;
	border-radius:0;
	margin-bottom:0;
	padding:30px 0;
}

.navbar-brand {
	padding:0 0px;
}

.navbar-custom a {
	color:#ffffff;
}

.navbar-custom .navbar-nav {
	margin-top:22px;
}
@media (max-width: 992px) {
  .navbar-custom .navbar-nav {
		margin-top:3px;
		background-color: #042060;
	}
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
	color:#d0af98;
	background:transparent;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;

}

.top-nav-collapse {
	background-color: #ab886c;
	background-color: #042060;
	padding: 21px 0;
}


.navbar-custom .navbar-toggle {
	background:#ffffff;
}


.navbar-custom .navbar-toggle .icon-bar {
	background:#ab886c;
}



/* TOP */
	#top {
		color: #ffffff;
		background-image: url(../img/head-bg.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover; 
		position: relative;
		display: table;
		width: 100%;
		height: 96%;
		padding:0;
	}

	.top-inner {
		display:table-cell;
		vertical-align:middle;
		background-color: rgba(17, 28, 80, 0.6);
		background-image: url(../img/mask-pattern.png);
		background-repeat: repeat;
		width:100%;
		height:100%;
		padding:0;
	}

	.top-inner svg {
		position:absolute;
		left:0;
		right:0;
		bottom:0;
	}

	#top .slider-navigation {
		position: absolute;
		bottom: -35px;
		left: 0;
		width: 100%;
		z-index: 5;
	}

	#top .slider-navigation .nav-icons-wrapper {
		text-align: center;
		background: url(../img/slider-navigation-bg.png) no-repeat;
		width: 70px;
		height: 78px;
		margin: 0 auto;
	}

	#top .slider-navigation .nav-icons-wrapper i {
		margin-top: 30px;
		font-size: 22px;
		cursor: pointer;
	}
	
	#top .slider-navigation .nav-icons-wrapper i:hover {
		color: #624a37 !important;
	}

	.slide-item h1 {
		font-weight: 300;
		font-size: 40px;
		letter-spacing: -3px
	}

	.slide-item p {
		font-weight: 200;
		font-size: 20px;
	}

/* ABOUT */

.office {
	margin:40px 15px;
	border-radius:4px;
}

.office .caption {
	color:#666666;
	background:#faf8f7;
	padding:20px;
	position:relative;
}

.office .caption h4 {
	margin-top:20px;
}


.office .caption .icon {
	color: #ab886c;
	background: #ffffff;
	border-radius: 50%;
	border:7px solid;
	border-color: rgba(255,255,255, 0.1);
	width: 60px;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 3.5;
	position:absolute;
	top: -30px; 
}

.office-info {
	font-family:'Montserrat';
	font-size:13px;
	margin-right:5px;
}

.office-info i {
	color:#ab886c;
	font-size:14px;
}



/* LATEST DEALS */

#latest-deals {
	color:#ffffff;
	background:#ab886c;
	background-image:url(../img/dotted_worldmap.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	padding: 50px 0 70px 0; 
}

#latest-deals h2 {
	color:#ffffff;
}

#latest-deals mark {
	color:#624a37;
	background:none;
	font-weight:400;
}

#latest-deals span {
	margin-right:15px;
}

#latest-deals span i  {
	color:#624a37;
	margin-right:5px;
	vertical-align:middle;
}



/* POPULAR TOURS */

.tour {
	margin:40px 15px;
	position:relative;
	overflow:hidden
}

.tour .caption {
	color:#ffffff;
	background:#333333;
	padding:15px;
	position:relative;
}

.tour .caption:hover {
	color:#ffffff;
	background:#ab886c;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.tour .caption:hover h4 {
	color:#333333;
}

.tour ul {
	position:absolute;
	top:0;
	right:0;
	padding:10px;
}

.tour ul li a {
	color:#ffffff;
}

.tour ul li a:hover {
	color:#ab886c;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.tour .price {
	font-family:'Montserrat';
	font-size:25px;
	position:absolute;
	top:-40px;
}

.img-zoom {
    -webkit-transition  : all .2s ease-in-out;
    -moz-transition		: all .2s ease-in-out;
    -o-transition		: all .2s ease-in-out;
    -ms-transition		: all .2s ease-in-out;
}
 
.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


/* HIGHLIGHT */

#highlight {
	color:#ffffff;
	background:#111c50;
	background-image:url(../img/dotted_worldmap_dark.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
	padding: 50px 0;
}

#highlight .lead {
	margin-top:40px;
	margin-bottom: 0;
}

#highlight h3 {
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size: 30px;
	margin:0 !important;
}

/* HOTELS */ 

#filters-container {
	margin:40px 0 20px 0;
}

#filters-container li a {
	color:#ab886c;
	background:transparent;
	padding:5px 9px;
	border:1px solid #ab886c;
	border-radius:4px;
	text-decoration:none;
	cursor:pointer;
	display:block;
	margin-bottom:10px;
}

#filters-container li a:hover {
	color:#ffffff;
	background:#6c76ab;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}
	
	
	
	
/* TOP DESTINATIONS */

#top-destinations {
	color:#ffffff;
	background:#ab886c;
	background-image:url(../img/dotted_worldmap.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
}

#top-destinations h2,
#top-destinations .subtitle {
	color:#ffffff;
}

.destination {
	position:relative;
	margin:40px 7px 20px 7px;
}

.destination-inner {
	background: rgba(0,0,0, 0.3);
	font-family:'Roboto Slab';
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:20px;
}

.destination-inner .city {
	font-size:22px;
	font-weight:700;
	display:block;
}

.destination-inner .country {
	font-size:15px;
	font-weight:300;
	display:block;
}

.destination-inner .weather {
	position:absolute;
	left:0;
	right:0;
	bottom:60px;
}

.destination-inner .weather i {
	vertical-align:middle;
	margin-right:10px;
}

.destination-inner .weather p {
	font-family:'Montserrat';
	font-size:30px;
	display:inline-block;
}

.city-gallery {
	position:relative;
}

.city-gallery .owl-pagination {
	position:absolute;
	left:0;
	right:0;
	bottom:3px;
	z-index:9999; !important
}

.city-gallery .owl-controls .owl-page span {
	margin:5px 4px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
	-webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
	transition: box-shadow 0.3s ease, background-color 0.3s ease;
	background-color: white;
}

.city-gallery .owl-controls .owl-page span:hover {
	background-color:white;
}

.city-gallery .owl-controls .owl-page.active span,
.city-gallery .owl-controls.clickable .owl-page:hover span{
	background-color: transparent;
	box-shadow: 0 0 0 2px white;
}


/* CONTACT */

#contact {
	padding-top:0;
	padding-bottom: 40px;
	position:relative;
}

#contact #gmap_canvas {
	height:400px;

}

#contact-icon {
	position:relative;
	z-index:9999 !important;
	top:-40px;
	margin-bottom: -20px;
}

#contact #form {
	margin-top:20px;
}

::-moz-placeholder {
  color: #333333 !important;
  opacity:1;
}

/* FOOTER */

footer {
	color:#ffffff;
	background:#ab886c;
	margin-top:30px;
	padding:30px 0 20px 0;
	font-family:'Montserrat';
}

footer a {
	color:#ffffff;
	font-size:20px;
	display:inline-block;
	margin-right:7px;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

footer a:last-child {
	margin-right:0;
}

footer a:hover {
	color:#624a37;
}



/* MISC. */

/* FORM ELEMENTS */

.form-control {
	color: #333333 !important;
	font-size:13px;
	font-family:inherit;
	width:100%;
	min-height:30px;

	border:1px solid #ab886c;
	margin-bottom:20px;
	outline:none;
	border-radius:3px;
} 



/* BUTTONS */

button {
	outline:none;
	border:none;
}

.button {
	font-family:'Roboto Slab';
	font-size: 17px;
	border: none;
	padding: 5px 15px;
	margin:15px 0;
	display: inline-block;
	position: relative;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	        transition: all 0.3s;
}

.button-small {
	padding:5px 12px;
	font-size:13px;
}

.button-big {
	padding:8px 18px;
	margin:0;
	font-size:21px;
}

.button-light {
	color:#ab886c;
	background:transparent;
	border:2px solid #ab886c;
}

.button-light:hover,
.button-light:active {
	color: #ffffff;
	background: #ab886c;
	text-decoration:none;
}

.button-dark {
	color: #ffffff;
	background:#ab886c;
	border:2px solid #ab886c;
}

.button-dark:hover,
.button-dark:active {
	color: #ffffff;
	background: #624a37;
	border:2px solid #624a37;
	text-decoration:none;
}


/* hexagon button */

.hexagon-button {
	position: relative;
	display: inline-block;
	height: 71px;
	line-height: 69px;
	background: url(../img/hexagon-button-bg.png) no-repeat top left;
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: -1px;
	padding: 0 0 0 30px;
	color:#ffffff;
	margin-left:-30px;
}

.hexagon-button-b{
	color: #ab886c;
}
	
.hexagon-button span {
	position: absolute;
	z-index: 10;
	top:0;
	right:-30px;
	width: 30px;
	height: 71px;
	background: url(../img/hexagon-button-bg.png) no-repeat top right;
}
	
.hexagon-button:hover {
	background-position: bottom left;
	color: #624a37;
	text-decoration:none;
}

.hexagon-button:hover span {
	background-position: bottom right;
}


.section-title h2 {
	letter-spacing: -2px
}



/* Search Overlay */
.search-wrapper {
	display: none;
}

.search-overlay {
	background-color: rgba( 20,30,60, .97);
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display: table;
	z-index: 10000
}

.search-overlay .search-inner {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle
}

.search-overlay .search-inner input[type="text"] {
	border: 2px solid #1750d1;
	padding: 15px;
	font-family: "Roboto Slab", Arial, Helvetica, sans-serif;
	font-size: 30px;
	border-radius: 5px;
	outline: none;
	margin-bottom: 5px
}

.search-overlay .close-icon {
	position: absolute;
	width: 100%;
	padding-top: 68px;
	color:#fff;
}

.search-overlay .close-icon i {
	cursor:pointer;
}




.winter-carousel {
  position: relative;
  max-width: 800px;
  margin: 50px auto;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.25);
  backdrop-filter: blur(5px);
}

.winter-carousel .carousel-item {
  display: none;
  opacity: 0;
  transition: opacity 0.7s ease;
}

.winter-carousel .carousel-item.active {
  display: block;
  opacity: 1;
}

.winter-carousel .lead {
  font-family: 'Roboto Slab';
  font-size: 24px;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.6;
}

.winter-carousel mark {
  background: none;
  color: #d0af98;
  font-weight: 600;
}

.winter-carousel .details span {
  display: inline-block;
  margin: 10px 20px;
  font-family: 'Montserrat';
  color: #fff;
  font-size: 15px;
}

.winter-carousel .details i {
  color: #624a37;
  margin-right: 6px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.2);
  border: 1px solid rgba(255,255,255,0.3);
  color: #ffffff;
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.carousel-btn:hover {
  background: #ab886c;
  color: #fff;
}

.carousel-btn.prev {
  left: -25px;
}

.carousel-btn.next {
  right: -25px;
}

@media (max-width: 768px) {
  .carousel-btn.prev { left: 10px; }
  .carousel-btn.next { right: 10px; }
  .winter-carousel { padding: 25px 15px; }
  .winter-carousel .lead { font-size: 16px; }
}

#tours-carousel {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 15px;
  padding: 10px 0;
  justify-content: space-between;
}

#tours-carousel .tour {
   flex: 0 0 calc(20% - 20px);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 10px;
  transition: transform 0.3s ease;
}

#tours-carousel .tour:hover {
  transform: translateY(-5px);
}

#tours-carousel::-webkit-scrollbar {
  height: 8px;
}
#tours-carousel::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}

#tours-carousel .caption h4 {
  color: #fff;
  margin-top: 10px;
  font-weight: 600;
}
#tours-carousel .caption p {
  color: #ddd;
  font-size: 14px;
}
#tours-carousel .price {
  color: #ab886c;
  font-weight: bold;
  font-size: 16px;
}
footer {
    padding: 20px 0;
}

@media (max-width: 768px) {
    footer .row {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    footer .col-lg-4 img {
        margin: 0 auto;
        display: block;
    }

    footer .text-right {
        text-align: center !important; 
    }
}