@charset "utf-8";
/* CSS Document */

.homestay-ban-bg
{
	width:100%;
	height:100vh;
	background:url(../images/background/homrstay.jpg) no-repeat 50% 0;
	background-size:cover;
}

.bargain-ban-bg
{
	width:100%;
	height:100vh;
	background:url(../images/background/index/bg3.jpg) no-repeat 50% 0;
	background-size:cover;
}

.hotel-ban-bg
{
	width:100%;
	height:100vh;
	background:url(../images/background/bg-10.jpg) no-repeat 50% 0;
	background-size:cover;
}

.Package-ban-bg
{
	width:100%;
	height:100vh;
	background:rgba(0,0,0,.2);
	background-size:cover;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('http://dev2.slicejack.com/fullscreen-video-demo/img/videoframe.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}

.Video-play
{
	width:100%;
	height:100vh;
	position:absolute;
	left:0;
	top:0;
	z-index:-2;
}

.international
{
	padding-left:0;
	padding-right:0;
	background:url(../images/background/why-bg.jpg) center top;
	padding-top:50px;
	padding-bottom:50px;
}

.international-mn
{
	padding-left:0;
	padding-right:0;
}

.international-dest
{
	padding-left:0;
	padding-right:0;
}

.international-dest img
{
	width:100%;
}


/* hover effect start*/

.grid {
	position: relative;
	clear: both;
	/*margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;*/
	width:100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}


.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Julia *****/
/*---------------*/

figure.effect-julia {
	background: #2f3238;
}

figure.effect-julia img {
	/*max-width: none;
	height: 400px;*/
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-julia figcaption {
	text-align: left;
	
}

figure.effect-julia h2 {
	position: relative;
	padding: 0.5em 0;
}

figure.effect-julia p {
	display: block;
	margin: 0 0 0.25em;
	padding: 0.2em 0em 0 0;
	/*background: rgba(255,255,255,0.9);*/
	color: #ececec;
	text-transform: none;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,250px,0);
	transform: translate3d(0,250px,0);
}

.st-frm
{
	margin-top:2em !important;
}

.int-price
{
	font-size:30px !important;
	color:#00e91b !important;
	/*margin-top:-8% !important;*/
}

.int-price span
{
	color: #ececec !important;
}

figure.effect-julia p:first-child {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-julia:hover img {
	opacity: 0.4;
	-webkit-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,30px,0);
	transform: translate3d(0,30px,0);
}




/*hover effect end*/

.int-txt
{
	/*position:relative;*/
	
}

.int-mid
{
	width:100%;
	background:#2f2f2f;
	height:100%;
	float:left;
	text-align:left;
	padding:5% 0 21.5% 13%;
	box-sizing:border-box;
	
}

.int-mid h1
{
	margin-top:8%;
	color:#d1d1d1;
}

.int-mid p
{
	padding:5px 15px;
	box-sizing:border-box;
	background:rgb(89, 196, 90);
	color:#fff;
	display:inline-block;
	font-size:18px;
	text-transform:uppercase;
	word-spacing:4px;
	margin-top:2%;
}

.int-mid::after {
    content: '';
    position: absolute;
    top: 17px;
    bottom: 17px;
    left: 17px;
    right: 17px;
    transition: .22s ease-in;
    border: 2px solid #ebebec;
    pointer-events: none;
}

.domestic div, .domestic
{
	padding-left:0;
	padding-right:0;
	
}

.domestic
{
	background:url(../images/background/why-bg.jpg) center top;
}

.domestic img
{
	width:100%
}

.mrg-bot
{
	margin-bottom:5px;
}


.dom-hd
{
	text-align:center;
	margin:20px 0;
	font-size:40px;
}

.dom-txt
{
	text-align:center;
	margin-bottom:40px;
}

.offer figure
{
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
	margin-top:80px;
	margin-bottom:80px;
}

.offer figure figcaption
{
	padding:10px;
	box-sizing:border-box;
	line-height:30px;
	font-size:24px;
	color:#00A800;
	background:#fff;
}

.offer img
{
	width:100%;
	border:5px solid #fff;
}


.hotel-offer
{
	padding-left:0;
	padding-right:0;
	padding-top:0px;
	padding-bottom:50px;
}


.bannerhd
{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	position:absolute;
	left:0;
	top:0;
}

.holiday-hd1
{
	text-align:center;
	color:#fff;
	font-size:48px;
	margin-top:18%;
	font-weight:700;
	letter-spacing:1px;
	white-space:2px;
}

.holiday-bantxt1
{
	color:#C8C8C8;
	font-size:18px;
	text-align:center;
	margin-top:3%;
	letter-spacing:1px;
	
}

.forHoliday
{
	margin-top:4%;
	background:#fff;
	padding-bottom:15px;
	padding-top:10px;
	box-sizing:border-box;
}

.forHoliday-src
{
	background:#59c45b;
	margin-top:4%;
	padding-bottom:16px;
	padding-top:14px;
}

#holiday-sb
{
	font-size:18px;
	background-position:right -100% center !important;
	text-transform:uppercase;
	background:#59c45b;
	color:#fff;
	border:0;
	width:100%;
}

.hotel-dest
{
	font-size:18px;
	color:#509f37;
	padding-bottom:3px;
}

.hotel-starting-frm
{
	font-size:12px;
	color:#333;
	padding-bottom:10px;
}

.hotel-query-bt
{
	background:#509f37;
	line-height:30px;
	text-align:right;
	font-size:14px;
	padding-right:20px;
	box-sizing:border-box;
	text-transform:uppercase;
}


.hotel-query-bt a
{
	color:#fff;
	text-decoration:none;
	
}

.hotel-links
{
	padding-left:0;
	padding-right:0;
	background:#f4f3f0;
	padding-top:20px;
	padding-bottom:100px;
}


.hotel-link-tp
{
	font-size:13px;
	letter-spacing:1px;
	word-spacing:1px;
	margin-top:20px;
}

.cc
{
	color:#509f37;
	font-weight:bold;
}

.hotel-link-all
{
	margin-top:10px;
}

.hotel-links hr
{
	width:100%;
	background:#d0cfcf;
	height:1px;
	border:0;
	margin:50px 0;
	float:left;
}

.field-input
{
	width:100%;
	height:35px;
	border:2px solid #fff;
	padding:0 10px;
	box-sizing:border-box;
	margin-top:25px;
	background:#fff;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
}

.field-input:focus
{
	outline:none;
	border:2px solid #59c45b;
}

#holiday-sb
{
	width:100%;
	height:35px;
	border:2px solid #59c45b;
	padding:0 10px;
	box-sizing:border-box;
	margin-top:25px;
	background:#59c45b;
	
}

.pkg-src div
{
	padding-left:0;
	padding-right:0;
}

.field-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #59c45b;
}
.field-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #59c45b;
   opacity:  1;
}
.field-input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #59c45b;
   opacity:  1;
}
.field-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #59c45b;
}

