*{
margin:0;
padding: 0;
box-sizing: border-box; font-family: "Wix Madefor Text", sans-serif;
}
p{
	line-height: 28px;
}

.head-title, .heading, .head{
	 font-family: "Wix Madefor Text", sans-serif;
}
.temp3{
	
	position: relative;
}
.header{
	padding: 30px 0;
	position: static;
    top: 0;
	width: 100%;
	left:0;
	z-index:999;
	
}
.row{
	align-items: center;
}
.header_menus ul{
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom:0!important;
	justify-content: space-between;
}

.header_menus ul li{
	list-style-type:none;
	padding: 10px 0px;	
}

.header_menus ul li a{
	font-size: 18px;
    font-weight: 500;
    color: #000;
	text-decoration:none;
	font-family: sans-serif!important;
}
.footer_inner ul li a{
	font-family: sans-serif!important;
}
.footer_inner p{
	font-family: sans-serif!important
}
.btn-animated{
	padding: 10px 25px;
	display: inline-block;
	cursor:pointer;
	font-weight: 600;
}
.btn-animated{
background-color: #d41f64;
    border-radius: 10px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 99;
	transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
	font-size: 16px;
	
}
.btn-animated:before{
	content: '';
    position: absolute;
    background-color: #000;
    left: 50%;
    top: 50%;
    width: 110%;
    height: 0;
    padding-bottom: 110%;
    /* opacity: 0; */
    border-radius: 10px;
    transform: translate3d(-50%,-50%,0) scale3d(0,0,1);
	z-index:-1;
    
}

.btn-animated:hover {
    transform: scale3d(1.2, 1.2, 1);
	
}
.btn-animated:after{
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	content: '';
    position: absolute;
    background: #000;
	transition: .6s;
}

.btn-animated a{
	    color: #fff;
    text-decoration: none;
    z-index: 100;
    position: relative;
	font-size:16px;
	font-family: sans-serif;
}

.btn-animated:hover:before{
	    transform: translate3d(-50%,-50%,0) scale3d(1,1,1);
		transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);

}

.btn-animated:hover::after {
    opacity: 1;
    transition-duration: 0.01s;
    transition-delay: 0.3s;
}

.header_menus ul li a{
	position: relative;
    overflow: hidden;
	padding: 10px 0;
}
.header_menus ul li a:hover::after {
    width: 100%;
    animation: heartbeat116 1.5s ease-in-out 0.3s infinite;
}
.header_menus ul li a:hover{
	color: #0dcaf0;
	transform: scale(1.07);
}
.header_menus ul li a::after{
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #0dcaf0;
    width: 0%;
    transition: width 0.3s ease;
}

.hero-section{
	padding: 200px 0;
    position: relative;
    background: url(../images/banner_img_4.webp);
	background-size: 67% 103%;
	background-position: right;
	background-repeat: no-repeat;
}

.hero-section .container{
	position:relative;
}

.hero-section:before{

}

.hero-content .btn-animated{
	margin: 20px 0 0 ;
}

.about-section{    padding: 104px 0px 52px;}
.hero-section .head{
    font-size: 61px;
    line-height: initial !important;
    font-weight: 700;
    margin-bottom: 20px !important;
    color: #345;
    letter-spacing: -2px;
}
.hero-content{
	position:relative;
	z-index:999;
	}
.hero-content .btn{
	font-size: 20px;
    font-weight: 500;
	cursor: pointer;
}

.hero-content .btn i{
	color: #0dcaf0;
}
.header_logo{
	cursor: pointer;
}
.search-box p{
	font-size: 40px;
    font-weight: 600;
    padding: 20px 0;
    margin: 10px 0;
	position: relative;
	z-index: 999;
}
.mobile-menu {
    position: fixed;
    top: 0;
    left: 0; /* Changed from left to right */
    width: 100%;
    height: 100%;
    transform: translateX(-100%); /* Hidden offscreen to the right */
    transition: transform 0.8s ease;
    z-index: 1000;
}
.mobile-menu-bg{
	background-color: #000000;
    opacity: 0.7;
	position: absolute;
	height:100%;
	width: 100%
}
.mobile-menu.open {
    transform: translateX(0);
}

