@charset "utf-8";

/* CSS Document */

:root {
  --clr-background: #141416;
  --clr-gary-bg: #1d1d1d;
  --clr-black-bg: #101010;
  --clr-dark-p-bg: #3a333d;
  --clr-lit-p-bg: #867c8a;
  --clr-chat-bg: #272729;
  --clr-white: #ffffff;
  --clr-text: #a8a0ab;
  --clr-gray-text: #e3e3e3;
  --clr-purple-header: #fdf6ff;
  --clr-purple-button: #e2d9e5;
  --clr-purple: #d7b4e5;
  --clr-p-line: #6a616e;
  --clr-p-logo1: #521665;
  --clr-p-logo2: #6e3a82;
  --clr-shadow: #000000;
  --ff-body: "almoni", "assistant", sans-serif;
  --ff-typing: "assistant", sans-serif;
  --fw-body: 400;
  --fw-ub-title: 800;
  --fw-title: 700;
  --fw-light: 300;
  --fs-84: 5.25em;
  --fs-72: 4.5em;
  --fs-64: 4em;
  --fs-48: 3em;
  --fs-40: 2.5em;
  --fs-38: 2.375em;
  --fs-32: 2em;
  --fs-28: 1.75em;
  --fs-24: 1.5em;
  --fs-22: 1.375em;
  --fs-20: 1.25em;
  --fs-18: 1.125em;
  --fs-16: 1em;
  --fs-14: 0.875em;
  --fs-12: 0.75em;
  --lh-regular: 1.2em;
  --bs-thin: 2px 2px 6px var(--clr-shadow);
  --bs-regular: 3px 3px 15px var(--clr-shadow);
}

html,
body {
  height: 100%;
}

body.lang-en {
  direction: ltr;
}

body.lang-heb {
  direction: rtl;
}

body.lang-en .lang-heb {
  display: none;
}

body.lang-heb .lang-en {
  display: none;
}

body {
  background-color: var(--clr-background);
  font-family: var(--ff-body);
  font-weight: var(--fw-body);
  direction: rtl;
  margin: 0px;
}

.body-scroll {
  height: 100%;
  overflow: scroll;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--clr-background);
}

::-webkit-scrollbar-thumb {
  background: var(--clr-p-logo1);
}

::-webkit-scrollbar-thumb:hover {
  border-right: 1px solid var(--clr-p-logo2);
  border-left: 1px solid var(--clr-p-logo2);
}

.body-wrapper {
  position: relative;
  overflow: hidden;
}

h2 {
  font-size: var(--fs-84);
  font-weight: var(--fw-ub-title);
  color: var(--clr-purple-header);
  margin: 0px;
  line-height: 0.9em;
}

h2 span {
  font-size: 0.762em;
  font-weight: var(--fw-body);
}

.center-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 2.375em;
}

.center-icon1 {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}

h1 {
  margin: 0px;
  color: var(--clr-purple-header);
}

.h2-wrapper h2,
.h2-wrapper2 h2 {
  text-align: center;
}

.h2-wrapper,
.h2-wrapper2,
.h2-wrapper3 {
  display: flex;
  flex: 1 1 auto;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  column-gap: 1.75em;
  margin-bottom: 7.25em;
}

.h2-wrapper::before,
.h2-wrapper::after {
  display: flex;
  flex: 1 1 auto;
  content: "";
  border-bottom: 1px solid var(--clr-purple);
  transform: translateY(-1.2rem);
}

.h2-wrapper2::before,
.h2-wrapper2::after {
  display: flex;
  flex: 1 1 auto;
  content: "";
  border-bottom: 1px solid var(--clr-purple);
  transform: translateY(-0.9em);
}

h3 {
  color: var(--clr-purple-header);
  font-weight: var(--fw-title);
  font-size: var(--fs-24);
  margin: 0px;
}

h4 {
  margin: 0;
}

p {
  color: var(--clr-text);
  line-height: 1.3em;
  font-size: var(--fs-22);
  margin: 0px;
}

.white-text p span {
  color: var(--clr-gray-text);
}

button {
  font-family: var(--ff-body);
  transition: 0.3s ease all;
}

button:hover {
  cursor: pointer;
}

button:hover svg path {
  transition: 0.3s ease all;
}

.fs-18 {
  font-size: var(--fs-18);
}

.fs-22 p {
  font-size: var(--fs-22);
  margin-bottom: 0.5rem;
}

.btn {
  font-size: var(--fs-18);
  text-decoration: none;
  padding: 0.75em 2em;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.btn1 {
  font-size: var(--fs-18);
  text-decoration: none;
  padding: 0.563em;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.btn2 {
  font-size: var(--fs-18);
  text-decoration: none;
  padding: 1.3em 1.3em 1.3em 0px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.btn2 span {
  margin-left: 1em;
}

.gradient-wrapper {
  position: relative;
}

.imgbox-a svg {
  margin-right: 0.8em;
}

.imgbox-a {
  color: var(--clr-purple);
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 1.25em 2.25em;
  position: relative;
}

nav::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--clr-background);
  z-index: 5;
}

.r-nav {
  display: flex;
  flex-shrink: 2;
  width: 25%;
  z-index: 6;
}

#call {
  color: var(--clr-gray-text);
  gap: 4px;
  top: 18px;
}

#hamburger-nav {
  display: none;
}

.main-nav {
  display: flex;
  flex: 1 1 818px;
  align-items: center;
  justify-content: space-between;
  margin: 0 1.125em;
  width: 50%;
  z-index: 6;
}

.l-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 25%;
  z-index: 6;
}

.main-nav a {
  font-size: var(--fs-18);
  text-decoration: none;
  color: var(--clr-gray-text);
  transition: 0.2s ease all;
}

.main-nav a::after {
  content: "";
  display: flex;
  width: 0%;
  border-bottom: 1px solid var(--clr-purple);
}

.main-nav a::after {
  transition: 0.2s ease all;
}

.main-nav a:hover {
  color: var(--clr-purple);
}

.main-nav a:hover::after {
  width: 100%;
}

#personal {
  flex-shrink: 0;
  padding: 0.625em 1.5em;
  color: var(--clr-gray-text);
  border: 1px solid var(--clr-gray-text);
}

#personal span {
  margin-right: 1.125em;
}

#personal:hover {
  background-color: var(--clr-gray-text);
  color: var(--clr-background);
}

#personal:hover svg .cls-3-personal {
  fill: var(--clr-background);
}

#search {
  margin: 0 1.125em 0 0.563em;
}

#section1 {
  position: relative;
  display: flex;
  background-image: url(images/image1.jpg);
  background-repeat: no-repeat;
  background-size: 70%;
}

#section1 #title-video-cont {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#section1 #title-video,
#section1 #title-image {
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  width: 70vw;
}
#section1 #title-video {
  margin-top: 0.5px;
}

#section1 #r-section1 {
  flex: 1 1 45%;
  background-color: var(--clr-background);
  padding: 5em 3vw 2em 8em;
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 28% 49%, 0% 0%);
  box-sizing: border-box;
  margin-top: -0.5px;
  margin-bottom: -0.5px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 2;
}

@media (max-width: 3000px) and (min-width: 1921px) {
  #section1 #r-section1 {
    padding: 5em 3vw 2em 11vw;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 21% 49%, 0% 0%);
  }
}

#section1 #d-logo {
  position: relative;
}

#section1 #d-logo h1 {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  color: var(--clr-white);
  font-weight: var(--fw-ub-title);
  font-size: 6.4vw;
  line-height: 0.43em;
  margin: 0px;
  z-index: 3;
}

#section1 #d-logo h1 span {
  font-weight: var(--fw-body);
  font-size: 0.485em;
  line-height: 0.43em;
}

#section1 #d-logo img {
  max-width: 92%;
}

#l-section1 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 2;
}

#d-btn {
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 9% 0);
  background-color: var(--clr-purple-header);
  margin-left: 0px;
  margin-top: 2.2em;
  transition: all 0.3s ease;
}

#d-bth-inner {
  clip-path: polygon(99.5% 2%, 99.5% 98%, 0.5% 98%, 9.2% 2%);
  background-color: var(--clr-background);
  transition: all 0.3s ease;
}

#d-bth-inner:hover {
  background-color: var(--clr-purple-header);
}

#d-bth-inner:hover .cls-1-arrow {
  fill: var(--clr-background);
  transition: all 0.3s ease;
}

#d-bth-inner:hover .btn-text {
  color: var(--clr-background);
}

#d-btn .btn-text {
  color: var(--clr-purple-header);
}

.btn-text {
  cursor: pointer;
}

#section1 #l-section1 {
  flex: 1 1 55%;
}

#all-events {
  color: var(--clr-purple);
  background-color: #1d1d1de6;
  padding: 1.75em 2.25em;
  border-bottom: 1px solid var(--clr-purple);
  border-top: 1px solid var(--clr-purple);
  margin: 0px 0px 2em 2.25em;
}

#all-events:hover {
  background-color: var(--clr-background);
}

#svg-purple-play {
  animation: scale1 1.5s infinite ease-in-out;
}

@keyframes scale1 {
  50% {
    transform: scale(1.2);
  }
}

#section2 {
  display: flex;
  max-width: 1600px;
  margin: 3em auto;
  gap: 2.25em;
}

.imgbox-title {
  font-size: var(--fs-64);
  font-weight: var(--fw-light);
  line-height: 1em;
  width: 100%;
}

.imgbox {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 33.333%;
  justify-content: flex-end;
  background-color: var(--clr-background);
  border-bottom: 1px solid var(--clr-purple);
  padding: 16.5em 2.875em 1em 1.5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  z-index: 2;
}

.imgbox:nth-child(1) {
  background-image: url(images/imgBox-public-events.jpg);
}

.imgbox:nth-child(2) {
  background-image: url(images/imgBox-private-events.jpg);
}

.imgbox:nth-child(3) {
  background-image: url(images/imgBox-solutions.jpg);
}

.imgbox .imgbox-title {
  margin: 0px;
}

.imgbox .imgbox-title:before {
  content: "";
  width: 1px;
  height: 35px;
  background-color: var(--clr-purple);
  position: absolute;
  transform: translateY(-0.9em);
}

.imgbox .fs-22 {
  margin: 40px 0px 48px 24px;
  flex-grow: 1;
  min-height: 260px;
}

.imgbox .fs-22 span {
  color: var(--clr-gray-text);
}

#section3 {
  position: relative;
}

#robotic-cameras {
  display: flex;
  max-width: 1290px;
  align-items: flex-end;
  padding: 4.25em 9.875em 3.625em 4.5em;
  box-sizing: border-box;
  margin: 0px auto;
}

#routing-hp {
  display: flex;
  max-width: 1290px;
  align-items: center;
  padding: 4.25em 0 3.625em 4.5em;
  box-sizing: border-box;
  margin: 0px auto;
  gap: 4.5em;
}

#routing-hp {
  margin-top: 8em;
}

