/*========comman css========*/
* {
	margin: 0;
	padding: 0;scroll-behavior: smooth;
	opacity: 1 !important;
	animation-name: htmlOpacity;
	animation-duration: 1s;
}
body {
	font-family: arial;
	font-size: 15px;
	overflow-x: hidden;
	transition: all 1s;
}
img {
	width: 100%
}
#displaySize {
	max-width: 1170px;
	width: 98%;
	margin: auto;
}

@keyframes htmlOpacity {
	from { opacity: 0%;}
	to { opacity: 100%; }
}
/*=======================
Menu Ber
=====================*/
@keyframes asjf {
	0% { transform: translateY(0px); }
	50% { transform: translateY(0px); }
	100% { transform: translateY(0px); }

}
/*=======================
 slider ber 
 =======================*/
#container {
	width: 100%;
}
.sliderItems img {
	display: none;
	width: 100%;
	height: 700px;
}
#SliderContainer {		
}
.active img {
	transform: scale(1);
	display: block;
	opacity: 1 !important;
	animation-name: sliderOpacity;
	animation-duration: 3s;
}
@keyframes sliderOpacity {
	from { opacity: 20%; }
	to { opacity: 100%; }
}
/* ====================
Package Section 
======================*/

#packageSection{
	overflow: hidden;
	padding: 60px 0px 0px 0px;
}
#packageSectionTitle {
	font-family: arial black;
	width: 100%;
	font-size: 30px;
	text-align: center;
	margin: 10px 0px;
	border-bottom: 1px solid black;
}
#PackageContainer #packageItem {
	float: left; 
	border-bottom: 1px solid black;
}
#packageItem {
    width: 31%;
    background: #8fe0ff33;
    margin: 20px 10px;
    border-radius: 4px;
    cursor: pointer;
}
#packageItem:hover #packageItemTitle {
	transform: translateY(-10px);
	color: tomato;
}
#packageItemTitle {
    padding: 15px;
    text-align: center;
    font-family: arial black;
    background: #3fafda;
    border: 1px solid black;
    border-radius: 4px;
    margin: 15px 0px;
    font-size: 80%;
}
#packageItemDetails {
	height: 450px;
}
#packageItemDetails p {
    margin: 15px 0px;
    line-height: 25px;
    padding: 0px 10px;
    text-align: left;
    font-family: monospace;
}
#packageItemDetails i {
	width: 15px;
	color: #cc00ff;
}
#price {
	color: red;
}
/* ====================
Marquee Section 
======================*/
.marqueeLine { 
	background-color: #888;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 20px;
	color: white;
	margin: 20px 0px;
	height: 20px;
}
/* ====================
Contact Section 
======================*/

#contactSection {
	max-width: 1170px;
	width: 100%;
	display: inline-block;
	margin-top: 70px;
	margin: 50px 0px;
}

#contact {
	margin: auto;
	width: 45%;
	padding: 10px;
	float: none;
}
#contactTitle {
	font-family: cursive;
	margin: 20px 0px;
	padding: 15px;
	border-radius: 4px;
	text-align: center;
	border: 1px solid white;
}
#contact:hover #contactTitle {
	border: 1px solid black;
}
#contactDetails p {
	margin: 20px 0px;
}
#contactDetails {
	color: #888;
	font-size: 19px;
	font-family: monospace;
}
#contactDetails p i {
	width: 30px;
}
#mailto a {
	text-decoration: none;
	color: #888;
}
#inputBox input {
	width: 99%;
	text-align: center;
	margin: 7px 0px;
	border-radius: 4px;
}
.submit {
	width: 100%;
	padding: 9px 0px;
	background: black;
	color: white;
	border-radius: 4px;
	margin-top: 10px;
	transition: all 1s;
	border: 1px solid black;
	font-family: arial black;
}
.submit:hover {
	background: white;
	color: black;
}
.mobileModeSendMessage {
	display: block;
}
/*=======================
 END / Thank You /
 =======================*/