.mobile-menu.open .mobile-menu-bg {
    display: block;
}
.mobile-menu-content{
	position: relative;
    z-index: 99;
    height: 100%;
	width:300px;
	background-color: #0dcaf0;
	height:100%;
}
.mobile-menu ul{
	
}
.mobile-menu ul li{
	list-style-type: none;
    padding: 15px 0px;
    border-bottom: 1px solid #fff;
    width: 90%;
    margin: 0 auto;
	cursor: pointer;
}

.mobile-menu ul li a{
	font-size: 18px;
    font-weight: 500;
    color: #fff;
	text-decoration:none;
}
.mobile-menu .header_logo{
	padding: 20px 20px 0;
}
.closeicon{
	position: absolute;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    top: 0px;
	cursor: pointer;
}
.closeicon i{
	color:#fff;
}
.header-right{
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.menu-icon{
	padding: 5px 10px;
	display:none;
}
.owl-carousel .item{
	text-align: center;
}
.owl-carousel .item .item-img img {
    border-radius: 10px 10px 0 0;
}
.heading{
	font-size: 40px;
    line-height: initial;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
	position: relative;	
}
.head-divider{
	width: 100px;
    height: 5px;
    background-color: #0dcaf0;
    margin: 0 auto 40px;
}
.destination-section .btn-animated, .travelling-section .btn-animated{
	margin-top:20px;
}

.about-section .item .item-desc{
	padding: 10px 20px;
}
.about-section .item .head-title{
    font-size: 25px;
	color: #4f4f4f;
	line-height:initial!important;
    font-weight: 600;
	margin-bottom:10px;
    text-align: left;
	}
	
.about-section .item .desc{
    font-size: 16px;
	line-height:initial;
    font-weight: 600;
    text-align: left;
    color: #6f6f6f;
	}
	
	.owl-dots {
            text-align: center;
            margin-top: 20px;
        }
        .owl-dot {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: #ccc;
            border-radius: 50%;
            margin: 0 5px;
            transition: background 0.3s;
        }
        .owl-dot.active {
            background: #333;
        }
		.feature-section{
			 padding: 20px 0px;
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
		}
		
		.feature-section .feature-box{
		display: flex
;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 10px;
		}
.feature-section .img-box{
	width:150px;
}
.feature-section .img-box img{
	width:100%;
}
.feature-box .head-title{
	    font-size: 20px;
    font-weight: 600;
    margin-top: 15px;
    color: #000;
}
.feature-box .desc{
	font-weight: 500;
    text-align: center;
    color: #777;
    font-size: 15px;
}
.feature-destination{
    box-shadow: 0px 2px 14px rgb(0, 0, 0, 7%);
    background: #fff;
    border-radius: 15px;
}

.feature-destination .destination-desc .head-title {
    font-size: 19px;
    color: #0dcaf0;
    line-height: initial !important;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}
.feature-destination .destination-desc {
    padding: 10px 20px;
}
 
.feature-destination .destination-desc .desc{
        font-size: 16px;
    line-height: initial;
    font-weight: 500;
    text-align: left;
    color: #777777a8;
}
.learnmore{display: block;
    margin-bottom: 17px;
    color: #000;
    font-weight: 700;}
.destination-section{
		padding: 52px 0 100px;
    background-image: url(../images/cta_bg_4-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.all-destinations .desc2{
	margin-top:40px;
}
.feature-destination-content{
	    margin: 38px auto 0;
    width: 52%;
    text-align: center;
}
.feature-destination-content .sub-head{
	font-size:18px;
	color: #0dcaf0;
	text-transform: uppercase;
	font-weight: 600;
}
.feature-destination-content .head-title{
	    font-size: 35px;
    font-weight: 600;
    line-height: initial !important;
    margin-top: 15px;
    color: #fff;
}
.feature-destination-content .head-divider{
	margin:0 auto 30px;
	width: 50px;
}
.des-circle-box{    position: relative;}
.des-circle-box:after {
    content: '';
    position: absolute;
  border-top-left-radius: 90px;
  border-top-right-radius: 90px;height: 45px;
  width: 90px;
}
.feature-destination-content .desc{
	    font-weight: 600;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.feature-destination-content .btn{
	background-color: #0dcaf0;
    padding: 10px 25px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}
.feature-destination .des-img-box{
	    width: auto;
    height: 256px;
    overflow: hidden;
    position: relative;
}
.feature-destination .shape{position: absolute;
    inset: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;border-radius: 15px 15px 0px 0px;
}
.feature-destination .des-img-box img{
	    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}
.travelling-section{
			padding: 52px 0;
   
		}
.feature-travelling .traveling-bg{
	width:auto;
	height: auto;
	position:relative;
}

.feature-travelling .traveling-bg img{
	max-width:100%;
	width:540px;
	border-radius: 10px 10px 0 0;
	z-index: 99999;
    position: relative;
}

.feature-box {
    display: flex;
    gap: 10px;
    text-align: left;
}
/*.feature-box .box-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #cccccc57;
    border-radius: 10px;
}*/
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}.feature-box .box-title {
    margin-bottom: 7px;
    text-transform: capitalize;
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    margin-top: -0.34em;
    font-weight: 700;
}
.feature-travelling .travelling-desc .head-title {
    font-size: 22px;
    line-height: initial;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;

}
.travelling-destination .travelling-desc {
    padding: 10px 20px;
}
 
.feature-travelling .travelling-desc .desc{
    font-size: 16px;
    line-height: initial;
    font-weight: 600;
    text-align: left;
    color: #6f6f6f;
}

.feature-travelling-content .feature_7 p{
	margin-bottom:0px!important;
	font-size:16px;
}

.detail-top-section{  background-image: url(../images/video_sec_2-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: 20% 28%;
  }
.details-top-inner{
	padding: 120px 15px 120px 15px;
	
}
.detail-inner-text{
	text-align:center;
}
.detail-inner-text p{
	color: #fff;
	font-size: 40px;
	padding: 0 250px;
	font-weight: 600;
	line-height: initial!important;
	margin-bottom:40px!important;
}
.detail-top-section .play-btn{
	display: inline-block;
    position: relative;
    z-index: 1;
}
.detail-top-section .play-btn:before{
	background-color: transparent;
    border: 1px solid #fff;
}
.play-btn.style4 > i {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}
.play-btn > i {
    display: inline-block;
    width: var(--icon-size, 80px);
    height: var(--icon-size, 80px);
    line-height: var(--icon-size, 78px);
    text-align: center;
    font-size: var(--icon-font-size, 1.4em);
    border: 2px solid;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all  ease 0.4s;
    transition: all ease 0.4s;
}

.detail-top-inner{
	padding: 120px 15px 120px 15px;
}
.feature-travelling-content{
	margin-left: 10px;
}
.feature-travelling-content .sub-head{
	font-size:18px;
	color: #0dcaf0;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.feature-travelling-content .head-title{
	font-size: 35px;
    font-weight: 600;
	line-height: initial!important;
    margin-bottom: 10px; 
}
.feature-travelling-content .head-divider{
	margin: 0 0 30px;
	width: 50px;
}
.feature-travelling-content .feature_7{
	display: grid;
    grid-template-columns: auto auto;
    padding: 30px;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-bottom: 40px;
    max-width: 620px;
}
.feature-travelling-content .desc{
font-weight: 500;
    text-align: left;
    font-size: 16px;
    margin-bottom: 40px !important;
    color: #000;
}
.feature-travelling-content .btn{
	background-color: #0dcaf0;
    padding: 10px 25px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}
.feature-travelling .des-img-box{
	width:auto;
	height: 220px;
}
.feature-travelling .des-img-box img{
	width:100%;
	height: 100%;
	border-radius: 10px 10px 0 0;
}
.input-box{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;
	height: 80px;
    background-color: #fff;
    max-width: 800px;
	width:100%;
    margin: 0 auto;
	padding: 10px;
	box-shadow: 0 2px 16px rgb(167 160 160 / 48%);
	margin: 40px auto 40px;
	}
.input-box i{
	width:5%;
	text-align: center;
	color:#0dcaf0;
	font-size:25px;
}
.input-box input{
	width: 75%;
	border: none;
	outline: none;
}
.input-box button{
	width: 20%;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    border: none;
    background-color: #0dcaf0;
	padding: 15px 0;
}

.brand-section .owl-carousel .item {
    text-align: center;
    height:40px;
    width: auto;
	display:flex;
	justify-content: center;
}


.brand-section .owl-carousel .owl-item img {
		display: block;
		height: 100%;
		width: auto;
	}
.feature-box .desc{
	max-width: 300px;
}	
.mobile-menu ul {
	padding-left: 0;
}
.footer{
    padding: 80px 0;
    background: #030e29;
	  
}
.feature-section-image {
    height: 600px;
    background-color: #F5F5F5;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}
.footer_inner{

}
.ftrinnr{padding: 0px 30px 0px 0px;}

.footer_inner .flogo{
	display: block;
    margin: 0px 0px 33px;
}
.brand-section{
	clear:both;
}

.footer_inner p {
margin: 0;
    color:#b9b9b9;
    font-weight: 500;
}


.footer_inner .footer_hdng{
    font-size: 22px;
    font-weight: 700;
    color: #b9b9b9;
    text-transform: capitalize;
    margin: 0px 0px 30px;
}

.footer_inner ul{
list-style: none;
    padding: 0;
}

.footer_inner ul li a{
  display: block;
    padding: 7px 0;
    text-decoration: none;
    font-size: 16px;
font-weight: 500;
    color: #b9b9b9;
}



.footer .row{
	align-items: start;
}

.footer-btm{
	background-color: #0dcaf0;
	padding: 20px 0;
}	
.footer-btm .cr-text p{
	margin-bottom: 0px !important;
    color: #fff;
    text-align: center;
}
.footer-btm .social-links ul{
	display:flex;
	flex-direction: row;
	list-style-type:none;
	justify-content: flex-end;
    gap: 0 15px;
	margin-bottom:0;
}

.footer-btm .social-links ul li i{
	font-size: 20px;
    color: #000;
    background-color: #fff;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    width: 40px;
	transition: .3s;
}
.footer-btm .social-links ul li i:hover{
	color:#0dcaf0;
}

.mt-100{
	padding: 100px 0;
}
.mt-50{
	padding: 50px 0;
}

.footer_inner li i{
	font-size:15px;
	margin-right:5px;
}	
.hero__bg{
	padding: 100px 100px;
    margin-right: 60px;
    margin-left: 60px;
    position: relative;
    background: url(../images/breakdcrum-bg.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}
.hero__bg .title{
	font-size:64px;
	line-height: initial;
    font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
	color:#fff;
}
.hero__bg .short-head{
	font-size: 16px;
    color: #fff;
    text-align: center;
}
.hero__bg .hero-content{
	position:relative;
	z-index:999;
	}
.hero__bg .hero-content .btn{
	font-size: 20px;
    font-weight: 500;
	cursor: pointer;
}
.para-text ul li{
	list-style-type: none;
    padding: 0;
    line-height: 28px;
}

.hero__bg .hero-content .btn i{
	color: #0dcaf0;
}
.desc-content{
	padding: 60px 0;
}
.desc-content .row{
	justify-content: center;
}

.desc-content .heading{
	text-align:left;
	font-size:32px;
	font-family: sans-serif;
	line-height:1.5;
}
.desc-content ul{
	 padding: 0;
    
}
.desc-content ul li{
	list-style-type: none;
    padding: 0;
    line-height: 30px;
}

.blockquote-content{
	display:flex;
	background-color: rgb(243 112 44 / 11%);
	padding: 20px;
	border-radius:12px;
}
.blockquote-content p{
	margin-bottom: 0;
    font-style: italic;
}
.blockquote_icon{
	margin-right:10px;
}
@media (max-width: 1399px) {
	.header_menus ul li a{
		font-size:16px;
		margin-right: 15px;
	}
}
@media (max-width: 1399px){
	.header_menus ul li a{
		font-size:14px;
		margin-right: 10px;
	}
	.header .header_btn {
		font-size:14px;
	}
}
@media (max-width: 992px) {
	.header_menus{
		display:none;
	}
	    .hero__bg {
        margin-right: 0;
        margin-left: 0;
        border-radius: 0;
    }
	.mt-100{
	padding: 50px 0;
}
	.menu-icon{
	display: block;
        font-size: 15px;
        color: #ffffff;
        border: 2px solid #ffffff;
        border-radius: 5px;
        background: #0dcaf0;
	}
	.header_btn{
		display:none!important;
	}
	.hero-section{
		padding:200px 0 150px;
	}
	.row{
		gap: 50px 0;
	}
	.brand-section .owl-carousel .item{
		height:30px;
	}
	.footer-btm .cr-text p{
		text-align:center;
	}
	.footer-btm .social-links ul{
		justify-content: center;
	}
	
	.feature-destination-content, .feature-travelling-content{
		margin: 0 auto;
	}
	.footer-btm .row {
        gap: 10px 0;
    }
	
	
}
@media (max-width: 1000px){
	.searchbox{
		width:100%!important;
		left: 0;
		padding: 0 15px;
		position:relative!important;
	}
	.hero-section{
		padding-bottom: 0px!important;
	}
}
@media (max-width: 575px) {
	.feature-destination .des-img-box{
		height: auto;
	}
}
@media (max-width: 767px) {
	.input-box{
		height: 60px;
	}
	.hero__bg{
		padding: 100px 0;
	}
	.desc-content .heading{
		font-size:24px;
	}
	.input-box i{
		width:10%;
		font-size:20px;
	}
	.hero__bg .title{
		font-size:40px;
	}
	.input-box input {
    width: 60%;
	}
	.input-box button{
		width:30%;
		font-size:14px;
		padding: 10px 0;
	}
	.detail-inner-text p{
		padding:0;
	}
	.feature-travelling-content .feature_7{
		grid-template-columns: auto;
		gap: 20px;
	}
}
@media (max-width: 430px) {
	.input-box{
		height: auto;
		gap: 20px 0;
	}
	.input-box button{
		width: 100%;
	}
	.hero-section .head{
		font-size: 40px;
	}
	.hero-section {
        padding: 170px 0 130px;
    }
}
#AD186900_1 .tab-block .tab-mnu{justify-content: left!important;}
.searchbox{
	position: absolute;
	margin-top:40px;
    width:82%;}
#AD186900_1 .tab-block .tab-mnu .active{
	background-color: #0dcaf0!important;
    color: #fff!important;
}
.contact-section{
	display:none;
}
.para-text ul li{
	list-style-type: none;
    padding: 0;
    line-height: 28px;
}
.subtitle{
	font-size: 22px;
    margin-bottom: 30px;
}@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}
.footer-section{
	float:left;
	width: 100%;
}
.camping-btn-main {
  background: #5c4d29;
    height: 60px;
    width: 60px;
    margin: 0 auto 30px;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    border: 2px solid #ffffff;
    animation: pulse 2s infinite;
    transition: transform 0.3s ease;
}
.camping-btn-main i {
  margin: 16px;
  color: #fff;
  font-size: 23px;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    box-shadow: 0 0 0 40px rgba(40, 167, 69, 0);
    /* Bigger size */
  }

  100% {
    box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
  }
}