.linear-bg {
  background: transparent linear-gradient(270deg, #3a333d 0%, #14141600 100%) 0%
    0% no-repeat padding-box;
}

.linear-bg1 {
  background: transparent linear-gradient(270deg, #14141600 0%, #3a333d 100%) 0%
    0% no-repeat padding-box;
}

#new {
  font-size: var(--fs-28);
  color: var(--clr-gray-text);
  flex: 1 0 100%;
}

#robotic-cameras h2,
#routing-hp h2 {
  font-size: var(--fs-64);
  line-height: 1.1em;
  margin: 6px 0px 46px 0px;
}

#robotic-cameras p {
  margin: 0px 0px 78px 0px;
  flex: 0 1 620px;
}

#routing-hp p {
  margin: 0px 0px 78px 0px;
}

.r-cameras-btn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

#r-cameras {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 70%;
}

#l-routing-hp {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 50%;
}

#r-routing-hp {
  flex: 1 1 50%;
}

#r-cameras > * {
  z-index: 2;
}

#l-routing-hp > * {
  z-index: 2;
}

#o-g-position-routing {
  width: 600px;
  height: 600px;
  top: -240px;
  right: 280px;
  z-index: 2;
}

#l-cameras {
  flex: 1 3 30%;
}

#cameras-img-wrapper {
  position: relative;
}

#cameras-img-wrapper img {
  max-width: 100%;
  z-index: 2 !important;
  position: relative;
}

#section4 {
  padding: 8.125em 0;
  position: relative;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
}

.p-btn {
  border: 1px solid var(--clr-purple-button);
  color: var(--clr-purple-button);
}

.p-btn:hover {
  background-color: var(--clr-purple-button);
  color: var(--clr-background);
}

.p-btn:hover svg .cls-1-arrow {
  fill: var(--clr-background);
}

.p-btn1 {
  color: var(--clr-purple-button);
}

.btn span {
  margin-left: 1.375em;
}

.icon-box-wrapper {
  display: flex;
  margin: 9em auto;
  max-width: 1600px;
  flex-direction: row;
}

.icon-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 0;
  padding: 0 1em;
}

.icon-box img {
  margin-bottom: 1.875em;
  border-radius: 50%;
  box-shadow: var(--bs-thin);
}

.icon-box h3 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0.75em;
}

.icon-box p {
  text-align: center;
  max-width: 220px;
  margin: 0px;
}

#section5 {
  position: relative;
  padding: 8.125em 0;
}

.gray-bg-box {
  background-color: var(--clr-gary-bg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}

.right-icon {
  display: flex;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1em;
}

.h2-wrapper1 {
  display: flex;
  flex: 1 1 auto;
  max-width: 1290px;
  margin-right: auto;
  margin-left: auto;
  column-gap: 1.75em;
  margin-bottom: 5.25em;
}

.h2-wrapper1::after {
  display: flex;
  flex: 1 1 auto;
  content: "";
  border-bottom: 1px solid var(--clr-purple);
  transform: translateY(-0.95rem);
}

.live-b-wrapper {
  display: flex;
  flex: 1 1 auto;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  background-color: var(--clr-background);
  margin-bottom: 2.25em;
}

.live-b-box {
  display: flex;
  flex: 1 1 auto;
  gap: 2.25em;
  min-height: 23.125em;
  padding: 1.75em;
}

.live-b-img {
  display: flex;
  flex: 1 1 50%;
  background-image: url(images/default.png);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.live-b-text {
  display: flex;
  flex-direction: column;
  flex: 1 1 50%;
  justify-content: space-between;
  z-index: 5;
}

.live-b-date {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  height: 95px;
}

.live-b-date > div {
  display: flex;
  flex-direction: column;
  background-color: var(--clr-gary-bg);
  flex: 0 1 110px;
  color: var(--clr-purple);
  font-size: 3em;
  line-height: 0.8em;
  font-weight: var(--fw-title);
  align-items: center;
  justify-content: center;
}

.live-b-date span {
  font-weight: var(--fw-body);
  font-size: 0.416em;
  line-height: 1em;
}

.live-b-title {
  font-size: var(--fs-48);
  line-height: 1.1em;
  margin: 0.5em 0;
}

.live-b-time {
  color: var(--clr-gray-text);
  font-size: var(--fs-24);
  margin-bottom: 0.5em;
}

.live-b-button {
  display: flex;
  justify-content: flex-start;
}

#section6 {
  position: relative;
  padding: 8.125em 0;
}

.rebroadcast-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  grid-gap: 4em;
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5.25em;
}

.rebroadcast-box {
  text-decoration: none;
}

.rebroadcast-box:hover {
  cursor: pointer;
}

.rebroadcast-date {
  display: flex;
  color: var(--clr-text);
  font-size: var(--fs-20);
  margin-bottom: 5px;
}

.rebroadcast-date > div {
  margin-left: 11px;
}

.reb-img {
  height: 17.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(images/default.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.reb-title {
  background-color: var(--clr-dark-p-bg);
  min-height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em;
  box-sizing: border-box;
  margin-top: 12px;
}

.reb-title h3 {
  line-height: 1.1em;
  text-align: center;
}

#section7 {
  position: relative;
  padding: 8.125em 0;
}

.recommend-wrapper {
  display: flex;
  justify-content: flex-end;
  transform: translateX(-20%);
  gap: 2.25em;
  width: 95%;
  z-index: 1;
  transition: transform 0.4s ease-in-out;
}

.btn-wrapper1 {
  display: flex;
  justify-content: space-between;
  padding-left: 18.5vw;
  padding-right: 18.5vw;
}

.recommend-box {
  background-color: var(--clr-dark-p-bg);
  padding: 5.25em 2.625em 3em 2.625em;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  /* opacity: 0.25; */
  transition: opacity 0.4s ease-in-out;
}

.recommend-box.center {
  opacity: 1;
}

.recommend-box svg {
  position: absolute;
  top: -2.5em;
  max-width: 100%;
}

.recommend-box p {
  color: var(--clr-gray-text);
  font-size: 2.05vw;
  font-weight: var(--fw-light);
  margin-bottom: 2.25rem;
  max-width: 506px;
  flex: 1 0 100%;
}

.recommend-box img {
  max-width: 100%;
}

#section8 {
  position: relative;
  padding: 8.125em 0 12em 0;
}

.logo-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 2.25em;
  max-width: 1606px;
  margin-right: auto;
  margin-left: auto;
}

.logo-box {
  background-image: linear-gradient(290deg, #e2d9e5 0%, #ffffff 100%);
  box-sizing: border-box;
  border: 10px solid var(--clr-lit-p-bg);
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}

.logo-box img {
  max-width: 100%;
  max-height: 100%;
}

#section9 {
  padding: 4.5em 0px;
  position: relative;
}

.photo-wrapper {
  position: relative;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  margin-bottom: 2em;
}

.photo-v-lines::before {
  position: absolute;
  top: 0px;
  right: -1px;
  content: "";
  height: 127px;
  width: 1px;
  background-color: var(--clr-purple-header);
}

.photo-v-lines::after {
  position: absolute;
  top: 0px;
  left: -1px;
  content: "";
  height: 127px;
  width: 1px;
  background-color: var(--clr-purple-header);
}

.photo-wrapper h2 {
  font-size: var(--fs-40);
  font-weight: var(--fw-title);
  display: flex;
  flex: 1 1 auto;
  gap: 1.5rem;
  transform: translateY(-1.2rem);
}

.photo-wrapper h2::before,
.photo-wrapper h2::after {
  display: flex;
  flex: 1 1 auto;
  content: "";
  border-bottom: 1px solid var(--clr-purple-header);
  transform: translateY(-1rem);
}

.photo-button-wrapper {
  display: flex;
  flex: 1 1 auto;
  padding-top: 4rem;
  gap: 1.5rem;
}

.photo-button-wrapper::before,
.photo-button-wrapper::after {
  display: flex;
  flex: 1 1 auto;
  content: "";
  border-bottom: 1px solid var(--clr-purple-header);
  transform: translateY(-1.8em);
}

.p-h-btn {
  border: 1px solid var(--clr-purple-header);
  color: var(--clr-purple-header);
  transition: all 0.3s ease;
}

.p-h-btn:hover {
  background-color: var(--clr-purple-header);
  color: var(--clr-background);
  transition: all 0.3s ease;
}

.p-h-btn:hover svg .cls-1-h-arrow {
  fill: var(--clr-background);
  transition: all 0.3s ease;
}

#footer {
  background-color: var(--clr-black-bg);
}

.footer-button-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1606px;
  margin: 0px auto;
  box-sizing: border-box;
}

#footer-button {
  position: absolute;
  top: -28px;
  left: 0px;
  background-color: var(--clr-purple-header);
  color: var(--clr-background);
}

.footer-wrapper {
  padding: 6.375em 0px 4.5em 0px;
  max-width: 1606px;
  display: flex;
  margin: 0px auto;
  box-sizing: border-box;
}

.footer-right-box {
  flex: 0 1 39%;
  display: flex;
  padding: 2em 0px;
  box-sizing: border-box;
}

.footer-middle-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 22%;
  background-color: var(--clr-gary-bg);
  border-top: 1px solid var(--clr-purple);
  border-bottom: 1px solid var(--clr-purple);
  padding: 1.75em 0px 2em;
}

.footer-left-box {
  flex: 0 1 39%;
}

.footer-col1,
.footer-col2,
.footer-col3 {
  flex: 0 1 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-right-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-right-box ul li {
  line-height: 2em;
}

.footer-text,
.footer-text a {
  text-decoration: none;
  color: var(--clr-lit-p-bg);
  font-size: var(--fs-16) !important;
  transition: all 0.3s ease;
}

.bold-footer-text a {
  font-weight: var(--fw-title);
  color: var(--clr-gray-text);
}

.bold-footer-text svg {
  padding-right: 7px;
}

.footer-text a:hover {
  color: var(--clr-gray-text);
}

#footer-search,
.footer-search {
  display: flex;
  align-items: center;
}

#footer-search input,
.footer-search input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--clr-lit-p-bg);
  max-width: 100px;
  margin-right: 5px;
  font-family: var(--ff-typing);
  color: var(--clr-gray-text);
  font-size: var(--fs-16);
}

#footer-search input::placeholder,
.footer-search input::placeholder {
  font-family: var(--ff-body);
  color: var(--clr-lit-p-bg);
}

#footer-search input:focus,
.footer-search input:focus {
  /* background-color: var(--clr-dark-p-bg); */
  outline-width: 0;
}

.footer-middle-box h3 {
  font-size: var(--fs-32);
  font-weight: var(--fw-ub-title);
  color: var(--clr-gray-text);
  text-align: center;
  line-height: 1em;
}

.footer-middle-box h4 {
  font-size: var(--fs-18);
  font-weight: var(--fw-body);
  color: var(--clr-gray-text);
  text-align: center;
  padding-bottom: 0.8rem;
}