.bargain-offer
{
	padding-left:0;
	padding-right:0;
}

.bargain-box
{
	padding-left:0;
	padding-right:0;
	border-right:2px solid #fff;
	border-bottom:2px solid #fff;
}

.bargain-offer-txt
{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(0,0,0,.3);
	text-align:center;
	color:#fff;
}

.bargain-pkg-nm
{
	margin-top:5%;
	font-size:16px;
	margin-bottom:2%;
}

.bargain-cost
{
	font-size:15px;
	margin-top:7%;
}

.bargain-bt 
{
	margin-top:10%;
	position:relative;
}

.bargain-bt span
{
	background:#f75b00;
	padding:2px 5px;
	border-radius:4px;
	cursor:pointer;
}

.by-whatsapp
{
	position:absolute;
	right:-40%;
	top:-100%;
	width:auto;
	background:#EAEAEA;
	padding:5px;
	box-sizing:border-box;
	border-radius:5px;
	border:2px solid #509f37;
	color:#333;
	font-size:12px;
	display:none;
	z-index:99999999;
}

.big
{
	right:-20%;
	top:-100%;
}

.w-no
{
	font-size:16px;
}

.by-whatsapp img
{
	width:16px;
}

.hotel-src input[type=text]
{
	width:100%;
	border:0;
	background:#fff;
	height:30px;
	margin-top:5px;
	color:#222222;
	padding-left:4px;
	padding-right:4px;
	box-sizing:border-box;
	border-right:1px solid #0C6;
}

#hotel-sb
{
	width:100%;
	height:30px;
	border:2px solid #59c45b;
	padding:0 10px;
	box-sizing:border-box;
	margin-top:5px;
	font-size:16px;
	text-transform:uppercase;
	background:#59c45b;
	color:#fff;
	width:100%;
	
}

.bd-rt .btn, .class .btn
{
	border-right:1px solid #0C6;
}

.home-txt
{
	width:100%;
	position:absolute;
	left:0;
	bottom:20px;
	color:#fff;
	font-size:18px;
	text-align:center;
}



