@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: poppins;
}
img
{
	width: 100%;
}
body
{
	background-color: #2e2e2e;
	user-select: none;

}
h1,h2,h3
{
	color: #EF8418;
}
h2 a 
{
	text-decoration: none;
	color: inherit;
}
.subheader
{
	background-color: #EF8418;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	padding: 0 2%;
}
.subheader span
{
	color: red;
	font-weight: 700;
	animation: light 0.5s infinite;
}
.maps
{
	margin: 0px 7%;
	margin-bottom: 50px;
	margin-top: 40px;
	border: 3px solid #ffffff;
}
@keyframes light
{
	0%
	{
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		opacity: 0;
	}
}
.section
{
	padding: 0 5%;
/*	border: 1px solid white;*/
	margin-top: 30px;
	margin-bottom: 30px;
}
.section h1
{
	text-align: center;
	font-size: 28px;
	margin-bottom: 7px;

}
.section h2
{
	text-align: center;
	font-size: 29px;
/*	margin-bottom: 7px;*/

}
.section img 
{
	width: 60%;
	height: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 13px;
}
.section h2 a 
{
	color: inherit;
}
.section p 
{
	color: #ffffff;
	text-align: center;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.4;
	word-spacing: 1.3;
	letter-spacing: 0.1px;
	margin-bottom: 10px;
}
.section a 
{
	text-decoration: none;
	color: yellow;
}
.section-1
{
	padding: 0 5%;
/*	border: 1px solid white;*/
	margin-top: 30px;
}
.section-1 h2
{
	text-align: center;
	font-size: 27px;
	margin-bottom: 7px;

}
.section-1 p 
{
	color: #ffffff;
	text-align: justify;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	word-spacing: 1.3;
	letter-spacing: 1.2;
	margin-bottom: 9px;

}
.section-1 p strong
{
	color: #EF8418;
	font-size: 20px;
}
.pictures
{
	display: flex;
	padding-left: 6%;
	padding-right: 8%;
	margin-left: 2%;
	margin-right: 1%;
	gap: 13px;
	flex-wrap: wrap;
/*	border: 2px solid white;*/
	margin-top: 30px;
	margin-bottom: 30px;
}
.pictures-1
{
	flex: 0;
	flex-basis: 18%;
	border: 3px solid #EF8418;
	overflow: hidden;
	width: 100%;
	height: 330px;
	position: relative;
/*	border: 2px solid white;*/
	margin-bottom: 15px;


}

.pictures-1 img
{
	display: table-cell;
	transform: scale(1.0);
	transition: transform 0.2s;
}
.pictures-1 img:hover
{
	transform: scale(1.1);
	cursor: pointer;
}
.data 
{
	position: absolute;
	background-color: #EF8418;
	color: #00313B;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	border-right: 2px solid white;
	top: 70%;
	padding: 2px 5px;
	line-height: 1.1;
}
.whatsapp
{
	position: absolute;
	top: 84%;
}
.whatsapp p a 
{
	color: green;
	text-decoration: none;
	font-weight: 600;
	background-color: white;
	font-size: 20px;
	padding-left: 2px;
	padding-right: 4px;
}
.whatsapp i 
{
	font-size: 20px;
}
.disc
{
	background-color: white;
	padding: 0% 5%;
	padding-bottom: 20px;
}
.disc h5 
{
	text-align: center;
	font-size: 40px;
	color: #EF8418;
}
.disc h4 
{
	text-align: center;
	margin-top: 6px;
	color: #00313B;
}
.disc h4 a 
{
	text-decoration: none;
	color: blue;
}
.disc p 
{
	font-weight: 500;
	font-size: 18px;
}
.rate 
{
	text-align: center;
	margin-top: 30px;
	padding: 0 5%;
}
.rate h3 
{
	font-size: 30px;
	margin-bottom: 10px;
}
.rate img
{
	margin-bottom: 15px;
}
#rate {
  font-family: poppins;
  border-collapse: collapse;
  width: 100%;
}

#rate td, #rate th {
  border: 2px solid #EF8418;
  padding: 8px 0px;
  color: #ffffff;
}
.phone 
{
	display: flex;
	position: fixed;
	left: 5%;
	top: 85%;
	z-index: 999;

}
.phone a i
{
	background-color: red;
	color: white;
	padding: 10px;
	border-radius: 50%;
	font-size: 25px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}
