@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css');

html {
  background: white;
}
body {
  margin: 0;
  font-family: 'Rubik' !important;
}
.allblocks {
  width: 1920px;
  -moz-transform: scale(0.66);
  -moz-transform-origin: 0 0px;
}
#yomtov {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 1920px;
  height: 1080px;
  justify-content: center;
}
#yomtov h1 {
  font-size: 13em;
  direction: rtl;
}
#yomtov h3 {
  font-size: 6em;
}
.show {
  display: grid;
  justify-items: center;
  background-color: transparent;
  background-image: linear-gradient(189deg, #f8d6f5 26%, #379edf 100%);
  grid-template-columns: 1fr 1fr 49.5%;
  padding: 13px 6px 13px 12px;
  direction: rtl;
  /* scale: 98%; */
}
.footer {
  height: 73px;
  background: white;
}
.modal.show {
  background-image: linear-gradient(189deg, #f8d6f594 26%, #379edf94 100%);
}

.home {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(189deg, #f8d6f5 26%, #379edf 100%);
  height: 100vh;
}
.mobile {
  display: none;
}
.headerAds {
  background-image: url('../images/13.webp');
  height: 600px;
  background-position: top;
  background-size: cover;
}
.gridAds {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(
    100px,
    auto
  ); /* גובה מינימלי 100px, אוטומטי בהתאם לתוכן */
  grid-auto-flow: dense;
  gap: 20px;
}
.ads-list {
  background-color: transparent;
  /* background-image: linear-gradient(189deg, #f8d6f5 26%, #379edf 100%); */
  grid-template-columns: 1fr 1fr 49.5%;
  padding: 0px 0px 13px 0px;
  direction: rtl;
}
.linkCity {
  position: absolute;
  bottom: 0;
  left: 0;
}
.linkCity .btn {
  background: #ed0a8f;
  border-color: #ed1194;
}
.ads-list .btn2 {
  background: #ed0a8f;
  border-color: #ed1194;
}

.ads-list .card {
  box-shadow: 0 0 4px 3px #e5e5e5;
  border: 0 !important;
}
.ads-list .card img {
  max-width: 100%;
}
.contactAds {
  display: flex;
  justify-content: space-around;
}
#businessDetails .contactAds .btn {
  color: white;
  padding: 4px;
}
#businessDetails i {
  margin-left: 3px;
}
/* #businessDetails > p,
h1,
h2,
h3 {
  color: black;
} */
#businessDetails .modal-header {
  flex-direction: row-reverse !important;
}
#businessDetails h1 {
  font-size: 38px;
}

#businessDetails p {
  font-size: 20px;
  margin-top: 5px;
  line-height: 28px;
}

.btnAds {
  color: #ffffff;
  font-size: 24px;
  margin-top: 10px;
  text-decoration: blink;
  font-family: 'Rubik', Sans-serif;
  font-size: 31px;
  font-weight: 500;
  background-color: #ec048c;
  border-radius: 25px 25px 25px 25px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  padding: 5px 20px;
}

.qr {
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  color: white;
  font-size: 24px;
}

.ads-list .items {
}

.blockLogo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
  background: #ffffff;
  border-radius: 25px;
  margin: 0px 10px 17px 0px;
  box-shadow: 0px 7px 9px 0px rgba(130.9, 130.9, 130.9, 0.5);
}

.blockLogo img {
  width: 145px !important;
  padding: 10px;
}

.blockLogo p {
  color: black !important;
  font-weight: 700 !important;
  font-size: 38px !important;
}

.show .blockAds {
  width: 930px;
  height: 980px;
  box-shadow: 0 0 20px 0px #4f4f4f;
  border-radius: 15px;
}

.show .blockAds img {
  width: 100%;
  height: 980px;
  border-radius: 15px;
  object-fit: cover;
}

.blockComp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 5px;
}

.blockComp img {
  width: 480px;
  height: 480px;
  border-radius: 15px;
}

.carousel-fade {
  box-shadow: 0 0 5px 0px #a9a9a9;
  border-radius: 15px;
}

.titleNews {
  padding: 5px 20px 5px 29px;
  background-color: #df2626;
  border-radius: 15px 0px 0px 15px;
  box-shadow: -7px 0px 13px 0px rgba(0, 0, 0, 0.47);
  color: #ffffff;
  font-family: 'Rubik', Sans-serif;
  font-size: 42px;
  font-weight: 600;
  float: right;
  position: relative;
  margin-bottom: -80px;
  z-index: 99;
}

.blockInfo {
  margin-left: 10px;
}

.blockInfo .logo {
  width: 100%;
}

