@font-face {
  font-family: myFont;
  src: url(assets/font/MontesoriAltBlack.ttf);
}

*{
	margin: 0;
	padding:0;
}

body{
	font-family: sans-serif;
	overflow-x: hidden;
	background-color: #FAFAFA;
}
/************Video Container******************/
#video-container{
	width: 80%;
	height: 80%;
	position: fixed;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
	z-index: 99900;
	display: none;
}

#link-video{
	width: 100%;
	height: 100%;
}
 #closeBtn{
	z-index: 99999000;
	position: absolute;
	top: -10%;
	right: -10%;
	background: transparent;
	border: none;
}
#link-video iframe{
	width: 100%;
	height: 100%;
}

#desktop-img{
	position: absolute;
	object-fit: cover;
	bottom: 0px;
	left: 0px;
	object-position: center;
	z-index: -2;
	width: 100%;
	height:100%;
	display: block;
}
#mobile-img{
	position: absolute;
	object-fit: fill;
	bottom: 0px;
	left: 0px;
	object-position: center;
	z-index: -2;
	width: 100%;
	height: 100%;
	display: none;
}

.sub-title{
	color: #008F7E;
	font-weight: 500;
	font-size: 18px;
	margin-top: 20px;
}

.title{
	color: black;
	font-size: 44px;
	font-weight: 700;
}
@media screen and (max-width: 480px){
	.title{
		color: black;
		font-size: 30px;
		font-weight: 700;
	}
}
.green-btn,
.orange-btn {
	border: none;
	border-radius: 50px;
	color: white
}
.green-btn{
	background-color: #008F7E;
}
.green-btn:hover{
	background-color:  #F8A039;
}
.orange-btn{
	background-color: #F8A039;
}
.orange-btn:hover{
	background-color: #008F7E;
}
.green-btn,
.orange-btn,
.green-btn:hover,
.orange-btn:hover {
	transition: background-color 1s;
}
.learn-more{
	padding: 10px 10px;
}

/**************************************Breadcrum section**************************/
.breadcrumb-main{
	position: relative;
	overflow: hidden;
}
.breadcrumb-main img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	object-position: center;
	object-fit: cover;
	z-index: -2;
}
#breadcrumb-overlay::after{
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	z-index: -1;
	opacity: 0.59;
	background-color: #008F7E;
	width: 100%;
	height: 100%;
}  
.breadcrumb{
	padding: 100px 100px;
	text-align: center;
	height: 80vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.breadcrumb a{
	text-decoration: none;
	color: white;
}
.breadcrumb h1{
	color: white;
	font-size: 52px;
}
.breadcrumb p{
	color: white;
	font-weight: 500;
	font-size: 18px;
}
.breadcrumb p span{
	margin-left: 20px;
	text-decoration: underline;
}
@media screen and (min-width: 280px) and (max-width: 480px){
	.breadcrumb{
		padding: 100px 20px;
	}
	.breadcrumb h1{
		color: white;
		font-size: 30px;
	}
}
@media screen and (min-width: 480px) and (max-width: 770px){
	.breadcrumb{
		padding: 100px 50px;
	}
	.breadcrumb h1{
		color: white;
		font-size: 42px;
	}
}
@media screen (min-width: 770px) and (max-width: 990px){
	.breadcrumb{
		padding: 100px 50px;
	}
	.breadcrumb h1{
		color: white;
		font-size: 42px;
	}
}

#main{
	width: 100%;
}


/***************************INDEX PAGE/HOME Page ****************************/
/*head main section*/
.head-main-section{
	min-height:100vh;
	width: 100%;
	padding: 50px 20px;
}
.head-main-section .head-gradient-section{
	width: 100%;
	height: 90vh;
	background-image: linear-gradient(-180deg ,#008F7E, #FFA500);
	border-radius: 50px;
	position: relative;
	overflow: hidden;
}

.head-gradient-section .head-gradient-content{
	padding: 100px 50px;
	margin-top: 50px;
	z-index: 999;
	position: relative;
}
#head-title, #head-sub-title{
	color: white;
}
#head-title{
	font-size: 52px;
	font-weight: 600p;
}
.head-gradient-content .read-more{
	padding: 8px 20px;
}
.head-gradient-content .read-more:hover{
	background-color: #F8A039;
}
#play-btn{
	border-radius: 500px;
	background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4));
	border: none;
	width: 60px;
	height: 60px;
	position: relative;
	opacity: 0.6;
	z-index: 99999;
	cursor: pointer;
	animation: btnAmine 1s infinite alternate ease;
}
#play-btn span{
	padding-left: 15px;
}
@keyframes btnAmine{
	to{
		box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.7);
	}
}
.head-gradient-image{
	position: relative;
	overflow: clip;
}

.head-gradient-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: right;
	z-index: 999;
	position: relative;	
}

.head-main-section .head-gradient-section #design1{
	width: 60%;
	background-image: linear-gradient(-180deg, white, #F8A039);
	height: 400px;
	border: none;
	border-radius: 500px 500px 0px 0px;
	opacity: 0.2;
	position: absolute;
	z-index: 1;
	top: 200px;
}
#design2{
	width: 500px;
	background-image: linear-gradient(-180deg, white, white);
	height: 500px;
	border: none;
	border-radius: 500px 500px 500px 500px;
	opacity: 0.7;
	position: absolute;
	z-index: 1;
	top:  -350px;
	left: -50px;
	transform: rotate(320deg);
	opacity: 0.5;
}
#sub-circle{
	width: 350px;
	height: 350px;
	background-color: #008F7E;
	border-radius: 500px;
	position: absolute;
	top:  50%;
	left: 50%;
	transform: translate(-50%, -50%);

}
@media screen and (max-width: 770px){
	.head-main-section{
		min-height: auto;
		width: 100%;
		padding: 50px 0px;
	}
	.head-main-section .head-gradient-section{
		width: 100%;
		min-height: 90vh;
		background-image: linear-gradient(-180deg ,#008F7E, #FFA500);
		border-radius: 50px;
		position: relative;
	}
	.head-gradient-section .head-gradient-content{
		padding: 10px 50px;
		margin-top: 50px;
		z-index: 999;
		position: relative;
	}
	#head-title{
		font-size: 42px;
		font-weight: 900px;
	}
}


@media screen and (max-width: 480px){
	.head-main-section{
		min-height: auto;
		width: 100%;
		padding: 50px 0px;
	}
	.head-main-section .head-gradient-section{
		width: 100%;
		min-height: 90vh;
		background-image: linear-gradient(-180deg ,#008F7E, #FFA500);
		border-radius: 50px;
		position: relative;
	}
	.head-gradient-section .head-gradient-content{
		padding: 10px 50px;
		margin-top: 50px;
		z-index: 999;
		position: relative;
	}
	#head-title{
		font-size: 38px;
		font-weight: 900px;
	}
}
/*form-section*/
#head-form-section{
	width: 100%;
	background: #EAEDED;
	padding:20px 30px;
	margin: 0;
}

#head-form-section p{
	text-align: center;
	line-height: 1;
}

#head-form-section .form-section{
	margin-top:25px;
}