.about-tips {
  color: var(--clr-text);
  font-size: var(--fs-16);
  padding: 0px 10px 0px 0px;
  margin: 0px 0px 1.5em 0px;
  list-style-type: none;
  line-height: 2em;
}

.about-tips li {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.about-tips li::before {
  content: url("images/V.svg");
  transform: translateX(10px) translateY(-2px);
}

.floating-form {
  display: flex;
  align-self: stretch;
  margin: 0 1.5em;
}

.floating-field {
  position: relative;
  flex: 0 1 84%;
  display: flex;
}

.floating-input {
  background-color: transparent;
  border: 1px solid var(--clr-purple);
  color: var(--clr-gray-text);
  font-family: var(--ff-typing);
  font-size: var(--fs-16);
  padding: 12px;
  flex: 0 1 100%;
}

.floating-input:focus {
  border: 1px solid var(--clr-purple);
  outline-width: 0px;
}

.floating-label {
  position: absolute;
  top: 12px;
  right: 12px;
  transition: 0.2s ease all;
  color: var(--clr-purple);
  font-size: var(--fs-16);
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
  top: -14px;
  right: 10px;
  font-size: var(--fs-14);
  background-color: var(--clr-gary-bg);
  padding: 4px;
}

#arrow-submit-button {
  border: 1px solid var(--clr-purple);
  background-color: var(--clr-purple);
  flex: 0 1 16%;
  cursor: pointer;
}

.arrow-submit-button {
  border: 1px solid var(--clr-purple);
  background-color: var(--clr-purple);
  flex: 0 1 16%;
  cursor: pointer;
}

.confirm-terms {
  font-size: var(--fs-14);
  text-align: center;
  margin-top: 8px;
}

.en-footer-text {
  direction: ltr;
  -webkit-text-stroke: 1px var(--clr-p-line);
  font-size: 5.5vw;
  line-height: 1em;
  font-weight: var(--fw-title);
  color: transparent;
  margin-bottom: -0.2em;
  margin-top: -0.1em;
}

.footer-credits {
  display: flex;
  justify-content: space-between;
  max-width: 1606px;
  padding: 1.375em 0px;
  margin: 0px auto;
  box-sizing: border-box;
  border-top: 1px solid var(--clr-p-line);
}

.footer-credits p,
.footer-credits p a {
  color: var(--clr-p-line);
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-credits p:nth-child(2) {
  margin: 0 1em 0 auto;
  border-right: 1px solid var(--clr-p-line);
  padding-right: 1em;
}

.footer-credits p a:hover {
  color: var(--clr-gray-text);
}

.o-gradient {
  background-image: radial-gradient(
    closest-side,
    #d4481c33 0%,
    #dd919817 58%,
    #e4c6f300 100%
  );
  position: absolute;
  /*
    background-color: orange;
    */
}

.p-gradient {
  background-image: radial-gradient(
    closest-side,
    #6e3a8273 0%,
    #6e3a8238 58%,
    #6e3a8200 100%
  );
  position: absolute;
  /*     
    background-color: purple;
    */
}

#o-g-position-0 {
  width: 14.625em;
  height: 43.75em;
  bottom: -10vh;
  right: 7vw;
  z-index: 2;
}

#o-g-position-1 {
  width: 59.375em;
  height: 59.375em;
  top: 0px;
  left: -320px;
  z-index: -1;
}

#o-g-position-2 {
  width: 1158px;
  height: 1158px;
  top: -546px;
  left: 0px;
  z-index: -1;
}

#o-g-position-3 {
  width: 950px;
  height: 950px;
  bottom: -348px;
  right: -120px;
  z-index: 1;
}

#o-g-position-4 {
  width: 1080px;
  height: 1080px;
  top: 94px;
  left: -470px;
  z-index: -1;
}

#o-g-position-5 {
  width: 786px;
  height: 786px;
  bottom: -48px;
  right: 149px;
  z-index: -1;
}

#o-g-position-6 {
  width: 962px;
  height: 962px;
  bottom: -480px;
  right: 313px;
  z-index: -1;
}

#o-g-position-7 {
  width: 734px;
  height: 734px;
  top: 128px;
  right: -258px;
  z-index: -1;
}

#o-g-position-8 {
  width: 1080px;
  height: 1080px;
  bottom: -197px;
  left: 0px;
  z-index: -1;
}

#o-g-position-9 {
  width: 734px;
  height: 734px;
  bottom: 218px;
  right: -140px;
  z-index: -1;
}

#o-g-position-player {
  width: 867px;
  height: 867px;
  bottom: -96px;
  left: -64px;
  z-index: -3;
}

#p-g-position-0 {
  width: 16.125em;
  height: 50em;
  bottom: -10vh;
  right: 0px;
  z-index: 1;
}

#p-g-position-1 {
  width: 1460px;
  height: 1460px;
  top: 0px;
  right: 28px;
  z-index: 1;
}

#p-g-position-2 {
  width: 994px;
  height: 216px;
  top: -15%;
  left: -40%;
  z-index: 1;
  transform: rotate(-15deg);
}

#p-g-position-3 {
  width: 1460px;
  height: 1460px;
  top: 222px;
  left: -370px;
  z-index: -2;
}

#p-g-position-4 {
  width: 1460px;
  height: 1460px;
  top: -270px;
  right: -430px;
  z-index: -2;
}

#p-g-position-5 {
  width: 1280px;
  height: 1280px;
  bottom: -337px;
  right: 115px;
  z-index: -2;
}

#p-g-position-6 {
  width: 1372px;
  height: 1372px;
  bottom: -595px;
  left: 145px;
  z-index: -2;
}

#p-g-position-player {
  width: 780px;
  height: 780px;
  top: -113px;
  right: 90px;
  z-index: -4;
}

#p-g-position-7 {
  width: 950px;
  height: 950px;
  top: 75px;
  left: -200px;
  z-index: -2;
}

#p-g-position-8 {
  width: 1460px;
  height: 1460px;
  bottom: -708px;
  left: -474px;
  z-index: -2;
}

/* broadcasts-page*/

.switch-language {
  position: relative;
  display: inline-block;
}

.switch-language > span {
  position: absolute;
  top: 1px;
  pointer-events: none;
  font-weight: var(--fw-body);
  font-family: var(--ff-body);
  font-size: 14px;
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: var(--clr-p-logo1);
}

input.check-toggle-round-flat:checked ~ .on {
  color: var(--clr-gray-text);
}

.switch-language > span.on {
  left: 0;
  color: var(--clr-p-logo1);
}

.switch-language > span.off {
  right: 0;
  color: var(--clr-purple-header);
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 60px;
  height: 20px;
  background-color: var(--clr-dark-p-bg);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: var(--clr-dark-p-bg);
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}

input.check-toggle-round-flat + label:after {
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 30px;
  background-color: var(--clr-purple-header);
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 30px;
}

#event-details-section {
  display: flex;
  padding: 2.25em;
  background-color: var(--clr-gary-bg);
}

#lng-and-img-box {
  flex: 0 1 24%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

#lng-box {
  flex: 0 1 auto;
}

#event-title-and-subtitle {
  flex: 0 1 52%;
  padding: 0px 2.25em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

#event-date {
  flex: 0 1 24%;
  box-sizing: border-box;
}

#event-logo {
  background-image: linear-gradient(290deg, #e2d9e5 0%, #ffffff 100%);
  box-sizing: border-box;
  height: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 278px;
  /* margin-right: 1em; */
}

#event-logo img {
  max-width: 100%;
  max-height: 100%;
}

#event-title {
  margin-bottom: 0.3rem;
}

#event-title {
  font-size: var(--fs-32);
  font-weight: var(--fw-title);
  line-height: var(--lh-regular);
  text-align: center;
  color: var(--clr-text);
}

#event-title .big-word {
  font-size: var(--fs-24);
}

#event-subtitle {
  color: var(--clr-text);
  font-size: var(--fs-22);
  font-weight: var(--fw-body);
  line-height: 1.3em;
  text-align: center;
}

#event-date {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

#event-date > .event-box {
  display: flex;
  flex-direction: column;
  background-color: var(--clr-background);
  flex: 0 1 120px;
  color: var(--clr-purple);
  font-size: 1.75em;
  line-height: 1em;
  font-weight: var(--fw-title);
  align-items: center;
  justify-content: top;
  padding-top: 32px;
  height: 106px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--clr-lit-p-bg);
}

#event-date span {
  font-weight: var(--fw-body);
  font-size: 0.642em;
  line-height: 1.1em;
}

#event-time {
  flex: 1 0 100%;
  max-width: 380px;
  color: var(--clr-gray-text);
  font-size: var(--fs-22);
  border-bottom: 1px solid var(--clr-lit-p-bg);
  padding-bottom: 7px;
  text-align: center;
}

#video-player-section {
  position: relative;
  padding: 1.5em 0 5em 0;
}

.video-player-wrapper {
  max-width: 952px;
  margin: 0 auto;
}

.chat-frame-container {
  position: fixed;
  bottom: 75px;
  right: 10px;
  width: 240px;
  /* height: 80vh; */
  height: 480px;
  z-index: 9999;
  overflow: visible;
  pointer-events: none;
}

.chat-frame-container.open {
  pointer-events: auto;
}

.chat-frame-container .chat-button {
  pointer-events: auto;
}

.chat-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  pointer-events: none;
}

.chat-frame.chat-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.chat-button.open .icon-open {
  display: none;
}
.chat-button.open .icon-close {
  display: inline-block;
}
.chat-button .icon-close {
  display: none;
}

.buttons-before-player-wrapper {
  display: flex;
  gap: 2em;
  border-bottom: 1px solid var(--clr-p-line);
  margin-bottom: 12px;
}

.push-left-player-btn {
  margin-right: auto;
}

.push-inline-start-player-btn {
  margin-inline-start: auto;
}

.more-btn-responsive {
  display: none !important;
}

.player-btn,
.video-views-number {
  display: flex;
  align-items: center;
  font-size: var(--fs-14);
  background-color: transparent;
  gap: 8px;
}

.player-btn,
.player-btn svg path {
  transition: 0.3s ease all;
}

.button-before-player {
  border: none;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 8px 4px;
  color: var(--clr-lit-p-bg);
}

.button-before-player:hover {
  color: var(--clr-purple-header);
}

.button-before-player:active,
.button-before-player.active {
  color: var(--clr-purple-header);
  border-bottom: 3px solid var(--clr-purple-header);
}

.button-before-player:hover svg path,
.button-before-player.active svg path {
  fill: var(--clr-purple-header);
}

/* .player-btn span, .video-views-number span{
    margin-right: 8px;
} */

.video-player-box {
  background-color: var(--clr-dark-p-bg);
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  aspect-ratio: 16 / 9;
}

.buttons-after-player-wrapper {
  display: flex;
  gap: 1em;
  margin-bottom: 2em;
  margin-top: 12px;
}