.wellcomeBlock {
  background-color: transparent;
  background-image: linear-gradient(52deg, #e242a4 0%, #3bb5d3 100%);
  box-shadow: 0px 7px 9px 0px rgba(130.9, 130.9, 130.9, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 25px 25px 25px 25px;
  padding: 5px 13px;
  text-align: center;
  margin-right: 10px;
}

.vaadBlock {
  background-color: transparent;
  background-image: linear-gradient(52deg, #e242a4 0%, #3bb5d3 100%);
  box-shadow: 0px 7px 9px 0px rgba(130.9, 130.9, 130.9, 0.5);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 25px 25px 0px 0px;
  margin-right: 10px;
  padding: 5px 10px 1px 10px;
}

.vaadBlock h4 {
  color: #ffffff;
  font-family: 'Rubik', Sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.vaadMessage {
  margin-right: 10px;
  padding: 10px;
  background: white;
  color: #12468a;
  font-family: 'Rubik', Sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 38px;
  height: 411px;
}

.vaadMessage li {
  margin-bottom: 20px;
}

.shabat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  background: white;
  margin-right: 10px;
  border-radius: 0px 0px 10px 10px;
  border-top: 2px solid #76a7d8;
}

.shabat .title {
  color: black;
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  font-family: 'Rubik', Sans-serif;
}

.shabatImg {
  text-align: center;
  margin-top: -87px;
}

.shabatImg img {
  width: 80px;
}

.show h1 {
  margin: 0;
  color: #ffffff;
  font-family: 'Rubik', Sans-serif;
  font-size: 70px;
  font-weight: 600;
  margin-bottom: -15px;
  margin-top: -7px;
}

.show p {
  margin: 0;
  color: #ffffff;
  font-family: 'Rubik', Sans-serif;
  font-size: 37px;
  font-weight: 400;
}

.blockTime {
  padding: 0px 0px;
  display: grid;
  grid-template-columns: 30% 1fr;
}

.weather {
  border-left: 10px solid #8185c0;
}

#clock {
  font-size: 87px;
  text-align: center;
  font-family: 'Rubik';
  color: #332c25;
  font-weight: 700;
  margin-bottom: -20px;
  margin-top: -24px;
  padding-top: 10px;
}
#date {
  font-size: 32px;
  text-align: center;
  font-family: 'Rubik';
  color: #332c25;
  font-weight: 700;
}

.oneBlock {
  background: white;
  border-radius: 0px 0px 15px 15px;
  box-shadow: 0px 0px 10px 0px rgba(127.5, 127.5, 127.5, 0.5);
}

.titleOne {
  background-color: transparent;
  background-image: linear-gradient(283deg, #1250a7 0%, #202020 100%);
  box-shadow: 0px 0px 10px 0px rgba(127.5, 127.5, 127.5, 0.5);
  padding: 0px 10px 0px 10px;
  border-radius: 15px 15px 0px 0px;
  color: #ffffff;
  font-family: 'Rubik', Sans-serif;
  font-size: 38px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.titleYnet {
  background-color: transparent;
  background-image: linear-gradient(283deg, #d91e00 0%, #ffffff 100%);
  box-shadow: 0px 0px 10px 0px rgba(127.5, 127.5, 127.5, 0.5);
  padding: 0px 10px 0px 10px;
  border-radius: 15px 15px 0px 0px;
  color: #ffffff;
  font-family: 'Rubik', Sans-serif;
  font-size: 38px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.titleWalla {
  background-color: transparent;
  background-image: linear-gradient(283deg, #79cdf5 0%, #ffffff 100%);
  box-shadow: 0px 0px 10px 0px rgba(127.5, 127.5, 127.5, 0.5);
  padding: 0px 10px 0px 10px;
  border-radius: 15px 15px 0px 0px;
  color: #ffffff;
  font-family: 'Rubik', Sans-serif;
  font-size: 38px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blockComp .titleOne img,
.blockComp .titleYnet img {
  box-shadow: 0 !important;
}
.coupon_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coupon {
  border: 2px dotted;
  padding: 5px;
  border-radius: 5px;
  font-weight: 600;
}
.getRatingBlock {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  font-weight: 600;
  border: 1px solid #ededed;
  border-radius: 5px;
}
.getRatingBlock a {
  color: black;
  text-decoration: none;
}
.star {
  cursor: pointer;
  font-size: 22px;
  color: #ed0a8f;
}
.starGet {
  cursor: pointer;
  font-size: 32px;
  color: #ed0a8f;
}

.scale {
  scale: 99%;
}
@media (max-width: 768px) {
  .ads-list .items {
  }
  .coupon_block {
    display: grid;
    gap: 10px;
    justify-items: center;
    justify-content: space-around;
  }
  .headerAds {
    height: 145px;
  }
  .gridAds {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .desk {
    display: none;
  }
  .mobile {
    display: block;
  }
  .star {
    font-size: 18px;
  }
}
