body.rtl {
	direction: ltr;
}

p {
	margin-bottom: 0;
}

p {
	display: block;
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	unicode-bidi: isolate;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	direction: ltr;
	background: none;
	border: none;
	border-bottom: 1px solid black;
	color: white;
}

.wpcf7 input[type="text"]::placeholder,
.wpcf7 input[type="tel"]::placeholder,
.wpcf7 input[type="email"]::placeholder,
.wpcf7 textarea::placeholder {
	color: white;
	font-size: 18px;
}

.wpcf7 input[type="submit"] {
	direction: rtl;
	cursor: pointer;
}

.wpcf7 p {
	display: flex;
	gap: 10px;
	width: auto;
	justify-content: space-between;
	align-items: flex-end;
}

.wpcf7 form {
	display: flex;
	direction: ltr;
	justify-content: center;
}

.wpcf7 form br {
	display: none;
}

.wpcf7 form  .field-labels {
	align-self: stretch;
	z-index: 2;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0 10px;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	direction: rtl;
}
.field-labels {
	align-self: stretch;
	z-index: 2;
}

input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: white;
	padding: 0px 20px;
	color: #000;
	text-align: center;
	font-family: "Oleo Script";
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wpcf7 form  select {
	border: none;
	background: none;
	color: white;
	width: 100%;
	border-bottom: 1px solid black;
	padding: 4px 0;
	font-size: 18px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="phone"], .wpcf7 textarea {
	direction: ltr;
	background: none;
	border: none;
	border-bottom: 1px solid black;
	color: white;
	width: 100%;
	font-size: 18px;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
	background: none;
	width: 100%;
	border: none;
	border-bottom: 1px solid black;
	color: white;
}

.wpcf7-form-control-wrap {
	position: relative;
	width: 29%;
	background: none;
}

.contact-info {
	width: auto;
	flex-wrap: wrap;
	gap: 20px;
	color: var(--color-black);
	margin: auto;
}

.info-container1 {
	flex: none;
	display: flex;
	justify-content: flex-start;
	gap: 13px;
	min-width: 14.5rem;
	max-width: 100%;
	/* width: 38px; */
}

.shutterstock-2083966789-1-icon {
	height: 100%;
	width: 100%;
	position: absolute;
	margin: 0 !important;
	top: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
	object-fit: cover;
	z-index: 3;
}

.contact-details {
	align-self: stretch;
	background-color: var(--color-lightskyblue);
	overflow: hidden;
	flex-direction: column;
	padding: 30px 0;
	gap: var(--gap-10xl);
	text-align: left;
	font-size: var(--font-size-lg);
	color: var(--color-white);
	font-family: var(--font-inter);
}

.social-icon {
	width: 100%;
	height: 100%;
	position: absolute;
	margin: 0 !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	overflow: hidden;
	max-height: 100%;
	object-fit: contain;
	padding: 20px;
}


.contact-us {
	position: relative;
	font-size: var(--font-size-45xl);
	line-height: normal;
	font-weight: 400;
	font-family: var(--font-oleo-script);
	text-align: center;
	display: inline-block;
	max-width: 100%;
	z-index: 3;
	border-left: 10px solid black;
	margin: auto;
	padding-left: 30px;
	height: 80px;
	margin-bottom: 10px;
	flex: none;
}

.sacred-steps-in-the-holy-land-parent {
	width: 85%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	max-width: 100%;
	z-index: 2;
}