.button-after-player {
  padding: 0.7em 2em;
}
.picture-in-picture-btn {
  padding: 0.7em 0.85em;
}

.border-btn {
  color: var(--clr-purple-button);
  border: 1px solid var(--clr-purple-button);
}

.border-btn:hover {
  background-color: var(--clr-purple-button);
  color: var(--clr-background);
}

.no-border-btn {
  color: var(--clr-purple-button);
  border: none;
}

.no-border-btn:hover {
  background-color: var(--clr-black-bg);
}

.border-btn:hover svg path,
.border-btn:hover svg rect {
  fill: var(--clr-background);
}

.video-views-number {
  color: var(--clr-purple-button);
}

.refresh-btn {
  color: var(--clr-lit-p-bg);
  border: none;
  padding: 0.7em 1em;
}

.refresh-btn:hover {
  color: var(--clr-gray-text);
}

.refresh-btn:hover svg path {
  fill: var(--clr-gray-text);
}

.refresh-btn:active {
  background-color: var(--clr-black-bg);
}

.text-about-event {
  font-size: var(--fs-20);
  /* max-width: 65%; */
  line-height: 1.35em;
  text-align: center;
}

.chat-button {
  border: none;
  border-radius: 50%;
  background-image: linear-gradient(163deg, #6e3a82 0%, #521665 100%);
  box-shadow: var(--bs-thin);
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 2em;
  bottom: 2em;
  z-index: 9999;
}

.fixed-write-greeting-btn-wrapper {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  left: 2em;
  bottom: 2em;
  z-index: 9999;
}

.fixed-write-greeting-btn {
  color: var(--clr-background);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background-color: var(--clr-purple-header);
  padding: 0.7em 2em;
  margin-right: auto;
}

.fixed-write-greeting-btn span {
  margin-right: 8px;
}

#event-links-and-ads-section {
  position: relative;
  padding: 4em 0;
}

.event-links-wrapper {
  display: flex;
  justify-content: center;
  gap: 2.25em;
}

.event-link-btn {
  top: 1381px;
  left: 507px;
  width: 278px;
  height: 170px;
  display: flex;
  border: 1px solid #e2d9e5;
  box-sizing: border-box;
  padding: 1.375em 0.5em 1.375em;
  flex: 0 1 278px;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: 0.3s ease all;
}

.event-link-btn svg {
  filter: drop-shadow(2px 2px 6px #14141633);
}

.event-link-btn span {
  top: 1475px;
  left: 1170px;
  width: 208px;
  height: 49px;
  text-align: center;
  letter-spacing: 0px;
  opacity: 1;
  color: #fdf6ff;
}

/* .event-link-btn span {
    text-align: center;
    margin-top: 12px;
    font-size: var(--fs-20);
    color: var(--clr-background);
} */

.event-link-btn:hover {
  transform: translateY(-8px);
}

.event-ads-wrapper {
  max-width: 1220px;
  margin: 0 auto;
}

.event-ads-grid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1em;
  align-items: flex-start;
}

.event-ads-grid img {
  flex: 1 1 0;
  max-width: calc(50% - 1.25em);
  height: auto;
}

.separator-decoration-before-ads-wrapper {
  display: flex;
  flex: 1 1 auto;
  column-gap: 1.75em;
  margin: 3em 0;
}

.separator-decoration-before-ads-wrapper::before,
.separator-decoration-before-ads-wrapper::after {
  display: flex;
  flex: 1 1 auto;
  content: "";
  border-bottom: 1px solid var(--clr-purple);
  transform: translateY(-0.9em);
}

.event-ad {
  width: 100%;
}

#write-greetings-and-more-broadcasts-wrapper {
  position: relative;
  padding: 4em 0 5em;
}

.border-write-greeting-btn-wrapper {
  display: flex;
  justify-content: center;
}

.border-write-greeting-btn {
  color: var(--clr-purple-header);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border: 1px solid var(--clr-purple-header);
  padding: 0.7em 2em;
  background-color: transparent;
  font-size: var(--fs-18);
}

.border-write-greeting-btn,
.border-write-greeting-btn svg {
  transition: 0.3s ease all;
}

.border-write-greeting-btn span {
  margin-right: 8px;
}

.border-write-greeting-btn:hover {
  background-color: var(--clr-purple-header);
  color: var(--clr-background);
}

.border-write-greeting-btn:hover svg path {
  fill: var(--clr-background);
}

.greetings-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2em;
  max-width: 1220px;
  margin: 3em auto 10em auto;
}

.greeting-box {
  display: flex;
  background-color: var(--clr-dark-p-bg);
  border-bottom: 1px solid var(--clr-purple);
  padding: 4em 2.5em 2em 2.5em;
  flex-direction: column;
}

.greeting-name {
  color: var(--clr-purple-header);
  font-size: var(--fs-38);
  margin-bottom: 1.5rem;
}

.greeting-content {
  margin-bottom: 5rem;
  color: var(--clr-purple-button);
}

.greeting-time {
  color: var(--clr-lit-p-bg);
  font-size: var(--fs-16);
  margin-top: auto;
}

.greeting-box-default {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed var(--clr-lit-p-bg);
  color: var(--clr-lit-p-bg);
  min-height: 360px;
}

.h2-wrapper3 h2 {
  font-size: var(--fs-64);
  text-align: center;
  line-height: 0.8em;
}

.h2-wrapper3 h2 span {
  font-size: 0.593em;
}

.h2-wrapper3::before,
.h2-wrapper3::after {
  display: flex;
  flex: 1 1 auto;
  content: "";
  border-top: 1px solid var(--clr-purple);
  transform: translateY(2.7em);
}

.chat-wrapper {
  width: 360px;
  margin: 0 auto;
  box-shadow: var(--bs-regular);
}

.chat-title-wrapper {
  display: flex;
  align-items: center;
  background-image: linear-gradient(101deg, #6e3a82 50%, #521665 100%);
  padding: 1em 1.75em 1em 0;
}

.chat-title-wrapper h3 {
  font-size: var(--fs-16);
  margin-right: 12px;
}

.chat-body-wrapper {
  background-color: var(--clr-background);
  padding: 1.25em 1.625em;
  min-height: 422px;
  max-height: 422px;
  overflow-y: scroll;
}

.chat-body-wrapper::-webkit-scrollbar {
  width: 8px;
}

.chat-body-wrapper::-webkit-scrollbar-track {
  background: var(--clr-background);
}

.chat-body-wrapper::-webkit-scrollbar-thumb {
  background: var(--clr-gary-bg);
}

.chat-body-wrapper::-webkit-scrollbar-thumb:hover {
  border-right: 1px solid var(--clr-dark-p-bg);
  border-left: 1px solid var(--clr-dark-p-bg);
}

.chat-content-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.chat-content-box {
  background-color: var(--clr-chat-bg);
  max-width: 75%;
  padding: 0.5em;
  position: relative;
}

.chat-arrow-before::before {
  position: absolute;
  top: 0;
  right: -6px;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 0px 8px 6px;
  border-color: transparent transparent transparent var(--clr-chat-bg);
  vertical-align: middle;
}

.user-chat .chat-content-box::after {
  position: absolute;
  top: 0;
  left: -6px !important;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px 6px 8px 0px;
  border-color: transparent var(--clr-p-logo2) transparent transparent;
  vertical-align: middle;
}

.chat-content,
.chat-name {
  font-size: var(--fs-14);
  color: var(--clr-text);
}

.chat-name {
  font-weight: var(--fw-title);
}

.user-chat .chat-content-box {
  align-self: flex-end;
  background-color: var(--clr-p-logo2);
}

.user-chat .chat-content {
  color: var(--clr-purple-button) !important;
}

.chat-time {
  font-size: var(--fs-14);
  color: var(--clr-lit-p-bg);
  margin: 2px 0 12px;
}

.user-chat .chat-time {
  align-self: flex-end;
}

.chat-input-text[type="text"] {
  background-color: var(--clr-chat-bg);
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-family: var(--ff-typing);
  color: var(--clr-gray-text);
  font-size: var(--fs-14);
  padding: 1em;
  transition: 0.3s ease all;
  border: 1px solid var(--clr-chat-bg);
}

.chat-input-text::placeholder {
  font-family: var(--ff-body);
  color: var(--clr-gray-text);
}

.chat-input-text[type="text"]:focus {
  border: 1px solid var(--clr-purple);
  outline-width: 0;
}

.two-video-players-mode {
  display: flex;
}

.two-video-players-mode .big-player {
  margin: 0 auto 0 0;
  flex: 0 1 952px;
}

.participants-names-wrapper {
  position: relative;
  box-shadow: var(--bs-thin);
  opacity: 0.65;
  overflow: hidden;
  opacity: 1;
  padding: 1.25em 2em;
  box-sizing: border-box;
}

.participants-names-wrapper::before {
  content: "";
  background-color: var(--clr-background);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.participants-names-wrapper::after {
  content: "";
  background: radial-gradient(farthest-side, #6e3a82 0%, #141416 80%);
  position: absolute;
  top: -50%;
  left: -60%;
  right: -60%;
  bottom: -50%;
  transform: rotate(150deg);
  z-index: -1;
  opacity: 0.6;
}

.participants-names-title {
  font-size: var(--fs-22);
  font-weight: var(--fw-light);
  color: var(--clr-purple-button);
  margin-bottom: 1.25em;
}

.participants-names-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  column-gap: 2em;
  row-gap: 1.25em;
  margin: 0 auto;
}

.participants-names-box {
  background: transparent linear-gradient(283deg, #e2d9e5 0%, #ffffff 100%);
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-background);
  font-size: var(--fs-14);
  font-weight: var(--fw-title);
}

.small-player {
  margin: 0 0 0 2em;
  flex: 0 1 471px;
}

.small-player .video-player-box {
  height: 297px;
}

.switch-players-wrapper {
  margin: 0 2em;
  flex: 0 1 36px;
  padding-top: 168px;
}

.switch-players-button {
  border: none;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdf6ffcc;
}

.switch-players-button:hover {
  background-color: #fdf6ff;
}

.switch-players-button:active {
  transform: skewX(-20deg);
}

.text-about-event.small-player {
  max-width: 100%;
  margin: 0;
}

.broadcast-schedule-wrapper {
  margin-top: 3em;
}

.broadcast-schedule-title {
  font-size: var(--fs-22);
  padding-bottom: 0.75rem;
}

.broadcast-schedule-box {
  display: flex;
  padding: 10px;
  background-color: var(--clr-gary-bg);
  transition: 0.3s ease all;
  position: relative;
}

.broadcast-schedule-box:hover {
  background-color: var(--clr-black-bg);
}

.broadcast-schedule-box:not(:last-child)::after {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: 1px;
  bottom: 0;
  right: 10px;
  background-color: var(--clr-p-line);
}

.broadcast-schedule-time {
  flex: 0 1 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--clr-dark-p-bg);
  color: var(--clr-gray-text);
  font-size: var(--fs-18);
}

.broadcast-schedule-text {
  flex: 0 1 72%;
  padding-right: 1.125em;
  box-sizing: border-box;
}

.broadcast-schedule-text h4 {
  font-size: var(--fs-16);
  color: var(--clr-gray-text);
  font-weight: var(--fw-title);
}

.broadcast-schedule-text p {
  font-size: var(--fs-14);
  color: var(--clr-text);
}

.broadcast-schedule-play {
  flex: 0 1 14%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.now-live-popup {
  background-image: radial-gradient(
    circle at 100%,
    #6e3a8257 0%,
    #6e3a822b 33%,
    #1d1d1d80 66%,
    #1d1d1d 100%
  );
  width: 220px;
  margin: auto;
  box-sizing: border-box;
  padding: 1em;
  position: relative;
  /*
    position: absolute;
    right: 2em;
    bottom: 2em;
    z-index: 999;
    */
}

.close-popup {
  border: none;
  background: transparent;
  padding: 4px 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}

.close-popup:hover svg path {
  fill: var(--clr-white);
}

.now-live-popup-title {
  color: var(--clr-purple);
  font-size: var(--fs-16);
  font-weight: var(--fw-title);
  text-align: center;
  margin-bottom: 1rem;
}

.now-live-popup-b-title {
  color: var(--clr-gray-text);
  font-size: var(--fs-14);
  font-weight: var(--fw-body);
  text-align: center;
  margin-bottom: 1.5rem;
}

.now-live-popup-btn-wrapper {
  display: flex;
  justify-content: center;
}

.now-live-popup-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-14);
  color: var(--clr-background);
  background-color: var(--clr-purple-header);
  flex: 0 1 auto;
  padding: 0.75em 1.5em;
  box-sizing: border-box;
  text-decoration: none;
}