#head-form-section input{
	border: 1px solid #008F7E;
	box-shadow: 0px 0px 3px rgba(0, 250, 0 ,1.0);
	height: 50px;
}


@media screen and (max-width: 480px){
	/*head-form-section */
	#head-form-section{
		width: 100%;
		background-color: whitesmoke;
		padding: 50px 10px;
	}
	.head-img-title{
		width: 80%;
		z-index: 99;
	}
	.head-img-title h1{
		font-weight: 600;
		font-size: 1.6em;
	}
	.head-img-title p{
		font-size: 0.8em;
	}
	.head-img-title button{
		padding: 10px 50px;
	}
	#header-person-img{
		width: 150px;
		position: absolute;
		top: 30%;
		filter: drop-shadow(0px 0px 10px rgba(0, 250, 230, 0.4));
		right: 10%;
	}
}

@media screen and (min-width: 481px) and (max-width: 770px){
	#head-form-section{
		width: 100%;
		background-color: whitesmoke;
		padding: 50px 10px;
	}
	.head-img-title{
		width: 90%;
		z-index: 99;
	}
	.head-img-title h1{
		font-weight: 700;
		font-size: 2.0em;
	}
	.head-img-title p{
		font-size: 0.8em;
	}
	.head-img-title button{
		padding: 10px 50px;
	}
	#header-person-img{
		width: 180px;
		position: absolute;
		top: 10%;
		filter: drop-shadow(0px 0px 10px rgba(0, 250, 230, 0.4));
		right: 10%;
	}
}

@media screen and (min-width: 771px) and (max-width: 990px){
	#head-form-section{
		width: 100%;
		background-color: whitesmoke;
		padding: 50px 10px;
	}
	.head-img-title{
		width: 100%;
		z-index: 99;
		margin-left: 50px;
	}
	.head-img-title h1{
		font-weight: 700;
		font-size: 2.4em;
	}
	.head-img-title p{
		font-size: 0.8em;
	}
	.head-img-title button{
		padding: 10px 50px;
	}
	#header-person-img{
		width: 220px;
		position: absolute;
		top: 10%;
		filter: drop-shadow(0px 0px 10px rgba(0, 250, 230, 0.4));
		right: 10%;
	}
}

/*about us section */
#about-us-section{
	display: flex;
	flex-wrap: wrap;
	padding: 100px 100px;
	justify-content: space-around;
	align-items: end;
}
#about-us-section #about-content, 
#about-us-section #about-img{
	width: 50%;
}
#about-us-section,
#about-us-section #about-img img{
	width: 100%;
}
#about-us-section .about-us-button{
	padding: 10px 25px;
	font-weight: 700;
} 
@media screen and (max-width: 995px){
	#about-us-section{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 100px 100px;
		justify-content: space-around;
		align-items: end;
	}
	#about-us-section #about-content,
	#about-us-section #about-img{
		width: 100%;
	}

}
@media screen and (min-width: 670px) and (max-width:820px ){
	#about-us-section{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 100px 70px;
		justify-content: space-around;
		align-items: end;
	}
}
@media screen and (max-width: 670px ){
	#about-us-section{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 100px 40px;
		justify-content: space-around;
		align-items: end;
	}
}
@media screen and (max-width: 480px ){
	#about-us-section{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		padding: 70px 25px;
		justify-content: space-around;
		align-items: end;
	}
}

/*feature section */
#features-section{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 100px;
	width: 100%;
}
#features-section #feature{
	width: 20%;
	text-align: center;
}
#features-section #feature-icon{
	background-color: #E5E8E8;
	padding: 20px 20px;
	border-radius: 500px;
	width: 70px;
	height: 70px;
	position: relative;
	transform: translate(-50%,0%);
	left: 50%;
}
.features-icon-style{
	color: #008F7E; 
	font-size: 26px;
	position: absolute;
	transform: translate(-50%,0%);
	left: 50%
}
#feature h5{
	margin-top: 10px;
}

@media screen and (min-width: 650px) and (max-width: 900px){
	#features-section #feature{
		width: 50%;
		text-align: center;
	}
}
@media screen and (max-width: 660px){
	#features-section{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 100px 70px;
	width: 100%;
}
	#features-section #feature{
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}
}


/*choose us section */
#choose-us-section{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 50px 150px;
	align-items: center;

}
.box{
	position: absolute;
	border-radius: 10px;
	border: none;
	height: 70px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	z-index: 999;
	min-width: 200px;
	max-width: 250px;				
	background-color: white;
	animation: boxAmine 1s infinite ease alternate;
}
@keyframes boxAmine{
	from{
		transform: translateY(-10%);
	}
	to{
		transform: translateY(10%);
	}
}
#box-content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 10px;
}
.box #icon{
	width: 20%;
	margin-right: 10px;
}
.box p{
	width: 80%;
	font-weight: 600;
	font-size: 18px;
}
.box-1{
	left: -10%;
	top: 40%;
}
.box-2{
	right: 0%;
	top: 0%;
}
.box-3{
	left: -15%;
	bottom: 5%;
	background-color: #008F7E;
}
.box-4{
	right: 10%;
	bottom: 0%;
}	
#choose-us-img{
	position: relative;
}
#choose-us-img, #choose-us-content{
	width: 50%;
}
#choose-us-content .choose-us-button{
	padding: 10px 25px;
	font-weight: 700;
}
@media screen and (max-width: 1080px){
	#choose-us-section{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 50px 100px;
		align-items: center;
	}
	#choose-us-img{
		width: 100%;
	}
	#choose-us-img img{
		width: 50%;
	}
	#choose-us-content{
		width: 100%;
	}
}
@media screen and (min-width: 480px) and (max-width: 990px){
	#choose-us-img img{
		width: 100%;
	}
	.box{
		padding: 0px 10px;
		position: absolute;
		height: auto;
		min-width: 180px;
		max-width: 230px;
	}
	#box-content{
		padding: 10px 10px;
		width: auto;
	}
	#box-content p{
		font-size: 18px;
		word-wrap: break-word;
	}
}
@media screen and (min-width: 480px) and (max-width: 770px){
	#choose-us-section{
		padding: 30px 60px;
	}
	#choose-us-img{
		width: 100%;
	}
	#choose-us-img img{
		width: 100%;
	}
	#choose-us-content{
		width: 100%;
	}
	.box{
		padding: 0px 10px;
		position: absolute;
		height: auto;
		min-width: 100px;
		max-width: 200px;
	}
	#box-content{
		padding: 3px 3px;
		width: auto;
	}
	#box-content p{
		font-size: 16px;
		word-wrap: break-word;
	}
}
@media screen and (max-width: 480px){
	#choose-us-section{
		padding: 30px 50px;
	}
	#choose-us-img{
		width: 100%;
	}
	#choose-us-img img{
		width: 100%;
	}
	#choose-us-content{
		width: 100%;
	}
	.box{
	padding: 0px 10px;
	position: absolute;
	height: auto;
	min-width: 50px;
	max-width: 140px;
	}
	.box-4{
		right: 10%;
		bottom: -10%;
	}
	#box-content{
		padding: 0px 0px;
		width: auto;
	}
	#box-content p{
		font-size: 10px;
		word-wrap: break-word;
	}
}