.what 
{
	display: flex;
	position: fixed;
	right: 5%;
	top: 85%;
	z-index: 999;
}
.what a i
{
	background-color: green;
	color: white;
	padding: 7px 9px;
	border-radius: 50%;
	font-size: 35px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}
.loc
{
	padding: 0 5%;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	 margin-top: 50px;
/*	border: 2px solid white;*/
	
}
.loc-c1
{
	flex: 0;
	flex-basis: 23%;
	border: 1px solid white;
	background-color: #EF8418;
	text-align: center;
	border-radius: 20px;
	padding: 6px 0px;


}
.loc h4 
{
	text-align: center;
	font-size: 20px;
	color: #EF8418;
}

.loc-c1 a  
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
}
.sectionss
{
	background-color: #fffada;
	padding: 5%;
	padding-top: 4%;
	text-align: center;

}
.sections
{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}
.sec-c1
{
	flex: 30%;
	background-color: #fbf2ed;
	padding: 2%;
}
.sectionss h3
{
	font-size: 35px;
	margin-bottom: 15px;
}
.sectionss h4
{
	font-size: 18px;
	color: #640201;
}
.sectionss i 
{
	color: #640201;
	font-size: 30px;
}
.sectionn
{
	padding: 5%;
	background-color: #ede4dd;
}
.secc
{
	display: flex;
	gap: 20px;
}
.secc-c1
{
	flex: 30%;
}
.secc-c2
{
	flex: 58%
}
.sectionn h2
{
	text-align: center;
	font-size: 29px;
	margin-bottom: 20px;
}
.secc-c2 p 
{
	font-size: 18px;
	text-align: justify;
}
.secc-c2 ul li
{
	color: red;
	text-decoration: none;
	font-weight: 500;
	font-size: 18px;
}
.secc-c2 ul a
{
	color: red;
	text-decoration: none;
}
.secc-c2 ul
{
	margin-left: 19px;
}
.secc-c2 a
{
	color: red;
	text-decoration: none;
}
.visit
{
	padding: 5%;
	background-color: #ede4dd;
	line-height: 1.6;
}
.visit h3
{
	font-size: 29px;
	text-align: center;
	margin-bottom: 5px;
}
.visit ul li
{
	margin-left: 15px;
}
.service
{
	background-color: #e1ccad;
	padding: 5%;

}
.ser 
{
	display: flex;
	gap: 25px;
}
.ser-c1
{
	flex: 40%;
}
.ser-c2
{
	flex: 55%;
}
.ser-c2 strong
{
	color: #EF8418;
}
.ser-c2 p 
{
	margin-bottom: 5px;
	text-align: justify;
}
.ser-c2 a 
{
	text-decoration: none;
	color: #4f084c;
	font-weight: 600;
}
.service h2 
{
	text-align: center;
	font-size: 29px;
	margin-bottom: 20px;
	color: #513125;
}
.sectioon
{
	padding: 5%;
	background-color: #ede4dd;
}
.seec
{
	display: flex;
	gap: 25px;
}
.seec-c1
{
	flex: 22%;
}
.sectioon h2 
{
	text-align: center;
}
.sectioon p 
{
	text-align: center;
	margin-bottom: 20px;
}
.sectioon a 
{
	text-decoration: none;
	font-weight: 600;
	color: #000;
}

