:root{
	--bg-color: #f2f1f0;
	--main-color: #d16c3f;
	--white-color: #fff;

	/* --font-family-primary: 'Assistant'; */
	--font-weight-light: 300;
	--font-weight-regular: 400;
	--font-weight-mediun: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 600;
	--font-weight-extrabold: 900;
}
*{
	box-sizing: border-box;
}
body{
	background: var(--bg-color);
	font-family: "Narkis Block Medium", Sans-serif;
}
::-webkit-scrollbar {
	display: none;
}
h1,h2,h3,h4,h4,h5{
	/* font-family: 'FbReadingHebEng-Bold'; */
	font-family: "Narkis Block Medium", Sans-serif;
	font-weight: bold;
}
.dir-rtl{
	direction: rtl;
}
a{
	text-decoration: none;
}
p{
	font-family: "Heebo", Sans-serif !important;
}
.global-btn {
	background-color: var(--main-color);
	font-size: 24px;
	line-height: 28px;
	border-radius: 7px;
	font-weight: 400;
	padding: 10px 38px;
	border: 1px solid var(--main-color);
	color: var(--white-color);
	position: relative;
	font-family: "Heebo", Sans-serif !important;
}
.global-btn:hover {
	background: none;
	color: var(--main-color);
}
.w-fit-content{
	width: fit-content;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
	font-size: 150%;
}



/****************
Privacy Modal CSS
*****************/
body.privacy-modal-open .privacy-modal-wrapper, body.accessibility-modal-open .privacy-modal-wrapper{
	height: 100vh;
	background: transparent;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.privacy-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 85vw;
	background-color: rgb(32, 31, 31);
	height: 100%;
	max-height: 85vh;
	padding: 8vh 5vw 8vh 4vw;
	z-index: 9999999;
	overflow: hidden;
	font-family: "Heebo", sans-serif;

}
.privacy-wrapper .privacy-content{
	overflow-y: auto;
	height: 85vh;
	padding-bottom: 15vh;
	scrollbar-width: none;
	color: #fff;
}
.privacy-wrapper .privacy-content a{
	color: #90C8FF;
	text-decoration: underline;
}
.privacy-wrapper .privacy-content h2 {
	margin-bottom: 2vh;
	font-size: 1.4vw;
	line-height: 2.6vh;
	margin-top: 3vh;
}
.privacy-wrapper .privacy-content h3{
	margin-top: 2vh;
	margin-bottom: 1vh;
	font-size: 1.1vw;
	line-height: 2.4vh;
}
.privacy-wrapper .privacy-content :where(p, li, a, div){
	margin-bottom: 1.3vh;
	font-size: 0.8vw;
	line-height: 2.4vh;
	color: var(--white-color);
	font-family: "Heebo", sans-serif;
}
.privacy-close-btn{
	position: absolute;
	top: 2vh;
	right: 1.8vw;
}
.privacy-close-btn > img{
	object-fit: contain;
	object-position: center center;
	width: 2vw;
	height: auto;
}

.pv-links {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 10px;
}
.pv-links > span{
	font-size: 0.8vw;
	line-height: 1;
}
.pv-link{
	color: #fff;
	font-size: 0.8vw;
	line-height: 1;
	text-decoration: underline;
}
.pv-link:hover{
	color: #d3e18c;
}


#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a svg {
	padding-right: 0;
	padding-left: 6px;
}




/**** Contact Form css start ****/
.wpcf7-spinner{
	display: none;
}
.field-col label {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
	align-items: end;
}
.wpcf7-form-control-wrap {
	position: relative !important;
}
.checkbox-group > p{
	display: flex;
	gap: 0.5vw;
	margin-top: 2vh;
	margin-bottom: 0.5vw;
}
.field-col label .wpcf7-form-control-wrap, .field-col input, .wpcf7-select{
	width: 100%;
	margin-bottom: 1vh;
	padding: 1vh 0.8vw;
	font-size: 1vw;
	line-height: 2vh;
	border-radius: 0.3vw;
	border: none;
	height: auto;
	margin-bottom: 0;
	font-family: "Heebo", Sans-serif !important;
	text-align: right;
}
.field-col label > span:first-child{
	min-width: fit-content;
	font-size: 25px;
	line-height: 30px;
	font-weight: var(--font-weight-regular);
	color: var(--second-color);
}
.contact-form .form-heading{
	font-size: 30px;
	line-height: 30px;
	font-weight: var(--font-weight-bold);
	color: var(--second-color);
	min-width: fit-content;
}
.form-logo {
	min-width: 6vw;
	margin-left: 0;
	margin-top: -1vh;
}
.field-col label input{
	background: none;
	border: none;
	border-bottom: 2px solid var(--second-color);
	color: var(--second-color);
	font-size: 22px;
	line-height: 30px;
	font-weight: var(--font-weight-regular);

	margin-bottom: 0;
}
.field-col label input:focus{
	outline: none;
	box-shadow: none;
}
.field-col, .submit-btn{
	margin-bottom: 1.3vh;
}
.field-col > p {
	margin-bottom: 0;
	height: 100%;
}