/*What we offer section */
#what-we-offer-section{
	padding: 10px 100px;
	margin-bottom: 100px;
}
#what-we-offer-style{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: start;
}
#we-offer-img{
	width: 45%;
	overflow: hidden;
	border: none;
}
#what-we-offer-section,
#what-we-offer-style,
#we-offer-img img{
	width: 100%;
}
#we-offer-content{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#we-offer-content .we-offer-content-data{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: start;
	width: 100%;
	margin-bottom: 30px;
}
#we-offer-bg{
	width: 10%;
}
#we-offer-bg-icon{
}
	
#we-offer-detail{
	width: 90%;

}
@media screen and (max-width: 1020px){
	#what-we-offer-section{
		width: 100%;
		padding: 100px 100px;
	}
	#what-we-offer-style{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: start;
	}
	#we-offer-img{
		width: 100%;
		margin-bottom: 50px;
	}
	#we-offer-content{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#we-offer-content .we-offer-content-data{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: start;
		width: 100%;
		margin-bottom: 30px;
	}
	#we-offer-bg{
		width: 10%;
	}
	#we-offer-detail{
		width: 90%;

	}
}
@media screen and (max-width: 480px){
	#what-we-offer-section{
		width: 100%;
		padding: 70px 30px;
	}
}
 

/******************************************************/
/*****packages section ******/

#package-section p{
	margin-left: 10px;
	line-height: 1;
}

#package-section .card-section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: auto;
}
 .card{
	width: 30%;
	min-height: 340px;
	border: none;
	margin-top: 50px;
}
.hr-line{
    border: 0.5px dashed #7C7E80;
    border-width: 2px;
    margin-bottom: 25px;
    margin-top: 30px
}
.card #card-img{
	overflow: hidden;
}
#package-section{
	padding: 20px 100px; 
}
#package-section,
.card #card-img,
.card #card-img img{
	width: 100%;
	
}
.card #card-img img,
.card #card-img img:hover{
	transition: transform 1s;
}
.card #card-img img:hover{
	transform: scale(1.1);
}
.card #card-title{
	font-weight: 700;
	font-size: 22px;
	padding: 10px 10px;
}
.card #card-title a{
	color: black;
	text-decoration: none;
	    font-size: 18px;
}
#card-includes-one,
#card-includes-two,
#card-button-section,
#card-star-section{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	padding: 0px 10px;
}
#card-button-section button{
	font-weight: 600;
	padding: 7px 20px; 
	/*animation: buttonAmine 1s infinite alternate ease;*/
}
#card-button-section p{
	color: #008F7E;
	font-weight: 700;
	font-size: 26px;
}
.fa-solid{
	margin-right: 15px;
}

@media screen and (min-width: 771px) and (max-width: 990px){
	#package-section{
		width: 100%;
		padding: 20px 70px; 
	}
	 .card{
		width: 40%;
	}
	.card #card-title{
		font-weight: 700;
		font-size: 24px;
	}
	#card-includes-one,
	#card-includes-two,
	#card-button-section,
	#card-star-section {
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 481px) and (max-width: 770px){
	#package-section{
	width: 100%;
	padding: 20px 50px; 
}
	.card{
		width: 80%;
	}
	.card #card-title{
		font-weight: 700;
		font-size: 22px;
	}
	#card-includes-one,
	#card-includes-two,
	#card-button-section,
	#card-star-section{
		display: flex;
		flex-wrap: wrap;
	}

}
@media screen and (max-width: 480px ){
	#package-section{
		padding: 20px 30px; 
	}
	 .card,
	#package-section{
		width: 100%;
	}
	.card #card-title{
		font-weight: 800;
		font-size: 20px;
	}
	#card-includes-one,
	#card-includes-two,
	#card-button-section,
	#card-star-section {
		display: flex;
		flex-wrap: wrap;
	}
}

/****************************** Testimonial Section ***************************************/
#testimonial-section p{
  text-align: center;
}
#container-testimonial{
  padding: 10px 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
#testimonial-left,
#testimonial-right{
  width: 50%;
}
#testimonial-left{
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
#play-btn-testimonials{
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0.6;
	transform: translate(-50%, -50%);
	z-index: 888;
	width: 100px;
	height: 100px;
	border-radius: 500px;
}
#play-btn-testimonials .fa-play{
	position: absolute;
	z-index: 999;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}
#testimonial-left img {
  width: 100%;
  object-fit: cover;
}
.swiper {
  margin: 100px auto;
  width: 420px;
  height:380px;
}
.swiper-slide {
	width: 100%;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.swiper-slide:nth-child(even){
  background-color: #008F7E;
  color: white
}
.swiper-slide:nth-child(odd){
  background-color: #F8A039;
   color: black;
}
#testimonial-logo-star{
  width: 30%;
  direction: flex;
  flex-direction: column;
}
#testimonial-logo-star img{
  height: 100px;
  margin-right: 20px;
  width: 100px;
}
#testimonial-logo-star #testimonial-title,
#testimonial-logo-star p {
	font-size: 16px;
	font-weight: 700;
}
#testimonial-logo-star #testimonial-title{
  margin-top: 10px;
}
#testimonial-logo-star p{
  word-wrap: break-word;
  line-height: 1;
}
#testimonial-review p{
	font-size: 16px;
}

@media screen and (max-width: 480px){
#testimonial-left,
#testimonial-right{
  width: 100%;
} 
.swiper {
  margin: 0px auto;
  width: auto;
  height: 280px;
  cursor: grab;
}
#testimonial-logo-star img{
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
 #testimonial-logo-star  #testimonial-title{
  font-size: 18px;
  font-weight: 700;
}
#testimonial-review p{
  font-size: 14px;
}

}
@media screen and (max-width: 770px){
#testimonial-left,
#testimonial-right{
  width: 100%;
} 
.swiper {
  margin: 0px auto;
  width: auto;
  height: 280px;
}
#testimonial-logo-star img{
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
 #testimonial-logo-star  #testimonial-title{
  font-size: 18px;
  font-weight: 700;
}
#testimonial-review p{
  font-size: 14px;
}

}
@media screen and (max-width: 990px){
#testimonial-left,
#testimonial-right{
  width: 100%;
} 
.swiper {
  margin: 0px auto;
  width: auto;
  height: 280px;
}
#testimonial-logo-star img{
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
 #testimonial-logo-star  #testimonial-title{
  font-size: 18px;
  font-weight: 700;
}
#testimonial-review p{
  font-size: 14px;
}

}
/*******************Package End******************************************************/


