* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Poppins", sans-serif !important;
	overflow-x: hidden;
}

@font-face {
	font-family: "strong_girl";
	src: url(../fonts/strong_girl.otf) format("truetype");
}
 a{text-decoration: none; }
 a:hover{text-decoration: none; }
.crv_fnt {
	font-family: "strong_girl" !important;
}

img {
	display: block;
}

::placeholder {
	font-family: "Poppins", sans-serif !important;
}

input {
	font-family: "Poppins", sans-serif !important;
}

.container {
	width: 88%;
}

.w-100 {
	width: 100%;
}

.w-50 {
	width: 50%;
}
.h-100 {
	height: 100%;
}

.h-50 {
	height: 50%;
}

.w-25 {
	width: 25%;
}

.v-mid {
	vertical-align: middle;
}

.direction-clmn {
	flex-direction: column;
}

.d-flex {
	display: flex;
}

.justify-content-start {
	justify-content: start;
}

.justify-content-end {
	justify-content: end;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.justify-content-evenly {
	justify-content: space-evenly;
}

.align-items-start {
	align-items: start;
}

.align-items-end {
	align-items: end;
}

.align-items-center {
	align-items: center;
}

.text_g {
	color: #0F8765;
}

.d-inflex {
	display: inline-flex;
}

.text-center {
	text-align: center;
}

.fs_14 {
	font-size: 14px;
}

.ft-500 {
	font-weight: 500;
}

.ft-600 {
	font-weight: 600;
}

.ft-400 {
	font-weight: 400 !important;
}

.ft-700 {
	font-weight: 700;
}

.mt-0 {
	margin-top: 0px !important;
}

.mt-10 {
	margin-top: 10px;
}

.mt-13 {
	margin-top: 13px;
}

.mt-15 {
	margin-top: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
    margin-top: 20px;
}
.mt-60 {
	margin-top: 60px;
}

.f-18 {
	font-size: 18px;
}

.f-20 {
	font-size: 20px;
}

.text-b {
	color: #2196F3;
}

.text {
	font-size: 15px;
}

.container {
	width: 83%;
	margin: auto;
}

.custom_heading {
	font-size: 35px;
}
.addroom{display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
}

.bs_plc_box_prnt {
	gap: 25px;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(3, 1fr);
 
}
.bs_plc_box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 300px;
    cursor: pointer;
    flex: 0 0 24%;
    border: 1px solid #9f9f9f;
}
.bs_plc_box img{width: 100%; height: 100%; object-fit: cover;}

.bs_plc_box .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent linear-gradient(180deg, #FFFFFF00 0%, #A0A0A000 37%, #71717100 48%, #3C3C3C77 62%, #252525AB 83%, #000000 100%) 0% 0% no-repeat padding-box;
	;
}

.bs_plc_box .cnt {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: #fff;
}

.bs_plc_box .cnt span {
	font-size: 13px;
}

.bs_plc_box .cnt h5 {
	font-size: 18px;
	margin-left: 10px;
	font-weight: 600;
}

.bs_plc_box.w-50 .cnt h4 {
	margin-right: 30px;
}

.bs_plc_box_prnt .colmn .row {
	display: flex;
	gap: 25px;
}


.hero_sec {
	position: relative;
}

.hero_sec .cnt {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 35px;
	z-index: 5;
}

.hero_sec .cnt h4.crv_fnt {
	font-size: 42px;
	color: #fff;
}

.hero_sec .cnt h3 {
	font-size: 38px;
	color: #fff;
	font-weight: 600;
}
.ht450 img{height:300px;width:100%;    object-fit: cover;}
.search_box_prnt {
	position: relative;
	max-width: 612px;
	margin: auto;
}

.search_box {
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 100px;
	color: #888888;
	background: #fff;
	position: relative;
	overflow: hidden;
	width: 612px;
	margin: auto;
	margin-top: 25px;
}

.search_box input {
	width: 100%;
	height: 100%;
	border: 0px;
	height: 64px;
	padding: 0px 189px 0 61px;
	outline: none;
	border-radius: 100px;
	font-size: 18px;
}

.search_box button {
	background: #EF6614;
	color: #fff;
	width: 169px;
	height: 64px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 100px;
	border: 0;
	outline: none;
	font-size: 18px;
	font-family: "Poppins", sans-serif !important;
	cursor: pointer;
}