.now-live-popup-btn span {
  margin-left: 10px;
}

.now-live-popup-btn svg path {
  fill: var(--clr-background);
}

.broadcast-message-wrapper {
  display: flex;
  justify-content: center;
}

.broadcast-message {
  background-image: radial-gradient(
    circle at 100%,
    #6e3a8257 0%,
    #6e3a822b 33%,
    #1d1d1d80 66%,
    #1d1d1d 100%
  );
  padding: 1em 1em 1em 2em;
}

.broadcast-message p {
  font-size: var(--fs-18);
  color: var(--clr-purple-button);
  width: auto;
  display: flex;
}

.broadcast-message p::before {
  content: "!";
  display: flex;
  flex: 0 1 auto;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background-color: var(--clr-purple);
  border-radius: 50%;
  color: var(--clr-background);
  font-size: var(--fs-18);
  margin-left: 1rem;
}

.join-chat-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 422px;
}

.join-chat-box {
  background-image: radial-gradient(
    circle at 0%,
    #6e3a8257 0%,
    #6e3a822b 20%,
    #1d1d1d80 40%,
    #1d1d1d 100%
  );
  box-sizing: border-box;
  padding: 2em 1.5em 1.5em;
  border-bottom: 1px solid var(--clr-purple);
}

.join-chat-wrapper .floating-form {
  margin: 0;
}

.join-chat-title {
  color: var(--clr-gray-text);
  text-align: center;
  font-size: var(--fs-16);
  margin-bottom: 2rem;
}

.broadcast-popup {
  position: relative;
  background-color: var(--clr-background);
  background-image: radial-gradient(
    circle at 0%,
    #6e3a8257 0%,
    #6e3a822b 20%,
    #1d1d1d80 40%,
    #1d1d1d 100%
  );
  width: 434px;
  margin: auto;
  box-sizing: border-box;
  padding: 2.625em 2.625em 2em 2.625em;
  box-shadow: var(--bs-regular);
}

.wide-popup {
  width: 592px;
}

.broadcast-popup-title {
  font-size: var(--fs-28);
  color: var(--clr-gray-text);
  text-align: center;
  margin-bottom: 1.25rem;
  font-weight: var(--fw-title);
  line-height: 1.4em;
}

.broadcast-popup-text {
  text-align: center;
  font-size: var(--fs-18);
  margin-bottom: 2rem;
}

.floating-form-popup {
  display: flex;
  flex-direction: column;
  row-gap: 1.125em;
}

.floating-field-popup {
  position: relative;
  flex: 0 1 100%;
  display: flex;
}

.floating-input-popup {
  background-color: transparent;
  border: 1px solid var(--clr-purple);
  color: var(--clr-gray-text);
  font-family: var(--ff-typing);
  font-size: var(--fs-16);
  padding: 12px;
  flex: 0 1 100%;
}

.floating-input-popup:focus {
  border: 1px solid var(--clr-purple);
  outline-width: 0px;
}

.floating-label-popup {
  position: absolute;
  top: 12px;
  right: 12px;
  transition: 0.2s ease all;
  color: var(--clr-purple);
  font-size: var(--fs-16);
}

.floating-input-popup:focus ~ label,
.floating-input-popup:not(:placeholder-shown) ~ label {
  top: -14px;
  right: 10px;
  font-size: var(--fs-14);
  background-color: var(--clr-gary-bg);
  padding: 4px;
}

.full-width-submit-button {
  border: none;
  background-color: var(--clr-purple-header);
  font-size: var(--fs-18);
  color: var(--clr-background);
  height: 47px;
  font-weight: var(--fw-body);
}

.stay-connected-wrapper {
  display: flex;
  align-items: center;
}

input.stay-connected[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

input.stay-connected[type="checkbox"]::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: -3px;
  right: 0;
  border: 1px solid var(--clr-purple);
  background-color: var(--clr-gary-bg);
}

input.stay-connected[type="checkbox"]:checked::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  border: solid var(--clr-background);
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: 6px;
}

input.stay-connected[type="checkbox"]:checked::before {
  background-color: var(--clr-purple);
}

.stay-connected-wrapper label {
  color: var(--clr-purple);
  font-size: var(--fs-16);
  padding: 0 12px 0 0;
}

.phone-transmission-grid {
  display: flex;
  gap: 2em;
}

.phone-transmission-box {
  flex: 1 0 157px;
}

.phone-transmission-place {
  color: var(--clr-text);
  font-size: var(--fs-18);
  line-height: 1.5em;
}

.phone-transmission-number {
  border: 1px solid var(--clr-purple);
  display: flex;
  height: 78px;
  box-sizing: border-box;
  justify-content: center;
  padding: 0.75em 0;
  transition: 0.3s ease all;
}

.phone-transmission-number:hover {
  background-color: var(--clr-purple-header);
  border-color: var(--clr-purple-header);
}

.phone-transmission-number:hover svg path {
  fill: var(--clr-background);
}

.phone-transmission-number:hover span {
  color: var(--clr-background);
}

.phone-transmission-number svg {
  margin: 3px 0 0 9px;
  width: 15px;
  height: 15px;
}

.phone-transmission-number svg path {
  fill: var(--clr-purple);
}

.phone-transmission-number span {
  color: var(--clr-purple);
  font-size: var(--fs-18);
}

.phone-transmission-sponsorship {
  display: flex;
  justify-content: center;
  color: var(--clr-text);
  font-size: var(--fs-14);
  margin-top: 2.625em;
  gap: 8px;
}

.acceptance-terms-wrapper {
  display: flex;
  gap: 2em;
}

.acceptance-terms-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-decoration: none;
  height: 46px;
  font-size: var(--fs-16);
}

.acceptance-terms-wrapper .link-to-site-policy {
  color: var(--clr-purple);
  border: 1px solid var(--clr-purple);
}

.acceptance-terms-wrapper .acceptance-terms {
  background-color: var(--clr-purple-header);
  color: var(--clr-background);
  transition: 0.2s ease all;
}

.solutions-panel {
  margin-bottom: 1.125em;
  cursor: pointer;
}

.solutions-panel .panel svg:last-child {
  transform: rotate(0deg);
}

.solutions-panel .panel {
  display: flex;
  background-color: var(--clr-chat-bg);
  padding: 1em;
  box-sizing: border-box;
  align-items: center;
  transition: background-color 0.35s ease;
}

/* .solutions-panel .panel.active-panel{ */
.solutions-panel.active .panel {
  background-color: var(--clr-dark-p-bg);
}

/* .solutions-panel .panel.active-panel svg:last-child{ */
.solutions-panel.active .panel svg:last-child {
  transform: rotate(180deg);
}

.solutions-panel .panel svg:first-child {
  padding-left: 12px;
  min-width: 28px;
}

.solutions-panel .panel svg:last-child {
  margin-right: auto;
}

.solutions-panel .panel p {
  color: var(--clr-gray-text);
  font-weight: var(--fw-title);
  font-size: var(--fs-16);
  line-height: 1em;
}

.solutions-panel .solution {
  background-color: var(--clr-dark-p-bg);
  /* box-sizing: border-box; */
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 calc(1em + 30px) 0 1em;
  border-bottom: 1px solid var(--clr-p-line);
}

.solutions-panel .solution p {
  color: var(--clr-text);
  font-size: var(--fs-16);
  padding: 0.5em 0 0.5em;
}

.solutions-panel .solution img {
  padding-bottom: 0.5em;
}

.solutions-panel.active .solution {
  max-height: 400px;
}

.broadcast-popup-more-text {
  font-size: var(--fs-16);
  margin-top: 2em;
}

.broadcast-support-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 1em;
}

#broadcast-support-whatsapp,
#broadcast-support-mail {
  border: 1px solid var(--clr-text);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--clr-text);
  font-size: var(--fs-16);
  background-color: transparent;
  height: 46px;
  padding: 1em 0;
  box-sizing: border-box;
  flex: 0 1 150px;
}

/* .active-broadcast-support-mail */

#broadcast-support-mail.active {
  border: 1px solid var(--clr-dark-p-bg);
  background-color: var(--clr-dark-p-bg);
  color: var(--clr-gray-text);
}

#broadcast-support-whatsapp span,
#broadcast-support-mail span {
  margin-right: 10px;
}

#broadcast-support-form {
  position: relative;
  width: 434px;
  margin: -2em auto 0;
  box-sizing: border-box;
  padding: 2.625em 2.625em 2em 2.625em;
  background-color: var(--clr-dark-p-bg);
  display: none;
}

#broadcast-support-mail.active #broadcast-support-form {
  display: block;
}

.gray-form .floating-input-popup {
  border: 1px solid var(--clr-gray-text);
}

.gray-form .floating-input-popup:focus {
  border: 1px solid var(--clr-gray-text);
}

.gray-form .floating-label-popup {
  color: var(--clr-text);
}

.gray-form .floating-input-popup:focus ~ label,
.floating-input-popup:not(:placeholder-shown) ~ label {
  background-color: var(--clr-background);
}

.gray-form .full-width-submit-button {
  background-color: var(--clr-gray-text);
}

