/*@font-face {font-family: DinProBold;src: url(fonts/DINProBold.otf);}
@font-face {font-family: DinProRegular;src: url(fonts/DINProRegular.ttf);}
@font-face {font-family: DinProMedium;src: url(fonts/DINProMedium.ttf);}
@font-face {font-family: DinProLight;src: url(fonts/DINProLight.ttf);}

@font-face {font-family: PlayfairDisplay;src: url(fonts/PlayfairDisplayRegula.ttf);}

@font-face {font-family: MontserratBold;src: url(fonts/Montserrat-Bold.otf);}
@font-face {font-family: MontserratLight;src: url(fonts/Montserrat-Light.otf);}
@font-face {font-family: MontserratMedium;src: url(fonts/Montserrat-Medium.otf);}
@font-face {font-family: MontserratSemiBold;src: url(fonts/MontserratSemiBold.otf);}

@font-face {font-family: didotbold;src: url(fonts/DidotBold.ttf);}
@font-face {font-family: openSans;src: url(fonts/open-sans_regular.ttf);}/*
@font-face {font-family: DinProLight;src: url(fonts/DINPro-Light_13935.ttf);}*/

:root {
	--main-color:  #71625b;
	--secondary-color: #fe140b;
	--third-color: #679fc9;
  --main-bg-color: brown;

}


.enquiryBut{
	  display: inline-block;
    font-size: 75%;
    padding: 10px 47px !important;
    background: #d0bb7bf2;
    color: white;
    font-weight: bold;
}
*{
	box-sizing: border-box;
	
}
strong{
	font-weight: bold !important;
}

a{
	text-decoration: none;
	color:inherit;
}
button{
	cursor: pointer;
}
elect{
		-webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    padding: 5px;
	    outline: 0;
	    background-color: white;
	    background-image: url(../images/se.png);
	    background-repeat: no-repeat;
	    background-size: 8px;
	    background-position: right 3px top 12px ;
	    border: 0;
	    margin-bottom: 19px;
	    border-radius: 0px;
	    color: black;	
	    width: 100% ;   
	    padding:10px;
	    font-family: "DINProBold";
	  	font-size: 13px;
	}
html{
	background-color: #fcfcf84f;
	scroll-behavior: smooth;
}
body{
	margin:0;
	font-size: 100%;
	font-family: sans-serif;
	color: var(--main-color);

}

#headerEncloser{
	
	position: fixed;
	top:0;
	left:0;
	z-index: 500;
	width: 100%;
	background-color: white;
	border-bottom: 5px solid var(--secondary-color);
}
#headerTop{
	
	width:100%;
	z-index: 500;
	font-size: 17px;
	/*max-width: 1300px;*/
	

}
#headerTop .content{
	max-width: 1300px;
	padding:4px 0px;
	text-align: right;
	margin:auto;
}
#headerTop a{
	text-decoration:none;
	display:inline-block;
	margin-left:10px;
	/*font-size: 15px;*/
}
header{
	width: 100%;

	
}
header .content{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin:auto;
	max-width: 1300px;
}

#logo img{
	width:100%;
	transition: .5s;
}

nav{
	padding-left:50px; 	
	word-spacing: -5px;
}
#menu{
	font-size: 31px;
	position: relative;
	right: -5px;
	color:#610009;
	display:none;
}
nav a{
	padding:10px 15px;
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	transition:.2s;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--main-color);

}
#actif{
	background-color: var(--secondary-color);
	color: white;
}
nav a:hover{
	background-color: var(--secondary-color);
	color: white;
}
#enquiryLink{
	background:linear-gradient(to right,#9a792c ,#dfd7c6);
	padding:10px 35px;
	margin-left:40px;
	font-family: "DINProBold";
}
.contactt{
	display: none;
}

section{
	background-color: #fcfcf8;
	line-height: 2.0;
	max-width: 1300px;
	margin:100px auto;
	margin-top: 123px;
	padding:10px;
}
section h2{
	font-size: 40px;
	font-weight: 500 ;
	margin-bottom: 15px;
	border-bottom: 3px solid var(--secondary-color);
	line-height: 1.5;
	color: black;
}

