@charset "utf-8";
/* CSS Document */
.luxury-offers{width:100%; max-width: 1280px; margin: 0 auto; position: relative; overflow: hidden;}
.luxury-offers .row{display: flex; width:100%; gap: 4%; overflow: hidden;}
.luxury-offers .row .offersitems{ flex:0 0 31%; position: relative; display: flex; transition: all .5s; flex-direction:column;}
.luxury-offers .row .offersitems:hover{box-shadow: -6px 13px 13px rgba(0 0 0 / 20%);}
.luxury-offers .row .offersitems a:after{	content: '';/*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.19%, #000000 100%);*/
position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 0;transition: all .5s; display: flex;}
.luxury-offers .row .offersitems .offersimg{ width:100%; float: left; position: relative;}
.luxury-offers .row .offersitems .offersimg img{ width:100%; display: flex; height:242px;}
.luxury-offers.popular-holiday .row{gap:.5%;}
.luxury-offers.popular-holiday .row .offersitems .offersimg img{width: 100%; display: flex; height: 200px; object-fit: cover;}
.luxury-offers .row .offersitems .offersimg .offersinfo{position: absolute;bottom: 20px;width:90%;margin: 0 auto;text-align: center;
left: 0;right: 0;font-size: 1.5em; z-index: 1; display: flex; flex-direction: column; justify-content: center;}
.luxury-offers .row .offersitems .offersimg .offersinfo strong{ display: block; color: #fff; font-size:1.6em; font-weight:800;}
.luxury-offers .row .offersitems .offersimg .offersinfo .fltinc{ color: #fff; display: block; font-size: 1.2em; margin-top: 7px;}
.luxury-offers .row .offersitems .offersimg .offersinfo .offerbtn{ background:#F95539; background:var(--btnred); color: var(--txtwhite); text-decoration: none; margin: auto; text-transform: uppercase; padding: 8px 12px; display: flex; align-items: center; margin-top: 15px;}
.luxury-offers .row .offersitems .offersimg .offersinfo .offerbtn img{ width: 7px; margin-left:8px; height: auto;}
.luxury-offers .row .offersitems .offersimg .offersinfo .offerbtn span{ display: inline-block; margin-left: 5px;}
.hotelheadingbx{width: calc(100% - 50px);}
.luxury-offers .row .offersitems .offersimg .offersinfo .offerbtn2{ background:#F95539; background:var(--btnred); color: var(--txtwhite); text-decoration: none; width: 50px; height: 30px; margin: auto; text-transform: uppercase; bottom: 2px; position: absolute; right: 0; padding-top: 7px;}
.luxury-offers .row .offersitems .offersimg .offersinfo .offerbtn2 img{width: 10px;  height: auto; justify-content: center; align-items: center;
margin: -1px 0 0 21px;}
.luxury-offers .row .offersitems .offersimg .offerprice{ width:180px; background:#174285;  background: var(--btnblue); position: absolute;top: 0;left: 0;right: 0;margin: auto;color: #fff;z-index: 1;text-align: center; padding: 10px 15px; padding: var(--btnpadding); font-size:1.8em; }
.luxury-offers .row .offersitems .offersimg .offerprice strong{font-weight: 700;}
.luxury-offers .row .offersitems .offersimg .offerprice span{ padding-right:5px;}

.luxury-offers .row .offersitems .inner-section {padding:15px 15px 60px; font-size:1.4em;}
.luxury-offers .row .offersitems .inner-section a {text-decoration:none; color:#000000;}
.luxury-offers .row .offersitems .inner-section h3 {color:#000000; color:var(--txtblack); margin:10px 0; font-weight:800; font-size:1.6em;}
.luxury-offers .row .offersitems .inner-section p {color:#000000; font-weight:600; font-size:1.1em;}
.luxury-offers .row .offersitems .inner-section .txt-cont {width:95%; margin:15px 0;}
.luxury-offers .row .offersitems .inner-section .txt-cont span.txts{ width:75%; float:left; line-height:1.4em; color:#59595b;}
.luxury-offers .row .offersitems .inner-section .txt-cont span.fares{ position:absolute; right:15px; width:25%; color:#F95539; text-align:right; line-height:1.4em; bottom:15px; padding:6px; font-size:1.4em;}
.luxury-offers .row .offersitems .inner-section .txt-cont span.fares strong {font-size:1.2em; font-weight:800;}
.luxury-offers .row .offersitems .inner-section .txt-cont span.txts ul{ width:100%; float: left;}
.luxury-offers .row .offersitems .inner-section .txt-cont span.txts ul li{ margin: 2px 0;}
.luxury-offers .row .offersitems .inner-section .txt-cont span.txts ul li:last-child{ font-weight:600; color: #000;}

.luxury-offers .row .offersitems .inner-section .txt-cont p.bknow {font-weight: 700; padding: 5px 0; font-size:1.2em; position: absolute; bottom:14px;}

.luxury-offers .row .offersitems .inner-section .txt-cont p.bknow span {display: block;}
.luxury-offers .row .offersitems .feature-desti {width:100%;}
.luxury-offers .row .offersitems .feature-desti .intro {width:100%; padding:30px 0; max-width:96%; margin:0 auto;}
.luxury-offers .row .offersitems .feature-desti .intro p {text-align:center; font-size:1.6em; line-height:1.4em;}
.luxury-offers .row .offersitems .feature-desti .intro p a {color:#F95539; text-decoration:none;}

.arrowbtn{}
.arrowbtn .prev, .arrowbtn .next{background-color: #ffffff; background-color: var(--arrowbg); position:absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; padding:6px; cursor: pointer; box-shadow: -1px 1px 4px rgba(0 0 0 / 20%);}
.luxury-offers.popular-holiday .arrowbtn .prev, .luxury-offers.popular-holiday .arrowbtn .next{width: 35px; height: 35px; padding: 4px;}
.arrowbtn .prev{left:10px;}
.arrowbtn .next{right:10px;}
.arrowbtn .prev::after, .arrowbtn .next::after{content: url('/assets/images/rightarrow-black.svg'); width: 28px; height: 28px; display: block;} 
.arrowbtn .prev::after{transform: rotate(-180deg);} 
/* Eof: Luxury Offers */

/* Bof: Popluar Holidays */
.popular-holiday{width: 100%; /*max-width: 1340px;*/ overflow: hidden;}
.popular-holiday .row {display:flex;}
.popular-holiday .row .offersitems{flex: 0 0 100%;}
.popular-holiday .row .offersitems a{width: 100%;}
.popular-holiday .arrowbtn .prev{left: 10px;}
.popular-holiday .arrowbtn .next{right: 10px;}
.popular-holiday .row .offersitems .offersimg .offersinfo{bottom:10px; text-align: left;}
.popular-holiday .row .offersitems .offersimg .offersinfo .fltinc{padding:5px 0; font-size: 1em;}
.popular-holiday .row .offersitems .offersimg .offersinfo strong{font-size:1.4em;}
.popular-holiday .row .offersitems {margin-right:0;}
.popular-holiday .row .offersitems:last-child{margin: 0;}
/* Eof: Popluar Holidays */


table {
	border-collapse: collapse;
	width: 60%;
	margin: 30px auto;
}
td, th {
	border: 1px solid #c9c9c9;
	text-align: center;
	padding: 12px;
	font-size: 1.4em;
}
tr:nth-child(even) {
	background-color: #dddddd;
}
tr:first-child {
	background: #000000;
	color: #ffffff;
}
tr:first-child td {
	font-weight: 600;
	font-size: 18px;
}
.txt-subheading {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

ul.tab-wlink {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 25px 0px;
}

ul.tab-wlink li {
    flex: 0 0 auto;
    position: relative;
    padding: 5px;
}

ul.tab-wlink li a {
    font-size: 1.8em;
    padding: 10px 15px;
    padding: var(--btnpadding);
    text-decoration: none;
    display: block;
    font-weight: 500;
    color: #000000;
    color: var(--txtblack);
    box-shadow: 0px 1px 8px rgba(0 0 0 / 20%);
}

ul.tab-wlink li::before {
    height: 2px;
    background-color: #cccccc;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
}

ul.tab-wlink li.active:after {
    background-color: #174285;
    background-color: var(--bluebg);
    height: 2px;
    position: absolute;
    bottom: -4px;
    width: 50%;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px;
}