.custom-select-box .wpcf7-form-control-wrap::after {
	content: '';
	display: block;
	position: absolute;
	top: 52%;
	left: 0.2vw;
	border-left: 0.5vw solid transparent;
	border-right: 0.5vw solid transparent;
	border-top: 1vh solid var(--black-color);
	transform: translateY(-50%);
}
.wpcf7 form.invalid .wpcf7-response-output{
	display: none !important;
}
.wpcf7-checkbox .wpcf7-list-item-label{
	font-family: "Heebo", Sans-serif !important;
	color: #fff;
	font-size: 0.66vw;
	line-height: 1.5;
	text-align: start;
	font-weight: 500;
	width: 100%;
}
.wpcf7-checkbox > span{
	margin-left: 0;
}
.wpcf7-checkbox label{
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: nowrap;
	position: relative;
	padding-right: 1.8vw;
}
.wpcf7-not-valid-tip{
	position: relative;
	font-size: 0.7vw;
	line-height: 1.5vh;
	margin-top: 0.5vh;
	margin-bottom: 0;
	text-align: start;
}
.checkbox-group .wpcf7-not-valid-tip{
	margin-top: 0.5vh !important;
	margin-bottom: 0 !important;
	padding-right: 1.8vw !important;
}

.wpcf7-checkbox input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	min-width: 1.3vw;
	width: 1.3vw;
	height: 1.3vw !important;
	border: 0.1vw solid #fff;
	display: inline-block;
	position: absolute;
	top: 0.4vw;
	right: 0;
	cursor: pointer;
	border-radius: 0.2vw;
	background: transparent;
}
.wpcf7-checkbox input[type="checkbox"]:checked {
	background: transparent;
	border: 0.1vw solid #fff;
}
.wpcf7-checkbox input[type="checkbox"]:checked::before {
	content: "";
	width: 0.8vw;
	height: 1.6vh;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 49.35%;
	transform: translate(-50%, -50%);
	border-radius: 0.1vw;
}
.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
	display: flex;
	height: auto;
}
.submit-btn > p {
	position: relative;
	height: fit-content;
	margin-bottom: 0;
}
.submit-btn img {
	position: absolute;
	top: 50%;
	left: 0.5vw;
	width: 1vw;
	height: auto;
	z-index: 2;
	transform: translateY(-50%);
}

.wpcf7 form.invalid .wpcf7-response-output{
	color: #fff;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
	color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: #fff;
}
.wpcf7-response-output {
	font-size: 0.9vw;
	padding: 1vh 0.5vw !important;
	line-height: 1.8vh;
	margin: 0.8vh auto !important;
	text-align: center;
}
.submit-btn input{
	width: 100%;
	height: auto;
	padding: 1.2vh 0.8vw;
	font-size: 1.2vw;
	line-height: 1.05;
	border-radius: 0.3vw;
	color: #000 !important;
	font-family: "Heebo", Sans-serif !important;
	font-weight: bold;
/* 	background: #E5D472; */
	border: none;
	background: linear-gradient(90deg, #B58B4E 0%, #F4E0A5 50.96%, #CBA261 100%);
}
.submit-btn input::before {
	content: "«";
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}

.bottom-content-wrapper #contactform{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.form-order{
	width: 80%;
}
.simple-text p{
	font-size: 0.66vw;
	margin: 0;
	font-family: "Heebo", Sans-serif !important;
	color: #fff;
	line-height: 2vh;
	font-weight: 400;
	text-align: center;
	width: 100%;
}
.side-logo{
	width: 9.5vw;
}
.side-logo img{
	width: 100%;
}
.side-logo br{
	display: none;
}

.sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}
.field-col > p br{
	display: none;
}

.price-bg{
	background: linear-gradient(90deg, #B58B4E 0%, #F4E0A5 50.96%, #CBA261 100%);
}
.price-bg span {
	font-size: 0.8vw;
}

.video-side video{
	width:100%;
/* 	height: 96.1vh; */
	height: calc(100% + 0.5vw);
	object-fit:cover;
	border-radius: 50% 0 50% 0;
}
.video-side-wrapper.e-flex.e-con.e-child{
	position: sticky;
	top: 0;
	height: 100%;
}
.video-wrap, .video-side{
	height: 100%;
}

.medium-fonts{
	font-weight: 500;
	font-family: "Narkis Block Medium", Sans-serif;
	font-size: 1.5vw;
}
.currency-sign{
	font-weight: 500;
	font-family: "Narkis Block Medium", Sans-serif;
	font-size: 1.1vw;
}