#cont{
	padding:70px 8% 100px;

}
#topSection{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:14px 8%;
	background: linear-gradient(#eeeaeb,#eeeaeb47,#eeeaeb);
	font-weight: 400;
}
#topSection h1{
	margin:0;
	font-weight: 300;
	font-family: "MontserratSemiBold";
}
#topSection div{
	font-weight: 100;
	font-size: 11px;
}



/* Footer */
footer{
	padding:50px 70px;
	background-color: white;
	border-top: 5px solid var(--secondary-color);
	
}

footer h3{
	font-size: 18px;
	margin-bottom: 25px;
	text-transform: uppercase;
}
footer ul{
	padding:0;
	margin:0;
}
footer li{
	list-style-type: none;
	margin-bottom: 15px;
	transition: .5s;
}
footer li:hover{
	text-decoration: underline;
	transform: scale(1.05);
}
footer .content{
	margin:auto;
	max-width: 1300px;
	
}
footer a:hover{
	color:  var(--secondary-color);
}
#firstDiv{
	display:flex;
	justify-content: space-between;
}
#footerSocial a {
	display:inline-block;
	margin-right: 10px;
	font-size: 21px;
	transition: .3s;
}
#footerSocial a:hover{
	transform: scale(1.2);

}

#footerContact span{
	display: block;
	margin-bottom: 10px;
}
#bottom{
	display:none;
}
#aSvgg{
	position: fixed;
	bottom: 30px;
	left:22px;
}
#svgg{
	padding:5px;
	background-color: #25d366;
	color:white;
	border-radius: 30px;
	cursor:pointer;
	width: 50px;
	height: 50px;
	transition:.3s;
}
#svgg:hover{
	transform: scale(1.1);
}
#totop{
	z-index: 100;
	position: fixed;
	right: 30px;
	bottom: 16px;
	cursor: pointer;
	position: fixed;
	background-color: #cebd94;
	padding:10px;
	font-weight: bold;
	display:none;

}
#totop i{
	font-weight: bold;
	font-size: 20px;
}
#env{
	font-size: 25px;
	cursor: pointer;
}
#closePop{
		background-color: black;
		border-radius: 30px;
		padding:3px 5px 5px 5px;
		font-size: 20px;
		position: absolute;
		right: 10px;
		top:30px;
		cursor: pointer;
	}