.mobile-nav {
  background-color: var(--clr-gary-bg);
  box-shadow: var(--bs-regular);
  display: flex;
  flex-direction: column;
  padding: 16px 16px 32px 16px;
  gap: 10px;
  max-width: fit-content;
}

.mobile-nav button {
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  padding: 7px;
  display: flex;
  align-items: center;
}

.changepointer:hover {
  cursor: pointer;
}

.mobile-nav a {
  text-decoration: none;
  color: var(--clr-purple);
  font-size: var(--fs-18);
  padding: 7px;
  margin: 0 40px;
}

a.mobile-nav-gray {
  color: var(--clr-gray-text);
}

* {
  box-sizing: border-box;
}

/* #waittoevent{
    height: 617px;
    background-color: #1D1D1D80;
} */
#before-poster-cont {
  height: 617px;
  background-color: #1d1d1d80;
  position: relative;
  display: flex;
  justify-content: center;
}

#before-message-cont {
  height: 617px;
  background-color: #1d1d1d80;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-purple-button);
  text-align: center;
  font-size: var(--fs-24);
}

#personalll {
  display: none;
}

/* #waittoevent {
    direction: ltr;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
}

#waittoevent h1 {
    text-align: center;
    font-size: var(--fs-64);
    font-weight: var(--fw-title);
    color: var(--clr-purple-header);
    margin-bottom: 14px;
}

.countdown-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.countdown-item {
    color: var(--clr-purple);
    font-size: 72px;
    font-weight: var(--fw-light);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 55px;
    margin: 16px;
    position: relative;
    width: 156px;
    height: 156px;
    border: 6px solid var(--clr-dark-p-bg);
    border-radius: 50%;
    padding-top: 26px;
}

.countdown-item span{
    color: var(--clr-purple);
    font-size: 18px;
    font-weight: var(--fw-body);
    margin-top: -15px;
}

.countdown-svg{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
}

.countdown-svg path{
    stroke-linecap: round;
    stroke: var(--clr-purple);
    filter: drop-shadow(0px 0px 3px #D7B4E5);
    stroke-width: 6;
} */

@media (max-width: 1680px) {
  /* broadcasts-page*/
  #event-details-section {
    flex-wrap: wrap;
    padding: 1.5em;
  }

  #event-date {
    flex: 1 1 100%;
    order: 1;
    justify-content: center;
    padding-bottom: 1.5em;
    flex-wrap: wrap;
  }

  #lng-and-img-box {
    order: 2;
    flex: 0 1 30%;
  }

  #event-title-and-subtitle {
    flex: 0 1 70%;
    order: 3;
  }

  #event-date > .event-box {
    flex: 0 1 120px;
    padding: 20px 0;
    height: auto;
  }

  #event-time {
    flex: 1 0 100%;
    max-width: 100%;
  }

  .two-video-players-mode .big-player {
    margin: 0 1em 0 0;
  }

  .two-video-players-mode .small-player {
    margin: 0 0 0 1em;
  }

  .switch-players-wrapper {
    margin: 0 1em;
  }
}

@media (max-width: 1440px) {
  body {
    font-size: 93%;
  }

  .main-nav {
    flex: 1 1 580px;
  }

  .l-nav img {
    max-width: 150px;
    display: flex;
  }

  #all-events {
    padding: 1.5em 2em;
    margin: 0px 0px 1em 2.25em;
  }

  #d-btn {
    margin-left: -20px;
    margin-top: 2.5em;
  }

  #section2 {
    margin: 5em 1em;
    gap: 1em;
  }

  #o-g-position-2 {
    width: 800px;
    height: 800px;
    top: -400px;
    left: 0px;
  }

  #p-g-position-1 {
    width: 1100px;
    height: 1100px;
    top: 0px;
    right: 28px;
  }

  .imgbox-title {
    font-size: var(--fs-48);
    font-weight: var(--fw-light);
    line-height: 1em;
  }

  .imgbox {
    padding: 14em 2.875em 1em 1.5em;
  }

  .imgbox .imgbox-title:before {
    height: 25px;
    transform: translateY(-0.8em);
  }

  .fs-22 {
    min-height: 220px;
  }

  #section3,
  #section3-1 {
    margin: 0 1em;
  }

  #section4 {
    margin: 0 1em;
  }

  #section5 {
    padding: 7em 1em;
  }

  #section6 {
    margin: 0 1em;
  }

  .rebroadcast-wrapper {
    grid-gap: 2em;
  }

  #section7 {
    padding: 7em 1em;
  }

  .recommend-box {
    padding: 4em 1.5em 2em;
  }

  .recommend-box svg {
    max-width: 60px;
  }

  #section8 {
    padding: 7em 1em 10em;
  }

  .logo-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 1.8em;
  }

  #section9 {
    padding: 3em 0px 4em;
  }

  .photo-button-wrapper {
    padding-top: 4.3rem;
  }

  .photo-wrapper h2 {
    transform: translateY(-1rem);
  }

  .footer-wrapper {
    padding: 6.375em 1em 4.5em;
  }

  .footer-col1,
  .footer-col2,
  .footer-col3 {
    padding: 0 0.7em;
  }

  .footer-col3 {
    flex: 0 1 32%;
  }

  .footer-left-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .en-footer-text {
    font-size: 6vw;
  }

  #footer-button {
    left: 16px;
  }

  .footer-credits {
    padding: 1.375em 1em;
    margin: 0 1em;
  }

  #o-g-position-1 {
    width: 750px;
    height: 750px;
    top: 100px;
  }

  #o-g-position-3 {
    width: 800px;
    height: 800px;
  }

  #o-g-position-4 {
    width: 800px;
    height: 800px;
  }

  #o-g-position-5 {
    width: 500px;
    height: 500px;
    bottom: -20px;
    right: 80px;
  }

  #o-g-position-6 {
    width: 700px;
    height: 700px;
    bottom: -350px;
    right: 200px;
  }

  #o-g-position-7 {
    width: 600px;
    height: 600px;
    top: 128px;
    right: -180px;
  }

  #p-g-position-3 {
    width: 1000px;
    height: 1000px;
    top: 222px;
    left: -200px;
    z-index: -2;
  }

  #p-g-position-4 {
    width: 1200px;
    height: 1200px;
    top: -270px;
    right: -430px;
  }

  #p-g-position-5 {
    width: 1000px;
    height: 1000px;
    bottom: -300px;
    right: 115px;
  }

  #p-g-position-6 {
    width: 1200px;
    height: 1200px;
    bottom: -400px;
    left: 10px;
  }

  /* broadcasts-page*/
  #o-g-position-player {
    width: 800px;
    height: 800px;
    bottom: -90px;
    left: -150px;
  }

  #p-g-position-player {
    width: 700px;
    height: 700px;
    top: -50px;
    right: -50px;
  }

  #event-links-and-ads-section {
    padding: 4em 1em;
  }

  #write-greetings-and-more-broadcasts-wrapper {
    padding: 4em 1em 5em;
  }

  .two-video-players-mode .big-player .video-player-box {
    height: 520px;
  }

  .two-video-players-mode .small-player .video-player-box {
    height: 240px;
  }

  .switch-players-wrapper {
    padding-top: 140px;
  }

  .broadcast-schedule-box {
    flex-wrap: wrap;
  }

  .broadcast-schedule-time {
    flex: 1 0 100%;
    margin-bottom: 0.5em;
  }

  .broadcast-schedule-text {
    flex: 0 1 80%;
  }

  .broadcast-schedule-play {
    flex: 0 1 20%;
  }
}