.search_box img {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	max-width: 25px;
}


.pckg_sec_prnt {
	margin-top: -31px;
	position: relative;
	z-index: 1;
}

.pckg_sec {
	list-style: none;
	background: #fff;
	box-shadow: 0px 0px 6px #00000029;
	border: 1px solid #98D1FF;
	border-radius: 100px;
	padding: 10px;
	margin: 0px auto;
}

.pckg_sec li {
	display: inline-flex;
	align-items: center;
	margin-right: 17px;
}

.pckg_sec li a{text-decoration: none !important; display: inline-flex;
	align-items: center;}

.pckg_sec li:last-child {
	margin-right: 0px;
}

.pckg_sec li span {
	margin-left: 10px;
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.pckg_sec li img {
	border-radius: 50%;
}

.jckpt_box_prnt {
    gap: 25px 14px;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.jckpt_box {
	width: 20%;
}

.jckpt_box span {
	display: block;
	color: #000;
}

.jckpt_box .img_box {
	border-radius: 20px;
	overflow: hidden;
	max-height: 217px;
}

.jckpt_box .img_box img{width: 100%;}

.bs_plc_box_prnt .colmn {
	flex-direction: column;
	gap: 25px;
	justify-content: space-around;
}


.hldy_thm_box {
	background: #F0F9FF;
	border: 1px solid #98D1FF;
	border-radius: 50%;
	padding: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 190px;
	height: 190px;
	text-align: center;
}

.hldy_thm_box .cnt h4{color: #000;}

.hldy_thm_box .img_box {
	max-height: 53px;
	max-width: 53px;
}

.hldy_thm_box .img_box img {
	width: 100%;
	height: 100%;
}

.hldy_thm_box .cnt span {
	font-size: 14px;
}


.hldy_thm_slider .owl-nav button {
	background: none !important;
	position: absolute;
	top: 50%;
	margin: 0 !important;
	transform: translateY(-50%);
}

.hldy_thm_slider .owl-nav .owl-prev {
	left: -27px;
}

.hldy_thm_slider .owl-nav .owl-next {
	right: -27px;
}

.vs_dstn_box_prnt .owl-nav button {
	background: none !important;
	position: absolute;
	top: 50%;
	margin: 0 !important;
	transform: translateY(-50%);
}

.vs_dstn_box_prnt .owl-nav .owl-prev {
	left: -27px;
}

.vs_dstn_box_prnt .owl-nav .owl-next {
	right: -27px;
}

.vs_dstn_box .img_box{
	border-radius: 20px;
	overflow: hidden;
	max-height: 278px;
}

.vs_dstn_box span {
	display: block;
	color:#000;
}

.tab_nav a {
	text-decoration: none;
	border: 1px solid #6F6F6F;
	border-radius: 7px;
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0px 20px;
	font-size: 20px;
	color: #6F6F6F;
	margin-right: 16px;
}

.tab_nav li.active a {
	color: #2196F3;
	border-color: #2196F3;
	box-shadow: 0px 3px 6px #00000012;
}


.hd_gems_box {
	position: relative;
	border-radius: 20px !important;
	overflow: hidden;
	display: flex;
}


.hd_gems_box .cnt {
	position: absolute;
	top: 50%;
	left: 45px;
	transform: translateY(-50%);
	color: #fff;
}

.hd_gems_box .cnt h4 {
	font-size: 42px;
}

.hd_gems_box .cnt h5 {
	font-size: 30px;
}

.hd_gems_box .cnt div p {
	font-size: 15px;
	margin-right: 20px;
}

.hd_gems_box:before{content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent linear-gradient(270deg, #FFFFFF00 0%, #A0A0A000 37%, #71717100 48%, #3C3C3C77 62%, #252525AB 83%, #000000 100%) 0% 0% no-repeat padding-box; opacity: 0.75;}
.hd_gems_slider {
	border-radius: 20px !important;
	overflow: hidden;
}

.hd_gems_slider .owl-item{border-radius: 20px;}

.hd_gems_slider .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 5px;
}

.hd_gems_slider .owl-dots .owl-dot:hover span {
	background: #2196F3;
}

.hd_gems_slider .owl-dots .owl-dot.active span {
	width: 34px;
	background: #2196F3;
}

.pop_dstn_box {
	position: relative;
}

.pop_dstn_box .card {
	box-shadow: 0px 3px 20px #0000001A;
	border-radius: 15px;
	padding: 15px;
	width: 90%;
	position: absolute;
	bottom: -30%;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
}

.pop_dstn_box .card .card_title {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	padding-bottom: 12px;
}

.pop_dstn_box .card .card_dtl {
	margin-top: 12px;
}

.pop_dstn_box .card .plchlrd p {
	font-size: 12px;
	color: #52545E;
}

.pop_dstn_box .card .amt p {
	font-size: 12px;
	color: #52545E;
	margin-right: 6px;
}

.pop_dstn_box .card .amt span {
	font-size: 16px;
	color: #000;
	font-weight: 600;
}

.pop_dstn_box .card .link {
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #2196F3;
}

.pop_dstn_box .card .link span {
	margin-right: 10px;
}

.pop_dstn_box .card .link img {
	width: 16px;
}

.pop_dstn_slider .owl-nav button {
	background: none !important;
	position: absolute;
	top: 26%;
	margin: 0 !important;
}

.pop_dstn_slider .owl-nav .owl-prev {
	left: -27px;
}

.pop_dstn_slider .owl-nav .owl-next {
	right: -27px;
}

.pop_dstn_slider .owl-stage-outer {
	padding-bottom: 135px;
}

.eb_pckg_box {
	background: transparent linear-gradient(253deg, rgba(255, 60, 20, 0.8) 0%, rgba(227, 0, 11, 0.8) 100%) 0% 0% no-repeat padding-box;
	border-radius: 15px;
	padding: 35px 55px;
	color: #fff;
	position: relative;
}

/* .eb_pckg_box:before{content:''; background-image: url(../img/budget_trip.png); background-position: right; background-size: contain; background-repeat: no-repeat; position: ; right: 0; bottom: 0; width: 100%; height: 100%;} */
.eb_pckg_box .cnt {
	width: 60%;
	position: relative;
	z-index: 1;
}

.ud_pckg {
	list-style: none;
	margin-top: 20px;
	flex-wrap: wrap;
}

.ud_pckg li {
	margin-right: 20px;
	margin-top: 20px;
}

.ud_pckg li a {
	height: 48px;
	border: 1px solid #fff;
	padding: 0px 15px;
	text-decoration: none;
	color: #fff;
	display: inline-flex;
	border-radius: 6px;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.eb_pckg_box .img_box {
	width: 40%;
	position: relative;
}

.eb_pckg_box .img_box img {
    position: absolute;
    right: -45px;
    bottom: -35px;
    width: 120%;
}


.rnt_srch {
	background: #EFEFEF;
	padding: 60px 0px;
}

.rnt_srch_box_prnt {
	gap: 15px;
	margin-top: 40px;
}

.rnt_srch_box {
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FAFDFF 100%) 0% 0% no-repeat padding-box;
	box-shadow: inset 0px -1px 6px #CCD9E3, 0px 3px 6px #363C580D;
	border: 1px solid #EEEEEE;
	border-radius: 9px;
	padding: 15px 15px 15px 15px;
	position: relative;
	width: 25%;
}

.rnt_srch .badge {
	background: #2196F3;
	border-radius: 4px;
	padding: 3px 8px;
	font-size: 12px;
	color: #fff;
	display: inline-flex;
	position: absolute;
	top: -12px;
}

.rnt_srch h4 {
	font-size: 15px;
	margin: 5px 0px;
}

.rnt_srch p {
	font-size: 12px;
}

.why_bk_box_prnt {
	gap: 20px;
}

.why_bk_box {
	border: 1px solid #98D1FF;
	border-radius: 20px;
	padding: 20px;
	width: 25%;
	text-align: center;
	background: #fff;
}

.why_bk_box .img_box {
	height: 59px;
}

.why_bk_box .img_box img {
	height: 100%;
	margin: 0 auto;
}


.testimonial {
	margin-bottom: 60px;
}

.testimonial_box_prnt {
	gap: 25px;
}

.testimonial_box_prnt .owl-item {
	padding: 6px 10px;
}

.testimonial_box {
	background: #FAFAFE 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 12px #00000012;
	border: 1px solid #EEEEEE;
	border-radius: 14px;
	padding: 25px 30px;
}

.testimonial_box .usr_dtl .dtl {
	margin-left: 15px;
}

.usr_dtl h5 {
	font-size: 16px;
}

.usr_dtl p {
	font-size: 14px;
	color: #8E8E8E
}

.testimonial_box .dt {
	font-size: 12px;
	color: #8E8E8E;
}

.sec_bg {
	background-image: url(../img/bg_01.png);
	padding: 60px 0px;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.testimonial_box_prnt .owl-dots .owl-dot span {
	width: 13px;
	height: 13px;
	margin: 5px 5px;
}

.testimonial_box_prnt .owl-dots .owl-dot:hover span {
	background: #2196F3;
}

.testimonial_box_prnt .owl-dots .owl-dot.active span {
	width: 34px;
	background: #2196F3;
}


.modal {
	position: fixed;
	top: 0;
	left: 0;
	background: #000000BF;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
}

.modal .form_box {
	width: 695px;
	margin: auto;
	padding:15px 30px;
	background: #fff;
	box-shadow: 0px 10px 65px #00000012;
	border-radius: 20px;
	position: relative;
}
.viewAll {    display: flex;
    margin: 20px auto;
justify-content: center;}
.viewAll a{
    display: flex;
    margin: 20px auto;
    justify-content: center;
    font-size: 15px;cursor: pointer;
    background: #2196f3;
    padding: 10px 50px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
}
.form_box h4 {
	font-size: 22px;
}

.form_grp label {
    font-size: 14px;
    margin-bottom: 5px;
    display: flex;
}

.input_grp {
	position: relative;
}

.input_grp .input_icon {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.form_grp input {
	border: 1px solid #76C0FA;
	border-radius: 10px;
	height: 50px;
	outline: none;
	width: 100%;
	padding: 0px 15px;
	font-size: 15px;
	font-weight: 600;
}

.form_grp_row {
	gap: 20px;
}


.quantity_box {
	border: 1px solid #76C0FA;
	border-radius: 10px;
	padding: 0px 17px;
	height: 50px;
}

.quantity_box input {
	border: 0px;
	width: 62px;
	text-align: center;
	height: auto;
}

.quantity_box button {
	background: none;
	border: none;
	font-size: 23px;
	font-weight: 500;
	opacity: 0.5;
	cursor: pointer;
}

.submit  {
	height: 52px;
	background: #2196F3;
	border-radius: 26px;
	padding: 12px 32px;
	border: 0px;
	outline: none;
	font-size: 16px;
	color: #fff
}

.close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal.open {
	opacity: 1;
	visibility: visible;
	transition: 0.4s;
}

.modal_btn {
	display: inline-flex;
	align-items: center;
	box-shadow: 0px 3px 6px #EC821C30;
	border: 1px solid #EC821C;
	border-radius: 100px;
	color: #181818;
	font-weight: bold;
	font-size: 14px;
	height: 57px;
	padding: 18px;
	text-decoration: none;
	position: fixed;
	right: 35px;
	bottom: 30px;
	z-index: 50;
	background: #fff;
}

.modal_btn span {
	line-height: 17px;
	margin-left: 10px;
}

.auto_sgtn {
	position: absolute;
	top: 100%;
	width: 100%;
	box-shadow: 0px 3px 25px #00000040;
	border-radius: 19px;
	background: #fff;
	padding: 15px;
	z-index: 12;
	display: none;
}

.auto_sgtn h4 {
	font-size: 16px;
	font-weight: 400;
}

.auto_sgtn h4 strong {
	font-weight: 600;
}

.auto_sgtn h4 img {
	max-height: 36px;
	margin-right: 14px;
}

.auto_sgtn_ul {
	list-style: none;
}

.auto_sgtn_ul li {
	margin-bottom: 20px;
}

.auto_sgtn_ul li a {
	text-decoration: none;
	color: #000;
}

.auto_sgtn_ul li .img_box {
	width: 53px;
	height: 53px;
	border-radius: 12px;
	margin-right: 15px;
}

.auto_sgtn_ul li .cont p {
	font-size: 16px;
}

.auto_sgtn_ul li .cont span {
	color: #707070;
	font-size: 14px
}


