: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: 'FbReadingHebEng-Light';
}
h1,h2,h3,h4,h4,h5{
    /* font-family: 'FbReadingHebEng-Bold'; */
    font-family: 'FbReadingHebEng-Regular';
    font-weight: bold;
}
a{
    text-decoration: none;
}
p{
    font-family: 'FbReadingHebEng-Light';
}
.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: 'FbReadingHebEng-Light';
}
.global-btn:hover {
    background: none;
    color: var(--main-color);
}
.w-fit-content{
    width: fit-content;
}





/****************
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: "IBM Plex Sans Hebrew", 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);
}
.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 ****/
label.hide-label{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.first.last input{
    width: 1.5vw !important;
    height: 1.5vw !important;
    margin-left: 0.5vw !important;
    margin-right: 0 !important;
    border-radius: 0.3vw;
}
.first.last .wpcf7-list-item-label{
    width: 100%;
    color: #FAF3E8;
}
.main-contact-form{
	margin:0;
}
input, textarea, select{
	font-size: 1vw;
	line-height: 1;
	font-weight: 400;
	background-color: #003D63;
	border: 1px solid #FAF3E8 !important;
	color: #FAF3E8;
	width: 100%;
	padding: 0.7vw 1.4vw;
        direction: rtl;
	font-family: "COLBO Regular SemiExtended", Sans-serif;
    line-height: 92%;
letter-spacing: 8%;
	border-radius: 0.5vw;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl !important;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M1 1l7 7 7-7' stroke='%23FAF3E8' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1vw center;
    background-size: 1vw;
	padding-right: 3vw;
    padding: 0.7vw 1.4vw !important;
}

input::placeholder, textarea::placeholder{
	color: #FAF3E8;
}
.main-contact-form label {
	display: flex;
    direction: rtl;
	align-items: center;
}
.main-contact-form label span:first-child {
	min-width: 2vw;
	font-size: 1.18vw;
	line-height: 1;
}
.submit-col .global-btn {
	background: #FAF3E8;
    border: 1px solid #FAF3E8;
	padding: 0.2vw 1.4vw;
	color: #0F2D45;
	font-family: "COLBO Regular SemiExtended", Sans-serif;
    line-height: 92%;
letter-spacing: 8%;
	    font-weight: 700;
	display: block;
    border-radius: 0.5vw;
    font-size: 1.4vw;
    width: 100%;
}
/* .submit-col .global-btn:hover, .submit-col .global-btn:focus{
	color: #0F2D45;
    background: #FAF3E8;
} */
/* .submit-col .global-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10vw;
    padding: 1px;
    background: linear-gradient(180deg, #AB884A, #E1C36C);
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.3s ease;
} */
/* .submit-col .global-btn:hover::before {
    opacity: 1;
} */
/* .submit-col .global-btn:hover {
    background: #0F2D45 !important;
    border: 1px solid #E1C36C !important;
    color: #E1C36C;
} */
.submit-col{
	padding: 0;
}
.submit-col > p {
	margin-bottom: 0;
}
.main-contact-form{
    gap: 0 1vw;
}
.main-contact-form :where(.form-field, .submit-col){
    max-width: 100%;
    width: 100%;
}
.form-main-wrapper {
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(2px) brightness(80%) contrast(100%) saturate(80%);
    -webkit-backdrop-filter: blur(8px) brightness(80%) contrast(100%) saturate(80%);
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.form-field > p {
	margin-bottom: 0;
}
.form-field, .submit-col{
	margin-bottom: 0.8vw;
	padding: 0;
}
.privacy-checkbox.first > p {
	display: flex;
	align-items: center;
    margin: 0 auto;
}
.privacy-checkbox p, .checkbox-group .first.last .wpcf7-list-item-label{
	margin-bottom: 0;
	line-height: 1;
	font-size: 0.9vw;
}
.privacy-checkbox{
	margin-bottom: 0;
	display: flex;
	flex-wrap: nowrap;
        padding: 0;
}
.privacy-checkbox .wpcf7-list-item {
	display: flex;
	margin-left: 0;
}
.privacy-checkbox input {
	position: relative;
	width: 1.2vw;
	margin-left: 0.6vw;
	height: 1.2vw;
	border: 1px solid #FAF3E8 !important;
	background: #fff !important;
	padding: 0;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
}
.privacy-checkbox input[type="checkbox"]:checked::before {
	content: "✓";
	color: #002C55;
	font-size: 0.9vw;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
	pointer-events: none;
}
.privacy-checkbox.first .wpcf7-form-control-wrap .wpcf7-list-item-label {
	display: none;
}
.privacy-checkbox .wpcf7-list-item-label, .checkbox-group .first.last .wpcf7-list-item-label{
	color: #FAF3E8;
	font-size: 0.59vw;
	line-height: 1;
	font-family: "COLBO Regular SemiExtended", Sans-serif;
    line-height: 92%;
letter-spacing: 8%;
	font-weight: 400;
}
.privacy-checkbox .wpcf7-list-item-label.next{
	margin-top: 1vw;
	display: block;
}
.privacy-checkbox .wpcf7-list-item-label a {
	color: #FAF3E8;
	text-decoration: underline;
}
.privacy-checkbox .wpcf7-list-item-label a:hover{
	color: #FAF3E8;
}
.privacy-checkbox.first .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -1.5vw;
    top: unset;
	width: 100%;
	min-width: fit-content;
	text-wrap: nowrap;
}
.wpcf7-not-valid-tip{
	font-size: 0.8vw;
    direction: rtl;
}
.wpcf7 form .wpcf7-response-output{
	border-width: 1px !important;
	margin: 2vw 0 1vw 0px;
	text-align: center;
	color: #FAF3E8;
	font-size: 0.8vw;
	line-height: 1.5;
}
.hide-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.main-contact-form br{
    display: none;
}
.main-contact-form option {
    background: #001E33;
    color: #fff !important;
}
.main-contact-form option:hover {
    background: #C09C2D !important;
    color: #fff;
}
/**** Contact form css end ****/