@media (max-width: 1024px) {
  body {
    font-size: 80%;
  }

  #hamburger-nav {
    display: flex;
    padding: 0.8em;
  }

  #call {
    padding: 0.8em;
    margin-right: 0.5em;
  }

  #search,
  .main-nav {
    display: none;
  }

  #personal {
    display: none;
    margin-top: 50px;
    width: 150px;
    height: 25px;
  }

  #personalll {
    display: inline;
    top: 17px;
    left: 287px;
    width: 14px;
    height: 18px;
    background: var(--טקסט-רץ-אפור) 0% 0% no-repeat padding-box;
    /* background: #E3E3E3 0% 0% no-repeat padding-box; */
    opacity: 1;
  }

  nav {
    padding: 1em 1.5em;
  }

  #d-btn {
    margin-left: -10px;
    margin-top: 2.5em;
  }

  #section1 {
    background-size: cover;
    background-position: -160px;
  }

  #section1 #r-section1 {
    flex: 1 0 70%;
    padding: 6em 3vw 3em 8em;
  }

  #section1 #d-logo h1 {
    font-size: 10vw;
  }

  #all-events {
    padding: 0.8em 1em;
    margin: 0px 0px 2.25em 1.5em;
    flex: 1;
    flex-direction: column;
    position: relative;
  }

  #all-events svg {
    position: absolute;
    left: 12px;
    top: 9px;
  }

  #all-events span {
    margin-left: auto;
  }

  #section2 {
    margin: 3em 1em;
  }

  .imgbox {
    padding: 9em 1em 1em 1em;
    justify-content: center;
  }

  .imgbox .imgbox-title:before {
    width: 0px;
    height: 0px;
  }

  .imgbox-title {
    text-align: center;
    font-size: var(--fs-38);
    padding-bottom: 1rem;
  }

  .imgbox .fs-22 {
    display: none;
  }

  #o-g-position-2 {
    width: 600px;
    height: 600px;
    top: -300px;
  }

  #robotic-cameras {
    padding: 3em 5em 3em 2em;
  }

  #robotic-cameras h2 {
    margin: 0px 0px 20px 0px;
  }

  #robotic-cameras p {
    margin: 0px 0px 2.5em 0px;
    flex: 0 1 400px;
  }

  #o-g-position-routing {
    right: 100px;
  }

  #routing-hp {
    padding: 3em 5em 3em 2em;
  }

  #routing-hp h2 {
    margin: 0px 0px 20px 0px;
  }

  #routing-hp p {
    margin: 0px 0px 2.5em 0px;
  }

  #p-g-position-2 {
    width: 700px;
    height: 150px;
  }

  #o-g-position-3 {
    width: 600px;
    height: 600px;
    bottom: -200px;
  }

  #section4 {
    padding: 6em 0;
  }

  .icon-box-wrapper {
    margin: 5em auto;
  }

  .center-icon img {
    width: 18px;
  }

  .icon-box h3 {
    width: 75%;
    line-height: 1.2em;
  }

  .icon-box img {
    width: 64px;
    margin-bottom: 14px;
  }

  .right-icon img {
    height: 18px;
  }

  .center-icon1 img {
    width: 36px;
  }

  .h2-wrapper1 {
    margin-bottom: 3em;
  }

  .h2-wrapper1::after {
    transform: translateY(-0.6rem);
  }

  .h2-wrapper::before,
  .h2-wrapper::after {
    transform: translateY(-1.1rem);
  }

  #section5 {
    padding: 5em 1em;
  }

  #section6 {
    padding: 5em 1em;
  }

  .rebroadcast-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
  }

  #section7 {
    padding: 5em 1em;
  }

  .recommend-wrapper {
    transform: translateX(0px);
    gap: 1em;
    width: 120%;
  }

  .recommend-box {
    padding: 2em 1em 1em;
  }

  .recommend-box svg {
    max-width: 40px;
  }

  .btn-wrapper1 {
    padding-left: 20vw;
  }

  .recommend-box p {
    font-size: 2.8vw;
    margin-bottom: 1.25rem;
  }

  .h2-wrapper,
  .h2-wrapper2,
  .h2-wrapper3 {
    margin-bottom: 6em;
  }

  .logo-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .logo-box {
    border-width: 8px;
  }

  #section9 {
    padding: 1em 0px 3em;
  }

  .photo-button-wrapper {
    padding-top: 4.7rem;
  }

  .photo-wrapper h2 {
    transform: translateY(-0.8rem);
  }

  .footer-wrapper {
    padding: 2em 1em 2em;
    flex-wrap: wrap;
  }

  .footer-right-box {
    flex: 0 1 60%;
    order: 2;
  }

  .footer-middle-box {
    flex: 0 1 100%;
    order: 1;
    margin: 0 30% 1em;
  }

  .footer-left-box {
    flex: 0 1 40%;
    order: 3;
  }

  .footer-button-wrapper {
    justify-content: center;
  }

  #footer-button {
    position: static;
    transform: translateY(-22px);
  }

  /* broadcasts-page*/
  #lng-and-img-box {
    flex: 1 0 100%;
    flex-wrap: wrap;
  }

  #lng-box {
    flex: 1 0 100%;
  }

  #event-logo {
    margin: -24px auto 0;
    flex: 0 1 278px;
  }

  #event-title-and-subtitle {
    flex: 1 0 100%;
    margin-top: 1em;
  }

  #event-title,
  #event-subtitle {
    text-align: center;
  }

  #video-player-section {
    padding: 1.5em 1em 5em;
  }

  .video-player-box {
    height: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
  }

  .video-player-box iframe,
  .video-player-box video {
    width: 100%;
    height: 100%;
    display: block;
  }

  #o-g-position-player {
    width: 700px;
    height: 700px;
    bottom: -100px;
    left: -150px;
  }

  #p-g-position-player {
    width: 600px;
    height: 600px;
    top: -50px;
    right: -100px;
  }

  .separator-decoration-before-ads-wrapper img {
    width: 36px;
  }

  .event-links-wrapper {
    gap: 1em;
  }

  .event-ads-grid {
    gap: 1em;
    flex-direction: column;
    align-items: stretch;
  }

  .event-ads-grid img {
    flex: 1 1 100%;
    display: block;
    width: 100% !important;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
  }

  .greetings-grid-wrapper {
    grid-gap: 1.5em;
    margin: 3em auto 8em auto;
  }

  .greeting-box {
    padding: 3em 2.5em 2em 2.5em;
  }

  .greeting-content {
    margin-bottom: 3rem;
  }

  .greeting-box-default {
    min-height: 250px;
  }

  #write-greetings-and-more-broadcasts-wrapper {
    padding: 4em 1em 3em;
  }

  #o-g-position-8 {
    width: 700px;
    height: 700px;
    bottom: -120px;
    left: 120px;
  }

  #p-g-position-8 {
    width: 1200px;
    height: 1200px;
    bottom: -500px;
    left: -300px;
  }

  .two-video-players-mode {
    flex-wrap: wrap;
    margin: 0 1em;
    justify-content: center;
  }

  .two-video-players-mode .big-player {
    flex: 1 0 100%;
    margin: 0;
  }

  /*display none only for .two-video-players-mode*/
  .participants-names-wrapper {
    display: none;
  }

  .two-video-players-mode .small-player {
    flex: 0 0 60%;
    margin: 0;
  }

  .switch-players-wrapper {
    flex: 1 0 100%;
    padding: 0;
    margin: 0;
  }

  .switch-players-button {
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .switch-players-button:active {
    transform: skewY(20deg) rotate(90deg);
  }

  /* #waittoevent {
        height: 480px;
    }
    .countdown-svg {
        width: 120px !important;
        height: 120px !important;
    }
    .countdown-item {
        font-size: 44px !important;
        line-height: 30px !important;
        margin: 16px !important;
        width: 120px !important;
        height: 120px !important;
        border: 4px solid var(--clr-dark-p-bg) !important;
        padding-top: 16px !important;
    }

    .countdown-item span{
        font-size: 14px !important;
        margin-top: 0px !important;
    }
    #before-poster-cont{
        height: 480px;
    }
    #before-message-cont{
        height: 480px;
        font-size: var(--fs-24);
    } */

  @media (max-width: 760px) {
    .l-nav img {
      max-width: 125px;
    }

    nav {
      padding: 0.5em 1em;
    }

    #section1 {
      background-position: -360px;
    }

    #section1 #r-section1 {
      flex: 1 0 100%;
      padding: 9.5em 3vw 10em 5em;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 85%, 37% 43.5%);
    }

    #section1 #d-logo h1 {
      font-size: 13vw;
      right: 20px;
    }

    #section1 #l-section1 {
      position: relative;
    }

    #all-events {
      position: absolute;
      flex-direction: row;
      bottom: 0;
      margin: 1em;
      left: 0;
      width: 168px;
      padding: 0.5em 1em;
    }

    #all-events svg {
      position: static;
    }

    #all-events svg {
      width: 20px;
      height: 20px;
    }

    #all-events span {
      margin-left: 16px;
    }

    #section1 #d-logo img {
      max-width: 89%;
    }

    #d-btn {
      margin-top: 1.5em;
      margin-left: -4px;
    }

    #svg-purple-play {
      animation: static;
    }

    #o-g-position-0 {
      width: 12em;
      height: 30em;
      bottom: -7vh;
      right: 8vw;
    }

    #p-g-position-0 {
      width: 12em;
      height: 34em;
      bottom: -4em;
      right: -1em;
    }

    #section2 {
      flex-wrap: wrap;
      margin: 0.5em 1em;
      gap: 1.5em;
    }

    .imgbox {
      flex: 1 1 100%;
      background-size: cover;
    }

    #o-g-position-2 {
      width: 400px;
      height: 400px;
      top: -200px;
      right: -100px;
    }

    #p-g-position-1 {
      width: 600px;
      height: 600px;
      top: 0px;
      right: 28px;
    }

    #robotic-cameras {
      padding: 2em 1.5em 1.2em 1.5em;
      flex-wrap: wrap;
      justify-content: flex-end;
    }

    #routing-hp {
      padding: 2em 1.5em 2em 1.5em;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 1em;
    }

    .r-cameras-btn.routing-btn {
      position: static;
    }

    #o-g-position-routing {
      width: 600px;
      height: 600px;
      top: -240px;
      right: 0px;
      z-index: 2;
    }

    h2 {
      font-size: var(--fs-48);
      text-align: center;
    }

    #robotic-cameras h2 {
      text-align: center;
      font-size: var(--fs-48);
    }

    #new {
      font-size: var(--fs-22);
      text-align: center;
    }

    #robotic-cameras p {
      text-align: center;
      margin-bottom: 1.5em;
    }

    #r-cameras {
      flex: 1 0 100%;
      justify-content: center;
    }

    #l-cameras {
      flex: 0 1 40%;
    }

    .r-cameras-btn {
      position: absolute;
      bottom: 1.5em;
      right: 1.5em;
    }

    #p-g-position-2 {
      width: 450px;
      height: 120px;
    }

    #o-g-position-3 {
      width: 500px;
      height: 500px;
      bottom: -200px;
      right: -200px;
    }

    #section4 {
      padding: 3em 0;
    }

    .center-icon {
      margin-bottom: 1.5em;
    }

    .h2-wrapper,
    .h2-wrapper2,
    .h2-wrapper3 {
      column-gap: 0.75em;
      margin-bottom: 3em;
    }

    .h2-wrapper::before,
    .h2-wrapper::after {
      transform: translateY(-0.7rem);
    }

    .icon-box-wrapper {
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 1em;
      margin-bottom: 2em;
    }

    .icon-box {
      flex: 0 1 40%;
    }

    .icon-box img {
      width: 54px;
      margin-bottom: 10px;
    }

    .icon-box p {
      margin-bottom: 1.8em;
    }

    .icon-box:nth-child(2) h3 {
      width: 80px;
    }

    #section5 {
      padding: 4em 1em 3em;
    }

    .right-icon {
      justify-content: center;
    }

    .h2-wrapper1 {
      column-gap: 0;
      justify-content: center;
      margin-bottom: 2em;
    }

    .h2-wrapper1::after {
      display: none;
    }

    .live-b-box {
      flex-wrap: wrap;
      height: auto;
      position: relative;
      padding: 1em 0;
      gap: 1em;
    }

    .live-b-img {
      flex: 1 1 100%;
      min-height: 227px;
      margin-top: 82px;
    }

    .live-b-text {
      flex: 1 1 100%;
      justify-content: center;
    }

    .live-b-date {
      position: absolute;
      top: 1em;
      right: 0;
      width: 100%;
      padding: 0 12%;
      box-sizing: border-box;
      height: 72px;
    }

    .live-b-title {
      font-size: var(--fs-38);
      text-align: center;
    }

    .live-b-time {
      text-align: center;
      display: block;
    }

    .live-b-button {
      justify-content: center;
      margin-top: 1em;
    }

    .live-b-wrapper {
      margin-bottom: 1.5em;
    }

    #o-g-position-7 {
      width: 600px;
      height: 600px;
      top: 128px;
      right: -258px;
    }

    #p-g-position-4 {
      width: 800px;
      height: 800px;
      top: -200px;
      right: -300px;
    }

    #section6 {
      margin: 0;
      padding: 4em 1em;
    }

    .rebroadcast-wrapper {
      grid-gap: 1em;
      grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
      margin-bottom: 3em;
    }

    .rebroadcast-date {
      font-size: 14px;
      flex-wrap: wrap;
    }

    .rebroadcast-date > div {
      margin-left: 8px;
    }

    .reb-img {
      height: 106px;
    }

    .reb-img svg {
      width: 28px;
      height: 28px;
    }

    .reb-title {
      margin-top: 0.5em;
      min-height: 3em;
    }

    .reb-title h3 {
      font-size: 16px;
      text-align: center;
    }

    #o-g-position-4 {
      width: 600px;
      height: 600px;
      top: 94px;
      left: -300px;
    }

    #p-g-position-3 {
      width: 800px;
      height: 800px;
      top: 150px;
      left: -370px;
    }

    #section7 {
      padding: 3em 1em;
    }

    .center-icon1 img {
      width: 24px;
    }

    .h2-wrapper2::before,
    .h2-wrapper2::after {
      transform: translateY(-0.6em);
    }

    .recommend-wrapper {
      width: 220%;
    }

    .recommend-box svg {
      max-width: 34px;
    }

    .recommend-box p {
      font-size: var(--fs-20);
    }

    .btn-wrapper1 {
      padding-left: 27vw;
    }

    .recommend-box:nth-child(2) {
      opacity: 0.25;
    }

    #o-g-position-5 {
      width: 400px;
      height: 400px;
      bottom: -48px;
      right: -100px;
    }

    #p-g-position-5 {
      width: 600px;
      height: 600px;
      bottom: -200px;
      right: -200px;
    }

    #section8 {
      padding: 3em 1em;
    }

    .logo-wrapper {
      grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
      grid-gap: 1em;
    }

    .logo-box {
      border-width: 5px;
      height: 120px;
      padding: 1em;
    }

    #section9 {
      padding: 3em 0 3.5em;
    }

    .photo-wrapper {
      max-width: 300px;
    }

    .photo-wrapper h2 {
      font-size: var(--fs-38);
      line-height: var(--lh-regular);
      gap: 0;
    }

    .photo-v-lines::before,
    .photo-v-lines::after,
    .photo-wrapper h2::before,
    .photo-wrapper h2::after,
    .photo-button-wrapper::before,
    .photo-button-wrapper::after {
      display: none;
    }

    .photo-button-wrapper {
      justify-content: center;
      padding-top: 1rem;
    }

    #o-g-position-6 {
      width: 340px;
      height: 340px;
      bottom: -150px;
      right: -70px;
    }

    #p-g-position-6 {
      width: 700px;
      height: 700px;
      bottom: -300px;
      left: -100px;
    }

    .footer-wrapper {
      padding: 1em;
      justify-content: center;
    }

    .footer-middle-box {
      flex: 0 1 300px;
      order: 1;
      margin: 0;
    }

    .footer-right-box {
      flex: 0 1 300px;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .footer-col1,
    .footer-col2,
    .footer-col3 {
      flex: 0 1 40%;
      padding: 0 10px;
    }

    .footer-col3 {
      padding-top: 20px;
    }

    .footer-left-box {
      flex: 0 1 300px;
      margin-top: -80px;
    }

    .en-footer-text {
      font-size: var(--fs-38);
    }

    .footer-credits {
      flex-wrap: wrap;
      justify-content: center;
      gap: 6px;
      padding: 1em 0px;
    }

    .footer-credits p,
    .footer-credits p a {
      flex: 1 0 100%;
      text-align: center;
      font-size: var(--fs-16);
    }

    .footer-credits p:nth-child(2) {
      margin: 0;
      border-right: none;
      padding-right: 0;
    }

    /* broadcasts-page*/
    #event-details-section {
      padding: 1em;
    }

    #event-date {
      row-gap: 5px;
      column-gap: 8px;
    }

    #event-date > .event-box {
      flex: 1 1 30%;
      padding: 16px 0 12px;
    }

    #event-time {
      padding-bottom: 3px;
    }

    #event-logo {
      margin: -21px auto 0;
      flex: 0 1 165px;
      height: 92px;
      padding: 0.5em;
      box-sizing: border-box;
    }

    #lng-box {
      display: flex;
      justify-content: flex-end;
    }

    #event-title-and-subtitle {
      padding: 0;
    }

    #event-title {
      margin-bottom: 10px;
    }

    #event-title {
      font-size: var(--fs-24);
    }
    #event-title .big-word {
      font-size: var(--fs-24);
    }

    #event-subtitle {
      font-size: var(--fs-20);
    }

    #o-g-position-player {
      width: 400px;
      height: 400px;
      bottom: -100px;
      left: -150px;
    }

    #p-g-position-player {
      width: 600px;
      height: 600px;
      top: -50px;
      right: -50px;
    }

    .buttons-before-player-wrapper {
      gap: 12px;
      margin-bottom: 8px;
    }

    .open-zoom-app-btn {
      display: none;
    }

    .more-btn-responsive {
      display: block;
      padding: 6px 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #video-player-section {
      padding: 1.5em 1em 2em;
    }

    .full-width-btn {
      display: none;
    }

    .video-player-box {
      height: auto;
      width: 100%;
      aspect-ratio: 16 / 9;
    }

    .video-player-box iframe,
    .video-player-box video {
      width: 100%;
      height: 100%;
      display: block;
    }

    .video-player-box svg {
      width: 48px;
      height: 48px;
    }

    .buttons-after-player-wrapper {
      flex-wrap: wrap;
      justify-content: flex-start;
      gap: 0.8em;
      padding-top: 0.5em;
      margin-bottom: 1em;
    }

    .refresh-btn {
      order: 3;
    }

    .video-views-number {
      order: 4;
      /* margin-right: auto; */
    }

    .text-about-event {
      max-width: 100%;
    }

    #event-links-and-ads-section {
      padding: 2em 1em;
    }

    .event-links-wrapper {
      flex-wrap: wrap;
    }

    .event-link-btn {
      flex: 1 0 100%;
      padding: 0.7em 0.7em;
      flex-direction: row;
    }

    .event-link-btn svg {
      width: 36px;
      height: 36px;
    }

    .event-link-btn span {
      margin: 0;
      padding-right: 10px;
      font-size: 14px;
    }

    .separator-decoration-before-ads-wrapper {
      column-gap: 1em;
      margin: 2rem 0;
    }

    .separator-decoration-before-ads-wrapper::before,
    .separator-decoration-before-ads-wrapper::after {
      transform: translateY(-0.8em);
    }

    .separator-decoration-before-ads-wrapper img {
      width: 24px;
    }

    #write-greetings-and-more-broadcasts-wrapper {
      padding: 2em 0 2em;
    }

    .greetings-grid-wrapper {
      margin: 1.5em 1em 4em;
      grid-template-columns: 1fr;
      grid-gap: 1em;
    }

    .greeting-box {
      padding: 2em 2em 2em 2em;
    }

    .greeting-name {
      font-size: var(--fs-24);
      margin-bottom: 1rem;
    }

    .greeting-content {
      font-size: var(--fs-18);
      margin-bottom: 1.5rem;
    }

    .greeting-box-default {
      min-height: 150px;
    }

    .h2-wrapper3::before,
    .h2-wrapper3::after {
      display: none;
    }

    .h2-wrapper3 {
      justify-content: center;
    }

    .h2-wrapper3 h2 {
      line-height: 0.7em;
    }

    .rebroadcast-wrapper {
      padding: 0 1em;
    }

    #o-g-position-8 {
      width: 500px;
      height: 500px;
      bottom: -120px;
      left: 0px;
    }

    #p-g-position-8 {
      width: 700px;
      height: 700px;
      bottom: -200px;
      left: -200px;
    }

    .push-left-player-btn {
      margin: 0;
    }

    .two-video-players-mode .big-player .video-player-box {
      height: 240px;
    }

    .two-video-players-mode .small-player {
      flex: 1 0 100%;
    }

    .broadcast-popup {
      width: 100%;
    }

    .acceptance-terms-wrapper {
      gap: 1em;
    }

    .phone-transmission-grid {
      gap: 1em;
      flex-wrap: wrap;
    }

    .phone-transmission-number {
      flex: 1 0 100%;
      height: auto;
    }

    .broadcast-support-form {
      width: 100%;
    }

    /* #waittoevent {
        height: 240px;
    }
    #waittoevent h1{
        font-size: 32px !important;
    }
    .countdown-svg {
        width: 65px !important;
        height: 65px !important;
    }
    .countdown-item {
        font-size: 28px !important;
        line-height: 20px !important;
        margin: 3px !important;
        width: 65px !important;
        height: 65px !important;
        border: 2px solid var(--clr-dark-p-bg) !important;
        padding-top: 10px !important;
    } */
    #before-poster-cont {
      height: 240px;
    }

    #before-message-cont {
      height: 240px;
      font-size: var(--fs-20);
    }
  }
}

