html {
	direction: rtl;
}
body, #header {
	background: url("/user/pages/01.home/bkgnd02.webp") repeat center;
}

.dropmenu ul li a.active, .dropmenu ul li a:focus {
	color: #0000FF !important;
}

#youtube-video {
	border: none;
	display: none;
}
#placeholder-container, #youtube-video {
	position: relative;
	width: 90%;
	max-width: 976px;
	aspect-ratio: 16 / 9;
	margin: 0 auto 50px auto;
}

#placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#countdown {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 5vw;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}


/* Container setup */
.responsive-container {
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap onto new rows */
  justify-content: space-between; /* Adds even spacing between items */
  gap: 5px; /* Adjust spacing between items */
  background: #f5f5f5;
}

/* Individual item setup */
.responsive-item {
  flex: 1 1 22%; /* Each item takes approximately 22% width for large screens */
  display: flex; /* Enables flexbox for child elements */
  flex-direction: column; /* Stacks children vertically */
  justify-content: flex-start; /* Ensures space between elements */
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
  min-height: 300px; /* Ensures consistent height across items */
  font-size: 0.85rem;
}

/* Image styling */
.responsive-item img {
  margin-bottom: 10px; /* Consistent spacing below the image */
}

/* List container */
.expl {
  margin: -0.8rem 0 auto 0;
  padding: 0 10px 0 0;
}

/* List styling */
.responsive-item ul {
  text-align: right;
  font-weight: bold;
  list-style-type: none; /* Optional: Removes default list styling */
  padding-right: 10px;
}
div.expl > ul > li::before {
  content: '»';
  position: absolute;
  margin-right: -15px;
}

/* Two rows of two items for tablets and small laptops */
@media (max-width: 1024px) {
  .responsive-item {
    flex: 1 1 45%; /* Each item takes 45% width, fitting two items per row */
	font-size: 1rem;
  }
}

/* Full-width stacking for smaller screens */
@media (max-width: 768px) {
  .responsive-item {
    flex: 1 1 100%; /* Each item takes full width */
	font-size: 1.2rem;
  }
}


#paypal-button-container-P-19C333284L9840707M57HFXI > div > iframe {
	width: auto;
}

#body-wrapper ul {
	margin-right: 1rem;
}

form img {
	margin: 9px 0 0 0 !important;
}

.pp-8BYQY68ZTKUJE,
.pp-89KHJFPSEZ44E {
	text-align: center;
	border: none;
	border-radius: 2rem;
	min-width: 11.625rem;
	padding: 0 0.7rem;
	height: 1.8rem;
	font-weight: bold;
	background-color: #DDD;
	color:  #000000;
	font-family: "Helvetica Neue",Arial,sans-serif;
	font-size: 0.8rem;
	line-height: 1.1rem;
	cursor: pointer;
}
#pp3, #pp4 {
	display: inline-grid;
	justify-items: center;
	align-content: start;
	gap: 0.5rem;
}
.ipp {
	height: 0.875rem;
	vertical-align: middle;
}

img[alt="ronel"],
img[alt="maayan"] {
	border: 2px solid #000;
}
#adilo1, #adilo2, #adilo3 {
	background: #fefefe url("/user/pages/01.home/loader_w200.webp") no-repeat center;
	width: 100%;
	height: null;
	border: 2px solid #000;
	position: relative;
	padding-top: 56.25%
}

#footer {
	display: none;