/*************************************************ABOUT PAGE ****************************/
/* about-section*/
.about-section{
	margin-top: 50px;
	padding: 100px 100px;
	overflow-x: hidden;
}
.about-solution-section{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;	
}
.about-solution-img-section{
	width: 45%;
}
.about-service-detail{
	width: 50%;
	margin-right: 20px;
}
.about-service-detail h6{
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
}
.about-solution-card{
	display: flex;
	justify-content: center;
	align-items: end;
}
.about-solution-card img{
	width: 70px;
	height: 70px;
}
.about-solution-card p{
	font-weight: 600;
	font-size: 16px;
}
@media screen and (max-width: 480px){
	.about-section{
		margin-top: 50px;
		padding: 30px 10px;
	}
	.about-service-detail{
		width: 100%;
		margin-right: 0px;
	}
	.about-solution-card{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	.about-solution-img-section{
		width: 100%;
		margin-top: 20px;
	}

}
@media screen and (min-width: 480px) and (max-width: 770px){
	.about-section{
		margin-top: 50px;
		padding: 30px 20px;
	}
	.about-service-detail{
		width: 100%;
		margin-right: 0px;
	}
	.about-solution-card{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	.about-solution-img-section{
		width: 100%;
		margin-top: 20px;
	}
	
}
@media screen and (min-width: 770px) and (max-width: 990px){
	.about-section{
		margin-top: 50px;
		padding: 30px 70px;
	}
	.about-service-detail{
		width: 100%;
		margin-right: 0px;
	}
	.about-solution-card{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}
	.about-solution-img-section{
		width: 100%;
		margin-top: 20px;
	}
	
}
 
/* years os experience*/
.about-experience-section{
	min-height: 20vh;
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.experience-card{
	width: 20%;
	text-align: center;
	color: white;
}

.experience-card>p:first-child {
	font-size: 50px;
	font-weight: 600;
	z-index: 999;
}
.experience-card>p:nth-child(2){
	color: white;
	z-index: 999;
}
#container-experience{
		position: relative;
		overflow: hidden;
	}
#overlay::after{
	background-color: #FFA500;
	width:100%;
	height: 100%;
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	opacity: 0.59;
	z-index: -1;
}
	
@media screen and (max-width: 600px){
	.about-experience-section{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.experience-card{
		width: 100%;
		margin-top: 20px;
	}
	 
}

/*about team section*/
.about-team-section-title p{
	text-align: center;
}
.about-team-section{
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: end;
}
.about-team-section .about-team-card{
	min-height: 320px;
	width: 20%;
	padding: 10px 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.about-team-card img{
	width: 100%;
}
.about-team-card img:hover{
	filter: drop-shadow(0px 0px 10px rgba(0, 160, 135, 0.3));
}

.about-team-card p:first-child{
	font-weight: 600;
	font-size: 20px;
	color: black;
	text-align: center;
	width: 100%;
	line-height: 1;
}

.about-team-card p:nth-child(2){
	font-weight: 300;
	font-size: 16px;
	color: black;
	text-align: center;
	width: 100%;
	line-height: 0;
}

@media screen and (max-width: 600px){
	.about-team-section .about-team-card{
		min-height: 320px;
		width: 100%;
		padding: 10px 70px;
	}
}

/*about section*/
.about-discount-section{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	margin-bottom: 50px;
}

.about-discount-img{
	width: 50%;
}

.about-discount-content{
	width: 50%;
}
.about-discount-content .fa-check{
	margin-right: 10px;
	color: #008F7E;
}
.about-discount-content h6{
	font-size: 14px;
	color: #008F7E;
}
.about-discount-content h1{
	font-size: 44px;
	font-weight: 600;
}
.about-discount-content h5{
	font-size: 14px;
	font-weight: 500;
}
.about-discount-content p{
	font-size: 16px;
}
.about-discount-content button{
	padding: 5px 20px;
	font-weight: 500;
}

@media screen and (max-width: 480px){

	.about-discount-section{
		padding: 0px 50px;
	}
	.about-discount-img{
		width: 100%;
	}
	.about-discount-img img{
		width: 100%;
	}
	.about-discount-content{
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 770px){

	.about-discount-section{
		padding: 0px 10px;
	}
	.about-discount-img{
		width: 100%;
	}
	.about-discount-img img{
		width: 100%;
	}
	.about-discount-content{
		width: 100%;
		margin-top: 20px;
	}
}

@media screen and (max-width: 990px){

	.about-discount-section{
		padding: 0px 10px;
	}
	
	.about-discount-img img{
		width: 90%;
	}
	
}


/*about affiliation section*/ 
.affiliation-section-start p{
	text-align:  center;
}
.about-affiliation-section{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px 50px;
}
.about-affiliation-section .affliations-card{
	display: flex;
	background-color: white;
	border-radius: 10px;
	padding: 5px 10px;
	align-items: end;
	justify-content: center;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2)
}
.affliations-card img{
	width: 50px;
	height: 50px;
	border-radius: 500px;
}
.affliations-card p{
	font-weight: 600;
	font-size: 18px;\
	word-wrap: break-word;
}
/* about affilation end*/
/*************************************ABOUT PAGE END********************************************/


/**************************************** Contact Us Page***********************************/
/* contact us form section*/
.contact-form-section{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
	padding: 60px 40px;
	overflow-x: hidden;
}
.contact-form-section .contact-img-section{
	width: 50%;
	padding: 0px 20px;
	overflow: hidden;
}
.contact-form-section .contact-img-section img{
	width: 100%;
}
.contact-form-section .contact-img-section p{
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	margin-top: 10px;
}
.contact-form-section .contact-img-section h2{
	font-weight: 700;
	font-size: 30px;
	line-height: 1;
}
.contact-form-section .contact-img-section h6{
	font-weight: 400;
	font-size: 14px;
}

.contact-form-section .contact-form{
	width: 50%;
	padding: 0px 20px;
}

.contact-form h6{
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}

.contact-form input{
	height: 50px;
	
}
.contact-form input:focus{
	outline: none;
}

.contact-form label{
	font-weight: 500;
	margin-bottom: 5px;
}

.contact-form textarea{
	min-height: 100px;
}

.contact-form button{
	padding: 10px 25px;
	font-weight: 600;
	font-size: 18px;
}
@media screen and (min-width: 280px) and (max-width: 480px){
	.contact-form-section{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 60px 20px;
	}
	.contact-form-section .contact-img-section{
		width: 100%;
		padding: 20px 10px;
	}
	.contact-form-section .contact-form{
		width: 100%;
		padding: 10px 10px;
		margin-top: 50px;
	}

}
@media screen and (min-width: 480px) and (max-width: 770px){
	.contact-form-section{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 60px 30px;
	}
	.contact-form-section .contact-img-section{
		width: 100%;
		padding: 20px 10px;
	}
	.contact-form-section .contact-form{
		width: 100%;
		padding: 10px 10px;
		margin-top: 50px;
	}

	
}
@media screen and (min-width: 770px) and (max-width: 990px){
	.contact-form-section{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 60px 30px;
	}
	.contact-form-section .contact-img-section{
		width: 100%;
		padding: 20px 10px;
	}
	.contact-form-section .contact-form{
		width: 100%;
		padding: 10px 10px;
		margin-top: 50px;
	}

	
}
/*contact details section*/
.contact-detail-section-bg{
	position: relative;
	overflow: hidden;
}
	.contact-details-section{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		padding: 100px 100px;
		width: 100%;
	}
	.contact-details-section img{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0px;
		object-fit: cover;
		object-position: center;
		left: 0px;
		z-index: -2;
	}
	.contact-details-section #yellow-overlay{
		width: 100%;
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: -1;
		height: 100%;
		background-color: #008F7E;
		opacity: 0.59;
	}
	.contact-details-section .contact-detail{
		width: 20%;
		text-align: center;
	}
	.contact-detail .contact-icon{
		background-color: #F8A039;
		padding: 20px 20px;
		border-radius: 500px;
		width: 70px;
		height: 70px;
		position: relative;
		transform: translate(-50%,0%);
		left: 50%;
		overflow: hidden;
	}
	.contact-icon-style{
		color: #008F7E; 
		font-size: 26px;
		position: absolute;
		transform: translate(-50%,0%);
		left: 50%
	}
	.contact-detail-title, .contact-detail-description{
		color: white;
		margin-top: 10px;
	}
	.contact-detail-title{
		font-weight: 600;
		font-size: 18px;
	}
	.contact-detail-description{
		font-weight: 400;
		font-size: 16px;
	}

	@media screen and (max-width: 600px){
	.contact-details-section{
		padding: 100px 30px;
	}
	.contact-details-section .contact-detail{
		width: 100%;
		margin-top: 20px;
	}
	.contact-icon-style{
		color: #008F7E; 
		font-size: 26px;
		position: absolute;
		transform: translate(-50%,0%);
		left: 50%
	}
	.contact-detail-title, .contact-detail-description{
		color: white;
		margin-top: 10px;
	}
	.contact-detail-title{
		font-weight: 600;
		font-size: 18px;
	}
	.contact-detail-description{
		font-weight: 400;
		font-size: 16px;
	}
}
/**********************************Contact End ***************************************/

/* Packages details page*/
.package-detail-section{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: start;
	width: 100%;
	padding: 60px 60px;
}

.package-slider-section{
	width: 65%;
}

.packages-detail-title{
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.packages-detail-title h1 {
    font-weight: 700;
    font-size: 32px;
    width: 80%;
    color: transparent;
    background: linear-gradient(to right, #008F7E, #F8A039);
    -webkit-background-clip: text;
    animation: anime 2s linear infinite;
}

@keyframes anime {
    0% {
        background: linear-gradient(to right, #008F7E, #F8A039);
        -webkit-background-clip: text;
    }
    100% {
        background: linear-gradient(to right, #F8A039 , #008F7E);
        -webkit-background-clip: text;
    }
}

#package-night-title{
	font-weight: 300;
	font-size: 17px; 
	width: 80%;
}
#package-price-title{
	font-weight: 600;
	font-size: 28px; 
	width: 20%;
	color: #008F7E;
}

.package-form-section{
	width: 32%;
	height: 100%;
	margin-left: 10px;
	padding: 20px 40px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.package-form-section .packages-details-input{
	margin-top: 10px;
}

.package-form-section button{
	height: 60px;
	width: 100%;
	margin-top: 20px;
	font-weight: 700;
	font-size: 20px;
	transition: background-color 1s ease;
}

@keyframes buttonAmine{
	from {
		transform: translateX(3px);

	}
	to{
		transform: translateY(-3px);
	}
}

.package-form-section h1{
	font-weight: 600;
	font-size: 34px;
}
.package-form-section input{
	height: 60px;
	width: 100%;
	padding-left: 20px;
	border: none;
	background-color: #F7F9F9;
	border-radius: 5px;
}
.facilities-section h1{
	font-weight: 700;
	font-size: 30px;
	color: #008F7E;
	margin-top: 20px;
}

.packages-itinerary{
	margin-top: 20px;
}

.packages-itinerary h1{
	font-weight: 700;
	font-size: 30px;
	color: #008F7E;
	margin-bottom: 20px;
}
.packages-itinerary li{
	list-style: none;
	margin-top: 10px;
	color: #808B96;
	margin-left: 0;
}
#strong-note{
	color:#d00202;
}

.dtl-num a{
	text-decoration: none;
	color: #008F7E;
}
.dtl-num a:hover{
	text-decoration: underline;
}
.fa-star{
	color: #ffa305;
	animation: starAnime 1s infinite ease alternate;
}

@keyframes starAnime {
	to{
		color: #008F7E;
	}
}

/* for small latpop screen */
@media screen and (min-width: 770px) and (max-width: 980px){
	.package-detail-section{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: start;
		width: 100%;
		padding: 60px 60px;
	}
	.package-slider-section{
		width: 100%;
	}
	.packages-detail-title{
		display: flex;
		justify-content: left;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}
	.packages-detail-title h1 {
	    font-size: 34px;
	    width: 100%;
	}
	.fa-star{
		color: #ffa305;
		animation: starAnime 1s infinite ease alternate;
	}
	#package-night-title{
		font-weight: 300;
		font-size: 17px; 
		width: 100%;
		margin-top: 20px;
	}
	#package-price-title{
		font-weight: 600;
		font-size: 28px; 
		width: 100%;
		color: #008F7E;
	}
	.package-form-section{
		width: 100%;
		height: 100%;
		margin-left: 0px;
		margin-top: 50px;
		padding: 20px 40px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 0.4);
		-webkit-backdrop-filter: blur(5px);
	    backdrop-filter: blur(5px);
	}

}


/* for tablets */
@media screen and (min-width: 480px) and (max-width: 770px){
	.package-slider-section{
		width: 100%;
	}
	.packages-detail-title{
		display: flex;
		justify-content: left;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}
	.packages-detail-title h1 {
	    font-size: 24px;
	    width: 100%;
	}
	.fa-star{
		color: #ffa305;
		animation: starAnime 1s infinite ease alternate;
	}
	#package-night-title{
		font-weight: 300;
		font-size: 17px; 
		width: 100%;
		margin-top: 20px;
	}
	#package-price-title{
		font-weight: 600;
		font-size: 28px; 
		width: 100%;
		color: #008F7E;
	}
	.package-form-section{
		width: 100%;
		height: 100%;
		margin-left: 0px;
		margin-top: 50px;
		padding: 20px 40px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		background-color: rgba(255, 255, 255, 0.4);
		-webkit-backdrop-filter: blur(5px);
	    backdrop-filter: blur(5px);
	}

}