#footerPopup{
	position: fixed;
	top:1%;
	z-index: 800;
	overflow-y: scroll;
	width:50%;
	left:25%;
	height: 98%;
	display:none;
}
#footerPopupForm{
		padding:10px 25px 30px;
		background-color: #d0bb7bf2;
	}
	#footerPopupForm div{
		display:flex;
	}
	#footerPopupForm input{
		display:block;
		outline:0;
		border:0;
		padding:15px;
		width:100%;
		margin-bottom: 20px;
	}
	#footerPopupForm textarea{
		display:block;
		outline:0;
		border:0;
		padding:15px;
		width:100%;
		margin-bottom: 15px;
	}
	#footerPopupForm input[type=submit]{
		background-color: #000000d1;
		padding:10px 55px;
		color:#fff; 
		border:0px;
		width: unset;
		font-size: 15px;
		font-family: "DINProBold";
	}
	#footerPopupForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	  color: black;
	  opacity: 1; /* Firefox */
	  font-family: "DINProBold";
	  font-size: 13px;
	}

	#footerPopupForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	  color: black;
	  opacity: 1;
	  font-family: "DINProBold";
	  font-size: 13px;
	}

	#footerPopupForm input::-ms-input-placeholder { /* Microsoft Edge */
	  color: black;
	  opacity: 1;
	  font-family: "DINProBold";
	  font-size: 13px;
	}
	select{
		/*-webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;*/
	    padding: 5px;
	    outline: 0;
	    background-color: white;
	    background-image: url(../images/se.png);
	    background-repeat: no-repeat;
	    background-size: 8px;
	    background-position: right 3px top 12px ;
	    border: 0;
	    margin-bottom: 19px;
	    border-radius: 0px;
	    width: 100% ;   
	    padding:6px;
	    border: 1px solid var(--main-bg-color);
	}
	#titlePop{
		margin-right: 10px;
	}
	#phoneDivPop{
		position: relative;

	}
	#phoneCodePop{
		width: 150px;
		height: 46px;
		position: absolute;
		background-position: right 8px top 18px;
		border-right: 1px solid #0000002b;
	}
	#phonePop{
		padding-left: 160px !important;
		height: 46px;
	}

	#alertt{
		position: fixed;
		top:30%;
		width:40%;
		left:30%;
		z-index: 2000;
		background-color: white;
		color:#cebd94;
		border-radius: 3px;
		display:none;
	}
	#check{
		font-size: 60px;
		font-weight: lighter;
	}
	#thk{
		font-family: "PlayfairDisplay";
		font-size: 25px;
	}
	#bText{
		color:black;
		display:inline-block;
		margin-top:10px;
	}
	#alertIn{
		display:flex;
		flex-direction: column;
		text-align: center;
		padding:100px 0px;
	}
	#closeCheck{
		background-color: black;
		border-radius: 30px;
		padding:3px 5px 5px 5px;
		font-size: 20px;
		position: absolute;
		right: 10px;
		top:30px;
		color:white;
		font-weight: lighter;
		cursor: pointer;
		
}
@media all and (max-width:1210px){
	header{
		padding:0px 30px 15px;
	}
	#enquiryLink{
		padding:10px 15px;
		margin-left:10px;
	}
}
@media all and (max-width:1100px){
	#firstDivSecDiv{
		margin-left: 100px;
	}
	#newsForm input[type="email"]{
		width: unset;
	}
}
@media all and (max-width:1020px){
	header{
		padding:0px 10px 15px;
	}
	#logo img{
		width: 70%;
	}
	#enquiryLink{
		padding:10px 8px;
		margin-left:10px;
	}
	nav{
		padding-left: 30px;
	}
	section{
		margin-top: 106px;
	}
}
@media all and (max-width:1000px){
	nav{
		padding-left: 10px;
	}
}
@media all and (max-width:900px){
header{
	padding: 5px 10px;
}
#headerTop{
	padding:4px 5px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;

}
#headerTop .content{
	padding: 0px;
}
header{
	position: fixed;
	width: 100%;
	top:28px;
	z-index: 500;

}
header .content{
	padding: 5px 10px;
}
#logo img{
	width: 52%;
}
nav{
	padding-left:unset; 	
	word-spacing: -5px;
}
#nava{
	position: fixed;
	left:100% ;
	height: 100%;
	width: 100%;
	background-color: black;
	top:85px;
	z-index: 2000;
	transition:.4s;
}
#menu{
	display:block;

}
.enq{
	display: none;

}
section{
	padding-top:96px;
	margin-top: unset;
}
.contactt{
	display: block;
}
nav a{
	padding:15px 18px;
	display: block;
	font-family: "DINProMedium";
	font-size: 100%;

}
#topSection{
	
	padding:10px 5%;
	
}

footer{
	padding:30px 10px 115px;

}
footer .content{
	flex-direction: column;
}
#firstDiv{
	flex-direction: column;
}
#firstDivSecDiv{
	margin-left:unset;
}
#secDiv{
	width: unset;
}

#bottom{
	display: block;
	position: fixed;
	left:0;
	bottom: 0;
	width: 100%;

}
#D{
	display: flex;
	justify-content: space-around;
	background-color: black;
	color:white;
	padding: 10px 0px;
	transition: .5s;
	display: none;
}
#D a{
	font-size: 20px;
}
#T{
	display: flex;
	justify-content: space-around;
	background-color: white;
	color:black;
	padding: 5px 0px;
	transition: .5s;

}
#T > span{
	display:flex;
	flex-direction: column;
	text-align: center;
}
#T i{
	font-size: 30px;
}
#T .text{
	display:block;
	margin-top: 5px;
	font-family: "DinProLight";
	text-transform: uppercase;
	font-size: 10px;
}
#aSvgg{
	display: none;
	right:27px;
}
#svgg{
	width: 40px;
	height: 40px;
}
#footerPopup{
	width:98%;
	left:1%;
}
#alertt{
		top:15%;
		width:98%;
		left:1%;
		height: 70%;
	}
#alertIn{
	padding:196px 0px;
}
}

@media all and (max-width:600px){
	#headerEncloser{
		position: unset;
	}
	#headerTop{
		display: none;
	}
	header{
		position: unset;
		padding: unset !important;
	}
	#nava{
		top:66px;
	}
	#logo img{
		width: unset;
	}
	section{
		padding:10px;
/*		padding-top:70px;*/
	}
	#profile{
		justify-content: center;
	}
}