.photos
{
	padding: 5%;
	background-color: #ede4dd;
	margin-bottom: 80px;
}
.photo 
{
	display: flex;
	gap: 20px;
}
.photos h3
{
	color: #513125;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
}
.photos a 
{
	text-decoration: none;
	color: #4f084c;
	font-weight: 600;
}
.photos strong
{
	color: #EF8418;
}
.photos p 
{
	margin-bottom: 20px;
}
.ph-c1
{
	flex: 22%;
}
.video
{
	position: relative;
	margin-bottom: 40px;
	
}
.video::after
{
	content: '';
	position: absolute;
	width: 80%;
	height: 100%;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	z-index: -1;
	padding: 6px;
	background: conic-gradient(
		from 0deg,
		#ff5f6d,
		#ffc371,
		#ffd700,
		#32cd32,
		#00fa9a,
		#1e90ff,
		#9370db,
		#ff5f6d);
}
.video video
{
	width: 80%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
}
.pro
{
	padding: 1% 7%;
}
.button 
{
    background-color: #EDE4DD;
    padding: 8px;
    cursor: pointer;
    margin: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.button:hover {
    background-color: #E1CCAD;
}
.answer {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    display: none;
/*    margin-top: 5px;*/
    background-color: #fff0db;
    border-radius: 4px;
    animation: run 0.4s ease-out;

}
#answer2 a 
{
	text-decoration: none;
	color: inherit;
	font-weight: 600;
}
.answer.active {
    display: block;
}
@keyframes run {
    0% { margin-top: -20px; }
    100% { margin-top: 0px; }
}
.pro h2 a  
{
	text-decoration: none;
	color: inherit;
}
.pro h2
{
	text-align: center;
	font-size: 29px;
	margin-bottom: 10px;

}
@media all and (max-width:480px),
{
	.section h1 
	{
		font-size: 21px;
		margin-bottom: 0px;
	}
	.section h2 
	{
		font-size: 21px;
		margin-bottom: 0px;
	}
	.section-1 h2 
	{
		font-size: 21px;
		margin-bottom: 0px;
	}
	.section p 
	{
		font-size: 16px;
		line-height: 1.5;
		text-align: justify;
	}
	.section-1 p 
	{
		font-size: 16px;
		line-height: 1.5;
		text-align: justify;
	}
	.section-1 p strong
	{
		font-size: 17px;
	}
	.photos h3 
	{
		font-size: 21px;
	}
	.photos p 
	{
		text-align: justify;
	}
	.service h2
	{
		font-size: 21px;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	.pro h2 
	{
		font-size: 21px;
		line-height: 1.4;
	}
	.disc h5 
	{
		font-size: 25px;
		padding-top: 20px;
	}
	.disc p 
	{
		font-size: 16px;
		text-align: justify;
	}
	.rate h3 
	{
		font-size: 22px;
	}
	.ser 
	{
		gap: 10px;
	}
	.visit h3 
	{
		font-size: 21px;
		padding: 0px;
		margin-bottom: 0px;
	}
	.visit p 
	{
		font-size: 16px;
		text-align: justify;
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.pictures-1
	{
		flex: 100%;
		height: 100%;
		width: 400px;
	}
	.pictures 
	{
		padding: 0 5%;
	}
	.data 
	{
		top: 69%;
		padding: 2% 4%;
	}
	.data h4 
	{
		font-size: 27px;
	}
	.data p 
	{
		font-size: 20px;
	}
	.whatsapp
	{
		position: absolute;
		top: 83%;
	}
	.whatsapp p a 
	{
		color: green;
		text-decoration: none;
		font-weight: 600;
		background-color: white;
		font-size: 27px;
		padding-left: 0px;
		padding-right: 8px;
	}
	.section-1 p 
	{
		margin-bottom: 10px;

	}
	.section-1 h2
	{
		line-height: 1.4;
		margin-bottom: 16px;

	}
	.what 
	{
		right: 10%;
	}
	.phone
	{
		left: 10%;
	}
	.loc
	{
		margin-top: 50px;
	}
	.loc-c1
	{
		flex: 0;
		flex-basis: 100%;
		border: 1px solid white;
		background-color: #EF8418;
		text-align: center;
		border-radius: 20px;
		padding: 6px 0px;


	}
	.sectionss
	{
		padding: 10% 5%;
		padding-bottom: 15%;
	}
	.sections
	{
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
	.sec-c1
	{
		flex: 100%;
		padding: 5% 3%;
	}
	.sectionn
	{
		padding: 10% 5%;
		padding-bottom: 15%;
		

	}
	.secc
	{
	
		flex-wrap: wrap;
	}
	.secc-c1
	{
		flex: 100%;
	}
	.secc-c2
	{
		flex: 100%;
	}
	.visit
	{
		padding: 10% 5%;
		padding-bottom: 15%;
		

	}
		.service
	{
		padding: 10% 5%;
		padding-bottom: 15%;
		

	}
	.ser
	{
		flex-wrap: wrap;
	}
	.ser-c1
	{
		flex: 100%;
	}
	.ser-c2 
	{
		flex: 100%;
	}
	.seec
	{
		display: flex;
		flex-wrap: wrap;
	}
	.seec-c1
	{
		flex: 100%;
	}
	.sectioon
	{
		padding: 10% 5%;
		padding-bottom: 15%;
		

	}
.photos
{
	padding: 10% 5%;
	padding-bottom: 15%;
	

}
.photo 
{
	flex-wrap: wrap;
}
.ph-c1 
{
	flex: 100%;
}
.video video
{
	width: 90%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
}
.video::after
{
	content: '';
	position: absolute;
	width: 90%;
	height: 100%;
}
.section img 
{
	width: 100%;
	height: 100%;
	
}

}