/* for mobile */
@media screen and (min-width: 280px) and (max-width: 480px){
	.package-detail-section{
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		align-items: start;
		width: 100%;
		padding: 60px 20px;
	}
	.package-slider-section{
		width: 100%;
	}
	.packages-detail-title{
		display: flex;
		justify-content: left;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
	}
	.packages-detail-title h1 {
	    font-size: 30px;
	    width: 100%;
	    padding-right: 20px;
	}
	.fa-star{
		color: #ffa305;
		animation: starAnime 1s infinite ease alternate;
	}
	#package-night-title{
		font-weight: 300;
		font-size: 17px; 
		width: 100%;
		margin-top: 20px;
	}
	#package-price-title{
		font-weight: 600;
		font-size: 28px; 
		width: 100%;
		color: #008F7E;
	}
	.package-form-section{
		width: 100%;
		height: 100%;
		margin-left: 0px;
		margin-top: 50px;
		padding: 20px 40px;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		background-color: white;
	}

}


/*****************Hajj and Umrah Section**********************************************/
	#hajj-and-umrah-section{
		padding: 15px 150px;
	}
	.hajj-and-umrah-container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: end;
		width: 100%;
		margin-top: 150px;
	}
	/*card css*/
	.hajj-and-umrah-card{
		height: 450px;
		width: 30%;
		background-color: white;
		border: none;
		box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
		border-radius: 50px;
		padding: 30px 30px;
		position: relative;
	}
	.hajj-and-umrah-card .fa-check{
		color: #F8A039;
	}
	.hajj-and-umrah-card #hajj-img{
		position: absolute;
		top: -10%;
		left: 50%;
		transform: translate(-50%, 0%);
	}
	.hajj-and-umrah-card #hajj-img img{
		width: 100px;
	}

	.hajj-and-umrah-card-title-section{
		margin-top: 20px;
	}
	#hajj-and-umrah-card-title{
		font-size: 24px;
		font-weight: 700;
		color: black;
		text-align: center;
	}
	#hajj-and-umrah-card-price{
		font-size: 18px;
		font-weight: 700;
		color: #008F7E;
		text-align: center;
	}

	.hajj-and-umrah-card-detail-section{
		height: 60%;
	}
	.hajj-and-umrah-card-detail-section li{
		list-style: none;
		line-height: 2.5;
		font-weight: 600;
		font-size: 16px;
	}
	#hajj-btn-section{
		height: 10%;
	}
	.hajj-and-umrah-card #hajj-and-umrah-card-button{
		width: 100%;
		background-color: #F8A039;
		border: none;
		color: white;
		padding: 5px 15px;
		border-radius: 100px;
		transition: background-color 1s;
	}
	.hajj-and-umrah-card #hajj-and-umrah-card-button:hover{
		background-color: #008F7E;
		transition: background-color 1s;
	}
	#hajj-and-umrah-card-line{
		width: 100%;
		height: 2px;
		border: 0.5px dashed #7C7E80;
	}
	
	.hajj-plus-card{
		background-color: #008F7E;
		position: relative;
	}
	.hajj-plus-card button{
		background-color: #F8A039;
		border: none;
		border-radius: 20px;
		padding: 4px 15px;
		color: white;
		width: 100%;
	}
	.hajj-plus-card button:hover{
		background-color: white;
		color: #008F7E;
	}
	.hajj-plus-card button,
	.hajj-plus-card button:hover{
		transition: all 1s;
	}
	.hajj-plus-card img{
		position: absolute;
		top: -180px;
		z-index: 1;
		width: 100%;
		object-fit: cover;
		transform: translate(-50%, 0%);
		left: 50%;
	}
	#hajj-plus-card-content{
		margin-top: 15%;
	}
	#hajj-plus-card-content li{
		list-style: none;
		color: white;
		line-height: 2.5;
		font-weight: 600;
		font-size: 16px;
	}
	#hajj-plus-card-price{
		width: 200px;
		height: 70px;
		background-color: #F8A039;
		border: none;
		border-radius: 100px;
		position: absolute;
		top: -10%;
		left: 50%;
		z-index: 99;
		transform: translate(-50%, 0%);
	}
	#hajj-plus-card-price p{
		font-size: 22px;
		font-weight: 900;
		color: white;
		text-align: center;
		margin-top: 20px;
	}
	#hajj-plus-card-title{
		position: absolute;
		top: -25%;
		z-index: 999;
		text-align: center;
		transform: translate(-50%, 0%);
		left: 50%
	}
	#hajj-plus-card-title p{
		font-size: 32px;
		font-weight: 900;
		color: white;
	}

	@media screen and (max-width: 990px){
		.hajj-and-umrah-container{
			margin-top: 15px;
		}
		#hajj-and-umrah-section{
			padding: 15px 15px;
		}
		.hajj-and-umrah-container{
			display: flex;
			flex-wrap: wrap;
		}
		.hajj-and-umrah-card{
			min-height: 450px;
			width: 30% ;
			padding: 30px 30px;
			margin-top: 50px;
		}
		.hajj-plus-card{
			margin-top: 200px;
		}
		#hajj-plus-card-price{
			width: 200px;
			height: 70px;
			top: -10%;
			left: 50%;
			transform: translate(-50%, 0%);
		}
		#hajj-plus-card-price p{
			font-size: 18px;
			font-weight: 900;
		}
		.hajj-plus-card img{
			top: -10%
			transform: translate(-50%, 0%);
			left: 50%;
		}
		#hajj-plus-card-title{
			top: -25%;
			transform: translate(-50%, 0%);
			left: 50%
		}
		#hajj-plus-card-title p{
			font-size: 22px;
			font-weight: 900;
			color: white;
		}
		
	}
	@media screen and (max-width: 770px){
		.hajj-and-umrah-container{
			margin-top: 15px;
		}
		#hajj-and-umrah-section{
			padding: 15px 150px;
		}
		.hajj-and-umrah-container{
			display: flex;
			flex-wrap: wrap;
		}
		.hajj-and-umrah-card{
			min-height: 450px;
			width: 100% ;
			padding: 30px 30px;
			margin-top: 50px;
		}
		.hajj-plus-card{
			margin-top: 200px;
		}
		#hajj-plus-card-price{
			width: 200px;
			height: 70px;
			top: -10%;
			left: 50%;
			transform: translate(-50%, 0%);
		}
		#hajj-plus-card-price p{
			font-size: 18px;
			font-weight: 900;
		}
		.hajj-plus-card img{
			top: -10%
			transform: translate(-50%, 0%);
			left: 50%;
		}
		#hajj-plus-card-title{
			top: -25%;
			transform: translate(-50%, 0%);
			left: 50%
		}
		#hajj-plus-card-title p{
			font-size: 22px;
			font-weight: 900;
			color: white;
		}
		
	}
	@media screen and (max-width: 480px){
		.hajj-and-umrah-container{
			margin-top: 15px;
		}
		#hajj-and-umrah-section{
			padding: 15px 50px;
		}
		.hajj-and-umrah-container{
			display: flex;
			flex-wrap: wrap;
		}
		.hajj-and-umrah-card{
			min-height: 450px;
			width: 100% ;
			padding: 30px 30px;
			margin-top: 50px;
		}
		.hajj-plus-card{
			margin-top: 200px;
		}
		#hajj-plus-card-price{
			width: 200px;
			height: 70px;
			top: -10%;
			left: 50%;
			transform: translate(-50%, 0%);
		}
		#hajj-plus-card-price p{
			font-size: 18px;
			font-weight: 900;
		}
		#hajj-plus-card-title{
			top: -20%;
			transform: translate(-50%, 20%);
			left: 50%
		}
		#hajj-plus-card-title p{
			font-size: 22px;
			font-weight: 900;
			color: white;
		}
	}

