/*
Theme Name: Astra Child
Theme URI: https://example.com/
Description: A child theme for the Astra theme.
Author: Labib
Author URI: https://dev.uniqluxe.com/
Template: astra
Version: 1.0
*/

#masthead{
	position: fixed;
	top:0;
	right:0;
	left:0;
}

.ast-article-single img {
	box-shadow: none;
    -moz-box-shadow: none;
}

/*BANNERS*/
#hero, #itin-banner{
	width: 100vw;
	position: relative;
	display: inline-block;
}

#hero img, #itin-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#hero .overlay, #itin-banner .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.4;
}

#hero .hero-text, #itin-banner .banner-title {
    position: absolute;
    bottom: -46px;
    color: white;
	width:100%;
	white-space:nowrap;
}

#hero .hero-text h1, #itin-banner .banner-title h1 {
    font-size: 128px;
    color: white;
    width: 1240px;
    margin: auto;
    padding: 0 10px;
}

/* MAIN PAGE*/
#hero{
	height:100vh;
}




/* ITINERARY */
#itin-banner{
	height: 600px;
}


.itin-description{
	max-width:1240px!important;
	margin:auto;
	padding: 40px 20px;
	display: flex;
	border-bottom: solid 3px;
	padding-bottom:54px;
}

.itin-description .info{
	max-width: 400px;
}

@media (max-width: 1200px) {
	.itin-description .info{
		max-width: unset;
		flex-grow:1;
		flex-basis: 100%;
	}
}

.itin-description h5{
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
	margin: 0 0 16px 0;
}

.itin-description .info h5.itin-type{
    letter-spacing: normal;
    font-size: 22px;
	margin:0;
}


.itin-description .info h4{
	font-size: 28px;
	font-weight: 600;
	margin: 0 0 40px 0;
}


.itin-description h1, .itin-highlight h1{
	font-size: 60px;
	margin: 0 0 40px 0;
}

.itin-description .info ul{
	margin: 0;
	padding:0;
	list-style-type: none;
}


.itin-description .info li{
	display: flex;
	font-size:18px;
	justify-content: space-between;
	border-bottom: solid 3px;
	padding: 16px 0;
}

.itin-description li{
	margin:0;
}

.itin-description .info li > span:first-child{
	font-weight: 600;
}



.itin-description .mid-space{
	width:160px;
}

.itin-description .excerpt{
	flex-grow: 1;
	flex-basis: 100%;
}

.itin-description .excerpt h2{
	margin: 0 0 18px 0;
}

.itin-description .excerpt ul{
	margin:0 0 32px 0;
	font-size: 22px;
}

.itin-description div.excerpt-top{
	font-weight: 600;
}

.itin-description .excerpt p{
	font-size: 22px;
	margin-bottom: 16px;
}

#itin-cta-wa{
	cursor: pointer;
    display: inline-block;
    border: solid 3px;
    padding: 8px 44px;
    text-decoration: none;
    text-align: center;
    width: fit-content;
	font-weight:600;
	font-size: 22px;
} 

.itin-highlight{
	max-width:1240px!important;
	margin:auto;
	padding: 20px;
	display: flex;
}

.itin-highlight .experience-highlight img{
	display: block;
	width: 100%;
	height: 480px;
	margin-bottom:28px;
	object-fit: cover;
}

.itin-highlight .experience-highlight h3{
	font-size: 28px;
}

.itin-highlight .swiper-button-next{
	position: absolute;
	top:40px;
	right:0;
}

.itin-highlight .swiper-button-prev{
	position: absolute;
	top:40px;
	right:80px;
	left: auto;
}

.swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-button-next, .swiper-button-prev{
	color:inherit !important;
	padding:26px !important;
	border: solid 3px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 32px !important;
    font-weight: 600 !important;
}

/* Itinerary Daily */

.itin-daily .itin-daily-head{
	display:flex;
	align-items: center;
	margin-bottom:32px;
}

.itin-daily .itin-day{
	display:flex;
}

.itin-daily .itin-day > div{
	flex-basis: 50%;
	flex-grow:1;
}

.itin-daily .daily-img-container {
	margin-right: 40px;
    height: 400px;
}

.itin-daily .daily-img-container img{
	height: 100%;
    width: 100%;
    object-fit: cover;
}

.itin-daily h1{
	font-size: 60px;
	margin: 0 40px 0 0;
}

.itin-daily h3{
	font-size: 32px;
    margin: 0 0 10px 0;
}

.itin-daily h5{
	margin:0;
}

.itin-daily .location > span {
	margin-right: 10px;
}


.itin-daily select{
	width: 160px;
}

.itin-daily{
	max-width:1240px!important;
	margin:auto;
	padding: 20px 20px 40px 20px;
	border-bottom: solid 3px;
}

#itin-days{
	border: solid 3px;
	cursor:pointer;
    border-radius: 0;
    outline: 0;
    font-size: 20px;
    padding: 10px;
    height: unset;
}

.hidden{
	display:none !important;
}

/* Itinerary Gallery */
.itin-gallery{
	max-width:1240px!important;
	margin:auto;
	padding: 40px 20px 88px 20px !important;
}

.itin-gallery img{
	height: 400px;
	object-fit:cover;
}

.itin-gallery  .swiper-button-next{
	position: absolute;
	top:unset;
	bottom:0px;
	right: 20px;
}

.itin-gallery  .swiper-button-prev{
	position: absolute;
	top:unset;
	bottom:0px;
	left: 20px;
}

/* Itinerary Tabs */
.itin-tabs{
	display:flex;
	max-width:1240px!important;
	margin:auto;
	padding: 20px;
}

/* Tab Buttons */
.tab-buttons {
  flex: 0 0 250px;
  display: flex;
  flex-direction: column;
}

.tab-button {
  padding: 16px 0;
  cursor: pointer;
  font-size: 20px;
  border-bottom: 3px solid;
  transition: font-weight 0.3s;
}

.tab-button:hover {
  font-weight: 600;
}

.tab-button.active {
  font-weight: 600;
}

.tab-content {
  flex: 1;
  padding: 20px 0 20px 40px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

/*ITINERARY GET INSPIRED*/

.itin-get-inspired{
	display:flex;
}

.itin-get-inspired > div{
	margin-left:20px;
	flex-grow:1;
	flex-basis:33%;
}

.itin-get-inspired img{
	height:450px;
	object-fit:cover;
}

.itin-get-inspired h3{
	margin: 16px 0;
	font-size: 32px;
}

.itin-get-inspired h5{
	margin: 16px 0;
	font-size: 24px;
}

.itin-get-inspired a{
	border-bottom: solid 3px;
	font-weight:600;
	margin-bottom:8px;
	text-decoration:none!important;
}

/*Homepage*/
#caption-xl{
	
}