.video-player-box iframe,
.video-player-box video,
.video-player-box > div {
  width: 100%;
  height: 100%;
  display: block;
}

.event-list-rew {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-link {
  display: flex;
  gap: 18px;
  white-space: nowrap;
  align-items: center;
  animation: scroll 18s linear infinite;
}
.event-list-rew:hover .event-link {
  animation-play-state: paused;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.event-list-rew a {
  color: var(--clr-purple);
  text-decoration: none;
  font-family: var(--ff-body);
  font-size: var(--fs-20);
  display: inline-flex;
  align-items: center;
  gap: 26px;
}
.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--clr-purple);
  display: inline-block;
}
.event-list-rew a:hover,
.event-list-rew a:focus {
  color: var(--clr-purple-button);
}

/* Respect user's reduced motion preference */
@media (prefers-reduced-motion: reduce) {
  .event-link {
    animation: none;
  }
}

/* RTL support: reverse animation direction for Hebrew layout */
body.lang-heb .event-link {
  animation-direction: reverse;
}

/* Responsive tweaks for small screens */
@media (max-width: 600px) {
  .event-list-rew {
    padding: 8px;
    border-radius: 6px;
  }
  .event-link {
    gap: 12px;
    animation-duration: 22s;
  }
  .event-list-rew a {
    gap: 6px;
    font-size: var(--fs-14);
  }
  .dot {
    width: 6px;
    height: 6px;
  }
}

.swal2-popup.dvir-swal {
  width: min(92vw, 460px);
  background-color: var(--clr-background);
  border: 1px solid rgba(215, 180, 229, 0.35);
  border-radius: 18px;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.65);
  padding: 2.75em 2.5em 2.25em;
  color: var(--clr-gray-text);
  text-align: center;
}

.swal2-popup.dvir-swal .swal2-title {
  color: var(--clr-purple-header);
  font-size: var(--fs-28);
  font-weight: var(--fw-ub-title);
  /* margin-bottom: 0.75em; */
  /* letter-spacing: 0.4px; */
}

.swal2-popup.dvir-swal .swal2-html-container {
  color: var(--clr-gray-text);
  font-size: var(--fs-24);
  /* line-height: 1.8; */
  margin-bottom: 0.85em;
}

.swal2-popup.dvir-swal .swal2-icon {
  margin: 0 auto 1.25rem auto;
  transform: scale(0.9);
}

.swal2-popup.dvir-swal .swal2-confirm {
  background: linear-gradient(
    110deg,
    var(--clr-purple-button),
    var(--clr-purple)
  );
  color: var(--clr-black-bg);
  font-weight: var(--fw-title);
  border-radius: 999px;
  padding: 0.7em 2.75em;
  font-size: var(--fs-18);
  border: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.swal2-popup.dvir-swal .swal2-confirm:hover {
  background: var(--clr-purple-header);
  color: var(--clr-black-bg);
}

/* overlay style for Swal2 when using class on container */
.swal2-container.dvir-swal {
  background-color: rgba(5, 5, 8, 0.84) !important;
  backdrop-filter: blur(6px);
}