/****************************************Page Details*****************************************/
	.row-package-detail{
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
		width: 100%;
		padding: 50px 100px;
	}
	.col-package-img,
	.col-package-itinerary{
		width: 50%;
	}

	#itinerary-title-section #itinerary-nights{
		background-color: #008F7E;
		border-radius: 50px;
		width: 130px;
		filter: drop-shadow(0px 0px 3px rgba(0, 255, 0, 1.0));
	}
	#itinerary-title-section #itinerary-nights p{
		font-weight: 700;
		font-size: 18px;
		color: white;
		text-align: center;
		min-height: 10px;
		padding: 10px 15px;
	}
	#itinerary-feature-section .fa-check{
		color: #F8A039;
		margin-right: 10px;
	}
	#itinerary-feature-section h1{
		font-weight: 700;
		font-size: 22px;
	}
	#itinerary-feature-section p {
		line-height: 0;
	}
	#itinerary-price-tag{
		background-color: #F8A039;
		color: black;
		font-size: 22px;
		font-weight: 700;
		max-width: 130px;
		height: 50px;
		border-radius: 50px;
		padding: 10px 20px;
		text-align: center;
		border: none;
		box-shadow: 0px 0px 10px rgba(250, 250, 0, 1.0);
	}


	/*itinerary gallery section*/
	.itinerary-gallery-section p{
		text-align: center;
	}
	.row-itinerary-gallery{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		align-items: center;
		padding: 0px 70px;
	}
	.col-itinerary-gallery-img{
		width: 30%;
		height: 350px;
		border-radius: 20px;
		border: none;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.col-itinerary-gallery-img img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	
	/*discount section*/
	#itinerary-discount-section{
		min-height: 50vh;
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin-top: 40px;
	}
	#itinerary-discount-section #discount-container{
		position: relative;
		overflow: hidden;
		width: 100%;
		min-height: 50vh;
	}
	#itinerary-discount-section #discount-overlay{
		width: 100%;
		min-height: 50vh;
		/*background-color: #FFA500;*/
		opacity: 0.59;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
	}
	#discount-container img{
		position: absolute;
		bottom: 0px;
		left: 0px;
		z-index: -2;
		object-fit: cover;
		width: 100%;
		object-position: center;
	}
	#discount-container #discount-content{
		width: 100%;
		padding: 10px 10px;
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-wrap: wrap;
		position: absolute;
		z-index: 99;
		transform: translate(-50%, -50%);
		left: 50%;
		top: 50%;
	}
	#itinerary-discount-section h1{
		font-weight: 900;
		font-size: 54px;
		color: white;
	}
	#itinerary-discount-section button{
		padding: 7px 22px;
		border-radius: 100px;
		background-color: #008F7E;
		font-size: 18px;
		font-weight: 700;
		color: white;
		border: none;
		transition: background-color 1s;
	}
	#itinerary-discount-section button:hover{
		background-color: white;
		transition: background-color 1s;
		color: #008F7E;
	}
	/* itinerary features*/
	.itinerary-features-section p{
		text-align: center;
	}
	.itinerary-features-section .itinerary-features{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		padding: 10px 50px;
	}
	.itinerary-features .itinerary-feature-card{
		width: 27%;
		height: 300px;
		background-color: pink;
		border-radius: 20px;
		border: none;
		padding: 10px 30px;
		display: flex;
		flex-direction: column; 
		justify-content: center;
		align-items: center;
	}
	.itinerary-feature-card img{
		width: 50%;
	}
	#itinerary-green-card{
		background-color: #008F7E;
	}
	#itinerary-orange-card{
		background-color: #F8A039;
	}
	/*itinerary details items*/
	.itinerary-details{
		padding: 10px 120px;
	}
	.itinerary-details p{
		color: #008F7E;
		font-size: 36px;
		font-weight: 700;
	}
	.itinerary-details-items li{
		list-style: none;
		font-size: 20px;
	}
	@media screen and (max-width: 480px){
		.row-package-detail{
			padding: 50px 20px;
		}
		.col-package-img,
		.col-package-itinerary{
			width: 100%;
		}
		.col-package-img img{
			width: 100%;
			object-fit: cover;
		}
		.col-package-itinerary{
			margin-top: 20px;
		}

		.row-itinerary-gallery{
			padding: 0px 20px;
		}
		.col-itinerary-gallery-img{
			width: 100%;
			height: 350px;
		}
		#itinerary-discount-section{
			flex-direction: column;
			padding: 10px 0px;
			text-align: center;
		}
		.itinerary-features-section .itinerary-features{
			padding: 10px 10px;
		}
		.itinerary-features .itinerary-feature-card{
			width: 100%;
			height: 300px;
		}
		.itinerary-details{
			padding: 10px 30px;
		}
		.itinerary-details p{
			font-size: 24px;
		}
		.itinerary-details-items li{
			font-size: 18px;
		}
	}
	
	@media screen and (min-width: 480px) and (max-width: 770px){
		.row-package-detail{
			padding: 50px 40px;
		}
		.col-package-img,
		.col-package-itinerary{
			width: 100%;
		}
		.col-package-img img{
			width: 100%;
			object-fit: cover;
		}
		.col-package-itinerary{
			margin-top: 20px;
		}

		.row-itinerary-gallery{
			padding: 0px 0px;
		}
		.col-itinerary-gallery-img{
			width: 40%;
			height: 350px;
		}
		#itinerary-discount-section{
			flex-direction: column;
			padding: 10px 0px;
			text-align: center;
		}
		.itinerary-features-section .itinerary-features{
			padding: 10px 20px;
		}
		.itinerary-features .itinerary-feature-card{
			width: 100%;
			height: 450px;
		}
		.itinerary-details{
			padding: 10px 60px;
		}
		.itinerary-details p{
			font-size: 28px;
		}
		.itinerary-details-items li{
			font-size: 18px;
		}

	}
	@media screen and (min-width: 770px) and (max-width: 990px){
		.row-package-detail{
			padding: 50px 60px;
		}
		.col-package-img,
		.col-package-itinerary{
			width: 100%;
		}
		.col-package-img img{
			width: 100%;
			object-fit: cover;
		}
		.col-package-itinerary{
			margin-top: 20px;
		}

		.row-itinerary-gallery{
			padding: 0px 0px;
		}
		.col-itinerary-gallery-img{
			width: 45%;
			height: 350px;
		}
		#itinerary-discount-section{
			flex-direction: column;
			padding: 10px 0px;
			text-align: center;
		}
		.itinerary-features-section .itinerary-features{
			padding: 10px 20px;
		}
		.itinerary-features .itinerary-feature-card{
			width: 45%;
			height: 450px;
		}
		.itinerary-details{
			padding: 10px 50px;
		}
		.itinerary-details p{
			font-size: 32px;
		}
		.itinerary-details-items li{
			font-size: 20px;
		}
	}
	/****************************************Page Details End************************************/

	/********************************NAVBAR*******************************************/

  nav{
    background-color: white;
    padding: 50px 100px;
    min-height: 80px;
  }
  nav li a{
    color: #008F7E;
    text-decoration: none;
  }
  .nav-link{
    color: #008F7E !important;
  }
 
  .nav-button{
    border: none;
    border-radius: 50px;
    color: white;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 16px;
  }
  .dropdown-item{
    color: #008F7E;
    padding: 10px 10px;
    display: flex;
  }
  
  .dropdown-item:hover{
    background-color: #008F7E;
    color: white;
  }
 
  @media screen and (max-width: 480px){
    nav{
      background-color: white;
      padding: 50px 10px;
      min-height: 80px;
    }
  }

  /*************************************Packages Pages***************************************/
  .umrah-packages-section{
  	width: 100%;
  }
  .umrah-packages-section p{
  	margin-left: 10px;
  }
  .packages-section{
  	display: flex;
  	justify-content: space-around;
  	align-items: center;
  	flex-wrap: wrap;
  	padding: 10px 150px;
  }
  @media screen and (max-width: 990px){
  	.packages-section{
  		padding: 10px 120px;
  	}
  }
  @media screen and (max-width: 770px){
  	.packages-section{
  		padding: 10px 50px;
  	}
  }
  @media screen and (max-width: 480px){
  	.packages-section{
  		padding: 10px 30px;
  	}
  }


  /*Accodion*/
	.package-blog-content{
		width: 80%;
		height: 60vh;
		overflow: auto;
		margin: 10px auto 50px auto;
	}
	.package-blog-content-item{
		padding: 10px 50px;
	}
	.package-blog-content::-webkit-scrollbar{
		width: 5px;
		 
	}
	.package-blog-content::-webkit-scrollbar-track {
		background-color: #F8A039;
	}

	.package-blog-content::-webkit-scrollbar-thumb {
	  background: #008F7E; 
	  border-radius: 100px;
	}
	.package-blog-content::-webkit-scrollbar-thumb:hover{
		background: #019F7E;
	}

  #accordion-section{
		display: flex;
		justify-content: space-around;
		align-items: start;
		flex-wrap: wrap;
		width: 100%;
		margin-top: 100px;
		padding: 0px 150px;
		margin-bottom: 50px;
	}
	@media screen and (max-width: 770px){
		.package-blog-content{
			width: 100%;
			height: 60vh;
			overflow: auto;
			margin: auto;
		}
		#accordion-section{
			padding: 0px 40px;
		}
	}
	@media screen and (max-width: 480px){
		.package-blog-content{
			width: 100%;
			height: 60vh;
			overflow: auto;
			margin: auto;
		}
		#accordion-section{
			padding: 0px 15px;
		}
	}
 #accordion-section	button{
		width: 100%;
		height: 50px;
		border: none;
		color: white;
		background-color: #008F7E;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0px 15px;
		position: relative;
	}

	 #accordion-section .btn-sign::after{
		content: "down";
		z-index: 99;
		position: absolute;
		right: 3%;
		top: 50%;
		transform: translateY(-50%);
	}
	 #accordion-section .new-btn-sign::after{
		content: "Up";
		z-index: 999;
		position: absolute;
		right: 3%;
		top: 50%;
		transform: translateY(-50%);
		   font-family: 'Font Awesome';
	}
	 #accordion-section .accordion-item-content{
		max-height: 0;
		overflow: hidden;
		border: 1px solid #008F7E;
	}


