@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

body {
  margin: 0px;
  direction: rtl;
  width: 1920px;
  overflow: hidden;
}

body * {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
}

.welcome {
  font-size: 64px;
  font-weight: 200;
  margin: 0;
  /* background-image: linear-gradient(to right, #0e1833, #29346e); */
  border-radius: 0px 15px 15px 0px;
  padding-right: 25px;
  padding-bottom: 5px;
  box-shadow: 9px 2px 13px #0000004a;
}
.welcome span {
  font-weight: 600;
}

.parent {
  display: grid;
  grid-template-columns: 0.9fr 2fr;
  gap: 10px 0px;
  grid-template-areas:
    'mass tv'
    'news news';
}
.title {
  height: 145px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: bottom;
  padding-right: 31.5vw;
  margin-top: 15px;
}
.title img {
  width: 18%;
}
#ww_cfd156a3f08d3 {
  margin-right: -58px !important;
  margin-top: 10px !important;
}
.subtitle {
  width: 98%;
  margin: 0 auto;
  height: 70px;
  /* color: #3b3b3b; */
  font-size: 24px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
}
.subtitle i {
  color: white;
  background-image: linear-gradient(to bottom right, #326bb6, #3e5980);
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  border-radius: 100%;
}
.mass {
  position: absolute;
  top: 9%;
  right: 0;
  width: 32%;
  height: 91%;
}
.blockTime {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 80px;
  margin-top: 15px;
  padding-left: 7px;
  position: absolute;
  margin-right: 20px;
  top: 0;
  background: white;
  width: 538px;
  border: 2px solid #0f1839;
  border-radius: 15px;
}
.bx-viewport {
  height: 46.5vh !important;
}
/* .credits {
  width: 100%;
  height: 47vh;
  z-index: 2;
} */

.logo_uptv {
  position: fixed;
  z-index: 5;
  bottom: 6px;
  left: -1px;
  background: white;
  padding: 10px 15px 10px 30px;
  box-shadow: 11px 5px 20px #0000004a;
}

.box {
  border-radius: 15px 15px 0px 15px;
  margin-bottom: 20px;
  margin-right: 2vw;
  /* background-image: linear-gradient(to bottom right, #326bb6, #3e5980); */
  padding: 15px 15px 25px 15px;
  font-weight: 400;
  /* font-size: 34px; */
  color: white;
  text-align: right;
  max-width: 84%;
  width: fit-content;
}
.box p {
  margin: 0;
}
.title_box {
  padding: 1vw 2.1vw;
  margin: 0;
  z-index: 5;
}

.gallery {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px 5px 15px 15px;
}
.gallery img {
  width: 48%;
  border-radius: 15px;
  height: 290px;
  object-fit: cover;
}
.posts {
  display: flex;
  justify-content: center;
  height: 730px;
  width: 1295px;
  margin-right: 10px;
}
.posts img {
  border-radius: 15px;
  height: 730px;
  object-fit: cover;
  width: 1295px;
}
.slick-slide {
  margin-right: 10px; /* הרווח בין התמונות */
}

.slick-arrow {
  display: none !important;
}
.tv {
  grid-area: tv;
}
.tv video,
.radius {
  border-radius: 15px;
}
#video,
.gallery {
  pointer-events: none;
}
.news {
  grid-area: news;
  z-index: 1;
}
.time_block {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 506px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.time_block i {
  margin-left: 15px;
}

.date_title {
  display: flex;
  /* background-image: linear-gradient(to right, #0e1833, #29346e); */
  color: white;
  height: 66px;
  text-align: center;
  width: 68%;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#clock {
  color: #293055;
  font-size: 55px;
}

p.iloyMobile {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  color: white;
  font-size: 28px;
  margin: 20px 0px 0px 0px;
  text-shadow: 5px 6px 9px #000000;
}

h4.iloyMobileName {
  text-align: center;
  color: darkorange;
  font-size: 34px;
  text-shadow: 5px 6px 9px #000000;
  margin: 0px 0px 20px 0px;
}
