* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

html {
  font-family: "Rubik", sans-serif;
  font-size: 100%;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 22px;
  direction: rtl;
  text-align: right;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 900px) {
  html {
    font-size: 1.16rem;
    line-height: 29px;
  }
}

h1 {
  margin-top: 0;
  font-size: 1.3rem;
  line-height: 26px;
  font-family: "Open Sans Hebrew Condensed";
}
@media (min-width: 900px) {
  h1 {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

h2 {
  font-size: 1.12rem;
  font-weight: 900;
  color: #E05F09;
  line-height: 20px;
  margin: 0;
  padding: 0 0 20px 0;
  font-family: "Open Sans Hebrew Condensed";
}
@media (min-width: 900px) {
  h2 {
    font-size: 3rem;
    font-weight: 500;
    line-height: 60px;
  }
}

h3 {
  font-size: 1.12rem;
  font-family: "Open Sans Hebrew Condensed";
}
@media (min-width: 900px) {
  h3 {
    font-size: 1.5rem;
  }
}

.mobile-hide {
  display: none;
}
@media (min-width: 900px) {
  .mobile-hide {
    display: inline-block;
  }
}

.desktop-hide {
  display: inline-block;
}
@media (min-width: 900px) {
  .desktop-hide {
    display: none !important;
  }
}

.headerCont {
  padding-top: 10px;
  background-color: #f4f4f4;
  height: auto;
}

header {
  width: 100%;
}
header .logo {
  width: 100%;
}
header a {
  width: 50%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 900px) {
  header a {
    width: 20%;
    display: block;
    margin: 0 auto;
  }
}
header .date {
  text-align: center;
  font-size: 16px;
  color: #00afdd;
}
header .deco {
  width: 100%;
  height: 15px;
  background: rgb(208, 208, 208);
  background: linear-gradient(0deg, rgb(208, 208, 208) 0%, rgb(219, 219, 219) 40%, rgba(208, 208, 208, 0) 100%);
}
header .bigpic {
  width: 100%;
  height: 121px;
  background-color: #27b7be;
  background-image: url(../newimages/headerbg1.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media (min-width: 600px) {
  header .bigpic {
    width: 100%;
    height: 400px;
    background-color: #27b7be;
    background-image: url(../newimages/headerbg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }
  header .bigpic.rest {
    background-image: url(../newimages/headerbgrest1.png);
  }
  header .bigpic.atr {
    background-image: url(../newimages/headerbgatr.png);
  }
  header .bigpic.way {
    background-image: url(../newimages/headerbgway.png);
  }
  header .bigpic.fest {
    background-image: url(../newimages/headerbgfest.png);
  }
}

section {
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 900px) {
  section {
    margin-bottom: 50px;
  }
}
section.navcont {
  margin-bottom: 0;
}
section div {
  width: 100%;
}
@media (min-width: 900px) {
  section div {
    max-width: 1300px;
    margin: 0 auto;
  }
}

.introcont {
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .introcont {
    margin-bottom: 30px;
  }
}

.navcont {
  box-sizing: border-box;
  padding-right: 20px;
}
@media (min-width: 900px) {
  .navcont {
    padding-right: 0;
  }
}
.navcont .navcontInner {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 900px) {
  .navcont .navcontInner {
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
  }
}
.navcont nav {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
}
.navcont nav.pages {
  width: 100%;
  max-width: 950px;
  margin-top: 10px;
}
.navcont nav a {
  font-size: 14px;
  color: #333;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
  align-content: center;
  white-space: nowrap;
}
.navcont nav a:hover {
  color: #E05F09;
}
.navcont nav a.active {
  color: #E05F09;
}
.navcont nav a.all {
  background-color: #E05F09;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
  line-height: 22px;
  text-decoration: none;
}
.navcont nav a.all:hover {
  text-decoration: underline;
}
@media (min-width: 900px) {
  .navcont nav a {
    font-size: 14px;
  }
}
@media (min-width: 900px) {
  .navcont nav {
    max-width: 1300px;
    margin: 0 auto 0 auto;
    overflow: hidden;
  }
}
.navcont .avatar {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0;
  width: auto;
}
@media (min-width: 900px) {
  .navcont .avatar {
    padding: 10px 0;
  }
}
.navcont .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  margin-left: 10px;
}
.navcont .avatar span {
  font-weight: 700;
  white-space: nowrap;
  padding-left: 40px;
}

.intro {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .intro {
    max-width: 1300px;
    margin: 0 auto 0 auto;
    padding: 0;
  }
}

.cathegory.zimmer {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .cathegory.zimmer {
    max-width: 1300px;
    margin: 0 auto;
    height: auto;
  }
}
.cathegory.zimmer a {
  width: 100%;
}
.cathegory.zimmer a img {
  width: 100%;
}
.cathegory.zimmer .titleCont {
  position: absolute;
  bottom: 59px;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  width: 100%;
  z-index: 1000;
  display: none;
}
@media (min-width: 900px) {
  .cathegory.zimmer .titleCont {
    bottom: 40%;
    display: none;
  }
}
.cathegory.zimmer .titleCont .title {
  background-color: rgba(255, 255, 255, 0.7607843137);
  flex: 0;
  padding: 3px 20px 5px 20px;
  font-size: 1rem;
  flex-grow: 0;
  flex-wrap: wrap;
  width: auto;
  display: flex;
  justify-content: center;
}
.cathegory.zimmer .titleCont .title h3 {
  font-size: 1.2rem;
  line-height: 1rem;
  margin: 0;
  color: #02bceb;
  display: block;
}
@media (min-width: 900px) {
  .cathegory.zimmer .titleCont .title {
    font-size: 2.5rem;
    width: 55%;
  }
  .cathegory.zimmer .titleCont .title h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0;
    color: #02bceb;
  }
}
.cathegory.zimmer .titleCont .button {
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  width: auto;
  padding: 2px 10px 3px 10px;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.cathegory.zimmer .titleCont .button span {
  color: #efb20c;
  padding-right: 5px;
}
@media (min-width: 900px) {
  .cathegory.zimmer .titleCont .button {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: auto;
    padding: 5px 20px 7px 20px;
  }
}
.cathegory.zimmer .butImage {
  position: initial;
  width: 100%;
  height: auto;
  width: auto;
}
.cathegory.zimmer .butImage img {
  width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  .cathegory.zimmer {
    position: initial;
    width: 100%;
    height: auto;
  }
  .cathegory.zimmer img {
    width: 100%;
    height: auto;
  }
}

.cathegory.rest {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 900px) {
  .cathegory.rest {
    max-width: 1300px;
    margin: 0 auto;
    height: auto;
  }
}
.cathegory.rest a {
  width: 100%;
}
.cathegory.rest a img {
  width: 100%;
}
.cathegory.rest .titleCont {
  position: absolute;
  bottom: 59px;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  width: 100%;
  z-index: 1000;
  display: none;
}
@media (min-width: 900px) {
  .cathegory.rest .titleCont {
    bottom: 40%;
    display: none;
  }
}
.cathegory.rest .titleCont .title {
  background-color: rgba(255, 255, 255, 0.7607843137);
  flex: 0;
  padding: 3px 20px 5px 20px;
  font-size: 1rem;
  flex-grow: 0;
  flex-wrap: wrap;
  width: auto;
  display: flex;
  justify-content: center;
}
.cathegory.rest .titleCont .title h3 {
  font-size: 1.2rem;
  line-height: 1rem;
  margin: 0;
  color: #02bceb;
  display: block;
}
@media (min-width: 900px) {
  .cathegory.rest .titleCont .title {
    font-size: 2.5rem;
    width: 55%;
  }
  .cathegory.rest .titleCont .title h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0;
    color: #02bceb;
  }
}
.cathegory.rest .titleCont .button {
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  width: auto;
  padding: 2px 10px 3px 10px;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.cathegory.rest .titleCont .button span {
  color: #efb20c;
  padding-right: 5px;
}
@media (min-width: 900px) {
  .cathegory.rest .titleCont .button {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: auto;
    padding: 5px 20px 7px 20px;
  }
}
.cathegory.rest .butImage {
  position: initial;
  width: 100%;
  height: auto;
}
.cathegory.rest .butImage img {
  width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  .cathegory.rest .butImage {
    position: initial;
    width: 100%;
    height: auto;
  }
  .cathegory.rest .butImage img {
    width: 100%;
    height: auto;
  }
}

.cathegory.attr {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0;
}
@media (min-width: 900px) {
  .cathegory.attr {
    max-width: 1300px;
    margin: 0 auto;
    height: auto;
    margin-top: 0;
  }
}
.cathegory.attr a {
  width: 100%;
}
.cathegory.attr a img {
  width: 100%;
}
.cathegory.attr .titleCont {
  position: absolute;
  bottom: -30px;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-direction: column;
  z-index: 1000;
  display: none;
}
@media (min-width: 900px) {
  .cathegory.attr .titleCont {
    bottom: 20px;
    display: none;
  }
}
.cathegory.attr .titleCont .title {
  background-color: #29b4ed;
  color: #fff;
  flex: 0;
  padding: 3px 10px 5px 10px;
  font-size: 1rem;
  flex-grow: 0;
  width: 80%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid #fff;
}
.cathegory.attr .titleCont .title h3 {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin: 0;
  color: #fff;
  text-align: center;
}
.cathegory.attr .titleCont .title span {
  font-size: 1rem;
}
@media (min-width: 900px) {
  .cathegory.attr .titleCont .title {
    font-size: 2.5rem;
    padding: 3px 20px 5px 20px;
    width: 40%;
  }
  .cathegory.attr .titleCont .title h3 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 0;
    color: #fff;
    line-height: 2.5rem;
  }
  .cathegory.attr .titleCont .title span {
    font-size: 1.7rem;
  }
}
.cathegory.attr .titleCont .button {
  background-color: #333333;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  width: auto;
  padding: 2px 5px 3px 5px;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
}
.cathegory.attr .titleCont .button span {
  color: #efb20c;
  padding-right: 5px;
}
@media (min-width: 900px) {
  .cathegory.attr .titleCont .button {
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    width: auto;
    padding: 5px 10px 7px 10px;
    width: 100%;
  }
}
.cathegory.attr .butImage {
  position: initial;
  width: 100%;
  height: auto;
}
.cathegory.attr .butImage img {
  width: 100%;
  height: auto;
}
@media (min-width: 900px) {
  .cathegory.attr .butImage {
    position: initial;
    width: 100%;
    height: auto;
  }
  .cathegory.attr .butImage img {
    width: 100%;
    height: auto;
  }
}

section.whatsapp {
  background-color: #383838;
  padding: 30px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 79px;
}
section.whatsapp span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  display: block;
}
@media (min-width: 900px) {
  section.whatsapp span {
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 20px;
    margin-top: 0;
  }
}
section.whatsapp .yellowdiv {
  background-color: #fac304;
  margin: 5px;
  padding: 10px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 800;
  width: 100%;
  box-sizing: border-box;
  line-height: 26px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 900px) {
  section.whatsapp .yellowdiv {
    margin: 20px;
    padding: 20px;
    border-radius: 20px;
    font-size: 36px;
    font-weight: 800;
    width: 60%;
    box-sizing: border-box;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
  }
}
section.whatsapp img {
  position: absolute;
  right: 15px;
  top: 59px;
  width: 50px;
  height: 50px;
}
@media (min-width: 900px) {
  section.whatsapp img {
    right: 18%;
    top: -30px;
    width: 250px;
    height: 250px;
  }
}

.pageintrocont {
  margin-bottom: 10px;
}
.pageintrocont div {
  width: 100%;
  max-width: 950px;
  margin: 20px auto;
}
.pageintrocont .intro {
  width: 100%;
}

.client {
  width: 100%;
  max-width: 950px;
  padding: 0 20px;
  box-sizing: border-box;
}
@media (min-width: 900px) {
  .client {
    padding: 0;
  }
}
.client a {
  font-size: 26px;
  font-weight: 600;
  color: #2C6FA5;
  display: block;
  margin-bottom: 20px;
}
.client .phone {
  font-size: 16px;
  font-weight: 800;
  margin-top: 10px;
  width: 100%;
}
.client .phone a {
  font-size: 18px;
  display: inline;
  padding-right: 10px;
}

.imgCont {
  width: 100%;
  max-width: 950px;
  display: flex;
  justify-content: center;
  margin: 10px auto;
  flex-wrap: wrap;
}
.imgCont.rest {
  padding: 10px;
  display: flex;
}
.imgCont a.small {
  font-size: 12px;
}
.imgCont img {
  width: auto;
  max-width: 100%;
}

.grid-container {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
  /* Your container needs a fixed height, and it 
  * needs to be taller than your tallest column. */
  height: 383px;
  width: 100%;
}
.grid-container.two {
  height: 117px;
}
@media (min-width: 600px) {
  .grid-container.two {
    height: 315px;
  }
}
@media (min-width: 600px) {
  .grid-container {
    height: 450px;
  }
}

.grid-item {
  width: 50%;
  /* Optional */
  position: relative;
  margin-bottom: 8px;
  padding: 5px;
  box-sizing: border-box;
}
@media (min-width: 600px) {
  .grid-item.two {
    width: 50%;
    /* Optional */
    position: relative;
    margin-bottom: 2%;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 600px) {
  .grid-item {
    width: 33%;
    /* Optional */
    position: relative;
    margin-bottom: 8px;
    padding: 1px;
    box-sizing: border-box;
    max-height: 416px;
    overflow: hidden;
  }
}

.grid-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
}

section.footer {
  background-color: #f4f4f4;
  border-top: #02bceb 1px solid;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 0;
}
section.footer nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  text-align: center;
}
@media (min-width: 900px) {
  section.footer nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    text-align: center;
  }
}
section.footer a {
  color: #888888;
  font-size: 14px;
  margin-left: 0;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 900px) {
  section.footer a {
    margin-left: 30px;
    margin-bottom: 0;
    justify-content: start;
  }
}

.dateavatar {
  display: flex;
  align-items: center;
}
.dateavatar .date {
  font-size: 14px;
  color: #00afdd;
}