/**********************FOOTER****************************************/
#footer{
		min-height: 60vh;
		width: 100%;
		position: relative;
		overflow: hidden;
		/*background-image: linear-gradient(180deg ,#008F7E, #FFA500);*/
		/*background-color: #008F7E;*/
	}
	#footer-content{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		z-index: 99;
		padding: 100px 100px;
	}
	#footer-content li{
		color: white;
		list-style: none;
		line-height: 2;
		font-size: 14px;
	}
	#footer-content li a{
		color: white;
		text-decoration: none;
	}
	#footer-content #footer-heading{
		color: white;
		font-weight: 700;
		font-size: 20px;
	}
	#footer-content-item1{
		width: 30%;
		margin-right: 10%;
	}
	#footer-content-item1 #footer-logo{
		width: 70px;
		height: 70px;
		z-index: 999;
		position: relative;
	}
	#footer-content-item1 #footer-detail{
		color: white;
	}
	#footer-content-item1 #footer-atol{
		position: relative;
		z-index: 999;
		width: auto;
		height: auto;
	}
	#footer-content-item2{
		width: 20%;
	}
	#footer-content-item3{
		width: 20%;
	}
	#footer-content-item4{
		width: 20%;
	}
	#orange-overlay{
		background-color: #F8A039;
		width: 100%;
		height: 7vh;
		position: absolute;
		bottom: 30px;
	}
	#orange-overlay-content{
		display: flex;
		justify-content: space-around;
		color: white;
		align-items: center;
		vertical-align: middle;
		margin-top: 15px;
	}
	#orange-overlay-content #social{
		display: flex;
	}
	#orange-overlay-content #social li{
		list-style: none;
		margin-left: 20px;
	}
	#orange-overlay-content #social li a{
		text-decoration: none;
		color: white;
	}
	#green-overlay{
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: -1;
		opacity: 0.8;
		background-image: linear-gradient(0deg ,#008F7E, #FFA500);
	}
	#footer img{
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0px;
		left: 0px;
		object-fit: cover;
		z-index: -2;
	}
