* {
  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 {
  font-size: 2rem;
  font-weight: 600;
  display: inline-block;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  line-height: 2rem;
  text-shadow: 5px 5px 25px #111213;
  color: #fff;
  font-family: "Open Sans Hebrew Condensed";
}
@media (min-width: 900px) {
  h1 {
    font-size: 8rem;
    font-weight: 600;
    display: inline-block;
    line-height: 30px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    line-height: 6rem;
    text-shadow: 5px 5px 25px #263034;
    color: #fff;
  }
}

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(../images/headerbg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 600px) {
  header .bigpic {
    width: 100%;
    height: 400px;
    background-image: url(../images/headerbg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  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;
  }
}

.cardcont {
  width: 100%;
  max-width: 1100px;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  height: auto;
}
@media (min-width: 900px) {
  .cardcont {
    min-height: 400px;
  }
}
.cardcont .card {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 900px) {
  .cardcont .card {
    width: 46%;
    background-color: #fff;
    margin: 0;
  }
}
.cardcont .card .card-img {
  width: 100%;
}
.cardcont .card .card-img img {
  width: 100%;
}
.cardcont .card-content {
  padding: 20px 20px 5px 20px;
  margin-top: -10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.cardcont .card-content:hover {
  cursor: pointer;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.cardcont .card-content a.card-title {
  font-size: 22px;
  color: #2C6FA5;
  font-weight: 600;
  display: block;
  font-family: "Open Sans Hebrew Condensed";
  margin-bottom: 20px;
  text-decoration: none;
}
.cardcont .card-content a.card-title:hover {
  text-decoration: underline;
}
.cardcont .more {
  display: block;
}
.cardcont .more a {
  font-size: 14px;
  color: #2C6FA5;
}
.cardcont .date {
  padding: 6px;
  border-top: 1px dotted #333333;
  font-size: 14px;
}

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;
  }
}