.get-copy-button-parent {
	height: auto;
	width: auto;
	position: relative;
	background-color: var(--color-lightskyblue);
	margin: auto;
	padding: 10px 10px;
	margin-top: 40px;
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.sacred-steps-in-the-holy-land-parent {
	/* Initial state to ensure children are hidden */
}

.sacred-steps-in {
	opacity: 0;
	animation: fadeInUp 0.3s ease-out forwards;
	animation-delay: 0.2s;
}

.a-pilgrimage-through {
	opacity: 0;
	animation: fadeInUp 0.3s ease-out forwards;
	animation-delay: 0.5s;
}

.right-side {
	position: relative;
	width: 50%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	padding-left: 31px;
}

.sacred-steps-in-container p {
	margin-bottom: 20px;
}

a {
	color: #4169e100;
}

.im-shuki-cohen-container {
	align-self: stretch;
	height: auto;
	position: relative;
	font-size: var(--font-size-lg);
	line-height: 1.688rem;
	font-weight: 300;
	font-family: var(--font-inter);
	color: var(--color-black);
	display: inline-block;
	flex-shrink: 0;
}


.videos-drone-footage {
	align-self: stretch;
	height: auto;
	position: relative;
	line-height: 1.688rem;
	font-weight: 300;
	display: inline-block;
	flex-shrink: 0;
}

.experience {
	height: auto;
	width: 100%;
	top: 7.938rem;
	right: 0;
	line-height: normal;
	font-weight: 600;
	display: inline-block;
	z-index: 1;
}

.info-container1 span {
	white-space: nowrap;
}

.support-our-project1 {
	height: auto;
	width: auto;
	position: relative;
	background-color: var(--color-lightskyblue);
	margin: auto;
	padding: 10px 10px;
	margin-top: 40px;
	color: black !important;
	text-decoration: none;
}

.project-support {
	width: auto;
	flex-direction: row;
	align-items: flex-start;
	position: relative;
	text-align: center;
	font-size: var(--font-size-13xl);
	font-family: var(--font-oleo-script);
	z-index: 3;
}

.your-journey-awaits {
	margin: 0;
	align-self: stretch;
	height: auto;
	position: relative;
	font-size: inherit;
	line-height: 2.563rem;
	font-weight: 400;
	font-family: inherit;
	display: inline-block;
	flex-shrink: 0;
}


.what-makes-this {
	max-width: 652px;
}

.frame-child1 {
	position: absolute;
	top: 0.813rem;
	right: -10px;
	left: auto;
	background-color: var(--color-lightskyblue);
	width: 0.5rem;
	height: 4.75rem;
	z-index: 2;
}

.rectangle-div {
	position: absolute;
	top: -10px;
	left: -33px;
	right: auto;
	background-color: var(--color-lightskyblue);
	width: 0.5rem;
	height: 7.875rem;
	z-index: 1;
}

.designed-developed {
	margin: 0;
	color: var(--color-gray);
	text-decoration: none;
}

@media (max-width: 1600px) {

	.frame-child1 {
		position: absolute;
		top: 0.813rem;
		right: -23px;
		left: auto;
		background-color: var(--color-lightskyblue);
		width: 0.5rem;
		height: 136px;
		z-index: 2;
	}

	.rectangle-div {
		position: absolute;
		top: -10px;
		left: -15px;
		right: auto;
		background-color: var(--color-lightskyblue);
		width: 0.5rem;
		height: 7.875rem;
		z-index: 1;
	}
}

a.designed-developed:visited {
	color: var(--color-gray);
}

.contact-info .div {
	flex: none;
	position: relative;
	line-height: 4.25rem;
	display: inline-block;
	min-width: fit-content;
	z-index: 3;
}


.support-our-project {
	align-self: stretch;
	height: auto;
	position: relative;
	line-height: 2.563rem;
	display: inline-block;
	flex-shrink: 0;
	z-index: 4;
}


.contact-info .div a {
	color: black;
	text-decoration: none;
}

.wpcf7-select option {
	color: black;
}

.calendar-option, .calendar-option-wrapper {
	display: flex;
	flex-direction: row-reverse;
	padding-left: 10px;
	align-items: flex-start;
	max-width: 100%;
}

.shalom-image-parent {
	align-self: stretch;
	flex-direction: row;
	gap: var(--gap-4xl);
	position: relative;
}

.shalom-image {
	height: 4.75rem;
	width: 0.5rem;
	position: absolute;
	background-color: var(--color-lightskyblue);
	top: 50px;
}

.info-container a {
	text-decoration: none;
	color: black;
}

.field-container {
	flex: none;
	flex-direction: column;
	align-items: flex-end;
	gap: 5rem;
	width: 100%;
}

.wpcf7 p {
	display: flex;
	gap: 6%;
	width: auto;
	justify-content: space-between;
	align-items: flex-end;
	max-width: 70%;
}


.wpcf7 p:last-of-type {
	margin: 0px;
	margin-left: 4%;
}

.field-names {
	width: 100%;
	flex-wrap: wrap;
	gap: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.frame-parent14 {
	margin-top: 40px;
}

.info-container {
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}

.info-container .item{
	display: flex;
	gap: 13px;
}

.info-details {
	width: fit-content;
}

@media (max-width: 1400px) {
	.shutterstock-2083966789-1-parent {
		height: auto;
		min-height: auto;
	}

	.support-our-project-wrapper {
		min-width: auto;
	}

	.every-contribution-directly, .support-our-project-wrapper, .with-your-support, .your-contribution-will, .your-support-means {
		min-width: auto;
		max-width: 60%;
	}

	.frame-parent15 {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		gap: var(--gap-2xl);
		font-size: var(--font-size-lg);
		color: var(--color-black);
		font-family: var(--font-inter);
		padding: 0 0 0 1.937rem;
	}

	.frame-parent10 {
		width: 100%;
		margin: 0 !important;
		position: relative;
		top: 0;
		left: 0;
		flex-direction: column;
		align-items: flex-end;
		padding: 20px;
		box-sizing: border-box;
		gap: 0;
		max-width: 100%;
	}

	.frame-parent16 {
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: var(--gap-base);
		max-width: 100%;
		padding: 0 0 0 1.937rem;
	}

	.support-button-parent {
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
		gap: var(--gap-4xl);
	}

	.support-message {
		align-self: stretch;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: var(--gap-base);
		max-width: 100%;
		padding: 0 0 0 1.937rem;
	}

	.project-support {
		width: auto;
		flex-direction: row;
		align-items: flex-start;
		position: relative;
		text-align: center;
		font-size: var(--font-size-13xl);
		font-family: var(--font-oleo-script);
		z-index: 3;
		margin: auto;
	}

	.frame-parent11 {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		gap: 1.5rem;
		display: flex;
	}

	.gratitude {
		padding: 0 0 0 1.937rem;
	}
}
@media (max-width: 975px) {

	.info-container {
		width: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: var(--gap-smi);
	}

	.info-details, .image-8-wrapper {
		width: fit-content;
		min-width: 50px;
	}


	.rectangle-div {
		position: absolute;
		top: 31.688rem;
		left: auto;
		right: -10px;
		background-color: var(--color-lightskyblue);
		width: 0.5rem;
		height: 7.875rem;
		z-index: 1;
		display: none;
	}

	.support-button {
		height: 1.75rem;
		width: 0.5rem;
		position: relative;
		background-color: var(--color-lightskyblue);
		z-index: 3;
		opacity: 0;
	}

	.shalom-image {
		height: 4.75rem;
		width: 0.5rem;
		position: absolute;
		background-color: var(--color-lightskyblue);
		opacity: 0;
	}

	.support-our-project {
		font-size: var(--font-size-32xl);
		line-height: 3.563rem;
	}


	.contact-info .div a:visited {
		color: black;
	}

	.contact-us {
		position: relative;
		font-size: var(--font-size-45xl);
		line-height: normal;
		font-weight: 400;
		font-family: var(--font-oleo-script);
		text-align: center;
		display: inline-block;
		max-width: 100%;
		z-index: 3;
		border-left: none;
		margin: auto;
		padding-left: 30px;
		padding: 0 15px;
		height: 80px;
		margin-bottom: 10px;
		flex: none;
	}

	.right-side {
		position: relative;
		width: 50%;
		height: 100%;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		padding-left: 0;
	}

	.what-this-book {
		margin-bottom: 20px;
	}




	.your-journey-awaits {
		font-size: var(--font-size-32xl);
		line-height: normal;
	}
	.what-this-book-is-about-parent {
		display: flex;
		flex-direction: column;
	}

	.right-side, .frame-parent2 {
		width: 100% !important;
	}

	.wpcf7 p {
		display: flex;
		gap: 10px;
		width: 100%;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
	}

	.wpcf7-form-control-wrap {
		position: relative;
		width: 100%;
		background: none;
	}

	.start-your-journey {
		margin: 0;
		position: relative;
		top: 0;
		left: 0;
		font-size: inherit;
		font-weight: 400;
		font-family: inherit;
		display: inline-block;
		width: auto;
		height: auto;
		z-index: 3;
		padding: 0 10px;
		color: white;
	}

	.nested-experience-planning-parent {
		width: 46%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		align-content: center;
	}

	.nested-experience-planning-parent {
		width: 45%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		/* gap: 20px; */
	}

	.experience-icon {
		height: auto;
		width: 44%;
		top: 0;
		object-fit: contain;
		position: relative;
		margin: auto !important;
		right: 0px;
		padding: 10px 0;
	}


	.wpcf7 form  select {
		border: none;
		background: none;
		color: white;
		width: 100%;
		border-bottom: 1px solid black;
		padding: 4px 0;
		height: 34px;
	}

	.frame-parent10 {
		width: 100%;
		margin: 0 !important;
		position: relative;
		top: 0;
		left: 0;
		flex-direction: column;
		align-items: flex-end;
		padding: 0 1.813rem;
		box-sizing: border-box;
		gap: 8.125rem;
		max-width: 100%;
	}

	.your-contribution-will {
		height: auto;
		flex: 0;
		position: relative;
		line-height: 1.688rem;
		font-weight: 300;
		display: inline-block;
		min-width: 80%;
		max-width: 100%;
		z-index: 4;
	}

	.frame-wrapper4 {
		flex-direction: row;
		padding: 0;
		box-sizing: border-box;
		font-size: var(--font-size-lg);
		color: var(--color-black);
		font-family: var(--font-inter);
		margin-bottom: 21px;
	}

	.project-support {
		width: auto;
		flex-direction: row;
		align-items: flex-start;
		position: relative;
		text-align: center;
		font-size: var(--font-size-13xl);
		font-family: var(--font-oleo-script);
		z-index: 3;
		margin: auto;
		bottom: 80px;
	}

	.with-your-support {
		min-width: 50%;
		max-width: 84%;
	}

	.every-contribution-directly {
		flex: none;
		position: relative;
		line-height: 1.688rem;
		font-weight: 300;
		display: inline-block;
		min-width: 24.188rem;
		max-width: 80%;
		z-index: 4;
		min-width: 10%;
	}

	.your-support-means {
		max-width: 80%;
		min-width: 50%;
	}
}