@media screen and (max-width: 770px){
		#footer-content{
			padding: 100px 40px;
		}
		#footer-content-item1{
			width: 100%;
		}
		#footer-content-item2,
		#footer-content-item3,
		#footer-content-item4{
			width: 50%;
			margin-bottom: 50px;
		}
}
	@media screen and (max-width: 480px){
		#footer-content{
			padding: 100px 40px;
		}
		#footer-content-item1,
		#footer-content-item2,
		#footer-content-item3,
		#footer-content-item4{
			width: 100%;
			margin-bottom: 50px;
		}
}


/************************Floating Icons ****************************/
	#floating-icons{
		position: fixed;
		top: 50%;
		right: 1%;
		z-index: 9999;
	}
	#floating-phone{
		filter: drop-shadow(0px 0px 10px rgba(0, 0, 255, 1.0));
	}
	#floating-whatsapp{
		filter: drop-shadow(0px 0px 10px rgba(0, 255, 0, 1.0));
	}
	#floating-phone,
	#floating-whatsapp{
		animation: phoneAmine 1s infinite alternate ease;
	}
	@keyframes phoneAmine{
		to{
			filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0));
		}
	}
	#floating-phone img,
	#floating-whatsapp img{
		width: 50px;
		height: 50px;
	}
	#floating-whatsapp img{
		margin-top: 20px;
	}



.atolslidimg
{
	width: 350px;
	margin-top:30px;
}
.slide-title
{
	font-size:30px;
	color:white !important;
}
.slidbtn
{
	text-decoration: none;
	font-size:22px;
}
.slidbtn:hover
{
	color: white;
}
.airlinecard img
{
	height: 50px;
}


.navbar-expand-lg .navbar-nav 
{
   flex-direction: row;
   margin-left: 100px !important;
}

.iconpck
{
	color: #008F7E;
}
.pageheadingsec
{
	text-align: center;
}
.titlet
{
	text-align: center;
}
.navh
{
	padding: 0px 10px;
}





    .title-header {
      text-align: center;
      padding: 30px 20px 20px;
    }
    .title-header h1 {
      font-size: 2.8rem;
      font-weight: 600;
      color: #222;
    }
    .title-header h1 span {
      color: #008F7E; /* Elegant green highlight */
    }
    .title-header p {
      font-size: 1.1rem;
      color: #555;
      margin-top: 10px;
    }
    .divider {
      width: 60px;
      height: 3px;
      background-color: #008F7E;
      margin: 15px auto;
      border-radius: 50px;
    }


 .breadcrumb-banner {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden;
}
.breadcrumb-banner img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }


.bestserv
{
	text-align: center;
}
.disdtlh
{
	text-align: center;
}
.btncall1
{
background-color: #008F7E !important;
}