@media all and (min-width: 1670px) {
	.banner-section{
		height: 800px;
	}
}

@media (max-width: 1380px){

}

@media (max-width: 1200px){

	.navbar-dark .navbar-nav .nav-link{
		font-size: 13px;
	}

	.dropdown-menu li a{
		font-size: 14px;
	}

	.banner-main-heading{
		font-size: 46px;
		line-height: 50px;
	}

	.funfactor-card{
		flex-direction: column;
	}

}

@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
	
}

@media all and (max-width: 992px){
	.navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-1);
		width: 50px;
		height: 50px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.navbar-collapse{
		position: absolute;
		top: 77px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: calc(100vh - 79px);
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.dropdown .nav-link:after{
		float: right;
	}

	.nav-item.search{
		margin-top: 20px;
	}

	.banner-main-heading{
		font-size: 46px;
		line-height: 50px;
	}

	/* pages */
	.funfactor-card{
		align-items: flex-start;
		flex-direction: column;
	}

	.funfactor-card p{
		margin-left: 0;
	}

	.pages.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color) !important;
	}

	.funfactor-card{
		flex-direction: column;
	}

}

@media all and (max-width: 768px){
	.navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-1);
		width: 50px;
		height: 50px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	

	.navbar-collapse{
		position: absolute;
		top: 77px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: calc(100vh - 79px);
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.pages.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color) !important;
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.dropdown .nav-link:after{
		float: right;
	}

	.section-main-heading{
		font-size: 34px;
    	line-height: 45px;
	}

	.banner-section{
		background-position: 25% 75%;
		height: 645px;
	}

	.section{
		padding: 40px 0px;
	}

	/* pages */
	.banner-main-heading{
		text-align: center;
	}

	.banner-search-wrapper-inner{
		flex-direction: column;
	}

	.banner-search-input{
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.banner-search-inner-info{
		display: flex;
		flex-direction: column;
	}

	.btn-main{
		width: 100%;
		max-width: 100%;
	}

	.packages-header-wrapper{
		flex-direction: column;
	}

	.viewall-btn{
		width: 100%;
	}

	.memory-content-list li{
		width: 100%;
	}

	.funfactorcontent{
		margin-top: -4rem;
	}

	.funfactor-card h4{
		font-size: 46px;
	}

	.funfactor-card{
		margin-bottom: 20px;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.footer-bottom{
		flex-direction: column;
		align-items: center;
	}

	.footer-bottom p{
		margin-bottom: 10px;
	}

	.navbar-nav{
		margin-bottom: 20px;
	}
	
}

@media all and (max-width: 480px){
	.navbar-dark .navbar-toggler{
		color: #fff;
		background-color: var(--theme-color-1);
		width: 50px;
		height: 50px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.navbar-collapse{
		position: absolute;
		top: 66px;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 999;
		padding: 15px;
		height: calc(100vh - 66px);
		overflow: auto;
	}

	.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color);
	}

	.navbar-nav .dropdown-menu{
		box-shadow: none;
	}

	.navbar .nav-item:hover .dropdown-menu{
		box-shadow: none;
	}

	.dropdown .nav-link:after{
		float: right;
	}

	.section-main-heading{
		font-size: 34px;
    	line-height: 45px;
	}

	.banner-section{
		background-position: 25% 75%;
		height: 645px;
	}

	.section{
		padding: 40px 0px;
	}

	/* pages */

	.banner-main-heading{
		text-align: center;
	}

	.banner-search-wrapper-inner{
		flex-direction: column;
	}

	.banner-search-input{
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.banner-search-inner-info{
		display: flex;
		flex-direction: column;
	}

	.btn-main{
		width: 100%;
		max-width: 100%;
	}

	.packages-header-wrapper{
		flex-direction: column;
	}

	.viewall-btn{
		width: 100%;
	}

	.memory-content-list li{
		width: 100%;
	}

	.funfactorcontent{
		margin-top: -4rem;
	}

	.funfactor-card h4{
		font-size: 46px;
	}

	.funfactor-card{
		margin-bottom: 20px;
		flex-direction: row;
		align-items: center;
	}

	.footer-bottom{
		flex-direction: column;
		align-items: center;
	}

	.footer-bottom p{
		margin-bottom: 10px;
	}

	.navbar-nav{
		margin-bottom: 20px;
	}

	.soon-counter-list{
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.pages.navbar-dark .navbar-nav .nav-link{
		color: var(--heading-color) !important;
	}

	.blog-detail-social{
		flex-direction: column;
	}

	.blog-detail-social h4{
		margin-bottom: 10px;
	}
}